MAINTAINERS: Update email address.
[gcc.git] / ChangeLog
1 2016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
2
3 * MAINTAINERS: Update email address.
4
5 2016-09-30 Andrew Haley <aph@redhat.com>
6
7 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
8 write-after approval. Remove Tom Tromey and Bryce McKinlay from
9 libgcj.
10
11 2016-09-30 Andrew Haley <aph@redhat.com>
12
13 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
14 write-after approval after GCJ deletion.
15
16 2016-09-30 Andrew Haley <aph@redhat.com>
17
18 * Makefile.def: Remove libjava.
19 * Makefile.tpl: Likewise.
20 * Makefile.in: Regenerate.
21 * configure.ac: Likewise.
22 * configure: Likewise.
23 * gcc/java: Remove.
24 * libjava: Likewise.
25
26 2016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
27
28 * MAINTAINERS (Reviewers): Add myself.
29
30 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
31
32 * configure.ac: Disable "sim" directory for arc*-*-*.
33 * configure: Regenerated.
34
35 2016-09-23 Tamar Christina <tamar.christina@arm.com>
36
37 * MAINTAINERS (Write After Approval): Add myself.
38
39 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
40
41 * configure.ac: Check for the minimum in-tree MPFR version
42 handled.
43 * configure: Regenerate.
44
45 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
46
47 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
48 * configure: Regenerated.
49
50 2016-07-19 Fritz Reese <fritzoreese@gmail.com>
51
52 * MAINTAINERS (Write After Approval): Add myself.
53
54 2016-06-23 Andi Kleen <ak@linux.intel.com>
55
56 * Makefile.def: Add autoprofiledbootstrap.
57 * Makefile.tpl: Dito.
58 * Makefile.in: Regenerate.
59
60 2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
61
62 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
63 * configure: Regenerate.
64
65 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
66
67 * configure: Regenerate.
68 * configure.ac: Remove support for avr-rtems.
69
70 2016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
71
72 * MAINTAINERS (Write After Approval): Add myself.
73
74 2016-06-16 Michael Collison <michael.collison@arm.com>
75
76 * MAINTAINERS (Write After Approval): Add myself.
77
78 2016-06-14 Mikael Morin <mikael@gcc.gnu.org>
79
80 * MAINTAINERS (Write After Approval): Update e-mail address.
81
82 2016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
83
84 * MAINTAINERS (Write After Approval): Add myself.
85
86 2016-05-28 Alan Modra <amodra@gmail.com>
87
88 * Makefile.tpl (configure): Depend on m4 files included.
89 * Makefile.in: Regenerate.
90
91 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
92
93 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
94 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
95
96 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
97
98 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
99 special case builtin.
100 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
101 support for ALTIVEC_BUILTIN_VEC_ADDEC.
102 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
103 for __builtin_vec_addec.
104
105 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
106
107 * config.guess: Import version 2016-04-02 (newest).
108 * config.sub: Import version 2016-05-10 (newest).
109
110 2016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
111
112 * configure.ac: Add ARC support to libgloss.
113 * configure: Regenerate
114
115 2016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
116
117 * MAINTAINERS (Write After Approval): Add myself.
118
119 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
120
121 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
122 * configure: Regenerated.
123 * Makefile.def (gmp): Explicitly disable assembler.
124 (mpfr): Adjust lib_path.
125 (mpc): Likewise.
126 * Makefile.in: Regenerated.
127
128 2016-05-01 Jakub Jelinek <jakub@redhat.com>
129
130 PR bootstrap/70704
131 * configure.ac (--enable-stage1-checking): Add missing
132 --enable-checking=.
133 * configure: Regenerated.
134
135 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
136
137 * config.guess: Revert r235676.
138 * config.sub: Revert r235676.
139
140 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
141
142 * config.guess: Remove SH5 support.
143 * config.sub: Likewise.
144 * configure: Likewise.
145 * configure.ac: Likewise.
146
147 2016-04-26 Jakub Jelinek <jakub@redhat.com>
148
149 PR bootstrap/70704
150 * configure.ac (--enable-stage1-checking): For --disable-checking or
151 implicit --enable-checking, make sure extra flag matches in between
152 stage1 and later checking.
153 * configure: Regenerated.
154
155 2016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
156
157 * .gitattributes: New file.
158
159 2016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
160
161 * MAINTAINERS (rs6000/powerpc port): Add myself.
162
163 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
164
165 PR bootstrap/70173
166 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
167 and gotools directories. Delete the stage_final file.
168 * Makefile.in: Regenerate.
169
170 2016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
171
172 * MAINTAINERS (Write After Approval): Add myself.
173
174 2016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
175
176 * MAINTAINERS (Fortran maintainer): Remove myself.
177
178 2016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
179
180 * MAINTAINERS (Write After Approval): Add myself.
181
182 2016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
183
184 * MAINTAINERS (Write After Approval): Add myself.
185
186 2016-03-17 Cary Coutant <ccoutant@gmail.com>
187
188 Sync with binutils-gdb:
189
190 2016-03-17 Cary Coutant <ccoutant@gmail.com>
191
192 * configure.ac: Add mips and s390 to the gold target check.
193 * configure: Regenerate.
194
195 2016-03-01 DJ Delorie <dj@redhat.com>
196
197 * MAINTAINERS (mep): Remove myself as MeP maintainer.
198
199 2016-02-22 David Malcolm <dmalcolm@redhat.com>
200
201 * MAINTAINERS (libcpp): Add myself.
202 (diagnostic messages): Likewise.
203
204 2016-02-20 Tom de Vries <tom@codesourcery.com>
205
206 * MAINTAINERS: Fix whitespace.
207
208 2016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
209
210 * MAINTAINERS (Write After Approval): Add myself.
211
212 2016-01-29 Sebastian Pop <s.pop@samsung.com>
213
214 * config/isl.m4: Add comments about isl-0.16.
215 * configure: Regenerate.
216
217 2016-01-29 Martin Jambor <mjambor@suse.cz>
218
219 * MAINTAINERS (hsa maintainers): Add myself.
220
221 2015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
222
223 * MAINTAINERS: (Write After Approval): Add myself.
224
225 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
226 Sebastian Pop <s.pop@samsung.com>
227
228 * Makefile.in: Regenerate.
229 * Makefile.tpl: Export ISLVER.
230 * configure: Regenerate.
231 * config/isl.m4: Detect isl-0.15.
232
233 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
234
235 PR bootstrap/69329
236 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
237 * Makefile.in: Regenerate.
238
239 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
240
241 * configure.ac: Enable LTO for DJGPP
242 * configure: Regenerate
243
244 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
245
246 Sync with binutils-gdb:
247 2015-10-21 Nick Clifton <nickc@redhat.com>
248
249 PR gas/19109
250 * configure.ac: Note the 'none' is an acceptable argument to
251 --enable-compressed-debug-sections.
252 * configure: Regenerate.
253
254 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
255
256 PR bootstrap/69134
257 * Makefile.def (mpfr): Disable assembler.
258 * Makefile.in: Regenerate.
259
260 2016-01-01 Ben Elliston <bje@gnu.org>
261
262 * config.guess: Import version 2016-01-01.
263 * config.sub: Likewise.
264
265 2015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
266
267 * MAINTAINERS (Write After Approval): Add myself.
268
269 2015-12-17 Sebastian Pop <s.pop@samsung.com>
270
271 * Makefile.in: Replace ISL with isl.
272 * Makefile.tpl: Same.
273 * config/isl.m4: Same.
274 * configure.ac: Same.
275 * contrib/download_prerequisites: Same.
276 * configure: Regenerate.
277
278 2015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
279
280 * MAINTAINERS (Write After Approval): Add Myself.
281
282 2015-12-17 Nathan Sidwell <nathan@acm.org>
283
284 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
285 * configure: Regenerate.
286
287 2015-12-16 Aditya Kumar <aditya.k7@samsung.com>
288 Sebastian Pop <s.pop@samsung.com>
289
290 * config/isl.m4 (ISL_CHECK_VERSION): Check for
291 isl_ctx_get_max_operations.
292 * configure: Regenerate.
293
294 2015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
295
296 * MAINTAINERS (Write After Approval): Add myself.
297
298 2015-12-02 Ian Lance Taylor <iant@google.com>
299
300 PR go/66147
301 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
302 * Makefile.in: Regenerate.
303
304 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
305
306 PR libffi/65726
307 * Makefile.def (lang_env_dependencies): Make libffi depend
308 on cxx.
309 * Makefile.in: Regenerate.
310
311 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
312
313 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
314 symbols.
315
316 2015-11-20 Tristan Gingold <gingold@adacore.com>
317
318 Sync with binutils-gdb:
319 2015-11-20 Tristan Gingold <gingold@adacore.com>
320
321 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
322 * configure: Regenerate.
323
324 2015-11-19 Martin Liska <mliska@suse.cz>
325
326 * .gitignore: Add .clang-format to ignored files.
327 * Makefile.in: Add clang-format.
328 * Makefile.tpl: Likewise.
329
330 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
331
332 * configure.ac: Enable libmpx by default.
333 * configure: Regenerated.
334
335 2015-10-23 Steve Ellcey <sellcey@imgtec.com>
336
337 * MAINTAINERS: Update email address.
338
339 2015-10-23 Paulo Matos <pmatos@linki.tools>
340
341 * MAINTAINERS: Update email address.
342
343 2015-10-23 Alan Hayward <alan.hayward@arm.com>
344
345 * MAINTAINERS (Write After Approval): Add myself.
346
347 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
348
349 Sync with binutils-gdb:
350 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
351
352 PR gas/19109
353 * configure.ac: Add
354 --enable-compressed-debug-sections={all,gas,gold,ld}.
355 * configure: Regenerated.
356
357 2015-10-16 Arnaud Charlet <charlet@adacore.com>
358
359 * MAINTAINERS: Update list of Ada maintainers and email addresses.
360
361 2015-10-09 Martin Liska <mliska@suse.cz>
362
363 * MAINTAINERS (Write After Approval): Add myself.
364
365 2015-10-09 Alexander Fomin <alexander.fomin@intel.com>
366
367 * MAINTAINERS (Write After Approval): Add myself.
368
369 2015-10-02 Florian Weimer <fweimer@redhat.com>
370
371 * MAINTAINERS: Update email address.
372
373 2015-10-02 Louis Krupp <louis.krupp@zoho.com>
374
375 * MAINTAINERS (Write After Approval): Add myself.
376
377 2015-09-20 Kai Tietz <ktietz70@googlemail.com>
378
379 * MAINTAINERS: Update email.
380
381 2015-09-14 Bernd Schmidt <bschmidt@redhat.com>
382
383 * MAINTAINERS: Update my email address.
384
385 2015-09-01 James Bowman <james.bowman@ftdichip.com>
386
387 * MAINTAINERS (ft32 port): Add myself.
388
389 2015-08-28 David Sherwood <david.sherwood@arm.com>
390
391 * MAINTAINERS: Add myself.
392
393 2015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
394
395 * MAINTAINERS (Write After Approval): Add myself.
396
397 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
398
399 PR libfortran/54572
400 * Makefile.def: Make libgfortran depend on libbacktrace.
401 * Makefile.in: Regenerate.
402
403 2015-08-20 Simon Dardis <simon.dardis@imgtec.com>
404
405 * MAINTAINERS (Write After Approval): Add myself.
406
407 2015-08-12 Tom de Vries <tom@codesourcery.com>
408
409 PR other/67092
410 * configure.ac: Remove --with_host_libstdcxx support.
411 * configure: Regenerate.
412
413 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
414 Jakub Jelinek <jakub@redhat.com>
415
416 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
417 nvptx*-*-*.
418 * configure: Regenerate.
419
420 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
421
422 * Makefile.def (libiconv): Define bootstrap=true.
423 Mark pdf/html/info as missing.
424 (configure-gcc): Depend on all-libiconv.
425 (all-gcc): Ditto.
426 (configure-libcpp): Ditto.
427 (all-libcpp): Ditto.
428 (configure-intl): Ditto.
429 (all-intl): Ditto.
430 * Makefile.in: Regenerate.
431
432 2015-08-03 Bin Cheng <bin.cheng@arm.com>
433
434 * MAINTAINERS (loop ivopts): Add the entry and myself.
435
436 2015-07-31 Nathan Sidwell <nathan@codesourcery.com>
437
438 * MAINTAINERS (nvptx): Add self.
439
440 2015-07-29 Alan Lawrence <alan.lawrence@arm.com>
441
442 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
443 128-bit vector modes.
444
445 2015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
446
447 * MAINTAINERS (Write After Approval): Add myself.
448
449 2015-07-28 Ben Elliston <bje@gnu.org>
450
451 * config.sub, config.guess: Import from upstream.
452
453 2015-07-24 Michael Darling <darlingm@gmail.com>
454
455 PR other/66259
456 * config-ml.in: Reflects renaming of configure.in to configure.ac
457 * configure: Likewise
458 * configure.ac: Likewise
459
460 2015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
461
462 * MAINTAINERS: Update my email address.
463
464 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
465
466 Sync with binutils-gdb:
467 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
468
469 * configure.ac (target_configdirs): Exclude target-zlib if
470 target-libjava isn't built.
471 * configure: Regenerated.
472
473 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
474
475 Sync with binutils-gdb:
476 2015-05-13 John David Anglin <dave.anglin@bell.net>
477
478 * configure.ac: Disable configuration of GDB for HPUX targets.
479 * configure: Regenerate.
480
481 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
482
483 * configure.ac: Add --with-system-zlib.
484 * configure: Regenerated.
485
486 2015-01-28 James Bowman <james.bowman@ftdichip.com>
487
488 * configure.ac: Add FT32 support.
489 * configure: Regenerate.
490
491 2015-01-12 Anthony Green <green@moxielogic.com>
492
493 * configure.ac: Don't disable gprof for moxie.
494 * configure: Rebuild.
495
496 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
497
498 Sync with binutils-gdb:
499 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
500
501 PR ld/18355
502 * Makefile.def: Add extra_configure_flags to host zlib.
503 * configure.ac (extra_host_zlib_configure_flags): New. Set
504 to --enable-host-shared When bfd is to be built as shared
505 library. AC_SUBST.
506 * Makefile.in: Regenerated.
507
508 2015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
509
510 Sync with src:
511 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
512 * Makefile.def (dependencies): Add all-zlib to all-bfd.
513 * Makefile.in: Regenerated.
514
515 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
516
517 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
518 target.
519 * configure: Regenerate.
520
521 2015-06-23 Ludovic Courtès <ludo@gnu.org>
522
523 * MAINTAINERS (Write After Approval): Add myself.
524
525 2015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
526
527 * MAINTAINERS (OS Port Maintainers): Add myself.
528 (Various Maintainers): Remove myself from libffi testsuite.
529
530 2015-06-04 Richard Sandiford <richard.sandiford@arm.com>
531
532 * MAINTAINERS (gen* on machine desc): Add self.
533
534 2015-06-02 Jason Merrill <jason@redhat.com>
535
536 PR bootstrap/66319
537 * configure.ac: Use -std=gnu++98.
538
539 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
540
541 * MAINTAINERS (Write After Approval): Add myself.
542
543 2015-05-28 Mike Frysinger <vapier@gentoo.org>
544
545 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
546 * configure: Regenerate.
547
548 2015-05-26 Jason Merrill <jason@redhat.com>
549
550 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
551 * configure: Regenerate.
552
553 2015-05-16 James Bowman <james.bowman@ftdichip.com>
554
555 * configure.ac: FT32 target added.
556 * configure: Regenerated.
557
558 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
559
560 * MAINTAINERS (Write After Approval): Add myself.
561
562 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
563
564 * MAINTAINERS (Write After Approval): Add myself.
565
566 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
567
568 * configure.ac: Fix typo.
569 * configure: Regenerate.
570
571 2015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
572
573 * MAINTAINERS (Write After Approval): Add myself.
574
575 2015-05-03 Matthias Klose <doko@ubuntu.com>
576
577 * configure.ac: Match $host configured with triplets.
578 * configure: Regenerate.
579
580 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
581
582 * Makefile.tpl: Remove surplus whitespace throughout.
583 * Makefile.in: Regenerate.
584
585 2015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
586
587 * MAINTAINERS (Various Maintainers): Add myself as instruction
588 combiner maintainer.
589
590 2015-04-17 Jakub Jelinek <jakub@redhat.com>
591
592 PR bootstrap/62077
593 * configure.ac (--enable-stage1-checking): Default to
594 release,misc,gimple,rtlflag,tree,types if --disable-checking
595 or --enable-checking is not specified and DEV-PHASE is not
596 experimental.
597 * configure: Regenerated.
598
599 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
600
601 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
602 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
603 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
604 * Makefile.in: Regenerate.
605
606 2015-04-08 Cary Coutant <ccoutant@gmail.com>
607
608 * MAINTAINERS: Update my email address.
609
610 2015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
611
612 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
613
614 2015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
615
616 * MAINTAINERS: Add myself as an arm port reviewer.
617
618 2015-03-25 Martin Liska <mliska@suse.cz>
619 Yury Gribov <y.gribov@samsung.com>
620
621 * Makefile.in: Fix ln source location for vimrc file.
622 * Makefile.tpl: Likewise.
623
624 2015-03-09 Aldy Hernandez <aldyh@redhat.com>
625
626 PR bootstrap/25672
627 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
628 cross-compiling. Similarly for CXX_FOR_TARGET.
629 * configure: Regenerate.
630
631 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
632
633 * Makefile.def: Add libmpx.
634 * configure.ac: Add libmpx.
635 * Makefile.in: Regenerate.
636 * configure: Regenerate.
637
638 2015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
639
640 * MAINTAINERS (CPU Port Maintainers): Add myself
641 i386 vector ISA extns mantainer.
642
643 2015-03-13 Jeff Law <law@redhat.com>
644
645 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
646 maintainer.
647 Remove Richard Henderson as a maintainer for the x86 port.
648
649 2015-03-03 Joern Rennecke <gnu@amylaar.uk>
650
651 * MAINTAINERS (CPU Port Maintainers): Update my email address.
652
653 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
654
655 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
656 pointer bounds checker and i386 MPX maintainer.
657
658 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
659
660 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
661
662 2015-02-26 Martin Sebor <msebor@redhat.com>
663
664 * MAINTAINERS (Various Maintainers): Add self.
665
666 2015-02-20 Thomas Schwinge <thomas@codesourcery.com>
667
668 * configure.ac [--enable-as-accelerator-for] (enable_languages):
669 Make sure it contains lto.
670 * configure: Regenerate.
671
672 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
673
674 * configure: Regenerate.
675
676 2015-02-06 Diego Novillo <dnovillo@google.com>
677 1
678 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
679 middle-end, docstring): Remove myself.
680 (Write After Approval): Add myself.
681
682 2015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
683
684 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
685 (Write After Approval): Update address.
686
687 2015-01-29 David Malcolm <dmalcolm@redhat.com>
688
689 PR jit/64780
690 * configure.ac: Require the user to explicitly specify
691 --enable-host-shared if the jit is enabled.
692 * configure: Regenerate.
693
694 2015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
695
696 * MAINTAINERS (Write After Approval): Add myself.
697
698 2015-01-25 Tom de Vries <tom@codesourcery.com>
699
700 * MAINTAINERS: Make whitespace consistent.
701
702 2015-01-23 Braden Obrzut <admin@maniacsvault.net>
703
704 * MAINTAINERS (Write After Approval): Add myself.
705
706 2015-01-20 Andre Vehreschild <vehre@gmx.de>
707
708 * MAINTAINERS: (Write After Approval): Add myself.
709
710 2015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
711
712 * MAINTAINERS: (Write After Approval): Add myself.
713
714 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
715
716 * MAINTAINERS: (Write After Approval): Add myself.
717
718 2015-01-13 Iain Sandoe <iain@codesourcery.com>
719
720 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
721 objective-c/c++ front end maintainer.
722
723 2015-01-13 Marek Polacek <polacek@redhat.com>
724
725 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
726
727 2015-01-12 Jeff Law <law@redhat.com>
728
729 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
730 a very long time.
731
732 2015-01-09 Ian Lance Taylor <iant@google.com>
733
734 * configure.ac (host_tools): Add gotools.
735 * Makefile.def (host_modules): Add gotools.
736 (dependencies): Add dependency of all-gotools on all-target-libgo.
737
738 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
739
740 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
741 * configure: Regenerate.
742
743 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
744
745 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
746 all-target-libgomp.
747 * Makefile.in: Regenerate.
748
749 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
750
751 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
752
753 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
754
755 * configure.ac: Add Visium support.
756 * configure: Regenerate.
757
758 2015-01-04 Andreas Schwab <schwab@linux-m68k.org>
759
760 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
761 * configure: Regenerate.
762
763 2015-01-03 Andrew Pinski <apinski@cavium.com>
764
765 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
766 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
767 (BASE_TARGET_EXPORTS): Add OBJCOPY.
768 (OBJCOPY_FOR_TARGET): New variable.
769 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
770 * Makefile.in: Regenerate.
771 * configure.ac: Check for already installed target objcopy.
772 Also GCC_TARGET_TOOL on objcopy.
773 * configure: Regenerate.
774
775 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
776
777 * config.sub: Update from upstream, to 2015-01-01 version.
778 * config.guess: Ditto.
779
780 2014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
781
782 * MAINTAINERS (RTEMS Ports): Add myself.
783
784 2014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
785
786 * MAINTAINERS (Write After Approval): Add myself.
787
788 2014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
789
790 * MAINTAINERS (Write After Approval): Add myself.
791
792 2014-12-15 Thomas Schwinge <thomas@codesourcery.com>
793
794 * configure.ac (--enable-as-accelerator-for): Don't set
795 ENABLE_AS_ACCELERATOR_FOR. Update all users.
796 * configure: Regenerate.
797
798 2014-12-13 Jakub Jelinek <jakub@redhat.com>
799
800 PR bootstrap/64023
801 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
802 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
803 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
804 to CXX.
805 * Makefile.in: Regenerated.
806
807 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
808 Yury Gribov <y.gribov@samsung.com>
809
810 * .gitignore: Added .local.vimrc and .lvimrc.
811 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
812 * Makefile.in: Regenerate.
813
814 2014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
815
816 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
817 * configure: Regenerated.
818
819 2014-11-27 Bernd Schmidt <bernds@codesourcery.com>
820
821 * MAINTAINERS (nvptx port): New entry.
822
823 2014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
824
825 * configure: Regenerate.
826
827 2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
828
829 * configure.ac: Merge with Binutils.
830
831 2014-11-26 Tobias Burnus <burnus@net-b.de>
832
833 * Makefile.def: Make more dependent on mpfr, mpc and isl.
834 * Makefile.in: Regenerate.
835
836 2014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
837
838 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
839 missing flex.
840 * Makefile.in: Regenerated.
841
842 2014-11-21 Ilya Verbin <ilya.verbin@intel.com>
843
844 * Makefile.in: Regenerate.
845
846 2014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
847
848 PR bootstrap/63784
849 * libtool.m4: Add $pic_flag with -shared.
850
851 2014-11-21 Renlin Li <Renlin.Li@arm.com>
852
853 * MAINTAINERS (Write After Approval): Added myself.
854
855 2014-11-21 Alex Velenko <Alex.Velenko@arm.com>
856
857 * MAINTAINERS (write-after-approval): Add myself.
858
859 2014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
860
861 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
862 from 2 years ago.
863
864 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
865
866 Revert:
867 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
868
869 * MAINTAINERS (Write After Approval): Added myself as line map
870 maintainer.
871
872 2014-11-19 Renlin Li <Renlin.Li@arm.com>
873
874 Revert:
875 2014-11-19 Renlin Li <Renlin.Li@arm.com>
876
877 * MAINTAINERS (Write After Approval): Added myself.
878
879 2014-11-19 Renlin Li <Renlin.Li@arm.com>
880
881 * MAINTAINERS (Write After Approval): Added myself.
882
883 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
884
885 * MAINTAINERS (Write After Approval): Added myself as line map
886 maintainer.
887
888 2014-11-17 Dodji Seketeli <dodji@redhat.com>
889
890 * MAINTAINERS (Various Maintainers): Added myself as line map
891 maintainer.
892
893 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
894
895 * move-if-change: Sync from upstream gnulib.
896
897 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
898
899 * compile: Sync with upstream Automake.
900 * depcomp: Ditto.
901 * install-sh: Ditto.
902 * missing: Ditto.
903 * mkinstalldirs: Ditto.
904 * ylwrap: Ditto.
905
906 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
907
908 * config.sub: Update from upstream config repo.
909 * config.guess: Ditto.
910
911 2014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
912
913 * Makefile.def: Add liboffloadmic to target_modules. Make
914 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
915 * Makefile.in: Regenerate.
916 * configure: Regenerate.
917 * configure.ac: Add liboffloadmic to target binaries.
918 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
919 Add liboffloadmic to noconfig list when C++ is not supported.
920
921 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
922 Thomas Schwinge <thomas@codesourcery.com>
923 Ilya Verbin <ilya.verbin@intel.com>
924 Andrey Turetskiy <andrey.turetskiy@intel.com>
925
926 * configure: Regenerate.
927 * configure.ac (--enable-as-accelerator-for)
928 (--enable-offload-targets): New configure options.
929
930 2014-11-11 Tobias Burnus <burnus@net-b.de>
931
932 * Makefile.def: Make all-gcc depend on all-isl.
933 * Makefile.in: Regenerate.
934
935 2014-11-11 David Malcolm <dmalcolm@redhat.com>
936
937 * ChangeLog.jit: New.
938 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
939
940 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
941
942 PR target/63610
943 * libtool.m4: Fix globbing of darwin versions.
944 * configure: Regenerate.
945
946 2014-11-11 Tobias Burnus <burnus@net-b.de>
947
948 * Makefile.def: Remove CLooG.
949 * Makefile.tpl: Ditto.
950 * configure.ac: Ditto.
951 * configure: Regenerate.
952 * Makefile.in: Ditto.
953
954 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
955
956 * configure.ac: Handle nvptx-*-*.
957 * configure: Regenerate.
958
959 2014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
960
961 * MAINTAINERS (Write After Approval): Add myself.
962
963 2014-10-31 Jakub Jelinek <jakub@redhat.com>
964
965 * Makefile.def (libcc1): Remove bootstrap=true;.
966 * Makefile.in: Regenerated.
967
968 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
969
970 * configure.ac: Update comment.
971 * configure: Regenerate.
972
973 2014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
974
975 * MAINTAINERS (Write After Approval): Add myself.
976
977 2014-10-30 Thomas Schwinge <thomas@codesourcery.com>
978
979 * configure.ac (extra_host_libiberty_configure_flags): Add
980 --enable-shared also for libcc1's benefit.
981 * configure: Regenerate.
982
983 2014-10-29 Tristan Gingold <gingold@adacore.com>
984
985 * MAINTAINERS: Change my email address.
986
987 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
988 Tom Tromey <tromey@redhat.com>
989
990 * Makefile.def: Add libcc1 to host_modules.
991 * configure.ac (host_tools): Add libcc1.
992 * Makefile.in, configure: Rebuild.
993
994 2014-10-24 Hans-Peter Nilsson <hp@axis.com>
995
996 * configure.ac (build_configargs): Don't share config.cache between
997 build subdirs.
998 * configure: Regenerate.
999
1000 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1001
1002 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1003 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1004 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1005 leon3v7 as leon3.
1006 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1007 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1008 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1009 * config/sparc/sparc.md (cpu): Add leon3v7.
1010 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1011
1012 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1013
1014 * MAINTAINERS (write-after-approval): Add myself.
1015
1016 2014-10-23 Ian Lance Taylor <iant@google.com>
1017
1018 * configure.ac: Disable the Go frontend on systems where it is known
1019 to not work.
1020 * configure: Regenerate.
1021
1022 2014-10-23 Richard Biener <rguenther@suse.de>
1023
1024 * Makefile.def: Add libcpp build module and dependencies.
1025 * configure.ac: Add libcpp build module.
1026 * Makefile.in: Regenerate.
1027 * configure: Likewise.
1028
1029 2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
1030
1031 * MAINTAINERS (write-after-approval): Add myself.
1032
1033 2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
1034
1035 * INSTALL/README: Do not mention CVS.
1036
1037 2014-10-03 Jing Yu <jingyu@google.com>
1038
1039 * configure.ac: Add aarch64 to list of targets that support gold.
1040 * configure: Regenerate.
1041
1042 2014-09-29 François Dumont <fdumont@gcc.gnu.org>
1043
1044 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
1045
1046 2014-09-29 Catherine Moore <clm@codesourcery.com>
1047
1048 * MAINTAINERS: Add myself as MIPS maintainer.
1049
1050 2014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
1051
1052 * MAINTAINERS: Move myself to MIPS maintainers.
1053
1054 2014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1055
1056 * MAINTAINERS: Put all email addresses between '<' and '>'.
1057
1058 2014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1059
1060 * MAINTAINERS: Move myself to reviewers (Fortran).
1061
1062 2014-09-01 Andi Kleen <ak@linux.intel.com>
1063
1064 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1065 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
1066 * Makefile.in: Regenerate.
1067
1068 2014-08-28 David Malcolm <dmalcolm@redhat.com>
1069
1070 * rtx-classes-status.txt: Delete
1071
1072 2014-08-28 David Malcolm <dmalcolm@redhat.com>
1073
1074 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1075
1076 2014-08-27 Sebastian Pop <s.pop@samsung.com>
1077
1078 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1079 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1080 of checking for version number.
1081 * configure: Regenerated.
1082 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1083
1084 2014-08-27 David Malcolm <dmalcolm@redhat.com>
1085
1086 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1087 is done; begin phase 6 (use extra rtx_def subclasses).
1088
1089 2014-08-27 David Malcolm <dmalcolm@redhat.com>
1090
1091 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1092 done; begin phase 5 (additional rtx_def subclasses).
1093
1094 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1095
1096 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1097
1098 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1099
1100 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1101 SET_BB_HEADER are done.
1102
1103 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1104
1105 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1106 done.
1107
1108 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1109
1110 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1111
1112 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1113
1114 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1115
1116 2014-08-25 David Malcolm <dmalcolm@redhat.com>
1117
1118 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1119
1120 2014-08-25 David Malcolm <dmalcolm@redhat.com>
1121
1122 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1123
1124 2014-08-25 David Malcolm <dmalcolm@redhat.com>
1125
1126 * rtx-classes-status.txt: Phase 3 (per-file commits within
1127 "config" subdirs) is done; begin phase 4 (removal of
1128 "scaffolding").
1129
1130 2014-08-23 David Malcolm <dmalcolm@redhat.com>
1131
1132 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
1133 dir) is done; begin phase 3 (per-file commits within "config"
1134 subdirs).
1135
1136 2014-08-21 David Malcolm <dmalcolm@redhat.com>
1137
1138 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
1139 phase 2 (per-file commits in main source dir).
1140
1141 2014-08-21 Bin Cheng <bin.cheng@arm.com>
1142
1143 * configure: Regenerated.
1144
1145 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1146
1147 * rtx-classes-status.txt (TODO): Add SET_BND_TO
1148
1149 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1150
1151 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
1152
1153 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1154
1155 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
1156
1157 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1158
1159 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
1160
1161 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1162
1163 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
1164
1165 2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
1166
1167 * MAINTAINERS (Write After Approval): Add myself.
1168
1169 2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
1170
1171 * MAINTAINERS: Remove myself
1172
1173 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1174
1175 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
1176
1177 2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
1178
1179 * MAINTAINERS (Write After Approval): Add myself.
1180
1181 2014-08-18 David Malcolm <dmalcolm@redhat.com>
1182
1183 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
1184 SET_BB_HEADER, SET_BB_FOOTER
1185
1186 2014-08-18 David Malcolm <dmalcolm@redhat.com>
1187
1188 * rtx-classes-status.txt: New file
1189
1190 2014-08-18 Roman Gareev <gareevroman@gmail.com>
1191
1192 * configure.ac: Eliminate ClooG installation dependency.
1193 * configure: Regenerate.
1194 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
1195 * Makefile.in: Regenerate.
1196
1197 2014-08-15 Ilya Verbin <iverbin@gmail.com>
1198
1199 * MAINTAINERS (Write After Approval): Add myself.
1200
1201 2014-08-15 Ilya Tocar <tocarip@gmail.com>
1202
1203 * MAINTAINERS (Write After Approval): Add myself.
1204
1205 2014-08-01 Jiong Wang <jiong.wang@arm.com>
1206
1207 * MAINTAINERS (Write After Approval): Add myself.
1208
1209 2014-07-28 Anthony Green <green@moxielogic.com>
1210
1211 Import from savannah.gnu.org:
1212 * config.sub: Update to 2014-07-28 version.
1213
1214 2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
1215
1216 * MAINTAINERS: Remove my MIPS maintainer entry.
1217
1218 2014-07-26 Uros Bizjak <ubizjak@gmail.com>
1219
1220 PR target/47230
1221 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
1222 * configure: Regenerate.
1223
1224 2014-07-24 James Norris <jnorris@codesourcery.com>
1225
1226 * MAINTAINERS (Write After Approval): Add myself.
1227
1228 2014-07-20 Roman Gareev <gareevroman@gmail.com>
1229
1230 * configure.ac: Accept only CLooG 0.18.1.
1231 * configure: Regenerate.
1232
1233 2014-07-17 Roman Gareev <gareevroman@gmail.com>
1234
1235 * configure.ac: Don't accept isl 0.11.
1236 * configure: Regenerate.
1237
1238 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1239
1240 * MAINTAINERS (Write After Approval): Add myself.
1241
1242 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1243
1244 * configure.ac: Don't accept isl 0.10.
1245 * configure: Regenerate.
1246
1247 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
1248
1249 Fix include path for in-tree cloog.
1250 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
1251 * configure: Regenerate.
1252
1253 2014-06-18 Richard Henderson <rth@redhat.com>
1254
1255 * .gitignore: Import gcc_update output.
1256
1257 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1258
1259 * config-ml.in: Robustify ac_configure_args parsing.
1260
1261 * configure.ac (--enable-linker-plugin-configure-flags)
1262 (--enable-linker-plugin-flags): New flags.
1263 (configdirs): Conditionally add libiberty-linker-plugin.
1264 * configure: Regenerate.
1265 * Makefile.def (host_modules): Add libiberty-linker-plugin.
1266 (host_modules) <lto-plugin>: Pay attention to
1267 @extra_linker_plugin_flags@ and
1268 @extra_linker_plugin_configure_flags@.
1269 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
1270 * Makefile.in: Regenerate.
1271
1272 * Makefile.tpl (configure-[+prefix+][+module+])
1273 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
1274 "module_srcdir" instead of "module" for locating a module's srcdir.
1275 * Makefile.in: Regenerate.
1276
1277 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
1278
1279 * MAINTAINERS (Write After Approval): Add myself.
1280
1281 2014-06-06 Sebastian Pop <sebpop@gmail.com>
1282
1283 * MAINTAINERS: Update my email address.
1284
1285 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
1286
1287 * MAINTAINERS (Write After Approval): Add myself.
1288
1289 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
1290
1291 * MAINTAINERS (Write After Approval): Add myself.
1292
1293 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
1294
1295 PR libstdc++/61011
1296 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
1297 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
1298 * configure: Regenerate.
1299
1300 2014-05-28 Pedro Alves <palves@redhat.com>
1301
1302 * MAINTAINERS (Write After Approval): Add myself.
1303
1304 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1305
1306 * MAINTAINERS: Update my affiliation/email.
1307
1308 2014-05-19 Mike Stump <mikestump@comcast.net>
1309
1310 * MAINTAINERS: Add wide-int reviewers.
1311
1312 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1313
1314 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1315 * configure: Regenerated.
1316
1317 2014-05-15 Torvald Riegel <triegel@redhat.com>
1318
1319 * MAINTAINERS (libitm): Add myself as maintainer.
1320
1321 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
1322
1323 * MAINTAINERS (Write After Approval): Add myself.
1324
1325 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1326
1327 * config.sub, config.guess: Import from upstream.
1328
1329 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
1330
1331 * MAINTAINERS (Write After Approval): Put myself in correct order.
1332
1333 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
1334
1335 * MAINTAINERS (Write After Approval): Add myself.
1336
1337 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1338
1339 * MAINTAINERS: Move myself from Reviewers to Write After Approval
1340 section.
1341
1342 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1343
1344 * MAINTAINERS (Write After Approval): Delete myself.
1345
1346 2014-04-17 Jakub Jelinek <jakub@redhat.com>
1347
1348 PR sanitizer/56781
1349 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
1350 and -B* options with -Xcompiler.
1351
1352 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1353
1354 PR bootstrap/60620
1355 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1356 * Makefile.in: Regenerate.
1357
1358 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1359
1360 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1361 for WINDRES_FOR_TARGET in default-manifest.o rule.
1362 * Makefile.in: Regenerate.
1363
1364 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
1365
1366 * MAINTAINERS (Write After Approval): Add myself.
1367
1368 2014-03-26 Jakub Jelinek <jakub@redhat.com>
1369
1370 PR sanitizer/56781
1371 * Makefile.def: Set bootstrap=true; for host fixincludes.
1372 * configure.ac: Don't bootstrap host fixincludes unless
1373 --with-build-config=bootstrap-{a,ub}san.
1374 * Makefile.in: Regenerated.
1375 * configure: Regenerated.
1376
1377 2014-03-21 Jakub Jelinek <jakub@redhat.com>
1378
1379 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1380 --enable-vtable-verify option parsing. Don't add
1381 target-libsanitizer to bootstrap_target_libs unless
1382 --with-build-config=bootstrap-asan or
1383 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1384 to bootstrap_target_libs unless --enable-vtable-verify.
1385 * configure: Regenerated.
1386
1387 2014-03-10 Anatoly Sokolov <aesok@post.ru>
1388
1389 * MAINTAINERS (Write After Approval): Add myself.
1390
1391 2014-03-07 Denis Chertykov <chertykov@gmail.com>
1392
1393 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
1394
1395 2014-03-07 Jakub Jelinek <jakub@redhat.com>
1396
1397 PR bootstrap/58572
1398 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1399 -I for libstdc++-v3 includes if $(LEAN).
1400 * Makefile.in: Regenerated.
1401
1402 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
1403
1404 * MAINTAINERS: Update my email address.
1405
1406 2014-02-24 Walter Lee <walt@tilera.com>
1407
1408 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1409 (tilegx-*-*): Change to tilegx*-*-*.
1410 * configure: Regenerate.
1411
1412 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
1413
1414 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
1415
1416 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
1417
1418 * MAINTAINERS (Write After Approval): Add myself.
1419
1420 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1421
1422 PR target/59788
1423 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1424 *solaris2*.
1425
1426 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
1427
1428 * MAINTAINERS: Update my email address.
1429
1430 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
1431
1432 * MAINTAINERS: Convert to UTF-8.
1433 Properly sort Xinliang David Li's entry.
1434
1435 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
1436 Sandra Loosemore <sandra@codesourcery.com>
1437
1438 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
1439 nios2 port maintainers.
1440
1441 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
1442
1443 * MAINTAINERS (Write After Approval): Add myself.
1444
1445 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1446
1447 * configure.ac: Add user-friendly check for native x86_64-linux
1448 multilibs.
1449 * configure: Regenerate.
1450
1451 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
1452
1453 * MAINTAINERS: Add myself as sh maintainer.
1454
1455 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1456
1457 * MAINTAINERS: Add self as SLSR maintainer.
1458
1459 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
1460
1461 * MAINTAINERS: Update my email address.
1462
1463 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
1464
1465 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
1466
1467 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1468
1469 * Makefile.in: Regenerate.
1470
1471 * Makefile.tpl: Fix typo.
1472 * Makefile.in: Regenerate partially.
1473
1474 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1475
1476 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1477 supported.
1478 * configure: Regenerated.
1479
1480 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
1481
1482 * MAINTAINERS (Write After Approval): Add myself.
1483
1484 2013-10-30 Jason Merrill <jason@redhat.com>
1485
1486 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1487 --disable-build-format-warnings.
1488
1489 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1490
1491 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
1492 depend on libstdc++ and libgcc.
1493 * configure: Regenerate.
1494 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1495 libcilkrts for POSIX and i*86, and x86_64 architectures.
1496 * Makefile.in: Added libcilkrts related fields to support building it.
1497
1498 2013-10-26 Jeff Law <law@redhat.com>
1499
1500 * Makefile.def (target_modules): Remove libmudflap
1501 (languages): Remove check-target-libmudflap).
1502 * Makefile.in: Rebuilt.
1503 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1504 * configure.ac (target_libraries): Remove target-libmudflap.
1505 Remove checks which disabled libmudflap on some systems.
1506 * configure: Rebuilt.
1507 * libmudflap: Directory removed.
1508
1509 2013-10-21 Cong Hou <congh@google.com>
1510
1511 * MAINTAINERS (Write After Approval): Add myself.
1512
1513 2013-10-16 Mike Stump <mikestump@comcast.net>
1514
1515 * .dir-locals.el: Add.
1516
1517 2013-10-15 David Malcolm <dmalcolm@redhat.com>
1518
1519 * configure.ac: Add --enable-host-shared
1520 * configure: Regenerate.
1521
1522 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
1523
1524 Import from savannah.gnu.org:
1525 * config.guess: Update to 2013-06-10 version.
1526 * config.sub: Update to 2013-10-01 version.
1527
1528 2013-10-01 Simon Cook <simon.cook@embecosm.com>
1529
1530 Changes to build configuration to allow big endian ARC ELF toolchain
1531 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
1532 * configure: Regenerate.
1533
1534 2013-09-20 Alan Modra <amodra@gmail.com>
1535
1536 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1537 ppc host match. Support little-endian powerpc linux hosts.
1538
1539 2013-09-19 Dodji Seketeli <dodji@redhat.com>
1540
1541 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
1542 maintainer.
1543
1544 2013-09-12 DJ Delorie <dj@redhat.com>
1545
1546 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
1547 maintainers.
1548
1549 2013-09-03 Richard Biener <rguenther@suse.de>
1550
1551 * configure.ac: Also allow ISL 0.12.
1552 * configure: Regenerated.
1553
1554 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
1555
1556 * MAINTAINERS (Write After Approval): Add myself.
1557
1558 2013-08-27 David Malcolm <dmalcolm@redhat.com>
1559
1560 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
1561
1562 2013-08-26 Caroline Tice <cmtice@google.com>
1563
1564 * MAINTAINERS: Correct earliers update: Move myself from libvtv
1565 "Various Reviewers" to libvtv "Various Maintainers".
1566
1567 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
1568
1569 * MAINTAINERS: Add myself as RTL optimizers reviewer.
1570
1571 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
1572
1573 * MAINTAINERS: Update name, email.
1574
1575 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
1576
1577 * MAINTAINERS (Write After Approval): Add myself.
1578
1579 2013-08-12 Caroline Tice <cmtice@google.com>
1580
1581 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
1582 address in the Write After Approval section.
1583
1584 2013-08-09 Carlos O'Donell <carlos@redhat.com>
1585
1586 * MAINTAINERS (Write After Approval): Update email.
1587
1588 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
1589
1590 * configure.ac: Adjust to check VTV_SUPPORTED.
1591 * configure: Regenerated.
1592
1593 2013-08-02 Caroline Tice <cmtice@google.com>
1594
1595 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
1596 on non-linux systems; add target-libvtv to noconfigdirs; add
1597 libsupc++/.libs to C++ library search paths.
1598 * configure: Regenerated.
1599 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
1600 libstdc++ and libgcc.
1601 * Makefile.in: Regenerated.
1602
1603 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
1604
1605 * MAINTAINERS (Write After Approval): Add myself.
1606
1607 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
1608 Shiva Chen <shiva0217@gmail.com>
1609
1610 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
1611 nds32 port maintainers.
1612
1613 2013-07-17 Tim Shen <timshen91@gmail.com>
1614
1615 * MAINTAINERS (Write After Approval): Add myself.
1616
1617 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1618
1619 * configure.ac: Sync from binutils.
1620 * configure: Regenerate.
1621
1622 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
1623
1624 * MAINTAINERS (Write After Approval): Add myself.
1625
1626 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
1627
1628 * MAINTAINERS (Write After Approval): Add myself.
1629
1630 2013-05-17 David Malcolm <dmalcolm@redhat.com>
1631
1632 * MAINTAINERS (Write After Approval): Add myself.
1633
1634 2013-04-30 Brooks Moses <bmoses@google.com>
1635
1636 * MAINTAINERS: Update my email; move myself from Fortran
1637 reviewer to Write After Approval.
1638
1639 2013-04-16 Andreas Schwab <schwab@suse.de>
1640
1641 * configure.ac (aarch64-*-*): Don't disable java.
1642 * configure: Regenerate.
1643
1644 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
1645
1646 * MAINTAINERS (Write After Approval): Add myself.
1647
1648 2013-03-30 Matthias Klose <doko@ubuntu.com>
1649
1650 * Makefile.def (target_modules): Don't install libffi.
1651 * Makefile.in: Regenerate.
1652
1653 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
1654
1655 * MAINTAINERS (Write After Approval): Add myself.
1656
1657 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
1658
1659 * MAINTAINERS (Write After Approval): Add myself.
1660
1661 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1662
1663 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
1664 * configure: Regenerated.
1665
1666 2013-02-05 Ian Lance Taylor <iant@google.com>
1667
1668 PR go/55969
1669 * configure.ac: Disable libgo on some systems where it does not
1670 work.
1671
1672 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
1673
1674 * MAINTAINERS: Explicitly add myself as AIX maintainer.
1675 Remove Geoff Keating as rs6000 port maintainer, at his request.
1676
1677 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
1678
1679 * MAINTAINERS: Update my email.
1680
1681 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
1682
1683 * configure: Re-generate.
1684
1685 2013-01-15 Richard Biener <rguenther@suse.de>
1686
1687 PR other/55973
1688 * configure: Re-generate.
1689
1690 2013-01-14 Matthias Klose <doko@ubuntu.com>
1691
1692 * Makefile.def (install-target-libsanitizer): Depend on
1693 install-target-libstdc++-v3.
1694 * Makefile.in: Regenerate.
1695
1696 2013-01-14 Richard Biener <rguenther@suse.de>
1697
1698 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
1699 * configure: Re-generate
1700
1701 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1702
1703 * config.sub: Update from config repo.
1704
1705 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1706
1707 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1708 * Makefile.in: Regenerate.
1709
1710 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
1711
1712 * MAINTAINERS (arc): Add new port maintainership for myself.
1713
1714 2013-01-09 Jason Merrill <jason@redhat.com>
1715
1716 * .gitignore: Import from gdb repository.
1717
1718 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1719
1720 * Makefile.def (configure-gcc): Depend on all-gmp.
1721 (all-gcc): Remove dependency on all-gmp.
1722 * Makefile.in: Regenerated.
1723
1724 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1725
1726 * config.sub: Merge from config repo.
1727 * config.guess: Ditto.
1728
1729 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1730
1731 * Makefile.def: Merge from binutils.
1732 * Makefile.in: Ditto.
1733
1734 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
1735
1736 * MAINTAINERS: Update my email.
1737
1738 2012-12-29 Ben Elliston <bje@gnu.org>
1739
1740 * config.guess: Update to 2012-12-29 version.
1741 * config.sub: Likewise.
1742
1743 2012-12-20 Matthias Klose <doko@ubuntu.com>
1744
1745 * Makefile.def (install-target-libgfortran): Depend on
1746 install-target-libquadmath, install-target-libgcc.
1747 (install-target-libsanitizer): Depend on install-target-libgcc.
1748 (install-target-libjava): Depend on install-target-libgcc.
1749 (install-target-libitm): Depend on install-target-libgcc.
1750 (install-target-libobjc): Depend on install-target-libgcc.
1751 (install-target-libstdc++-v3): Depend on install-target-libgcc.
1752 * Makefile.in: Regenerate.
1753
1754 2012-12-19 Matthias Klose <doko@ubuntu.com>
1755
1756 * Makefile.def (install-target-libgo): Depend on
1757 install-target-libatomic.
1758 * Makefile.in: Regenerate.
1759
1760 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
1761
1762 PR go/55201
1763 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
1764 * Makefile.in: Regenerate.
1765
1766 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1767
1768 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1769 * configure: Regenerate.
1770
1771 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1772
1773 * config.sub: Merge from config repo.
1774
1775 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1776
1777 * Makefile.def (target_modules): Add bootstrap=true and
1778 raw_cxx=true to libsanitizer.
1779 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1780 * Makefile.in: Regenerated.
1781 * configure: Likewise.
1782
1783 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
1784
1785 * MAINTAINERS: Remove self as RTL optimization maintainer.
1786
1787 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1788
1789 * MAINTAINERS (Write After Approval): Add myself.
1790
1791 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
1792
1793 * Makefile.def (target_modules): Remove bootstrap=true and
1794 raw_cxx=true from libsanitizer.
1795 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
1796 * Makefile.in: Regenerated.
1797 * configure: Likewise.
1798
1799 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
1800
1801 * Makefile.def (target_modules): Add bootstrap=true and
1802 raw_cxx=true to libsanitizer.
1803 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1804 * Makefile.in: Regenerated.
1805 * configure: Likewise.
1806
1807 2012-11-28 Andrew Pinski <apinski@cavium.com>
1808
1809 PR bootstrap/54279
1810 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
1811 * configure: Regenerate.
1812 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
1813 * Makefile.in: Regenerate.
1814
1815 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1816
1817 * configure.ac: Disable libsanitizer if we're not building C++.
1818 * configure: Regenerate.
1819
1820 2012-11-15 Roland McGrath <roland@hack.frob.com>
1821
1822 * MAINTAINERS (Write After Approval): Add myself.
1823
1824 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
1825
1826 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
1827 Kostya Serebryany (kcc@google.com) and
1828 Jakub Jelinek (jakub@redhat.com).
1829 Rename area for Dodji Seketeli (dodji@redhat.com).
1830
1831 2012-11-15 Dodji Seketeli <dodji@redhat.com>
1832
1833 * MAINTAINERS: (asan.c, related): Add myself.
1834
1835 2012-11-14 Roland McGrath <mcgrathr@google.com>
1836
1837 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1838 * configure: Regenerate.
1839
1840 2012-11-13 Richard Henderson <rth@redhat.com>
1841
1842 * configure.ac: Move libsanitizer logic to subdirectory.
1843 * configure: Regenerate.
1844
1845 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1846
1847 * configure.ac: Enable libsanitizer just on x86 linux for now.
1848 * configure: Re-generate.
1849
1850 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1851
1852 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
1853 sections.
1854 * configure: Regenerate.
1855
1856 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
1857
1858 * configure.ac: Add section for configdirs for libsanitizer.
1859 Disable for cris-*-* and mmix-*-*.
1860 * configure: Regenerate.
1861
1862 2012-11-12 Wei Mi <wmi@google.com>
1863
1864 * configure.ac: Add libsanitizer to target_libraries.
1865 * Makefile.def: Ditto.
1866 * configure: Regenerate.
1867 * Makefile.in: Regenerate.
1868 * libsanitizer: New directory for asan runtime. Contains an empty
1869 tsan directory.
1870
1871 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
1872
1873 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1874 against Mingw64 w32api.
1875 * configure: Regenerate.
1876
1877 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1878
1879 * configure: Regenerated.
1880
1881 2012-11-03 Robert Mason <rbmj@verizon.net>
1882
1883 * configure.ac: add --disable-libstdcxx configure option
1884 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1885
1886 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
1887
1888 * MAINTAINERS (Write After Approval): Add myself.
1889
1890 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
1891
1892 * MAINTAINERS (Write After Approval): Add myself.
1893
1894 2012-10-24 Sharad Singhai <singhai@google.com>
1895
1896 * MAINTAINERS (Write After Approval): Add myself.
1897
1898 2012-10-24 Eric Christopher <echristo@gmail.com>
1899
1900 * MAINTAINERS: Update email address.
1901
1902 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1903
1904 PR bootstrap/54820
1905 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1906 * configure: Regenerate.
1907
1908 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
1909
1910 * MAINTAINERS (aarch64): Add Marcus and myself.
1911
1912 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1913
1914 PR bootstrap/54820
1915 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1916 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1917 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1918 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1919 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1920 * Makefile.in: Regenerate.
1921 * configure.ac (have_static_libs): New variable and associated check.
1922 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1923 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1924 * configure: Regenerate.
1925
1926 2012-10-10 Richard Biener <rguenther@suse.de>
1927
1928 * MAINTAINERS: Adjust for changed surname.
1929
1930 2012-10-04 Lawrence Crowl <crowl@google.com>
1931
1932 * MAINTAINERS (Write After Approval): Add myself.
1933
1934 2012-10-01 Cary Coutant <ccoutant@google.com>
1935
1936 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
1937
1938 2012-09-28 Ian Lance Taylor <iant@google.com>
1939
1940 * Makefile.def: Make all-target-libgo depend on
1941 all-target-libbacktrace.
1942 * Makefile.in: Rebuild.
1943
1944 2012-09-26 Ian Lance Taylor <iant@google.com>
1945
1946 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1947 * Makefile.in: Rebuild.
1948
1949 2012-09-20 Walter Lee <walt@tilera.com>
1950
1951 * configure.ac: Add tilegx to list of targets that support gold.
1952 * configure: Regenerate.
1953
1954 2012-09-20 Marek Polacek <polacek@redhat.com>
1955
1956 * MAINTAINERS (Write After Approval): Add myself.
1957
1958 2012-09-19 Steve Ellcey <sellcey@mips.com>
1959
1960 * configure.ac: Add mips*-mti-elf* target.
1961 * configure: Regenerate.
1962
1963 2012-09-17 Ian Lance Taylor <iant@google.com>
1964
1965 * MAINTAINERS (Various Maintainers): Add libbacktrace.
1966 * configure.ac (host_libs): Add libbacktrace.
1967 (target_libraries): Add libbacktrace.
1968 * Makefile.def (host_modules): Add libbacktrace.
1969 (target_modules): Likewise.
1970 * configure, Makefile.in: Rebuild.
1971
1972 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1973
1974 PR target/38607
1975 Merge upstream change.
1976 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1977
1978 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1979 Add libgomp*.o to compare_exclusions for AIX.
1980 * configure: Regenerate.
1981
1982 2012-09-06 Diego Novillo <dnovillo@google.com>
1983
1984 * configure.ac: Bump minimum GMP version to 4.2.3.
1985 * configure: Re-generate.
1986
1987 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1988
1989 PR target/54461
1990 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1991 target-libgloss if not configured --with-avrlibc=no.
1992 * configure: Regenerate.
1993
1994 2012-09-04 Jason Merrill <jason@redhat.com>
1995
1996 * configure.ac: Fix --enable-languages=all.
1997
1998 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
1999
2000 * MAINTAINERS (Write After Approval): Add myself.
2001
2002 2012-09-03 Richard Guenther <rguenther@suse.de>
2003
2004 PR bootstrap/54138
2005 * configure.ac: Re-organize ISL / CLOOG checks to allow
2006 disabling with either --without-isl or --without-cloog.
2007 * configure: Regenerated.
2008
2009 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
2010
2011 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2012 * configure: Regenerate.
2013
2014 2012-08-27 Ulrich Drepper <drepper@gmail.com>
2015
2016 * MAINTAINERS: Fix my email address.
2017
2018 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
2019
2020 PR binutils/4970
2021 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2022 and opcodes.
2023 * Makefile.in: Regenerated.
2024
2025 2012-08-26 Art Haas <ahaas@impactweather.com>
2026
2027 * configure: Regenerate.
2028
2029 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
2030
2031 * INSTALL/README: Also refer to the online installation
2032 instructions.
2033
2034 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2035
2036 * MAINTAINERS (Write After Approval): Add myself.
2037 (Picochip port): Remove myself.
2038
2039 2012-08-14 Diego Novillo <dnovillo@google.com>
2040
2041 Merge from cxx-conversion branch.
2042
2043 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2044 POSTSTAGE1_CONFIGURE_FLAGS.
2045 * Makefile.in: Regenerate.
2046 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
2047 Force C++ when bootstrapping.
2048 * configure: Regenerate.
2049
2050 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2051
2052 * MAINTAINERS (Write After Approval): Add myself.
2053
2054 2012-07-16 Joseph Myers <joseph@codesourcery.com>
2055
2056 * README: Document use of ranges of years in copyright notices.
2057
2058 2012-07-06 Richard Guenther <rguenther@suse.de>
2059
2060 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2061 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2062 --with-gmp=system.
2063 * Makefile.in: Regenerated.
2064 * configure: Likewise.
2065
2066 2012-07-06 Richard Guenther <rguenther@suse.de>
2067
2068 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2069 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2070 supply V=1 as extra_make_flags.
2071 * configure: Regenerated.
2072 * Makefile.in: Likewise.
2073
2074 2012-07-04 Tristan Gingold <gingold@adacore.com>
2075
2076 * configure: Regenerate.
2077
2078 2012-07-03 Richard Guenther <rguenther@suse.de>
2079
2080 * Makfile.def (isl): Remove not necessary extra_exports and
2081 extra_make_flags.
2082 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2083 * Makefile.in: Regenerated.
2084
2085 2012-07-03 Richard Guenther <rguenther@suse.de>
2086
2087 * Makefile.def (cloog): Add V=1 to extra_make_flags.
2088 * configure.ac: If either the ISL or the CLooG check failed
2089 do not try to build in-tree versions.
2090 * Makefile.in: Regenerated.
2091 * configure: Regenerated.
2092
2093 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2094
2095 * configure: Regenerate.
2096
2097 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
2098
2099 * MAINTAINERS (Various Maintainers): Add myself as testsuite
2100 maintainer.
2101
2102 2012-07-02 Richard Guenther <rguenther@suse.de>
2103
2104 * configure: Regenerated.
2105
2106 2012-07-02 Richard Guenther <rguenther@suse.de>
2107 Michael Matz <matz@suse.de>
2108 Tobias Grosser <tobias@grosser.es>
2109 Sebastian Pop <sebpop@gmail.com>
2110
2111 * Makefile.def: Add ISL host module, remove PPL host module.
2112 Adjust ClooG host module to use the proper ISL.
2113 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2114 * configure.ac: Include config/isl.m4. Add ISL host library,
2115 remove PPL. Remove PPL configury, add ISL configury, adjust
2116 ClooG configury.
2117 * Makefile.in: Regenerated.
2118 * configure: Likewise.
2119
2120 2012-07-02 Richard Guenther <rguenther@suse.de>
2121
2122 Merge from graphite branch
2123 2011-07-21 Tobias Grosser <tobias@grosser.es>
2124
2125 * configure: Regenerated.
2126 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2127 both cloog.org and legacy versions. The only supported version will
2128 be CLooG with the isl backend.
2129
2130 2011-07-21 Tobias Grosser <tobias@grosser.es>
2131
2132 * configure: Regenerated.
2133 * configure.ac: Require cloog isl 0.17.0
2134
2135 2011-07-21 Tobias Grosser <tobias@grosser.es>
2136
2137 * configure: Regenerated.
2138 * config/cloog.m4: Do not define CLOOG_ORG
2139
2140 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
2141
2142 * configure.ac: Skip C if explicitly selected.
2143 * configure: Regenerate.
2144
2145 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
2146
2147 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2148 they contain -O2.
2149 * configure: Regenerate.
2150
2151 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
2152
2153 PR debug/53740
2154 * df.h, df-problems.c, dce.c: Revert last patch.
2155
2156 2012-06-25 Iain Sandoe <iain@codesourcery.com>
2157
2158 * MAINTAINERS (Write After Approval): Update my email address.
2159
2160 2012-06-21 Meador Inge <meadori@codesourcery.com>
2161
2162 * MAINTAINERS (Write After Approval): Add myself.
2163
2164 2012-06-20 Jason Merrill <jason@redhat.com>
2165
2166 * Makefile.tpl (check-target-libgomp-c++): New.
2167 (check-target-libitm-c++): New.
2168 * Makefile.def (c++): Add them.
2169 * Makefile.in: Regenerate.
2170
2171 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
2172
2173 * MAINTAINERS (Write After Approval): Add myself.
2174
2175 2012-05-16 Olivier Hainque <hainque@adacore.com>
2176
2177 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
2178 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
2179 (install-no-fixedincludes): Adjust accordingly.
2180 * Makefile.in: Regenerate.
2181
2182 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
2183
2184 Merge upstream change
2185 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
2186
2187 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
2188
2189 * MAINTAINERS (Write After Approval): Add myself.
2190
2191 2012-05-09 Nick Clifton <nickc@redhat.com>
2192 Paul Smith <psmith@gnu.org>
2193
2194 PR bootstrap/50461
2195 * configure.ac (mpfr-dir): When using in-tree MPFR sources
2196 allow for the fact that from release v3.1.0 of MPFR the source
2197 files were moved into a src sub-directory.
2198 * configure: Regenerate.
2199
2200 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
2201
2202 * configure.ac: Bump minimum MPFR version to 2.4.0.
2203 * configure: Regenerated.
2204
2205 2012-05-01 Richard Henderson <rth@redhat.com>
2206
2207 * Makefile.def (libatomic): New target_module.
2208 * configure.ac (target_libraries): Add libatomic.
2209 (noconfigdirs): Check if libatomic is supported.
2210 * Makefile.in, configure: Rebuild.
2211
2212 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
2213
2214 * MAINTAINERS (Write After Approval): Add myself.
2215
2216 2012-04-25 Joel Brobecker <brobecker@adacore.com>
2217
2218 * config.sub: Update to 2012-04-18 version from official repo.
2219
2220 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
2221
2222 * MAINTAINERS (Write After Approval): Add myself.
2223
2224 2012-04-11 Steve Ellcey <sellcey@mips.com>
2225
2226 * MAINTAINERS: Changed email address.
2227
2228 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
2229
2230 PR target/52737
2231 * contrib/gcc_update (files_and_dependencies):
2232 Remove gcc/config/avr/t-multilib from touch data.
2233
2234 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2235
2236 * MAINTAINERS (OS Port Maintainers): Remove irix.
2237 * configure.ac (enable_libgomp): Remove *-*-irix6*.
2238 (unsupported_languages): Remove mips-sgi-irix6.*.
2239 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2240 (with_stabs): Remove.
2241 * configure: Regenerate.
2242
2243 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2244
2245 * MAINTAINERS (OS Port Maintainers): Remove osf.
2246 * configure.ac (enable_libgomp): Remove *-*-osf*.
2247 (with_stabs): Remove alpha*-*-osf*.
2248 * configure: Regenerate.
2249
2250 2012-03-05 Tristan Gingold <gingold@adacore.com>
2251
2252 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2253 * configure: Regenerate.
2254
2255 2012-02-17 Walter Lee <walt@tilera.com>
2256
2257 * MAINTAINERS: (Write After Approval): Delete myself.
2258
2259 2012-02-14 Walter Lee <walt@tilera.com>
2260
2261 * MAINTAINERS (tilegx port): Add myself.
2262 (tilepro port): Add myself.
2263 (Write After Approval): Add myself.
2264
2265 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
2266
2267 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
2268 and Joseph Myers as docstring relicensing maintainers.
2269
2270 2012-02-09 Bin Cheng <bin.cheng@arm.com>
2271
2272 * MAINTAINERS (write-after-approval): Add myself.
2273
2274 2012-02-08 Ira Rosen <irar@il.ibm.com>
2275
2276 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
2277 maintainer.
2278
2279 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2280
2281 * MAINTAINERS (Write After Approval): Move myself to
2282 maintain alphabetical order.
2283
2284 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2285
2286 * MAINTAINERS (Write After Approval): Add myself.
2287
2288 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2289
2290 * MAINTAINERS (Write After Approval): Add myself.
2291
2292 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
2293 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2294
2295 * configure.ac (cr16-*-*): Remove nonconfigdirs.
2296 * configure: Regenerate.
2297
2298 2012-01-23 Harshit Chopra <harshit@google.com>
2299
2300 * MAINTAINERS (Write After Approval): Add myself.
2301
2302 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
2303
2304 * configure.ac: Remove reference to mh-interix.
2305 * configure: Regenerate.
2306
2307 2012-01-05 Richard Henderson <rth@redhat.com>
2308
2309 PR bootstrap/51072
2310 * configure.ac: Disable libitm if c++ is not enabled.
2311 * configure: Rebuild.
2312
2313 * configure.ac: Fix regexp for same.
2314 * configure: Rebuild.
2315
2316 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
2317
2318 * MAINTAINERS (Write After Approval): Add myself.
2319
2320 2012-01-02 Richard Guenther <rguenther@suse.de>
2321
2322 PR bootstrap/51686
2323 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
2324 * Makefile.in: Regenerate.
2325
2326 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
2327
2328 * MAINTAINERS (Write After Approval): Add myself.
2329
2330 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
2331
2332 * configure: Regenerate.
2333
2334 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2335
2336 * MAINTAINERS (picochip): Changed email address.
2337
2338 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2339
2340 * MAINTAINERS (write-after-approval): Add self.
2341
2342 2011-11-29 DJ Delorie <dj@redhat.com>
2343
2344 * configure.ac (rl78-*-*) New case.
2345 * configure: Regenerate.
2346 * MAINTAINERS: Add myself as RL78 maintainer.
2347
2348 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
2349
2350 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
2351
2352 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
2353
2354 * libtool.m4: Additional FreeBSD 10 fixes.
2355
2356 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
2357
2358 * MAINTAINERS: Move myself from Write After Approval to CPU Port
2359 Maintainers section, as Epiphany maintainer.
2360
2361 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
2362
2363 PR target/49992
2364 * configure.ac: Remove ranlib special-casing for Darwin.
2365 * configure: Regenerate.
2366
2367 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
2368
2369 * MAINTAINERS (Reviewers): Keep the list sorted.
2370
2371 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
2372
2373 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
2374
2375 2011-11-09 Roland McGrath <mcgrathr@google.com>
2376
2377 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2378 * configure: Rebuild.
2379 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2380 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2381 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2382 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2383 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2384 Add READELF.
2385 * Makefile.in: Rebuild.
2386
2387 2011-11-09 Jason Merrill <jason@redhat.com>
2388
2389 * Makefile.def (language=c++): Remove check-c++0x.
2390 * Makefile.in (check-gcc-c++): Regenerate.
2391
2392 2011-11-08 Richard Henderson <rth@redhat.com>
2393
2394 * configure.ac: Test for libitm directory present first.
2395
2396 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2397
2398 * configure.ac: Test libitm/configure.tgt to disable libitm.
2399 * configure: Rebuild.
2400
2401 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
2402 Richard Henderson <rth@redhat.com>
2403
2404 Merged from transactional-memory.
2405
2406 * Makefile.def (lang_env_dependencies): libitm is c++.
2407 Add libitm target module.
2408 * configure.ac: Likewise.
2409 * config/mmap.m4: New file.
2410 * contrib/gcc_update: Add libitm to touch data.
2411 * Makefile.in, configure: Rebuild.
2412
2413 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2414
2415 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2416 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2417 * Makefile.in: Regenerate.
2418
2419 2011-11-01 DJ Delorie <dj@redhat.com>
2420
2421 * config.sub: Update to version 2011-10-29 (added rl78)
2422
2423 2011-10-27 Nick Clifton <nickc@redhat.com>
2424
2425 * config.sub: Import these changes from the config project:
2426
2427 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
2428 Ben Elliston <bje@gnu.org>
2429
2430 * config.sub (epiphany): New.
2431
2432 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
2433 Ben Elliston <bje@gnu.org>
2434
2435 * config.sub (hexagon, hexagon-*): New.
2436
2437 2011-08-23 Roland McGrath <mcgrathr@google.com>
2438
2439 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2440 64eb to be64.
2441
2442 2011-08-16 Roland McGrath <mcgrathr@google.com>
2443
2444 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2445 (nacl): Grok as alias for 32el-unknown-nacl.
2446
2447 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
2448
2449 * MAINTAINERS (Write After Approval): Add myself.
2450
2451 2011-10-24 Teresa Johnson <tejohnson@google.com>
2452
2453 * MAINTAINERS (Write After Approval): Add myself.
2454
2455 2011-09-21 Jakub Jelinek <jakub@redhat.com>
2456
2457 * MAINTAINERS (sparc port): Remove myself.
2458
2459 2011-09-14 Tom de Vries <tom@codesourcery.com>
2460
2461 * MAINTAINERS (Write After Approval): Add myself.
2462
2463 2011-08-14 Yao Qi <yao@codesourcery.com>
2464
2465 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2466 * configure: Regenerate.
2467
2468 2011-07-26 Ian Lance Taylor <iant@google.com>
2469
2470 * configure.ac: Set have_compiler based on whether gcc directory
2471 exists, rather than on whether gcc is in configdirs.
2472 * configure: Rebuild.
2473
2474 2011-07-21 Joseph Myers <joseph@codesourcery.com>
2475
2476 * MAINTAINERS (Global Reviewers): Add self.
2477
2478 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
2479
2480 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2481 link directories.
2482 * Makefile.in: Rebuild.
2483
2484 2011-07-20 Ian Lance Taylor <iant@google.com>
2485
2486 PR bootstrap/49787
2487 * configure.ac: Move --enable-bootstrap handling earlier in file.
2488 If --enable-bootstrap and either --enable-build-with-cxx or
2489 --enable-build-poststage1-with-cxx, enable C++ automatically.
2490 * configure: Rebuild.
2491
2492 2011-07-19 Ian Lance Taylor <iant@google.com>
2493
2494 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2495 make C++ a boot_language. Set and substitute
2496 POSTSTAGE1_CONFIGURE_FLAGS.
2497 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2498 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2499 * configure, Makefile.in: Rebuild.
2500
2501 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
2502
2503 * MAINTAINERS (Register Allocation): Move myself from reviewers to
2504 maintainers.
2505
2506 2011-07-18 Jakub Jelinek <jakub@redhat.com>
2507
2508 * MAINTAINERS (Global Reviewers): Add myself.
2509
2510 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2511
2512 * configure: Regenerate.
2513
2514 2011-07-16 Jason Merrill <jason@redhat.com>
2515
2516 * Makefile.def (language=c++): Add check-c++0x and
2517 check-target-libmudflap-c++.
2518 * Makefile.tpl (check-target-libmudflap-c++): New.
2519 * Makefile.in: Regenerate.
2520
2521 2011-07-16 Matthias Klose <doko@ubuntu.com>
2522
2523 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2524 * Makefile.def (target_modules/libjava): Pass
2525 $(EXTRA_CONFIGARGS_LIBJAVA).
2526 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2527 if not configured with --enable-static-libjava.
2528 * Makefile.in: Regenerate.
2529 * configure: Likewise.
2530
2531 2011-07-15 Jason Merrill <jason@redhat.com>
2532
2533 * Makefile.in (check-c++): Move check-gcc-c++0x after
2534 check-target-libstdc++-v3.
2535
2536 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
2537
2538 * MAINTAINERS (c6x port): New entry.
2539
2540 2011-07-13 Jason Merrill <jason@redhat.com>
2541
2542 * Makefile.in (check-gcc-c++0x): New.
2543 (check-c++): Depend on it.
2544
2545 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2546
2547 PR target/39150
2548 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2549 x86_64-*-solaris2.1[0-9]*.
2550 * configure: Regenerate.
2551
2552 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
2553
2554 * MAINTAINERS (RTL optimizers): Add self.
2555
2556 2011-06-27 Gabriel Charette <gchare@google.com>
2557
2558 * MAINTAINERS (Write After Approval): Add myself.
2559
2560 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2561
2562 PR regression/47836
2563 PR bootstrap/23656
2564 PR other/47733
2565 PR bootstrap/49247
2566 PR c/48825
2567 * configure.ac (target_libraries): Remove target-libiberty.
2568 Remove case-statement setting skipdirs=target-libiberty for
2569 multiple targets. Remove checking target_configdirs and
2570 removing target-libiberty but keeping target-libgcc if
2571 otherwise empty.
2572 * Makefile.def (target_modules): Don't add libiberty.
2573 (dependencies): Remove all traces of target-libiberty.
2574 * configure, Makefile.in: Regenerate.
2575
2576 2011-06-13 Walter Lee <walt@tilera.com>
2577
2578 * configure.ac (tilepro-*-*) New case.
2579 (tilegx-*-*): Likewise.
2580 * configure: Regenerate.
2581
2582 2011-06-06 Jing Yu <jingyu@google.com>
2583
2584 * configure.ac: Skip target-libiberty for
2585 arm*-*-linux-androideabi.
2586 * configure: Regenerated.
2587
2588 2011-06-06 Nick Clifton <nickc@redhat.com>
2589
2590 * config.sub: Sync from upstream.
2591
2592 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
2593
2594 * MAINTAINERS (Write After Approval): Add myself.
2595
2596 2011-06-01 Daniel Jacobowitz <drow@false.org>
2597
2598 * MAINTAINERS: Update my email address.
2599
2600 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
2601
2602 * MAINTAINERS (Write After Approval): Update my email address.
2603
2604 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
2605
2606 * MAINTAINERS (Write After Approval): Add myself.
2607
2608 2011-05-08 Doug Kwan <dougkwan@google.com>
2609
2610 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2611 * configure: Regenerated.
2612 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2613 value from configure.
2614 * Makefile.in: Regenerated.
2615
2616 2011-05-05 Joseph Myers <joseph@codesourcery.com>
2617
2618 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2619 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2620 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2621 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2622 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2623 *-*-vxworks*): Disable newlib and libgloss in separate case
2624 statement.
2625 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2626 to separate case statement.
2627 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2628 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2629 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2630 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2631 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2632 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2633 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2634 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2635 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2636 i[[3456789]]86-*-rdos*, m32r-*-*,
2637 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2638 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2639 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2640 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2641 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2642 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2643 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2644 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2645 and libgloss in main case over targets. Remove most empty cases
2646 in main case over targets.
2647 * configure: Regenerate.
2648
2649 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
2650
2651 * MAINTAINERS (Write After Approval): Add myself.
2652
2653 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2654
2655 * configure.ac: Remove code setting special library locations for
2656 hppa*64*-*-hpux11*. Remove code setting compiler for
2657 sparc-sun-solaris2*.
2658 * configure: Regenerate.
2659
2660 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2661
2662 * configure.ac: Separate libgloss_dir settings from general case
2663 over targets.
2664 * configure: Regenerate.
2665
2666 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2667
2668 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2669 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2670 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2671 cases in libgcj-disabling case statement.
2672 (hppa*64*-*-linux*): Set unsupported_languages instead of
2673 disabling target-zlib.
2674 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2675 to hppa*64*-*-hpux*.
2676 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2677 hppa*-*-hpux*.
2678 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2679 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2680 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2681 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2682 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2683 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2684 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2685 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2686 libgcj-disabling case statement.
2687 * configure: Regenerate.
2688
2689 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2690
2691 * configure.ac: Disable Java for targets not supporting libffi.
2692 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2693 Remove cases in Java-disabling statement.
2694 (*arm-wince-pe): Change to arm-wince-pe.
2695 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2696 cases in Java-disabling statement.
2697 (bfin-*-*): Don't disable Java again.
2698 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2699 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2700 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2701 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2702 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2703 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2704 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2705 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2706 Java-disabling statement.
2707 (mmix-*-*): Don't disable Java again.
2708 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2709 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2710 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2711 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2712 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2713 statement.
2714 * configure: Regenerate.
2715
2716 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2717
2718 * configure.ac: Separate cases disabling Java and Java libraries
2719 from general case over targets.
2720 * configure: Regenerate.
2721
2722 2011-04-21 Jie Zhang <jzhang918@gmail.com>
2723
2724 * MAINTAINERS: Update my email address.
2725
2726 2011-04-20 Easwaran Raman <eraman@google.com>
2727
2728 * MAINTAINERS (Write After Approval): Add myself.
2729
2730 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2731
2732 PR lto/48086
2733 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2734 * configure: Regenerate.
2735
2736 2011-04-16 Jim Meyering <meyering@redhat.com>
2737
2738 * MAINTAINERS (Write After Approval): Add myself.
2739
2740 2011-04-15 Dodji Seketeli <dodji@redhat.com>
2741
2742 * MAINTAINERS: Update my email address.
2743
2744 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
2745
2746 * MAINTAINERS (Write After Approval): Add myself.
2747
2748 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
2749
2750 * MAINTAINERS (Write After Approval): Add myself.
2751
2752 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
2753
2754 * MAINTAINERS (Write After Approval): Add myself.
2755
2756 2011-04-06 Joseph Myers <joseph@codesourcery.com>
2757
2758 * configure.ac (build_tools): Remove build-byacc.
2759 (host_libs): Remove mmalloc.
2760 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2761 autoconf automake libtool diff rcs fileutils shellutils time
2762 textutils wdiff find uudecode hello tar gzip indent recode release
2763 sed perl gawk findutils gettext zip.
2764 (libgcj): Remove target-qthreads.
2765 (target_tools): Remove target-examples target-gperf.
2766 (YACC): Don't handle building byacc.
2767 * configure: Regenerate.
2768 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2769 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2770 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2771 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2772 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2773 handle building components.
2774 * Makefile.in: Regenerate.
2775
2776 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
2777
2778 * MAINTAINERS: Update my email address as Xtensa maintainer.
2779
2780 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2781
2782 * config.sub: Sync from upstream.
2783
2784 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2785
2786 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2787 (microblaze*): Don't disable libssp.
2788 * configure: Regenerate.
2789
2790 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2791
2792 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2793 moveifchange.
2794 * configure: Regenerate.
2795 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2796 * Makefile.in: Regenerate.
2797
2798 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2799
2800 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2801 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2802 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2803 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2804 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2805 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2806 md_exec_prefix cases.
2807 * configure: Regenerate.
2808
2809 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2810
2811 * configure.ac: Separate cases disabling target-libssp,
2812 target-libiberty, target-libstdc++-v3 and Fortran from general
2813 case over targets.
2814 * configure: Regenerate.
2815
2816 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2817
2818 * configure.ac (*-*-chorusos): Don't disable libgcj.
2819 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2820 Remove case.
2821 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2822 (arm-*-coff): Don't disable libgcj.
2823 (arm*-*-linux-gnueabi): Remove useless assignment.
2824 (arm-*-riscix*): Don't disable libgcj.
2825 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2826 configuration.
2827 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2828 (c54x*-*-*): Remove case.
2829 (tic54x-*-*): Don't disable GCC or GCC libraries.
2830 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2831 to *.
2832 (d10v-*-*): Don't disable GCC libraries.
2833 (d30v-*-*): Don't disable libgcj.
2834 (h8500-*-*): Don't disable GCC libraries.
2835 (i960-*-*): Don't disable libgcj.
2836 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2837 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2838 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2839 libgcj.
2840 (m68k-*-coff*): Remove case.
2841 (mmix-*-*): Don't disable libgloss on host.
2842 (mn10200-*-*, mn10300-*-*): Remove cases.
2843 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2844 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2845 Don't disable libgcj.
2846 (romp-*-*): Remove case.
2847 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2848 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2849 case.
2850 (v810-*-*): Don't disable GCC libraries.
2851 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2852 (ip2k-*-*): Don't disable GCC libraries.
2853 * configure: Regenerate.
2854
2855 2011-03-28 Joseph Myers <joseph@codesourcery.com>
2856
2857 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2858 libffi on host.
2859 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2860 on host.
2861 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2862 * configure: Regenerate.
2863
2864 2011-03-26 John Marino <binutils@marino.st>
2865
2866 * configure.ac: Add support for *-*-dragonfly*
2867 * configure: Regenerate.
2868
2869 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2870
2871 * configure.ac (native_only): Remove.
2872 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2873 send-pr uudecode guile gnuserv on host.
2874 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2875 send-pr rcs guile perl texinfo libtool on host.
2876 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2877 automake send-pr rcs guile perl texinfo libtool on host.
2878 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2879 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2880 (alpha*-dec-osf*): Don't disable fileutils on target.
2881 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2882 texinfo send-pr expect dejagnu on target.
2883 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2884 target-qthreads on target.
2885 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2886 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2887 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2888 x86_64-*-mingw*): Don't disable expect on target.
2889 (*-*-cygwin*): Don't disable target-gperf on target.
2890 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2891 gnuserv on target.
2892 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2893 target.
2894 * configure: Regenerate.
2895
2896 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2897
2898 * configure.ac (target_tools): Remove target-groff.
2899 (native_only): Remove target-groff.
2900 (hppa*64*-*-*): Don't disable byacc.
2901 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2902 setting.
2903 (*-*-kaos*): Don't skip target-librx and target-groff.
2904 (*-*-netware*): Don't skip target-libmudflap.
2905 (*-*-tpf*): Don't skip target-libmudflap.
2906 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2907 directories on the host.
2908 (ia64*-*-*vms*): Don't skip tix.
2909 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2910 host.
2911 * configure: Regenerate.
2912
2913 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2914
2915 * configure.ac: Remove references to mt-mep, mt-netware,
2916 mt-wince.
2917 * Makefile.def: Add all-utils soft dependencies.
2918 * Makefile.tpl: Remove GDB_NLM_DEPS.
2919 * configure: Regenerate.
2920 * Makefile.in: Regenerate.
2921
2922 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2923
2924 * configure.ac: Do not include mh-x86omitfp.
2925 * configure: Regenerate.
2926
2927 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2928
2929 * configure.ac: Remove empty cases.
2930 * configure: Regenerate.
2931
2932 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2933
2934 * Makefile.def: Add dependency from termcap to gdb.
2935 * Makefile.in: Regenerate.
2936
2937 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2938
2939 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2940 * configure: Regenerate.
2941 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2942 * Makefile.tpl: Likewise.
2943 * Makefile.in: Regenerate.
2944
2945 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2946
2947 * configure.ac: Remove all mentions of tentative_cc.
2948 * configure: Regenerate.
2949
2950 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2951
2952 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2953 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2954 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2955 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2956 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2957 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2958 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2959 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2960 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2961 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2962 *-*-rhapsody*): Remove host cases.
2963 * configure: Regenerate.
2964
2965 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2966
2967 * configure.ac (ppc*-*-pe): Remove host case.
2968 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2969 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2970 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2971 cases.
2972 * configure: Regenerate.
2973
2974 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2975
2976 * config.sub: Update to version 2011-03-23.
2977
2978 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2979
2980 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2981 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2982 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2983 * configure: Regenerate.
2984
2985 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2986
2987 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
2988 to Write After Approval.
2989 * config-ml.in: Don't handle arc-*-elf*.
2990 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2991 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2992 handle GCC libraries.
2993 * configure: Regenerate.
2994
2995 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2996
2997 PR bootstrap/48120:
2998 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2999 Add -lstdc++ -lm to LIBS.
3000 * configure: Regenerate.
3001
3002 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
3003
3004 * config.guess: Update to version 2011-02-02
3005 * config.sub: Update to version 2011-02-24
3006
3007 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
3008
3009 PR lto/48086
3010 * configure.ac: Re-enable LTO on *-apple-darwin9.
3011 * configure: Regenerate.
3012
3013 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
3014
3015 PR lto/48086
3016 * configure.ac: Disable LTO on darwin due to an assembler change in
3017 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3018 under 256.
3019 * configure: Regenerate.
3020
3021 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
3022
3023 * MAINTAINERS: Update myself as score backend maintainer,
3024 update my e-mail address.
3025
3026 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
3027
3028 * MAINTAINERS: Update my e-mail address.
3029
3030 2011-03-06 Joey Ye <joey.ye@arm.com>
3031
3032 * MAINTAINERS: Update my e-mail address.
3033
3034 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3035
3036 * configure.ac: Adjust test of with_ppl.
3037 * configure: Regenerated.
3038
3039 2011-03-02 Kai Tietz <ktietz@redhat.com>
3040
3041 * MAINTAINERS: Adjust my e-mail address.
3042
3043 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3044
3045 * configure.ac: Add -lpwl to ppllibs.
3046 * configure: Regenerated.
3047
3048 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3049
3050 * config/cloog.m4: Add -lisl to clooglibs.
3051 * configure: Regenerated.
3052
3053 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3054
3055 * MAINTAINERS (CPU Port maintainers): Add self.
3056
3057 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3058
3059 * MAINTAINERS: Add myself as testsuite maintainer.
3060
3061 2011-02-15 Mike Stump <mikestump@comcast.net>
3062
3063 * MAINTAINERS: Add myself as testsuite maintainer.
3064
3065 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3066
3067 Import from Libtool and gnulib:
3068
3069 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
3070
3071 Prepare for supporting FreeBSD 10.
3072 * config.rpath: Remove handling of freebsd1* which soon would
3073 match FreeBSD 10.0.
3074
3075 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
3076
3077 Remove support for FreeBSD 1.x.
3078 * libtool.m4 (_LT_LINKER_SHLIBS)
3079 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3080 soon would incorrectly match FreeBSD 10.0.
3081
3082 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3083
3084 PR binutils/12283
3085 * move-if-change: Import version from gnulib.
3086
3087 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
3088
3089 PR lto/47225
3090 * Makefile.def (lto-plugin): Double dash for enable-shared.
3091 (configure-gcc): Depend on all-lto-plugin.
3092 * Makefile.in: Rebuilt.
3093
3094 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3095
3096 * configure.ac: Remove extra bracket.
3097 * configure: Regenerate.
3098
3099 2011-02-08 Tobias Burnus <burnus@net-b.de>
3100
3101 * MAINTAINERS: Add myself as libquadmath maintainer.
3102
3103 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
3104
3105 * MAINTAINERS: Update my email address.
3106
3107 2011-02-07 Joseph Myers <joseph@codesourcery.com>
3108
3109 * MAINTAINERS (option handling): Add self.
3110
3111 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
3112
3113 PR lto/47225
3114 * Makefile.def: Add dependency for install-gcc
3115 on install-lto-plugin.
3116 * Makfile.in: Regenerated
3117
3118 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
3119
3120 * MAINTAINERS (CPU Port Maintainers): Add myself.
3121
3122 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
3123
3124 PR libgcj/44341
3125 * configure.ac: Discard --with-* flags for host when configuring
3126 target libraries for cross build.
3127 * configure: Rebuilt.
3128
3129 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3130
3131 * MAINTAINERS (linear loop transforms): Removed.
3132
3133 2011-01-25 Jakub Jelinek <jakub@redhat.com>
3134
3135 * configure.ac: If with_ppl is no, move setting with_cloog=no
3136 after CLOOG_REQUESTED check.
3137 * configure: Regenerated.
3138
3139 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3140
3141 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
3142 CLooG has been requested.
3143 * configure: Regenerated.
3144
3145 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3146
3147 * configure: Regenerated.
3148 * configure.ac: Check for version 0.11 (or later revision) of PPL.
3149
3150 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
3151
3152 * configure: Regenerated.
3153 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
3154
3155 2011-01-21 Andreas Schwab <schwab@redhat.com>
3156
3157 * configure.ac: Use AS_HELP_STRING throughout.
3158 * configure: Regenerate.
3159
3160 2011-01-18 Jie Zhang <jie.zhang@analog.com>
3161
3162 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
3163 * configure: Regenerate.
3164
3165 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3166
3167 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
3168
3169 2011-01-13 Joel Brobecker <brobecker@adacore.com>
3170
3171 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
3172 for ia64-hpux.
3173 * configure: Regenerate.
3174
3175 2011-01-07 Jan Hubicka <jh@suse.cz>
3176
3177 PR lto/47225
3178 * Makefile.in: Regenerate.
3179 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
3180 configure.
3181
3182 2011-01-07 Jan Hubicka <jh@suse.cz>
3183
3184 * Makefile.in: Regenerate.
3185 * Makefile.def (gcc host module) and soft dependency on lto-plugin
3186 and configure dependency on lto-plugin configure.
3187 (lto-plugin module): Remove dependency on GCC; add dependency on
3188 liniberty.
3189
3190 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
3191
3192 * MAINTAINERS (Write After Approval): Add myself.
3193
3194 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
3195
3196 * configure: Regenerate.
3197
3198 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
3199
3200 * configure.ac: (picochip): Disable libiberty.
3201
3202 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
3203
3204 * MAINTAINERS (Write After Approval): Add myself.
3205
3206 2010-12-10 Ian Lance Taylor <iant@google.com>
3207
3208 PR bootstrap/46819
3209 * configure.ac: For --disable-libgcj clear libgcj_saved.
3210 * configure: Rebuild.
3211
3212 2010-12-10 Tobias Burnus <burnus@net-b.de>
3213
3214 PR fortran/46540
3215 * configure.ac: Add --disable-libquadmath and
3216 --disable-libquadmath-support.
3217 * configure: Regenerate.
3218
3219 2010-12-03 Ian Lance Taylor <iant@google.com>
3220
3221 * MAINTAINERS: Add myself as libgo maintainer.
3222
3223 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
3224
3225 PR libffi/46792
3226 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
3227 * configure: Regenerate.
3228
3229 2010-12-02 Ian Lance Taylor <iant@google.com>
3230
3231 * configure.ac: Always set default for poststage1_ldflags to
3232 -static-libstdc++ -static-libgcc.
3233
3234 2010-11-29 Andreas Schwab <schwab@redhat.com>
3235
3236 * configure.ac: Move comment to remove extra space in last argument
3237 of GCC_TARGET_TOOL.
3238
3239 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
3240
3241 PR other/46026
3242 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
3243 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
3244 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
3245 (BASE_FLAGS_TO_PASS): Use it.
3246 * configure: Rebuilt.
3247 * Makefile.in: Rebuilt.
3248
3249 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
3250
3251 PR binutils/12258
3252 * configure.ac: Correct comments for --enable-gold/--enable-ld.
3253 Properly check default linker.
3254 * configure: Regnerated.
3255
3256 2010-11-23 Matthias Klose <doko@ubuntu.com>
3257
3258 * configure.ac: For --enable-gold, handle value `default' instead of
3259 `both*'. New configure option --{en,dis}able-ld.
3260 * configure: Regenerate.
3261
3262 2010-11-20 Ian Lance Taylor <iant@google.com>
3263
3264 * configure.ac: Only disable a language library if no language needs
3265 it. Don't let --disable-libgcj uncondtionally disable libffi.
3266 * configure: Rebuild.
3267
3268 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3269
3270 * Makefile.in: Regenerate.
3271
3272 PR other/46202
3273 * configure.ac: Fix just-built in-tree STRIP name to be
3274 binutils/strip-new.
3275 * configure: Regenerate.
3276 * Makefile.def (install-strip-gcc, install-strip-binutils)
3277 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
3278 (install-strip-sid): Mirror dependencies on non-strip variants
3279 of these targets on the respective -strip prerequisites.
3280 * Makefile.tpl (install-strip, install-strip-host)
3281 (install-strip-target): New targets.
3282 (install-strip-[+module+], install-strip-target-[+module+]):
3283 New targets.
3284 * Makefile.in: Regenerate.
3285
3286 2010-11-19 Ian Lance Taylor <iant@google.com>
3287 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3288
3289 * configure.ac: Add target-libgo to target_libraries. Set
3290 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
3291 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
3292 (HOST_EXPORTS): Add GOC.
3293 (BASE_TARGET_EXPORTS): Add GOC.
3294 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
3295 (GOCFLAGS_FOR_TARGET): New variable.
3296 (EXTRA_HOST_FLAGS): Add GOC.
3297 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
3298 * Makefile.def (target_modules): Add libgo.
3299 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
3300 (dependencies): Add dependency from configure-target-libgo to
3301 configure-target-libffi and all-target-libstdc++-v3. Add
3302 dependencies from all-target-libgo to all-target-libffi.
3303 (languages): Add go.
3304 * configure: Rebuild.
3305 * Makefile.in: Rebuild.
3306
3307 2010-11-19 Ian Lance Taylor <iant@google.com>
3308
3309 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
3310 compiler/flag environment variables.
3311
3312 2010-11-18 Ian Lance Taylor <iant@google.com>
3313
3314 * configure.ac: Check for lang_requires_boot_languages in
3315 config-lang.in files.
3316 * configure: Rebuild.
3317
3318 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3319 Tobias Burnus <burnus@net-b.de>
3320
3321 PR fortran/32049
3322 * Makefile.def: Add libquadmath; build it with language=fortran.
3323 * configure.ac: Add libquadmath.
3324 * Makefile.tpl: Handle multiple libs in check-[+language+].
3325 * Makefile.in: Regenerate.
3326 * configure: Regenerate.
3327
3328 2010-11-16 Tom Tromey <tromey@redhat.com>
3329
3330 * MAINTAINERS: Moved myself to reviewers section.
3331
3332 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
3333
3334 * MAINTAINERS: Moved myself to reviewers section.
3335
3336 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3337
3338 * MAINTAINERS (Various Maintainers): Add self for build machinery.
3339 (Write After Approval): Remove self.
3340
3341 2010-11-15 Andreas Schwab <schwab@redhat.com>
3342
3343 * configure.ac: Fix spelling in option names.
3344 * configure: Regenerated.
3345
3346 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
3347
3348 PR bootstrap/39622
3349 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
3350 * configure: Regenerated.
3351
3352 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
3353
3354 * MAINTAINERS: Update my email address.
3355
3356 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3357
3358 * configure: Regenerate.
3359
3360 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3361
3362 * configure: Regenerate.
3363
3364 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3365
3366 * configure: Regenerate.
3367
3368 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3369
3370 * configure: Regenerate.
3371
3372 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
3373
3374 * configure.ac: Support official CLooG.org versions.
3375 * configure: Regenerate.
3376 * config/cloog.m4: New.
3377
3378 2010-11-10 François Dumont <francois.cppdevs@free.fr>
3379
3380 * MAINTAINERS (Write After Approval): Add myself.
3381
3382 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
3383
3384 * MAINTAINERS: Update my email address.
3385
3386 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
3387
3388 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
3389 * configure: Regenerate.
3390
3391 2010-11-03 Ian Lance Taylor <iant@google.com>
3392 Dave Korn <dave.korn.cygwin@gmail.com>
3393
3394 PR lto/46273
3395 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
3396 and on other supported platforms whenever LTO is enabled.
3397 * configure: Rebuild.
3398
3399 2010-11-02 Alan Modra <amodra@gmail.com>
3400
3401 PR binutils/12110
3402 * configure.ac: Error when source path contains spaces.
3403 * configure: Regenerate.
3404
3405 2010-10-23 James E. Wilson <wilson@codesourcery.com>
3406
3407 * MAINTAINERS: Update my email address.
3408
3409 2010-10-20 Ian Lance Taylor <iant@google.com>
3410
3411 * Makefile.def (target_modules): Set lib_path to src/.libs for
3412 libstdc++-v3 module.
3413 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
3414 * Makefile.in: Rebuild.
3415
3416 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3417
3418 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
3419 (Write After Approval): Remove myself.
3420
3421 2010-10-15 Tristan Gingold <gingold@adacore.com>
3422
3423 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3424
3425 2010-10-14 Douglas Rupp <rupp@gnat.com>
3426
3427 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3428
3429 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
3430
3431 * configure.ac (build_lto_plugin): New shell variable.
3432 (--enable-lto): Turn on by default for all non-ELF platforms that
3433 have had LTO support added so far. Set build_lto_plugin appropriately
3434 for both ELF and non-ELF.
3435 (configdirs): Add lto-plugin or not based on build_lto_plugin.
3436 * configure: Regenerate.
3437
3438 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3439
3440 Sync from src:
3441 * configure.ac (v850 support): Remove target-libgloss from
3442 noconfigdirs.
3443 * configure: Regenerate.
3444
3445 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3446
3447 PR bootstrap/45326
3448 PR bootstrap/45174
3449 * configure.ac: Honor initial values of $build_configargs,
3450 $host_configargs, $target_configargs. Mark the precious, so
3451 environment settings get recorded.
3452 * configure: Regenerate.
3453
3454 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3455
3456 PR bootstrap/45796
3457 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3458 Depend on all-build-libiberty.
3459 * Makefile.in: Regenerate.
3460
3461 2010-09-30 Michael Eager <eager@eagercon.com>
3462
3463 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
3464 * configure: Regenerate.
3465
3466 2010-09-28 Michael Eager <eager@eagercon.com>
3467
3468 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
3469
3470 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3471
3472 PR bootstrap/44621
3473 * configure.ac: Fix unportable shell quoting.
3474 * configure: Regenerate.
3475
3476 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
3477
3478 * configure.ac (enable-lto): Add Darwin to the list of supported lto
3479 targets and amend comment.
3480 * configure: Regenerate.
3481
3482 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
3483
3484 * MAINTAINERS (Write After Approval): Add myself.
3485
3486 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
3487
3488 * configure.ac: Enable LTO by default on Darwin.
3489 * configure: Regenerate.
3490
3491 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
3492
3493 * MAINTAINERS (Write After Approval): Add myself.
3494
3495 2010-09-01 Ian Bolton <ian.bolton@arm.com>
3496
3497 * MAINTAINERS (Write After Approval): Add myself.
3498
3499 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
3500
3501 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
3502 ports
3503
3504 2010-07-28 David Yuste <david.yuste@gmail.com>
3505
3506 * MAINTAINERS (Write After Approval): Add myself.
3507
3508 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
3509
3510 * configure.ac: Support all v850 targets.
3511 * configure: Regenerate.
3512
3513 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
3514
3515 PR bootstrap/44455
3516 * configure.ac (extra_mpfr_configure_flags): Copy from
3517 extra_mpc_gmp_configure_flags.
3518 * configure: Re-generated.
3519
3520 2010-07-22 Andi Kleen <ak@linux.intel.com>
3521
3522 * MAINTAINERS (Write After Approval): Add myself.
3523
3524 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
3525
3526 * MAINTAINERS (Write After Approval): Add myself.
3527
3528 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
3529
3530 * MAINTAINERS (Write After Approval): Add myself.
3531
3532 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
3533
3534 PR target/44862
3535 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3536 Provide -B option to allow for link spec %s substitutions for
3537 libstdc++.a on darwin.
3538 * Makefile.in: Regenerate.
3539
3540 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
3541
3542 * MAINTAINERS (Reviewers): Update my e-mail address
3543
3544 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
3545
3546 * Makefile.def (configure-gcc): Depend on all-libelf.
3547 * Makefile.in: Rebuild.
3548
3549 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
3550
3551 * MAINTAINERS (Write After Approval): Add myself in the right place.
3552
3553 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
3554
3555 * MAINTAINERS (Write After Approval): Add myself.
3556
3557 2010-05-25 Sterling Augustine <sterling@tensilica.com>
3558
3559 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
3560
3561 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
3562
3563 * config.sub: Update to version 2010-05-21.
3564 * config.guess: Update to version 2010-04-03.
3565
3566 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
3567
3568 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3569 * configure: Regenerate.
3570
3571 2010-05-12 Sriraman Tallam <tmsriram@google.com>
3572
3573 * MAINTAINERS (Write After Approval): Add myself.
3574
3575 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
3576
3577 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3578 a platform that supports LTO.
3579 * configure: Regenerate.
3580
3581 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
3582
3583 * configure.ac: Allow all the versions greater than 0.10 of PPL.
3584 * configure: Regenerated.
3585
3586 2010-04-27 Roland McGrath <roland@redhat.com>
3587 H.J. Lu <hongjiu.lu@intel.com>
3588
3589 * configure.ac (--enable-gold): Support both, both/gold and
3590 both/bfd to add gold to configdirs without removing ld.
3591 * configure: Regenerated.
3592
3593 * Makefile.def: Add install-gold dependency to install-ld.
3594 * Makefile.in: Regenerated.
3595
3596 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
3597
3598 PR lto/42776
3599 * configure.ac (--enable-lto): Refactor handling so libelf tests
3600 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3601 and allow LTO to be explicitly enabled on non-ELF platforms that
3602 are known to support it inside else-clause.
3603 * configure: Regenerate.
3604
3605 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
3606
3607 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3608 * configure: Regenerate.
3609
3610 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
3611
3612 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3613 * configure: Regenerate.
3614
3615 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3616
3617 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3618 separately.
3619 * configure: Regenerate.
3620
3621 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
3622
3623 * MAINTAINERS (Write After Approval): Add myself.
3624
3625 2010-04-14 Tristan Gingold <gingold@adacore.com>
3626
3627 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3628 * configure: Regenerate.
3629
3630 2010-04-13 Steve Ellcey <sje@cup.hp.com>
3631
3632 * configure: Regenerate after change to elf.m4.
3633
3634 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
3635
3636 * MAINTAINERS (Write After Approval): Add myself.
3637
3638 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3639
3640 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3641 * configure: Regenerated.
3642
3643 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3644
3645 * configure.ac: Print "buggy but acceptable" when CLooG
3646 revision is less than 9.
3647 * configure: Regenerated.
3648
3649 2010-04-01 Diego Novillo <dnovillo@google.com>
3650
3651 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
3652
3653 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3654
3655 PR bootstrap/43615
3656 PR bootstrap/43328
3657
3658 Revert:
3659
3660 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3661
3662 * configure.ac: Do not pass --enable-multilib nor
3663 --disable-multilib in baseargs. Accept explicitly passed
3664 --enable_multilib.
3665 * configure: Regenerate.
3666
3667 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
3668
3669 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
3670
3671 2010-03-31 Janis Johnson <janis187@us.ibm.com>
3672
3673 * MAINTAINERS: Remove myself.
3674
3675 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3676
3677 PR bootstrap/43328
3678 * configure.ac: Do not pass --enable-multilib nor
3679 --disable-multilib in baseargs. Accept explicitly passed
3680 --enable_multilib.
3681 * configure: Regenerate.
3682
3683 2010-03-28 Andrew Pinski <pinskia@gmail.com>
3684
3685 * MAINTAINERS (spu port): Remove me.
3686
3687 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3688
3689 * configure.ac (tic6x-*-*): New case.
3690 * configure: Regenerate.
3691
3692 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3693
3694 * config.sub: Update to version 2010-03-22.
3695 * config.guess: Update to version 2009-12-30.
3696
3697 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
3698
3699 PR ada/42554
3700 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3701 * configure: Regenerate.
3702
3703 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3704
3705 * MAINTAINERS: Update my email address.
3706
3707 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
3708
3709 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
3710 (ghassan.shobaki@amd.com): Removed.
3711
3712 2010-03-17 Alan Modra <amodra@gmail.com>
3713
3714 * MAINTAINERS: Update my email address.
3715
3716 2010-03-16 Diego Novillo <dnovillo@google.com>
3717
3718 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
3719 Matthews.
3720
3721 2010-03-16 Joseph Myers <joseph@codesourcery.com>
3722
3723 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
3724 Gutson, Jeffrey D. Oldham and Mark Shinwell.
3725
3726 2010-03-16 Joseph Myers <joseph@codesourcery.com>
3727
3728 * MAINTAINERS: Update my email address.
3729
3730 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
3731
3732 * MAINTAINERS: Update my email address.
3733
3734 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
3735
3736 * MAINTAINERS: Update my email address.
3737
3738 2010-03-09 Jie Zhang <jie@codesourcery.com>
3739
3740 * MAINTAINERS: Update my email address.
3741
3742 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3743
3744 PR libstdc++/32499
3745 * configure.ac (RANLIB): Default to true.
3746 (STRIP): Likewise.
3747 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3748 * configure: Regenerate.
3749
3750 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
3751
3752 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
3753 (Write After Approval): Update my email address.
3754
3755 2010-02-17 Nick Clifton <nickc@redhat.com>
3756
3757 PR 11238
3758 * Makefile.tpl (local-distclean): Also remove config.cache files in
3759 sub-directories as there may not be Makefiles present in the
3760 sub-directories.
3761 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3762 the config.cache files found by the find command.
3763
3764 * Makefile.in: Regenerate.
3765 * configure.ac: Revert previous delta.
3766 * configure: Regenerate.
3767
3768 2010-02-15 Nick Clifton <nickc@redhat.com>
3769
3770 PR 11238
3771 * configure.ac: Delete config.cache files in sub-directories when
3772 deleting Makefiles.
3773 * configure: Regenerate.
3774
3775 2010-02-12 Ben Elliston <bje@gnu.org>
3776
3777 * MAINTAINERS: Update my email address.
3778
3779 2010-02-08 Andrew Pinski <pinskia@gmail.com>
3780
3781 * MAINTAINERS (spu port): Update my email address.
3782
3783 2010-02-08 Jie Zhang <jie.zhang@analog.com>
3784
3785 * MAINTAINERS: Add myself as a maintainer for the bfin port.
3786
3787 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3788
3789 * configure.ac: Add "recommended" version checks for GMP/MPC.
3790 Update recommended GMP/MPFR/MPC versions.
3791 * configure: Regenerate.
3792
3793 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
3794
3795 * MAINTAINERS: Move my Embecosm email address into the
3796 write-after-approval section.
3797
3798 2010-01-26 Ian Lance Taylor <iant@google.com>
3799
3800 * MAINTAINERS: Add myself as Go frontend maintainer.
3801
3802 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
3803
3804 PR libstdc++/36101, PR libstdc++/42813
3805 * configure.ac (bootstrap_target_libs): Make inclusion of
3806 target-libgomp conditional on libgomb being in target_configdirs.
3807 * configure: Regenerate.
3808
3809 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
3810
3811 PR libstdc++/36101, PR libstdc++/42813
3812 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3813 * configure: Regenerate.
3814
3815 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
3816
3817 PR libstdc++/36101, PR libstdc++/42813
3818 * configure.ac (target_configdirs): Substitute.
3819 * Makefile.def: Bootstrap target module libgomp.
3820 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3821 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3822 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3823 * configure, Makefile.in: Regenerate.
3824
3825 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
3826
3827 * MAINTAINERS: Adjust my details.
3828
3829 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
3830
3831 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
3832
3833 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
3834
3835 * MAINTAINERS: reindented my entry with tabs instead of spaces.
3836
3837 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
3838
3839 * MAINTAINERS (Write After Approval): Add myself.
3840
3841 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3842
3843 * MAINTAINERS (Write After Approval): Add myself.
3844
3845 2010-01-11 Richard Guenther <rguenther@suse.de>
3846
3847 PR lto/41569
3848 * Makefile.def (all-lto-plugin): Depend on all-gcc.
3849 * Makefile.in: Regenerated.
3850
3851 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
3852
3853 * configure.ac: Enable libjava build on x86_64-*freebsd*.
3854 * configure: Regenerate.
3855
3856 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3857 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3858
3859 PR bootstrap/42424
3860 * configure.ac: Include libtool m4 files.
3861 (_LT_CHECK_OBJDIR): Call it.
3862 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3863 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3864
3865 * configure: Regenerate.
3866
3867 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3868
3869 PR bootstrap/41818
3870 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3871 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3872 * Makefile.in: Regenerate.
3873
3874 2010-01-02 Richard Guenther <rguenther@suse.de>
3875
3876 PR lto/41529
3877 * configure.ac: Include config/elf.m4. Disable LTO if not
3878 builting for an elf target.
3879 * configure: Regenerate.
3880
3881 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
3882
3883 * MAINTAINERS: Change my email address.
3884
3885 2009-12-18 Ben Elliston <bje@au.ibm.com>
3886
3887 * config.sub, config.guess: Update from upstream sources.
3888
3889 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
3890
3891 * MAINTAINERS (Write After Approval): Add myself.
3892
3893 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3894
3895 PR middle-end/30447
3896 PR middle-end/30789
3897 PR other/40302
3898
3899 * configure.ac: Require MPC.
3900 * configure: Regenerate.
3901
3902 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3903
3904 PR target/38384
3905 PR bootstrap/40972
3906 * libtool.m4: Sync from git Libtool.
3907 * ltoptions.m4: Likewise.
3908 * ltversion.m4: Likewise.
3909 * lt~obsolete.m4: Likewise.
3910 * ltmain.sh: Likewise.
3911
3912 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3913
3914 * configure.ac: Update minimum MPC version to 0.8.
3915 * configure: Regenerate.
3916
3917 2009-11-21 Sebastian Pop <sebpop@gmail.com>
3918
3919 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
3920 * configure: Regenerated.
3921
3922 2009-11-21 Ian Lance Taylor <iant@google.com>
3923
3924 * configure.ac: Change default of poststage1_ldflags to be empty if
3925 poststage1_libs is set. When poststage1_libs is empty, and
3926 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
3927 * configure: Rebuild.
3928
3929 2009-11-21 Adam Nemet <adambnmet@gmail.com>
3930
3931 * MAINTAINERS (Write After Approval): Update my email address.
3932
3933 2009-11-20 Ben Elliston <bje@au.ibm.com>
3934
3935 * config.guess: Update from upstream sources.
3936
3937 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3938
3939 * Makefile.def: Restore host and target settings for gmp.
3940 * Makefile.in: Rebuild.
3941
3942 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3943
3944 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3945 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3946 Fix portability of test of C++ as bootstrap language. Add
3947 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3948 * configure: Rebuild.
3949 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3950 and cloog. Fix in-tree ppl configuration. Introduce libelf
3951 in-tree building.
3952 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3953 (POSTSTAGE1_HOST_EXPORTS): Use it.
3954 (STAGE[+id+]_CXXFLAGS): New.
3955 (BASE_FLAGS_TO_PASS): Pass it down.
3956 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3957 extra_exports.
3958 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3959 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3960 extra_exports.
3961 * Makefile.in: Rebuild.
3962
3963 2009-11-17 Ben Elliston <bje@au.ibm.com>
3964
3965 * config.sub, config.guess: Update from upstream sources.
3966
3967 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3968
3969 * MAINTAINERS (Write After Approval): Add myself.
3970
3971 2009-11-09 Jon Beniston <jon@beniston.com>
3972
3973 * MAINTAINERS (Write After Approval): Add myself.
3974
3975 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3976
3977 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3978 paths for *-w64-mingw* and x86_64-*mingw*.
3979 * configure: Regenerated.
3980
3981 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
3982
3983 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
3984
3985 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
3986
3987 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
3988 Phil Edwards to Write-After Approval.
3989
3990 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
3991
3992 * configure.ac: Disable target-winsup & co for
3993 x86_64-*-mingw* and *-w64-mingw* targets.
3994 * configure: Regenerated.
3995
3996 2009-10-16 Nick Clifton <nickc@redhat.com>
3997
3998 * MAINTAINERS: Add myself as a maintainer for the RX port.
3999
4000 2009-10-26 Johannes Singler <singler@kit.edu>
4001
4002 * MAINTAINERS (Write After Approval): Update my e-mail address.
4003
4004 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4005
4006 * configure.ac (CLooG test): Use = with test.
4007 * configure: Regenerate.
4008
4009 2009-10-22 Richard Guenther <rguenther@suse.de>
4010
4011 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
4012 cloog if the ppl version check failed. Move flags saving
4013 before setting in libelf check.
4014 * configure: Regenerate.
4015
4016 2009-10-21 Richard Guenther <rguenther@suse.de>
4017
4018 * configure.ac: Adjust the ppl and cloog configure to work as
4019 documented. Disable cloog if ppl was disabled. Omit the version
4020 checks if they were disabled.
4021 * configure: Re-generate.
4022
4023 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4024
4025 * configure.ac: Add 'lto' to enable_languages, not
4026 new_enable_languages, and only if not already present.
4027 * configure: Regenerate.
4028
4029 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
4030
4031 * README: Refer to the various COPYING* files instead of just
4032 COPYING.
4033 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4034
4035 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
4036
4037 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
4038
4039 2009-10-07 Richard Guenther <rguenther@suse.de>
4040
4041 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4042 and Richard Guenther as reviewers.
4043 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4044 as reviewers.
4045
4046 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
4047
4048 * config.sub: Update from upstream sources.
4049
4050 2009-10-06 Ian Lance Taylor <iant@google.com>
4051
4052 * Makefile.def: check-gold depends upon all-gas.
4053 * Makefile.in: Rebuild.
4054
4055 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
4056
4057 * MAINTAINERS (Write After Approval): Add myself.
4058
4059 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
4060
4061 * Makefile.def: all-lto-plugin depends on all-libiberty.
4062 set bootstrap=true for lto-plugin.
4063 Add lto-plugin.
4064 * Makefile.in: Regenerate.
4065 * configure.ac (host_libs): Add lto-plugin.
4066 * configure: Regenerate.
4067
4068 2009-10-03 Diego Novillo <dnovillo@google.com>
4069
4070 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4071 (HOST_LIBELFLIBS): Define.
4072 (HOST_LIBELFINC): Define.
4073 * Makefile.in: Regenerate.
4074 * configure.ac: Add --enable-lto.
4075 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4076 If --enable-lto is used, add 'lto' to new_enable_languages.
4077 If --enable-lto is used and gold is enabled, add
4078 lto-plugin to configdirs.
4079 * configure: Regenerate.
4080
4081 2009-10-03 Simon Baldwin <simonb@google.com>
4082
4083 * configure.ac: If --with-system-zlib, suppress local zlib and
4084 pass --with-system-zlib to subdir configure scripts.
4085 * configure: Regenerate.
4086
4087 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
4088 Paolo Bonzini <bonzini@gnu.org>
4089
4090 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4091 $(srcdir).
4092 * Makefile.in: Rebuilt.
4093
4094 2009-09-26 Gary Funck <gary@intrepid.com>
4095
4096 * MAINTAINERS (Write After Approval): Add myself.
4097
4098 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4099
4100 * configure.ac: Update minimum MPC version to 0.7.
4101 * configure: Regenerate.
4102
4103 2009-09-25 Nick Clifton <nickc@redhat.com>
4104
4105 * configure.ac: Pass any --cache-file=/dev/null option on to
4106 subconfigures.
4107 * configure: Regenerate.
4108
4109 2009-09-23 Nick Clifton <nickc@redhat.com>
4110
4111 * config.sub, config.guess: Update from upstream sources.
4112
4113 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
4114
4115 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4116 * Makefile.in: Rebuilt.
4117
4118 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4119
4120 PR bootstrap/32272
4121 * configure.ac: Error out if $srcdir isn't '.' but contains
4122 host-${host_noncanonical}.
4123 * configure: Regenerate.
4124
4125 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4126
4127 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
4128 maintainer.
4129
4130 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4131
4132 * configure.ac: If bootstrapping a combined tree with
4133 --enable-gold, require c++ in stage1_languages.
4134 * configure: Regenerate.
4135
4136 * configure.ac: Also add target_libs of stage1_languages to
4137 bootstrap_target_libs.
4138 * configure: Regenerate.
4139
4140 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
4141 with --enable-languages not containing c++.
4142 * configure: Regenerate.
4143
4144 2009-09-15 Jie Zhang <jie.zhang@analog.com>
4145
4146 * configure.ac: Disable java and boehm-gc for bfin-*-*.
4147 * configure: Regenerate.
4148
4149 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
4150
4151 * MAINTAINERS (Write After Approval): Update my e-mail address,
4152 and move from from here...
4153 (Waiting for paperwork): To here.
4154
4155 2009-09-09 Joseph Myers <joseph@codesourcery.com>
4156
4157 * MAINTAINERS (Reviewers): Add self as driver reviewer.
4158
4159 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4160
4161 * configure.ac: Do not use $extrasub for replacing @if/@endif
4162 parts in Makefile; instead, use additional arguments to
4163 AC_CONFIG_COMMANDS to do the replacement manually, with several
4164 sed invocations, to avoid HP-UX sed command limits.
4165 * configure: Regenerate.
4166
4167 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
4168
4169 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
4170 blank before -L.
4171
4172 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
4173
4174 * configure.ac (with-build-config): Document. Handle without.
4175 Handle missing argument.
4176 * configure: Rebuilt.
4177
4178 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
4179
4180 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
4181 Default to bootstrap-debug only if compare-debug works.
4182 * configure: Rebuilt.
4183 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
4184 * Makefile.in: Rebuilt.
4185
4186 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4187
4188 * MAINTAINERS (OS Port Maintainers): Update my email address.
4189
4190 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
4191
4192 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
4193 * Makefile.in: Rebuilt.
4194
4195 2009-09-01 Chris Demetriou <cgd@google.com>
4196
4197 * MAINTAINERS (Write After Approval): Add myself.
4198
4199 2009-08-31 Dodji Seketeli <dodji@redhat.com>
4200
4201 PR debug/30161
4202 * include/dwarf2.h (enum dwarf_tag): Added
4203 DW_TAG_GNU_template_template_param
4204 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
4205
4206 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
4207
4208 * Makefile.tpl (AWK): Fix typo.
4209 * Makefile.in: Regenerate.
4210
4211 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
4212
4213 * configure.ac: Detect awk and sed.
4214 * Makefile.def (flags_to_pass): Add AWK and SED.
4215 * Makefile.tpl (AWK, SED): New.
4216 (BASE_FLAGS_TO_PASS): Add AWK and SED.
4217 * configure: Regenerate.
4218 * Makefile.in: Regenerate.
4219
4220 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
4221
4222 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
4223 (collapseslashes): Likewise.
4224
4225 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4226
4227 * configure.ac (AC_PREREQ): Bump to 2.64.
4228
4229 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4230
4231 * configure.ac: Remove --with-datarootdir, --with-docdir,
4232 --with-pdfdir, --with-htmldir switches.
4233 * configure: Regenerate.
4234
4235 * configure: Regenerate.
4236
4237 * compile: Sync from Automake 1.11.
4238 * depcomp: Likewise.
4239 * install-sh: Likewise.
4240 * missing: Likewise.
4241 * mkinstalldirs: Likewise.
4242 * ylwrap: Likewise.
4243
4244 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
4245
4246 * ltmain.sh (func_normal_abspath): New function.
4247 (func_relative_path): Likewise.
4248 (func_mode_help): Document new -bindir option for link mode.
4249 (func_mode_link): Add new -bindir option, and use it to place
4250 output DLL if specified.
4251
4252 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4253
4254 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
4255 (baseargs): Add --disable-option-checking.
4256 * configure: Regenerate.
4257
4258 * Makefile.def (configure-target-libiberty): Depend on
4259 all-binutils and all-ld.
4260 (configure-target-newlib): Likewise.
4261 * Makefile.in: Regenerate.
4262
4263 2009-08-17 Ben Elliston <bje@au.ibm.com>
4264
4265 * config.sub, config.guess: Update from upstream sources.
4266
4267 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4268
4269 Sync from src, merge:
4270
4271 2009-07-02 Tristan Gingold <gingold@adacore.com>
4272
4273 * configure.ac: Do not exclude gas for i386-*-darwin.
4274 Add a case for x86_64-*-darwin.
4275 * configure: Regenerate.
4276
4277 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
4278
4279 * MAINTAINERS: Add my name to Write After Approval list.
4280
4281 2009-08-06 Michael Eager <eager@eagercon.com>
4282
4283 * configure.ac: Add Microblaze target.
4284 * configure: Regenerate.
4285
4286 2009-07-31 Christian Bruel <christian.bruel@st.com>
4287
4288 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
4289 * configure: Regenerate.
4290
4291 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
4292
4293 * MAINTAINERS (Write After Approval): Update my e-mail address.
4294
4295 2009-07-06 Ian Lance Taylor <iant@google.com>
4296
4297 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
4298 * configure: Rebuild.
4299
4300 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
4301
4302 * MAINTAINERS: Move myself to the Graphite Reviewers.
4303
4304 2009-06-30 Wei Guozhi <carrot@google.com>
4305
4306 * MAINTAINERS: Add my name to Write After Approval list.
4307
4308 2009-06-26 Steve Ellcey <sje@cup.hp.com>
4309
4310 PR bootstrap/40338
4311 * configure.ac (comparestring): Create new variable.
4312 * Makefile.tpl (comparestring): Use to skip some comparisions.
4313 * configure: Regenerate.
4314 * Makefile.in: Regenerate.
4315
4316 2009-06-26 Doug Evans <dje@sebabeach.org>
4317
4318 * Makefile.def (host_modules): Add cgen.
4319 * Makefile.in: Regenerate.
4320 * configure.ac (host_tools): Add cgen.
4321 * configure: Regenerate.
4322
4323 2009-06-23 DJ Delorie <dj@redhat.com>
4324
4325 * MAINTAINERS: Add myself as mep maintainer.
4326
4327 2009-06-23 Ian Lance Taylor <iant@google.com>
4328
4329 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
4330 boot_languages. Only bootstrap target libraries listed in
4331 target_libs for some boot language. Add --with-stage1-ldflags,
4332 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
4333 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
4334 if not building with C++.
4335 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
4336 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
4337 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
4338 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
4339 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
4340 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
4341 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
4342 * configure, Makefile.in: Rebuild.
4343
4344 2009-06-23 Li Feng <nemokingdom@gmail.com>
4345
4346 * MAINTAINERS: Added my name to write-after-approval list.
4347
4348 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
4349
4350 * configure.ac: Define is_elf for QNX Neutrino targets.
4351 * configure: Regenerate.
4352
4353 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
4354
4355 * MAINTAINERS: Added my name to the write-after-approval list
4356
4357 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4358
4359 * configure.ac: Detect MPC in default directory.
4360 * configure: Regenerate.
4361
4362 2009-06-03 Jerome Guitton <guitton@adacore.com>
4363 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4364
4365 * Makefile.tpl (all): Avoid a trailing backslash.
4366 * Makefile.in: Regenerate.
4367
4368 2009-06-03 Ben Elliston <bje@au.ibm.com>
4369
4370 * config.sub, config.guess: Update from upstream sources.
4371
4372 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
4373
4374 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
4375 to noconfdirs.
4376 * configure: Regenerate.
4377
4378 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
4379
4380 * Makefile.tpl ([+compare-target+]): Compare all stage
4381 directories, rather than just gcc.
4382 * Makefile.in: Rebuilt.
4383
4384 2009-06-01 Doug Kwan <dougkwan@google.com>
4385
4386 * configure.ac: Support gold for target arm*-*-*.
4387 * configure: Regenerate.
4388
4389 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4390
4391 * Makefile.def: Add MPC support and dependencies.
4392 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
4393
4394 * Makefile.in, configure: Regenerate.
4395
4396 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
4397
4398 * Makefile.tpl (all): Avoid harmless warning in make all when
4399 gcc-bootstrap is enabled but stage_last does not exist.
4400 * Makefile.in: Rebuilt.
4401
4402 2009-05-24 Nicolas Roche <roche@adacore.com>
4403
4404 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
4405 * Makefile.in: Regenerate.
4406
4407 2009-05-21 Denis Chertykov <chertykov@gmail.com>
4408
4409 * MAINTAINERS: Update my e-mail address.
4410
4411 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
4412
4413 * configure.ac (cygwin noconfigdirs): Remove libgcj.
4414 * configure: Regenerate.
4415
4416 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
4417
4418 PR other/40159
4419 * Makefile.tpl (all): Don't assume gcc-bootstrap and
4420 gcc-no-bootstrap are mutually exclusive.
4421 * Makefile.in: Rebuilt.
4422
4423 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
4424
4425 PR other/40159
4426 * Makefile.tpl (all): Don't end with unconditional success.
4427 * Makefile.in: Rebuilt.
4428
4429 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
4430
4431 PR target/37137
4432 * Makefile.def (flags_to_pass): Remove redundant and incomplete
4433 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
4434 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
4435 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
4436 stage_configureflags, stage_cflags and stage_libcflags into
4437 explicit Makefile macros.
4438 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
4439 GFORTRAN.
4440 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
4441 CC. Set CC_FOR_BUILD from CC.
4442 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
4443 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
4444 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
4445 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
4446 and GFORTRAN.
4447 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
4448 (_LIBCFLAGS): Renamed to _TFLAGS.
4449 (do-compare-debug, do-compare3-debug): Drop.
4450 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
4451 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
4452 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
4453 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
4454 (XGCC_FLAGS_FOR_TARGET): New.
4455 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
4456 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
4457 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
4458 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
4459 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
4460 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
4461 TFLAGS.
4462 (BUILD_CONFIG): Include if requested.
4463 (all): Set TFLAGS on bootstrap.
4464 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
4465 (all-stageid-prefixmodule): Likewise.
4466 (do-clean, distclean-stageid): Set TFLAGS.
4467 (restrap): Fix whitespace.
4468 * Makefile.in: Rebuilt.
4469
4470 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
4471
4472 * config.guess: Sync with src.
4473
4474 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
4475
4476 * configure.ac ($with_ppl): Default to no if not supplied.
4477 ($with_cloog): Likewise.
4478 configure: Regenerate.
4479
4480 2009-04-27 James E. Wilson <wilson@codesourcery.com>
4481
4482 * MAINTAINERS: Update my e-mail address.
4483
4484 2009-04-27 Nick Clifton <nickc@redhat.com>
4485
4486 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
4487
4488 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
4489
4490 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
4491 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
4492 * Makefile.in: Regenerate.
4493
4494 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4495
4496 PR bootstrap/39739
4497 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
4498 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
4499
4500 * configure, Makefile.in: Regenerate.
4501
4502 2009-04-21 Taras Glek <tglek@mozilla.com>
4503
4504 * include/hashtab.h: Update GTY annotations to new syntax
4505 * include/splay-tree.h: Likewise
4506
4507 2009-04-17 Ben Elliston <bje@au.ibm.com>
4508
4509 * config.sub, config.guess: Update from upstream sources.
4510
4511 2009-04-15 Anthony Green <green@moxielogic.com>
4512
4513 * configure.ac: Add moxie support.
4514 * configure: Rebuilt.
4515
4516 2009-04-14 Jakub Jelinek <jakub@redhat.com>
4517
4518 * configure.ac: Change copyright header to refer to version
4519 3 of the GNU General Public License and to point readers at the
4520 COPYING3 file and the FSF's license web page.
4521 * Makefile.def: Likewise.
4522 * Makefile.tpl: Likewise.
4523 * Makefile.in: Regenerate.
4524
4525 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
4526
4527 * configure.ac: Restore match for darwin9 or later. Use double
4528 brackets since regeneration eats one pair.
4529 * configure: Regenerate.
4530
4531 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
4532
4533 PR gas/10039
4534 * configure.ac: Require texinfo 4.7.
4535 * configure: Regenerated.
4536
4537 2009-04-09 Nick Clifton <nickc@redhat.com>
4538
4539 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
4540 the GCC Runtime Library Exception.
4541
4542 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4543
4544 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
4545 * configure: Regenerate.
4546
4547 2009-04-01 Steve Ellcey <sje@cup.hp.com>
4548
4549 * Makefil.def (languages): New entries.
4550 * Makefile.tpl (check-gcc-*): New generic target.
4551 * Makefile.in: Regenerate.
4552
4553 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
4554
4555 * MAINTAINERS: Update my email address.
4556
4557 2009-03-18 Tom Tromey <tromey@redhat.com>
4558
4559 * configure: Rebuild.
4560 * configure.ac (host_libs): Add libiconv.
4561 * Makefile.in: Rebuild.
4562 * Makefile.def (host_modules): Add libiconv.
4563 (configure-gdb, all-gdb): Depend on libiconv.
4564
4565 2009-03-16 Tristan Gingold <gingold@adacore.com>
4566
4567 * configure.ac: Treat gdb as supported on x86_64-darwin.
4568 * configure: Regenerate.
4569
4570 2009-03-16 Joseph Myers <joseph@codesourcery.com>
4571
4572 * configure.ac (--with-host-libstdcxx): New option.
4573 * configure: Regenerate.
4574
4575 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
4576
4577 * MAINTAINERS: Move myself into the write after approval list.
4578
4579 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
4580
4581 * MAINTAINERS: Update e-mail address.
4582
4583 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
4584
4585 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
4586
4587 2009-03-10 Ira Rosen <irar@il.ibm.com>
4588
4589 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
4590
4591 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4592
4593 Backport from git Libtool:
4594
4595 2009-01-19 Robert Millan <rmh@aybabtu.com>
4596 Support GNU/kOpenSolaris.
4597 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
4598 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
4599 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
4600 GNU/kOpenSolaris.
4601
4602 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
4603
4604 * MAINTAINERS: Update e-mail address.
4605
4606 2009-02-24 Michael Eager <eager@eagercon.com>
4607
4608 * MAINTAINERS (Write After Approval): Add self.
4609
4610 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
4611
4612 * MAINTAINERS (Write After Approval): Add myself.
4613
4614 2009-02-05 Andreas Schwab <schwab@suse.de>
4615
4616 * Makefile.tpl (stage_last): Define $r and $s before using
4617 $(RECURSE_FLAGS_TO_PASS).
4618 * Makefile.in: Regenerate
4619
4620 2009-01-30 Ian Lance Taylor <iant@google.com>
4621
4622 * MAINTAINERS: Move myself to the Global Reviewers list.
4623
4624 2009-01-29 Robert Millan <rmh@aybabtu.com>
4625
4626 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
4627 * configure: Regenerate.
4628
4629 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
4630
4631 * MAINTAINERS: Make whitespace consistent.
4632 Remove Robert Millan from Write After Approval.
4633
4634 2009-01-16 Alan Modra <amodra@bigpond.net.au>
4635
4636 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
4637 (all-opcodes): Depend on all-libiberty.
4638 * Makefile.in: Regenerate.
4639
4640 2009-01-15 Douglas B Rupp <rupp@gnat.com>
4641
4642 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
4643 * configure: Regenerate.
4644
4645 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
4646
4647 * MAINTAINERS (Write After Approval): Add myself.
4648
4649 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
4650
4651 * MAINTAINERS: Add myself to reviewers (Fortran).
4652
4653 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
4654
4655 PR tree-optimization/38515
4656 * configure.ac (cloog-polylib): Removed.
4657 (with_ppl, with_cloog): Test for "no".
4658 * configure: Regenerated.
4659
4660 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
4661
4662 * MAINTAINERS: Moved myself to reviewers (Fortran).
4663
4664 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
4665
4666 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
4667 (Write After Approval): Remove myself.
4668
4669 2009-01-03 Diego Novillo <dnovillo@google.com>
4670
4671 * MAINTAINERS: Remove myself from alias maintainership.
4672
4673 2009-01-02 David Ayers <ayers@fsfe.org>
4674
4675 * MAINTAINERS: Update e-mail address.
4676
4677 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
4678
4679 * MAINTAINERS: Make whitespace consistent.
4680
4681 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4682
4683 Backport from upstream Libtool:
4684 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
4685 Add cache variables to tests that require the linker to work.
4686 For shlibpath_overrides_runpath, this also changes the semantics
4687 to let the result from the C compiler take precedence.
4688
4689 2008-12-02 Ben Elliston <bje@au.ibm.com>
4690
4691 * config.sub, config.guess: Update from upstream sources.
4692
4693 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
4694
4695 * configure.ac (ppllibs): Add by default the lib flags.
4696 * configure: Regenerate.
4697
4698 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
4699
4700 * MAINTAINERS: Add myself to the write after approval list.
4701
4702 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
4703
4704 * configure.ac: Add double brackets on darwin[912].
4705 * configure: Regenerate.
4706
4707 2008-12-03 Daniel Kraft <d@domob.eu>
4708
4709 * MAINTAINERS: Moved myself and Mikael Morin from Write After
4710 Approval to Reviewer section (for Fortran front-end).
4711
4712 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
4713
4714 * configure.ac: Expand to darwin10 and later.
4715 * configure: Regenerate.
4716
4717 2008-12-02 Andreas Schwab <schwab@suse.de>
4718
4719 * Makefile.def: configure-target-boehm-gc depends on
4720 all-target-libstdc++-v3.
4721 * Makefile.in: Regenerate.
4722
4723 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
4724
4725 * MAINTAINERS: Add myself as mingw maintainer.
4726
4727 2008-12-02 Ben Elliston <bje@au.ibm.com>
4728
4729 * config.sub, config.guess: Update from upstream sources.
4730
4731 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
4732
4733 * README.SCO: Remove.
4734
4735 2008-11-29 Fernando Pereira <pronesto@gmail.com>
4736
4737 * MAINTAINERS: Add myself to the write after approval list.
4738
4739 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
4740
4741 * MAINTAINERS: Update my email address in WAA section.
4742
4743 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
4744
4745 * MAINTAINERS: Update e-mail address.
4746
4747 2008-11-27 Toon Moene <toon@moene.org>
4748
4749 * MAINTAINERS: Change e-mail address.
4750
4751 2008-11-27 Tristan Gingold <gingold@adacore.com>
4752
4753 * configure.ac: Build gdb for i?86-*-darwin*
4754 * configure: Regenerated.
4755
4756 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
4757
4758 * MAINTAINERS: Added my full name.
4759
4760 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
4761
4762 PR bootstrap/38014
4763 PR bootstrap/37923
4764
4765 Revert:
4766
4767 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4768
4769 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4770 * Makefile.in: Regenerated.
4771
4772 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
4773
4774 PR gdb/921
4775 PR gdb/1646
4776 PR gdb/2175
4777 PR gdb/2176
4778
4779 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4780 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4781 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
4782 (HOST_EXPORTS): Pass CPPFLAGS.
4783 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4784 (LDFLAGS_FOR_TARGET): Initialize from configure script.
4785 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4786 * Makefile.in, configure: Regenerated.
4787 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4788 and CPPFLAGS_FOR_BUILD.
4789
4790 2008-11-06 Jeff Law <law@redhat.com>
4791
4792 * MAINTAINERS: Add myself as middle end maintainer.
4793
4794 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
4795
4796 * MAINTAINERS (Write after approval): Add myself.
4797
4798 2008-11-05 Diego Novillo <dnovillo@google.com>
4799
4800 * MAINTAINERS (Global Reviewers): Add myself.
4801 (Non-Algorithmic Maintainers): Remove myself.
4802
4803 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
4804
4805 * MAINTAINERS (Write after approval): Add myself.
4806
4807 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
4808
4809 * MAINTAINERS (Write after approval): Add myself.
4810
4811 2008-10-31 Ben Elliston <bje@au.ibm.com>
4812
4813 * configure.ac (spu-*-*): Remove special case.
4814 * configure: Regenerate.
4815
4816 2008-10-30 Catherine Moore <clm@codesourcery.com>
4817
4818 * MAINTAINERS (Write after approval): Update my email address.
4819
4820 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
4821
4822 * configure.ac [spu-*-*]: Do not set skipdirs.
4823 * configure: Re-generate.
4824
4825 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
4826
4827 * MAINTAINERS (Various Maintainers): Add myself to reload.
4828
4829 2008-10-25 Richard Guenther <rguenther@suse.de>
4830
4831 * MAINTAINERS (Various Maintainers): Add myself as middle-end
4832 maintainer. Remove myself as libgcc-math maintainer.
4833 (Non-Algorithmic Maintainers): Remove myself.
4834
4835 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4836
4837 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4838 * Makefile.in: Regenerated.
4839
4840 2008-10-23 Cary Coutant <ccoutant@google.com>
4841
4842 * MAINTAINERS (Write after approval): Add myself.
4843
4844 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
4845
4846 PR gdb/921
4847 PR gdb/1646
4848 PR gdb/2175
4849 PR gdb/2176
4850
4851 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4852 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4853 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
4854 (HOST_EXPORTS): Pass CPPFLAGS.
4855 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4856 (LDFLAGS_FOR_TARGET): Initialize from configure script.
4857 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4858 * Makefile.in, configure: Regenerated.
4859 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4860 and CPPFLAGS_FOR_BUILD.
4861
4862 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
4863
4864 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
4865 Sebastian Pop.
4866
4867 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
4868
4869 * MAINTAINERS (Write After Approval): Added myself.
4870
4871 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4872
4873 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
4874 recommended version to 2.3.2.
4875
4876 * configure: Regenerate.
4877
4878 2008-10-01 Mark Mitchell <mark@codesourcery.com>
4879
4880 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
4881
4882 2008-09-29 David Daney <david.daney@caviumnetworks.com>
4883
4884 * MAINTAINERS (Write After Approval): Update e-mail address.
4885
4886 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
4887
4888 * libtool.m4: Update to libtool 2.2.6.
4889 * lt~obsolete.m4: Update to libtool 2.2.6.
4890 * ltmain.sh: Update to libtool 2.2.6.
4891 * ltsugar.m4: Update to libtool 2.2.6.
4892 * ltversion.m4: Update to libtool 2.2.6.
4893 * ltoptions.m4: Update to libtool 2.2.6.
4894 * ltgcc.m4: Update to match changes from libtool 2.2.6.
4895
4896 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
4897
4898 * MAINTAINERS (Write After Approval): Add myself.
4899
4900 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
4901
4902 * MAINTAINERS (Write After Approval): Update my name.
4903
4904 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
4905
4906 * MAINTAINERS: Add myself in "Write After Approval".
4907
4908 2008-09-18 Steve Ellcey <sje@cup.hp.com>
4909
4910 * MAINTAINERS: Add myself as ia64 maintainer.
4911
4912 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
4913
4914 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
4915 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
4916 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
4917 and Michael Tiemann from Write After Approval since they do not
4918 actually have access.
4919
4920 2008-09-05 Richard Guenther <rguenther@suse.de>
4921
4922 * configure.ac: Initialize clooglibs to -lcloog.
4923 * configure: Re-generate.
4924
4925 2008-09-04 Le-Chun Wu <lcwu@google.com>
4926
4927 * MAINTAINERS (Write After Approval): Add myself.
4928
4929 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
4930
4931 * configure.ac (--with-cloog-polylib): New.
4932 (--disable-cloog-version-check): New.
4933 (--disable-ppl-version-check): New.
4934 * configure: Re-generate.
4935
4936 2008-09-03 Richard Guenther <rguenther@suse.de>
4937
4938 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
4939 cloog test.
4940 * configure: Re-generate.
4941
4942 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
4943
4944 Add picoChip port.
4945 * MAINTAINERS: Add picoChip maintainers.
4946
4947 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
4948 Tobias Grosser <grosser@fim.uni-passau.de>
4949 Jan Sjodin <jan.sjodin@amd.com>
4950 Harsha Jagasia <harsha.jagasia@amd.com>
4951 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4952 Konrad Trifunovic <konrad.trifunovic@inria.fr>
4953 Adrien Eliche <aeliche@isty.uvsq.fr>
4954
4955 Merge from graphite branch.
4956 * configure: Regenerate.
4957 * Makefile.in: Regenerate.
4958 * configure.ac (host_libs): Add ppl and cloog.
4959 Add checks for PPL and CLooG.
4960 * Makefile.def (ppl, cloog): Added modules and dependences.
4961 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
4962 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
4963
4964 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
4965
4966 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
4967 (GCC_SHLIB_SUBDIR): New.
4968 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
4969 * configure: Regenerate.
4970 * Makefile.in: Regenerate.
4971
4972 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
4973
4974 * MAINTAINERS: Consistently use tabs to separate columns.
4975
4976 2008-08-29 Tristan Gingold <gingold@adacore.com>
4977
4978 * MAINTAINERS (Write after Approval): Add myself.
4979
4980 2008-08-28 Tristan Gingold <gingold@adacore.com>
4981
4982 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
4983 Enable bfd, binutils and opcodes.
4984 * configure: Regenerate.
4985
4986 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4987
4988 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
4989
4990 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
4991
4992 * MAINTAINERS: Use correct Umlaut for last name.
4993
4994 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4995
4996 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
4997
4998 2008-08-16 David Edelsohn <edelsohn@gnu.org>
4999
5000 * MAINTAINERS: Update my email address.
5001
5002 2008-08-16 Nicolas Roche <roche@adacore.com>
5003
5004 * Makefile.tpl: Add BOOT_ADAFLAGS.
5005 * Makefile.in: Regenerate.
5006
5007 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
5008
5009 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5010 * configure: Regenerate.
5011
5012 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
5013
5014 * configure.ac: Add makefile fragments for hpux.
5015 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5016 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5017 * configure: Regenerate.
5018 * Makefile.in: Regenerate.
5019
5020 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
5021
5022 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
5023
5024 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
5025
5026 * MAINTAINERS (Write after Approval): Add myself.
5027
5028 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
5029
5030 * MAINTAINERS (Write After Approval): Add myself.
5031
5032 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
5033
5034 * MAINTAINERS (Write After Approval): Add myself.
5035
5036 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
5037
5038 * MAINTAINERS: Update my email address.
5039
5040 2008-06-25 Joey Ye <joey.ye@intel.com>
5041
5042 * MAINTAINERS (Write After Approval): Add myself.
5043
5044 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5045
5046 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5047 * Makefile.in: Regenerate.
5048 * configure: Regenerate.
5049
5050 2008-06-17 Daniel Kraft <d@domob.eu>
5051
5052 * MAINTAINERS (Write After Approval): Add myself.
5053
5054 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5055
5056 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5057 "$@" is still intact with both Autoconf 2.59 and 2.62.
5058 * configure: Regenerate.
5059
5060 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5061
5062 * Makefile.tpl: Fix comment errors.
5063 * Makefile.in: Regenerate.
5064
5065 2008-06-12 David S. Miller <davem@davemloft.net>
5066 David Edelsohn <edelsohn@gnu.org>
5067
5068 * configure.ac: Add powerpc*-*-* to gold supported targets.
5069 * configure: Regenerate.
5070
5071 2008-06-08 Joseph Myers <joseph@codesourcery.com>
5072
5073 PR tree-optimization/36218
5074 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5075 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5076 (all prefix="build-"): Pass them to build-system sub-makes.
5077 * Makefile.in: Regenerate.
5078
5079 2008-06-07 Joseph Myers <joseph@codesourcery.com>
5080
5081 * MAINTAINERS (mt port): Remove.
5082 (sco5, unixware, sco udk): Remove.
5083 (Kean Johnston): Add to Write After Approval.
5084
5085 2008-05-30 Julian Brown <julian@codesourcery.com>
5086
5087 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5088 of libobjc for ARM EABI Linux.
5089 * configure: Regenerate.
5090
5091 2008-05-18 Xinliang David Li <davidxl@google.com>
5092
5093 * ChangeLog: Remove wrong ChangeLog entry.
5094
5095 2008-05-17 Xinliang David Li <davidxl@google.com>
5096
5097 * MAINTAINERS (Write After Approval): Add myself.
5098
5099 2008-05-15 Janus Weil <janus@gcc.gnu.org>
5100
5101 * MAINTAINERS (Write After Approval): Add myself.
5102
5103 2008-05-14 Rafael Espíndola <espindola@google.com>
5104
5105 * config-ml.in: don't handle --enable-shared and --enable-static.
5106
5107 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
5108
5109 * MAINTAINERS: Update my email address.
5110
5111 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
5112
5113 * MAINTAINERS: Update my email address.
5114
5115 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
5116
5117 * MAINTAINERS (Write After Approval): Add myself.
5118
5119 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
5120
5121 * MAINTAINERS (Write After Approval): Add myself.
5122
5123 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
5124
5125 * MAINTAINERS (crx): Add myself.
5126
5127 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
5128
5129 Sync with src:
5130 2008-04-14 David S. Miller <davem@davemloft.net>
5131
5132 * configure.ac: Add sparc*-*-* to gold supported targets.
5133 * configure: Regenerate.
5134
5135 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
5136
5137 PR bootstrap/35457
5138 * configure.ac: Include override.m4.
5139 * configure: Regenerate.
5140
5141 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
5142
5143 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
5144 * Makefile.in: Regenerate.
5145
5146 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
5147
5148 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
5149 as nonconfigurable directories list.
5150 * configure: Regenerate.
5151
5152 2008-04-14 Ben Elliston <bje@au.ibm.com>
5153
5154 * config.sub, config.guess: Update from upstream sources.
5155
5156 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
5157
5158 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
5159 * Makefile.in: Regenerate.
5160
5161 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
5162
5163 * configure.ac: Do not build libssp for the AVR.
5164 * configure: Regenerate.
5165
5166 2008-04-07 Ian Lance Taylor <iant@google.com>
5167
5168 * Makefile.def: check-gold depends upon all-binutils.
5169 * Makefile.in: Regenerate.
5170
5171 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
5172
5173 * MAINTAINERS (Write After Approval): Add myself.
5174
5175 2008-04-04 Nick Clifton <nickc@redhat.com>
5176
5177 PR binutils/4334
5178 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
5179 builds.
5180 * configure: Regenerate.
5181
5182 2008-04-04 NightStrike <NightStrike@gmail.com>
5183
5184 PR other/35151
5185 * configure.ac: Combine rules for mingw32 and mingw64.
5186 * configure: Regenerate.
5187
5188 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
5189
5190 * MAINTAINERS (Write After Approval): Add myself.
5191
5192 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
5193
5194 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
5195 * Makefile.in (.NOTPARALLEL): Ditto.
5196
5197 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
5198
5199 * MAINTAINERS (Write After Approval): Add myself.
5200
5201 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
5202
5203 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
5204 * Makefile.in (.NOTPARALLEL): Regenerate.
5205
5206 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
5207
5208 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
5209 * Makefile.in: Regenerate.
5210
5211 2008-03-26 Jakub Staszak <kuba@et.pl>
5212
5213 * MAINTAINERS (Write After Approval): Add myself.
5214
5215 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
5216
5217 * MAINTAINERS: Update e-mail address.
5218
5219 2008-03-20 Ian Lance Taylor <iant@google.com>
5220
5221 * configure.ac: Add support for --enable-gold.
5222 * Makefile.def: Add gold as a directory like ld.
5223 * configure, Makefile.in: Regenerate.
5224
5225 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5226
5227 * configure.ac: m4_include config/proginstall.m4.
5228 * configure: Regenerate.
5229
5230 Backport from upstream Libtool:
5231
5232 2007-10-12 Eric Blake <ebb9@byu.net>
5233
5234 Deal with Autoconf 2.62's semantic change in m4_append.
5235 * ltsugar.m4 (lt_append): Replace broken versions of
5236 m4_append.
5237 (lt_if_append_uniq): Don't require separator to be overquoted,
5238 and avoid broken m4_append.
5239 (lt_dict_add): Fix typo.
5240 * libtool.m4 (_LT_DECL): Don't overquote separator.
5241
5242 2008-03-13 David Edelsohn <edelsohn@gnu.org>
5243
5244 * config.rpath: Add AIX 6 support.
5245
5246 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
5247
5248 * Makefile.def (stageprofile). Remove -fprofile-generate
5249 from stage_libcflags.
5250 * Makefile.in: Regenerate.
5251
5252 2008-03-13 Ben Elliston <bje@au.ibm.com>
5253
5254 * config.sub, config.guess: Update from upstream sources.
5255
5256 2008-03-06 Tom Tromey <tromey@redhat.com>
5257
5258 * MAINTAINERS: Update for treelang deletion.
5259
5260 2008-03-03 James E. Wilson <wilson@tuliptree.org>
5261
5262 * MAINTAINERS: Update my email address.
5263
5264 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
5265
5266 * MAINTAINERS (darwin port): Add myself as a maintainer.
5267 (objective-c/c++): Add myself as a maintainer.
5268
5269 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
5270
5271 * MAINTAINERS (Write After Approval): Update my email address.
5272
5273 2008-02-25 Tomas Bily <tbily@suse.cz>
5274
5275 * MAINTAINERS (Write After Approval): Add myself.
5276
5277 2008-02-23 Jakub Jelinek <jakub@redhat.com>
5278
5279 * MAINTAINERS (OpenMP): Add myself.
5280
5281 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
5282
5283 PR bootstrap/32009
5284 PR bootstrap/32161
5285
5286 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
5287 * configure: Regenerate.
5288
5289 * Makefile.def: Define stage_libcflags for all bootstrap stages.
5290 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
5291 STAGE4_LIBCFLAGS): New.
5292 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
5293 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
5294 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
5295 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
5296 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
5297 for target modules. Don't export LIBCFLAGS.
5298 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
5299 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
5300 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5301 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
5302 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
5303 * Makefile.in: Regenerate.
5304
5305 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5306
5307 PR libgcj/33085
5308 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
5309 Do not use -DDLL_EXPORT. Backport from upstream.
5310
5311 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5312
5313 * MAINTAINERS (Write After Approval): Add myself.
5314
5315 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
5316
5317 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
5318 * configure: Regenerate.
5319
5320 2008-01-31 Marc Gauthier <marc@tensilica.com>
5321
5322 * configure.ac (xtensa*-*-*): Recognize processor variants.
5323 * configure: Regenerate.
5324
5325 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5326
5327 PR bootstrap/34922
5328 * configure.ac (PARSE_ARGS): Push suitable setting of
5329 ac_subdirs_all, for `./configure --help=recursive'.
5330 Handle `+' in generic toplevel directory disabling.
5331 * configure: Regenerate.
5332
5333 2008-01-28 Nick Clifton <nickc@redhat.com>
5334
5335 * MAINTAINERS (xstormy16): Take over maintainership.
5336
5337 2008-01-25 Joseph Myers <joseph@codesourcery.com>
5338
5339 * MAINTAINERS (c4x port): Remove.
5340
5341 2008-01-24 David Edelsohn <edelsohn@gnu.org>
5342
5343 * libtool.m4: Backport AIX 6 support from ToT Libtool.
5344
5345 2008-01-23 Ben Elliston <bje@au.ibm.com>
5346
5347 * config.sub, config.guess: Update from upstream sources.
5348
5349 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
5350
5351 * MAINTAINERS (Write After Approval): Add myself.
5352
5353 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
5354
5355 * MAINTAINERS: Update my email address.
5356
5357 2008-01-09 Raksit Ashok <raksit@google.com>
5358
5359 * MAINTAINERS (Write After Approval): Add myself.
5360
5361 2008-01-09 Raksit Ashok <raksit@google.com>
5362
5363 * MAINTAINERS (Write After Approval): Add myself.
5364
5365 2008-01-08 Ben Elliston <bje@au.ibm.com>
5366
5367 * config.sub, config.guess: Update from upstream sources.
5368
5369 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5370
5371 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
5372 Change recommended MPFR from 2.2.1 -> 2.3.0.
5373 * configure: Regenerate.
5374
5375 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
5376
5377 * MAINTAINERS: Update my email address.
5378
5379 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
5380
5381 * MAINTAINERS: Update my email address.
5382
5383 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
5384
5385 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
5386 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
5387 * Makefile.in: Regenerate.
5388
5389 2007-12-10 Mark Heffernan <meheff@google.com>
5390
5391 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
5392 misplaced entries.
5393
5394 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
5395
5396 * configure.ac: Enable libjava for x86_64-*-darwin9.
5397 * configure: Regenerate.
5398
5399 2007-12-07 Bill Maddox <maddox@google.com>
5400
5401 * MAINTAINERS (Write After Approval): Add myself.
5402
5403 2007-12-05 Ben Elliston <bje@au.ibm.com>
5404
5405 * config.sub, config.guess: Update from upstream sources.
5406
5407 2007-12-02 Matthias Klose <doko@ubuntu.com>
5408
5409 * config-ml.in: Remove 64bit configure tests.
5410
5411 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5412
5413 * config-ml.in: Robustify against white space in absolute file
5414 names.
5415
5416 * config-ml.in (multi-clean): Substitute ${Makefile}.
5417 Remove superfluous ${Makefile} in list.
5418
5419 2007-11-19 Thiemo Seufer <ths@mips.com>
5420
5421 * config-ml.in: Don't hardcode the Makefile name.
5422
5423 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
5424
5425 * MAINTAINERS (Write After Approval): Add myself.
5426
5427 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
5428
5429 * MAINTAINERS (Write After Approval): Add myself.
5430
5431 2007-11-06 Doug Kwan <dougkwan@google.com>
5432
5433 * MAINTAINERS (Write After Approval): Add myself.
5434
5435 2007-10-25 Ben Elliston <bje@au.ibm.com>
5436
5437 * MAINTAINERS (mercury): Remove entry.
5438 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
5439
5440 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
5441
5442 * Makefile.def (dependencies): Make configure-gdb depend on
5443 all-intl.
5444 * Makefile.in: Regenerated.
5445
5446 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
5447
5448 * MAINTAINERS (Fortran maintainer): Remove myself.
5449
5450 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
5451
5452 * Makefile.def: To avoid problems running with parallel makes,
5453 build newlib before libgloss so that target specific header
5454 files are availble.
5455 * Makefile.in: Regenerate
5456
5457 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5458
5459 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
5460 * Makefile.in: Regenerate.
5461
5462 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
5463
5464 * MAINTAINERS (Register allocation reviewer): Add myself.
5465
5466 2007-10-08 Mike Frysinger <vapier@gentoo.org>
5467
5468 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
5469 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
5470 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
5471 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
5472 * configure: Regenerate.
5473
5474 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
5475
5476 * MAINTAINERS (Register allocation reviewer): Add myself.
5477
5478 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
5479
5480 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
5481 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
5482 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
5483 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
5484 * configure.ac: Default them to host tools for $host = $build.
5485 Subst them.
5486
5487 * configure: Regenerate.
5488 * Makefile.in: Regenerate.
5489
5490 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
5491
5492 * MAINTAINERS (Register allocation reviewer): Add myself.
5493
5494 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
5495
5496 * MAINTAINERS (Register allocation reviewer): Add myself.
5497
5498 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
5499
5500 * MAINTAINERS (Write After Approval): Fix typo.
5501
5502 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
5503
5504 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
5505 * configure: Regenerate.
5506
5507 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
5508
5509 PR bootstrap/31906
5510 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
5511 they're already prefixed.
5512
5513 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
5514
5515 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
5516 libstdc++.
5517 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
5518 * configure: Regenerate.
5519 * Makefile.in: Regenerate.
5520
5521 2007-09-17 Andreas Schwab <schwab@suse.de>
5522
5523 * configure.ac: Raise minimum makeinfo version to 4.6.
5524 * configure: Regenerate.
5525
5526 2007-09-17 Johannes Singler <singler@ira.uka.de>
5527
5528 * MAINTAINERS (write-after-approval) add myself
5529
5530 2007-09-15 Alan Modra <amodra@bigpond.net.au>
5531
5532 * configure.ac: Correct makeinfo version check.
5533 * configure: Regenerate.
5534
5535 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
5536
5537 * MAINTAINERS: Update my email address.
5538
5539 2007-09-14 Richard Sandiford <richard@codesourcery.com>
5540
5541 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
5542 to $skipdirs and only disable gprof for newlib. Use the normal
5543 mips*-elf* handling in other respects.
5544 * configure: Regnerate.
5545
5546 2007-09-12 David Daney <ddaney@avtrex.com>
5547
5548 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
5549 enabling libgcj.
5550 * configure: Regenerate.
5551
5552 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
5553
5554 PR other/32154
5555 * configure.ac: For libgloss targets, point the linker to the linker
5556 script, startup code and simulator library.
5557 * configure: Regenerate.
5558
5559 2007-09-07 Andrew Haley <aph@redhat.com>
5560
5561 * configure.ac (noconfigdirs): Remove target-libffi and
5562 target-libjava.
5563 * configure: Regenerate.
5564
5565 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5566
5567 PR target/33281
5568 * configure.ac: Use config/mh-mingw on mingw.
5569 * configure: Regenerate.
5570
5571 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
5572
5573 * MAINTAINERS (Write After Approval): Add myself.
5574
5575 2007-09-05 Richard Guenther <rguenther@suse.de>
5576
5577 * configure.ac (--enable-stage1-checking): If neither --enable-checking
5578 nor --disable-checking is provided also turn on yes and types
5579 checking for stage1.
5580 * configure: Re-generate.
5581
5582 2007-08-30 Krister Walfridsson <cato@df.lth.se>
5583
5584 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
5585 (Write After Approval): Remove myself.
5586
5587 2007-08-29 Nick Clifton <nickc@redhat.com>
5588
5589 * config.sub, config.guess: Update from upstream sources.
5590
5591 2007-08-22 Bud Davis <jmdavis@link.com>
5592
5593 * MAINTAINERS (Write After Approval): Added myself.
5594 * MAINTAINERS (Reviewers): Removed myself.
5595
5596 2007-08-18 Paul Brook <paul@codesourcery.com>
5597 Joseph Myers <joseph@codesourcery.com>
5598
5599 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
5600 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
5601 * Makefile.in: Regenerate.
5602 * configure.ac (--with-debug-prefix-map): New.
5603 * configure: Regenerate.
5604
5605 2007-08-17 Richard Sandiford <richard@codesourcery.com>
5606 Nigel Stephens <nigel@mips.com>
5607
5608 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
5609 as target_makefile_frag.
5610 * configure: Regenerate.
5611
5612 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
5613
5614 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
5615 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
5616 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
5617 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
5618 (do-compare, do-compare3, do-compare-debug): New.
5619 ([+compare-target+]): Use them.
5620
5621 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
5622
5623 * MAINTAINERS (Write After Approval): Change my email address.
5624
5625 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5626 Ben Elliston <bje@au.ibm.com>
5627
5628 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
5629 --silent if $silent.
5630 * configure: Regenerate.
5631
5632 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
5633
5634 * MAINTAINERS (Various Maintainers): Add myself as
5635 loop infrastructure maintainer. Update my e-mail
5636 address.
5637
5638 2007-07-31 Diego Novillo <dnovillo@google.com>
5639
5640 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
5641 Adjust description.
5642
5643 2007-07-26 Richard Guenther <rguenther@suse.de>
5644
5645 * configure.ac: Add types checking to stage1 checking flags.
5646 * configure: Regenerate.
5647
5648 2007-07-17 Nick Clifton <nickc@redhat.com>
5649
5650 * COPYING3: New file. Contains version 3 of the GNU General
5651 Public License.
5652 * COPYING3.LIB: New file. Contains version 3 of the GNU
5653 Lesser General Public License.
5654
5655 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
5656
5657 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
5658
5659 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
5660
5661 * MAINTAINERS (S/390 co-maintainer): Add myself.
5662 (Write After Approval): Remove myself.
5663
5664 2007-07-13 Dan Hipschman <dsh@google.com>
5665
5666 * MAINTAINERS (Write After Approval): Add myself.
5667
5668 2007-07-11 Nick Clifton <nickc@redhat.com>
5669
5670 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
5671 WINDRES export.
5672 * Makefile.in: Regenerate.
5673
5674 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5675
5676 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
5677 maintainer.
5678
5679 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
5680
5681 * lt~obsolete.m4: New. Import from 20070318 libtool.
5682
5683 2007-07-03 Julian Brown <julian@codesourcery.com>
5684
5685 * MAINTAINERS (Write After Approval): Add myself.
5686
5687 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5688
5689 * configure.ac: Rewrite 'configure --help' strings to look nicer.
5690 * configure: Regenerate.
5691
5692 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5693
5694 * configure.ac: Add some missing m4 quotation.
5695 * configure: Regenerate.
5696
5697 2007-07-02 Simon Baldwin <simonb@google.com>
5698
5699 * MAINTAINERS (Write After Approval): Add myself.
5700
5701 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
5702
5703 * configure: Regenerate.
5704
5705 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
5706
5707 * Makefile.def: Add windmc tool to build.
5708 * Makefile.tpl: Likewise.
5709 * configure.ac: Likewise.
5710 * Makefile.in: Regenerate.
5711 * configure: Regenerate.
5712
5713 2007-06-28 DJ Delorie <dj@redhat.com>
5714
5715 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
5716 not building newlib.
5717 * configure: Regenerated.
5718
5719 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
5720
5721 * MAINTAINERS (Write After Approval): Add myself.
5722
5723 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
5724
5725 * MAINTAINERS (Write After Approval): Add myself.
5726
5727 2007-06-19 Chris Matthews <chrismatthews@google.com>
5728
5729 * MAINTAINERS (Write After Approval): Add myself.
5730
5731 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
5732
5733 * MAINTAINERS (Write After Approval): Add myself.
5734
5735 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5736
5737 * Makefile.def: Add dependency from configure-gdb to all-bfd.
5738 * Makefile.in: Regenerated.
5739
5740 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
5741
5742 * configure.ac: Don't add target-libmudflap to noconfigdirs for
5743 bfin*-*-uclinux* targets.
5744 * configure: Regenerate.
5745
5746 2007-06-14 Ian Lance Taylor <iant@google.com>
5747
5748 * MAINTAINERS: Add myself as non-algorithmic global write
5749 maintainer.
5750
5751 2007-06-14 Diego Novillo <dnovillo@google.com>
5752
5753 * MAINTAINERS: Add self as middle-end maintainer and
5754 non-algorithmic global write maintainer.
5755
5756 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5757
5758 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
5759 Move all Fortran maintainers except Paul Brook into the
5760 Non-Autopoiesis section.
5761
5762 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
5763
5764 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
5765 (distclean-stage[+id+]): Possibly delete stage_last.
5766 * Makefile.in: Regenerate.
5767
5768 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
5769
5770 * MAINTAINERS (Various Maintainer): Fix typo.
5771
5772 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
5773
5774 * MAINTAINERS (Various Maintainer): Add myself as
5775 dataflow maintainer.
5776
5777 2007-06-07 Ben Elliston <bje@au.ibm.com>
5778
5779 * config.sub, config.guess: Update from upstream sources.
5780
5781 2007-06-07 Ben Elliston <bje@au.ibm.com>
5782
5783 * Makefile.tpl: Fix spelling error.
5784 * Makefile.in: Regenerate.
5785
5786 2007-06-01 Steve Ellcey <sje@cup.hp.com>
5787
5788 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
5789 lt_cv_sys_max_cmd_len.
5790
5791 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
5792
5793 * MAINTAINERS (Various Maintainers): Add myself as
5794 auto-vectorizer maintainer.
5795
5796 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
5797
5798 PR libjava/32098
5799 * libtool.m4: Revert previous change.
5800 * ltgcc.m4: Put it here.
5801
5802 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
5803
5804 * MAINTAINERS (Various Maintainers): Add myself as
5805 auto-vectorizer maintainer.
5806
5807 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
5808
5809 PR libjava/32098
5810 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
5811
5812 2007-05-30 Richard Guenther <rguenther@suse.de>
5813
5814 * MAINTAINERS (Various Maintainers): Add myself as
5815 auto-vectorizer maintainer.
5816
5817 2007-05-30 Jakub Jelinek <jakub@redhat.com>
5818
5819 PR bootstrap/29382
5820 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
5821 * configure: Rebuilt.
5822
5823 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
5824
5825 * MAINTAINERS (Write After Approval): Removed my name.
5826
5827 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
5828
5829 * MAINTAINERS (Write After Approval): Remove myself.
5830
5831 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
5832
5833 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
5834
5835 2007-05-23 Steve Ellcey <sje@cup.hp.com>
5836
5837 * ltmain.sh: Update from ToT Libtool.
5838 * libtool.m4: Update from ToT Libtool.
5839 * ltsugar.m4: New. Update from ToT Libtool.
5840 * ltversion.m4: New. Update from ToT Libtool.
5841 * ltoptions.m4: New. Update from ToT Libtool.
5842 * ltconfig: Remove.
5843 * ltcf-c.sh: Remove.
5844 * ltcf-cxx.sh: Remove.
5845 * ltcf-gcj.sh: Remove.
5846
5847 2007-05-22 Ollie Wild <aaw@google.com>
5848
5849 * MAINTAINERS (Write After Approval): Add myself.
5850
5851 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
5852
5853 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
5854 stage_cflags.
5855 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
5856 Remove CFLAGS/LIBCFLAGS.
5857 (configure-stage[+id+]-[+prefix+][+module+],
5858 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
5859 * Makefile.in: Regenerate.
5860
5861 2007-05-15 Diego Novillo <dnovillo@google.com>
5862
5863 * MAINTAINERS: Update e-mail address.
5864
5865 2007-05-15 Revital Eres <eres@il.ibm.com>
5866
5867 * MAINTAINERS (Write After Approval): Add myself.
5868
5869 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
5870
5871 * MAINTAINERS (Write After Approval): Updated my address.
5872
5873 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
5874
5875 * MAINTAINERS (Write After Approval): Add myself.
5876
5877 2007-05-11 Silvius Rus <rus@google.com>
5878
5879 * MAINTAINERS (Write After Approval): Add myself.
5880
5881 2007-04-23 Tom Tromey <tromey@redhat.com>
5882
5883 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
5884
5885 2007-04-22 Mark Mitchell <mark@codesourcery.com>
5886
5887 * MAINTAINERS (cpplib): Rename to ...
5888 (libcpp): ... this. Add C/C++ front end maintainers.
5889
5890 2007-04-14 Steve Ellcey <sje@cup.hp.com>
5891
5892 * config-ml.in: Pass ${ml_config_env} to configure calls.
5893
5894 2007-04-04 Christian Bruel <christian.bruel@st.com>
5895
5896 * MAINTAINERS (Write After Approval): Add myself.
5897
5898 2007-04-02 Dave Korn <dave.korn@artimi.com>
5899
5900 * MAINTAINERS (Write After Approval): Add myself.
5901
5902 2007-03-31 Tobias Burnus <burnus@net-b.de>
5903
5904 * MAINTAINERS (fortran 95 front end): Add myself.
5905
5906 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5907
5908 * MAINTAINERS (Write After Approval): Add myself.
5909
5910 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
5911
5912 * MAINTAINERS (Modulo Scheduler): Add myself.
5913
5914 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
5915
5916 * MAINTAINERS (fortran 95 front end): Add myself.
5917 (c++ front end): whitespace fix.
5918
5919 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
5920
5921 * MAINTAINERS (Write After Approval): Add myself.
5922
5923 2007-03-21 Richard Sandiford <richard@codesourcery.com>
5924
5925 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
5926 of glob. Quote arguments with single quotes too.
5927 * configure: Regenerate.
5928
5929 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
5930
5931 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
5932 * Makefile.in: Regenerate
5933
5934 2007-03-07 Andreas Schwab <schwab@suse.de>
5935
5936 * configure: Regenerate.
5937
5938 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
5939
5940 * configure.ac: Add "--with-pdfdir" configure option,
5941 which defines pdfdir variable.
5942 * Makefile.def (target=fixincludes): Add install-pdf to
5943 missing targets.
5944 (recursive_targets): Add install-pdf target.
5945 (flags_to_pass): Add pdfdir.
5946 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
5947 target.
5948 * configure: Regenerate
5949 * Makefile.in: Regenerate
5950
5951 2007-02-28 Eric Christopher <echristo@apple.com>
5952
5953 Revert:
5954 2006-12-07 Mike Stump <mrs@apple.com>
5955
5956 * Makefile.def (dependencies): Add dependency for
5957 install-target-libssp and install-target-libgomp on
5958 install-gcc.
5959 * Makefile.in: Regenerate.
5960
5961 2007-02-27 Matt Kraai <kraai@ftbfs.org>
5962
5963 * configure: Regenerate.
5964 * configure.ac: Move statements after variable declarations.
5965
5966 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
5967
5968 * MAINTAINERS: Add myself as sh maintainer.
5969
5970 2007-02-19 Joseph Myers <joseph@codesourcery.com>
5971
5972 * configure.ac: Adjust for loop syntax.
5973 * configure: Regenerate.
5974
5975 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
5976
5977 * configure: Rebuilt.
5978
5979 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
5980
5981 * configure.ac: Drop multiple occurrences of --enable-languages,
5982 and fix its quoting.
5983 * configure: Rebuilt.
5984
5985 2007-02-17 Mark Mitchell <mark@codesourcery.com>
5986 Nathan Sidwell <nathan@codesourcery.com>
5987 Vladimir Prus <vladimir@codesourcery.com>
5988 Joseph Myers <joseph@codesourcery.com>
5989
5990 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
5991 * configure: Regenerate.
5992
5993 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
5994
5995 * ltconfig (freebsd*): Default to elf.
5996
5997 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
5998
5999 * configure.ac (target_libraries): Move libgcc before libiberty.
6000 * configure: Regenerated.
6001
6002 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6003 Paolo Bonzini <bonzini@gnu.org>
6004
6005 PR bootstrap/30753
6006 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
6007 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
6008 * configure: Regenerated.
6009
6010 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6011
6012 * MAINTAINERS (Language Front End Maintainers): Update my mail
6013 address.
6014
6015 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6016
6017 PR bootstrap/30748
6018 * configure.ac: Correct syntax for Solaris ksh.
6019 * configure: Regenerated.
6020
6021 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
6022
6023 * configure.ac: Sync with src.
6024 * configure: Regenerate.
6025
6026 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
6027
6028 * Makefile.in: Regenerate.
6029
6030 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
6031
6032 * config.sub: Sync with src.
6033
6034 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6035
6036 * Makefile.tpl (build_alias, host_alias, target_alias): Use
6037 noncanonical equivalents.
6038 * configure.in: Rename to...
6039 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
6040 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
6041 target_noncanonical. Use them. Rewrite removal of configure
6042 arguments for autoconf 2.59. Discard variable settings. Force
6043 program_transform_name for native tools.
6044
6045 * Makefile.in: Regenerated.
6046 * configure: Regenerated with autoconf 2.59.
6047
6048 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
6049
6050 * MAINTAINERS (Write After Approval): Add myself.
6051
6052 2007-01-31 Andreas Schwab <schwab@suse.de>
6053
6054 * Makefile.tpl (LDFLAGS): Substitute it.
6055 * Makefile.in: Regenerate.
6056
6057 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
6058
6059 * MAINTAINERS (Write After Approval): Add myself.
6060
6061 2007-01-28 David Edelsohn <edelsohn@gnu.org>
6062
6063 * MAINTAINERS (spu port): Add myself.
6064
6065 2007-01-23 Richard Guenther <rguenther@suse.de>
6066
6067 PR bootstrap/30541
6068 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6069 * Makefile.tpl (GNATBIND): Substitute it.
6070 (GNATMAKE): Likewise.
6071 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6072 of STAGE_PREFIX.
6073 * Makefile.in: Regenerate.
6074 * configure: Regenerate.
6075
6076 2007-01-18 Mike Stump <mrs@apple.com>
6077
6078 * configure.in: Re-enable -Werror for gcc builds.
6079
6080 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
6081
6082 * MAINTAINERS (Write After Approval): Add myself.
6083
6084 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
6085
6086 * configure.in: Change == to = in test command.
6087 * configure: Regenerate.
6088
6089 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
6090 Nick Clifton <nickc@redhat.com>
6091 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
6092
6093 * configure.in (build_configargs, host_configargs, target_configargs):
6094 Remove build/host/target parameters.
6095 (host_libs): Add gmp and mpfr.
6096 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6097 * Makefile.def (gmp, mpfr): New.
6098 (gcc): Remove target.
6099 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6100 target_os, target_vendor): New.
6101 (configure): Add host_alias/target_alias arguments; adjust invocations.
6102 * configure: Regenerate.
6103 * Makefile.in: Regenerate.
6104
6105 2007-01-11 Matt Fago <fago@earthlink.net>
6106
6107 * configure.in: Try to link to functions only in mpfr 2.2.x
6108 to improve robustness of configure tests.
6109 * configure: Regenerate.
6110
6111 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
6112
6113 * MAINTAINERS: Add myself as i386 maintainer.
6114
6115 2007-01-08 Jan Hubicka <jh@suse.cz>
6116
6117 * MAINTAINERS: Add myself as i386 maintainer.
6118
6119 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
6120
6121 * configure.in: Add support for an x86_64-mingw* target.
6122 * configure: Regenerate.
6123
6124 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
6125
6126 * Makefile.tpl (all-target): Correct @if conditional for target
6127 modules.
6128 * configure.in: Omit libiberty if building only target libgcc.
6129 * configure, Makefile.in: Regenerated.
6130
6131 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
6132
6133 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
6134 * configure: Regenerate.
6135
6136 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6137
6138 * Makefile.def (target_modules): Add libgcc.
6139 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
6140 * Makefile.tpl (clean-target-libgcc): Delete.
6141 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
6142 on gcc even for bootstrapped modules. Rewrite handling of
6143 lang_env_dependencies to loop over target_modules.
6144 * configure.in (target_libraries): Add target-libgcc.
6145 * Makefile.in, configure: Regenerated.
6146
6147 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
6148
6149 * configure.in: Reorganize recognition of languages. Add
6150 --enable-stage1-languages. Show supported languages for the chosen
6151 target rather than all recognized languages.
6152 * configure: Regenerate.
6153
6154 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
6155
6156 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
6157 * Makefile.in: Regenerate.
6158
6159 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6160
6161 * configure.in: Warn that MPFR 2.2.0 is buggy.
6162 * configure: Regenerate.
6163
6164 2006-12-27 Ian Lance Taylor <iant@google.com>
6165
6166 * configure.in: When removing Makefiles to force a reconfigure, also
6167 remove prev-DIR*/Makefile.
6168 * configure: Regenerate.
6169
6170 2006-12-22 Andreas Schwab <schwab@suse.de>
6171
6172 * configure: Regenerate with correct autoconf version.
6173
6174 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
6175
6176 * configure.in: add AC_SUBST for *_FOR_TARGET.
6177 * configure: Regenerate.
6178
6179 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6180
6181 * configure.in: Simplify logic for rejecting languages that cannot
6182 be built. Separate the case when a language is unsupported,
6183 from the case when the user chooses not to build a language.
6184
6185 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6186
6187 * configure.in: Remove "$build" case for powerpc-*-darwin* since
6188 it only affects bootstrap and could be tested on "$host" as well.
6189 * configure: Regenerate.
6190 * config/mh-ppc-darwin: Add to the stage1 cflags here.
6191
6192 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6193
6194 PR bootstrap/29544
6195 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
6196 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
6197 move here comment from Makefile.tpl.
6198 * Makefile.tpl: Move some definitions higher in the file.
6199 (STAGE1_CHECKING): New.
6200 * configure.in: Add --enable-stage1-checking.
6201 * configure: Regenerate.
6202 * Makefile.in: Regenerate.
6203
6204 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6205
6206 * MAINTAINERS: Add myself as build system maintainer.
6207
6208 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
6209
6210 * MAINTAINERS (Write After Approval): Add myself.
6211
6212 2006-12-13 Eric Christopher <echristo@apple.com>
6213
6214 * MAINTAINERS: Add myself as darwin maintainer.
6215
6216 2006-12-11 Ian Lance Taylor <ian@airs.com>
6217
6218 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
6219
6220 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
6221
6222 MAINTAINERS: Update my entry.
6223
6224 2006-12-11 Alan Modra <amodra@bigpond.net.au>
6225
6226 * configure.in: Handle spu makefile frag.
6227 * Makefile.tpl (MAINT): Define
6228 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
6229 * configure: Regenerate.
6230 * Makefile.in: Regenerate.
6231
6232 2006-12-11 Ben Elliston <bje@au.ibm.com>
6233
6234 * config.guess: Import latest version.
6235 * config.sub: Likewise.
6236
6237 2006-12-11 Ben Elliston <bje@au.ibm.com>
6238
6239 * configure.in (spu-*-*): Don't skip target-libiberty.
6240 * configure: Regenerate.
6241
6242 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
6243
6244 PR bootstrap/30134
6245 * configure.in: Correct x86 darwin support for libjava to powerpc
6246 and i?86 only.
6247 * configure: Regenerate.
6248
6249 2006-12-08 Sandro Tolaini <tolaini@libero.it>
6250
6251 * configure.in: Add x86 darwin support for libjava.
6252 * configure: Regenerate.
6253
6254 2006-12-07 Mike Stump <mrs@apple.com>
6255
6256 * Makefile.def (dependencies): Add dependency for
6257 install-target-libssp and install-target-libgomp on
6258 install-gcc.
6259 * Makefile.in: Regenerate.
6260
6261 2006-12-04 Richard Guenther <rguenther@suse.de>
6262
6263 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
6264 (Non-Algorithmic Maintainers): Move over non-algorithmic
6265 loop optimizer maintainers, add myself as a non-algorithmic
6266 middle-end maintainer.
6267
6268 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
6269
6270 * MAINTAINERS (Write After Approval): Add myself.
6271
6272 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6273
6274 * configure.in: Update error message for missing GMP/MPFR.
6275
6276 * configure: Regenerate.
6277
6278 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6279
6280 * configure.in: Update MPFR version in error message.
6281
6282 * configure: Regenerate.
6283
6284 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6285
6286 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
6287 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
6288 --with-gmp-lib): New flags.
6289
6290 * configure: Regenerate.
6291
6292 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
6293
6294 * MAINTAINERS (Write After Approval): Change my email address.
6295
6296 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6297
6298 * MAINTAINERS (Write After Approval): Add myself.
6299
6300 2006-11-22 Philipp Thomas <pth@suse.de>
6301
6302 * MAINTAINERS (i18n): Update e-mail address.
6303
6304 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6305
6306 * MAINTAINERS (spu port): Add myself as maintainer.
6307 (Write After Approval): Remove myself.
6308
6309 2006-11-22 Ben Elliston <bje@au.ibm.com>
6310
6311 * configure.in (skipdirs): Don't build libssp for SPU.
6312 * configure: Regenerate.
6313
6314 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
6315
6316 * MAINTAINERS (spu port): Add myself as maintainer.
6317 (libobjc): Update my email address.
6318
6319 2006-11-21 Andrea Bona <andrea.bona@st.com>
6320
6321 * MAINTAINERS (Write After Approval): Add myself.
6322
6323 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6324
6325 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
6326 * configure : Rebuilt.
6327
6328 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6329
6330 * MAINTAINERS (Write After Approval): Add myself.
6331
6332 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
6333
6334 * MAINTAINERS (Write After Approval): Add myself.
6335
6336 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6337
6338 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
6339 libmpfr.a.
6340 * configure: Regenerate.
6341
6342 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
6343
6344 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
6345 (unstage): Test for stage_last presence.
6346
6347 PR bootstrap/29802
6348 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
6349 STAGE_PREFIX.
6350 * Makefile.in: Regenerate.
6351
6352 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
6353
6354 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
6355 maintainers.
6356
6357 2006-11-14 Erven Rohou <erven.rohou@st.com>
6358
6359 * MAINTAINERS (Write After Approval): Add myself.
6360
6361 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
6362
6363 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
6364 and stageN-package/Makefile.
6365 * Makefile.in: Regenerated.
6366
6367 2006-11-14 Jie Zhang <jie.zhang@analog.com>
6368
6369 * configure.in: Remove target-libgloss from noconfigdirs for
6370 bfin-*-*.
6371 * configure: Regenerated.
6372
6373 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6374
6375 * configure.in (have_gmp): Only error if the gcc directory exists.
6376
6377 * configure: Regenerate.
6378
6379 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6380
6381 * configure.in: Robustify error message for missing GMP/MPFR.
6382
6383 * configure: Regenerate.
6384
6385 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
6386
6387 * MAINTAINERS (Write After Approval): Add myself.
6388
6389 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
6390
6391 * MAINTAINERS: Change email address.
6392
6393 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
6394
6395 * MAINTAINERS (Write After Approval): Add myself.
6396
6397 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
6398
6399 * MAINTAINERS (Write After Approval): Add myself.
6400
6401 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
6402
6403 * MAINTAINERS (Write After Approval): Move myself to
6404 Write After Approval section.
6405
6406 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6407
6408 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
6409 need_gmp anymore.
6410 * configure: Regenerate.
6411
6412 2006-10-16 Tobias Burnus <burnus@net-b.de>
6413
6414 * MAINTAINERS (Write After Approval): Add myself.
6415
6416 2006-10-16 Ben Elliston <bje@au.ibm.com>
6417
6418 * config.guess: Import latest version.
6419 * config.sub: Likewise.
6420
6421 2006-10-10 Brooks Moses <bmoses@stanford.edu>
6422
6423 * Makefile.def: Added pdf target handling.
6424 * Makefile.tpl: Added pdf target handling.
6425 * Makefile.in: Regenerated.
6426
6427 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
6428
6429 * MAINTAINERS: Add self as score port maintainer.
6430
6431 2006-10-04 Brooks Moses <bmoses@stanford.edu>
6432
6433 * MAINTAINERS (Write After Approval): Add myself.
6434
6435 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
6436
6437 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
6438 or newer.
6439 * configure: Regenerated.
6440
6441 2006-09-27 Dave Brolley <brolley@redhat.com>
6442
6443 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
6444 using $s instead of $r.
6445 * configure: Regenerated.
6446
6447 2006-09-26 Thiemo Seufer <ths@mips.com>
6448
6449 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
6450 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
6451 * configure: Regenerate.
6452
6453 2006-09-24 Graeme Peterson <gridly@gmail.com>
6454
6455 * MAINTAINERS (Write After Approval): Remove myself.
6456
6457 2006-09-22 Chao-ying Fu <fu@mips.com>
6458
6459 * MAINTAINERS (Write After Approval): Add myself.
6460
6461 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
6462
6463 * MAINTAINERS: Add self as soft-fp maintainer.
6464
6465 2006-09-09 Anatoly Sokolov <aesok@post.ru>
6466
6467 * MAINTAINERS: Add myself as avr maintainer.
6468 Remove Marek Michalkiewicz as avr maintainer.
6469
6470 2006-09-07 Roberto Costa <roberto.costa@st.com>
6471
6472 * MAINTAINERS (Write After Approval): Add myself.
6473
6474 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
6475
6476 * configure.in: Never build newlib for a Mingw host.
6477 Never build newlib as Mingw target library.
6478 Test the existence of winsup/cygwin for building a Cygwin newlib,
6479 rather than just winsup.
6480 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
6481 building a Mingw target.
6482 * configure: Regenerate.
6483
6484 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
6485
6486 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
6487
6488 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
6489
6490 * config.guess: Import from src (was more updated).
6491 * config.sub: Likewise.
6492
6493 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
6494
6495 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
6496 * configure: Regenerated.
6497
6498 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
6499
6500 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
6501 for stages after the first.
6502
6503 2006-07-17 Jakub Jelinek <jakub@redhat.com>
6504
6505 * Makefile.def: Add dependencies for configure-opcodes
6506 on configure-intl and all-opcodes on all-intl.
6507 * Makefile.in: Regenerated.
6508
6509 2006-07-13 Ben Elliston <bje@au.ibm.com>
6510
6511 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
6512
6513 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
6514
6515 Port to hosts whose 'sort' and 'tail' implementations
6516 treat operands with leading '+' as file names, as POSIX
6517 has required since 2001. However, make sure the code still
6518 works on pre-POSIX hosts.
6519 * ltmain.sh: Don't assume "sort +2" is equivalent to
6520 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
6521
6522 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
6523
6524 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
6525
6526 2006-07-04 Peter O'Gorman <peter@pogma.com>
6527
6528 * ltconfig: chmod 644 before ranlib during install.
6529
6530 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
6531
6532 PR bootstrap/18058
6533 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
6534 if the bootstrap compiler is a GCC version that supports it.
6535 * configure: Regenerate.
6536
6537 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
6538
6539 * configure.in: Fix thinkos in previous check-in.
6540 * configure: Regenerate.
6541
6542 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
6543
6544 PR other/27063
6545 * configure.in: Test subdir_requires and give an appropriate
6546 error message.
6547 * configure: Regenerate.
6548
6549 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
6550
6551 * MAINTAINERS (Write After Approval): Add myself.
6552
6553 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
6554
6555 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6556
6557 2006-06-22 Steve Ellcey <sje@cup.hp.com>
6558
6559 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6560
6561 2006-06-20 David Ayers <d.ayers@inode.at>
6562
6563 PR bootstrap/28072
6564 * configure.in: Add target-boehm-gc to noconfigdirs depending on
6565 whether target-libjava is being configured instead of whether the
6566 java front end is enabled.
6567 * configure: Regenerate.
6568
6569 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6570
6571 PR target/27540
6572 * configure.in: Only enable libgomp on IRIX 6.
6573 * configure: Regenerate.
6574
6575 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
6576
6577 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
6578 too.
6579 * Makefile.in: Regenerate.
6580
6581 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
6582
6583 * config-ml.in: Alter CCASFLAGS to include special
6584 multilib options the same as is done for CFLAGS.
6585
6586 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6587
6588 * configure.in: Don't enable libgomp on hpux10.
6589 * configure: Rebuilt.
6590
6591 2006-06-12 David Ayers <d.ayers@inode.at>
6592
6593 PR bootstrap/27963
6594 PR target/19970
6595 * configure.in: Remove target-boehm-gc from noconfigdirs where
6596 ${libgcj} is specified.
6597 * configure: Regenerate.
6598
6599 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
6600
6601 Sync from src:
6602
6603 * configure.in: Sync.
6604 * configure: Regenerated.
6605
6606 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
6607
6608 * Makefile.def: Added dependencies from sim and gdb on intl, and
6609 added configure dependencies to everything with an all dependency
6610 on intl.
6611 * Makefile.in: Regenerated.
6612
6613 2006-06-06 David Ayers <d.ayers@inode.at>
6614
6615 PR libobjc/13946
6616 * Makefile.def: Add dependencies for libobjc which boehm-gc.
6617 * Makefile.in: Regenerate.
6618 * configure.in: Add --enable-objc-gc at toplevel and have it
6619 enable boehm-gc for Objective-C.
6620 Remove target-boehm-gc from libgcj.
6621 Add target-boehm-gc to target_libraries.
6622 Add target-boehm-gc to noconfigdirs where ${libgcj}
6623 is specified.
6624 Assert that boehm-gc is supported when requested for Objective-C.
6625 Only build boehm-gc if needed either for Java or Objective-C.
6626 * configure: Regenerate.
6627
6628 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
6629
6630 PR 27674
6631 * Makefile.tpl (configure-[+prefix+][+module+],
6632 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
6633 Remove rule to unstage bootstrapped modules.
6634 (stage_current): New.
6635 * Makefile.in: Regenerate.
6636
6637 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6638
6639 * MAINTAINERS (Write After Approval): Update my e-mail address.
6640
6641 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
6642
6643 * include/libiberty.h: Declare pex_run_in_environment.
6644
6645 2006-05-31 Asher Langton <langton2@llnl.gov>
6646
6647 * MAINTAINERS (Write After Approval): Add myself.
6648
6649 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
6650
6651 * Makefile.def (bfd, opcodes): Fix lib_path.
6652 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
6653 (restrap): Move under "@if gcc-bootstrap". Fix typo.
6654 * Makefile.in: Regenerate.
6655
6656 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
6657
6658 * Makefile.in: Regenerate.
6659
6660 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
6661
6662 * Makefile.def: Add install-html target. Add datarootdir
6663 docdir and htmldir to flags_to_pass.
6664 * Makefile.tpl: Add install-html target.
6665 * Makefile.in: Regenerate.
6666 * configure.in: Add --with-datarootdir, --with-docdir, and
6667 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
6668 * configure: Regenerate.
6669
6670 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
6671
6672 * configure.in: Enable gprof for cross builds.
6673 * configure: Regenerate.
6674
6675 2006-05-22 Richard Guenther <rguenther@suse.de>
6676
6677 Revert
6678 2006-01-31 Richard Guenther <rguenther@suse.de>
6679 Paolo Bonzini <bonzini@gnu.org>
6680
6681 * Makefile.def (target_modules): Add libgcc-math target module.
6682 * configure.in (target_libraries): Add libgcc-math target library.
6683 (--enable-libgcc-math): New configure switch.
6684 * Makefile.in: Re-generate.
6685 * configure: Re-generate.
6686 * libgcc-math: New toplevel directory.
6687
6688 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6689 Andreas Tobler <a.tobler@schweiz.ch>
6690
6691 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
6692 * configure: Rebuilt.
6693
6694 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
6695
6696 * MAINTAINERS (Write After Approval): Add myself.
6697
6698 2006-05-01 DJ Delorie <dj@redhat.com>
6699
6700 * configure.in: Restore CFLAGS if GMP isn't present.
6701 * configure: Regenerate.
6702
6703 2006-05-01 Richard Guenther <rguenther@suse.de>
6704
6705 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
6706 maintainer.
6707
6708 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
6709
6710 * MAINTAINERS (Write After Approval): Add myself.
6711
6712 2006-04-28 Jan Beulich <jbeulich@novell.com>
6713
6714 * MAINTAINERS (Write After Approval): Add myself.
6715
6716 2006-04-18 DJ Delorie <dj@redhat.com>
6717
6718 * configure.in (m32c): Build libstdc++-v3. Pass flags to
6719 reference libgloss so that libssp can be built in a combined
6720 tree.
6721 * configure: Regenerate.
6722
6723 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
6724
6725 * MAINTAINERS (Write After Approval): Add myself.
6726
6727 2006-04-05 Ben Elliston <bje@au.ibm.com>
6728
6729 * configure.in: Require makeinfo 4.4 or higher.
6730 * configure: Regenerate.
6731
6732 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
6733
6734 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
6735 Rearrange the entries of other libraries to have them in one place.
6736
6737 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
6738
6739 * MAINTAINERS (Write After Approval): Remove myself.
6740 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6741
6742 2006-03-14 Richard Guenther <rguenther@suse.de>
6743
6744 * configure: Regenerate with autoconf 2.13.
6745
6746 2006-03-13 Jim Blandy <jimb@codesourcery.com>
6747
6748 * MAINTAINERS: Use my work address.
6749
6750 * MAINTAINERS: Update my E-mail address.
6751
6752 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
6753
6754 * configure.in: Handle --disable-<component> generically.
6755 * configure: Regenerate.
6756
6757 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
6758
6759 PR libgcj/17311
6760 * ltmain.sh: Don't use "$finalize_rpath" for compile.
6761
6762 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
6763
6764 * MAINTAINERS (Write After Approval): Remove myself.
6765 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6766
6767 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
6768
6769 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
6770 (TARGET_CONFIGDIRS): Remove.
6771 * configure.in: Remove AC_SUBST(target_configdirs).
6772 * Makefile.in, configure: Regenerated.
6773
6774 2006-02-20 Steven G. Kargl <kargls@comcast.net>
6775
6776 * MAINTAINERS (Write After Approval): Remove myself.
6777 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6778
6779 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
6780
6781 PR bootstrap/25670
6782
6783 * Makefile.tpl ([+compare-target+]): Print explanation messages.
6784
6785 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
6786 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
6787 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
6788 BUILD_PREFIX, BUILD_PREFIX_1.
6789 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
6790
6791 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
6792 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
6793
6794 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
6795 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
6796 of `cat stage_current`. Always provide the `r' and `s' variables.
6797 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
6798 a single shell execution.
6799 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
6800 bootstrapped modules, make the stage1 module if the build was not
6801 started yet, else build the current stage.
6802 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
6803 (all-build, all-host, all-target, [+make_target+]-host,
6804 [+make_target+]-target): Do not use \-continued lines.
6805 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
6806 (current_stage, restrap, stage_last): New.
6807
6808 * Makefile.in: Regenerate.
6809 * configure: Regenerate.
6810
6811 2006-02-19 Bud Davis <jmdavis@link.com>
6812
6813 * MAINTAINERS (Write After Approval): Remove myself.
6814 (Language Front End Maintainers): Add myself as fortran 95
6815 maintainer and update e-mail address.
6816
6817 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
6818
6819 * MAINTAINERS (Write After Approval): Remove myself.
6820 (Language Front End Maintainers): Add myself as fortran 95
6821 maintainer.
6822
6823 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
6824
6825 * MAINTAINERS (Write After Approval): Add myself.
6826
6827 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
6828
6829 * MAINTAINERS (Write After Approval): Remove myself.
6830 (Language Front End Maintainers): Add myself as
6831 fortran 95 maintainer.
6832
6833 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
6834
6835 Sync from src:
6836
6837 2005-12-27 Leif Ekblad <leif@rdos.net>
6838
6839 * configure.in: Add support for RDOS target.
6840 * configure: Regenerate.
6841
6842 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
6843 Andreas Schwab <schwab@suse.de>
6844
6845 * configure: Regenerate.
6846
6847 2006-02-12 David Edelsohn <edelsohn@gnu.org>
6848
6849 * configure.in (enable_libgomp): Add AIX.
6850 * configure: Regenerate.
6851
6852 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
6853
6854 * MAINTAINERS (Write After Approval): Add myself.
6855
6856 2006-02-03 Lee Millward <lee.millward@gmail.com>
6857
6858 * MAINTAINERS (Write After Approval): Add myself.
6859
6860 2006-01-31 Richard Guenther <rguenther@suse.de>
6861 Paolo Bonzini <bonzini@gnu.org>
6862
6863 * Makefile.def (target_modules): Add libgcc-math target module.
6864 * configure.in (target_libraries): Add libgcc-math target library.
6865 (--enable-libgcc-math): New configure switch.
6866 * Makefile.in: Re-generate.
6867 * configure: Re-generate.
6868 * libgcc-math: New toplevel directory.
6869
6870 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
6871
6872 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
6873 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
6874 the assembler, linker and binutils.
6875 * configure: Regenerate.
6876
6877 2006-01-22 Dirk Mueller <dmueller@suse.de>
6878
6879 * MAINTAINERS (Write After Approval): Add myself.
6880
6881 2006-01-20 Diego Novillo <dnovillo@redhat.com>
6882
6883 * configure: Regenerate.
6884
6885 2006-01-18 Richard Henderson <rth@redhat.com>
6886 Jakub Jelinek <jakub@redhat.com>
6887 Diego Novillo <dnovillo@redhat.com>
6888
6889 * libgomp: New directory.
6890 * Makefile.def: Add target_module libgomp.
6891 * Makefile.in: Regenerate.
6892 * configure.in (target_libraries): Add target-libgomp.
6893 * configure: Regenerate.
6894
6895 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
6896
6897 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
6898 @ from continuation.
6899 * Makefile.in: Rebuilt.
6900
6901 2006-01-04 Chris Lattner <sabre@gnu.org>
6902
6903 * MAINTAINERS (Write After Approval): Add myself.
6904
6905 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
6906
6907 PR bootstrap/24252
6908
6909 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
6910 * Makefile.tpl (OBJDUMP): New.
6911 (EXTRA_HOST_FLAGS): Add it.
6912 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
6913
6914 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
6915 to use symbolic links between directories. Avoid race conditions
6916 or make them harmless.
6917 * configure.in: Do not try to use symbolic links between directories.
6918
6919 * Makefile.def (LEAN): Pass.
6920 * Makefile.tpl (LEAN): Define.
6921 (stage[+id+]-start): Accept that the previous directory does not
6922 exist, if the bootstrap is lean.
6923 (stage[+id+]-bubble): Invoke lean bootstrap commands after
6924 stage[+id+]-start. Use a makefile variable and an `if' instead of a
6925 configure substitution.
6926 ([+compare-target+]): Likewise.
6927 ([+bootstrap-target+]-lean): New.
6928 * configure.in: Remove lean bootstrap support from here.
6929
6930 * Makefile.in: Regenerate.
6931 * configure: Regenerate.
6932
6933 2006-01-04 Ben Elliston <bje@au.ibm.com>
6934
6935 * MAINTAINERS (libdecnumber): Add myself.
6936
6937 2006-01-02 Mark Mitchell <mark@codesourcery.com>
6938
6939 * libtool-ldflags: New script.
6940
6941 2006-01-02 Andreas Schwab <schwab@suse.de>
6942
6943 * configure.in: When reconfiguring remove Makefile in
6944 all stage directories.
6945 * configure: Regenerate.
6946
6947 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
6948
6949 * MAINTAINERS: Update my email address.
6950
6951 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
6952
6953 Revert Ada-related part of the previous change.
6954
6955 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
6956 Do not pass.
6957 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
6958 * Makefile.in: Regenerate.
6959 * configure.in: Do not include mt-ppc-aix target fragment.
6960 * configure: Regenerate.
6961
6962 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
6963
6964 * configure.in: Select appropriate fragments for PowerPC/AIX.
6965 * configure: Regenerate.
6966
6967 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
6968 BOOT_CFLAGS, BOOT_LDFLAGS.
6969 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
6970 BOOT_CFLAGS, BOOT_LDFLAGS.
6971 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
6972 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
6973 (stage): Fail if we cannot complete the work.
6974 * Makefile.in: Regenerate.
6975
6976 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
6977
6978 * configure.in: Replace ms1 with mt.
6979 * configure: Rebuilt.
6980
6981 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
6982
6983 * MAINTAINERS: Update my email address.
6984
6985 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
6986
6987 * Makefile.tpl (all, do-[+make_target+], do-check, install,
6988 install-host-nogcc): Don't invoke $(stage) at the end.
6989 * Makefile.in: Regenerate.
6990
6991 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
6992
6993 * configure.in: Flip the top-level bootstrap switch.
6994 * configure: Regenerate.
6995
6996 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
6997
6998 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
6999 $(stage) and $(unstage).
7000 (EXTRA_TARGET_FLAGS): Correct double-quoting.
7001 (all): Remove stray semicolon.
7002 (local-distclean): Don't handle multilib.tmp and multilib.out.
7003 (install.all): Set $s for consistency.
7004 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
7005 check_multilibs setting. Always make the install directory.
7006 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7007 Correct @if/@endif.
7008 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7009 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7010 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7011 (multilib.out): Remove.
7012 * Makefile.in: Regenerated.
7013
7014 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
7015
7016 * MAINTAINERS (Write After Approval): Add myself.
7017
7018 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
7019
7020 * MAINTAINERS: Add myself as mt maintainer.
7021
7022 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
7023
7024 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
7025
7026 * MAINTAINERS: Change email address.
7027
7028 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
7029
7030 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7031 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7032 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
7033 Find in-tree tools if available.
7034 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7035 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7036 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7037 (COMPILER_*_FOR_TARGET): New.
7038 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7039 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7040 (CONFIGURED_*, USUAL_*): Remove.
7041 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7042 STRIP): Use autoconf substitutions.
7043 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7044 COMPILER_NM_FOR_TARGET): New.
7045 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7046
7047 (all): Make all-host and all-target in parallel.
7048 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7049 that $$r and $$s are set before invoking a recursive make.
7050 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7051 ([+bootstrap-target+]): Inline most of the `all' target.
7052
7053 2005-11-29 Ben Elliston <bje@au.ibm.com>
7054
7055 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7056 from the gcc build directory.
7057 * Makefile.in: Regenerate.
7058
7059 2005-11-29 Ben Elliston <bje@au.ibm.com>
7060
7061 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
7062 depend on all-libdecnumber.
7063 * configure.in (host_libs): Include libdecnumber.
7064 * Makefile.in: Regenerate.
7065 * configure: Likewise.
7066
7067 2005-11-29 Ben Elliston <bje@au.ibm.com>
7068
7069 * libdecnumber: Import decNumber sources from the dfp-branch.
7070
7071 2005-11-21 Kean Johnston <jkj@sco.com>
7072
7073 * config.sub, config.guess: Sync from upstream sources.
7074
7075 2005-11-21 Ben Elliston <bje@au.ibm.com>
7076
7077 Import from Autoconf sources:
7078
7079 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
7080 * config/move-if-change: Don't output "$2 is unchanged";
7081 suggested by Ben Elliston. Handle weird characters correctly.
7082
7083 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
7084
7085 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7086 to match upstream libtool for darwin.
7087
7088 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
7089
7090 * Makefile.def: Remove gdb dependencies for gdbtk.
7091 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7092 (configure-gdb, install-gdb): New rules.
7093 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7094 * Makefile.in, configure: Regenerated.
7095
7096 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
7097
7098 * MAINTAINERS (Write After Approval): Add myself.
7099
7100 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
7101
7102 * MAINTAINERS (Write After Approval): Add myself.
7103
7104 2005-10-24 Diego Novillo <dnovillo@redhat.com>
7105
7106 * MAINTAINERS (alias analysis): Add Daniel Berlin and
7107 Diego Novillo.
7108
7109 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
7110
7111 PR bootstrap/24297
7112 * Makefile.tpl (do-[+make-target+], do-check, install,
7113 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7114 are set before recursing.
7115 * Makefile.in: Regenerate.
7116
7117 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
7118
7119 PR bootstrap/18939
7120 * Makefile.def (gcc) <target>: Fix thinko.
7121 * Makefile.in: Regenerate.
7122
7123 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
7124
7125 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7126 * configure: Regenerate.
7127
7128 2005-10-15 Jie Zhang <jie.zhang@analog.com>
7129
7130 * MAINTAINERS (Write After Approval): Add self.
7131
7132 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
7133
7134 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
7135 target-libffi, target-qthreads, target-libjava, and
7136 targetlibobjc.
7137 * configure: Regenerate.
7138
7139 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
7140
7141 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
7142 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
7143 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
7144 (USUAL_OBJDUMP_FOR_TARGET): New.
7145 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
7146 * configure.in: Check for $OBJDUMP_FOR_TARGET.
7147 * configure, Makefile.in: Regenerated.
7148
7149 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
7150
7151 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
7152 before other host packages.
7153
7154 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
7155
7156 * MAINTAINERS: Add self as sh libraries/configury maintainer.
7157
7158 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
7159
7160 PR bootstrap/22340
7161
7162 * configure.in (default_target): Remove.
7163 * Makefile.tpl (all): Do not use prerequisites as subroutines
7164 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
7165 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
7166 use prerequisites as subroutines.
7167 (check-host, check-target): New.
7168 (bootstrap configure & all targets): Do not use stage*-start
7169 if the directory layout is already ok.
7170 (non-bootstrap configure & all targets): Prepend a $(unstage).
7171 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
7172 (NOTPARALLEL): Remove.
7173 (unstage, stage variables): New variables.
7174 (unstage, stage targets): Simply expand to those variables.
7175
7176 * configure: Regenerate.
7177 * Makefile.in: Regenerate.
7178
7179 2005-10-04 James E Wilson <wilson@specifix.com>
7180
7181 * Makefile.def (lang_env_dependencies): Add libmudflap.
7182 * Makefile.in: Regenerate.
7183
7184 2005-10-03 Andreas Schwab <schwab@suse.de>
7185
7186 Backport from libtool CVS:
7187 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
7188
7189 * ltmain.sh: add support for installing into temporary
7190 staging area (e.g. 'make install DESTDIR=...')
7191
7192 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
7193
7194 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
7195 * configure: Regenerated.
7196
7197 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
7198
7199 * configure: Regenerate with the correct
7200 autoconf version.
7201
7202 2005-09-30 Catherine Moore <clm@cm00re.com>
7203
7204 * configure.in (bfin-*-*): New.
7205 * configure: Regenerated.
7206
7207 2005-09-28 Geoffrey Keating <geoffk@apple.com>
7208
7209 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
7210 (LIPO_FOR_TARGET): New.
7211 (CONFIGURED_LIPO_FOR_TARGET): New.
7212 (USUAL_LIPO_FOR_TARGET): New.
7213 (STRIP_FOR_TARGET): New.
7214 (CONFIGURED_STRIP_FOR_TARGET): New.
7215 (USUAL_STRIP_FOR_TARGET): New.
7216 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
7217 STRIP_FOR_TARGET.
7218 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
7219 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
7220 * Makefile.in: Regenerate.
7221 * configure: Regenerate.
7222
7223 2005-09-19 David Edelsohn <edelsohn@gnu.org>
7224
7225 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
7226 (rs6000-*-aix*): Same.
7227 * configure: Regenerate.
7228
7229 2005-09-16 Tom Tromey <tromey@redhat.com>
7230
7231 * MAINTAINERS: Add self as java maintainer.
7232
7233 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7234
7235 * configure.in: Recognize f95 in the --enable-languages option,
7236 and substitute it for fortran, issuing a warning.
7237 * configure: Regenerate.
7238
7239 2005-08-30 Phil Edwards <phil@codesourcery.com>
7240
7241 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
7242 * configure: Regenerated.
7243
7244 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
7245
7246 * MAINTAINERS: Add self as ms1 maintainer.
7247
7248 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
7249
7250 * Makefile.def (libssp): Add to lang_env_dependencies.
7251 * Makefile.in: Regenerate.
7252
7253 2005-08-18 Ian Lance Taylor <ian@airs.com>
7254
7255 * MAINTAINERS: Add myself as middle-end maintainer.
7256
7257 2005-08-17 Christian Groessler <chris@groessler.org>
7258
7259 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
7260 * Makefile.in: Regenerate.
7261
7262 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
7263
7264 * MAINTAINERS (write after approval): Added myself.
7265
7266 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
7267
7268 * MAINTAINERS (Write After Approval): Add myself.
7269
7270 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
7271
7272 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
7273 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
7274 Look for alternate names of the target cc and c++
7275 * configure: Regenerate.
7276
7277 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
7278
7279 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7280 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
7281 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
7282 tools; remove code to manually set them.
7283 (Target tools): Look in the environment for them.
7284 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7285 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
7286 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
7287 build directory.
7288 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
7289 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
7290 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
7291 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7292 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
7293 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
7294 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
7295 * configure: Regenerate.
7296 * Makefile.in: Regenerate.
7297
7298 2005-07-28 Ben Elliston <bje@au.ibm.com>
7299
7300 * MAINTAINERS: Update for removed CPU targets.
7301
7302 2005-07-27 Mark Mitchell <mark@codesourcery.com>
7303
7304 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7305 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
7306 * Makefile.in: Regenerated.
7307
7308 2005-07-26 Mark Mitchell <mark@codesourcery.com>
7309
7310 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
7311 (CFLAGS_FOR_TARGET): Use it.
7312 (CXXFLAGS_FOR_TARGET): Likewise.
7313 * Makefile.in: Regenerated.
7314 * configure.in (--with-build-sysroot): New option.
7315 * configure: Regenerated.
7316
7317 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
7318
7319 * Makefile.tpl: Wrap install between unstage and stage
7320 * Makefile.in: Regenerate.
7321
7322 2005-07-21 Eric Christopher <echristo@apple.com>
7323
7324 * MAINTAINERS: Update affiliation.
7325
7326 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
7327
7328 * MAINTAINERS: Add self as crx port maintainer.
7329
7330 2005-07-20 DJ Delorie <dj@redhat.com>
7331
7332 * MAINTAINERS: Add self as m32c maintainer.
7333
7334 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
7335
7336 * all files: Update FSF address.
7337
7338 2005-07-15 Eric Christopher <echristo@redhat.com>
7339
7340 * MAINTAINERS: Change affiliation.
7341
7342 2005-07-14 Jim Blandy <jimb@redhat.com>
7343
7344 * configure.in: Add cases for Renesas m32c.
7345 * configure: Regenerated.
7346
7347 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
7348
7349 * COPYING.LIB: Update from fsf.org.
7350
7351 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
7352
7353 * COPYING, compile, config.guess,
7354 config.sub, install-sh, missing, mkinstalldirs,
7355 symlink-tree, ylwrap: Sync from upstream sources.
7356 * config-ml.in: Update FSF address.
7357
7358 2005-07-13 Eric Christopher <echristo@redhat.com>
7359
7360 * configure.in: Add toplevel noconfigdir support for tpf.
7361 * configure: Regenerate.
7362
7363 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
7364
7365 PR ada/22340
7366
7367 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
7368 * Makefile.in: Regenerate.
7369
7370 2005-07-07 Mark Mitchell <mark@codesourcery.com>
7371
7372 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7373 Brolley to write-after-approval.
7374
7375 2005-07-07 Andreas Schwab <schwab@suse.de>
7376
7377 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
7378 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
7379 * Makefile.in: Regenerated.
7380
7381 2005-07-06 Geoffrey Keating <geoffk@apple.com>
7382
7383 * configure.in: Don't build sim or rda when targetting darwin.
7384 * configure: Regenerate.
7385
7386 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
7387
7388 * configure.in: Add --enable-libssp and --disable-libssp.
7389 * configure: Regenerate with autoconf-2.13.
7390
7391 2005-07-02 Jakub Jelinek <jakub@redhat.com>
7392
7393 * Makefile.def (target_modules): Add libssp.
7394 * configure.in (target_libraries): Add target-libssp.
7395 * configure: Rebuilt.
7396 * Makefile.in: Rebuilt.
7397
7398 2005-07-01 Zack Weinberg <zackw@panix.com>
7399
7400 * MAINTAINERS: Change email address. Resign from maintainership.
7401
7402 2005-07-01 Richard Guenther <rguenther@suse.de>
7403
7404 * MAINTAINERS: Change my e-mail address and affiliation.
7405
7406 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
7407
7408 * Makefile.def (stagefeedback): Come after profile.
7409 Define profiledbootstrap target.
7410 * Makefile.tpl (profiledbootstrap): Remove.
7411 (stageprofile-end): Zap stagefeedback.
7412 (stagefeedback-start): Copy all .gcda files, not only GCC's.
7413 * Makefile.in: Regenerate.
7414
7415 2005-06-13 Richard Sandiford <richard@codesourcery.com>
7416
7417 * MAINTAINERS: Update my email address.
7418
7419 2005-06-13 Zack Weinberg <zack@codesourcery.com>
7420
7421 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
7422 In 'cpp' stanza, support '#line' as well as '# '.
7423
7424 2005-06-08 Andreas Schwab <schwab@suse.de>
7425
7426 * MAINTAINERS: Move myself from 'Write After Approval' to
7427 'CPU Port Maintainers' section as m68k maintainer.
7428
7429 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
7430
7431 * configure.in (unsupported_languages): New macro.
7432 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
7433 non-ported target libraries in noconfigdirs.
7434 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
7435 non-linux-gnu. Remove libgcj_ex_libffi.
7436 <lang_frag loop>: Set add_this_lang=no if the language is in
7437 unsupported_languages.
7438 * configure: Regenerate.
7439
7440 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
7441
7442 * configure.in: Fix typo in handling of --with-mpfr-dir.
7443 * configure: Regenerate.
7444
7445 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
7446
7447 * MAINTAINERS: Update my email address.
7448
7449 2005-06-02 Jim Blandy <jimb@redhat.com>
7450
7451 * config.sub: Add cases for the Renesas m32c. (This patch has been
7452 accepted into the master sources.)
7453
7454 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
7455 Michael Snyder <msnyder@redhat.com>
7456 Stan Cox <scox@redhat.com>
7457
7458 * configure.in: Set noconfigdirs for ms1.
7459
7460 * configure: Regenerate.
7461
7462 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
7463
7464 * MAINTAINERS (Write After Approval): Add self.
7465
7466 2005-06-01 Josh Conner <jconner@apple.com>
7467
7468 * MAINTAINERS (Write After Approval): Add self.
7469
7470 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
7471
7472 * MAINTAINERS: Update my email address.
7473
7474 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
7475
7476 * MAINTAINERS (Write After Approval): Add self.
7477
7478 2005-05-26 Chris Demetriou <cgd@broadcom.com>
7479
7480 * MAINTAINERS (Write After Approval): Remove self.
7481
7482 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
7483
7484 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
7485 (Dependencies): Consider target modules for bootstrap dependencies.
7486 Make target bootstrap modules depend on each stage's gcc.
7487 * Makefile.in: Regenerate.
7488
7489 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
7490
7491 * Makefile.def (configure-gcc): Depend on binutils having been built.
7492 (all-gcc): No need to do it here.
7493 * Makefile.in: Regenerate.
7494
7495 2005-05-19 Paul Brook <paul@codesourcery.com>
7496
7497 * configure.in: Rewrite misleading error message when requested
7498 language cannot be built.
7499 * configure: Regenerate.
7500
7501 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7502
7503 * ylwrap: Import from Automake 1.9.5.
7504
7505 2005-05-13 David Ung <davidu@mips.com>
7506
7507 * MAINTAINERS (Write After Approval): Add self.
7508
7509 2005-05-09 Mike Stump <mrs@apple.com>
7510
7511 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
7512 lt_cv_sys_max_cmd_len for now.
7513
7514 2005-05-09 Stan Cox <scox@redhat.com>
7515
7516 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
7517
7518 2005-05-08 Matt Kraai <kraai@ftbfs.org>
7519
7520 * README.SCO: Update the URL.
7521
7522 2005-05-05 David Edelsohn <edelsohn@gnu.org>
7523
7524 * ltconfig: Define file_list_spec. Pass file_list_spec and
7525 with_gnu_ld to libtool.
7526 * ltcf-c.sh (aix[45]): Define file_list_spec.
7527 * ltcf-cxx.sh (aix[45]): Same.
7528 * ltcf-gcj.sh (aix[45]): Same.
7529 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
7530 exists, write list of input files to temporary file.
7531
7532 2005-05-04 Mike Stump <mrs@apple.com>
7533
7534 * configure.in: Always pass --target to target configures as
7535 otherwise rebuilds that do --recheck will fail.
7536 * confiugure: Rebuilt.
7537
7538 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
7539
7540 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
7541 STAGE_HOST_EXPORTS.
7542 (configure, all): Add bootstrap support.
7543 (Host modules, target modules): Pass post-stage1 flags and exports.
7544 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
7545 * Makefile.in: Regenerate.
7546
7547 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
7548
7549 * configure: Regenerate.
7550
7551 2005-04-27 Mike Stump <mrs@apple.com>
7552
7553 * MAINTAINERS: Add self as darwin maintainer.
7554
7555 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
7556
7557 * config.sub: Update from master copy.
7558
7559 2005-04-21 Mike Stump <mrs@apple.com>
7560
7561 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
7562 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
7563
7564 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
7565
7566 * configure.in <crisv32-*-*, cris-*-*>: New local variable
7567 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
7568 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
7569 "*-*-elf" and "*-*-linux*".
7570 * configure: Regenerate.
7571
7572 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
7573
7574 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
7575
7576 2005-04-12 Mike Stump <mrs@apple.com>
7577
7578 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
7579
7580 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
7581
7582 * MAINTAINERS (Write After Approval): Add myself.
7583
7584 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
7585
7586 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
7587
7588 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
7589
7590 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
7591 (TARGET_CONFIGARGS): Include --with-target-subdir.
7592 (configure, all): New macros. Use them throughout.
7593 * Makefile.in: Regenerate.
7594
7595 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
7596
7597 * MAINTAINERS (Write After Approval): Add myself.
7598
7599 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7600
7601 * MAINTAINERS: Remove 'loop unrolling' maintainer.
7602
7603 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
7604
7605 * MAINTAINERS: Move John Carr to Write After Approval.
7606
7607 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
7608
7609 * config/mh-mingw32: Delete.
7610 * configure.in: Don't use it.
7611 * configure: Regenerate.
7612
7613 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
7614
7615 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
7616 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
7617 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
7618 (HOST_LIB_PATH): Generate from Makefile.def.
7619 (TARGET_LIB_PATH): Likewise.
7620 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
7621 * Makefile.in: Regenerate.
7622 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
7623 (RPATH_ENVVAR): Include Darwin case.
7624 * configure: Regenerate.
7625
7626 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
7627
7628 * MAINTAINERS (Various Maintainers): Remove self.
7629 (Write After Approval): Add self.
7630
7631 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
7632
7633 * MAINTAINERS (Various Maintainers): Add self.
7634
7635 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
7636
7637 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
7638 * configure: Regenerate.
7639
7640 2005-03-21 Zack Weinberg <zack@codesourcery.com>
7641
7642 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
7643 gcc_version, and gcc_version_trigger from set of flags to pass.
7644 * Makefile.tpl: Remove definitions of above variables.
7645 (config.status): Remove dependency on $(gcc_version_trigger).
7646 * Makefile.in: Regenerate.
7647 * configure.in: Do not reference config/gcc-version.m4 nor
7648 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
7649 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
7650 * configure: Regenerate.
7651
7652 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
7653 Andrew Pinski <pinskia@physics.uc.edu>
7654
7655 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
7656 * Makefile.in: Regenerate.
7657
7658 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
7659
7660 * MAINTAINERS (Write After Approval): Add myself.
7661
7662 2005-03-03 David Ayers <d.ayers@inode.at>
7663
7664 * MAINTAINERS (Write After Approval): Add myself.
7665
7666 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
7667
7668 PR libgcj/20160
7669 * ltmain.sh: Avoid creating archives with components that have
7670 duplicate basenames.
7671
7672 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
7673
7674 PR bootstrap/20250
7675 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
7676 instead of check.
7677 * Makefile.in: Regenerate.
7678
7679 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
7680
7681 * Makefile.in: Regenerate to fix conflict between the previous two
7682 patches.
7683
7684 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
7685
7686 PR bootstrap/17383
7687 * Makefile.def (target_modules): Remove "stage", now unnecessary.
7688 * Makefile.tpl (HOST_SUBDIR): New substitution.
7689 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
7690 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7691 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
7692 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
7693 (Host modules, Bootstrapped modules): Use it.
7694 (Build modules, Target modules): Do not create symlink trees,
7695 always configure out-of-srcdir.
7696 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
7697 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
7698 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
7699 $(HOST_SUBDIR). Create a symlink for host_subdir.
7700
7701 * Makefile.in: Regenerate.
7702 * configure: Regenerate.
7703
7704 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7705
7706 Merged from libada-gnattools-branch:
7707 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
7708
7709 * gnattools: New directory.
7710 * Makefile.def: Add gnattools as a module, depending on target-libada.
7711 * Makefile.in: Regenerate.
7712 * configure.in: Include gnattools in host_tools; disable it if ada
7713 is disabled.
7714 * configure: Regenerate.
7715
7716 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
7717
7718 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
7719 treelang maintainer.
7720 (Write After Approval): Remove myself.
7721
7722 2005-02-23 Paul Schlie <schlie@comcast.net>
7723
7724 * configure.in: Allow darwin targeted ports to build tk, itcl and
7725 libgui.
7726 * configure: Regenerate.
7727
7728 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
7729
7730 PR libgcj/10353
7731 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
7732 * configure: Regenerate.
7733
7734 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
7735
7736 * MAINTAINERS (Write After Approval): Add myself.
7737
7738 2005-02-10 Ian Lance Taylor <ian@airs.com>
7739
7740 * MAINTAINERS: Update my e-mail address.
7741
7742 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
7743
7744 * MAINTAINERS (Write After Approval): Add myself.
7745
7746 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
7747
7748 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
7749 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
7750 target-libgloss when not *-*-elf and *-*-aout.
7751 * configure: Regenerate.
7752
7753 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
7754
7755 * MAINTAINERS: Remove obsolete entries.
7756
7757 * MAINTAINERS (Write After Approval): Add Michael Matz.
7758
7759 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
7760
7761 * MAINTAINERS: Remove self as cpplib maintainer.
7762
7763 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
7764
7765 * install-sh, config.sub: Import from upstream.
7766
7767 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
7768
7769 PR bootstrap/18222
7770 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
7771 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
7772 * Makefile.in: Regenerate.
7773
7774 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
7775
7776 * MAINTAINERS: Update my email address.
7777
7778 2005-01-12 David Edelsohn <edelsohn@gnu.org>
7779 Andreas Schwab <schwab@suse.de>
7780
7781 PR bootstrap/18033
7782 * config-ml.in: Eval option if surrounded by single quotes.
7783
7784 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
7785
7786 Revert 2004-12-28 Makefile changes, a better fix will be
7787 applied to mainline and src after GCC 4.0 branches.
7788
7789 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
7790
7791 PR bootstrap/17383
7792
7793 * Makefile.def (target_modules): Remove stage parameter,
7794 it is always true now.
7795 * Makefile.tpl (configure-build-[+module+],
7796 configure-target-[+module+]): Always build symlink tree
7797 for the directory and for include. BUILD_SUBDIR and
7798 TARGET_SUBDIR cannot be . anymore.
7799 * Makefile.in: Regenerate.
7800
7801 2004-12-25 David Edelsohn <edelsohn@gnu.org>
7802
7803 Revert 2004-12-08 Makefile changes.
7804
7805 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
7806
7807 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
7808 cygwin, mingw.
7809
7810 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
7811
7812 * configure.in (sh64-*-*): Reenable gprof.
7813 * configure: Regenerate.
7814
7815 2004-12-08 David Edelsohn <edelsohn@gnu.org>
7816
7817 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
7818 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
7819 (EXTRA_TARGET_FLAGS): Add PICFLAG.
7820 * Makefile.in: Regenerate.
7821
7822 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
7823
7824 * MAINTAINERS: Update my email address.
7825
7826 2004-12-07 Matt Kraai <kraai@ftbfs.org>
7827
7828 * Makefile.tpl: Generate normal dependencies if the LHS module is
7829 not bootstrapped.
7830 * Makefile.in: Regenerate.
7831
7832 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
7833
7834 * configure.in: Include config/gxx-include-dir.m4. Use
7835 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
7836 * configure: Regenerate.
7837
7838 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
7839
7840 * config.if: Delete.
7841 * configure.in: Set libstdcxx_incdir directly.
7842 * configure: Regenerate.
7843
7844 2004-12-02 Eric Christopher <echristo@redhat.com>
7845
7846 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
7847 * Makefile.in: Regenerate.
7848
7849 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
7850
7851 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
7852 * configure: Regenerate.
7853
7854 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
7855
7856 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
7857 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
7858 * configure: Regenerate.
7859
7860 2004-12-01 Eric Christopher <echristo@redhat.com>
7861
7862 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
7863 of things to remove.
7864
7865 2004-11-29 Matt Kraai <kraai@ftbfs.org>
7866
7867 * MAINTAINERS (Write After Approval): Update my e-mail address.
7868
7869 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
7870
7871 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
7872 from CVS libtool to always pass_all.
7873
7874 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7875
7876 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
7877 (hppa*64*-*-*): Delete incorrect comment.
7878 * configure: Rebuilt.
7879
7880 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
7881
7882 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
7883
7884 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
7885
7886 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
7887 from CVS libtool to always pass_all.
7888
7889 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
7890
7891 * install-sh, compile: Import from automake.
7892
7893 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
7894
7895 * config.guess, config.sub: Import from savannnah.
7896
7897 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
7898
7899 * MAINTAINERS (Write After Approval): Add myself
7900
7901 2004-11-12 Mike Stump <mrs@apple.com>
7902
7903 * Makefile.def: Add html support.
7904 * Makefile.tpl: Likewise.
7905 * Makefile.in: Regenerate.
7906
7907 2004-11-11 Geoffrey Keating <geoffk@apple.com>
7908
7909 PR 18423
7910 * configure.in: Remove all instances of build-fixincludes from
7911 noconfigdirs.
7912 (build_configargs): Supply --target to subdirectories.
7913 * configure: Regenerate.
7914
7915 * Makefile.def: Make gcc install depend on fixincludes install.
7916 * Makefile.in: Regenerate.
7917
7918 2004-11-10 Janis Johnson <janis187@us.ibm.com>
7919
7920 * MAINTAINERS: Add myself as gcc testsuite maintainer.
7921
7922 2004-11-11 Paul Brook <paul@codesourcery.com>
7923
7924 * MAINTAINERS: Add self as arm maintainer. Update email address.
7925
7926 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
7927
7928 * configure.in (noconfigdirs) [mmix-*-*]: Disable
7929 target-libgfortran.
7930 * configure: Regenerate.
7931
7932 2004-11-07 David Edelsohn <edelsohn@gnu.org>
7933
7934 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
7935 like CC.
7936
7937 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
7938
7939 * Makefile.def (host fixincludes): Specify missing targets.
7940 * Makefile.in: Regenerate.
7941
7942 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
7943
7944 * MAINTAINERS: Add myself
7945
7946 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
7947
7948 * MAINTAINERS (Write After Approval): Add myself.
7949
7950 2004-11-04 Geoffrey Keating <geoffk@apple.com>
7951
7952 * Makefile.def: Build fixincludes for the host, too.
7953 * Makefile.in: Regenerate.
7954 * configure.in (host_tools): Add fixincludes.
7955 * configure: Regenerate.
7956
7957 2004-11-04 Daniel Jacobowitz <dan@debian.org>
7958
7959 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
7960 * configure: Regenerated.
7961
7962 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
7963
7964 PR other/17783
7965 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
7966 * configure: Regenerated.
7967
7968 2004-10-31 Mark Mitchell <mark@codesourcery.com>
7969
7970 * README.SCO: Update per FSF instructions.
7971
7972 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
7973
7974 PR target/18151
7975 * configure.in (case ${target}): Do not build fixincludes for avr.
7976 * configure: Regenerated.
7977
7978 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
7979
7980 * configure.in (case ${target}): Do not build fixincludes
7981 on platforms where it is not used.
7982 * configure: Regenerated.
7983
7984 2004-10-23 Daniel Jacobowitz <dan@debian.org>
7985
7986 * configure.in: Use an absolute path to install-sh.
7987 * configure: Regenerated.
7988
7989 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
7990
7991 * MAINTAINERS (Write After Approval): Add myself.
7992
7993 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
7994
7995 * MAINTAINERS: Remove from Write After Approval those that are
7996 already maintainers.
7997
7998 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
7999
8000 * MAINTAINERS: Update my email address.
8001
8002 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
8003
8004 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
8005 * configure: Regenerate.
8006
8007 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
8008
8009 * MAINTAINERS: Update my email address.
8010
8011 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
8012
8013 * MAINTAINERS (Language Front Ends Maintainers): New. Move
8014 entries belonging to this category.
8015
8016 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
8017
8018 * MAINTAINERS: Update my e-mail address.
8019
8020 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
8021
8022 Fix wrong conflict resolution in:
8023
8024 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
8025
8026 * Makefile.in: Regenerate.
8027 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8028 in the recursive `make', instead of hardwiring `all'.
8029 (Autogenerated TARGET-* variables): New.
8030
8031 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
8032
8033 * configure.in: Enable target-libgloss for crx-*-*.
8034 * configure: Regenerate.
8035
8036 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8037
8038 * MAINTAINERS (Various Maintainers): Move the "windows,
8039 cygwin, mingw" maintainer to ...
8040 (OS Port Maintainers): ... here.
8041
8042 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8043
8044 * MAINTAINERS (Write After Approval): Remove those that are
8045 maintainers of some subsystem.
8046
8047 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
8048
8049 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8050 * ltcf-cxx.sh (tpf*): Likewise.
8051 * ltconfig (tpf*): Add TPF OS configuration support.
8052
8053 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
8054
8055 * MAINTAINERS: Change my email address to my new work account.
8056
8057 2004-09-24 Michael Roth <mroth@nessie.de>
8058
8059 * configure.in (--without-headers): Add missing double quotes.
8060 * configure: Regenerate.
8061
8062 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
8063
8064 * ylwrap: Revert to previous version.
8065
8066 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
8067
8068 PR bootstrap/17369
8069 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8070 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8071 SET_GCC_LIB_PATH_CMD.
8072 (BASE_TARGET_EXPORTS): Likewise.
8073 * Makefile.in: Regenerated.
8074
8075 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8076 * configure: Regenerated.
8077
8078 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
8079
8080 * config.guess: New upstream version
8081 * compile, depcomp, install-sh, ylwrap: Likewise.
8082
8083 2004-09-19 Roger Sayle <roger@eyesopen.com>
8084
8085 * config/mh-x86omitfp: New host makefile fragment. Add
8086 -fomit-frame-pointer to the default BOOT_CFLAGS.
8087 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8088 * configure: Regenerate.
8089
8090 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
8091
8092 PR target/11572
8093 * configure.in (*-*-darwin*): Renable libobjc.
8094 * configure: Regenerate.
8095
8096 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
8097
8098 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8099
8100 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
8101
8102 * Makefile.def: Remove libbanshee.
8103 * Makefile.tpl: Ditto.
8104 * configure.in: Ditto.
8105 * Makefile.in: Regen.
8106 * configure: Ditto.
8107
8108 2004-09-08 David Edelsohn <edelsohn@gnu.org>
8109
8110 * ltmain.sh: Use $pic_object as $non_pic_object if
8111 $non_pic_object=none.
8112
8113 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
8114
8115 * missing: Import latest version from master repository.
8116
8117 2004-09-06 Nick Clifton <nickc@redhat.com>
8118
8119 * config.sub: Import latest version from master repository.
8120 * config.guess: Likewise.
8121 This includes these changes:
8122
8123 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
8124
8125 * config.sub: Handle crisv32, alias etraxfs.
8126 * config.guess (crisv32:Linux:*:*): Handle.
8127
8128 2004-08-13 Brad Smith <brad@comstyle.com>
8129
8130 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
8131 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
8132
8133 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
8134
8135 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
8136 assume the processor is a powerpc. This is because coreutils
8137 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
8138 in this case, due to a MacOS X bug that causes
8139 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
8140 to return a negative number.
8141 Problem reported by Petter Reinholdtsen in:
8142 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
8143
8144 2004-07-19 Ben Elliston <bje@gnu.org>
8145
8146 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
8147
8148 2004-06-24 Ben Elliston <bje@gnu.org>
8149
8150 * config.guess: Update copyright years.
8151 * config.sub: Likewise.
8152
8153 2004-06-22 Robert Millan <robertmh@gnu.org>
8154
8155 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
8156 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
8157
8158 2004-06-22 Stanley F. Quayle <stan@stanq.com>
8159
8160 * config.guess (*:*VMS:*:*): New entry. Replaces
8161 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
8162 manufacturer.
8163
8164 2004-06-22 Ben Elliston <bje@gnu.org>
8165
8166 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
8167 * config.sub: Likewise.
8168
8169 2004-06-22 Ben Elliston <bje@gnu.org>
8170
8171 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
8172 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
8173
8174 2004-06-11 Ben Elliston <bje@gnu.org>
8175
8176 * config.guess (pegasos:OpenBSD:*:*): Remove.
8177
8178 2004-06-11 Ben Elliston <bje@gnu.org>
8179
8180 From Wouter Verhelst <wouter@grep.be>:
8181 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
8182
8183 2004-06-11 Ben Elliston <bje@gnu.org>
8184
8185 * config.guess (luna88k:OpenBSD:*:*): New.
8186
8187 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
8188
8189 * config.guess (m32r*:Linux:*:*): New case.
8190 * config.sub: Handle m32rle.
8191
8192 2004-03-12 Ben Elliston <bje@wasabisystems.com>
8193
8194 From Jens Petersen <petersen@redhat.com>:
8195 * config.sub: Handle sparcv8.
8196
8197 2004-03-03 Ben Elliston <bje@wasabisystems.com>
8198
8199 From Tom Smith <smith@cag.lkg.hp.com>:
8200 * config.guess: Version suffixes are equally significant on Tru64
8201 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
8202 prefix of "P" (patched kernel).
8203
8204 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
8205
8206 * config.sub: Add support for National Semiconductor CRX target.
8207
8208 2004-09-03 Janis Johnson <janis187@us.ibm.com>
8209
8210 * MAINTAINERS (Various Maintainers): Remove myself as web page
8211 maintainer, add myself as maintainer of build status lists.
8212
8213 2004-09-03 Jan Beulich <jbeulich@novell.com>
8214
8215 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
8216 *-*-netware, but add target-libmudflap.
8217 Consolidate *-*-netware targets (of which really only i?86 exists)
8218 into a single entry.
8219 * configure: Likewise.
8220
8221 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
8222
8223 * Makefile.tpl (sorry): Remove.
8224 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
8225 (cleanstrap targets): Depend on distclean, not distclean-stage1.
8226 (do-clean): Clean per-stage directories too.
8227 (do-distclean): Run distclean-stage1 too.
8228 (.NOTPARALLEL): Enable during toplevel bootstrap.
8229 (stage[+id+]-bubble): Enable parallel execution during
8230 the recursive invocation.
8231 * Makefile.in: Regenerate.
8232
8233 Fix previous checkin:
8234
8235 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
8236 include.
8237 * configure.in: Fix indentation.
8238 * configure: Regenerate.
8239
8240 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
8241
8242 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
8243 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
8244 * configure: regenerate
8245 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
8246 -mdynamic-no-pic
8247
8248 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
8249
8250 * Makefile.def (build_modules): Add fixincludes.
8251 (dependencies): Make gcc depend on fixincludes.
8252 * configure.in (build_tools): Add fixincludes.
8253 (build_configdirs): Always include build_libs.
8254 * Makefile.in: Regenerate.
8255 * configure: Regenerate.
8256
8257 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
8258
8259 * Makefile.def (bootstrap stages): Add 'lean' parameter.
8260 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
8261 phony targets; do not generate timestamp files.
8262 (distclean-stageN): Remove references to their timestamp files.
8263 (restageN, touch-stageN): Remove.
8264 (stageN-bubble): Rewritten.
8265 (compare): Support lean bootstraps.
8266 * Makefile.in: Regenerate.
8267
8268 * configure.in: Only warn when bootstrapping but
8269 build != host or build != target. Support lean bootstraps.
8270 * configure: Regenerate.
8271
8272 2004-08-26 Phil Edwards <phil@codesourcery.com>
8273
8274 * configure.in: Give a better error message if GMP/MPFR are missing
8275 and a language needing them has been requested.
8276 * configure: Regenerated.
8277
8278 2004-08-25 Phil Edwards <phil@codesourcery.com>
8279
8280 * configure.in: Print a list of available language front-ends if
8281 a requested one is missing. Tidy stray tab characters.
8282 * configure: Regenerated.
8283
8284 2004-08-19 Michael Koch <konqueror@gmx.de>
8285
8286 * gcc/doc/install.texi: Update entry about automake for libjava.
8287
8288 2004-08-17 Robert Millan <robertmh@gnu.org>
8289
8290 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
8291 (instead of FreeBSD).
8292 * configure: Regenerate.
8293
8294 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
8295
8296 * Makefile.in: Regenerate.
8297 * configure: Regenerate.
8298
8299 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
8300 stage_*_flags.
8301 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
8302 for bootstrapped modules if toplevel bootstrap is going.
8303 (GCC bootstrap): Generate per-stage targets for all bootstrapped
8304 modules. Adjust for changes in Makefile.def. Enable several
8305 rules even in non-bootstrap mode, just to avoid peppering the
8306 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
8307 (stage-[+prev+]-bubble): Remove.
8308
8309 * Makefile.def (Dependencies): Depend on all-build-bison,
8310 all-build-flex, all-build-byacc, all-build-texinfo, rather
8311 than the host variations.
8312 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
8313 with BUILD_SUBDIR.
8314 (BISON): Update for recent Bisons.
8315 (YACC): Fix typo.
8316 (cross): Depend on all-build.
8317 (all): Do not depend on all-build.
8318 (prebootstrap): Remove.
8319 (dep-kind): Accept separate prefixes for MODULE and ON variables.
8320 (Prebootstrap dependencies): Add them to the per-stage targets
8321 and to all-prebootstrap.
8322 * configure.in (build_configdirs): Always enable build_tools.
8323 (BUILD_DIR_PREFIX): Remove.
8324
8325 * Makefile.def (gcc): Add target variable.
8326 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
8327 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8328 in the recursive `make', instead of hardwiring `all'.
8329 (Autogenerated TARGET-* variables): New.
8330
8331 2004-08-13 Brian Booth <bbooth@redhat.com>
8332
8333 * MAINTAINERS: Remove myself from write-after-approval.
8334
8335 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
8336
8337 * src-release: Stop distributing mmalloc with gdb (which doesn't
8338 use it).
8339 * Makefile.def: GDB doesn't depend on mmalloc anymore.
8340 * Makefile.in: Regenerate.
8341
8342 2004-08-09 Mark Mitchell <mark@codesourcery.com>
8343
8344 * configure.in (arm*-*-eabi*): New target.
8345 * configure: Regenerate.
8346
8347 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
8348
8349 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
8350 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
8351 (Dependencies): New section.
8352 * Makefile.tpl (Dependencies): Generate from Makefile.def.
8353 (configure-target-[+module+]): Depend on maybe-all-gcc
8354 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
8355 (toplevel profiledbootstrap): Fix dependencies.
8356 * Makefile.in: Regenerate.
8357
8358 2004-08-03 Mark Mitchell <mark@codesourcery.com>
8359
8360 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
8361 target-libiberty to noconfigdirs.
8362 * configure: Regenerate.
8363
8364 2004-08-03 Paul Brook <paul@codesourcery.com>
8365
8366 * configure.in: Check for MPFR as well as GMP.
8367 * configure: Regenerate.
8368
8369 2004-08-01 Robert Millan <robertmh@gnu.org>
8370
8371 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
8372 libmudflap for all GNU-based systems (with Glibc).
8373 * configure: Regenerate.
8374
8375 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
8376
8377 * Makefile.def (host-modules): Add gcc.
8378 * Makefile.in: Regenerate.
8379 * Makefile.tpl (sorry): New rule.
8380 (configure-host, all-host, [+make_target+]-host, do-check,
8381 install-host): Do not add gcc as a special case.
8382 (host modules): Add a small special-casing for gcc. Export
8383 extra_make_flags through the environment.
8384 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
8385 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
8386 other recursive targets for gcc): Remove.
8387
8388 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
8389 (stage, unstage): New rules.
8390 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
8391 distclean-stage[+id+]): Use stage_current.
8392 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
8393 the stage*-start rules.
8394
8395 2004-08-02 Geoffrey Keating <geoffk@apple.com>
8396
8397 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
8398 use -all_load flag.
8399
8400 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
8401
8402 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
8403 * configure: Regenerate.
8404
8405 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
8406
8407 * maintainer-scripts/gcc_release: Revert yesterday's change.
8408
8409 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
8410
8411 * MAINTAINERS: Add myself to write-after-approval.
8412
8413 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
8414
8415 * libf2c: Removed.
8416 * gcc/gccbug.in: Updated because of libf2c removal.
8417 * maintainer-scripts/gcc_release: Ditto.
8418
8419 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
8420
8421 * configure.in: Build libmudflap by default on FreeBSD.
8422 * configure: Regenerated.
8423
8424 2004-07-09 Mark Mitchell <mark@codesourcery.com>
8425
8426 * configure.in: Do not build libmudflap by default on non-GNU/Linux
8427 systems.
8428 * configure: Regenerated.
8429
8430 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8431
8432 PR target/16344
8433 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
8434 feedback based compiler.
8435 * Makefile.in: Rebuilt.
8436
8437 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
8438
8439 * Makefile.def (host_modules): Set bootstrap=true for flex.
8440 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
8441 * Makefile.in: Rebuilt.
8442
8443 2004-07-07 Jan Hubicka <jh@suse.cz>
8444
8445 * MAINTAINERS: Add self as a profile feedback maintainer.
8446
8447 2004-07-05 Phil Edwards <phil@codesourcery.com>
8448
8449 * configure.in: Do not prepend $srcdir to /dev/null in
8450 makefile fragments.
8451 * configure: Regenerate.
8452
8453 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
8454
8455 * Makefile.def (build_modules): Add bison, byacc, flex,
8456 m4, texinfo.
8457 (flags_to_pass): Add FLEX.
8458 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
8459 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
8460 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
8461 DEFAULT_MAKEINFO): Remove.
8462 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
8463 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
8464 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
8465 objdir or else use configured tool.
8466 (all-build): New.
8467 (all): Depend on it.
8468 (Build module dependencies): Add.
8469 * Makefile.in: Regenerate.
8470 * configure.in: Better support for multiple build modules,
8471 matching what is done for host/target modules. Do not look
8472 for "plausible" locations of build tools if Canadian cross.
8473 Use autoconf's AC_PROG_CC to find a C compiler. Define
8474 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
8475 * configure: Regenerate.
8476
8477 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
8478
8479 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
8480 * Makefile.in: Regenerate.
8481
8482 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
8483
8484 * Makefile.tpl (configure-build-[+module+],
8485 configure-[+module+], configure-target-[+module+]): Pass
8486 [+extra_configure_args+].
8487 (all-build-[+module+], all-[+module+], check-[+module+],
8488 install-[+module+], [+make_target+]-[+module+],
8489 all-target-[+module+], check-target-[+module+],
8490 install-target-[+module+], [+make_target+]-target-[+module+]):
8491 Pass [+extra_make_args+].
8492 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
8493 (GCC_HOST_EXPORTS): Remove.
8494 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
8495 cross, check-gcc, check-gcc-c++, install-gcc,
8496 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
8497 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
8498 * Makefile.in: Regenerate.
8499
8500 2004-06-21 Matthew Sachs <msachs@apple.com>
8501
8502 * MAINTAINERS: Added self to write-after-approval.
8503
8504 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
8505
8506 * configure.in: Check for srcdir/winsup rather than build directory
8507 winsup.
8508 * configure: Regenerate.
8509
8510 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
8511
8512 * configure.in: Don't build Cygwin native newlib if winsup
8513 directory is missing. Emit warning instead.
8514 * configure: Regenerate.
8515
8516 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
8517
8518 * Makefile.tpl (touch-stage[+id+]): New.
8519 (restage[+prev+]): Depend on touch-stage[+id+].
8520
8521 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
8522 Use it throughout.
8523
8524 * Makefile.def: Add profile and feedback bootstrap stages.
8525 Remove next field from bootstrap stages.
8526 * Makefile.tpl (LN, LN_S): Substitute.
8527 (stageN-start, stageN-end): Use double-colon rules, to
8528 provide a hook for additional setup commands.
8529 (distclean-stageN-gcc, restageN): Create dependencies from
8530 [+prev+], not from [+next+].
8531 (stageN-bubble): Add commands for successive stages from
8532 [+prev+], using double-colon rules.
8533 (all-stageN-gcc): Fix typo.
8534 (stagefeedback-start, profiledbootstrap): New.
8535 * Makefile.in: Regenerate.
8536 * configure.in: Call ACX_PROG_LN.
8537 * configure: Regenerate.
8538
8539 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
8540
8541 * MAINTAINERS (Write After Approval): Add myself.
8542
8543 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
8544
8545 * MAINTAINERS (Write After Approval): Add myself.
8546
8547 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
8548
8549 * configure.in: Fix --enable-bootstrap breakage introduced in trees
8550 without gcc.
8551 * configure: Regenerate.
8552
8553 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
8554
8555 * Makefile.tpl: Fix typo.
8556 * Makefile.in: Regenerate.
8557
8558 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
8559
8560 * configure.in: Remove new- prefix from toplevel
8561 bootstrap targets.
8562 * configure: Regenerate.
8563
8564 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
8565
8566 * Makefile.tpl (all.normal): Rename to all.
8567 (all): Replace with a rule to pick the default
8568 target from configure.
8569 (all-gcc, configure-gcc): Use conditionals to
8570 do nothing when toplevel bootstrap is going on.
8571 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
8572 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
8573 * configure.in: Support --enable-bootstrap.
8574
8575 * Makefile.def: Remove new- prefix from toplevel
8576 bootstrap targets.
8577 * Makefile.tpl: Likewise.
8578
8579 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
8580 target.
8581
8582 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
8583 $(RECURSE_FLAGS) to recursive invocation of make.
8584
8585 * Makefile.in: Regenerate.
8586 * configure: Regenerate.
8587
8588 2004-05-30 Andreas Jaeger <aj@suse.de>
8589 Jim Wilson <wilson@specifixinc.com>
8590
8591 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
8592 like CC.
8593
8594 2004-05-27 Daniel Jacobowitz <dan@debian.org>
8595
8596 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
8597 * configure: Regenerate.
8598
8599 2004-05-25 Daniel Jacobowitz <drow@false.org>
8600
8601 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
8602 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
8603 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
8604 targets.
8605 * Makefile.in: Regenerate.
8606
8607 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
8608
8609 * configure.in: Test the ability to symlink directories.
8610 * configure: Regenerate.
8611
8612 * Makefile.def (bootstrap-stage): New definitions.
8613 * Makefile.tpl (configure-stage1-gcc,
8614 configure-stage2-gcc, configure-stage3-gcc,
8615 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
8616 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
8617 new-restage3, compare): Autogenerate, see Makefile.in
8618 entry for behavioral changes.
8619 (distclean-stage1, new-stage1-start, new-stage1-end,
8620 new-stage1-bubble, distclean-stage2, new-stage2-start,
8621 new-stage2-end, new-stage2-bubble, distclean-stage3,
8622 new-stage3-start, new-stage3-end): New autogenerated targets.
8623 (objext, prebootstrap, BOOT_CFLAGS,
8624 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
8625 targets.
8626
8627 * Makefile.in: Regenerate.
8628 (distclean-stage1, new-stage1-start, new-stage1-end,
8629 new-stage1-bubble, distclean-stage2, new-stage2-start,
8630 new-stage2-end, new-stage2-bubble, distclean-stage3,
8631 new-stage3-start, new-stage3-end): New targets.
8632 (all-stage1-gcc): Move prebootstrap dependency from here...
8633 (configure-stage1-gcc): ...to here.
8634 (new-bootstrap): Use bubble targets.
8635 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8636 Use per-stage distclean targets.
8637 (configure-stage1-gcc, configure-stage2-gcc,
8638 configure-stage3-gcc, all-stage1-gcc,
8639 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
8640 Use new-stageN-start to prepare the tree.
8641
8642 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
8643
8644 * Makefile.def (host_modules): add libcpp.
8645 * Makefile.tpl: Add dependencies on and for libcpp.
8646 * Makefile.in: Regenerate.
8647 * configure.in: Add libcpp host module.
8648 * configure: Regenerate.
8649
8650 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
8651
8652 * Makefile.tpl: Whenever a recursive target is defined, wrap
8653 it in a special @if/@endif block, and prepare its maybe
8654 dependency in the @if/@endif block
8655 * configure.in: Instead of writing maybe dependencies, remove
8656 the @if/@endif statements, and remove the @if/@endif blocks
8657 that remain.
8658 * configure: Regenerate.
8659 * Makefile.in: Regenerate.
8660
8661 2004-05-20 Janis Johnson <janis187@us.ibm.com>
8662
8663 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
8664
8665 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
8666
8667 PR bootstrap/15120
8668 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
8669 * */configure: Rebuilt.
8670
8671 2004-05-17 Zack Weinberg <zack@codesourcery.com>
8672
8673 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
8674 of libf2c.
8675 * configure, Makefile.in: Regenerate.
8676
8677 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
8678
8679 * MAINTAINERS (Write After Approval): Add myself.
8680
8681 2004-05-13 Diego Novillo <dnovillo@redhat.com>
8682
8683 Merge from tree-ssa-20020619-branch.
8684
8685 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
8686 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
8687 (HOST_GMPLIBS): Define.
8688 (HOST_GMPINC): Define.
8689 (TARGET_LIB_PATH): Add libmudflap.
8690 (GFORTRAN_FOR_TARGET): Define.
8691 (configure-build*): Export GFORTRAN.
8692 (configure-gcc): Export GMPLIBS and GMPINC.
8693 (all-gcc): Add maybe-all-libbanshee.
8694 (configure-target-libgfortran): Define.
8695 * Makefile.in: Regenerate.
8696 * configure.in (host_libs): Add libbanshee.
8697 (target_libraries): Add target-libmudflap and target-libgfortran.
8698 Add --with-libbanshee.
8699 Handle --disable-libmudflap.
8700 (*-*-freebsd*): Use with_gmp.
8701 Add $(libgcj) to noconfigdirs.
8702 * configure: Regenerate.
8703 * depcomp: New file.
8704 * MAINTAINERS: Add tree-ssa maintainers.
8705
8706 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
8707
8708 * MAINTAINERS (Various Maintainers): Add myself.
8709
8710 2004-04-30 Brian Ford <ford@vss.fsi.com>
8711
8712 * MAINTAINERS (Write After Approval): Add myself.
8713
8714 2004-04-29 Uros Bizjak <uros@kss-loka.si>
8715
8716 * MAINTAINERS (Write After Approval): Add myself.
8717
8718 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
8719
8720 * config/acx.m4: Fix fastcompare support for new-bootstrap.
8721 * configure: Regenerate.
8722
8723 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
8724
8725 Revert:
8726 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8727
8728 * Makefile.def (flags_to_pass): Remove *dir variables that
8729 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8730 as well as prefix and exec_prefix.
8731 * Makefile.in: Regenerate.
8732
8733 2004-04-26 Robert Millan <robertmh@gnu.org>
8734
8735 Add patches from libtool CVS.
8736 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
8737 * ltconfig: Likewise.
8738 * ltcf-c.sh: Likewise.
8739 * ltcf-cxx.sh: Likewise.
8740 * ltcf-gcj.sh: Likewise.
8741
8742 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8743
8744 * Makefile.def (host_modules): Mark with the bootstrap
8745 flag packages on which gcc depends.
8746 * Makefile.tpl (all-bootstrap): Use it.
8747 * Makefile.in: Regenerate.
8748
8749 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8750
8751 * Makefile.def (flags_to_pass): Remove *dir variables that
8752 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8753 as well as prefix and exec_prefix.
8754 * Makefile.in: Regenerate.
8755
8756 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8757
8758 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
8759 * configure: Regenerate.
8760 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
8761 * gcc/Makefile.tpl (compare): Use the result of the test.
8762 * gcc/Makefile.in: Regenerate.
8763
8764 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
8765
8766 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
8767 Always relocate gcc and prev-gcc to the original names, even
8768 if the build fails.
8769 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8770 New targets.
8771
8772 2004-04-23 Laurent GUERBY <laurent@guerby.net>
8773
8774 * MAINTAINERS: Update my email address.
8775
8776 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8777
8778 * configure.in (mips*-*-irix5*): Enable ld.
8779 * configure: Regenerate.
8780
8781 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8782
8783 * configure: Regenerate.
8784
8785 2004-04-15 James E Wilson <wilson@specifixinc.com>
8786
8787 * Makefile.tpl (configure-[+module+], configure-gcc,
8788 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
8789 Set and export LDFLAGS.
8790 * Makefile.in: Regenerate.
8791
8792 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
8793
8794 * MAINTAINERS: Add myself to write-after-approval.
8795
8796 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
8797
8798 PR bootstrap/14871
8799 * Makefile.tpl: If we don't have built-in-tree target tools,
8800 use the ones found by configure rather than hacking around with
8801 program_transform_name.
8802 * configure.in: Give Makefile.tpl the information necessary
8803 to do that.
8804 * Makefile.in: Regenerate.
8805 * configure: Regenerate.
8806
8807 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
8808
8809 PR bootstrap/14760
8810 * configure.in: When computing baseargs, strip *all* copies of
8811 offending options. Also, don't match/substitute the trailing space,
8812 so that this actually works when two similar options are separated by
8813 only one space.
8814 * configure: Regenerate.
8815
8816 2004-04-06 David Edelsohn <edelsohn@gnu.org>
8817
8818 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
8819 (rs6000-*-aix*): Same.
8820 * configure: Regenerate.
8821
8822 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
8823
8824 * MAINTAINERS: Add myself to write-after-approval.
8825
8826 2004-04-03 Bud Davis <bdavis9659@comcast.net>
8827
8828 * MAINTAINERS: Add myself to write-after-approval.
8829
8830 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
8831
8832 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
8833 STRICT_WARN, WARN_CFLAGS flags passed down to make.
8834 * Makefile.in: Regenerate.
8835
8836 * configure.in (top level bootstrap support): Rework --enable-werror
8837 to set @stage2_werror_flag@.
8838 * configure: Regenerate.
8839 * Makefile.tpl (top level bootstrap support): Pass
8840 @stage2_werror_flag@ down to configure in stages 2 and 3.
8841 * Makefile.in: Regenerate.
8842
8843 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
8844
8845 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
8846 for stages 2 and 3 as well as in make. As a consequence, remove
8847 OUTPUT_OPTION (now detected by configure) from the flags passed down
8848 to make.
8849 * Makefile.in: Regenerate.
8850
8851 * Makefile.tpl (new-bootstrap): Fix typo.
8852 * Makefile.in: Regenerate.
8853
8854 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
8855
8856 * Makefile.tpl: Rearrange by moving recursive_targets rules
8857 into their proper sections.
8858 * Makefile.tpl (top level bootstrap support): Move disabling
8859 of coverage flags from 'make' to 'configure'; improve comments.
8860 * Makefile.in: Regenerate.
8861
8862 * Makefile.tpl (experimental top level bootstrap) Move stage1
8863 language setting from all- target to configure- target; disable
8864 intermodule optimization in stage 1; prevent gratuitous rebuilds
8865 of stage 1.
8866 * Makefile.in: Regenerate.
8867 * configure.in: Comma-separate stage 1 language list for top
8868 level bootstrap.
8869 * configure: Regenerate.
8870
8871 * Makefile.tpl: Clean up experimental top level bootstrap support:
8872 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
8873 prev-gcc in configure- targets as well as all- targets.
8874 * Makefile.in: Regenerate.
8875
8876 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
8877
8878 * compile: New file imported from automake.
8879
8880 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
8881
8882 * configure.in: Remove symbolic link section.
8883 * configure: Regenerate.
8884 * Makefile.tpl (links): Remove.
8885 * Makefile.in: Regenerate.
8886
8887 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
8888 Nathanael Nerode <neroden@gcc.gnu.org>
8889
8890 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
8891 Set with AC_CHECK_PROGS.
8892 * configure.in: Fix comment typo from last patch.
8893 * configure: Regenerate.
8894
8895 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
8896
8897 * Makefile.tpl: Introduce experimental top level bootstrap support.
8898 * Makefile.in: Regenerate.
8899 * configure.in: Introduce support for top level bootstrap.
8900 * configure: Regenerate.
8901
8902 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
8903 Paolo Bonzini <bonzini@gnu.org>
8904
8905 PR bootstrap/14522
8906 * configure.in: Cope with shells that do not support unquoted ^
8907 * configure: Regenerate.
8908
8909 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
8910 Paolo Bonzini <bonzini@gnu.org>
8911
8912 PR bootstrap/14522
8913 * configure.in: Cope with shells that do not support nesting
8914 quotes inside quoted backquote substitutions.
8915 * configure: Regenerate.
8916
8917 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
8918
8919 PR bootstrap/14522
8920 * configure.in: Fix escaping of $.
8921 * configure: Regenerate.
8922
8923 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
8924
8925 * configure: Regenerate, since I forgot to while committing Paolo's
8926 changes.
8927
8928 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
8929
8930 PR ada/14131
8931 Move language detection to the top level.
8932 * configure.in: Find default values for the tools as
8933 soon as possible. Disable ada if GNAT is not found.
8934 Emit error message about missing languages. Expand
8935 --enable-languages=all for the gcc subdirectory.
8936
8937 2004-03-10 Ben Elliston <bje@gnu.org>
8938
8939 * MAINTAINERS: Update my email address.
8940
8941 2004-03-05 David Edelsohn <edelsohn@gnu.org>
8942
8943 * ltconfig: Disable building static libraries if building shared
8944 libraries on AIX 5L.
8945
8946 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
8947
8948 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
8949 and disable libgcj.
8950 * configure: Regenerated.
8951
8952 2004-03-01 Brian Booth <bbooth@redhat.com>
8953
8954 * MAINTAINERS: Add myself to write-after-approval.
8955
8956 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
8957
8958 * MAINTAINERS: Add myself to write-after-approval.
8959
8960 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8961
8962 PR bootstrap/7087
8963 * Makefile.tpl: Guard XFOO sed statements better.
8964 * Makefile.tpl: Add dependency for configure-target-libada.
8965 * Makefile.in: Regenerate (incidentally fixes broken
8966 commit when libada-branch was merged).
8967
8968 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
8969
8970 * MAINTAINERS: Add myself to write-after-approval.
8971
8972 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
8973
8974 * MAINTAINERS: Add Nicola Pero and myself as libobjc
8975 maintainers.
8976
8977 2004-02-20 Andrew Cagney <cagney@redhat.com>
8978
8979 * config.guess: Update from version 2003-10-16 to 2004-02-16.
8980 * config.sub: Update from version 2003-11-03 to 2004-02-16.
8981
8982 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
8983
8984 PR bootstrap/11932
8985 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
8986
8987 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
8988
8989 * MAINTAINERS: Added myself to write-after-approval.
8990
8991 2004-02-14 Michael Koch <konqueror@gmx.de>
8992
8993 * MAINTAINERS: Added myself to write-after-approval.
8994
8995 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
8996
8997 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
8998 some OS port maintainers to OS port maintainers section.
8999
9000 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
9001
9002 * MAINTAINERS: Add self.
9003
9004 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
9005
9006 * MAINTAINERS: Alphabetize.
9007
9008 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
9009
9010 * MAINTAINERS: Remove myself.
9011
9012 2004-02-11 David Edelsohn <edelsohn@gnu.org>
9013
9014 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9015 (rs6000-*-aix*): Same.
9016 * configure: Regenerate.
9017
9018 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
9019
9020 * configure.in (host): Add in missing $noconfigdirs to defines.
9021 * configure: Regenerate.
9022
9023 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
9024 Nathanael Nerode <neroden@gcc.gnu.org>
9025
9026 PR ada/6637, PR ada/5911
9027 Merge with libada-branch:
9028 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9029 with appropriate dependencies. Add --enable-libada configure switch.
9030 * configure, Makefile.in: Regenerate.
9031
9032 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
9033
9034 * MAINTAINERS: Add myself to write-after-approval.
9035
9036 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9037
9038 * configure.in: Don't pass --with-stabs on IRIX 5 either.
9039 * configure: Regenerate.
9040
9041 2004-02-04 Geoffrey Keating <geoffk@apple.com>
9042
9043 Merge from upstream:
9044
9045 * ltmain.in: When setting IFS to '~', be careful about user
9046 arguments that contain '~'.
9047
9048 2004-02-04 Peter O'Gorman <peter@pogma.com>
9049
9050 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9051 Also test $base_compile against $CC with escaped arguments. Bug
9052 reported by Geoff Keating <geoffk@apple.com>.
9053
9054 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
9055
9056 * MAINTAINERS: Remove i960 port.
9057
9058 2004-01-23 DJ Delorie <dj@redhat.com>
9059
9060 * Makefile.def (target_modules) [libiberty]: Don't stage.
9061 * Makefile.in: Rebuilt.
9062
9063 2004-01-20 Caroline Tice <ctice@apple.com>
9064
9065 * MAINTAINERS: Add myself to write-after-approval.
9066
9067 2004-01-19 Paolo Carlini <pcarlini@suse.de>
9068
9069 * MAINTAINERS: Update my email address.
9070
9071 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
9072
9073 * MAINTAINERS: Add myself to write-after-approval.
9074
9075 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9076
9077 * MAINTAINERS: Remove entries without email address.
9078
9079 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
9080
9081 * MAINTAINERS: Add myself to write-after-approval.
9082
9083 2004-01-15 Steven Bosscher <stevenb@suse.de>
9084
9085 * MAINTAINERS: Update my email address.
9086
9087 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
9088
9089 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9090 * Makefile.tpl (configure-target-[+module+]): Support stage.
9091 * Makefile.in: Rebuilt.
9092
9093 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
9094
9095 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9096
9097 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
9098
9099 * MAINTAINERS: Add myself as a MIPS maintainer.
9100
9101 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
9102
9103 * configure.in: Use ./config.cache, not config.cache.
9104 * configure: Regenerate.
9105 * Makefile.tpl: Special-casing not needed for GCC any more.
9106 * Makefile.in: Regenerate.
9107
9108 * configure.in: Don't share a cache file for host dirs.
9109 * configure: Regenerate.
9110
9111 * config-ml.in: Don't mess with the cache file.
9112
9113 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9114
9115 * MAINTAINERS: Move myself from 'Write After Approval' to
9116 'CPU Port Maintainers' section as SPARC maintainer.
9117
9118 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
9119
9120 * Makefile.tpl: Make GCC use a separate config.cache.
9121 * Makefile.in: Regenerate.
9122
9123 PR bootstrap/11932, PR bootstrap/11933
9124 (I don't know if it will fix either of them, but it relates
9125 to them.)
9126 * configure.in: Don't use shared config.cache for target
9127 directories.
9128 * configure: Regenerate.
9129
9130 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
9131
9132 * MAINTAINERS: Add myself to 'Write After Approval' section.
9133
9134 2003-12-31 Roger Sayle <roger@eyesopen.com>
9135
9136 * configure.in (ia64*-*-hpux*): Disable building java libraries.
9137 * configure: Regenerated.
9138
9139 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
9140
9141 * MAINTAINERS: Remove the mn10200 maintainer.
9142
9143 2003-12-21 Bernardo Innocenti <bernie@develer.com>
9144
9145 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
9146 * configure: Regenerated.
9147
9148 2003-12-16 Jan Hubicka <jh@suse.cz>
9149
9150 * MAINTAINERS: Add myself as callgraph maintainer.
9151
9152 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
9153
9154 * configure.in (raw_libstdcxx_flags): Remove the leading space.
9155 * configure: Regenerate.
9156
9157 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
9158
9159 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9160 'Write After Approval' section. Update email.
9161
9162 2003-12-01 James Lemke <jim@wasabisystems.com>
9163
9164 * MAINTAINERS (Write After Approval): Add myself.
9165
9166 2003-11-20 Matt Thomas <matt@3am-software.com>
9167
9168 * MAINTAINERS: Add myself as a vax port maintainer.
9169
9170 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
9171
9172 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
9173 (configure-build-[+module+], configure-[+module+]): Likewise.
9174 (configure-target-[+module+], configure-gcc, config.status): Likewise.
9175 * Makefile.in: Regenerate.
9176
9177 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
9178
9179 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
9180 shared/dylibed libraries.
9181 * ltmain.sh: Likewise.
9182 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
9183 * ltcf-cxx.sh: Likewise.
9184 * ltcf-gcj.sh: Likewise.
9185 * ltconfig: Likewise.
9186
9187 2003-11-17 Stan Cox <scox@redhat.com>
9188
9189 * MAINTAINERS: Add myself as iq2000 port maintainer.
9190
9191 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
9192
9193 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
9194 * Makefile.in: Regenerate.
9195
9196 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
9197
9198 * config.sub: Update to 2003-11-03 version.
9199
9200 2003-10-20 Phil Edwards <phil@codesourcery.com>
9201
9202 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
9203 * configure: Regenerate.
9204
9205 2003-10-20 Nicolas Pitre <nico@cam.org>
9206
9207 * MAINTAINERS: Add myself to 'Write After Approval' section.
9208
9209 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
9210
9211 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9212
9213 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
9214
9215 * MAINTAINERS: Update my email address.
9216
9217 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9218
9219 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
9220
9221 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
9222
9223 * MAINTAINERS: Add myself to 'Write After Approval' section.
9224
9225 2003-10-16 Bernardo Innocenti <bernie@develer.com>
9226
9227 * config.guess: Update to 2003-10-16 version.
9228 * config.sub: Update to 2003-10-16 version.
9229
9230 2003-10-15 David Daney <ddaney@avtrex.com>
9231
9232 * MAINTAINERS: Added myself to 'Write After Approval' section.
9233
9234 2003-10-15 Falk Hueffner <falk@debian.org>
9235
9236 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9237 'Write After Approval' section. Update email.
9238
9239 2003-10-14 Roger Sayle <roger@eyesopen.com>
9240
9241 * MAINTAINERS: Move myself from 'Write After Approval' to
9242 'Various Maintainers' section as middle-end maintainer.
9243
9244 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
9245
9246 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
9247 HOST_FLAGS_TO_PASS.
9248 * Makefile.in: Regenerate.
9249
9250 2003-10-11 Bernardo Innocenti <bernie@develer.com>
9251
9252 * config.guess: Update to 2003-10-07 version.
9253 * config.sub: Update to 2003-10-07 version.
9254
9255 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9256
9257 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
9258 * ltconfig (irix5*, irix6*): Don't override version_type.
9259
9260 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
9261
9262 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
9263 * configure: Rebuilt
9264 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
9265 * Makefile.in: Rebuilt
9266
9267 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
9268
9269 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
9270
9271 2003-09-30 Carlo Wood <carlo@alinoe.com>
9272
9273 * MAINTAINERS (Write After Approval): Add myself.
9274
9275 2003-09-29 Paul Koning <ni1d@arrl.net>
9276
9277 * MAINTAINERS: Move myself from "Write After Approval"
9278 to CPU platform maintainers for pdp11 platform.
9279
9280 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
9281
9282 * MAINTAINERS: Move myself from 'Write After Approval' to
9283 'Various Maintainers' section as libffi testsuite maintainer.
9284
9285 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
9286
9287 * configure.in: Pass a computed --program-transform-name
9288 to subconfigures.
9289 * configure: Regenerated.
9290
9291 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
9292
9293 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
9294 * Makefile.in: Regenerate.
9295
9296 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
9297 * Makefile.in: Regenerate.
9298
9299 2003-09-19 Ziemowit Laski <zlaski@apple.com>
9300
9301 * MAINTAINERS: Move myself from 'Write After Approval'
9302 to 'Various Maintainers' (objective-c) section.
9303
9304 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
9305
9306 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
9307 quoting.
9308 * configure: Regenerated.
9309
9310 2003-09-16 Joel Brobecker <brobecker@gnat.com>
9311
9312 * MAINTAINERS (Write After Approval): Add myself to write after
9313 approval list.
9314
9315 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
9316
9317 * MAINTAINERS (Write After Approval): Add myself.
9318
9319 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
9320
9321 * MAINTAINERS: Update my e-mail address.
9322
9323 2003-09-09 Alan Modra <amodra@bigpond.net.au>
9324
9325 * libtool.m4 (LD): Correct powerpc64 host match.
9326
9327 2003-09-06 James E Wilson <wilson@tuliptree.org>
9328
9329 * MAINTAINTERS: Update my affiliation and email address.
9330
9331 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9332
9333 * MAINTAINERS (Write After Approval): Add myself.
9334
9335 2003-09-04 DJ Delorie <dj@redhat.com>
9336
9337 * configure: Regenerate.
9338
9339 2003-09-04 Robert Millan <robertmh@gnu.org>
9340
9341 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
9342
9343 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9344
9345 * configure.in: Ensure arguments to sed are properly spaced.
9346 * configure: Regenerate.
9347
9348 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
9349
9350 * MAINTAINERS: Update my e-mail address.
9351
9352 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
9353
9354 * MAINTAINERS (Write After Approval): Add myself.
9355
9356 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
9357
9358 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
9359 * configure: Regenerated.
9360
9361 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
9362
9363 * MAINTAINERS: Update my email address.
9364
9365 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
9366
9367 * configure.in: Use newline instead of semicolon when assuming
9368 shell arguments in a for loop.
9369 * configure: Regenerated.
9370
9371 2003-08-22 Jason Eckhardt <jle@rice.edu>
9372
9373 * MAINTAINERS: Resurrect the i860 maintainer.
9374
9375 2003-08-20 Geoffrey Keating <geoffk@apple.com>
9376
9377 PR 8180
9378 * configure.in: When testing with_libs and with_headers, treat
9379 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
9380 * configure: Regenerate.
9381
9382 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
9383 make, shell, etc.
9384 (baseargs): Likewise.
9385 * configure: Regenerate.
9386
9387 2003-08-20 Bernardo Innocenti <bernie@develer.com>
9388
9389 * MAINTAINERS (Write After Approval): Add myself.
9390
9391 2003-08-19 Geoffrey Keating <geoffk@apple.com>
9392
9393 * configure.in: Disable libgcj for darwin not on powerpc.
9394 * configure: Rebuild.
9395
9396 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
9397
9398 * config-ml.in, symlink-tree: Add license.
9399
9400 2003-08-03 Richard Stallman <rms@gnu.org>
9401 Eben Moglen <moglen@columbia.edu>
9402
9403 * README.SCO: New file.
9404
9405 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
9406
9407 * Makefile.tpl (check, check-c++): Express dependencies using
9408 dependencies rather than commands.
9409 * Makefile.in: Regenerate.
9410
9411 2003-08-01 Andrew Cagney <cagney@redhat.com>
9412
9413 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
9414 * configure: Ditto.
9415
9416 2003-07-31 Geoffrey Keating <geoffk@apple.com>
9417
9418 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
9419 * Makefile.in: Update.
9420
9421 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
9422
9423 * configure.in: Enable libgcj for darwin.
9424 * configure: Rebuild.
9425
9426 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
9427
9428 * config-ml.in: Use ac_configure_args directly instead of
9429 ml_arguments. Only set ml_norecursion if --no[-]recursion is
9430 actually seen.
9431
9432 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
9433
9434 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
9435 creating target and build subdirs to build all parent dirs as needed.
9436 * Makefile.in: Rebuild.
9437 * configure.in: Don't build dirs explicitly here.
9438 * configure: Rebuild.
9439
9440 2003-07-26 Paul Brook <paul@nowt.org>
9441
9442 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
9443
9444 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
9445
9446 * Makefile.tpl (all-make): Depend on intl.
9447 * Makefile.in: Rebuilt.
9448
9449 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
9450
9451 * install-sh: Update to newer upstream versions (associated with
9452 aclocal 1.7).
9453 * mkinstalldirs: Likewise.
9454 * missing: Likewise, plus $1Help2man -> $1 typo fix.
9455
9456 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
9457
9458 * MAINTAINERS: Move self from Bug database only accounts
9459 to write-after-approval.
9460
9461 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
9462
9463 * config.if: Remove unused libc_interface determination.
9464
9465 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
9466
9467 * MAINTAINERS: Move self from write-after-approval to
9468 build machinery (*.in).
9469
9470 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
9471
9472 PR bootstrap/11273
9473 PR bootstrap/11408
9474 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
9475 unused INSTALL_PROGRAM_ARGS.
9476 * configure.in: Use AC_PROG_INSTALL.
9477 * Makefile.in: Regenerate.
9478 * configure: Regenerate.
9479
9480 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
9481
9482 * MAINTAINERS: Alphabetize.
9483
9484 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
9485
9486 * configure: Rebuilt.
9487 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
9488 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
9489 newlib nor libgloss.
9490 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
9491 * configure.in (am33_2.0-*-linux*): Added.
9492
9493 2003-07-09 Bob Wilson <bob.wilson@acm.org>
9494
9495 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
9496 * configure: Regenerate.
9497
9498 2003-07-07 Zack Weinberg <zack@codesourcery.com>
9499
9500 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
9501 * Makefile.in: Regenerate.
9502
9503 2003-07-04 Zack Weinberg <zack@codesourcery.com>
9504
9505 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
9506 * Makefile.in: Regenerate.
9507
9508 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
9509
9510 * Makefile.tpl: Replace PWD with PWD_COMMAND.
9511 * Makefile.in: Regenerated.
9512
9513 * config-ml.in: Replace PWD with PWD_COMMAND.
9514
9515 2003-07-04 Zack Weinberg <zack@codesourcery.com>
9516
9517 * intl: New directory; see intl/ChangeLog for details.
9518 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
9519 * Makefile.tpl: all-gcc depends on maybe-all-intl.
9520 * Makefile.in: Regenerate.
9521
9522 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
9523
9524 * configure.in: Clean up config-lang.in handling. Delete
9525 useless assignment to "subdirs".
9526 * configure: Regenerate.
9527
9528 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
9529
9530 * configure.in: Rename 'target_libs' to 'target_libraries'.
9531 Remove useless reference to 'target_libs'.
9532 * configure: Regenerate.
9533
9534 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
9535
9536 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
9537 * Makefile.in: Regenerate.
9538
9539 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
9540
9541 * Makefile.def: Introduce flags_to_pass.
9542 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
9543 * Makefile.in: Regenerate.
9544
9545 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
9546
9547 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
9548 and target-libgloss.
9549 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
9550 <h8300*-*-*>: Disable libf2c and ${libgcj}.
9551 * configure: Regenerate.
9552
9553 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
9554
9555 * configure.in: Update testsuite_flags to new location.
9556 * configure. Regenerate.
9557
9558 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
9559
9560 * Makefile.tpl: Remove BUILD_CC stuff.
9561 * Makefile.in: Regenerate.
9562
9563 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
9564
9565 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
9566
9567 2003-06-16 Graeme Peterson <gp@qnx.com>
9568
9569 * MAINTAINERS (Write After Approval): Add myself.
9570
9571 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
9572
9573 * config.guess: Update to 2003-06-12 version.
9574 * config.sub: Update to 2003-06-13 version.
9575
9576 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
9577
9578 * config.guess: Update to 2003-06-06 version.
9579 * config.sub: Update to 2003-06-06 version.
9580
9581 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9582
9583 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
9584 * configure. Regenerate.
9585
9586 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
9587
9588 * configure.in: Disable serial configure by default.
9589 * configure: Regenerate.
9590 * Makefile.tpl: Abolish .NOTPARALLEL.
9591 * Makefile.in: Regenerate.
9592
9593 * Makefile.tpl: Replace {build,host,target}_canonical by
9594 {build,host,target}.
9595 * Makefile.in: Regenerate.
9596
9597 * Makefile.tpl: Fix stupid pasto.
9598 * Makefile.in: Regenerate.
9599
9600 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
9601
9602 * Makefile.tpl: Remove bogus conditional.
9603 * Makefile.in: Regenerate.
9604
9605 2003-06-05 Jan Hubicka <jh@suse.cz>
9606
9607 * Makefile.tpl (profiledbootstrap): New target.
9608 * Makefile.in (profiledbootstrap): New target.
9609
9610 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9611
9612 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
9613 Pinski. Remove user names from other bugzilla-only maintainers.
9614
9615 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
9616
9617 * Makefile.tpl: Make 'recursive targets' using autogen rather
9618 than shell loop. Remove duplicate 'clean' targets and false
9619 comments.
9620 * Makefile.def: Add systematic dependencies to 'recursive' targets.
9621 Add systematic method of specifying missing targets in subdirs.
9622 Add copyright boilerplate.
9623 * Makefile.in: Regenerate.
9624 * configure.in: Add 'recursive targets' to maybe list.
9625 * configure: Regenerate.
9626
9627 * MAINTAINERS: "GNATS only" -> "Bug database only".
9628
9629 * Makefile.tpl: Rename [+target+] to [+make_target+].
9630 * Makefile.def: Rename 'target' to 'make_target'.
9631
9632 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
9633
9634 * MAINTAINERS: Add self as options handling maintainer.
9635
9636 2003-05-28 Michael Meissner <gnu@the-meissners.org>
9637
9638 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
9639 been too long since I touched those ports.
9640
9641 2003-05-28 DJ Delorie <dj@redhat.com>
9642
9643 * Makefile.tpl: Make maybe-check-gcc .PHONY.
9644 * Makefile.in: Regenerate.
9645
9646 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
9647
9648 * configure.in: Use curly braces in the definition of tooldir.
9649 * configure: Regenerate.
9650
9651 2003-05-21 DJ Delorie <dj@redhat.com>
9652
9653 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
9654 newlib or libgloss.
9655 * Makefile.in: Regenerate.
9656
9657 2003-05-21 DJ Delorie <dj@redhat.com>
9658
9659 * Makefile.tpl: Add missing empty maybe-check-gcc target.
9660 * Makefile.in: Regenerate.
9661
9662 2003-05-20 Ian Lance Taylor <ian@airs.com>
9663
9664 * MAINTAINERS: Update my e-mail address.
9665
9666 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
9667
9668 * configure.in: Switch more things to use maybe dependencies.
9669 * Makefile.tpl: Switch more things to use maybe dependencies.
9670 Factor out common code from autogen IF statements.
9671 * configure: Regenerate.
9672 * Makefile.in: Regenerate.
9673
9674 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
9675
9676 * configure.in: Accept i[3456789]86 for machine type.
9677 * configure: Regenerate.
9678
9679 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
9680
9681 * configure.in: Switch more things to use maybe dependencies.
9682 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
9683 * configure: Regenerate.
9684 * Makefile.tpl: Switch more things to use maybe dependencies.
9685 * Makefile.in: Regenerate.
9686
9687 2003-05-16 Andreas Schwab <schwab@suse.de>
9688
9689 * Makefile.tpl (install-opcodes): Define.
9690 * Makefile.in: Rebuild.
9691
9692 2003-05-13 Andreas Jaeger <aj@suse.de>
9693
9694 * config.guess: Update to 2003-05-09 version.
9695 * config.sub: Update to 2003-05-09 version.
9696
9697 2003-05-13 Michael Eager <eager@mvista.com>
9698
9699 * configure.in: Correct sed script so that options in quotes are not
9700 deleted.
9701 * configure: Rebuild.
9702
9703 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
9704
9705 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
9706 and $$s/newlib/libc/sys/cygwin32 include paths.
9707 * configure: Ditto.
9708
9709 2003-05-12 Michael Meissner <gnu@the-meissners.org>
9710
9711 * MAINTAINERS: Update my email addresses.
9712
9713 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
9714
9715 * config-ml.in: Propagate INSTALL variables.
9716
9717 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9718
9719 * MAINTAINERS: Remove duplicate entries in Write After Approval.
9720
9721 2003-05-02 Chris Demetriou <cgd@broadcom.com>
9722
9723 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
9724 * Makefile.in: Regenerate.
9725
9726 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
9727
9728 * MAINTAINERS (GNATS only): Add Falk Hueffner.
9729
9730 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
9731
9732 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
9733
9734 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
9735
9736 * Makefile.tpl: Clean $(BUILD_SUBDIR).
9737 * Makefile.in: Regenerated.
9738
9739 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
9740
9741 * MAINTAINERS (Write After Approval): Upgrade myself from
9742 GNATS only to write-after-approval. Update my mail address.
9743
9744 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
9745
9746 (OS Port Maintainers: freebsd): Add myself.
9747
9748 2003-04-22 Mark Mitchell <mark@codesourcery.com>
9749
9750 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
9751
9752 2003-04-22 Kean Johnston <jkj@sco.com>
9753
9754 * MAINTAINERS (SCO ports): Added myself.
9755
9756 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
9757
9758 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
9759
9760 2003-04-19 Kean Johnston <jkj@sco.com>
9761
9762 * MAINTAINERS (Write After Approval): Add myself.
9763
9764 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9765
9766 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
9767 * Makefile.in: Regenerate.
9768
9769 2003-04-18 Jakub Jelinek <jakub@redhat.com>
9770
9771 * configure.in (powerpc64*-*-linux*): Remove.
9772 * configure: Rebuilt.
9773
9774 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
9775
9776 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
9777 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
9778 and restrap.
9779 * Makefile.in: Regenerate.
9780
9781 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
9782
9783 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
9784 * configure: Regenerated.
9785
9786 2003-04-15 DJ Delorie <dj@redhat.com>
9787
9788 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
9789
9790 2003-04-13 Nick Clifton <nickc@redhat.com>
9791
9792 * config-ml.in: Remove support for --disable-aix removing
9793 call-aix multilibs.
9794
9795 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
9796
9797 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
9798 * */configure: Rebuilt.
9799
9800 2003-04-08 Joel Sherrill <joel@oarcorp.com>
9801
9802 * MAINTAINERS: Add my email address.
9803
9804 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
9805
9806 * MAINTAINERS (Write After Approval): Add myself.
9807
9808 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
9809
9810 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
9811 * Makefile.in: Regenerate.
9812
9813 2003-03-14 Michael Chastain <mec@shout.net>
9814
9815 * Makefile.in: Regenerate with correct Makefile.def.
9816
9817 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
9818
9819 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
9820 Make macro.
9821 * Makefile.in: Regenerate.
9822 * configure.in: Clean up gxx_include_dir logic.
9823 * configure: Regenerate.
9824
9825 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
9826
9827 * MAINTAINERS (Write After Approval): Add myself.
9828
9829 2003-03-10 Ben Elliston <bje@wasabisystems.com>
9830
9831 * MAINTAINERS: Update my mail address.
9832
9833 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9834
9835 * configure.in (gxx_include_dir): Fix typo.
9836 * configure: Regenerated.
9837
9838 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
9839
9840 * Makefile.tpl: Reindent.
9841 * Makefile.in: Regenerate.
9842 * configure.in: Reindent. Don't set unused variables.
9843 * configure: Regenerate.
9844
9845 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
9846
9847 * configure.in: Include $(build_tooldir)/sys-include in
9848 FLAGS_FOR_TARGET.
9849 * configure: Regenerated.
9850
9851 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
9852
9853 * Makefile.tpl: Always pass down RANLIB.
9854 * Makefile.in: Regenerate.
9855
9856 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
9857 * Makefile.in: Regenerate.
9858 * configure.in: Remove unused logic relating to --enable-shared
9859 and --enable-threads. Remove bogus comments. Remove redundant
9860 noconfigdirs.
9861 * configure: Regenerate.
9862
9863 * configure.in: Replace ${libstdcxx_version} by its value.
9864 Remove reference to mh-dgux.
9865 * configure: Regenerate.
9866
9867 2003-03-03 Kevin Buettner <kevinb@redhat.com>
9868
9869 * MAINTAINERS (Write After Approval): Add myself.
9870
9871 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9872
9873 * Makefile.tpl: Rearrange.
9874 * Makefile.in: Regenerate.
9875
9876 2003-02-25 Uwe Stieber <uwe@wwws.de>
9877
9878 * configure.in: Add support for kaOS as cross build target system.
9879 * configure: Regenerated.
9880
9881 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
9882
9883 * MAINTAINERS (Write after approval): Add myself.
9884
9885 2003-02-21 James E Wilson <wilson@tuliptree.org>
9886
9887 * MAINTAINERS: Update my email address.
9888
9889 2003-02-21 Zack Weinberg <zack@codesourcery.com>
9890
9891 * MAINTAINERS: Add self to blanket write privs. section.
9892
9893 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
9894
9895 * Makefile.tpl: Add definition of CPPFLAGS to pass into
9896 configure-target-* as some target builds may require additional
9897 flags for preprocessor tests.
9898 * Makefile.in: Regenerated.
9899
9900 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
9901
9902 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
9903 * ltconfig: Handle it.
9904 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
9905 auto-detecting it.
9906
9907 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
9908 it is used as argument to $CC.
9909 * ltcf-gcj.sh: Likewise.
9910
9911 * configure.in: Introduce --enable-maintainer-mode.
9912 * configure: Rebuilt.
9913 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
9914 for maintainer mode.
9915 * Makefile.in: Rebuilt.
9916
9917 2003-02-18 Jason Merrill <jason@redhat.com>
9918
9919 * Makefile.tpl (check-c++): Allow parallelism.
9920
9921 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9922
9923 * MAINTAINERS: Remove John Carr (who never actually had access to
9924 gcc.gnu.org).
9925
9926 2003-02-15 Geoffrey Keating <geoffk@apple.com>
9927
9928 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
9929 don't configure target-libobjc.
9930 * configure: Regenerate.
9931
9932 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9933
9934 * Makefile.tpl (RANLIB): Define.
9935 * Makefile.in: Regenerate.
9936
9937 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
9938
9939 * MAINTAINERS: Update my email.
9940
9941 2003-02-06 Keith R Seitz <keiths@redhat.com>
9942
9943 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
9944 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
9945 * Makefile.in: Regenerated.
9946 * configure.in: Remove all traces of snavigator, db, and grep.
9947 * configure: Regenerated.
9948
9949 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9950
9951 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
9952 After Approval.
9953
9954 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
9955
9956 * MAINTAINERS (Write after approval): Add myself.
9957
9958 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
9959
9960 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
9961 * Makefile.in: Regenerated.
9962
9963 2003-01-30 Roger Sayle <roger@eyesopen.com>
9964
9965 * config.guess: Updated to 2003-01-30's version.
9966 * config.sub: Updated to 2003-01-28's version.
9967
9968 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
9969
9970 * config.if: If gcc_version is already set, just use it. Don't set
9971 gcc_version_trigger if it's already set, otherwise set it to
9972 gcc/version.c, but only if the file exists. If it is not set and
9973 gcc/version.c does not exist, try to extract the version number from
9974 $CC.
9975
9976 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
9977
9978 * MAINTAINERS: Add myself to write-after-approval list.
9979
9980 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
9981
9982 * configure.in: Revert 24Jan change.
9983 * configure: Regenerate.
9984
9985 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9986
9987 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
9988 entry of HJ Lu.
9989
9990 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
9991
9992 * configure.in: Revert previous change.
9993 * configure: Regenerate.
9994
9995 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
9996
9997 * configure.in: Make rda native-only.
9998 * configure: Regenerate.
9999
10000 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
10001
10002 * MAINTAINERS: Move myself from GNATS-only-accounts to
10003 write-after-approval.
10004
10005 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
10006
10007 * configure.in: Add missing \.
10008 * configure: Rebuilt.
10009
10010 2003-01-17 Jakub Jelinek <jakub@redhat.com>
10011
10012 * configure.in (baseargs): Avoid using \| in sed regular
10013 expressions.
10014 * configure: Rebuilt.
10015
10016 2003-01-16 Jakub Jelinek <jakub@redhat.com>
10017
10018 * configure.in (baseargs): Remove all supported forms of
10019 --cache-file, --srcdir, --host, --build and --target options
10020 from argument lists.
10021 * configure: Rebuilt.
10022
10023 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
10024
10025 * MAINTAINERS: Add myself to write-after-approval list.
10026
10027 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
10028
10029 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10030 * configure: Rebuilt.
10031
10032 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
10033
10034 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10035 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10036 * Makefile.in: Regenerate.
10037 * configure: Regenerate.
10038
10039 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
10040
10041 * configure.in: Remove Makefile in build, host and target modules
10042 unless configure was run with --no-recursion.
10043 * configure: Rebuilt.
10044
10045 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
10046
10047 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10048 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10049 * Makefile.in: Regenerate.
10050
10051 2003-01-08 Chris Demetriou <cgd@broadcom.com>
10052
10053 * config.guess: Update to 2003-01-03 version.
10054 * config.sub: Update to 2003-01-03 version.
10055
10056 2003-01-07 Christopher Faylor <cgf@redhat.com>
10057
10058 * configure: Regenerate with proper autoconf 2.13.
10059
10060 2003-01-07 Christopher Faylor <cgf@redhat.com>
10061
10062 * configure.in: Add AC_PREREQ for consistency.
10063 * configure: Regenerate.
10064
10065 2003-01-06 Andrew Cagney <ac131313@redhat.com>
10066
10067 * configure.in (GDB_TK): Add tcl directories conditional on
10068 gdb/gdbtk directory being present.
10069 * configure: Regenerate.
10070
10071 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
10072
10073 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
10074 used by gcc if LD is not defined and we are not doing a Canadian Cross.
10075 * configure: Rebuilt.
10076
10077 2002-12-31 Tom Tromey <tromey@redhat.com>
10078
10079 * Makefile.in: Rebuilt.
10080 * Makefile.def (target_modules) [libffi]: Allow installation.
10081
10082 2002-12-31 Andreas Schwab <schwab@suse.de>
10083
10084 * configure.in: Fix use of $program_transform_name.
10085 * configure: Regenerated.
10086
10087 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
10088
10089 * configure.in (baseargs): Don't remove first configure argument.
10090 * configure: Regenerated.
10091
10092 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
10093
10094 * Makefile.tpl (local-distclean): Don't remove...
10095 (multilib.ts): ... this. Moved into...
10096 (multilib.out): ... this. Don't use sub-make.
10097 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10098 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10099 (configure-build-[+module+], configure-[+module+],
10100 configure-target-[+module+], configure-gcc): ... these. Test
10101 for Makefile existence. Drop config.status from dependencies.
10102 * Makefile.in: Rebuilt.
10103 * configure.in: Move gcc-version-trigger to the end of
10104 ac_configure_args. Add comments to maybedep.tmp and
10105 serdep.tmp. Introduce --disable-serial-configure. Remove
10106 nonopt from baseargs, matching and removing corresponding
10107 whitespace while at it.
10108 * configure: Rebuilt.
10109
10110 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
10111
10112 * configure.in (host_configargs): Replace reference to
10113 no-longer-defined buildopts with --build=${build_alias}.
10114 * configure: Rebuilt.
10115
10116 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
10117 program_transform_name to standard idiom.
10118 (AUTOGEN, AUTOCONF): Define.
10119 (Makefile.in): Use $(AUTOGEN).
10120 (Makefile): Depend on config.status, and use autoconf-style rule to
10121 build it. Move original commands to...
10122 (config.status): ... this new target.
10123 (configure): Add $(srcdir). Depend on config/acx.m4. Use
10124 $(AUTOCONF).
10125 * Makefile.in: Rebuilt.
10126
10127 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
10128
10129 * Makefile.tpl: Fix dramatic bustage due to change in
10130 program_transform_name.
10131 * Makefile.in: Regenerate.
10132
10133 * configure.in: Remove unnecessary PATH setting.
10134 * configure: Regnerate.
10135
10136 * configure.in: Don't default to unprefixed tools unless
10137 the native tools will work.
10138 * configure: Regenerate.
10139
10140 * configure.in: Convert to autoconf script. Blow away lots
10141 of now-redundant Makefile fragments.
10142 * configure: Generate using Autoconf.
10143 * Makefile.tpl: Rewrite to reflect autoconfiscation.
10144 * Makefile.in: Regenerate.
10145
10146 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
10147
10148 * configure: Fix stupid bug where RANLIB was mistakenly included.
10149
10150 * configure.in: Rename (buildargs, hostargs, targargs) to
10151 (build_configargs, host_configargs, target_configargs).
10152
10153 * configure.in: Move logic out of sed statement.
10154
10155 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
10156 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
10157
10158 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
10159
10160 * config.sub: Import from master repository
10161 * config.guess: Ditto
10162
10163 2002-12-24 Andreas Schwab <schwab@suse.de>
10164
10165 * Makefile.tpl (multilib.out): Fix missing space.
10166 * Makefile.in: Regenerate.
10167
10168 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
10169
10170 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
10171 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
10172 * Makefile.in: Regenerate.
10173 * configure.in: Remove unnecessary leftovers.
10174
10175 2002-12-21 Geoffrey Keating <geoffk@apple.com>
10176
10177 * configure.in (extra_ranlibflags_for_target): New variable.
10178 (*-*-darwin): Add -c to ranlib commands.
10179 * configure (tooldir): Handle extra_ranlibflags_for_target.
10180
10181 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
10182
10183 * Makefile.tpl: Revert HJL's change.
10184 * Makefile.in: Regenerated.
10185 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
10186 always.
10187
10188 2002-12-19 Andreas Schwab <schwab@suse.de>
10189
10190 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
10191 * Makefile.in: Regenerate.
10192
10193 2002-12-18 H.J. Lu <hjl@gnu.org>
10194
10195 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
10196 * Makefile.in: Regenerated.
10197
10198 * configure.in (build_prefix): New. Substitute.
10199
10200 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
10201
10202 * Makefile.tpl: Don't let real targets depend on phony targets.
10203 * Makefile.in: Regenerate.
10204
10205 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
10206 * Makefile.in: Regenerate.
10207
10208 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
10209
10210 * config.sub: Import from master repository
10211 * config.guess: Ditto
10212
10213 2002-12-16 Jason Merrill <jason@redhat.com>
10214
10215 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
10216 previous 'make bootstrap'.
10217 * Makefile.in: Regenerate.
10218
10219 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
10220
10221 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
10222
10223 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
10224
10225 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
10226 * Makefile.in: Regenerate.
10227
10228 2002-12-13 Jason Merrill <jason@redhat.com>
10229
10230 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
10231 library tests.
10232 (check-c++): Just depend on it and check-target-libstdc++-v3.
10233 * Makefile.in: Regenerate.
10234
10235 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
10236
10237 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
10238 * Makefile.in: Rebuilt.
10239
10240 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
10241
10242 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
10243
10244 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
10245
10246 * configure: Fix bug put in by gremlins.
10247
10248 * Makefile.tpl: Substitute more autoconfily.
10249 * configure: Substitute more autoconfily.
10250 * Makefile.in: Regenerate.
10251
10252 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
10253
10254 * config.sub: Import from master repository
10255 * config.guess: Ditto
10256 * MAINTAINERS: Added Svein Seldal under write after approval
10257
10258 2002-12-08 Andrew Cagney <ac131313@redhat.com>
10259
10260 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
10261 * Makefile.in (all-sim): Ditto.
10262
10263 2002-12-06 DJ Delorie <dj@redhat.com>
10264
10265 * Makefile.tpl: Change configure dependencies to not have real
10266 targets depend on phony targets.
10267
10268 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
10269
10270 * configure.in: Revert unintentional change.
10271
10272 * Makefile.tpl: Change dependency for */multilib.out so that
10273 it works when gcc isn't in the tree.
10274
10275 * configure.in: Substitute more.
10276 * configure: Run subconfigures from the Makefile.
10277 * Makefile.tpl: Run subconfigures from the Makefile; add a few
10278 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
10279
10280 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10281
10282 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
10283
10284 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
10285
10286 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
10287 and corresponding dependencies.
10288 * Makefile.in: Regenerate.
10289
10290 * configure.in (host_tools): Order binutils, gas and ld for
10291 convenience in running the testsuites.
10292
10293 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
10294 * Makefile.in: Regenerate.
10295 * configure.in: Introduce rules to serialize subconfigure runs.
10296
10297 * configure.in: Introduce BASE_CC_FOR_TARGET.
10298 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
10299 Realize configure-build-* targets. Realize configure-target-* targets.
10300 * Makefile.in: Regenerate.
10301
10302 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
10303
10304 * configure: Move gcc_version_trigger stuff from here...
10305 * configure.in: ...to here.
10306
10307 * configure.in: Separate subconfigure options added by this file from
10308 options given by the user. Add machinery to put args for host
10309 subconfigures into the Makefile.
10310
10311 * Makefile.tpl: Remove 'vault' targets.
10312 * Makefile.tpl: Reorder and comment dependencies.
10313 * Makefile.in: Regenerate.
10314
10315 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
10316 * configure.in: Fix my broken commit of previous patch. (sigh)
10317
10318 2002-11-28 Geoffrey Keating <geoffk@apple.com>
10319
10320 * configure.in: Move host-specific darwin noconfigdirs into
10321 the host-specific section.
10322
10323 2002-11-28 Geoffrey Keating <geoffk@apple.com>
10324
10325 * configure.in: Move host-specific darwin noconfigdirs into
10326 the host-specific section.
10327
10328 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
10329
10330 * configure: Remove skip-this-dir support.
10331 * Makefile.tpl: Remove skip-this-dir support.
10332
10333 * Makefile.tpl: Remove leftover support for non-autoconfiscated
10334 subdirectories.
10335 * Makefile.in: Regenerate.
10336
10337 * Makefile.tpl: Strip out useless setting of 'dir'.
10338 * Makefile.in: Regenerate.
10339
10340 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
10341
10342 * configure.in: Fix deeply stupid bug.
10343
10344 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
10345 shell code in CXX_FOR_TARGET
10346 * Makefile.def: Introduce raw_cxx.
10347 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
10348 RAW_CXX_FOR_TARGET.
10349 * Makefile.in: Regenerate.
10350
10351 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
10352
10353 * Makefile.tpl: Remove unnecessary ifs.
10354 * Makefile.in: Regenerate.
10355
10356 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
10357 dependencies. Maybe-ize build-libiberty. Create dummy install
10358 targets for 'no_install' modules.
10359 * configure: Move GDB_TK substitution to configure.in. Move
10360 build_modules stuff to configure.in.
10361 * configure.in: Implement soft dependency machinery. Maybe-ize
10362 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
10363 * Makefile.in: Regenerate.
10364
10365 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
10366
10367 * Makefile.tpl: Make all-target, install-target behave similarly
10368 to all, install (only hitting configured targets). Eliminate
10369 unused macro defintions.
10370
10371 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
10372 build != host.
10373
10374 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
10375
10376 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
10377
10378 * configure.in: Produce lists of subdir targets we're actually
10379 configuring. Remove references to "dosrel".
10380 * Makefile.tpl: Let configure set which subdir targets are hit.
10381 Remove install-cross; clean up install; remove ALL. Remove
10382 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
10383 Autogenerate host module targets. Remove empty dependency lines
10384 and redundant dependency; rearrange slightly.
10385 * Makefile.def: Add host-side libtermcap, utils.
10386
10387 * Makefile.in: Regenerate.
10388
10389 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10390
10391 * ltconfig (osf[345]): Append $major to soname_spec.
10392 Reflect this in library_names_spec.
10393 * ltmain.sh (osf): Prefix $major with . for use as extension.
10394
10395 2002-11-19 Andreas Jaeger <aj@suse.de>
10396
10397 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
10398 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
10399 and sparc64 GNU/Linux systems.
10400
10401 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
10402
10403 * MAINTAINERS: Update email.
10404
10405 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10406
10407 * MAINTAINERS: Complete James Dennett's entry.
10408
10409 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
10410
10411 * MAINTAINERS (Write After Approval): Add myself.
10412
10413 2002-11-13 Bruce Korb <bkorb@gnu.org>
10414
10415 * Makefile.tpl: syntactic cleanup
10416
10417 2002-11-13 Stuart Hastings <stuart@apple.com>
10418
10419 * MAINTAINERS: Add myself to write-after-approval list.
10420
10421 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
10422
10423 * Makefile.def: Add list of recursive targets to autogenerate.
10424 Add build_modules.
10425 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
10426 targets. Autogenerate *-build-* targets.
10427 * Makefile.in: Regenerate.
10428
10429 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
10430
10431 * configure: More autoconf-style substitutions.
10432 * Makefile.tpl: More autoconf-style substitutions.
10433 * Makefile.in: Regenerate.
10434
10435 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
10436
10437 * configure: Substitute more variables in a more autoconf-friendly
10438 way. Simplify slightly.
10439 * Makefile.tpl: Make more variables substitutable in an
10440 autoconf-friendly way.
10441 * Makefile.in: Regenerate.
10442
10443 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
10444
10445 * MAINTAINERS (Write After Approval): Add myself.
10446
10447 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
10448
10449 * configure.in (v810*): Remove special setting of tools.
10450
10451 * configure: Add support for extra required flags for ar or nm.
10452 * configure.in (aix4.3+): Use above support for target-specific
10453 issues, rather than using config/mt-aix43.
10454
10455 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
10456
10457 * configure: Remove 'removing', which doesn't work. Replace $subdir
10458 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
10459 with $srcdir. Reformat indentation. Substitute some variables
10460 formerly hard-coded in the Makefile for build=host.
10461 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
10462 * Makefile.def: Autogenerate more.
10463 * Makefile.in: Regenerate.
10464
10465 2002-11-04 Adam Nemet <anemet@lnxw.com>
10466
10467 * MAINTAINERS (Write After Approval): Add myself.
10468
10469 2002-11-04 Kevin Buettner <kevinb@redhat.com>
10470
10471 * Makefile.def (host_modules): Add rda.
10472 * Makefile.in: Regenerate.
10473 * configure.in (target_tool): Add target-rda to list.
10474
10475 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10476
10477 * MAINTAINERS: Remove "co-maintainer" note for web pages.
10478
10479 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
10480
10481 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
10482 and restrap targets to this rule.
10483 * Makefile.in: Regenerate.
10484
10485 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10486
10487 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
10488 GNATS only accounts.
10489
10490 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
10491
10492 * configure.in (i[3456]86-*-linux*): Add check to disable
10493 ${libgcj} for glibc1.
10494
10495 2002-10-24 Denis Chertykov <denisc@overta.ru>
10496
10497 * MAINTAINERS: Add myself as ip2k port maintainer.
10498
10499 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
10500
10501 * configure.in: Add tic4x target.
10502
10503 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
10504
10505 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
10506 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
10507 * Makefile.in: Regenerate.
10508
10509 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
10510 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
10511 * Makefile.in: Regenerate.
10512
10513 2002-10-02 Janis Johnson <janis187@us.ibm.com>
10514
10515 * MAINTAINERS: Add myself as web pages co-maintainer.
10516
10517 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
10518
10519 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
10520 * Makefile.in: Regenerate.
10521
10522 2002-10-02 Zack Weinberg <zack@codesourcery.com>
10523
10524 * MAINTAINERS: Add myself and Nathan Sidwell
10525 <nathan@codesourcery.com> as VxWorks maintainers.
10526
10527 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
10528
10529 * Makefile.def: Remove order dependency comments.
10530 * Makefile.tpl: Add explicit install-install dependencies.
10531 * Makefile.in: Regenerate.
10532
10533 * Makefile.tpl: Remove material now in src-release. (Finally!)
10534 * Makefile.in: Regenerate.
10535
10536 * Makefile.tpl: Add configure-target (for src-release in src)
10537 * Makefile.in: Regenerate.
10538
10539 2002-09-30 Nick Clifton <nickc@redhat.com>
10540
10541 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
10542
10543 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
10544
10545 * configure.in (s390*-*-linux*): Enable libgcj.
10546
10547 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
10548
10549 * configure: Revert accidentally applied changes.
10550
10551 * Makefile.tpl: Make more autoconf-friendly.
10552 * Makefile.in: Regenerate.
10553 * configure: Make substitution more autoconf-like.
10554
10555 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
10556
10557 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
10558 single entry to handle all these.
10559 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
10560 libjava on arm-*-elf.
10561
10562 2002-09-27 Geoffrey Keating <geoffk@apple.com>
10563
10564 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
10565 things that depend on them.
10566
10567 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
10568
10569 * Makefile.tpl: Make subsituted variables more autoconfy.
10570 * Makefile.in: Regenerate.
10571 * configure: Make seds more autoconfy.
10572
10573 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
10574
10575 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
10576 * Makefile.in: Regenerate.
10577 * configure.in: Rewrite sed statements to look autoconfy.
10578
10579 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
10580 all-target-foo on configure-target-foo.
10581 * Makefile.def: Ditto.
10582 * Makefile.in: Rebuild.
10583
10584 2002-09-25 Andrew Haley <aph@redhat.com>
10585
10586 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
10587
10588 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
10589
10590 * Makefile.def: New file.
10591 * Makefile.tpl: New file.
10592 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
10593 * contrib/gcc_update: Note that Makefile.in is a generated file.
10594
10595 * configure.in: Minor rearrangement. Simplify tests.
10596
10597 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
10598
10599 * configure.in (with_headers): Skip copy if value is "yes".
10600 (with_libs): Likewise.
10601
10602 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
10603
10604 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
10605 * configure.in (sh*-*-pe*): Ditto.
10606 * configure.in (mips*-*-pe*): Ditto.
10607 * configure.in (*arm-wince-pe): Ditto.
10608
10609 * configure.in: Rearrange.
10610
10611 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
10612
10613 * MAINTAINERS: Update my email address.
10614
10615 2002-08-30 Paul Koning <pkoning@equallogic.com>
10616
10617 * MAINTAINERS: (Write After Approval): Add myself.
10618
10619 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
10620
10621 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
10622
10623 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
10624
10625 * MAINTAINERS: Change my mailing address.
10626
10627 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
10628
10629 * MAINTAINERS (Write After Approval): Remove myself.
10630 (Various Maintainers: c++ runtime libs): Add myself.
10631
10632 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
10633
10634 * MAINTAINERS (Write After Approval): Remove myself.
10635 (Various Maintainers: c++ runtime libs): Add myself.
10636
10637 2002-08-15 Eric Christopher <echristo@redhat.com>
10638
10639 * config.sub: Import from master repository.
10640 * config.guess: Ditto.
10641
10642 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
10643
10644 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
10645 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
10646 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
10647
10648 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
10649
10650 * MAINTAINERS: Add self to rs6000 vector extensions.
10651
10652 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
10653
10654 * libiberty/configure: Reverted unintended yesterday's check in.
10655
10656 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
10657
10658 * boehm-gc/configure, libf2c/configure: Rebuilt.
10659 * libffi/configure, libiberty/configure: Ditto.
10660 * libjava/configure, libobjc/configure: Ditto.
10661 * libstdc++-v3/configure, zlib/configure: Ditto.
10662 Merged from binutils:
10663 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
10664 From Steve Ellcey <sje@cup.hp.com>:
10665 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
10666 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
10667 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
10668 IA64.
10669 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
10670 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
10671 soname_spec, sys_lib_search_path_spec): Ditto.
10672
10673 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
10674
10675 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
10676
10677 2002-08-04 H.J. Lu (hjl@gnu.org)
10678
10679 * configure.in (mips*-*-linux*): Don't skip target-libffi.
10680
10681 2002-08-02 Krister Walfridsson <cato@df.lth.se>
10682
10683 * MAINTAINERS (Write After Approval): Add myself.
10684
10685 2002-07-31 Alan Modra <amodra@bigpond.net.au>
10686
10687 * configure.in: Move generic linux case to end. Copy generic
10688 linux noconfigdirs to mips*-*-linux* entry and new
10689 powerpc64*-*-linux* entry. Add target-libffi for the latter.
10690
10691 2002-07-19 Michael Matz <matz@suse.de>
10692
10693 * MAINTAINERS: Add myself as ra* maintainer.
10694
10695 2002-07-16 Chris Demetriou <cgd@broadcom.com>
10696
10697 * config.guess: Update to 2002-07-09 version.
10698 * config.sub: Update to 2002-07-03 version.
10699
10700 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
10701
10702 * MAINTAINERS: Fix typo in a maintainer email address.
10703
10704 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
10705
10706 * configure.in: Remove two redundant tests.
10707
10708 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10709
10710 * configure.in (mips*-*-irix6*o32): Enable stabs.
10711
10712 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
10713
10714 * configure.in: Don't build grez.
10715 * Makefile.in: Ditto.
10716
10717 * Makefile.in: Remove references to bsp, cygmon, libstub.
10718 * configure.in: Ditto.
10719
10720 * configure.in: Remove leftover reference to gdbtest.
10721
10722 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
10723
10724 * configure.in (gxx_include_dir): Change to match versioned
10725 C++ headers if --enable-version-specific-runtime-libs is used.
10726
10727 2002-07-04 Steve Ellcey <sje@cup.hp.com>
10728
10729 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
10730
10731 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
10732
10733 * configure.in: Make --without-x work.
10734
10735 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
10736
10737 * configure.in: Rearrange target Makefile fragment collection.
10738
10739 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
10740 cvs[src].
10741 * configure.in: Ditto.
10742
10743 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
10744
10745 * MAINTAINERS (Write After Approval): Update my e-mail address.
10746
10747 2002-06-24 Ben Elliston <bje@redhat.com>
10748
10749 * configure.in (host_tools): Remove cgen.
10750
10751 * Makefile.in (all-cgen): Remove; runs from its source directory.
10752 (check-cgen, install-cgen, clean-cgen): Likewise.
10753 (all-opcodes): Do not depend on all-cgen.
10754 (all-sim): Likewise.
10755
10756 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
10757
10758 * Makefile.in: Eliminate 'apache' targets.
10759 * configure.in: Eliminate 'apache' targets.
10760
10761 * configure.in: Eliminate redundant tests. Reorganize.
10762
10763 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
10764
10765 * config-ml.in: Eliminate references to Cygnus configure.
10766
10767 * Makefile.in: Eliminate references to building emacs.
10768
10769 2002-06-28 Graham Stott <graham.stott@btinternet.com>
10770
10771 * MAINTAINERS: Update my email address.
10772
10773 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
10774
10775 * config.if (libstdcxx_incdir): Version C++ headers.
10776 (cxx_incdir): Remove.
10777
10778 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
10779
10780 * MAINTAINERS (Write After Approval): Add self.
10781
10782 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
10783
10784 * configure.in: Add support for ip2k.
10785
10786 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
10787
10788 * configure.in: Fix AIX configury bug.
10789
10790 2002-06-20 Steve Ellcey <sje@cup.hp.com>
10791
10792 * MAINTAINERS (Write After Approval): Add self.
10793
10794 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
10795
10796 * configure.in: replace ${topsrcdir} with ${srcdir}
10797
10798 * configure.in: Move definition of libstdcxx_flags
10799 right above usage, rather than waaay earlier.
10800
10801 * configure.in: Pull definition of is_cross_compiler earlier.
10802
10803 * configure.in: Rearrange a little.
10804
10805 * configure.in: Remove references to librx.
10806 * Makefile.in: Remove references to librx.
10807
10808 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
10809
10810 * config.sub: Add support for avr target.
10811 Import from master sources, rev 1.255
10812
10813 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
10814
10815 * configure, .cvsignore: Revert previous change...
10816 * Makefile: ...delete.
10817
10818 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
10819
10820 * configure.in: Eliminate ${gasdir} variable.
10821
10822 2002-06-18 Dave Brolley <brolley@redhat.com>
10823
10824 * configure.in: Add support for frv.
10825 * config.sub: Add support for frv.
10826
10827 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
10828
10829 * configure: Remove garbage from previous commit.
10830
10831 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
10832
10833 * configure: For in-source builds, make a subdir and re-exec there.
10834 * Makefile: New file. Pass targets through to build directory.
10835 * .cvsignore: No longer ignore "Makefile".
10836
10837 2002-06-16 Douglas Rupp <rupp@gnat.com>
10838
10839 * MAINTAINERS (Write After Approval): Add self.
10840
10841 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10842
10843 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
10844
10845 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
10846
10847 * configure.in (vax-*-netbsd*): Re-enable gas.
10848
10849 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
10850
10851 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
10852 BUILD_PREFIX_1, to correct nomenclature.
10853 * configure: Likewise.
10854
10855 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
10856 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
10857
10858 2002-05-31 Olaf Hering <olh@suse.de>
10859
10860 * config-ml.in: Propogate DESTDIR also.
10861
10862 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
10863
10864 * configure.in (vax-*-netbsd*): Don't build gas for this
10865 platform.
10866
10867 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
10868
10869 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10870 and libgcj for AVR.
10871
10872 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
10873
10874 * MAINTAINERS (Write After Approval): Add myself.
10875
10876 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
10877
10878 * config.guess: Update to 2002-05-22 version.
10879 * config.sub: Likewise.
10880
10881 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10882
10883 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
10884 * config-ml.in: Likewise.
10885 * configure: Likewise.
10886 * configure.in: Likewise.
10887
10888 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
10889
10890 * MAINTAINERS: Update my email address.
10891
10892 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
10893
10894 * configure.in: Simplify makefile fragment collection.
10895
10896 * configure.in: Remove code to build emacs.
10897
10898 * configure.in : Remove --srcdir argument from targargs and buildargs
10899 (it's always overridden in the Makefile anyway). Rearrange a bit.
10900
10901 * configure: Move some logic to configure.in.
10902 * configure.in: Move some logic from configure.
10903
10904 2002-05-11 Tom Tromey <tromey@redhat.com>
10905
10906 * MAINTAINERS: Reflect libgcj reality.
10907
10908 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
10909
10910 * Makefile.in: Honour DESTDIR.
10911
10912 2002-05-08 Mark Mitchell <mark@codesourcery.com>
10913
10914 * config.guess: Import 2002-03-20 version.
10915 * config.sub: Import 2002-04-26 version.
10916
10917 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10918
10919 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
10920
10921 2002-05-07 Tim Josling <tej@melbpc.org.au>
10922
10923 * MAINTAINERS: Add self.
10924
10925 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
10926
10927 * ltmain.sh: Detect and handle object name conflicts
10928 while piecewise linking a static library.
10929
10930 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
10931
10932 * configure.in (noconfigdirs): Don't disable libgcj on
10933 sparc64-*-solaris* and sparcv9-*-solaris*.
10934
10935 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
10936
10937 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
10938
10939 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
10940
10941 * configure.in (FLAGS_FOR_TARGET): Do not add
10942 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
10943 on i[3456]86-*-linux*.
10944
10945 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
10946
10947 * configure.in (noconfigdirs): Replace [ ] with test.
10948
10949 * configure.in (noconfigdirs): Do not add target-newlib if
10950 target == i[3456]86-*-linux*, and host == target.
10951
10952 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
10953
10954 * configure.in: delete reference to absent file
10955
10956 * configure.in: replace '[' with 'test'
10957
10958 * configure.in: Eliminate references to gash.
10959 * Makefile.in: Eliminate references to gash.
10960
10961 * configure.in: remove useless references to 'pic' makefile fragments.
10962
10963 * configure.in: (*-*-windows*) Finish removing.
10964
10965 * configure.in: Eliminate redundant test for libgui.
10966
10967 2002-04-29 Roger Sayle <roger@eyesopen.com>
10968
10969 * MAINTAINERS: Add self and realphabetize. Update entries
10970 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
10971 entry for a29k port maintainer.
10972
10973 2002-04-26 Joel Sherrill <joel@OARcorp.com>
10974
10975 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
10976 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
10977
10978 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
10979
10980 * configure.in: remove references to dead files
10981
10982 2002-04-19 Mark Mitchell <mark@codesourcery.com>
10983
10984 * MAINTAINERS: Add information about purpose of this file.
10985
10986 2002-04-18 Tom Tromey <tromey@redhat.com>
10987
10988 * configure.in: Disallow configuring libgcj when it is already
10989 installed and we're using Solaris 2.8 linker. Do enable libgcj on
10990 Solaris 2.8 by default. For PR libgcj/6158.
10991
10992 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
10993
10994 * configure.in: Move default CC setting out of config/mh-* fragments
10995 directly into here.
10996
10997 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
10998
10999 * configure.in: don't even try to configure or make a subdirectory
11000 if there's no configure script for it.
11001
11002 2002-04-15 Mark Mitchell <mark@codesourcery.com>
11003
11004 * MAINTAINERS: Remove chill maintainers.
11005 * Makefile.in (CHILLFLAGS): Remove.
11006 (CHILL_LIB): Remove.
11007 (TARGET_CONFIGDIRS): Remove libchill.
11008 (CHILL_FOR_TARGET): Remove.
11009 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11010 CHILL_LIB.
11011 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11012 (CHECK_TARGET_MODULES): Likewise.
11013 (INSTALL_TARGET_MODULES): Likewise.
11014 (CLEAN_TARGET_MODULES): Likewise.
11015 (configure-target-libchill): Remove.
11016 (all-target-libchill): Remove.
11017 * configure.in (target_libs): Remove target-libchill.
11018 Do not compute CHILL_FOR_TARGET.
11019 * libchill: Remove directory.
11020
11021 2002-04-11 DJ Delorie <dj@redhat.com>
11022
11023 * Makefile.in, configure.in: Sync with binutils, entries
11024 follow...
11025
11026 2002-04-07 Andrew Cagney <ac131313@redhat.com>
11027
11028 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
11029 (do-tar, do-bz2): New rules.
11030 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
11031 (gdb-tar): New rule.
11032 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
11033 (insight_dejagnu.tar): New rule.
11034 (insight.tar): New rule.
11035 (gdb+dejagnu.tar): New rule.
11036 (gdb.tar): New rule.
11037
11038 2002-02-01 Mo DeJong <supermo@bayarea.net>
11039
11040 * Makefile.in: Add all-tix to deps for all-snavigator
11041 so that tix is built when building snavigator.
11042
11043 2002-01-11 Steve Ellcey <sje@cup.hp.com>
11044
11045 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11046 ld and gdb are not supported.
11047
11048 2002-01-07 Mark Salter <msalter@redhat.com>
11049
11050 * configure.in: Remove target-bsp and target-cygmon from arm builds.
11051 Allow target-libgloss to be built for arm, strongarm, and xscale.
11052
11053 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
11054
11055 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11056 options for i[3456]86-pc-linux* native builds.
11057
11058 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
11059
11060 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11061 files from .po files for a distribution.
11062
11063 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
11064
11065 * configure.in: Enable libstdc++-v3 for h8300 targets.
11066
11067 2001-06-19 Alan Modra <amodra@bigpond.net.au>
11068
11069 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11070 version from bfd/.
11071
11072 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
11073
11074 * Makefile.in (VER): When present, extract the version number from
11075 the file version.in.
11076
11077 2001-05-24 Tom Rix <trix@redhat.com>
11078
11079 * configure.in : enable ld for aix
11080
11081 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
11082
11083 * config.guess: Add linux target for S/390.
11084
11085 2000-11-07 Philip Blundell <pb@futuretv.com>
11086
11087 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11088
11089 2000-11-03 Philip Blundell <pb@futuretv.com>
11090
11091 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11092 files.
11093
11094 2001-01-15 Ben Elliston <bje@redhat.com>
11095
11096 * configure.in (host_tools): Add sid.
11097 Always configure cgen.
11098
11099 2000-11-24 Nick Clifton <nickc@redhat.com>
11100
11101 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11102
11103 2000-08-20 Doug Evans <dje@casey.transmeta.com>
11104
11105 * Makefile.in (ALL_MODULES): Add all-cgen.
11106 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11107 (all-cgen): New target.
11108 (all-opcodes,all-sim): Depend on all-cgen.
11109 * configure.in (host_tools): Add cgen.
11110 Only configure cgen if --enable-cgen-maint.
11111
11112 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
11113
11114 * configure.in: Add *-*-freebsd* configurations.
11115
11116 2002-04-08 Tom Tromey <tromey@redhat.com>
11117
11118 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11119 Fixes PR libgcj/6068.
11120
11121 2002-03-30 Krister Walfridsson <cato@df.lth.se>
11122
11123 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11124
11125 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11126
11127 * configure.in (alpha*-dec-osf*): Enable libgcj.
11128
11129 2003-03-27 Matthew Gingell <gingell@gnat.com>
11130
11131 * MAINTAINERS (Write After Approval): Add myself.
11132
11133 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
11134
11135 Fix for: PR bootstrap/3591, target/5676
11136 * configure.in (mcore-pe): Disable the configuration of
11137 libstdc++-v3 since exceptions are not supported.
11138
11139 2002-03-20 Anthony Green <green@redhat.com>
11140
11141 * configure.in: Enable libgcj for xscale-elf target.
11142
11143 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
11144
11145 * MAINTAINERS: Update my email address.
11146
11147 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
11148
11149 * ltmain.sh (relink_command): Fix typo in previous change.
11150
11151 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
11152
11153 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
11154 (relink_command): Added --tag flags.
11155 (mode=install): If relinking fails; error out.
11156
11157 2002-03-12 Richard Henderson <rth@redhat.com>
11158
11159 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
11160 .NOTPARALLEL tag.
11161 (do-check): Rename from check.
11162 (check): Allow parallel check.
11163
11164 2002-03-12 Bob Wilson <bob.wilson@acm.org>
11165
11166 * MAINTAINERS: Add myself as maintainer for xtensa port.
11167 Fix alphabetical order in CPU port maintainer list.
11168 Remove myself from Write After Approval list.
11169
11170 2002-03-11 Richard Henderson <rth@redhat.com>
11171
11172 * Makefile.in (.NOTPARALLEL): Add fake tag.
11173
11174 2002-03-07 H.J. Lu (hjl@gnu.org)
11175
11176 * configure.in: Enable gprof for mips*-*-linux*.
11177
11178 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
11179
11180 * MAINTAINERS (Write After Approval): Add myself.
11181
11182 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
11183
11184 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
11185 libjava.
11186 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
11187
11188 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
11189
11190 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
11191 because its Makefile is there; test for the executable instead.
11192
11193 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
11194
11195 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
11196 libstdc++-v3 and libjava.
11197
11198 2002-02-11 Adam Megacz <adam@xwt.org>
11199
11200 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
11201 boehm-gc
11202
11203 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
11204
11205 * config.guess: Updated to 2002-01-30's version.
11206 * config.sub: Updated to 2002-02-01's version.
11207 Contribute sh64-elf.
11208 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
11209 * configure.in: Added sh64-*-*.
11210
11211 2002-02-08 Chris Demetriou <cgd@broadcom.com>
11212
11213 * MAINTAINERS: Belatedly add myself to write after approval list.
11214
11215 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
11216
11217 * MAINTAINERS: Put self in as maintainer for x86-64 port.
11218 Remove self as Write After Approval.
11219
11220 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
11221
11222 * MAINTAINERS: Put self in as maintainer for contrib/regression
11223 directory.
11224
11225 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
11226
11227 * MAINTAINERS: Update my email address.
11228
11229 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
11230
11231 * configure.in (*-*-netbsd*): New. Skip target-newlib,
11232 target-libiberty, and target-libgloss. Skip Java-related
11233 libraries if not supported for NetBSD on target CPU.
11234
11235 2002-01-25 Douglas B Rupp <rupp@gnat.com>
11236
11237 * install-sh: Use _inst.$$_ for temp file name.
11238
11239 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
11240
11241 * MAINTAINERS (Write After Approval): Move my contact info
11242 from here...
11243 (OS Port Maintainers): ...to here (netbsd).
11244
11245 2002-01-22 Bob Wilson <bob.wilson@acm.org>
11246
11247 * MAINTAINERS (Write After Approval): Add myself.
11248
11249 2002-01-17 H.J. Lu <hjl@gnu.org>
11250
11251 * Makefile.in (all-fastjar): Also depend on all-libiberty.
11252 (all-target-fastjar): Also depend on all-target-libiberty.
11253
11254 2002-01-16 H.J. Lu (hjl@gnu.org)
11255
11256 * config.guess: Import from master sources, rev 1.225.
11257 * config.sub: Import from master sources, rev 1.238.
11258
11259 2002-01-16 Kazu Hirata <kazu@hxi.com>
11260
11261 * MAINTAINERS (Write After Approval): Remove myself.
11262
11263 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
11264
11265 * MAINTAINERS (Write After Approval): Add myself.
11266
11267 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
11268
11269 * MAINTAINERS: Add self as docs co-maintainer.
11270
11271 2001-12-11 Matthias Klose <doko@debian.org>
11272
11273 * MAINTAINERS (Write After Approval): Add myself.
11274
11275 2001-12-09 Zack Weinberg <zack@codesourcery.com>
11276
11277 * MAINTAINERS: Update my email address.
11278
11279 2001-12-07 Turly O'Connor <turly@apple.com>
11280 * MAINTAINERS (Write After Approval): Add myself.
11281 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
11282 (rs6000_initialize_trampoline): Call __trampoline_setup for
11283 ABI_DARWIN too.
11284 * darwin-tramp.asm: New file, implements __trampoline_setup.
11285 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
11286
11287 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
11288
11289 * MAINTAINERS (Write After Approval): Add myself.
11290
11291 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
11292
11293 * configure, configure.in: Use temp file for long sed commands.
11294
11295 2001-12-03 Laurent Guerby <guerby@acm.org>
11296
11297 * config.sub: Update to version 1.232 on subversion.
11298
11299 2001-12-03 Ben Elliston <bje@redhat.com>
11300
11301 * MAINTAINERS: Update mail address for config.* patches.
11302
11303 2001-11-27 DJ Delorie <dj@redhat.com>
11304 Zack Weinberg <zack@codesourcery.com>
11305
11306 When build != host, create libiberty for the build machine.
11307
11308 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
11309 CONFIG_ARGUMENTS.
11310 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
11311 New variables.
11312 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
11313 and rules.
11314 (all.normal): Depend on ALL_BUILD_MODULES.
11315 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
11316 (all-build-libiberty): Depend on configure-build-libiberty.
11317
11318 * configure: Calculate and substitute proper value for
11319 ALL_BUILD_MODULES.
11320 * configure.in: Create the build subdirectory.
11321 Calculate and substitute TARGET_CONFIGARGS (formerly
11322 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
11323
11324 2001-11-26 Ziemowit Laski <zlaski@apple.com>
11325
11326 * MAINTAINERS (write-after-approval): Add self.
11327
11328 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
11329
11330 * MAINTAINERS (GNATS only accounts): Remove self.
11331
11332 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
11333
11334 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
11335 libf2c.
11336
11337 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
11338
11339 * MAINTAINERS (Write After Approval): Add self.
11340
11341 2001-11-12 David O'Brien <obrien@FreeBSD.org>
11342
11343 * MAINTAINERS: mips and s390 are also CPU ports.
11344
11345 2001-11-12 David O'Brien <obrien@FreeBSD.org>
11346
11347 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
11348
11349 2001-11-11 David O'Brien <obrien@FreeBSD.org>
11350
11351 * MAINTAINERS: Alphabetize.
11352
11353 2001-11-09 Kazu Hirata <kazu@hxi.com>
11354
11355 * MAINTAINERS (Various maintainers: h8 port): Add myself.
11356
11357 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
11358
11359 * MAINTAINERS (Various maintainers: hppa port): Added myself.
11360
11361 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
11362
11363 * configure.in (--enable-languages): Be more permissive about
11364 syntax. Check for empty lists better. Warn about $LANGUAGES.
11365
11366 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
11367
11368 * config.sub: Import from master sources, rev. 1.230.
11369 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
11370
11371 2001-11-07 Laurent Guerby <guerby@acm.org>
11372
11373 * MAINTAINERS (Write After Approval): Add self.
11374
11375 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
11376
11377 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
11378
11379 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
11380
11381 * config.sub: Import from master sources, rev 1.226.
11382 * config.guess: Import from master sources, rev 1.216.
11383
11384 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
11385
11386 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
11387 * MAINTAINERS: Add self as maintainer of MMIX port.
11388 Remove old after-approval entry.
11389
11390 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
11391
11392 * ChangeLog, configure: Fix spelling errors.
11393
11394 2001-10-20 Brendan Kehoe <brendan@zen.org>
11395
11396 * MAINTAINERS: Tweak my address.
11397
11398 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
11399
11400 * MAINTAINERS: Update my email address.
11401
11402 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
11403
11404 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
11405 * MAINTAINERS: Add self as maintainer of CRIS port.
11406
11407 2001-10-10 Geert Bosch <bosch@gnat.com>
11408
11409 * MAINTAINERS (Various maintainers: Ada front end):
11410 Added Robert Dewar.
11411
11412 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
11413
11414 * MAINTAINERS (Write After Approval): Added self
11415
11416 2001-10-02 Geert Bosch <bosch@gnat.com>
11417
11418 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11419
11420 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
11421
11422 * configure: Handle temporary files securely using mkdir.
11423
11424 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
11425
11426 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
11427
11428 2001-09-26 Will Cohen <wcohen@redhat.com>
11429
11430 * configure.in (*-*-linux*): Disable configuration of target-newlib
11431 and target-libgloss.
11432
11433 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
11434
11435 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
11436 RANLIB.
11437
11438 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
11439
11440 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
11441 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
11442 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
11443 avoid quotes nesting problems.
11444 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
11445 (DO_X): Export only variables that are set.
11446
11447 2001-09-19 Ben Elliston <bje@redhat.com>
11448
11449 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
11450 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
11451 semantics. Use the shell built-in "type" command instead.
11452
11453 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
11454
11455 Merged from gcc-3_0-branch:
11456 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
11457 * ltcf-c.sh: Use $objext, not $ac_objext.
11458 2001-07-27 Mark Kettenis <kettenis@gnu.org>
11459 * ltcf-cxx.sh: Add support for GNU.
11460 2001-07-22 Timothy Wall <twall@redhat.com>
11461 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
11462 default settings if using GNU tools with that configuration.
11463 * ltcf-cxx.sh: Ditto.
11464 * ltcf-gcj.sh: Ditto.
11465 2001-07-21 Michael Chastain <chastain@redhat.com>
11466 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
11467 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
11468 * ltmain.sh: Mark as gcc-local.
11469
11470 2001-08-30 Eric Christopher <echristo@redhat.com>
11471 Jason Eckhardt <jle@redhat.com>
11472
11473 * config.guess: Merge from master sources.
11474 * config.sub: Merge from master sources, add support for mipsisa32.
11475
11476 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
11477 * config.sub: Merge from master sources, rev 1.219.
11478 * MAINTAINERS: Add self as contact for stormy16 port.
11479
11480 2001-08-14 Zack Weinberg <zackw@panix.com>
11481
11482 * config.sub: Merge from master sources, rev 1.218.
11483 * config.guess: Merge from master sources, rev 1.209.
11484
11485 2001-08-11 Graham Stott <grahams@redhat.com>
11486
11487 * Makefile.in (check-c++): Add missing semicolon.
11488
11489 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
11490
11491 * MAINTAINERS (Various maitainers: predict.def): Added myself.
11492
11493 2001-07-30 Eric Christopher <echristo@redhat.com>
11494
11495 * MAINTAINERS (Various maintainers: mips port): Added myself.
11496
11497 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
11498
11499 * configure.in (sh-*-linux*): New.
11500
11501 2001-07-27 Richard Henderson <rth@redhat.com>
11502
11503 * .cvsignore: Add LAST_UPDATED.
11504
11505 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
11506
11507 * MAINTAINERS (Various maintainers: s390 port): Added myself.
11508
11509 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
11510
11511 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
11512
11513 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
11514
11515 * MAINTAINERS (Write After Approval): Added myself.
11516
11517 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11518
11519 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11520 and libgcj on m68hc11/m68hc12.
11521
11522 2001-06-27 H.J. Lu (hjl@gnu.org)
11523
11524 * Makefile (CFLAGS_FOR_BUILD): New.
11525 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
11526
11527 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11528
11529 * README: Remove version number.
11530
11531 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11532
11533 * INSTALL/README: Update wrt. to the installation instructions now
11534 residing in gcc/doc/install.texi.
11535
11536 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11537
11538 * README: Replace with a cut-down and updated version of gcc/README.
11539
11540 2001-06-12 David Edelsohn <edelsohn@gnu.org>
11541
11542 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
11543 multilibs to be disabled.
11544
11545 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
11546
11547 * MAINTAINERS (Write After Approval): Add myself.
11548
11549 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
11550
11551 * config.guess: Import CVS version 1.195.
11552 * config.sub: Import CVS version 1.212.
11553
11554 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
11555
11556 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11557 gcc/xgcc is built, use -print-prog-name to find out the program
11558 name to use.
11559
11560 2001-06-04 Phil Edwards <pme@sources.redhat.com>
11561
11562 * config.guess: Import CVS version 1.194. All gcc-local changes
11563 appear to also be in the master copy.
11564 * config.sub: Import CVS version 1.211.
11565
11566 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
11567
11568 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
11569 with_gcc]: Use `gcc -shared' to build a shared library.
11570
11571 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
11572
11573 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
11574 archives.
11575
11576 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11577
11578 * MAINTAINERS (Write After Approval): Add myself.
11579
11580 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
11581
11582 * configure.in (libstdcxx_flags): Do not try to execute
11583 libstdc++-v3/testsuite_flags until it exists.
11584
11585 2001-06-01 Alan Modra <amodra@bigpond.net.au>
11586
11587 * MAINTAINERS: Update my email address.
11588
11589 2001-05-31 Graham Stott <grahams@redhat.com>
11590
11591 * MAINTAINERS (Write After Approval): Add myself.
11592
11593 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
11594
11595 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
11596 libraries when using g++ with native linker.
11597
11598 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
11599
11600 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
11601
11602 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
11603
11604 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
11605 [aix4*|aix5*]: Prepend blank.
11606
11607 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
11608
11609 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11610 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
11611 of subdir/configure scripts to use the new libtool.m4.
11612
11613 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
11614
11615 * MAINTAINERS (Write After Approval): Add myself.
11616
11617 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
11618
11619 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
11620
11621 2001-05-11 Ben Elliston <bje@redhat.com>
11622
11623 * Makefile.in (all-sid): New target.
11624 (check-sid, clean-sid, install-sid): Likewise.
11625
11626 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
11627
11628 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
11629
11630 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
11631
11632 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
11633 libgcj.
11634
11635 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
11636
11637 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11638 gcc/xgcc is built, use -print-prog-name to find out the program
11639 name to use.
11640
11641 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
11642
11643 * configure.in (noconfigdirs): Don't reset it from scratch in the
11644 target case; only append to it.
11645
11646 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
11647 sparc-*-solaris2.8]: Disable ${libgcj}.
11648
11649 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
11650
11651 * configure.in (libgcj_saved): Copy from $libgcj.
11652 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
11653 --disable-libgcj.
11654
11655 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
11656
11657 * MAINTAINERS: Remove self as MIPS maintainer and
11658 C front end maintainer.
11659
11660 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
11661
11662 * configure.in: Move *-chorusos target case to the proper switch.
11663 Disable libgcj.
11664
11665 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
11666
11667 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
11668 1.641.2.228.
11669
11670 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11671
11672 * Makefile.in (STAGE1_CFLAGS): Pass down.
11673
11674 2001-04-13 Alan Modra <amodra@one.net.au>
11675
11676 * config.guess: Add hppa64-linux support. Note for next import that
11677 this is already in the master file.
11678 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
11679
11680 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
11681
11682 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11683 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
11684
11685 2001-04-11 Stan Shebs <shebs@apple.com>
11686
11687 * MAINTAINERS: Add self as Darwin port maintainer.
11688
11689 2001-04-11 Alan Modra <amodra@one.net.au>
11690
11691 * MAINTAINERS: Update my email address.
11692
11693 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
11694
11695 * ltcf-cxx.sh: Support creation of C++ shared libraries on
11696 recent versions of FreeBSD (release 3 or later).
11697 * ltconfig: On FreeBSD, -lc must not be provided when building
11698 a shared library or else the standard -pthread gcc option is
11699 rendered worthless to later users of the built library.
11700
11701 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
11702
11703 * MAINTAINERS: Add self and RTH as C front end maintainers.
11704
11705 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
11706
11707 * config.sub: Make sure to match an already-canonicalized
11708 machine name (eg. mn10300-unknown-elf).
11709
11710 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
11711
11712 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
11713 New macros.
11714 (bootstrap, cross): Use RECURSE_FLAGS.
11715 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
11716
11717 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
11718
11719 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
11720
11721 2001-03-22 Colin Howell <chowell@redhat.com>
11722
11723 * Makefile.in (DO_X): Do not backslash single-quotes in
11724 backquotes (two places).
11725
11726 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
11727
11728 Re-installed:
11729 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11730 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
11731 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11732 * ltcf-cxx.sh: Likewise.
11733 * ltcf-gcj.sh: Likewise.
11734
11735 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11736
11737 * MAINTAINERS: Add myself as "documentation co-maintainer".
11738
11739 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
11740
11741 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11742 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
11743
11744 2001-03-19 Tom Tromey <tromey@redhat.com>
11745
11746 * config-ml.in: Handle GCJ and GCJFLAGS.
11747
11748 2001-03-21 Michael Chastain <chastain@redhat.com>
11749
11750 * Makefile.in: all-m4 depends on all-texinfo.
11751
11752 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
11753
11754 * MAINTAINERS: Add myself to write after approval list.
11755
11756 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
11757
11758 * Makefile.in (DO_X): Quote nested quotes.
11759
11760 2001-03-18 Alan Modra <alan@linuxcare.com.au>
11761
11762 * MAINTAINERS: Add myself to write after approval list.
11763
11764 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
11765
11766 * Makefile.in (DO_X): Use double quotes for quoting
11767 "RANLIB=$${RANLIB}".
11768
11769 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
11770
11771 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
11772
11773 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
11774
11775 * configure.in: Only use `lang_requires' for languages athat are
11776 actually enabled.
11777
11778 2001-03-08 Phil Edwards <pme@sources.redhat.com>
11779
11780 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
11781
11782 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
11783
11784 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
11785
11786 2001-03-07 Tom Tromey <tromey@redhat.com>
11787
11788 * configure.in: Allow config-lang.in to set `lang_requires' to list
11789 of other required languages.
11790
11791 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
11792
11793 * Makefile.in: Remove RANLIB definition. Use RANLIB
11794 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
11795 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
11796
11797 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
11798 Alexandre Oliva <aoliva@redhat.com>
11799
11800 * Makefile.in (check-c++): Use tabs, not spaces.
11801
11802 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
11803
11804 * MAINTAINERS: add myself to Write After Approval list.
11805
11806 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
11807
11808 * Makefile.in (check-c++): New rule.
11809
11810 * configure.in (target_libs): Remove libg++.
11811 (noconfigdirs): Remove libg++.
11812 (noconfigdirs): Same.
11813 (noconfigdirs): Same.
11814 (noconfigdirs): Same.
11815
11816 * config-ml.in: Remove libg++ references.
11817
11818 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
11819 (ALL_TARGET_MODULES): Same.
11820 (configure-target-libg++): Remove.
11821 (all-target-libg++): Remove.
11822 (configure-target-libio): Remove.
11823 (all-target-libio): Remove.
11824 (check-target-libio): Remove.
11825 (.PHONY): Remove.
11826 (libg++.tar.bz2): Remove.
11827 (all-target-cygmon): Remove libio.
11828 (all-target-libstdc++): Remove.
11829 (configure-target-libstdc++): Remove.
11830 (TARGET_LIB_PATH): Remove libstdc++.
11831 (ALL_GCC_CXX): Remove libstdc++.
11832 (all-target-gperf): Correct.
11833
11834 2001-02-16 Nick Clifton <nickc@redhat.com>
11835
11836 * configure.in (noconfigdirs): Allow configuration of texinfo
11837 for Cygwin hosts.
11838
11839 2001-02-15 Anthony Green <green@redhat.com>
11840
11841 * configure: Introduce GCJ_FOR_TARGET.
11842 * configure.in: Ditto.
11843 * Makefile.in: Ditto.
11844
11845 2001-02-13 Andreas Schwab <schwab@suse.de>
11846
11847 * MAINTAINERS: Update mail address.
11848
11849 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
11850
11851 * config.guess: Add linux target for S/390.
11852 * config.sub: Likewise.
11853
11854 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
11855
11856 * configure.in: for *-chorusos, don't config target-newlib and
11857 target-libgloss.
11858
11859 2001-02-06 Ben Elliston <bje@redhat.com>
11860
11861 * configure: Output host type to stdout, not stderr.
11862
11863 2001-02-05 Mark Mitchell <mark@codesourcery.com>
11864
11865 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
11866 * ltcf-cxx.sh: Likewise.
11867
11868 * config.if: Assume enable_libstdcxx_v3 is defined.
11869
11870 2001-02-04 Mark Mitchell <mark@codesourcery.com>
11871
11872 Remove V2 C++ library.
11873 * configure.in: Remove --enable-libstdcxx_v3 support.
11874
11875 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
11876
11877 * include/demangle.h: Add prototype for java_demangle_v3.
11878
11879 2001-01-29 Phil Edwards <pme@sources.redhat.com>
11880
11881 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
11882
11883 2001-01-27 Richard Henderson <rth@redhat.com>
11884
11885 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
11886
11887 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11888
11889 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
11890 Don't unset, it's non-portable and no longer necessary, set to empty
11891 instead.
11892
11893 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11894
11895 * ltconfig: Shell portability fix for the tagname validity check.
11896
11897 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
11898
11899 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
11900 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
11901
11902 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11903
11904 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
11905
11906 2001-01-26 Tom Tromey <tromey@redhat.com>
11907
11908 * configure.in: Allow libgcj to be built on Sparc Solaris.
11909
11910 2001-01-25 David Edelsohn <edelsohn@gnu.org>
11911
11912 * ltcf-c.sh: Add aix5 case.
11913 * ltcf-cxx.sh: Likewise.
11914 * ltconfig: Likewise.
11915
11916 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
11917
11918 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
11919 keep at least one of build_libtool_libs or build_old_libs set to
11920 yes.
11921
11922 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
11923 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
11924
11925 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
11926
11927 * configure.in: Enable libgcj on several additional platforms.
11928
11929 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
11930
11931 * configure.in: Enable libgcj for linux targets.
11932
11933 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11934
11935 * MAINTAINERS (Write After Approval): Add myself.
11936
11937 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
11938
11939 * MAINTAINERS: Add myself as vax port maintainer.
11940
11941 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
11942
11943 * MAINTAINERS: Add myself as Mercury front-end maintainer.
11944
11945 2001-01-09 Mike Stump <mrs@wrs.com>
11946
11947 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
11948 failures of subdirectories.
11949
11950 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11951
11952 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
11953 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11954 * ltcf-cxx.sh: Likewise.
11955 * ltcf-gcj.sh: Likewise.
11956 * ltconfig.sh: Fix typo.
11957
11958 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11959
11960 * configure: handle DOS-style absolute paths.
11961
11962 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11963
11964 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
11965
11966 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
11967
11968 * MAINTAINERS: Add myself as avr port co-maintainer.
11969
11970 2000-12-28 Ben Elliston <bje@redhat.com>
11971
11972 * MAINTAINERS: Add myself under ``Write After Approval''.
11973
11974 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
11975
11976 * texinfo: Remove directory from GCC.
11977
11978 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
11979
11980 * COPYING: Update to current
11981 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
11982 to 19yy as example year in copyright notice).
11983
11984 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
11985
11986 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
11987 (libstdcxx_incdir): Pass down.
11988 * config.if: Remove expired bits for cxx_interface, add stub.
11989 (libstdcxx_incdir): Add variable for g++ include directory.
11990 * configure.in (gxx_include_dir): Use it.
11991
11992 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
11993
11994 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
11995 with old-email address from ``Write After Approval''.
11996
11997 2000-12-15 Andreas Jaeger <aj@suse.de>
11998
11999 * configure.in: Handle lang_dirs.
12000
12001 2000-12-14 Tom Tromey <tromey@redhat.com>
12002
12003 * MAINTAINERS: Removed brads.
12004
12005 * MAINTAINERS: Added gcj developers.
12006
12007 2000-12-13 Anthony Green <green@redhat.com>
12008
12009 * configure.in: Disable libgcj for any target not specifically
12010 listed. Disable libgcj for x86 and Alpha Linux until compatible
12011 with g++ abi.
12012
12013 2000-12-13 Mike Stump <mrs@wrs.com>
12014
12015 * Makefile.in (local-distclean): Also remove fastjar.
12016
12017 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
12018
12019 * contrib/gcc_update: Add fastjar --touch entries.
12020
12021 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
12022
12023 * configure.in: Disable language-specific target libraries for
12024 languages that aren't enabled.
12025
12026 2000-12-10 Anthony Green <green@redhat.com>
12027
12028 * configure.in: Define libgcj. Disable libgcj target libraries for
12029 most targets.
12030
12031 2000-12-10 Neil Booth <neilb@earthling.net>
12032
12033 * MAINTAINERS: Update mail address, remove from WAA list.
12034
12035 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12036
12037 * libjava: Imported from /cvs/java.
12038 * libffi: Likewise.
12039 * Boehm-gc: Likewise.
12040
12041 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12042
12043 * configure.in (target_libs): Revert 2000-12-08 patch.
12044 (noconfigdirs): Added target-libjava.
12045
12046 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
12047
12048 * djunpack.bat: removed.
12049
12050 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
12051
12052 * Makefile.in: handle DOS-style absolute paths.
12053 * config-ml.in: likewise.
12054 * symlink-tree: likewise.
12055
12056 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12057
12058 * fastjar: Imported.
12059
12060 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12061
12062 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12063 libjava.
12064 * configure.in (target_libs): Removed `target-libjava'.
12065
12066 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12067
12068 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12069 (ALL_MODULES): Added fastjar.
12070 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12071 (all-target-libjava): all-fastjar replaces all-zip.
12072 (all-fastjar): Added.
12073 (configure-target-fastjar, all-target-fastjar): Likewise.
12074 * configure.in (host_tools): Added fastjar.
12075
12076 2000-12-07 Mike Stump <mrs@wrs.com>
12077
12078 * Makefile.in (local-distclean): Remove leftover built files.
12079
12080 2000-11-24 Nick Clifton <nickc@redhat.com>
12081
12082 * configure.in (xscale-elf): Add target.
12083 (xscale-coff): Add target.
12084
12085 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
12086
12087 * ltcf-cxx.sh: Support creation of C++ shared libraries on
12088 recent versions of FreeBSD (release 3 or later).
12089 * ltconfig: On FreeBSD, -lc must not be provided when building
12090 a shared library or else the standard -pthread gcc option is
12091 rendered worthless to later users of the built library.
12092
12093 2000-11-16 Fred Fish <fnf@be.com>
12094
12095 * configure.in (enable_libstdcxx_v3): Fix typo,
12096 libstd++ -> libstdc++.
12097
12098 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12099
12100 * MAINTAINERS: Add self to Write After Approval list.
12101
12102 2000-11-21 Bernd Schmidt <bernds@redhat.com>
12103
12104 * MAINTAINERS: Update my email address. Add myself to global write
12105 privs list.
12106
12107 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
12108
12109 * Makefile.in: Merge with src and libgcj.
12110 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
12111 configure-target-<library> when their configure scripts need the C
12112 or C++ library to have already been built to work properly.
12113 (do_proto_toplev): Set them to an empty string.
12114
12115 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12116 (REALLY_SET_LIB_PATH): Use them.
12117
12118 2000-11-17 Stan Shebs <shebs@apple.com>
12119
12120 * MAINTAINERS: Add self to Write After Approval list.
12121
12122 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12123
12124 * configure: Provide the original toplevel configure arguments
12125 (including $0) to subprocesses in the environment rather than
12126 through gcc/configargs.h.
12127
12128 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12129
12130 * MAINTAINERS: Remove references to cccp. Change C9X reference to
12131 C99. Alphabetise "Write After Approval" list.
12132
12133 2000-11-12 Mark Mitchell <mark@codesourcery.com>
12134
12135 * configure: Turn on libstdc++ V3 by default.
12136
12137 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
12138 if we've got GCC.
12139
12140 2000-11-11 Philip Blundell <philb@gnu.org>
12141
12142 * MAINTAINERS: Add self to Write After Approval list.
12143
12144 2000-11-09 David Edelsohn <edelsohn@gnu.org>
12145
12146 * ltcf-c.sh (aix4): Improve shared library configuration; require
12147 exporting symbols.
12148 * ltcf-cxx.sh (aix4): Define.
12149 * ltconfig (aix4): Define library and soname specs appropriate for
12150 AIX. Define command to create export symbols list.
12151
12152 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
12153
12154 * config.sub: Add support for Sun Chorus
12155
12156 2000-10-31 Nick Clifton <nickc@redhat.com>
12157
12158 * MAINTAINERS: Rename <name>@cygnus.com addresses to
12159 <name>@redhat.com. Also installed new email address for Clint
12160 Popetz.
12161
12162 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
12163
12164 * etc: Remove directory from GCC.
12165
12166 2000-10-16 Michael Meissner <meissner@redhat.com>
12167
12168 * configure (gcc/configargs.h): Only create if there is a build GCC
12169 directory created.
12170
12171 2000-10-16 Matthias Klose <doko@debian.org>
12172
12173 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
12174 when configured for libstdc++-v3.
12175
12176 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
12177
12178 * configure: Save configure arguments to gcc/configargs.h.
12179
12180 2000-10-04 Philipp Thomas <pthomas@suse.de>
12181
12182 * config.guess: Import CVS version 1.157.
12183 * config.sub: Import CVS version 1.181.
12184
12185 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
12186
12187 * Makefile.in (bootstrap): avoid recursion if subdir missing
12188 (cross): ditto
12189 (do-proto-toplev): ditto
12190
12191 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
12192
12193 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
12194 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
12195
12196 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
12197 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
12198 all affected `configure' scripts.
12199
12200 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
12201
12202 * MAINTAINERS: Add self as cpplib co-maintainer.
12203
12204 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
12205
12206 * MAINTAINERS: Add self to Write After Approval list.
12207
12208 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12209
12210 * INSTALL/README: egcs -> GCC update.
12211
12212 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
12213
12214 * MAINTAINERS: Add myself to Write After Approval list.
12215
12216 2000-09-15 Kazu Hirata <kazu@hxi.com>
12217
12218 * MAINTAINERS: Add myself to Write After Approval list.
12219
12220 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
12221
12222 * configure.in: Do not build byacc for hppa64. Provide paths to the
12223 X11 libraries for hppa64.
12224
12225 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12226
12227 * MAINTAINERS: Add myself as 68hc11 port maintainer.
12228
12229 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
12230
12231 * Makefile.in (all-zlib): Added dummy target.
12232
12233 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12234 ltcf-gcj.sh: Updated from libtool multi-language branch.
12235
12236 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
12237
12238 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
12239 (bootstrap*): Depend on all-bootstrap.
12240
12241 2000-09-05 Philipp Thomas <pthomas@suse.de>
12242
12243 * config.guess: Import CVS version 1.156.
12244 * config.sub: Import CVS version 1.179.
12245
12246 2000-09-02 Anthony Green <green@cygnus.com>
12247
12248 * Makefile.in (all-gcc): Depend on all-zlib.
12249 (CLEAN_MODULES): Add clean-zlib.
12250 (ALL_MODULES): Add all-zlib.
12251 * configure.in (host_libs): Add zlib.
12252
12253 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
12254
12255 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
12256 crosses, but add gcc/include to the header search path for them.
12257
12258 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
12259
12260 * MAINTAINERS: Add self to Write After Approval list.
12261
12262 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12263
12264 * config.guess: Import CVS version 1.152.
12265 * config.sub: Import CVS version 1.177.
12266
12267 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
12268
12269 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
12270 $targargs to tell whether newlib is going to be built.
12271
12272 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
12273 $$r/TARGET_SUBDIR/libio for _G_config.h.
12274
12275 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
12276
12277 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
12278
12279 2000-08-22 DJ Delorie <dj@redhat.com>
12280
12281 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
12282
12283 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
12284
12285 * config-ml.in (CC, CXX): Avoid trailing whitespace.
12286 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
12287 sub-configures.
12288
12289 2000-08-21 DJ Delorie <dj@redhat.com>
12290
12291 * MAINTAINERS: Add self as a libiberty maintainer
12292
12293 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
12294
12295 * configure.in (libstdcxx_flags): Use
12296 libstdc++-v3/src/libstdc++.INC.
12297
12298 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
12299
12300 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
12301
12302 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
12303
12304 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
12305
12306 * configure: Make enable_threads and enable_shared defaults
12307 explicit. Substitute enable_threads into generated Makefiles.
12308 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
12309 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
12310
12311 2000-08-13 Geoff Keating <geoffk@cygnus.com>
12312
12313 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
12314
12315 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
12316
12317 * config-ml.in (CC): Remove bogus duplicate quotation mark from
12318 previous delta.
12319
12320 2000-08-11 Jason Merrill <jason@redhat.com>
12321
12322 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
12323 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
12324 (FLAGS_FOR_TARGET): Not here.
12325 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
12326
12327 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
12328
12329 * config-ml.in (CC, CXX): Don't introduce a leading space.
12330
12331 2000-08-07 DJ Delorie <dj@delorie.com>
12332
12333 * MAINTAINERS: Add self as a DJGPP maintainer
12334
12335 2000-08-07 DJ Delorie <dj@redhat.com>
12336
12337 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
12338 "if we're also building gcc, and it's a gcc that will run on the
12339 build machine, we want to use its includes instead of the system's
12340 default includes".
12341
12342 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
12343
12344 * MAINTAINERS: Add self to Write After Approval list.
12345
12346 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
12347
12348 * configure.in (libstdcxx_flags): Don't use `"'.
12349
12350 * config-ml.in: Adjust multilib search paths to the
12351 appropriate multilib tree.
12352
12353 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
12354
12355 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
12356 commas in $LANGUAGES.
12357
12358 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
12359
12360 * configure.in: Re-enable all references to libg++ and librx.
12361
12362 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
12363
12364 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
12365 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
12366 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
12367 * ltcf-cxx.sh (need_lc): Set based on postdeps.
12368
12369 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
12370
12371 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
12372
12373 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
12374 CXX_FOR_TARGET for sed.
12375
12376 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
12377
12378 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
12379 Do not override if already set in the environment or in configure.
12380 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
12381 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
12382
12383 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
12384
12385 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
12386 the libtool CVS tree multi-language branch.
12387 * ltconfig, ltmain.sh: Updated.
12388
12389 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
12390
12391 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
12392 (clean-target): Depend on it.
12393
12394 * Makefile.in (FLAGS_FOR_TARGET): New macro.
12395 (GCC_FOR_TARGET): Use it.
12396 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
12397 * configure.in: ... here.
12398 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
12399 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
12400
12401 2000-07-24 Eric Christopher <echristo@cygnus.com>
12402
12403 * MAINTAINERS: Add self to Write After Approval list.
12404
12405 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
12406
12407 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
12408 (configure-target-libchill, configure-target-libobjc): Likewise.
12409
12410 * configure.in: Use the same cache file for all target libs.
12411 * config-ml.in: But different cache files per multilib variant.
12412
12413 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12414
12415 * configure (topsrcdir): Don't use dirname.
12416
12417 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
12418
12419 * MAINTAINERS: Add self to Write After Approval list.
12420
12421 2000-07-20 Jason Merrill <jason@redhat.com>
12422
12423 * configure.in: Remove all references to libg++ and librx.
12424
12425 * configure, configure.in, Makefile.in: Unify gcc and binutils.
12426
12427 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
12428
12429 * config.sub: Update to subversions version 2000-07-06.
12430
12431 2000-07-12 Andrew Haley <aph@cygnus.com>
12432
12433 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
12434 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
12435
12436 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
12437
12438 * symlink-tree: Check number of arguments.
12439
12440 2000-07-05 Jim Wilson <wilson@cygnus.com>
12441
12442 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
12443 search path for a g++ extracted from the build tree. This
12444 will allow link tests run by configure scripts in
12445 subdirectories to succeed.
12446
12447 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
12448
12449 * ltconfig: Add support for mips-dde-sysv4.2MP
12450
12451 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12452
12453 * MAINTAINERS: Add myself as loop discovery maintainer.
12454
12455 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
12456
12457 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
12458 `os2'. Force ac_cv_exeext to be ".exe" in that case.
12459
12460 2000-06-19 Timothy Wall <twall@cygnus.com>
12461
12462 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
12463 * config.sub: Add tic54x target.
12464
12465 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12466
12467 * MAINTAINERS: Add self as Fortran maintainer,
12468 remove Craig Burley.
12469
12470 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
12471
12472 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
12473 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
12474
12475 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
12476
12477 * MAINTAINERS: Add self as i18n maintainer
12478
12479 20000-05-21 H.J. Lu (hjl@gnu.org)
12480
12481 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
12482 directory are used if they exist. Make sure
12483 $(build_tooldir)/include is searched for header files,
12484 $(build_tooldir)/lib/ for library files.
12485 (GCC_FOR_TARGET): Likewise.
12486 (CXX_FOR_TARGET): Likewise.
12487
12488 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
12489
12490 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
12491
12492 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
12493
12494 * Makefile.in (configure-target-libiberty): Depend on
12495 configure-target-newlib.
12496
12497 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
12498
12499 * configure.in, Makefile.in: Merge all libffi-related
12500 configury stuff from the libgcj tree.
12501
12502 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
12503
12504 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12505 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
12506
12507 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
12508
12509 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12510 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
12511 current version information. Add to proto-toplev directory.
12512 (gdb-taz): Build do-djunpack.
12513
12514 2000-05-15 David Edelsohn <edelsohn@gnu.org>
12515
12516 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
12517
12518 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
12519
12520 * MAINTAINERS: Add self to Write After Approval list.
12521
12522 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12523
12524 * ltmain.sh: Preserve in relink_command any environment
12525 variables that may affect the linker behavior.
12526
12527 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
12528
12529 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
12530
12531 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
12532
12533 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
12534
12535 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12536
12537 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
12538 with the version name.
12539
12540 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
12541
12542 * MAINTAINERS: Add self as bb-reorder maintainer.
12543
12544 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
12545
12546 * config.if: Tweak.
12547
12548 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
12549
12550 * djunpack.bat: New file.
12551
12552 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
12553
12554 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
12555 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
12556 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
12557 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
12558
12559 2000-04-16 Dave Pitts <dpitts@cozx.com>
12560
12561 * config.sub (case $basic_machine): Change default for "ibm-*"
12562 to "openedition".
12563
12564 2000-04-13 Andreas Jaeger <aj@suse.de>
12565
12566 * MAINTAINERS: Added myself.
12567
12568 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
12569
12570 * Makefile.in (gdb-taz): New target. GDB specific archive.
12571 (do-md5sum): New target.
12572 (MD5PROG): Define.
12573 (PACKAGE): Default to TOOL.
12574 (VER): Default to a shell script.
12575 (taz): Rewrite target. Move real work to do-proto-toplev. Include
12576 md5 checksum generation.
12577 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
12578 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
12579 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
12580 insight.tar.bz2): Use gdb-taz to create archive.
12581
12582 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
12583
12584 * configure (warn_cflags): Delete.
12585
12586 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
12587
12588 * MAINTAINERS: Added myself.
12589
12590 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
12591 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
12592
12593 * configure.in (enable_libstdcxx_v3): Add.
12594 (target_libs): Add bits here to switch between libstdc++-v2 and
12595 libstdc++-v3.
12596 * config.if: And this file too.
12597 * Makefile.in: Add libstdc++-v3 targets.
12598
12599 2000-04-05 Michael Meissner <meissner@redhat.com>
12600
12601 * config.sub (d30v): Add d30v as a basic machine type.
12602
12603 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
12604
12605 * configure.in: -linux-gnu*, not -linux-gnu.
12606
12607 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12608
12609 * MAINTAINERS: Add self in write-after-approval section.
12610
12611 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
12612
12613 * MAINTAINERS: Add self as ia64 port maintainer.
12614
12615 2000-03-08 Neil Booth <NeilB@earthling.net>
12616
12617 * MAINTAINERS: Add self in write-after-approval section.
12618
12619 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
12620
12621 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
12622 (do-tar-bz2): Replace TOOL with PACKAGE.
12623 (gdb.tar.bz2): Remove GDBTK from GDB package.
12624 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
12625 dejagnu.tar.bz2): New packages.
12626
12627 2000-02-27 Andreas Jaeger <aj@suse.de>
12628
12629 * configure.in: Add entry for mips*-*-linux*, move catch all
12630 *-*-*linux* entry below this one.
12631
12632 2000-02-27 Ian Lance Taylor <ian@zembu.com>
12633
12634 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
12635
12636 2000-02-24 Nick Clifton <nickc@cygnus.com>
12637
12638 * config.sub: Support an OS of "wince".
12639
12640 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
12641
12642 * config.guess, config.sub: Updated to match config's 2000-02-15
12643 version.
12644
12645 2000-02-23 Linas Vepstas <linas@linas.org>
12646
12647 * config.sub: Add support for Linux/IBM 370.
12648 * configure.in: Likewise.
12649
12650 2000-02-22 Nick Clifton <nickc@cygnus.com>
12651
12652 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
12653
12654 2000-02-20 Christopher Faylor <cgf@cygnus.com>
12655
12656 * config.guess: Guess "cygwin" rather than "cygwin32".
12657
12658 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12659
12660 * configure (gcc_version): When setting, narrow search to
12661 lines containing `version_string'.
12662
12663 2000-02-15 Denis Chertykov <denisc@overta.ru>
12664
12665 * config.sub: Add support for avr target.
12666
12667 2000-02-14 Nick Clifton <nickc@cygnus.com>
12668
12669 * MAINTAINERS: Add maintainers for MCore port.
12670
12671 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
12672
12673 * config.sub: Add mmix-knuth-mmixware.
12674
12675 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12676
12677 * MAINTAINERS: Pair cccp with cpplib maintainership.
12678
12679 2000-01-27 Christopher Faylor <cgf@redhat.com>
12680
12681 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
12682 structure stuff to -L library search.
12683 (CXX_FOR_TARGET): Ditto.
12684 (CROSS_CHECK_MODULES): Fix spelling mistake.
12685
12686 2000-01-24 Mark Mitchell <mark@codesourcery.com>
12687
12688 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
12689 the C++ compiler.
12690
12691 2000-01-12 Richard Henderson <rth@cygnus.com>
12692
12693 * configure.in: Don't build some bits for beos.
12694
12695 2000-01-12 Joel Sherrill (joel@OARcorp.com)
12696
12697 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
12698 as include files.
12699
12700 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
12701
12702 * Add self as cpplib maintainer, as requested by Jason
12703 Merrill. Correct my e-mail address.
12704
12705 2000-01-06 Geoff Keating <geoffk@cygnus.com>
12706
12707 * configure.in: Use mt-aix43 to handle *_TARGET defs,
12708 not mh-aix43.
12709
12710 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
12711
12712 * MAINTAINERS: Add myself to "write after approval" list.
12713
12714 1999-12-14 Richard Henderson <rth@cygnus.com>
12715
12716 * config.guess (alpha-osf, alpha-linux): Detect ev67.
12717 * config.sub: Accept alphaev[78], alphaev8.
12718
12719 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12720
12721 * config.guess, config.sub: Update from autoconf.
12722
12723 1999-11-29 Bruce Korb <autogen@linuxbox.com>
12724
12725 * MAINTAINERS: update my playtime e-address.
12726
12727 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12728
12729 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
12730 necessary libraries are missing.
12731
12732 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
12733
12734 * MAINTAINERS: Add new 'write after approval' maintainer.
12735
12736 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
12737
12738 * MAINTAINERS: Add new Java maintainer.
12739
12740 1999-10-25 Andreas Schwab <schwab@suse.de>
12741
12742 * configure: Fix quoting inside arguments of eval.
12743
12744 1999-10-21 Nick Clifton <nickc@cygnus.com>
12745
12746 * config-ml.in: Allow suppression of some ARM multilibs.
12747
12748 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
12749
12750 * config.guess: Add OS/390 match pattern.
12751 * config.sub: Add mvs, openedition targets.
12752 * configure.in (i370-ibm-opened*): New.
12753
12754 1999-09-04 Steve Chamberlain <sac@pobox.com>
12755
12756 * config.sub: Add support for configuring for pj.
12757
12758 1999-08-31 Nick Clifton <nickc@cygnus.com>
12759
12760 * config.sub (maybe_os): Add support for configuring for fr30.
12761
12762 1999-08-25 Nick Clifton <nickc@cygnus.com>
12763
12764 * configure.in: Do not configure or build ld for AIX
12765 platforms. ld is known to be broken on these platforms.
12766
12767 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12768
12769 * config-ml.in: Pass compiler flag corresponding to multidirs to
12770 subdir configures.
12771
12772 1999-08-09 Ian Lance Taylor <ian@zembu.com>
12773
12774 * Makefile.in (LDFLAGS): Define.
12775
12776 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
12777
12778 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
12779 noconfigdirs.
12780 (*-*-cygwin*): Likewise.
12781
12782 1999-08-08 Ian Lance Taylor <ian@zembu.com>
12783
12784 * mkdep: New file.
12785 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
12786 (BINUTILS_SUPPORT_DIRS): Add mkdep.
12787
12788 From Eli Zaretskii <eliz@is.elta.co.il>:
12789 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
12790 long file name when using DJGPP on MS-DOS.
12791
12792 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
12793
12794 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
12795
12796 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
12797
12798 * Makefile.in (check-target-libio): Remove all-target-libstdc++
12799 dependency as this causes "make check" to globally "make all"
12800
12801 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
12802
12803 * configure.in (target_libs): Added target-zlib.
12804 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
12805 (CONFIGURE_TARGET_MODULES): Likewise.
12806 (CHECK_TARGET_MODULES): Likewise.
12807 (INSTALL_TARGET_MODULES): Likewise.
12808 (CLEAN_TARGET_MODULES): Likewise.
12809 (configure-target-zlib): New target.
12810 (all-target-zlib): Likewise.
12811 (all-target-libjava): Depend on all-target-zlib.
12812 (configure-target-libjava): Depend on configure-target-zlib.
12813
12814 * Makefile.in (configure-target-libjava): Depend on
12815 configure-target-newlib.
12816 (configure-target-boehm-gc): New target.
12817 (configure-target-qthreads): New target.
12818
12819 * configure.in (target_libs): Added target-qthreads.
12820 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
12821 (CONFIGURE_TARGET_MODULES): Likewise.
12822 (CHECK_TARGET_MODULES): Likewise.
12823 (INSTALL_TARGET_MODULES): Likewise.
12824 (CLEAN_TARGET_MODULES): Likewise.
12825 (all-target-qthreads): New target.
12826 (configure-target-libjava): Depend on configure-target-qthreads.
12827 (all-target-libjava): Depend on all-target-qthreads.
12828
12829 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
12830 (CONFIGURE_TARGET_MODULES): Likewise.
12831 (CHECK_TARGET_MODULES): Likewise.
12832 (INSTALL_TARGET_MODULES): Likewise.
12833 (CLEAN_TARGET_MODULES): Likewise.
12834 (all-target-libjava): New target.
12835 (all-target-boehm-gc): Likewise.
12836 * configure.in (target_libs): Added libjava, boehm-gc.
12837
12838 1999-07-22 Ian Lance Taylor <ian@zembu.com>
12839
12840 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
12841 configure.bat in SUPPORT_FILES.
12842 (gas+binutils.tar.bz2): Likewise.
12843
12844 * makeall.bat: Remove; obsolete.
12845
12846 1999-07-21 Ian Lance Taylor <ian@zembu.com>
12847
12848 From Mark Elbrecht:
12849 * configure.bat: Remove; obsolete.
12850
12851 1999-07-11 Ian Lance Taylor <ian@zembu.com>
12852
12853 * configure: Add -W -Wall to the default CFLAGS when compiling with
12854 gcc.
12855
12856 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
12857
12858 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
12859
12860 1999-06-30 Mark Mitchell <mark@codesourcery.com>
12861
12862 * configure.in: Build ld on IRIX6.
12863
12864 1999-06-12 Ian Lance Taylor <ian@zembu.com>
12865
12866 * Makefile.in: Change distribution targets to use bzip2 instead of
12867 gzip.
12868 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
12869 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
12870
12871 1999-06-04 Nick Clifton <nickc@cygnus.com>
12872
12873 * config.sub: Add mcore target.
12874
12875 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
12876
12877 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
12878
12879 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
12880
12881 * config.guess (dummy): Changed to $dummy.
12882
12883 1999-05-24 Nick Clifton <nickc@cygnus.com>
12884
12885 * config.sub: Tidied up case statements.
12886
12887 1999-05-22 Ben Elliston <bje@cygnus.com>
12888
12889 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
12890 <jiro@din.or.jp>.
12891
12892 * config.guess: Merge with FSF version. Future changes will be
12893 more accurately recorded in this ChangeLog.
12894 * config.sub: Likewise.
12895
12896 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
12897
12898 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
12899
12900 1999-04-30 Tom Tromey <tromey@cygnus.com>
12901
12902 * ltmain.sh: [mode link] Always use CC given by ltconfig.
12903
12904 1999-04-23 Tom Tromey <tromey@cygnus.com>
12905
12906 * ltconfig, ltmain.sh: Update to libtool 1.2f.
12907
12908 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
12909
12910 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
12911 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
12912 Bad merge removed these two changes.
12913
12914 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
12915 Martin Heller (Ing.-Buero_Heller@t-online.de)
12916
12917 * config.guess (interix Alpha): Add.
12918
12919 1999-04-11 Richard Henderson <rth@cygnus.com>
12920
12921 * configure.in (i?86-*-beos*): Do config gperf; don't config
12922 gdb, newlib, or libgloss.
12923
12924 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
12925
12926 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
12927 link a trivial program with -mabi=64. If it fails, remove mabi=64
12928 from multidirs.
12929
12930 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
12931
12932 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
12933
12934 1999-04-08 Nick Clifton <nickc@cygnus.com>
12935
12936 * config.sub: Add support for mcore targets.
12937
12938 1999-04-07 Michael Meissner <meissner@cygnus.com>
12939
12940 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
12941 not mt-ospace, in order to shut up assembler warning about using
12942 symbols that are named the same as registers.
12943
12944 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
12945
12946 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
12947 dependency list for all-target-cygmon.
12948
12949 1999-04-05 Doug Evans <devans@casey.cygnus.com>
12950
12951 * config-ml.in: Check $host, not $target, for selective multilibs.
12952 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
12953 thumb interworking, and underscore prefix multilibs.
12954
12955 1999-04-04 Ian Lance Taylor <ian@zembu.com>
12956
12957 * missing: Update to version from current automake.
12958
12959 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
12960
12961 * configure (gxx_include_dir): Removed.
12962
12963 * configure.in (gxx_include_dir): Handle it.
12964 * Makefile.in: Likewise.
12965
12966 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
12967
12968 * config.sub (mips64vr4111,mips64vr4111el) Add.
12969
12970 1999-03-21 Ben Elliston <bje@cygnus.com>
12971
12972 * config.guess: Correct typo for detecting ELF on FreeBSD.
12973
12974 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
12975
12976 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
12977 config/mh-djgpp.
12978
12979 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
12980
12981 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
12982 all-target-newlib to dependency list for all-target-bsp.
12983
12984 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
12985
12986 * config.sub: Add i386-uwin support.
12987 * config.guess: Likewise.
12988
12989 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12990
12991 * configure.in: cleanup, add mh-*pic handling for arm, special
12992 case powerpc*-*-aix*
12993
12994 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
12995
12996 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
12997 can be built.
12998
12999 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
13000
13001 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
13002 targets.
13003
13004 1999-03-02 Nick Clifton <nickc@cygnus.com>
13005
13006 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13007
13008 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
13009
13010 * config.sub: Check for "cygwin*" rather than "cygwin32*"
13011
13012 1999-02-24 Nick Clifton <nickc@cygnus.com>
13013
13014 * config.sub: Fix typo in arm recognition.
13015
13016 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
13017
13018 * configure.in (noconfigdirs): Changed target_configdirs to
13019 include target-bsp only for m68k-*-elf* and m68k-*-coff*
13020 rather than m68k-*-* since it is not known to work on
13021 m68k-aout. Ditto for arm-*-*oabi.
13022
13023 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
13024
13025 * configure.in (*-*-windows*): Remove, no longer used.
13026
13027 1999-02-19 Ben Elliston <bje@cygnus.com>
13028
13029 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
13030 Smart and improved by Andrew Cagney.
13031
13032 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
13033
13034 * config.guess: Recognize openbsd-*-hppa.
13035
13036 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
13037
13038 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13039 only if it is not empty.
13040
13041 1999-02-17 Nick Clifton <nickc@cygnus.com>
13042
13043 Patch from: Scott Bambrough <scottb@corelcomputer.com>
13044
13045 * config.guess: Modified to recognize uname's armv* syntax.
13046
13047 * config.sub: Modified to recognize uname's armv* syntax.
13048
13049 1999-02-17 Mark Salter <msalter@cygnus.com>
13050
13051 * configure.in: Added target-bsp for sparclite.
13052
13053 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
13054
13055 * config.sub: Recognize alphapca5[67] and up to alphaev8.
13056
13057 1999-02-08 Nick Clifton <nickc@cygnus.com>
13058
13059 * configure.in: Add support for strongarm port.
13060 * config.sub: Add support for strongarm target.
13061
13062 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
13063
13064 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13065 the old name config/mh-cygwin32.
13066 Enable texinfo.
13067
13068 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
13069
13070 * configure.in: Do build ld for ix86 Solaris.
13071
13072 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
13073
13074 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
13075 $AR_FOR_TARGET. Likewise for RANLIB.
13076
13077 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
13078
13079 * config.sub (oabi): Recognize.
13080 * configure.in (arm-*-oabi): Handle.
13081
13082 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
13083
13084 * config.guess: Improve detection of i686 on UnixWare 7.
13085
13086 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
13087
13088 * config.guess: Add support for i386-pc-interix.
13089 * config.sub: Likewise.
13090 * configure.in: Likewise.
13091
13092 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
13093
13094 * Makefile.in: Remove unneeded all-target-libio from
13095 from all-target-winsup target since it is now unneeded.
13096 Add all-target-libtermcap in its place since it is now
13097 needed.
13098
13099 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
13100
13101 * configure.in: makefile stub for cygwin target is probably
13102 unnecessary. Remove it for now.
13103
13104 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
13105
13106 * configure.in: libtermcap.a should be built when cygwin is the
13107 target as well as the host.
13108 * config.guess: Allow mixed case in cygwin uname output.
13109 * Makefile.in: Add libtermcap target.
13110
13111 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
13112
13113 * config.sub: Clean up handling of hppa2.0.
13114
13115 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
13116
13117 * config.guess: Use C code to identify more HP machines.
13118
13119 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
13120
13121 * config.sub: Handle hppa2.0.
13122
13123 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
13124
13125 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
13126 cygmon for all sparclite targets, regardless of object format.
13127
13128 1998-12-15 Mark Salter <msalter@cygnus.com>
13129
13130 * configure.in: Added target-bsp for several target architectures.
13131
13132 * Makefile.in: Added rules for bsp.
13133
13134 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
13135
13136 * config.guess: Improve detection of hppa2.0 processors.
13137
13138 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
13139
13140 * config.guess: Recognize FreeBSD using ELF automatically.
13141
13142 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
13143
13144 * configure (skip-this-dir): Add handling for new shell script, which
13145 might be created by a sub-directory's configure to indicate, this particular
13146 directory is "unwanted".
13147 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
13148
13149 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
13150
13151 * ltconfig: import from libtool, after changing libtool to
13152 account for the cygwin name change.
13153
13154 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
13155
13156 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
13157 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
13158
13159 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
13160
13161 * configure.in: Add libtermcap to list of cygwin dependencies.
13162
13163 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
13164
13165 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
13166 they include winsup/include when it's a cygwin target.
13167
13168 1998-11-12 Tom Tromey <tromey@cygnus.com>
13169
13170 * configure.in (host_tools): Added zip.
13171 * Makefile.in (all-target-libjava): Depend on all-zip.
13172 (all-zip): New target.
13173 (ALL_MODULES): Added all-zip.
13174 (NATIVE_CHECK_MODULES): Added check-zip.
13175 (INSTALL_MODULES): Added install-zip.
13176 (CLEAN_MODULES): Added clean-zip.
13177
13178 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
13179
13180 * Makefile.in: lose "32" from comment about cygwin.
13181
13182 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
13183
13184 * configure.in: Use -Os to build target libraries for the fr30.
13185
13186 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
13187
13188 * config.sub: Add fr30.
13189
13190 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
13191
13192 * configure.in: drop "32" from config/mh-cygwin32. Check
13193 cygwin* instead of cygwin32*.
13194 * config.sub: Check cygwin* instead of cygwin32*.
13195
13196 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
13197
13198 * config.guess: Match any version of Unixware7.
13199
13200 1998-10-20 Syd Polk <spolk@cygnus.com>
13201
13202 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
13203 if desired.
13204
13205 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
13206
13207 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
13208 these if the appropriate directories and files to not exist.
13209
13210 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
13211
13212 * Makefile.in (DEVO_SUPPORT): Add config.if.
13213
13214 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
13215
13216 * configure: Add pattern to replace "build_tooldir"'s
13217 definition in the generated Makefile with "tooldir"'s
13218 actual value.
13219
13220 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
13221
13222 * config.sub: Bring back lost sparcv9.
13223
13224 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
13225
13226 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
13227
13228 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
13229 CC_FOR_TARGET and friends.
13230
13231 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13232
13233 * Makefile.in (build_tooldir): New variable, same as tooldir.
13234 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
13235 -B$(build_tooldir)/bin/.
13236 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
13237
13238 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13239
13240 * README: Remove installation instructions and refer to the
13241 INSTALL directory instead.
13242
13243 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
13244
13245 * config.sub: Add support for i[34567]86-pc-udk.
13246 * configure.in: Likewise.
13247
13248 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
13249
13250 * Makefile.in: add bzip2 package building bits for user
13251 tools module
13252 * configure.in: ditto
13253
13254 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
13255
13256 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
13257 (ALL_TARGET_MODULES): Add all-target-libobjc.
13258 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13259 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13260 (all-target-libchill): Add dependencies.
13261 * configure.in (target_libs): Add libchill.
13262
13263 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
13264
13265 * configure.in (target_subdir): Remove duplicate line.
13266
13267 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
13268
13269 * Makefile.in (all-automake): fix dependencies.
13270
13271 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
13272
13273 * configure.in: Minor cleanups for building in the $(target_alias)
13274 subdir.
13275
13276 1998-09-22 Jim Wilson <wilson@cygnus.com>
13277
13278 * Makefile.in (bootstrap): Set r and s before make all. Use
13279 BASE_FLAGS_TO_PASS in make all.
13280 (cross): Likewise.
13281
13282 1998-09-20 Mark Mitchell <mark@markmitchell.com>
13283
13284 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
13285
13286 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
13287
13288 * config.sub: Fix typo in last change.
13289
13290 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13291
13292 * config.sub: Add support for C4x target.
13293 * configure.in: Likewise.
13294
13295 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
13296
13297 * config.sub: Recognize sparcv9 just like sparc64.
13298
13299 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
13300
13301 * config.guess: Match "Pent II" or "PentII" for OpenServer.
13302
13303 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
13304
13305 * config.guess: Correctly identify Pentium II sco boxes.
13306
13307 * config.guess: Fix "tr" code. From Weiwen Liu.
13308
13309 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
13310
13311 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
13312 stabs.
13313
13314 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
13315
13316 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
13317 (ALL_TARGET_MODULES): Add all-target-libchill.
13318 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13319 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13320 (all-target-libchill): Add dependencies.
13321 * configure.in (target_libs): Add libchill.
13322
13323 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
13324
13325 * config.guess: Avoid assumptions about "tr" behaves when
13326 LANG is set to something other than English.
13327
13328 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
13329
13330 * configure (gxx_include_dir): Changed to
13331 '${prefix}/include/g++'-${libstdcxx_interface}.
13332
13333 * config.if: New to determine the interfaces.
13334
13335 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
13336
13337 * config.guess: Detect and handle MPE/IX.
13338 * config.sub: Deal with MPE/IX.
13339
13340 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
13341
13342 * configure.in: Use mh-aix43.
13343
13344 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
13345
13346 * configure: Fix --without/--disable cases for gxx-include-dir.
13347
13348 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
13349
13350 * mdata-sh: Imported. Needed for automake support.
13351
13352 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
13353
13354 * Makefile.in (taz): Try "chmod -R og=u ." before
13355 "chmod og=u `find . -print`".
13356
13357 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
13358
13359 * configure.in: Add arm-elf and thumb-elf support.
13360
13361 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
13362
13363 * Makefile.in: Undo previous patch.
13364
13365 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
13366
13367 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
13368 to here ...
13369 (install-no-fixedincludes): and here
13370 (INSTALL_MODULES): ... from here.
13371
13372 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
13373
13374 * config.sub: Merge with FSF.
13375
13376 * config.guess: Merge with FSF.
13377
13378 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
13379
13380 * configure (extraconfigdirs): New variable.
13381 (SUBDIRS): Add extraconfigdirs and recurse on them too.
13382 * Makefile.in (all): Move higher in file.
13383 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
13384 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
13385 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
13386 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
13387 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
13388
13389 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
13390
13391 * Makefile.in (all-target-libjava): Depend on all-gcc and
13392 all-target-newlib.
13393 (configure-target-libjava): Depend on $(ALL_GCC).
13394
13395 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
13396
13397 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
13398 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
13399
13400 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
13401
13402 * INSTALL/README: Fix typo.
13403
13404 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
13405
13406 * ylwrap: Change absolute path checks to check for DOS style path
13407 names.
13408
13409 * ylwrap: Don't use a full path name if the source file is in the
13410 same directory. From hjl@lucon.org (H.J. Lu).
13411
13412 * config-ml.in: Default to being verbose, to match Feb 18 change to
13413 configure.
13414
13415 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
13416
13417 Brought over from egcs:
13418
13419 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13420
13421 * configure.in (target_subdir): Set to ${target_alias} instead
13422 of "libraries".
13423
13424 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
13425
13426 * configure.in (target_subdir): Set to libraries if enable_multilib.
13427
13428 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
13429
13430 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
13431 multilibs, force reconfiguration the first time we create
13432 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
13433
13434 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
13435
13436 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
13437 avoid confusion with --no-recursion.
13438
13439 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
13440
13441 * configure.in: Win32 hosts shouldn't use install -x
13442 * install-sh: remove -x option, and special .exe-handling
13443 hack.
13444
13445 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
13446
13447 * config.guess: Recognize i586-pc-beos.
13448 * configure.in: Don't build some bits for beos.
13449
13450 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
13451
13452 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
13453 CFLAGS default to -O2.
13454
13455 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
13456 when using GNU ld.
13457
13458 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
13459
13460 * ltmain.sh: Correct install when using a different shell.
13461
13462 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
13463
13464 * ltconfig, ltmain.sh: Update to libtool 1.2b.
13465
13466 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
13467
13468 * makefile.vms: Update to build binutils/makefile.vms. Add install
13469 target.
13470
13471 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
13472
13473 * ltconfig: Update to correct AIX handling.
13474
13475 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13476
13477 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
13478
13479 * configure.in (target_subdir): Set to ${target_alias} instead
13480 of "libraries".
13481
13482 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
13483
13484 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
13485 (Makefile): Depend on $(gcc_version_trigger).
13486
13487 * configure (gcc_version): Change default initializer to empty
13488 string.
13489 (gcc_version_trigger): New variable; pass this variable down
13490 to subdir configures to enable them checking gcc's version
13491 themselves. Emit make macros for both gcc_version vars.
13492 (topsrcdir): Initialize reliably.
13493 (recursion line): Remove --with-gcc-version=${gcc_version}.
13494
13495 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13496
13497 * configure (enable_version_specific_runtime_libs): Implement new flag
13498 --enable-version-specific-runtime-libs which installs C++ runtime stuff
13499 in $(libsubdir); emit definition in each generated Makefile.
13500 (gxx_include_dir): Initialize depending on
13501 $enable_version_specific_runtime_libs.
13502
13503 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13504
13505 * configure (gcc_version): Initialize properly depending on
13506 how and where configure is started.
13507 (recursion line): Pass a --with-gcc-version=${gcc_version}
13508 to configures in subdirs.
13509
13510 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
13511
13512 * configure.in (noconfigdirs): Add configure pattern for mips tx39
13513 cygmon
13514
13515 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
13516
13517 * configure.in: Add cygmon and libstub support for mn10200.
13518
13519 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
13520
13521 * configure (gcc_version): Add new variable describing the
13522 particular gcc version we're building.
13523 * Makefile.in (libsubdir): Add new macro for the directory
13524 in which the compiler finds executables, libraries, etc.
13525 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
13526 and libsubdir.
13527
13528 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13529
13530 * Makefile.in (local-clean): Remove *.log.
13531 (warning.log): Built with warn_summary from build.log.
13532 (mail-report.log): Run test_summary.
13533 (mail-report-with-warnings.log): Run test_summary including
13534 warning.log in the report.
13535
13536 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
13537
13538 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
13539
13540 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
13541
13542 * Makefile.in (grep): Grep no longer depends on libiberty.
13543
13544 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
13545
13546 * Makefile.in: all-snavigator needs all-libgui.
13547
13548 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
13549
13550 * configure.in: Add cygmon and libstub support for mn10300.
13551
13552 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
13553
13554 * missing: Update to version from automake 1.3.
13555
13556 * ltmain.sh: On installation, don't get confused if the same name
13557 appears more than once in the list of library names.
13558
13559 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
13560
13561 * config.sub: Accept m68060 and m5200 as CPU names.
13562
13563 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
13564
13565 * configure: Use && rather than using -a in test, because odd
13566 strings can confuse test.
13567 * configure.in: Likewise.
13568
13569 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
13570
13571 * ltconfig, ltmain.sh: Bring in Visual C++ support.
13572
13573 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13574
13575 * Makefile.in (boostrap2-lean, bootstrap3-lean,
13576 bootstrap4-lean): New targets.
13577
13578 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
13579
13580 * mpw-* Delete. Not used.
13581
13582 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
13583
13584 * COPYING.LIB: Update FSF address.
13585
13586 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
13587
13588 * ltconfig, ltmain.sh: Update to libtool 1.2a.
13589
13590 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
13591 GAS_SUPPORT_DIRS.
13592
13593 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
13594
13595 * ltconfig, ltmain.sh: Avoid producing a version number if
13596 -version-info was not used.
13597
13598 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
13599
13600 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
13601 building with newlib.
13602
13603 1998-04-30 Paul Eggert <eggert@twinsun.com>
13604
13605 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
13606 Solaris `make' causes it to continue to next definition.
13607
13608 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
13609
13610 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
13611 the right GUI libraries and files are installed along with GDB.
13612
13613 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
13614
13615 * configure.in: Change alpha to alpha* in several places.
13616
13617 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
13618
13619 * config.sub: Recognize sparc86x.
13620
13621 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
13622
13623 * configure.in (--enable-target-optspace): Remove debug echo.
13624
13625 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
13626
13627 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
13628
13629 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
13630
13631 * ltconfig: Update cygwin32 support.
13632
13633 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
13634 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
13635 (GDB_SUPPORT_DIRS): Likewise.
13636
13637 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
13638
13639 * configure.in (target_makefile_frag): If --enable-target-optspace,
13640 use -Os to compile target libraries rather than -O2. Default to
13641 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
13642 not used.
13643 * configure.in (target_cflags): Ditto for d30v.
13644
13645 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
13646
13647 * Makefile.in (all-bfd): Depend on all-intl.
13648 (all-binutils): Likewise.
13649 (all-gas): Likewise.
13650 (all-gprof): Likewise.
13651 (all-ld): Likewise.
13652
13653 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
13654
13655 * configure.in (host_tools): Fix typo, lbtool -> libtool.
13656
13657 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
13658
13659 * Makefile.in (all-bfd): Depend upon all-libiberty.
13660
13661 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
13662
13663 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
13664
13665 * Makefile.in: Add libstub.
13666
13667 * configure.in: Ditto. Build libstub for targets that have cygmon
13668 support.
13669
13670 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
13671
13672 * configure.in: Don't set PICFLAG on ix86-cygwin32.
13673
13674 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
13675
13676 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
13677 use mh-sysv5 if specified. Support gprof on SCO Open Server.
13678
13679 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
13680
13681 * configure: Define DEFAULT_M4 by searching PATH.
13682 * Makfile.in: Use DEFAULT_M4.
13683
13684 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
13685
13686 * ltconfig: Add cygwin32 support.
13687
13688 * Makefile.in, configure.in: Add libtool as a native only directory
13689 to configure and build.
13690
13691 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
13692
13693 * Makefile.in (INSTALL_MODULES): Remove texinfo.
13694
13695 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
13696
13697 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
13698
13699 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
13700
13701 * Makefile.in: add ash make rules
13702 * configure.in: add ash to native_only and host_tools lists
13703
13704 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
13705
13706 * Makefile.in (all-gettext, all-intl): New targets.
13707 (ALL_MODULES): Added all-gettext, all-intl.
13708 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
13709 (INSTALL_MODULES): Added install-gettext, install-intl.
13710 (CLEAN_MODULES): Added clean-gettext, clean-intl.
13711
13712 * configure.in (host_tools): Added gettext.
13713 (native_only): Likewise.
13714 (noconfigdirs) [various cases]: Likewise.
13715 (host_libs): Added intl.
13716
13717 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
13718
13719 * configure: Do not disable building gdbtk for cygwin32 hosts.
13720
13721 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
13722
13723 * configure.in: Add thumb-coff target.
13724 * config.sub: Add thumb-coff target.
13725
13726 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
13727
13728 * Makefile.in: Revert yesterday's change.
13729 (all-target-winsup): all-target-librx stays out of here.
13730
13731 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
13732
13733 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
13734 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
13735 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
13736 Remove references to librx and libg++.
13737
13738 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
13739
13740 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
13741 recursive makes
13742
13743 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
13744
13745 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
13746 for newlib directory.
13747 (CXX_FOR_TARGET): Likewise.
13748
13749 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
13750
13751 * ltconfig: Update after libtool/ltconfig.in change for
13752 hpux11.
13753
13754 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
13755
13756 * ltconfig, ltmain.sh: Update to libtool 1.2.
13757
13758 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
13759
13760 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
13761 (install-gcc-cross): Instead, override LANGUAGES here.
13762
13763 1998-03-18 Dave Love <d.love@dl.ac.uk>
13764
13765 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
13766 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
13767
13768 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
13769
13770 * configure.in: Add Thumb-pe target.
13771
13772 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
13773
13774 * Makefile.in - changed sn targets to snavigator
13775 * configure.in - changed sn targets to snavigator
13776
13777 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
13778
13779 * config-ml.in: After building symlink tree call make distclean
13780 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
13781 to be the case for libiberty.
13782
13783 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
13784
13785 * configure: When making link, also check the current
13786 directory. The configure scripts may create one.
13787
13788 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
13789
13790 * config.sub: Accept alphapca56 and alphaev6 properly.
13791
13792 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13793
13794 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
13795
13796 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
13797
13798 * config.sub (sco5): Fix typo.
13799
13800 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
13801
13802 * Makefile.in (INSTALL_MODULES): Move install-tcl before
13803 install-itcl.
13804 (install-itcl): Remove dependency on install-tcl.
13805
13806 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
13807
13808 * configure.in: Remove libgloss from noconfigdirs for MN10300.
13809
13810 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
13811
13812 * configure.in: Don't build libgui for a cygwin32 target when not on
13813 a cygwin32 host.
13814
13815 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
13816
13817 * configure (redirect): Set to null, so default behavior of
13818 configure is now --verbose.
13819
13820 1998-02-16 Dave Love <d.love@dl.ac.uk>
13821
13822 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
13823 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
13824
13825 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
13826
13827 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
13828 this change to sync Makefile.in with its ChangeLog entries.
13829
13830 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
13831
13832 * ltmain.sh (mkdir): Check that the directory doesn't exist
13833 before we exit with error, so that we don't get races during
13834 parallel builds.
13835
13836 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
13837
13838 * ltconfig, ltmain.sh: Update from libtool 1.0i.
13839
13840 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
13841
13842 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
13843 PICFLAG_FOR_TARGET.
13844 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
13845
13846 * configure: Emit a definition for the new macro enable_shared
13847 into each Makefile.
13848
13849 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
13850
13851 * configure.in (host_tools, native_only): Add libtool.
13852
13853 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
13854
13855 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
13856 Fix typo in ming config comment.
13857
13858 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
13859
13860 * ltconfig, ltmain.sh: Update from libtool 1.0h.
13861
13862 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
13863
13864 * config.sub: Add tic30 cases, and map c30 to tic30.
13865
13866 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
13867
13868 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
13869 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
13870 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
13871 (CLEAN_TARGET_MODULES): Similarly
13872 (all-target-libf2c): Add dependences.
13873 * configure.in (target_libs): Add libf2c.
13874
13875 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
13876
13877 * configure.in: Remove expect from noconfigdirs when target
13878 is cygwin32. OK to build expect and dejagnu with Canadian
13879 Cross.
13880
13881 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
13882
13883 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
13884 host.
13885
13886 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
13887 and mingw32.
13888
13889 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
13890
13891 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
13892 here as it is not defined in the toplevel Makefile.
13893
13894 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
13895
13896 * configure (package_makefile_rules_frag): New variable, which names
13897 a file with generic rules, ...
13898 Change comment to mention we now have FIVE parts.
13899 * configure: Undo last change.
13900
13901 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
13902
13903 * config.guess: More accurate determination of HP processor types.
13904 * config.sub: More accurate determination of HP processor types.
13905
13906 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
13907
13908 * configure (package_makefile_frag): Move inserting the
13909 ${package_makefile_frag} to where it should be according
13910 to the comment.
13911
13912 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
13913
13914 * config.guess: Add support for Linux/ARM.
13915
13916 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
13917
13918 * .cvsignore: Remove *-info and *-install since they match
13919 release-info and mpw-install, which we don't want to just ignore.
13920
13921 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
13922
13923 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
13924
13925 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
13926
13927 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
13928 local_prefix to sub-make invocations.
13929
13930 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
13931
13932 * configure.in: Check makefile fragments in the source
13933 directory.
13934
13935 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13936
13937 * configure.in: Check whether host and target makefile
13938 fragments exist before adding them to *_makefile_frag.
13939
13940 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
13941
13942 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
13943
13944 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
13945
13946 * configure.in: Make sure we only replace RPATH_ENVVAR on
13947 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
13948 regexp to sed.
13949
13950 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
13951 to sub-makes.
13952
13953 1998-01-13 Lee Iverson (leei@ai.sri.com)
13954
13955 * config-ml.in (multi-do): LDFLAGS must include multilib
13956 designator.
13957
13958 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
13959
13960 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
13961
13962 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
13963
13964 * config.sub: Add mingw32 support.
13965 * configure.in: Likewise.
13966
13967 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
13968
13969 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
13970
13971 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
13972
13973 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13974 * configure (gxx_include_dir): Provide a definition for subdirs
13975 which do not use autoconf.
13976
13977 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
13978
13979 * config.guess: Sync with egcs. Picks up new alpha support,
13980 BeOS & some additional linux support.
13981
13982 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
13983
13984 * config.guess: HP 9000/803 is a PA1.1 machine.
13985
13986 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
13987
13988 * configure.in: It's alpha*-...
13989
13990 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
13991
13992 * configure.in (host_makefile_frag, target_makefile_frag):
13993 Handle multiple config files.
13994 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
13995 alpha-*-*.
13996
13997 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
13998
13999 * mkdep: New file.
14000
14001 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
14002
14003 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14004
14005 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
14006
14007 * Makefile.in: Add libgui directory.
14008 (GDB_TK): Add all-libgui.
14009 * configure.in: Add libgui directory.
14010 * configure: Add all-libgui to GDB_TK.
14011
14012 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
14013
14014 * config-ml.in (multidirs): Add m32r to multilib list.
14015
14016 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
14017
14018 * Makefile.in (all-target-gperf): Change dependency to
14019 all-target-libstdc++.
14020
14021 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
14022
14023 * config.guess: Add BeOS support.
14024
14025 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
14026
14027 Source directory cvs renamed to cvssrc:
14028 * configure.in (host_tools): Change cvs to cvssrc.
14029 (native_only): Likewise.
14030 (noconfigdirs) [various cases]: Likewise.
14031 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14032 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14033 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
14034 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14035 (all-cvssrc): Rename target from all-cvs.
14036
14037 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
14038
14039 * configure (gxx_include_dir): Fix thinko.
14040
14041 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
14042
14043 * Makefile.in (INSTALL_TARGET_CROSS): Define.
14044 (install-cross, install-gcc-cross): New targets.
14045
14046 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
14047
14048 * configure.in (noconfigdirs): Add support for Thumb target.
14049
14050 * config.sub (maybe_os): Add support for Thumb target.
14051
14052 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
14053
14054 * Makefile.in: Add rules for cygmon.
14055
14056 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14057
14058 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
14059
14060 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14061 * configure (gxx_include_dir): Provide a definition for subdirs
14062 which do not use autoconf.
14063
14064 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
14065
14066 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
14067 11/18/97 build
14068
14069 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
14070
14071 * From Franz Sirl.
14072 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14073 found on RedHat Linux systems.
14074
14075 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
14076
14077 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14078 guesses.
14079
14080 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
14081
14082 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14083
14084 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
14085
14086 * ltmain.sh: If mkdir fails, check whether the directory was created
14087 anyhow by some other process.
14088
14089 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
14090
14091 * configure.in (d30v-*-*): Configure all directories.
14092
14093 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
14094
14095 * configure.in (d30v-*-*): Configure newlib, libiberty directories
14096 for the D30V.
14097
14098 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
14099
14100 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14101
14102 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
14103
14104 * include/libiberty.h: Add extern "C" { so it can be used with C++
14105 progrms.
14106 * include/remote-sim.h: Add extern "C" { so it can be used with C++
14107 programs.
14108
14109 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
14110
14111 * configure.in (d30v-*-*): Configure GCC now.
14112
14113 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
14114
14115 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14116 is no longer needed.
14117
14118 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
14119
14120 * Makefile.in: check-target-libio depends on all-target-libstdc++.
14121
14122 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
14123
14124 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14125 targets using "$@" to provide support for similar but not identical
14126 targets without having to duplicate code.
14127
14128 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
14129
14130 * makefile.vms: Fix to work with DEC C.
14131
14132 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
14133
14134 * config.sub: Add mips-tx39-elf to marketing names.
14135
14136 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
14137
14138 * ltmain.sh: Handle symlinks in generated script.
14139
14140 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
14141
14142 * configure: Handle autoconf style directory options: --bindir,
14143 --datadir, --includedir, --infodir, --libdir, --libexecdir,
14144 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
14145 --sysconfdir.
14146 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
14147 (sharedstatedir, localstatedir, oldincludedir): New variables.
14148 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
14149 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
14150 sbindir, sharedstatedir, and sysconfdir.
14151
14152 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
14153
14154 * Makefile.in (bootstrap-lean): New target.
14155
14156 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
14157
14158 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
14159 sn, and gnuserv from noconfigdirs.
14160
14161 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
14162
14163 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
14164
14165 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
14166
14167 * Makefile.in (cross): New target.
14168
14169 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
14170 Jeff Law <law@cygnus.com>
14171
14172 * Makefile.in (bootstrap2, bootstrap3): New targets.
14173 (all-bootstrap): Remove outdated and confusing target.
14174 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
14175
14176 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
14177
14178 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
14179 windows. Consistent with gdb/configure.
14180
14181 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
14182
14183 * configure.in: Name Linux target fragment.
14184
14185 * configure: Rewrite so that project Makefile fragment is inserted
14186 first and appears last in the resulting Makefile.
14187
14188 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
14189
14190 * Makefile.in (install-itcl): Install tcl first.
14191
14192 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
14193
14194 * configure.in: remove bison from noconfigdirs for Cygwin32 host
14195
14196 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
14197
14198 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
14199
14200 * configure.in (skipdirs): Add target-librx for Linux.
14201 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
14202
14203 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
14204
14205 * Makefile.in (bootstrap): New target.
14206
14207 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
14208
14209 * config.sub: Accept 'amigados' for backward compatibility.
14210
14211 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
14212
14213 * config.guess: Merge with FSF.
14214
14215 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
14216
14217 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
14218
14219 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
14220
14221 * config.sub: Add "marketing-names" patch.
14222
14223 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
14224
14225 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
14226
14227 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
14228
14229 * config.sub: Handle v850-elf.
14230
14231 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
14232
14233 * .cvsignore (*-install): Remove.
14234
14235 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
14236
14237 * ltconfig: Set CONFIG_SHELL in libtool.
14238 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
14239
14240 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
14241
14242 * configure.in (target_subdir): Set to libraries if enable_multilib.
14243
14244 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
14245
14246 * config.guess: Update from gcc directory.
14247
14248 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
14249
14250 * Makefile.in (all-sim): Depends on all-readline.
14251
14252 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
14253
14254 * Makefile.in (BISON, YACC): Use $$s.
14255 (all-bison): Depend on all-texinfo.
14256
14257 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
14258
14259 * Makefile.in (BISON): Add -L flag.
14260 (YACC): Likewise.
14261
14262 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
14263
14264 * configure.in (noconfigdirs): Add support for v850e target.
14265
14266 * config.sub (maybe_os): Add support for v850e target.
14267
14268 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
14269
14270 * configure.in (noconfigdirs): Add support for v850ea target.
14271
14272 * config.sub (maybe_os): Add support for v850ea target.
14273
14274 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
14275
14276 * config.sub: Add mipstx39. Delete r3900.
14277
14278 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14279
14280 * Makefile.in (all-autoconf): Depends on all-texinfo.
14281
14282 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
14283
14284 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
14285 eabi targets.
14286
14287 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
14288
14289 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
14290
14291 * configure: When handling a Canadian Cross, handle YACC as well as
14292 BISON. Just set BISON to bison. When setting YACC, prefer bison.
14293 * Makefile.in (all-bison): Depend upon all-texinfo.
14294
14295 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
14296
14297 * Makefile.in (BISON): bison, not byacc or bison -y.
14298 (YACC): bison -y or byacc or yacc.
14299 (various): Add *-bison as appropriate.
14300 (taz): No need to mess with BISON anymore.
14301
14302 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
14303
14304 * configure: If OSTYPE matches *win32*, try to find a good value for
14305 CONFIG_SHELL.
14306
14307 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
14308
14309 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
14310 configure.in if it is present.
14311
14312 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
14313
14314 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
14315
14316 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
14317
14318 * config.sub: Recognize `arc' cpu.
14319 * configure.in: Likewise.
14320 * config-ml.in: Likewise.
14321
14322 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
14323
14324 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
14325
14326 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
14327
14328 * configure: Changed sed delimiter from ':' to '|' when
14329 attempting to substitute ${config_shell} for SHELL. On
14330 NT ${config_shell} may contain a ':' in it.
14331
14332 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
14333
14334 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
14335
14336 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
14337
14338 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
14339
14340 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
14341
14342 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
14343
14344 * ylwrap: If the program is a relative path, force it to be
14345 absolute.
14346
14347 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
14348
14349 * configure (tooldir): Set BISON to `bison -y' and not just bison.
14350
14351 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
14352
14353 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
14354 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
14355 for libraries.
14356
14357 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
14358
14359 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
14360 separated by spaces.
14361
14362 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
14363
14364 * ylwrap: New file.
14365 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
14366
14367 * ltmain.sh: Handle /bin/sh at start of install program.
14368
14369 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
14370
14371 * ltconfig, ltmain.sh: New files, from libtool 1.0.
14372 * missing: New file, from automake 1.2.
14373
14374 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
14375
14376 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
14377 check-tk to CHECK_X11_MODULES.
14378
14379 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
14380
14381 * config.sub: Merge with FSF.
14382
14383 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
14384
14385 * config.guess: Merge with FSF.
14386
14387 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
14388
14389 * configure: Treat msdosdjgpp like go32.
14390 * configure.in: Likewise. Don't remove gprof for go32.
14391
14392 * configure: Change Makefile.tem2 to Makefile.tm2.
14393
14394 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
14395
14396 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
14397
14398 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14399
14400 * install-sh (chmodcmd): Set to null if the DST directory already
14401 exists. Same as Nov 11th change.
14402
14403 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
14404
14405 * configure (GDB_TK): Needs itcl and tix.
14406
14407 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
14408
14409 * config.guess: Update from FSF.
14410
14411 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
14412
14413 * Makefile.in (GDB_TK): Depend on itcl and tix.
14414
14415 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
14416
14417 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
14418 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
14419 (INSTALL_SCRIPT): New variable.
14420 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
14421 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
14422 to -x.
14423 * install-sh: Add support for -x option.
14424
14425 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
14426
14427 * configure.in, Makefile.in: Treat tix like itcl.
14428
14429 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
14430
14431 * Makefile.in (WINDRES): New variable.
14432 (WINDRES_FOR_TARGET): New variable.
14433 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
14434 (EXTRA_HOST_FLAGS): Add WINDRES.
14435 (EXTRA_TARGET_FLAGS): Add WINDRES.
14436 (EXTRA_GCC_FLAGS): Add WINDRES.
14437 ($(DO_X)): Pass down WINDRES.
14438 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
14439 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
14440 DLLTOOL_FOR_TARGET.
14441
14442 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
14443
14444 * configure.in: configure sim before gdb for win32-x-ppc
14445
14446 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14447
14448 Move gperf into the toplevel, from libg++.
14449 * configure.in (target_tools): Add target-gperf.
14450 (native_only): Add target-gperf.
14451 * Makefile.in (all-target-gperf): New target, depend on
14452 all-target-libg++.
14453 (configure-target-gperf): Empty rule.
14454 (ALL_TARGET_MODULES): Add all-target-gperf.
14455 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
14456 (CHECK_TARGET_MODULES): Add check-target-gperf.
14457 (INSTALL_TARGET_MODULES): Add install-target-gperf.
14458 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
14459
14460 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
14461
14462 * config.sub (mn10200): Recognize new basic machine.
14463
14464 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14465
14466 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
14467 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
14468
14469 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14470
14471 * configure.in: If we're building mips-sgi-irix6* native, turn on
14472 ENABLE_MULTILIB and set TARGET_SUBDIR.
14473
14474 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
14475
14476 * Makefile.in (all-sn): Depend on all-grep.
14477
14478 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
14479
14480 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
14481
14482 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
14483 Makefile. From Jeff Makey <jeff@cts.com>.
14484 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
14485
14486 * Makefile.in (DISTBISONFILES): Remove.
14487 (taz): Don't futz with DISTBISONFILES. Change BISON to use
14488 $(DEFAULT_YACC).
14489
14490 * configure.in: Build itl, db, sn, etc., when building for native
14491 cygwin32.
14492
14493 * Makefile.in (LD): New variable.
14494 (EXTRA_HOST_FLAGS): Pass down LD.
14495 ($(DO_X)): Likewise.
14496
14497 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
14498
14499 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
14500
14501 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
14502
14503 * configure.in (targargs): Strip out any supplied --build argument
14504 before adding our own. Always add --build.
14505
14506 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
14507
14508 * configure.in (targargs): Pass --build if we're doing
14509 a cross-compile.
14510
14511 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
14512
14513 * configure: Use '|' instead of ":" as the separator in
14514 sed. Otherwise sed chokes on NT path names with drive
14515 designators. Also look for "?:*" as the leading characters in an
14516 absolute pathname.
14517
14518 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
14519
14520 * config.sub: Support for r3900.
14521
14522 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
14523
14524 * configure.in: Use install-sh, not install.sh.
14525
14526 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
14527
14528 * Makefile.in (taz): Improve check for BISON so it doesn't try to
14529 apply it twice.
14530
14531 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
14532
14533 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
14534 install-binutils.
14535
14536 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
14537
14538 * Makefile.in: Add automake targets.
14539 * configure.in (host_tools): Add automake.
14540
14541 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
14542
14543 * configure: Default CXX to c++, not gcc.
14544 * Makefile.in (CXX): Set to c++, not gcc.
14545 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
14546
14547 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
14548
14549 * install-sh: try appending a .exe if source file doesn't
14550 exist
14551
14552 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
14553
14554 * configure.in: Turn on multilib by default.
14555 (cross_only): Remove target-libiberty.
14556
14557 * Makefile.in (all-gcc): Don't depend on libiberty.
14558
14559 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
14560
14561 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
14562
14563 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
14564
14565 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
14566 (DISTBISONFILES): Add ld/Makefile.in
14567
14568 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
14569
14570 * configure.in: if target is cygwin32 but host isn't cygwin32,
14571 don't configure gdb tcl tk expect, not just gdb.
14572
14573 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
14574
14575 * configure.in: Added gnuserv everywhere sn appears.
14576
14577 * Makefile.in (ALL_MODULES): Added all-gnuserv.
14578 (CROSS_CHECK_MODULES): Added check-gnuserv.
14579 (INSTALL_MODULES): Added install-gnuserv.
14580 (CLEAN_MODULES): Added clean-gnuserv.
14581 (all-gnuserv): New target.
14582
14583 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
14584
14585 * config.guess: Fixes for MIPS OpenBSD systems.
14586
14587 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
14588
14589 * Makefile.in (INSTALL_XFORM): Remove.
14590 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
14591
14592 * mkinstalldirs: New file, copied from automake.
14593 * Makefile.in (installdirs): Rename from install-dirs. Use
14594 mkinstalldirs. Change all users.
14595 (DEVO_SUPPORT): Add mkinstalldirs.
14596
14597 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
14598
14599 * install-sh: Rename from install.sh.
14600 * Makefile.in (INSTALL): Change install.sh to install-sh.
14601 (DEVO_SUPPORT): Likewise.
14602
14603 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
14604 Graichen <graichen@rzpd.de>.
14605
14606 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
14607
14608 * config.guess: Recognize OpenBSD systems correctly.
14609
14610 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14611
14612 * README, Makefile.in (ETC_SUPPORT): Remove references to
14613 cfg-paper*, configure.{texi,man,info*}._
14614
14615 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
14616
14617 * Makefile.in (all.normal): Ensure that gcc is built after all
14618 the x11 - ie gdb - targets.
14619
14620 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
14621
14622 * makefile.vms: Don't run conf-a-gas.
14623
14624 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
14625
14626 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
14627
14628 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
14629
14630 * configure.in: Remove noconfigdirs case since gdb also
14631 configures and builds for tic80-coff.
14632
14633 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
14634
14635 * configure: Set cache_file to config.cache.
14636 * Makefile.in (local-distclean): Remove config.cache.
14637
14638 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
14639
14640 * COPYING: Update FSF address.
14641
14642 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
14643
14644 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
14645 noconfigdirs.
14646
14647 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
14648
14649 * Makefile.in (install-dirs): Don't crash if prefix, and hence
14650 MAKEDIRS, is empty.
14651
14652 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
14653
14654 * config.sub: Tweak mn10300 entry.
14655
14656 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
14657
14658 * configure.in (host_tools): Put sim before gdb, so gdb's
14659 configure.tgt can determine if the simulator was configured.
14660
14661 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
14662
14663 * config.sub: Move BeOS $os case to be with other Cygnus
14664 local cases.
14665
14666 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
14667
14668 * config.sub: Remove misplaced comment that broke Linux.
14669
14670 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
14671
14672 * config.sub: Add BeOS support.
14673
14674 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
14675
14676 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
14677
14678 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
14679
14680 * configure.in (noconfigdirs): Remove tcl and tk from
14681 noconfigdirs for cygwin32 builds.
14682
14683 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
14684
14685 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
14686
14687 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
14688
14689 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
14690 make-all.com, use makefile.vms instead.
14691
14692 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
14693
14694 * config.sub: Accept -lnews*.
14695
14696 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
14697
14698 * configure.in (noconfigdirs): Disable target-newlib,
14699 target-examples and target-libiberty for d30v.
14700
14701 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
14702
14703 * configure.in (noconfigdirs): Enable ld for d30v.
14704
14705 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
14706
14707 * configure.in (tic80-*-*): Build compiler.
14708
14709 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
14710
14711 * configure.in (d30v-*): Remove sim directory from list of
14712 unsupported d30v directories
14713
14714 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
14715
14716 * config.sub, configure.in: Add d30v target cpu.
14717
14718 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
14719
14720 * makefile.vms: New file.
14721 * make-all.com: Remove.
14722
14723 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
14724
14725 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
14726
14727 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
14728
14729 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
14730
14731 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
14732
14733 * Makefile.in (ALL_MODULES): Added all-db.
14734 (CROSS_CHECK_MODULES): Addec check-db.
14735 (INSTALL_MODULES): Added install-db.
14736 (CLEAN_MODULES): Added clean-db.
14737
14738 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
14739
14740 * config.guess: Merge with latest FSF sources.
14741
14742 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
14743
14744 * Makefile.in (ALL_MODULES): Added all-itcl.
14745 (CROSS_CHECK_MODULES): Added check-itcl.
14746 (INSTALL_MODULES): Added install-itcl.
14747 (CLEAN_MODULES): Added clean-itcl.
14748
14749 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
14750
14751 * configure.in: build gdb for mn10200
14752
14753 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
14754
14755 * Makefile.in (all-target-winsup): Depend on all-target-libio.
14756
14757 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
14758
14759 * configure.in (tic80-*-*): Turn off most targets right now.
14760
14761 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
14762
14763 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
14764 rather than the makeinfo program.
14765 (do-info): Depend upon all-texinfo.
14766
14767 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
14768
14769 * configure.in: Remove uses of config/mh-linux.
14770
14771 * config.sub, config.guess: Merge with latest FSF sources.
14772
14773 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
14774
14775 * config.sub (case $basic_machine): Add tic80 entries.
14776
14777 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
14778
14779 * config.sub, config.guess: Merge with latest FSF sources.
14780
14781 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
14782
14783 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
14784 * mpw-config.in: Test for NewFolderRecursive.
14785 * mpw-install: Use symbolic name for startup filename.
14786 * mpw-README: Add various additional details.
14787
14788 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
14789
14790 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
14791
14792 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
14793
14794 * configure.in: Do build gcc and the target libraries for
14795 the mn10200.
14796
14797 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
14798
14799 * configure.in: don't avoid building gdb for mn10300 any more
14800 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
14801 instead of single-quoting it.
14802
14803 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
14804
14805 * configure.in: Don't use --with-stabs on IRIX 6.
14806
14807 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
14808
14809 * configure.in (m32r): Build gdb, libg++ now.
14810
14811 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14812
14813 * configure.in (mips*-sgi-irix6*): Remove gdb and related
14814 directories from noconfigdirs.
14815
14816 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
14817
14818 * config.sub (basic_machine): added mips16 configuration
14819
14820 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14821
14822 * config.sub: Handle d10v-unknown.
14823
14824 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
14825
14826 * config.sub: Handle v850-unknown.
14827
14828 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
14829
14830 * Makefile.in: add findutils
14831 * configure.in: add findutils to list of host_tools
14832
14833 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
14834
14835 * config.sub: Handle mn10200 and mn10300.
14836
14837 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14838
14839 * configure.in (d10v-*): Do not build librx.
14840
14841 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
14842
14843 * configure.in (mn10300): Build everything except gdb & libgloss.
14844
14845 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
14846
14847 * config.guess: Patch for Dansk Data Elektronik servers,
14848 from Niels Skou Olsen <nso@dde.dk>.
14849
14850 For ncr, use /bin/uname rather than uname, since GNU uname does not
14851 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
14852
14853 Patch for MIPS R4000 running System V,
14854 from Eric S. Raymond <esr@snark.thyrsus.com>.
14855
14856 Fix thinko for nextstep.
14857
14858 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
14859
14860 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
14861 * config.guess: Guess mips-dec-mach_bsd4.3.
14862
14863 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
14864 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
14865 release numbers.
14866 * config.guess (mips-mips-riscos*): Emit just enough of the
14867 release number.
14868
14869 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
14870 * config.guess (sparc-auspex-sunos*): Added.
14871 (f300-fujitsu-*): Added.
14872
14873 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
14874 * config.guess: Recognize a Tadpole as a sparc.
14875
14876 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
14877
14878 * config.guess: Don't assume that NextStep version is either 2 or
14879 3. NextStep 4 (aka OpenStep 4) has come out now.
14880
14881 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
14882
14883 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
14884 From Rik Faith <faith@cs.unc.edu>.
14885
14886 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
14887
14888 * config.sub: Contributions from bug-gnu-utils to:
14889 Support plain "hppa" (no version given) architecture, reported by
14890 OpenStep.
14891 OpenBSD like NetBSD.
14892 LynxOs is not a hardware supplier.
14893
14894 * config.guess: Contributions from bug-gnu-utils to add support for:
14895 OpenBSD like NetBSD.
14896 Stratus systems.
14897 More Pyramid systems.
14898 i[n>4]86 Intel chips.
14899 M680[n>4]0 Motorola chips.
14900 Use unknown instead of lynx for hardware manufacturer.
14901
14902 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14903
14904 * install.sh (chmodcmd): Set to null if the DST directory already
14905 exists.
14906
14907 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14908
14909 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
14910 not use mt-ppc target Makefile fragment any more.
14911
14912 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
14913
14914 * configure.in (*-*-windows): Exclude everything but those dirs
14915 needed to build windows.
14916
14917 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
14918
14919 * Makefile.in (all-target-winsup): Depend on all-target-librx.
14920
14921 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
14922
14923 * configure.in: Exclude mmalloc from i386-windows.
14924
14925 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
14926
14927 * Undo my previous change.
14928
14929 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
14930
14931 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
14932 unconditionally.
14933 (MAKEOVERRIDES): Define (revert this part of October 18 change).
14934
14935 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
14936
14937 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
14938 host to add it's own flags.
14939
14940 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
14941
14942 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
14943
14944 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
14945
14946 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
14947 (CXX_FOR_TARGET): Likewise.
14948 (GCC_FOR_TARGET): Define.
14949 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
14950 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
14951 CC_FOR_TARGET was specified on the command line.
14952 (MAKEOVERRIDES): Don't define.
14953
14954 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
14955
14956 * configure.in (m32r): Fix spelling of libg++ libs.
14957
14958 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
14959
14960 * config.sub (-apple*): Remove, now redundant.
14961
14962 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
14963
14964 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
14965
14966 * configure: Rework yesterday's sed script patch.
14967
14968 * config.sub: Merge with FSF.
14969
14970 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
14971
14972 * config.guess: Merge from FSF.
14973
14974 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
14975 * config.guess: Use pc instead of unknown, for pc clone systems.
14976 Change linux to linux-gnu.
14977
14978 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
14979 * config.guess: Avoid non-portable tr syntax.
14980
14981 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
14982
14983 * test-build.mk (HOLES): Add "xargs" for gdb.
14984
14985 * configure: Avoid hpux10.20 sed bug.
14986
14987 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
14988
14989 * configure.in: Add support for windows host
14990 (that is a build done under the Microsoft build environment).
14991
14992 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
14993
14994 * Makefile.in: Replace all uses of srcroot with s, to shrink
14995 command line lengths.
14996
14997 Patches from Geoffrey Noer <noer@cygnus.com>:
14998 * configure.in: If configuring for newlib, pass --with-newlib to
14999 subdirectories.
15000 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15001 -Bnewlib/ and -Lwinsup to gcc.
15002 (CXX_FOR_TARGET): Likewise.
15003
15004 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
15005
15006 * Makefile.in (ETC_SUPPORT): Add configure.
15007
15008 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
15009
15010 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
15011 host configuration file.
15012
15013 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
15014
15015 * configure.in: Break mn10x00 support into separate
15016 mn10200 and mn10300 configurations.
15017 * config.sub: Likewise.
15018
15019 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
15020
15021 * configure.in: Add lots of stuff to noconfigdirs for
15022 the mn10x00 targets.
15023
15024 * config.sub, configure.in: Add mn10x00 support.
15025
15026 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
15027
15028 * make-all.com: Call conf-a-gas, not config-a-gas.
15029
15030 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
15031
15032 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
15033 targets.
15034
15035 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
15036
15037 * mpw-README: Add much more detail for native PowerMac.
15038 * mpw-install: New file.
15039 * mpw-configure: Add --norecursion and --help options.
15040 * mpw-config.in: Translate readme and install files when
15041 copying to objdir.
15042 * mpw-build.in: Don't always depend on byacc and flex.
15043 (install-only-top): New action.
15044
15045 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
15046
15047 * configure.in: You can now configure GDB for the v850.
15048
15049 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
15050
15051 * configure.in (noconfigdirs): Don't configure any C++ dirs
15052 if targeting D10V.
15053
15054 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
15055
15056 * config.sub: Recognize mips64vr5000.
15057
15058 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
15059
15060 * configure.in: Use a single line for host_tools and native_only.
15061
15062 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
15063
15064 * config.sub, configure.in: Add entries for m32r.
15065
15066 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
15067
15068 * Makefile.in (inet-install): Don't run install-gzip.
15069
15070 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
15071
15072 * configure.in: Don't config lots of things for *-*-windows*.
15073
15074 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
15075
15076 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15077 (host_libs, host_tools): Copy from configure.in.
15078 * mpw-configure: Don't complain about directories not found.
15079
15080 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15081
15082 * configure.in (i[345]86): Recognize i686 for pentium pro.
15083 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15084 file.
15085
15086 * config.guess (i[345]86): Ditto.
15087
15088 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15089
15090 * configure.in (noconfigdirs): Removed gdb for D10V.
15091
15092 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
15093
15094 * configure.in: Remove ld, target-libio, target-libg++, and
15095 target-libstdc++ from noconfigdirs.
15096
15097 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
15098
15099 * configure: Fix three locations where shell scripts were
15100 being run directly rather than with config_shell.
15101
15102 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
15103
15104 * configure.in (v850-*-*): Set up initial $noconfigdirs.
15105 * config.sub (basic_machine): Recognize v850.
15106
15107 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
15108
15109 * mpw-configure: Handle multiple enable/disable options and
15110 pass them down recursively, handle -c and -s flags appropriately
15111 depending on choice of compiler, add escape mechanism for
15112 quoted arguments to gC.
15113
15114 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15115
15116 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15117 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15118 so that -mrelocatable-lib and -mno-eabi are used.
15119
15120 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15121 not support --print-multi-lib, don't abort.
15122
15123 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
15124
15125 * make-all.com: Run config-a-gas.
15126 * setup.com: Don't copy subdirectory files around.
15127
15128 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
15129
15130 * configure.in (*-*-ose): Remove exclusion of libgloss for this
15131 target, it now compiles correctly.
15132
15133 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
15134
15135 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
15136
15137 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15138
15139 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
15140
15141 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15142
15143 * configure.in (native_only): Add prms.
15144
15145 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
15146
15147 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
15148 (BINUTILS_SUPPORT_DIRS): Likewise.
15149
15150 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15151
15152 * configure.in (d10v-*-*): Don't configure ld or gdb until the
15153 d10v support is added.
15154
15155 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15156
15157 * configure.in (d10v-*-*): New target.
15158
15159 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
15160
15161 * config.guess (HP 9000/811): Recognize this as a PA1.1
15162 machine.
15163
15164 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
15165
15166 * Makefile.in (do-tar-gz): New target, split out from tail end of
15167 taz target. Run each command separately, don't use pipes.
15168 (taz): Use it.
15169
15170 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
15171
15172 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
15173 * mpw-build.in: No builds should depend on building byacc or flex,
15174 they are assumed to be installed already.
15175
15176 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15177
15178 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
15179 variable that CC_FOR_TARGET needs.
15180
15181 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15182
15183 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
15184 options have changed since the last time the subdirectory was
15185 configured, and if it has, reconfigure.
15186 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
15187 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
15188
15189 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
15190
15191 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
15192 CLEAN_MODULES): Add bash.
15193 (all-bash): New target.
15194
15195 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
15196
15197 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
15198
15199 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15200
15201 * config.sub (basic_machine): Recognize d10v as a valid processor.
15202
15203 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
15204
15205 * mpw-configure: Add support for --bindir.
15206 * mpw-build.in: Use a GCC-specific build script for GCC actions.
15207
15208 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
15209
15210 * configure.in: add bash, time, gawk to list of hosttools and things
15211 to only build for native toolchains
15212
15213 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15214
15215 * Makefile.in (docdir): Remove.
15216
15217 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15218
15219 * Makefile.in (datadir): Set to $(prefix)/share.
15220
15221 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
15222
15223 * configure.in: build diff and patch for cygwin32-hosted
15224 toolchains.
15225
15226 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
15227
15228 * config.sub: Accept -rtems*.
15229
15230 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
15231
15232 * configure.in: enable dosrel for cygwin32-hosted builds,
15233 remove diff from the list of things not buildable
15234 via Canadian Cross
15235
15236 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
15237
15238 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
15239 don't get ". ".
15240
15241 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
15242
15243 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
15244
15245 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
15246
15247 * Makefile.in (taz): Handle case where tex3patch didn't even get
15248 checked out. Also, if it was found, put the symlink in a new util
15249 subdirectory.
15250
15251 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15252
15253 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
15254
15255 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
15256
15257 * config.sub: Recognize -openvms.
15258 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
15259 * make-all.com, setup.com: New files.
15260
15261 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15262
15263 * Makefile.in (taz): tex3patch moved to texinfo/util.
15264
15265 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
15266
15267 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
15268 * configure.in: remove make from disable-if-Can-Cross list
15269 enable gdb if ${host} and ${target} are cygwin32
15270
15271 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
15272
15273 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
15274 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
15275
15276 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
15277
15278 * config.guess: Combine mips-mips-riscos cases, and use cpp to
15279 distinguish sysv/svr4/bsd variants.
15280 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
15281
15282 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
15283
15284 * configure.in: Added copyright notice.
15285 * move-if-change: Added copyright notice.
15286
15287 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15288
15289 * configure.in (powerpcle-*-solaris*): Until we get shared
15290 libraries working, don't build gdb, sim, make, tcl, tk, or
15291 expect.
15292
15293 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
15294
15295 * config.guess: Merge with FSF:
15296
15297 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
15298 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
15299
15300 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
15301 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
15302
15303 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
15304 * config.guess: Combine two OSF1 rules.
15305 Also recognize field test versions. From mjr@zk3.dec.com.
15306 * config.guess (dgux): Use /usr/bin/uname rather than uname,
15307 because GNU uname does not support -p. From pmr@pajato.com.
15308
15309 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
15310
15311 * Makefile.in (MAKEDIRS): Removed $(tooldir).
15312
15313 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
15314
15315 * mpw-README: Document GCCIncludes.
15316
15317 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
15318
15319 * configure.in (alpha-*-linux*): Set enable_shared to yes.
15320
15321 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
15322
15323 * mpw-configure: Handle --enable-FOO and --disable-FOO.
15324
15325 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
15326
15327 * configure.in (*-*-cygwin32): Configure make.
15328
15329 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
15330
15331 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
15332
15333 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
15334
15335 * Makefile.in (all-inet): Depend on all-perl.
15336
15337 * Makefile.in (inet-install): New target.
15338
15339 * Makefile.in (all-inet): Depend on all-tcl.
15340 (all-inet): Depend on all-send-pr.
15341
15342 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15343
15344 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
15345 temporarily.
15346
15347 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
15348
15349 * configure.in: Don't configure --with-gnu-ld on AIX.
15350
15351 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
15352
15353 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
15354
15355 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
15356
15357 * Makefile.in (ALL_MODULES): Added all-inet.
15358 (CROSS_CHECK_MODULES): Added check-inet.
15359 (INSTALL_MODULES): Added install-inet.
15360 (CLEAN_MODULES): Added clean-inet.
15361 (all-indent): New target.
15362
15363 * configure.in (host_tools): Added inet.
15364 (native_only): Added inet.
15365 (noconfigdirs): Added inet.
15366
15367 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
15368
15369 * configure.in: Don't configure libgloss if we are not configuring
15370 newlib.
15371
15372 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
15373
15374 * configure.in: Don't configure libgloss for unsupported
15375 architectures.
15376
15377 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15378
15379 * Makefile.in (CLEAN_MODULES): Add clean-apache.
15380
15381 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
15382
15383 * Makefile.in (ALL_MODULES): Include all-apache.
15384 (CROSS_CHECK_MODULES): Include check-apache.
15385 (INSTALL_MODULES): Include install-apache.
15386 (all-apache): New target.
15387
15388 * configure.in: Added apache everywhere perl is seen.
15389
15390 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15391
15392 * Makefile.in: Add support for clean-{module} and
15393 clean-target-{module} rules.
15394
15395 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
15396
15397 * configure.in (*-*-ose) do not build libgloss.
15398
15399 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15400
15401 * config.guess (prep*:SunOS:5.*:*): Turn into
15402 powerpele-unknown-solaris2.
15403
15404 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
15405
15406 * configure.in: Permit --enable-shared to specify a list of
15407 directories.
15408
15409 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
15410
15411 * configure.in (host==solaris): Pass only the first word of $CC
15412 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
15413
15414 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
15415
15416 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
15417
15418 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
15419
15420 * Makefile.in (ALL_MODULES): Include all-perl.
15421 (CROSS_CHECK_MODULES): Include check-perl.
15422 (INSTALL_MODULES): Include install-perl.
15423 (ALL_X11_MODULES): Include all-guile.
15424 (CHECK_X11_MODULES): Include check-guile.
15425 (INSTALL_X11_MODULES): Include install-guile.
15426 (all-perl): New target.
15427 (all-guile): New target.
15428
15429 * configure.in (host_tools): Include perl and guile.
15430 (native_only): Include perl and guile.
15431 (noconfigdirs): Don't build guile and perl; no ports have been
15432 done.
15433
15434 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
15435
15436 * configure (--enable-*): Handle quoted option lists such as
15437 --enable-sim-cflags='-g0 -O' better.
15438
15439 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15440
15441 * Makefile.in ({,inst}all-target): New rule so we can make and
15442 install all of the target directories easily.
15443
15444 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15445
15446 * configure.in: Add missing global flag in sed substitution when
15447 deleting `target-' from ${configdirs}.
15448
15449 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
15450
15451 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
15452 option.
15453
15454 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
15455 config/mh-necv4.
15456
15457 * install.sh: Correct misspelling of transformbasename.
15458
15459 * config.guess: Recognize mips-*-sysv*.
15460
15461 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
15462
15463 * config.sub: Recognize mon960.
15464
15465 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
15466
15467 * configure: Restore Canadian Cross handling of BISON and LEX,
15468 removed in Feb 20 change.
15469
15470 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
15471
15472 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
15473 Mention make install. Remove the old copyright date as well the
15474 clumsy and rather pointless copyright on the README file.
15475
15476 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
15477
15478 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
15479 Makefile after running symlink-tree, then run `make distclean' to
15480 avoid clobbering any generated files in srcdir.
15481
15482 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
15483
15484 * configure.in (m68k-*-netbsd*): Build everything now.
15485
15486 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15487
15488 * Makefile.in (taz): Fix quoting.
15489
15490 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
15491
15492 * configure.in (sparclet-*-*): Build everything now.
15493
15494 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15495
15496 * configure.in (m68k-*-linux*): New host.
15497
15498 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
15499
15500 * configure: Check for bison before byacc.
15501
15502 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
15503
15504 * Makefile.in configure: Change the way LEX and BISON/YACC are
15505 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
15506 searching PATH. These are used as fallbacks by Makefile.in if
15507 flex/bison/byacc aren't in objdir.
15508
15509 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
15510
15511 * Makefile.in: Make everything which depends upon all-bfd also
15512 depend upon all-opcodes, in case --with-commonbfdlib is used.
15513
15514 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15515
15516 * configure.in (host *-*-cygwin32): Don't build gdb if we are
15517 building NT native compilers on Unix.
15518
15519 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
15520
15521 * configure.in: Don't get CC from the host Makefile fragment if we
15522 can find gcc in PATH, or if this is a Canadian Cross. Move the
15523 Solaris test for /usr/ucb/cc to the post target script, just after
15524 the compiler sanity test.
15525
15526 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
15527
15528 * config.sub: Merge with FSF.
15529
15530 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
15531
15532 * Makefile.in (RPATH_ENVVAR): New variable.
15533 (REALLY_SET_LIB_PATH): Use it.
15534 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
15535
15536 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
15537
15538 * config.sub, configure.in: Recognize sparclet cpu.
15539
15540 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
15541
15542 * config.guess: Support m68k-cbm-sysv4.
15543
15544 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15545
15546 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
15547 m68k-unknown-linuxaout from linker help string. Put quotes around
15548 $ld_help_string.
15549
15550 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
15551
15552 * config.guess (powerpc-harris-powerunix): Add guess for port
15553 to new target.
15554
15555 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15556
15557 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
15558
15559 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
15560
15561 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
15562 $(REALLY_SET_LIB_PATH) in Makefile.
15563 * Makefile.in (SET_LIB_PATH): New variable.
15564 (REALLY_SET_LIB_PATH): New variable.
15565 ($(DO_X)): Use $(SET_LIB_PATH).
15566 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
15567 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
15568 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
15569 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
15570 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
15571 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
15572 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
15573 (install-dosrel): Likewise.
15574 (all-opcodes): Depend upon all-libiberty.
15575
15576 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
15577
15578 * config.guess (*:CYGWIN*): New
15579
15580 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15581
15582 * Makefile.in (all-target-winsup): All all-target-libiberty.
15583
15584 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15585
15586 * configure.in (noconfigdirs): Add missing # in front of comment.
15587
15588 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
15589
15590 * configure.in: add second pass to things added to noconfigdirs
15591 so *-gm-magic can exclude libgloss properly.
15592
15593 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
15594
15595 * mpw-configure (extralibs_name, rez_name): Set correctly
15596 for MWC68K compiler.
15597
15598 * mpw-README: Add more info on the necessary build tools.
15599
15600 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
15601
15602 * configure.in, config.sub: Recognize cygwin32.
15603
15604 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
15605
15606 * config.guess, config.sub: Recognize A/UX.
15607
15608 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
15609
15610 * config.sub: Merge with gcc/config.sub.
15611
15612 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
15613
15614 * mpw-build.in (do-binutils): Add build of stamps.
15615
15616 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
15617
15618 * config.sub: Add recognition for mips64vr4100*-* targets.
15619
15620 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15621
15622 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
15623 Add creation of gconfigargs with `--enable-shared' turned on.
15624 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
15625 ($(host)-stamp-stage3-configured): Likewise.
15626 (HOLES): Add chatr and ldd.
15627 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
15628
15629 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
15630
15631 * configure: Pass --nfp to recursive configures.
15632
15633 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
15634
15635 * Makefile.in (DLLTOOL): New.
15636 (DLLTOOL_FOR_TARGET): New.
15637 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
15638 (EXTRA_TARGET_FLAGS): Ditto.
15639 (EXTRA_GCC_FLAGS): Ditto.
15640 (CONFIGURE_TARGET_MODULES): Ditto.
15641 (DO_X): Ditto.
15642 * configure: Add DLLTOOL.
15643
15644 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
15645
15646 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
15647 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
15648 mh-sco, since old workarounds no longer needed, and don't
15649 build ld, since libraries have weak symbols in COFF.
15650
15651 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
15652
15653 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
15654
15655 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
15656
15657 * configure.in: Make sure that ${CC} can be used to compile an
15658 executable.
15659
15660 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
15661
15662 * Makefile.in (all-gdb): Depend on $(GDB_TK).
15663 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
15664 nothing depending on whether gdbtk is being built.
15665
15666 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
15667
15668 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
15669
15670 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
15671
15672 * configure.in (noconfigdirs): Put ld or gas in this early, if the
15673 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
15674
15675 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
15676
15677 * config-ml.in: Add support for
15678 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
15679 Simplify setting of multidirs from --disable-foo.
15680
15681 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15682
15683 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
15684 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
15685 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
15686 non-empty, pass them on to the GCC make.
15687 (all-bootstrap): New rule that is like all-gcc, except it executes
15688 the GCC bootstrap rule instead of the GCC all rule.
15689
15690 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
15691
15692 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
15693
15694 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15695
15696 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
15697 DG/UX support.
15698
15699 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
15700
15701 * config.sub (i*86*) Change [345] to [3456]
15702
15703 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15704
15705 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
15706 --with-gnu-ld=no.
15707
15708 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15709
15710 * config-ml.in (rs6000*, powerpc*): Add switches to control which
15711 AIX multilibs get built.
15712
15713 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15714
15715 * configure.in (i386-win32): Don't build expect if we're not
15716 building the tcl subdir.
15717
15718 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
15719
15720 * Makefile.in: (configure-target-examples, all-target-examples):
15721 New targets, configure and build example programs.
15722
15723 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
15724
15725 * mpw-configure: If an mpw-config.in generated a file mk.sed,
15726 use it as input to sedit the generated MPW makefile.
15727 * mpw-README: Add a suggestion about Gestalt.h.
15728
15729 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
15730
15731 * config.sub: Accept *-*-ieee*.
15732
15733 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
15734
15735 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
15736 Ronald F. Guilmette <rfg@monkeys.com>.
15737
15738 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15739
15740 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
15741 for powerpc-pe native.
15742 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
15743 (target==powerpc-pe): duplicate i386-win32 entry.
15744
15745 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15746
15747 * configure.in (noconfigdirs): Exclude target-newlib for all versions
15748 of vxworks, not just vxworks5.1.
15749
15750 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
15751
15752 * mpw-configure: Add support for exec-prefix.
15753
15754 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15755
15756 * config.guess: Recognize HP model 816 machines as having
15757 a PA1.1 processor.
15758
15759 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
15760
15761 * configure: Ignore new autoconf configure options.
15762
15763 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
15764
15765 * config.guess: Recognize Pentium under SCO.
15766 From Robert Lipe <robertl@arnet.com>.
15767
15768 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15769
15770 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
15771
15772 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
15773
15774 * configure.in: Don't configure gas for alpha-dec-osf*.
15775
15776 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
15777
15778 * configure.in: Default to --with-stabs for some targets for which
15779 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
15780 i[345]86*-*-unixware*.
15781
15782 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
15783
15784 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
15785 rather than basing it on the target. Simplify handling of options
15786 controlling which directories to configure. Remove extraneous
15787 slash in multi-clean target.
15788
15789 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
15790
15791 * config-ml.in: Prefix more variables with ml_ so they don't collide
15792 with configure's.
15793
15794 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
15795
15796 * configure: Don't turn -v into --v.
15797
15798 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
15799
15800 * configure.in (targargs): Fix typo.
15801
15802 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
15803
15804 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
15805
15806 * configure.in: Strip --host and --target options from
15807 CONFIG_ARGUMENTS, and always configure for --host only. Add
15808 --with-cross-host option when building with a cross-compiler.
15809 * configure: Canonicalize the arguments put into config.status by
15810 always using `=' for an option with an argument. Pass a presumed
15811 --host or --target explicitly.
15812
15813 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
15814
15815 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
15816 into general OS recognition case.
15817
15818 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15819
15820 * configure.in (target_configdirs): add target-winsup only
15821 for win32 target systems.
15822
15823 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
15824
15825 * Makefile.in (all-target-libgloss): Depend upon
15826 configure-target-newlib, since when libgloss is built it looks to
15827 see if the newlib directory exists.
15828
15829 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
15830
15831 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
15832 cfg-ml-*.in.
15833
15834 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
15835
15836 * configure: Handle LD and LD_FOR_TARGET when configuring a
15837 Canadian Cross.
15838
15839 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15840
15841 * configure.in (target_libs): add target-winsup.
15842 (target==i386-win32): add patch diff flex make to $noconfigdirs.
15843 (target==ppcle-pe): remove ld from $noconfigdirs.
15844
15845 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
15846
15847 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
15848 Preserve relative path names in $srcdir. Build symlink tree if
15849 configuring cross target dir and srcdir=. (= no VPATH support).
15850 (configure-target-libg++): Depend on configure-target-librx.
15851 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
15852 * config-ml.in: New file.
15853 * symlink-tree: New file.
15854 * configure: Ensure srcdir="." if that's what it is.
15855
15856 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
15857
15858 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
15859 includes and FLEX_SKELETON setting.
15860 * mpw-configure (--with-gnu-ld): New option, controls whether
15861 to use PPCLink or ld with PowerMac GCC.
15862 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
15863 * mpw-config.in: Configure grez if targeting Mac.
15864
15865 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
15866 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
15867 just macos.
15868 * configure.in: Configure grez resource compiler if targeting Mac.
15869 * Makefile.in (all-grez, install-grez): New targets.
15870
15871 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
15872
15873 * configure: CXX defaults to gcc, not g++. If we find
15874 gcc in the path, set CC to gcc -O2.
15875
15876 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
15877
15878 * configure: Default ${build} correctly. Avoid picking up extra
15879 spaces when reading CC and CXX from Makefile. When doing a
15880 Canadian Cross, use plausible default values for numerous
15881 variables.
15882 * configure.in: When doing a Canadian Cross, don't try to
15883 configure tools whose configure script can't handle it.
15884
15885 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15886
15887 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
15888
15889 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
15890
15891 * configure: Remove dubious bug reporting address.
15892
15893 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
15894
15895 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
15896 configure script, run that instead of this directory's configure.
15897 In either case, print a message that we're configuring the sub-dir.
15898
15899 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
15900
15901 * configure.in: Before checking for the existence of various files,
15902 use sed to filter out "target-".
15903
15904 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
15905
15906 * Makefile.in (DO_X): Split rule to decrease command line length
15907 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
15908 (Philippe De Muyter).
15909
15910 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15911
15912 * Makefile.in (all-patch): depend on all-libiberty.
15913
15914 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
15915
15916 * configure.in: If the only directory in target_configdirs which
15917 actually exists is libiberty, then set target_configdirs to empty,
15918 to avoid trying to build a target libiberty in a gas or gdb
15919 distribution.
15920
15921 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
15922
15923 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
15924 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
15925 systems.
15926
15927 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15928
15929 * configure.in (copy_dirs): Use sys-include instead of include
15930 for --with-headers option.
15931
15932 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
15933
15934 * Makefile.in, configure.in: Make winsup builds work with
15935 new scheme.
15936
15937 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
15938
15939 * configure.in: Build the linker on AIX.
15940
15941 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
15942
15943 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
15944 where needed.
15945
15946 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
15947
15948 * Makefile.in (all-gcc): Fix typo.
15949
15950 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
15951
15952 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
15953
15954 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
15955
15956 * configure.in: Rename libFOO to target-libFOO, and xiberty
15957 to target-xiberty, to provide more flexibility.
15958 (target_subdir): Define. Create if cross.
15959 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
15960 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
15961 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
15962 check-libFOO -> check-target-libFOO, etc.
15963 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
15964 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
15965 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
15966 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
15967 allow ALL_GCC="" to only configure.
15968 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
15969 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
15970 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
15971
15972 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
15973
15974 * Makefile.in (taz): Build "info" in etc explicitly.
15975
15976 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
15977
15978 * configure.in: Make sure that CC is undefined (as opposed to
15979 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
15980 problem with autoconf trying to configure on a host without GCC.
15981
15982 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
15983
15984 * mpw-configure: Set host alias from choice of host compiler,
15985 only use generic MPW Makefile sed if present, edit a file
15986 named "hacked_Makefile.in" instead of "Makefile.in" if present.
15987 * mpw-README: Add problem notes about CW6 and CW7.
15988
15989 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
15990
15991 * Makefile.in (taz): Use ";" instead of ";;".
15992
15993 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
15994
15995 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
15996 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
15997 DISTDOCDIRS.
15998 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
15999 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
16000
16001 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
16002
16003 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
16004 and gnats, because they are now subsumed by DISTSTUFFDIRS.
16005 Move bfd to DISTSTUFFDIRS.
16006
16007 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16008
16009 * Makefile.in (X11_LIB): Removed.
16010 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16011
16012 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16013
16014 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16015
16016 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16017 names.
16018
16019 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16020
16021 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16022
16023 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
16024
16025 * configure.in (i[345]86-*-win32): Always build newlib.
16026 Don't configure cvs, autoconf or texinfo.
16027 * Makefile.in (LD_FOR_TARGET): New.
16028 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16029 Pass down LD_FOR_TARGET.
16030
16031 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
16032
16033 * winsup: New directory.
16034 * Makefile.in: Build winsup.
16035 * configure.in: Winsup is configured when target is win32.
16036 Can only build win32 target GDB when native.
16037
16038 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
16039
16040 * config.guess: Recognize HP model 819 machines as having
16041 a PA 1.1 processor.
16042
16043 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
16044
16045 * configure: Fix sed loop which substitutes for CC and CXX to
16046 avoid bug found in various sed implementations.
16047
16048 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16049
16050 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16051 simulator. Use standard powerpc-*-eabi*.
16052
16053 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
16054
16055 * configure.in: Stop putting gas and binutils in noconfigdirs for
16056 powerpc-*-aix* and rs6000-*-*.
16057
16058 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
16059
16060 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16061 -mcall-aixdesc libraries.
16062
16063 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
16064
16065 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16066
16067 * config.sub (arm | armel | armeb): Fix shell syntax.
16068
16069 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16070
16071 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16072 -msoft-float and -mcpu=common support.
16073 (powerpc*-*-eabisim*): Add support for building -mcall-aix
16074 libraries.
16075
16076 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16077
16078 * configure.in: Allow configuration and build of emacs19 for the alpha.
16079
16080 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16081
16082 * configure.in (CC): Get ^CC, not just any old CC, from
16083 ${host_makefile_frag}.
16084
16085 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16086
16087 * configure.in (CC): Try to get CC from
16088 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16089
16090 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16091
16092 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16093 only if it exists in $(srcdir).
16094
16095 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
16096
16097 * configure: If CC and CXX are not set in the environment, set
16098 them, based on either an existing Makefile or on searching for gcc
16099 in PATH. Substitute for CC and CXX in Makefile.
16100 * configure.in: Remove libm from target_libs. Separate
16101 target_configdirs from configdirs. If CC is not set in
16102 environment, try to get it from a host Makefile fragment. Rewrite
16103 changes of configdirs to use skipdirs instead. A few minor
16104 tweaks. Take directories out of target_configdirs as they are
16105 taken out of configdirs. Remove existing Makefile files from
16106 subdirectories. Substitute for TARGET_CONFIGDIRS and
16107 CONFIG_ARGUMENTS in Makefile.
16108 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16109 by configure.in.
16110 (CONFIG_ARGUMENTS): Likewise.
16111 (CONFIGURE_TARGET_MODULES): New variable.
16112 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16113 ($(CONFIGURE_TARGET_MODULES)): New target.
16114 (configure-libg++, configure-libio): New targets.
16115 (all-libg++): Depend upon configure-libg++.
16116 (all-libio): Depend upon configure-libio.
16117 (configure-libgloss, all-libgloss): New targets.
16118 (configure-libstdc++): New target.
16119 (all-libstdc++): Depend upon configure-libstdc++.
16120 (configure-librx, all-librx): New targets.
16121 (configure-newlib): New target.
16122 (all-newlib): Depend upon configure-newlib
16123 (configure-xiberty): New target.
16124 (all-xiberty): Depend upon configure-xiberty.
16125
16126 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16127
16128 * configure.in (host i[345]86-*-win32): Expand the
16129 noconfigdirs again.
16130
16131 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
16132
16133 * mpw-configure: Fix sed command file name.
16134
16135 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
16136
16137 * configure.in (host i[345]86-*-win32): Reduce the
16138 noconfigdirs again.
16139
16140 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
16141
16142 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
16143 or powerpc*-*-pe*, since they are not yet supported.
16144
16145 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16146
16147 Add PowerMac support and many other enhancements.
16148 * mpw-configure: New option --cc to select compiler to use,
16149 paste options set according to --cc into the generated
16150 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
16151 if mpw-make.sed is present.
16152 * mpw-config.in: Don't test for gC1, test for mpw-touch,
16153 add forward includes for PowerPC include files.
16154 * mpw-build.in: Build using Makefile.PPC if present.
16155 (do-byacc, etc): Remove separate version resource builds.
16156 (do-gas): Build "stamps" before "all".
16157 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
16158 * mpw-README: Update to reflect --cc option, PowerMac support,
16159 and recently-reported compatibility problems.
16160
16161 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
16162
16163 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
16164 embedded m68k systems (-aout, -coff, -elf, -vxworks).
16165 (--with-multilib-top): Pass to recursive invocations.
16166
16167 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
16168
16169 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
16170 v810-*-*.
16171
16172 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16173
16174 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
16175 gdb, ld and opcodes on v810-*-*.
16176
16177 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
16178
16179 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
16180 (local-maintainer-clean): New target.
16181 (maintainer-clean): New target.
16182 (realclean): Just depend upon maintainer-clean.
16183
16184 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16185
16186 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
16187
16188 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
16189
16190 * configure.in: Build ld in mips*-*-bsd* case.
16191
16192 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
16193
16194 * config.sub: Accept -lites* OS. From Ian Dall.
16195
16196 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
16197
16198 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
16199 targets.
16200
16201 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16202
16203 * configure.in: treat i386-win32 canadian cross the same as
16204 i386-go32 canadian cross.
16205
16206 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16207
16208 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
16209 running under the simulator to build a reduced set of libraries.
16210 (powerpc-*-eabiaix): Add fine grained multilib support added to
16211 other powerpc targets yesterday.
16212
16213 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16214
16215 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
16216 -disable-softfloat, -disable-relocatable, -disable-aix, and
16217 -disable-sysv to control which multilib libraries get built.
16218
16219 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
16220
16221 * configure: Add Makefile.tem to list of files to remove in trap
16222 handler.
16223
16224 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
16225
16226 * config.guess (*Linux*): Add missing "exit"s.
16227 Also, need specific check for alpha-unknown-linux (uses COFF).
16228
16229 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
16230
16231 * config.guess: Merge with FSF:
16232
16233 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
16234 * config.guess (AIX4): More robust release numbering discovery.
16235
16236 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
16237 * config.guess (i386-sequent-ptx): Properly get version number.
16238
16239 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
16240 * config.guess (mips:*:4*:UMIPS): New case.
16241
16242 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
16243
16244 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
16245 (i386-win32 host): Likewise. Don't build readline.
16246
16247 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
16248
16249 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
16250 SUPPORT_FILES to submakes.
16251
16252 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
16253
16254 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
16255 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
16256 mpw-configure.
16257
16258 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
16259
16260 * configure.in (appdirs): Use =, not ==, in test expression when
16261 trying to build the text to print in the warning message for
16262 Solaris users.
16263
16264 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
16265
16266 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
16267
16268 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16269
16270 * config.guess: Recognize lynx-2.3.
16271
16272 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
16273
16274 * config.sub (z8ksim): Deleted
16275 (z8k-*-coff): New, this is the one true name of the target.
16276
16277 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
16278
16279 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
16280
16281 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
16282
16283 * config.guess (*:Linux:*:*): First try asking the linker what the
16284 default object file format is (elf, aout, or coff). Then if this
16285 fails, try previous methods.
16286
16287 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16288
16289 * configure.in: Don't build newlib for *-*-vxworks5.1.
16290
16291 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16292
16293 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
16294 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
16295
16296 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
16297
16298 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
16299
16300 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
16301
16302 * cfg-ml-com.in: New file.
16303 * cfg-ml-pos.in: New file.
16304
16305 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16306
16307 * COPYING.NEWLIB: Add HP free copyright to list.
16308
16309 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16310
16311 * config.sub: Recognize -eabi* for the system, not just -eabi.
16312
16313 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
16314
16315 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
16316 * config.sub, configure.in (win32): New target and host.
16317
16318 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
16319
16320 * configure.in: Add i386-pe configuration.
16321
16322 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
16323
16324 * mpw-build.in (install): Install GDB after LD.
16325
16326 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
16327
16328 * mpw-config.in (elf/mips.h): Always forward-include, needed
16329 for GDB to build.
16330
16331 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
16332
16333 * testsuite: New directory for customer acceptance and whole tool
16334 chain tests.
16335
16336 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16337
16338 * configure: If per-host line isn't found, but AC_OUTPUT is found
16339 and a configure script exists, run it instead.
16340
16341 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
16342
16343 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
16344
16345 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
16346
16347 * configure: Set build_{cpu,vendor,os,alias} to host values when
16348 --build isn't specified.
16349
16350 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16351
16352 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
16353 (FLAGS_TO_PASS): Pass them.
16354 (EXTRA_TARGET_FLAGS): Ditto.
16355
16356 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16357
16358 * Makefile.in (all-libg++): Depend on all-libstdc++.
16359
16360 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16361
16362 * configure.in (noconfigdirs): Enable all packages for
16363 i386-unknown-netbsd.
16364
16365 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
16366
16367 * configure.in (noconfigdirs): Don't configure tk for i386-go32
16368 hosted builds (DOS builds)
16369
16370 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
16371
16372 Changes for ARM based on patches from Richard Earnshaw:
16373 * config.sub: Handle armeb and armel.
16374 * configure.in: Omit arm linker only for riscix.
16375
16376 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
16377
16378 * config.guess: Update from FSF.
16379
16380 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
16381
16382 * config.sub: Recognize powerpcle as the little endian variant of
16383 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
16384 powerpcle variant. Convert pentium into i586, not i486. Add p5
16385 alias for i586. Map new x86 variants p6, k5, nexgen into i586
16386 temporarily.
16387
16388 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
16389
16390 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
16391
16392 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
16393
16394 * config.sub: Accept -lites* as a basic system type.
16395
16396 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
16397
16398 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
16399 installed, and if so return linuxoldld as the system name.
16400
16401 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
16402
16403 * config.guess: Add hppa1.1-hp-lites support.
16404
16405 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
16406
16407 * configure.in: Don't build newlib for m68k-vxworks5.1.
16408
16409 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16410
16411 * configure.in (mips-sgi-irix6): Use mh-irix5.
16412
16413 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
16414
16415 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
16416
16417 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16418
16419 * test-build.mk: Enable building of shared libraries on IRIX 5 and
16420 OSF/1. Fix compiler flags.
16421 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
16422
16423 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
16424
16425 * configure.in: Recognize --with-newlib.
16426 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
16427
16428 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16429
16430 * Makefile.in: move {all,check,install}-gdb from *_MODULES
16431 to *_X11_MODULES due to gdbtk needing X include files et al.
16432
16433 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
16434
16435 Merge in support for Mac MPW as a host.
16436 (Old change descriptions retained for informational value.)
16437
16438 * mpw-config.in: Add generic include forwards for cpu-specific
16439 include files in aout and elf directories.
16440
16441 * mpw-configure: Added copyright.
16442 * mpw-config.in: Check for presence of required build tools.
16443 (target_libs): Add newlib.
16444 (target_tools): Add examples.
16445 (Read Me): Generate as "Read Me for MPW" instead.
16446 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
16447 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
16448 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
16449
16450 * mpw-configure: Remove subdir-specific makefile hackery,
16451 delete mk.tmp after using it.
16452
16453 * mpw-build.in (all): Display start and end times.
16454
16455 * mpw-configure (host_canonical): Set.
16456 (target_cpu): Always add to makefiles.
16457 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
16458 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
16459 (mpw-mh-mpw): Look for in srcdir and srcroot.
16460 Use sed instead of mpw-edit-prefix to edit prefix definitions.
16461
16462 * mpw-build.in: (install-only): New target.
16463
16464 * mpw-configure (host_alias, target_alias): Rename from hostalias
16465 and targetalias, add into generated Makefile.
16466 (mk.tmp): If present, add into generated Makefile.
16467 * mpw-build.in (all-gas): Build config.h first before gas proper.
16468
16469 * mpw-configure (config.status): Write only if changed.
16470 * mpw-config.in (readline): Configure it (not built, just used for
16471 definitions).
16472
16473 * mpw-config.in (elf/mips.h): Add a forward include.
16474
16475 * mpw-config.in: Forward-include most .h files in include into
16476 extra-include.
16477 (readline): Don't build.
16478 mpw-build.in (install): Install GDB.
16479
16480 * mpw-configure (prefix, mpw_prefix): Handle it.
16481 * mpw-config.in (mmalloc, readline): Don't configure.
16482 * mpw-build.in (thisscript): Rename to ThisScript.
16483 Use mpw-build instead of BuildProgram everywhere.
16484 (mmalloc, readline): Don't build.
16485 * mpw-README: New file, basic documentation about the MPW port.
16486
16487 * mpw-config.in: Use forward-include to create include files.
16488
16489 * mpw-configure: Add more things to the top of each configured
16490 Makefile, including contents of config/mpw-mh-mpw.
16491 * mpw-config.in (extra-include): Create this directory and fill it
16492 with Posix-like include files when configuring.
16493
16494 * config.sub (apple, mac, mpw): Add various aliases.
16495
16496 * mpw-build.in: New file, top-level build script fragment for MPW.
16497 * mpw-configure: New file, configure script for MPW.
16498 * mpw-config.in: New file, config fragment for MPW.
16499
16500 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16501
16502 * configure.in (host_libs): Remove glob, since it is gone from the
16503 sources.
16504
16505 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16506
16507 * Makefile.in: define empty GDB_NLM_DEPS var.
16508
16509 * configure.in(target_makefile_frag): use config/mt-netware
16510 for netware targets.
16511
16512 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
16513
16514 * config.sub: Merge in recent FSF changes. Remove linux special
16515 cases.
16516
16517 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16518
16519 Revert this change:
16520
16521 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16522
16523 * build-all.mk: Use CC=cc -Xs on Solaris.
16524
16525 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16526
16527 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
16528 stop using it.
16529 * Makefile.in: Nuke all references to glob subdirectory.
16530
16531 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16532
16533 * configure.in: Fix --enable-shared logic in per-host.
16534
16535 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
16536
16537 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
16538
16539 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16540
16541 * configure.in (noconfigdirs): Don't build gas on AIX, for
16542 powerpc*-*-aix* as well as for rs6000*-*-aix*.
16543
16544 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
16545
16546 * configure: Fix --cache-file to work if the file argument is a
16547 relative path.
16548
16549 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
16550
16551 * configure: If the --cache-file is used, pass it down to
16552 configure in subdirectories.
16553
16554 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
16555
16556 * config.sub: add vxworks29k configuration.
16557
16558 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16559
16560 * Makefile.in (taz): Do "diststuff" part quietly.
16561
16562 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
16563
16564 * config.sub: Mini-merge with gcc/config.sub.
16565
16566 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16567
16568 * config.guess (IRIX): Sed - to _.
16569
16570 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16571
16572 * Makefile.in (source-vault, binary-vault): New targets.
16573
16574 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
16575
16576 * config.sub: Recognize -eabi as a basic system type.
16577
16578 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16579
16580 * configure.in (enable_shared stuff): Fix typo.
16581
16582 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
16583
16584 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
16585
16586 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16587
16588 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
16589
16590 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
16591
16592 * configure.in (rs6000-*-*): Don't build gas.
16593
16594 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
16595
16596 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
16597 reduce command line length.
16598 (AS_FOR_TARGET): Check for as.new, not Makefile.
16599 (NM_FOR_TARGET): Check for nm.new, not Makefile.
16600
16601 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
16602
16603 * config.guess: Merge from FSF.
16604
16605 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16606
16607 * configure: Don't use $ when handling program_suffix.
16608
16609 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
16610
16611 * configure.in: Configure tk for hppa/hpux.
16612
16613 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
16614
16615 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
16616
16617 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
16618
16619 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
16620 to LIBCXXFLAGS. Tests are better run without it.
16621
16622 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
16623
16624 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
16625
16626 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
16627
16628 * configure.in (*-*-netware*): Don't configure xiberty.
16629
16630 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
16631
16632 * configure.in: Remove tk from native_only list.
16633
16634 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
16635
16636 * build-all.mk: Add mips-ncd-elf target to sun4 targets
16637 for special NCD build.
16638
16639 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16640
16641 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
16642 makeall.bat, they're only useful for binutils snapshots.
16643 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
16644 makeall.bat to specified SUPPORT_FILES.
16645
16646 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
16647
16648 * build-all.mk: Add Ericsson targets to sun4 and solaris
16649 hosts. Add BNR's sun4 target to solaris host, so their
16650 build-from-source will be tested in-house first.
16651
16652 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16653
16654 * Makefile.in (LIBCFLAGS): New variable.
16655 (CFLAGS_FOR_TARGET): Ditto.
16656 (LIBCFLAGS_FOR_TARGET): Ditto.
16657 (LIBCXXFLAGS): Ditto.
16658 (CXXFLAGS_FOR_TARGET): Ditto.
16659 (LIBCXXFLAGS_FOR_TARGET): Ditto.
16660 (BASE_FLAGS_TO_PASS): Pass them.
16661 (EXTRA_TARGET_FLAGS): Ditto.
16662
16663 * configure.in: Support --enable-shared.
16664
16665 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
16666
16667 * configure.in (target_libs): Include libstdc++ again.
16668 * config.guess: Update from FSF (for FreeBSD).
16669
16670 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16671
16672 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
16673 makeall.bat.
16674 (DISTDOCDIRS): Add `etc'.
16675 (ETC_SUPPORT_PFX): New variable.
16676 (taz): Include anything from etc starting with a word in
16677 ETC_SUPPORT_PFX.
16678
16679 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16680
16681 * config.sub: Update for recent FSF changes. Remove obsolete
16682 h8300hds entry. Add -windows* and -osx as basic os. Minor
16683 spacing changes.
16684
16685 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
16686
16687 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
16688
16689 * config.guess: Merge with FSF.
16690 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
16691
16692 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16693
16694 * configure: Since the "trap 0" handler will override the exit
16695 status on many systems, only use it for "exit 1", and make it set
16696 a non-zero exit status; reset it before "exit 0". Also, check
16697 exit status of config.sub, and error out if it failed.
16698
16699 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
16700
16701 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
16702 and install libgloss.
16703
16704 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16705
16706 * Makefile.in (all-binutils): Depend upon all-byacc.
16707
16708 * configure.in: Don't build emacs on Irix 5.
16709
16710 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16711
16712 * configure.in (*-*-netware*): Add libio.
16713
16714 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16715
16716 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
16717 (CHECK_TARGET_MODULES): Ditto.
16718 (INSTALL_TARGET_MODULES): Ditto.
16719 (TARGET_LIBS): Ditto.
16720 (all-libstdc++): Note dependencies.
16721
16722 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16723
16724 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
16725
16726 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16727
16728 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
16729 -fexternal-templates.
16730
16731 * configure.in (target_libs): Add libstdc++.
16732 (noconfigdirs): Add libstdc++ as appropriate.
16733
16734 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16735
16736 * config.guess: Update from FSF.
16737
16738 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16739
16740 * configure: Use ${config_shell} when running ${configsub}.
16741
16742 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
16743
16744 * config.sub: No longer recognize h8300h.
16745
16746 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16747
16748 * config.sub: Remove extraneous differences between config.sub and
16749 gcc/config.sub.
16750
16751 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16752
16753 * Makefile.in (DISTSTUFFDIRS): Add gas.
16754
16755 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
16756
16757 * COPYING.NEWLIB: New file.
16758
16759 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
16760
16761 * config.guess (HP-UX): Patch from Harlan Stenn
16762 <harlan@landmark.com> to also emit release level.
16763
16764 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
16765
16766 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
16767
16768 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
16769
16770 * config.sub: Merge nextstep cleanup from FSF.
16771
16772 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16773
16774 * configure.in (arm-*-*): Don't configure ld for this target.
16775
16776 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16777
16778 * configure.in (*-*-netware): don't configure libg++, libio,
16779 librx, or newlib.
16780
16781 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16782
16783 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
16784 configure ld--it works, but it doesn't support shared libraries.
16785
16786 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
16787
16788 * config.guess (*-unknown-freebsd*): Get rid of possible
16789 trailing "(Release)" in version string.
16790 Patch from Paul Richards <paul@isl.cf.ac.uk>.
16791
16792 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
16793
16794 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
16795 Fix type: *-next-neststep -> *-next-nextstep.
16796
16797 * config.guess: Merge from FSF:
16798
16799 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
16800
16801 * config.guess: Recognize powerpc-ibm-aix3.2.5.
16802
16803 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
16804
16805 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
16806 instead of UNIX_SV for UnixWare 1.0).
16807
16808 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
16809
16810 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
16811 to make gdb/nlm/* build after the compiler and linker.
16812
16813 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
16814
16815 * config.guess (netbsd, freebsd, linux): Accept any machine,
16816 not just i[34]86.
16817 (m68k-atari-sysv4): Relocate to match FSF version.
16818
16819 * config.guess: More merges from the FSF:
16820
16821 Add a space before function call or macro invocation.
16822
16823 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16824
16825 * config.guess: Add trap cmd to remove dummy.c and dummy when
16826 interrupted.
16827
16828 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16829
16830 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
16831 (dummy): Redirect stderr from compilation of dummy.c.
16832
16833 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
16834
16835 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
16836
16837 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
16838
16839 * configure: Accept and ignore --cache*, for compatibility with
16840 new autoconf.
16841
16842 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
16843
16844 * config.guess: Merge from FSF:
16845
16846 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
16847
16848 * config.guess (Pyramid*:OSx*:*:*): New case.
16849 (PATH): Add /.attbin at end for finding uname.
16850 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
16851
16852 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
16853
16854 * config.guess (M88*:DolphinOS:*:*): New case.
16855
16856 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
16857
16858 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
16859 to select whether to use ELF or COFF.
16860
16861 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
16862
16863 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
16864
16865 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
16866
16867 * config.guess: Guess the OS version for HPUX.
16868
16869 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
16870
16871 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
16872
16873 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16874
16875 * configure.in: Recognize --with-headers, --with-libs, and
16876 --without-newlib.
16877 * Makefile.in (all-xiberty): Depend upon all-ld.
16878
16879 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16880
16881 * configure.in: Change i[34]86 to i[345]86.
16882
16883 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16884
16885 * configure (version): A few more tweaks to help message.
16886
16887 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
16888
16889 * Makefile.in: Remove (for now) librx as a host library,
16890 now that we're building it for target.
16891
16892 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16893
16894 * configure: Fix up help message; from karl@owl.hq.ileaf.com
16895 (Karl Berry).
16896
16897 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
16898
16899 * configure.in: Also configure librx.
16900
16901 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
16902
16903 * Makefile.in: Update various rules to reflect that librx
16904 is now needed for libg++.
16905
16906 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16907
16908 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
16909
16910 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
16911
16912 * configure.in: Configure the examples directory.
16913
16914 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16915
16916 * configure: Simplify Jun 2 1994 change.
16917
16918 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16919
16920 * change CC to /usr/latest/bin/gcc for lynx host builds, since
16921 /bin/gcc isn't good enough to build gcc.
16922
16923 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
16924
16925 * Makefile.in (GDB_SUPPORT_FILES): Remove
16926 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
16927 (gdb.tar.gz): Add new rule to use standard distribution building
16928 mechanism.
16929
16930 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16931
16932 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
16933 Bill Cox <bill@cygnus.com>.
16934
16935 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
16936
16937 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
16938
16939 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
16940
16941 * configure: Search current dir first in .gdbinit.
16942
16943 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
16944
16945 * config.sub: Recognize freebsd (merged from gcc config.sub).
16946
16947 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
16948
16949 * config.sub: Refer to NeXT's operating system as nextstep.
16950
16951 * config.sub (case $basic_machine): Re-order the cases, to match
16952 the order in the FSF version (which is mostly alphabethical).
16953 Merge in some additions and changes from the FSF.
16954
16955 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
16956
16957 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
16958 * config.sub: Recognize cxux7.
16959 * configure.in: Use mh-cxux for m88k-harris-cxux*.
16960
16961 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
16962
16963 * config.sub: Fix typo powerpc -> powerpc-*.
16964
16965 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
16966
16967 * Makefile.in: `all-emacs19' depends on `all-byacc'.
16968
16969 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
16970 parallel with all-emacs and install-emacs). Top-level command
16971 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
16972
16973 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16974
16975 * test-build.mk ($(host)-stamp-stage2-installed): Remove
16976 $(relbindir)/make before doing ``make install'', and use
16977 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
16978 installing over running make binary.
16979 ($(host)-stamp-stage3-installed): Likewise.
16980
16981 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16982
16983 * config.guess: Recognize Mach.
16984
16985 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16986
16987 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
16988 see whether --exec-prefix was used.
16989
16990 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16991
16992 * README: Explicitly mention libg++/README. (Zoo's idea.)
16993
16994 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16995
16996 * Makefile.in: Add all-librx target similar to all-libproc.
16997
16998 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
16999
17000 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
17001 with post 1.2 uname bogosity.
17002
17003 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17004
17005 * configure: Remove temporary files on receipt of a signal.
17006
17007 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
17008
17009 * configure: If there is a package_makefile_frag, remove
17010 ${subdir}/Makefile.tem after copying it in.
17011
17012 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17013
17014 * build_all.mk: support rs6000 lynx identifies itself as
17015 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
17016 since /bin/gcc is too feeble to compile a modern gcc.
17017
17018 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17019
17020 * brought devo/test-build.mk update-to-date with progressive/
17021 test-build.mk. Add lynx targets and hppa flag info.
17022
17023 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17024
17025 * configure.in: Use mh-ncrsvr43. Patch from
17026 Tom McConnell <tmcconne@sedona.intel.com>.
17027
17028 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
17029
17030 * config.guess (i386-unknown-bsdi): No longer need to
17031 check #if defined(__bsdi__) && defined(__i386__).
17032
17033 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17034
17035 * configure: Set program_transform_nameoption correctly.
17036
17037 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17038
17039 * brought build-all.mk update-to-date with progressive build-all.mk,
17040 added new targets and hppa info.
17041
17042 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17043
17044 * configure: If config.guess result is a prefix of the user
17045 specified target, assume a native build and use the user specified
17046 target as the host alias. Remove SunOS patch suffix removal hack.
17047 * configure.in: Remove SunOS patch suffix removal hack.
17048
17049 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17050 in NATIVE_CHECK_MODULES.
17051
17052 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
17053
17054 * Makefile.in: Rename HOST_ONLY to NATIVE.
17055 * configure: Delete SunOs patch suffix from host_canonical
17056 and build_canonical variables that are prepended to Makefiles.
17057 * configure.in: Add comments for easier maintenance.
17058
17059 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17060
17061 * Makefile.in: Add all-libproc target similar to all-gui.
17062
17063 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
17064
17065 * Makefile.in (CHECK_MODULES): split into
17066 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17067
17068 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
17069
17070 * config.guess (i386-unknown-bsdi): New system to guess.
17071
17072 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17073
17074 * Makefile.in: Add all-gui target (but not yet build by "all").
17075
17076 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
17077
17078 * config.sub: Move deletion of patch suffix from here...
17079 * configure.in: To here, at Ian's suggestion. The top-
17080 level scripts might need to know of a patch level.
17081
17082 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
17083
17084 * config.sub: Strip off patch suffix so rtl is recognized
17085 as a sunos4.1.3 machine, even though it's been patched.
17086
17087 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
17088
17089 * Makefile.in (INSTALL_LAST): Delete.
17090 (INSTALL_DOSREL): New.
17091
17092 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17093
17094 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17095 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17096 whether we pass down --with-gnu-ld anyhow.
17097
17098 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
17099
17100 * Makefile.in (INSTALL_LAST): Change operation so it works
17101 on more flavors of make.
17102 * configure.in (go32): Don't build libg++ or libio.
17103
17104 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
17105
17106 * Makefile.in (Move HOST_PREFIX_1 and friends up so
17107 they can be overriden by templates.
17108
17109 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
17110
17111 * configure.in (target==go32): Don't build gdb.
17112 * dosrel: New directory.
17113
17114 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
17115
17116 * configure.in (host==go32): Configure dosrel too.
17117 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17118 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17119 be set by incoming names or templates.
17120 (INSTALL_LAST): New rule.
17121
17122 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
17123
17124 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17125
17126 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17127
17128 * configure.in (appdirs): New variable. Currently empty, but will
17129 be used in gas distribution. If nonempty, lists a set of
17130 directories at least one of which must get configured, or top
17131 level configuration is considered to have failed.
17132 (rs6000-*-lynxos*): Use new file name.
17133
17134 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17135
17136 Eliminate XTRAFLAGS.
17137 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
17138 newlib include files using -idirafter, and also use -nostdinc.
17139 (CXX_FOR_TARGET): Likewise.
17140 (XTRAFLAGS): Removed.
17141 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
17142 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
17143 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
17144 ($(DO_X)): Don't pass down XTRAFLAGS.
17145
17146 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17147
17148 * configure.in (mips*-dec-bsd*): New target; do build linker.
17149 (mips*-*-bsd*): New target; don't build linker.
17150
17151 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17152
17153 * configure.in: support rs6000-*-lynxos* configuration.
17154 support sunos4 as a cross target.
17155
17156 * config.sub: look for lynx*, not lynx since the OS version may
17157 legitimately be part of the name.
17158
17159 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17160
17161 * configure.in (i[34]86-*-sco*): Move to be with other i386
17162 targets.
17163 (romp-*-*): New target. Skip various binary utilities.
17164 (vax-*-*): New target. Don't build newlib.
17165 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
17166
17167 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17168
17169 * configure.in: Only set host_makefile_frag if config
17170 directory exists.
17171
17172 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17173
17174 * install.sh: If $dstdir exists, don't check whether each
17175 component does.
17176
17177 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17178
17179 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
17180
17181 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
17182
17183 * configure.in (*-*-lynxos*): Don't configure newlib for either
17184 native or cross Lynx.
17185
17186 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
17187
17188 * config.sub (sparc64-elf): Fix os.
17189 (z8k): Remove duplicate.
17190
17191 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17192
17193 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
17194 gcc/stmp-fixproto, to try to prevent fixproto from being run.
17195
17196 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
17197
17198 * configure: Make file links cleanly even if Lynx fails on
17199 an NFS symlink (at least fail cleanly).
17200
17201 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
17202
17203 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
17204 -XNh2000.
17205
17206 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17207
17208 * configure: Unknown options are fatal again.
17209
17210 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
17211
17212 * configure: Ignore --x-includes and --x-libraries, for Autoconf
17213 compatibility.
17214
17215 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
17216
17217 * build-all.mk: Add `clean' target.
17218
17219 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17220
17221 * config.guess: Add SINIX support.
17222 * configure.in: Add mips-*-sysv4* support.
17223
17224 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
17225
17226 * build-all.mk: Document all useful targets.
17227 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
17228 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
17229
17230 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17231
17232 * configure: Support --silent, --quiet.
17233
17234 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17235
17236 * configure: Support --disable-FEATURE.
17237
17238 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17239
17240 * config.guess: Recognize NCR running SVR4.3.
17241
17242 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
17243
17244 * config.guess: Make BSDI generate i386-unknown-bsd386.
17245 Patch from Paul Eggert <eggert@twinsun.com>.
17246
17247 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17248
17249 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
17250
17251 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17252
17253 * configure: Make unrecognized options give nonfatal warnings
17254 instead of fatal errors, and pass them to any subdirectory
17255 configures in case they recognize them.
17256 Make --x equivalent to --with-x.
17257
17258 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17259
17260 * configure: Add --enable-* options. Clean up usage message and
17261 some comments.
17262
17263 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
17264
17265 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
17266
17267 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17268
17269 * configure.in (hppa*-*-*): Enable binutils.
17270
17271 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17272
17273 * config.sub: Recognize cisco.
17274
17275 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
17276
17277 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
17278
17279 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17280
17281 * config.guess: about target *-hitachi-hiuxwe2, don't print more
17282 than one configuration name. Add comment.
17283
17284 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
17285
17286 * config.guess: about target *-hitachi-hiuxwe2, fixed
17287 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
17288 macro is incorrect.]
17289
17290 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17291
17292 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
17293 than the "make ls" stuff which used to be here.
17294
17295 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
17296
17297 * config.guess: Recognize i[34]86-unknown-freebsd.
17298 From Shawn M Carey <smcarey@rodan.syr.edu>.
17299
17300 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
17301
17302 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
17303
17304 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
17305
17306 * config.guess: Check for ptx.
17307
17308 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
17309
17310 * config.sub: Add os9k checking.
17311
17312 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17313
17314 * config.guess: Handle OSF1 running on HPPA processors
17315
17316 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
17317
17318 * configure: If subdir configure fails, print out a message with
17319 subdirectory name, in case subdir's configure code didn't identify
17320 itself.
17321
17322 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
17323
17324 * configure.in: Remove embedded newlines from configdirs.
17325 Avoid mismatches of substrings. Fix matching strings at end
17326 of configdirs.
17327
17328 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
17329
17330 * config.guess: Add Lynx/rs6000 config support.
17331
17332 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
17333
17334 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
17335
17336 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
17337
17338 * configure.in (hppa*-*-osf*): Treat this just like most other
17339 PA configurations (eg no binutils or ld).
17340 (hppa*-*-*elf*): These configurations have binutils and ld.
17341
17342 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17343
17344 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
17345
17346 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17347
17348 * configure.in (rs6000-*-*): Build gas.
17349
17350 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17351
17352 * Makefile.in: Avoid bug in losing hpux sed.
17353
17354 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17355
17356 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
17357 for GDB and GDB has been fixed to not need it.
17358
17359 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17360
17361 * config.guess: Recognize vax hosts.
17362
17363 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17364
17365 * configure (while loop): Don't use "break 2" inside case
17366 statement -- the case statement isn't an enclosing loop.
17367
17368 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
17369
17370 * config.guess: Clean up NeXT support, to allow nextstep
17371 on Intel machines. Make OS be nextstep.
17372
17373 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
17374
17375 * config.guess: Add alternate forms for Convex.
17376
17377 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
17378
17379 * configure: Completely rewrite option processing. Take
17380 advantage of pattern-matching to avoid invoking test frequently.
17381 Also clean up host and target defaulting logic.
17382
17383 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17384
17385 * Makefile.in: Replace all occurrances of "rootme" with "r" and
17386 "$${rootme}" with "$$r", to increase the likelihood that the do-*
17387 commands (plus user environment) will fit SCO limits.
17388
17389 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17390
17391 * configure.in: Don't issue warnings about directories which are
17392 not being configured if -norecursion is set. Correct test for
17393 --with-gnu-as and --with-gnu-ld to not get confused by substring
17394 matches.
17395
17396 * configure.in: Don't build gas for alpha-dec-osf1*.
17397
17398 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
17399
17400 * configure: Back out Per's change of 12/19/1993. It changes the
17401 behavior of configure in unexpected and confusing ways.
17402
17403 Also, use different delim char when calculating
17404 program_transform_name so that the name can contain slashes.
17405
17406 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
17407
17408 * configure.in, config.sub: Add support for VSTa micro-kernel.
17409
17410 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
17411
17412 * configure.in: Nuke hacks which were used to get a special
17413 version of GAS for HPPA configurations.
17414
17415 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
17416
17417 * configure: If only ${target_alias} is given, use that
17418 as the default for ${host_alias}.
17419 * configure: Add missing back-slashes before nested quotes.
17420
17421 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
17422
17423 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
17424
17425 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
17426
17427 * config.guess: Recognize some Tektronix configurations.
17428 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
17429
17430 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17431
17432 * config.sub: Match any flavor of SH.
17433
17434 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
17435
17436 * configure.in: Don't try to configure newlib for Alpha.
17437
17438 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17439
17440 * configure.in: Don't build ld for Irix 5. Don't build gas,
17441 libg++ or libio for any Alpha target.
17442
17443 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
17444
17445 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
17446
17447 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
17448 default arguments -- so it tried to compress itself.
17449
17450 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
17451
17452 * configure.in (notsupp): ensure that a space is always at the end
17453 of the configdirs list, since the grep checks for an explicit space
17454
17455 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17456
17457 * configure.in (target i386-sysv4.2): don't build ld, since static
17458 versions of many libraries are not available.
17459
17460 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17461
17462 * config.guess: Recognize Apollos (using environment variables).
17463 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
17464
17465 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17466
17467 * config.guess: Recognize Sony news mips running newsos.
17468
17469 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
17470
17471 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
17472 "fi ; else" for bash.
17473
17474 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
17475
17476 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
17477
17478 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
17479
17480 * config.sub: accept unixware as an alias for svr4.2.
17481 Fix some inconsistancies with the gcc version.
17482
17483 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17484
17485 * Makefile.in (DISTDOCDIRS): Add gdb.
17486
17487 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
17488
17489 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
17490
17491 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17492
17493 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
17494 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
17495 this now.
17496
17497 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17498
17499 * config.sub: Accept hiux* as an OS name.
17500
17501 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
17502 etc/make-stds.texi. The underscore came from gcc, and dje now
17503 agrees that RUNTESTFLAGS is the correct name.
17504
17505 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
17506
17507 * install.sh: Remove 'set -e'. It makes any conditionals
17508 in the script useless.
17509
17510 * config.guess: Automatically recognize arm-acorn-riscix
17511 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
17512
17513 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
17514
17515 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
17516
17517 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17518
17519 * Makefile.in (DISTDOCDIRS): New variable.
17520 (taz): Edit local Makefile.in sooner, instead of proto-toplev
17521 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
17522
17523 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17524
17525 * configure.in (hppa target): check the source directory for the
17526 pagas sub-directory
17527
17528 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
17529
17530 * config.sub: Allow -aout* and -elf*.
17531
17532 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17533
17534 * configure.in: Don't build ld on i386-solaris2, same as for
17535 sparc-solaris2.
17536
17537 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
17538
17539 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
17540
17541 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17542
17543 * configure.in: Configure gdb for alpha.
17544
17545 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17546
17547 * Makefile.in (CXXFLAGS): Add -O.
17548
17549 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17550
17551 * config.guess: added support for DG Aviion
17552
17553 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17554
17555 * configure.in: Produce warning message for subdirectories not
17556 configurable for this host/target combination. Don't try to
17557 configure gdb for vms.
17558
17559 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17560
17561 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
17562 appropriate files before making "diststuff".
17563 (DISTBISONFILES): New var: list of files to be edited.
17564 (DISTSTUFFDIRS): Add binutils.
17565
17566 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17567
17568 * config.sub: also handle mipsel and mips64el (for little endian mips)
17569
17570 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17571
17572 * configure.in: Add * to end of all OS names.
17573
17574 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
17575
17576 * configure.in: Build newlib for LynxOS native.
17577
17578 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17579
17580 * config.guess: Add support for delta 88k running SVR3.
17581
17582 * configure.in: Add comment about HP compiler vs. emacs.
17583
17584 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17585
17586 * configure.in: don't build ld on solaris2 (not a viable option
17587 due to bugs in getpwnam & getpwuid)
17588
17589 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17590
17591 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
17592 config.guess will produce a full version number.
17593
17594 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17595
17596 * configure.in: Build linker and binutils for alpha-dec-osf1.
17597
17598 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17599
17600 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
17601 and gdb/testsuite/Makefile.in.
17602
17603 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17604
17605 * configure.in: recognize mips*- instead of mips-
17606
17607 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
17608
17609 * config.sub: Accept linux*coff and linux*elf as operating
17610 systems.
17611
17612 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17613
17614 * config.sub: Recognize mips64, and mips3 as an alias for it.
17615
17616 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17617
17618 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
17619 gdb knows how to handle OSF/1 shared libraries.
17620
17621 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17622
17623 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
17624 * config.guess: Recognize Hitachi's HIUX.
17625 * config.sub: Recognize h3050r* and hppahitachi.
17626 Remove redundant cases for hp9k[23]*.
17627
17628 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17629
17630 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
17631 if gas and ld are in the source tree and are in ${configdirs}.
17632 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
17633 --with options (but still pass them down on the command line,
17634 if they were explicitly specified).
17635
17636 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17637
17638 * configure: substitute SHELL value in Makefile.in with
17639 ${CONFIG_SHELL}
17640
17641 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17642
17643 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
17644 *-*-solaris2* targets.
17645
17646 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17647
17648 * Makefile.in: define M4, and pass it down to sub-makes;
17649 all-autoconf now depends on all-m4
17650
17651 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17652
17653 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
17654 presence of {ar,ranlib} instead of a configured directory
17655
17656 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
17657
17658 * config.guess: Accept 34?? as well as 33?? for NCR.
17659
17660 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17661
17662 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
17663 of 'gas' in sed commands, since 'gash' is now in the tree as well.
17664
17665 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17666
17667 * configure: grab values for $(CC) and $(CXX) from the
17668 environment, so that someone can do "CC=gcc configure; make" and
17669 have it work right (matching the way that autoconf works now)
17670
17671 * configure.in, Makefile.in: add support for gash, the tcl
17672 interface to Galaxy
17673
17674 * config.guess: add NetBSD variants (hp300, x86)
17675
17676 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
17677
17678 * install.sh: Support -d option (in the manner of SunOS 4 install,
17679 as it is more deterministic than that of GNU install)
17680 (chmodcmd): Set file to mode 755 by default (should also do default
17681 chgrp and chown, but I don't feel like dealing with that now)
17682
17683 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
17684
17685 * config.sub: Remove h8300hhms alias.
17686
17687 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17688
17689 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
17690
17691 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17692
17693 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
17694 as stmp-fixinc
17695
17696 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
17697
17698 * config.sub: recognize m88110-bug-coff.
17699
17700 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17701
17702 * Makefile.in (all-libio): all dependencies on the toolchain used
17703 to build this (gcc, gas, ld, etc)
17704
17705 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17706
17707 * config.guess: Deal with OSF/1 1.3 on alpha.
17708
17709 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17710
17711 * install.sh: add some 'else true' clauses for portability
17712
17713 * configure.in: don't build libio for h8[35]00-*-* targets
17714
17715 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
17716
17717 * Makefile.in: Add support for new libio.
17718
17719 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17720
17721 * install.sh: If one command fails, don't try the rest. Don't try
17722 to remove $dsttmp (via trap) unless we have already created it.
17723 If $src doesn't exist, detect it and exit with an error.
17724
17725 * config.guess: Recognize BSD on hp300.
17726
17727 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
17728
17729 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
17730 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
17731
17732 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
17733
17734 * Makefile.in (all-send-pr): depends on all-prms
17735
17736 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17737
17738 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
17739
17740 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17741
17742 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
17743 Added test for mips-mips-riscos5.
17744
17745 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17746
17747 * configure.in: use mh-hp300 for 68k HP hosts
17748
17749 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17750
17751 * configure: add support for CONFIG_SHELL, so that you can use
17752 some alternate shell for evaluating configure scripts
17753
17754 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
17755
17756 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
17757 in configure script to bug-gdb@prep.ai.mit.edu when building
17758 distribution archive.
17759 * Makefile.in (COMPRESS): Remove def.
17760 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
17761 gdb.tar.Z and make-gdb.tar.Z respectively.
17762 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
17763 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
17764 to convergence with 'taz' target in Makefile.in.
17765
17766 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17767
17768 * install.sh (dsttmp): use trap to ensure that tmp files go
17769 away on error conditions
17770
17771 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17772
17773 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
17774
17775 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17776
17777 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
17778 its parent is '/' not ''.
17779
17780 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
17781
17782 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
17783
17784 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
17785 that ${newsrcdir}/configure.in does.
17786
17787 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17788
17789 * test-build.mk: support for CONFIG_SHELL
17790
17791 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
17792
17793 * config.sub (netware): Add as a basic system type.
17794
17795 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
17796
17797 * Makefile.in (Makefile): depend on configure.in. Also drop the
17798 $(srcdir)/ from the dependency on Makefile.in.
17799
17800 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
17801
17802 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
17803 (h8300hhms is temporary until multi-libraries are implemented).
17804 * configure.in: Handle h8300h too.
17805
17806 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17807
17808 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
17809
17810 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
17811
17812 * configure: Remove extraneous output when guessing host type.
17813 * config.guess: Remove extraneous output when guessing using C
17814 compiler rather than uname, or when guessing fails.
17815
17816 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
17817
17818 * Makefile.in: remove all.cross and install.cross targets
17819
17820 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
17821 definitions
17822
17823 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
17824
17825 * configure.in (target sh): Build gprof.
17826
17827 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17828
17829 * config.sub: change -solaris to -solaris2
17830
17831 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17832
17833 * configure.in: Use config/mh-riscos for mips-*-sysv*.
17834
17835 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
17836
17837 * configure: Correct error message for missing Makefile.in to
17838 print correct directory.
17839
17840 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17841
17842 * install.sh: kludge around 386BSD shell bug
17843
17844 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
17845
17846 * config.guess: Recognize NeXT.
17847 * config.guess: Recognize i486-ncr-sysv4.
17848 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
17849
17850 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
17851
17852 * Makefile.in (MAKEINFOFLAGS): New variable.
17853 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
17854 * build-all.mk, test-build.mk: Pass down --no-split as
17855 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
17856
17857 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
17858
17859 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
17860
17861 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
17862
17863 * Makefile.in (libg++.tar.z): New rule.
17864 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
17865 * Makefile.in (taz): Only do a single chmod.
17866
17867 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
17868
17869 * install.sh: don't use dirname anymore (replaced with sed usage)
17870
17871 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
17872
17873 * Makefile.in: Change extension for gzip'd files from '.z' to
17874 '.gz' per new FSF standard usage.
17875
17876 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
17877
17878 * configure: put quotes around the final value of program_transform_name
17879
17880 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17881
17882 * Makefile.in: new install.sh support; update install-info rules
17883
17884 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
17885
17886 * configure.in: Build diff for crosses, but not for go32 host.
17887
17888 * configure.in: Build gprof only for native, and don't build it
17889 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
17890
17891 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
17892
17893 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
17894
17895 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17896
17897 * configure.in (host_tools): Add prms.
17898
17899 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17900
17901 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
17902 with $(FLAGS_TO_PASS) on the command line
17903
17904 * config.sub: Recognize lynx and lynxos
17905
17906 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
17907
17908 * config.sub: Accept -ecoff*, not just -ecoff.
17909
17910 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17911
17912 * Makefile.in (taz): Use .gz suffix instead of .z.
17913 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
17914 names.
17915
17916 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17917
17918 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
17919
17920 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17921
17922 * Makefile.in (install-no-fixedincludes): install gcc last, so
17923 that rebuilds that might happen during 'make install' don't get
17924 bogus gcc include files
17925
17926 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17927
17928 Change from Utah for HPPA support:
17929 * config.guess: Recognize hppa1.x-hp-bsd.
17930
17931 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
17932
17933 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
17934 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
17935
17936 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
17937
17938 * config.sub: Add support for rom68k and bug boot monitors.
17939
17940 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
17941
17942 * Makefile.in: Make all-opcodes depend on all-bfd.
17943
17944 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
17945
17946 * config.guess: Added special check for i[34]86-univel-sysv4*.
17947
17948 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
17949
17950 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
17951 the processor rather than assuming i486.
17952
17953 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17954
17955 * config.guess: Recognize SunOS6 as Solaris3.
17956
17957 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
17958
17959 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
17960 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
17961
17962 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
17963
17964 * build-all.mk (all-cross): New target for Canadian Cross.
17965 Added Q2 go32 targets.
17966 * test-build.mk: Configure go32 cross sparclite-aout and
17967 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
17968 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
17969
17970 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17971
17972 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
17973 GO32 hosted toolchains
17974
17975 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
17976
17977 * configure: change so "-exec-prefix" gets passed down rather
17978 than "-exec_prefix" so autoconf generated Makefiles get the
17979 exec_prefix set right.
17980
17981 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17982
17983 * config.guess: get the Solaris2 minor version number
17984
17985 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
17986
17987 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17988
17989 * config.guess: Recognize some Sequent platforms.
17990
17991 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17992
17993 * Makefile.in: added the vault-install target
17994
17995 * configure.in: actually use the Sun3 makefile fragment that's in
17996 config, also added the release dir to configdirs
17997
17998 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17999
18000 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18001
18002 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18003
18004 * configure.in: remove some program from Alpha targetted toolchains
18005
18006 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
18007
18008 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
18009 gprof.
18010 (taz): Run "make diststuff" in those directories instead of "make
18011 proto-dir". Look for "VERSION=" only at start of line in subdir
18012 Makefile. Use "gzip -9" for compression.
18013 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18014 (binutils.tar.z): New target.
18015
18016 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18017
18018 * Makefile.in (taz): Include gpl.texinfo.
18019
18020 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18021
18022 * Makefile.in (setup-dirs): Merged into "taz" target.
18023 (taz): Only do `proto-dir' stuff if a directory is actually needed
18024 for this target.
18025
18026 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
18027
18028 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18029 (FLAGS_TO_PASS): Pass down MUNCH_NM.
18030 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18031 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18032 (gcc-no-fixedincludes): Correct for current gcc Makefile.
18033
18034 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
18035
18036 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
18037 config.sub, and move-if-change to gdb testsuite distribution
18038 archive, so the testsuite can be extracted, configured, and
18039 run separately from the gdb distribution. Blow away the Chill
18040 tests that require a Chill compiled executable, since GNU Chill
18041 is not yet publically available.
18042
18043 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18044
18045 * test-build.mk: set environment variables in a single command,
18046 instead of a list of assignments and exports
18047
18048 * config.guess: recognize Alpha/OSF1 systems
18049
18050 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18051
18052 * configure: Change help message to prefer --options rather than
18053 -options.
18054
18055 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18056
18057 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18058 zippy@ecst.csuchico.edu.
18059 * config.guess: Recognize miniframe.
18060
18061 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
18062
18063 * Makefile.in: Use srcroot to find runtest rather than rootme.
18064 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
18065
18066 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
18067
18068 * test-build.mk: Extensive additions to support building on a
18069 machine other than the host.
18070
18071 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18072
18073 * configure (tooldir): Fix for i386-aix again.
18074
18075 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
18076
18077 * configure, Makefile.in: Change definition of $(tooldir)
18078 to match the FSF.
18079
18080 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
18081
18082 * config.guess: Recognize i[34]86/SVR4.
18083
18084 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18085
18086 * Makefile.in (all-gdb): gdb depends on sim.
18087
18088 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
18089
18090 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
18091 at the same time we make the prototype gdb directory.
18092 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
18093 files at the same time as the gdb base release distribution.
18094
18095 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
18096
18097 * Makefile.in (check): Use individual check targets rather than
18098 DO_X rule.
18099 (check-gcc): Added.
18100
18101 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
18102
18103 * config.sub: Use sysv3.2 not sysv32 for canonical OS
18104 for System V release 3.2.
18105
18106 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18107
18108 * config.sub: Recognize hppaosf.
18109 * configure.in: Do configure ld/binutils/gas for it.
18110
18111 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18112
18113 * configure (tooldir): Alter syntax used to set this, for systems
18114 where "\$" isn't handled right, like i386-aix.
18115
18116 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
18117
18118 * configure: Pass program-transform-name, not
18119 program_transform_name, to recursive configures.
18120
18121 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
18122
18123 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18124 of gas+ld+binutils.
18125
18126 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
18127
18128 * config.guess: Recognize AIX3.2 as distinct from 3.1.
18129
18130 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18131
18132 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
18133
18134 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18135
18136 * Makefile.in (PRMS): Set back to all-prms.
18137
18138 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
18139
18140 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
18141 targets, rather than for MIPS hosts.
18142
18143 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18144
18145 * configure.in: add comment for --with-x default values
18146
18147 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
18148
18149 * Makefile.in: add check-* targets for each of the directories in
18150 the tree. Add a definition of RUNTEST that will use the one we
18151 just built, if it exists. Pass this down via FLAGS_TO_PASS.
18152
18153 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
18154
18155 * configure.in: Removed obsolete references to bfd_target and
18156 target_makefile_frag.
18157
18158 * build-all.mk: Set assorted targets for Q2.
18159 * config.sub: Recognize z8k-sim and h8300-hms.
18160 * test-build.mk: Really don't pass host to configure.
18161 (HOLES): Added uname.
18162
18163 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
18164
18165 * configure: Handle an empty program-prefix, program-suffix or
18166 program-transform-name correctly.
18167
18168 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
18169
18170 * build-all.mk: -G 8 no longer required for MIPS targets.
18171 * test-build.mk: Don't pass host argument to configure; make it
18172 guess.
18173
18174 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
18175
18176 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
18177 * Makefile.in (COMPRESS): New macro, like GZIP.
18178
18179 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
18180
18181 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
18182
18183 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
18184 with gas currently defaults to -G 0.
18185
18186 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
18187
18188 * Makefile.in (all-flex): flex depends on byacc.
18189
18190 * build-all.mk: If host not specified, use config.guess. Pass TAG
18191 to test-build.mk as RELEASE_TAG.
18192 * test-build.mk (configargs): New variable containing arguments to
18193 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
18194 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
18195
18196 * config.guess: Use /bin/uname when checking -X argument on SCO,
18197 to avoid invoking GNU uname which doesn't understand -X.
18198
18199 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
18200
18201 * configure.in: Build gas for mips-*-*.
18202
18203 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18204
18205 * Makefile.in (all.normal): insert missing backslash.
18206
18207 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
18208
18209 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
18210
18211 * Makefile.in: Complete overhaul to merge many almost identical
18212 targets.
18213
18214 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18215
18216 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
18217 (gdb.tar.Z): Adjusted.
18218
18219 * Makefile.in (setup-dirs, taz): New targets; should be general
18220 enough to adapt for gdb sometime. Build only .z file.
18221 (gas.tar.z): New target.
18222
18223 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
18224
18225 * build-all.mk: Use CC=cc -Xs on Solaris.
18226
18227 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
18228
18229 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
18230 for handling BISON for FSF releases.
18231
18232 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18233
18234 * configure: Actually implement the change zoo just documented.
18235
18236 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
18237
18238 * configure: when using config.guess, only set target_alias when
18239 it's not already been set (ie, on the command line)
18240
18241 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18242
18243 * Makefile.in: add installcheck target, set PRMS to install-prms
18244
18245 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18246
18247 * configure: add support for package_makefile_fragment, handle the
18248 case where a directory has a configure.in file but no Makefile.in
18249 more gracefully (with an actual understandable error message, even);
18250 add support for --without (and add this to the usage message); also
18251 explicitly add a --host=${host_alias} to the command line when
18252 config.guess is used
18253
18254 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18255
18256 * configure: Must use both --host and --target in recursive calls.
18257
18258 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
18259
18260 * Makefile.in: Change deja-gnu to dejagnu.
18261
18262 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
18263
18264 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
18265
18266 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18267
18268 * configure.in: canonicalize all instances to *-*-solaris2*,
18269 also strip out a number of tools to not build for go32 host
18270
18271 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18272
18273 * config.guess: add GPL.
18274
18275 * Makefile.in, config.guess, config.sub, configure: bump
18276 copyrights to 93.
18277
18278 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
18279
18280 * Makefile.in (do-info): Removed obsolete check for existence of
18281 localenv file.
18282
18283 * Makefile.in (MAKEOVERRIDES): Define to be empty.
18284
18285 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18286
18287 * Makefile.in: a couple of 'else true' for decstation,
18288 support for TclX
18289
18290 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
18291
18292 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
18293
18294 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
18295
18296 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
18297
18298 * config.guess: Recognize i386-ibm-aix (PS/2).
18299 * configure.in: Use config/mh-aix386 file for it.
18300
18301 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
18302
18303 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
18304 CC_FOR_TARGET instead.
18305 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
18306
18307 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
18308
18309 * Makefile.in: Add sim to list of directories sent with gdb
18310
18311 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
18312
18313 * configure.in: Put back mips-dec-bsd* case.
18314
18315 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
18316
18317 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
18318 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
18319 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
18320
18321 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18322
18323 * configure.in: remove no-op mips-dec-bsd* in "case $target"
18324
18325 * Makefile.in (dir.info): only run gen-info-dir if it exists,
18326 (install-info): install dir.info only if it exists,
18327 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
18328
18329 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
18330
18331 * configure.in: For vms target, skip bfd, ld, binutils. Do build
18332 gas for mips-dec-bsd.
18333
18334 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
18335
18336 * configure (makesrcdir): If ${srcdir} is relative and not ".",
18337 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
18338
18339 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
18340
18341 * configure.in: Added "dejagnu" to hosttools list.
18342
18343 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
18344
18345 * config.sub, configure.in, config.guess: Add support
18346 for Bosx, an AIX variant from Bull.
18347 Patches from F.Pierresteguy@frcl.bull.fr.
18348
18349 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
18350
18351 * devo/dejagnu: Initial creation of devo/dejagnu.
18352 Migrated dejagnu testcases and support files for testing software
18353 tools to reside as subdirectories, currently called "testsuite",
18354 within the directory of the software tool. Migrated all programs,
18355 support libraries, etc. beloging to dejagnu proper from
18356 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
18357 with no modifications. The changes to these files which will
18358 allow them to configure, build, and execute properly will be made
18359 in a future update.
18360
18361 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18362
18363 * Makefile.in: Change send_pr to send-pr.
18364 * configure.in: Likewise.
18365 * send_pr: Renamed directory to send-pr.
18366
18367 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
18368
18369 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
18370
18371 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
18372
18373 * README: Update for gdb-4.8 release.
18374 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
18375 gdb-xxx.tar.z (gzip'd) file also.
18376
18377 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18378
18379 * Makefile.in: make all-diff depend on all-libiberty
18380
18381 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
18382
18383 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
18384
18385 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18386
18387 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
18388
18389 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
18390
18391 * Makefile.in (DEVO_SUPPORT): Remove etc directory
18392 (ETC_SUPPORT): Only add the files GDB wants from etc/.
18393 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
18394
18395 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18396
18397 * Makefile.in: makeinfo binary is in a new location
18398
18399 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
18400
18401 * config.sub: Accept -ecoff as an OS.
18402
18403 * Makefile.in: Various changes to eliminate a level of make
18404 recursion and reduce the required command line length.
18405 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
18406 sub-makes.
18407 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
18408 variables holding settings for specific sub-makes.
18409 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
18410 in terms of BASE_FLAGS_TO_PASS.
18411 (TARGET_LIBS): New variable listing directories which use
18412 TARGET_FLAGS_TO_PASS.
18413 (subdir_do): Eliminated.
18414 (do-*): New set of targets to replace subdir_do.
18415 (various): All targets which used subdir_do now depend on do-*.
18416 (local-clean): Renamed from do_clean.
18417 (local-distclean): New target, dependency of distclean and
18418 realclean.
18419 (install-info): Don't create directories. Depend on dir.info
18420 rather than calling make recursively.
18421 (install-dir.info): Eliminated.
18422 (install-info-dirs): Create all info directories here.
18423 (dir.info): Depend upon do-install-info.
18424
18425 * test-build.mk (HOLES): Added false.
18426
18427 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
18428
18429 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
18430
18431 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18432
18433 * Makefile.in (info): remove dependency on all-texinfo. The
18434 problem was really in texinfo/C, not at this level.
18435
18436 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
18437
18438 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
18439
18440 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
18441
18442 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
18443 GDB releases.
18444
18445 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18446
18447 * configure: Include srcdir in message about target of link not
18448 being found. Don't convert `-' to `_' in `with' options being
18449 passed to subdirs.
18450
18451 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18452
18453 * configure.in: add uudecode to host_tools
18454
18455 * Makefile.in: added {all,install}-uudecode targets, added them to
18456 the appropriate lists
18457
18458 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
18459
18460 * Makefile.in (all-gcc): Added dependency on all-gas.
18461
18462 * configure.in (mips-*-*): Build ld and binutils.
18463
18464 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18465
18466 * configure: check return code from mkdir, print error message and
18467 exit on failure.
18468
18469 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
18470
18471 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
18472
18473 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
18474
18475 * test-build.mk (HOLES): Added tar, cpio and uudecode.
18476
18477 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18478
18479 * config.sub (h8500): Recognize this as a cpu type.
18480
18481 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18482
18483 * configure: source directory missing is no longer a warning
18484
18485 * configure.in: recognize irix[34]* instead of irix[34]
18486
18487 * Makefile.in: define and pass down X11_LIB
18488
18489 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
18490
18491 * guess-systype: Renamed to ...
18492 * config.guess: ... by popular request.
18493 * configure.in, Makefile.in: Update accordingly.
18494
18495 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
18496
18497 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
18498 + Add Convex, Cray/Unicos, and Encore/Multimax support.
18499 + Execute ./dummy instead of assuming . is in PATH.
18500
18501 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
18502
18503 * guess-systype: New shell script. Attempts to guess the
18504 canonical host name of the executing host.
18505 Only a few hosts are supported so far.
18506 * configure: Call guess-systype if no host is specified.
18507
18508 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
18509
18510 * Makefile.in (gcc-no-fixedincludes): Made to work with current
18511 gcc Makefile.
18512
18513 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
18514
18515 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
18516 (all-gcc, install-gcc, subdir_do): Use it.
18517
18518 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18519
18520 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
18521
18522 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
18523
18524 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
18525 set exclusively by configure, using configure.in .
18526
18527 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18528
18529 * test-build.mk: set $PATH for all builds
18530
18531 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
18532
18533 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
18534
18535 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
18536 the one used in gcc/Makefile.in, so that a null expansion doesn't
18537 override the one needed to build gcc with a native cc.
18538
18539 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18540
18541 * configure: Accept -with arguments.
18542
18543 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18544
18545 * Makefile.in: added h8300sim
18546
18547 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
18548
18549 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
18550 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
18551 (all-cygnus, native, build-cygnus): Make
18552 $(canonhost)-stamp-3stage-done, not $(host)....
18553 * test-build.mk (stamp-3stage-compared): Use tail +10c for
18554 i386-sco3.2v4. Added else true to if command.
18555
18556 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
18557
18558 * config.sub: (from FSF) Sequent uses a BSD-like OS.
18559
18560 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
18561
18562 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
18563
18564 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18565
18566 * configure.in: don't remove binutils from Solaris builds
18567
18568 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
18569
18570 * Makefile.in: get rid of earlier definitions for *clean,
18571 also handle the recursive info rule better
18572
18573 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
18574
18575 * Makefile.in (mostlyclean, distclean, realclean): Fix to
18576 do more-or-less the right thing.
18577
18578 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
18579
18580 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
18581 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
18582
18583 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18584
18585 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
18586 $(host_canonical).
18587
18588 * configure.in: split the configdirs list into 4 categories (native
18589 v. cross, library v. tool) and handle the cross-only and native-
18590 only in more reasonable (and correct!) way.
18591
18592 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
18593
18594 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
18595 configdirs anymore.
18596
18597 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18598
18599 * Makefile.in: extensive cleanup:: removed all of the explicit
18600 clean-* targets, collapsed many wrappers around subdir_do into
18601 one, added additional targets to satisfy standards.texi, deleted
18602 some old targets, some changes for consistency
18603
18604 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18605
18606 * configure.in: handle some programs as cross-only, and others as
18607 native only
18608
18609 * test-build.mk: handle partial holes in a more generic manner
18610
18611 * Makefile.in: m4 depends on libiberty
18612
18613 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18614
18615 * configure.in: add m4, textutils, fileutils, sed, shellutils,
18616 time, wdiff, and find to configdirs
18617
18618 * Makefile.in: all, clean, and install rules for the new programs
18619 added to configure.in
18620
18621 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18622
18623 * configure.in: use mh-sun for all *-sun-* hosts
18624
18625 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18626
18627 * Makefile.in: define flags for X11 include files and library file
18628 locations, pass them down to the programs that need this info
18629
18630 * build-all.mk: added a 'native' target, to 3stage the native toolchain
18631
18632 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18633
18634 * configure.in: start building libg++ for HP-UX targets
18635
18636 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
18637
18638 * README: Update references to files moved into etc/.
18639
18640 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
18641
18642 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
18643 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
18644
18645 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
18646
18647 * configure: accept dash as well as underscore in long option
18648 names for FSF compatibility.
18649
18650 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
18651
18652 * config.sub: added -sco3.2v4 support from FSF.
18653
18654 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18655
18656 * configure.in: expand the section that adds or removes
18657 directories from the list of programs to build, to handle native
18658 vs. cross in addition to host v. native
18659
18660 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
18661
18662 * Makefile.in: Replace C++ in macro names with CXX.
18663 This is less likely to break ...
18664
18665 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18666
18667 * test-build.mk: add -w to GNU_MAKE
18668
18669 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18670
18671 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
18672 add 'sparc' to list of recognized cpus. This needed to make
18673 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
18674 Delete some redundant ose68 variants. Recognize -wrs as an os,
18675 then changes that into $CPU-wrs-vxworks.
18676
18677 * configure.in: remove most references to gdbtest, regularize
18678 target based program removal
18679
18680 * test-build.mk: import from p3 tree (many fixes and changes)
18681
18682 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
18683
18684 * Makefile.in: added rules to handle tcl, tk, and expect
18685
18686 * configure.in: handle those directories if they exist
18687
18688 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18689
18690 * config.sub: removed bogus hppabsd and hppahpux names, since
18691 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
18692
18693 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18694
18695 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
18696 depends upon all-xiberty
18697
18698 * Makefile.in: changes from p3, including:
18699
18700 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
18701
18702 * Makefile.in (XTRAFLAGS): include newlib directories if
18703 newlib/Makefile exists, rather than if host != target.
18704
18705 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
18706
18707 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18708 from the same source tree and not building a cross-compiler. This
18709 matters for the libg++ configuration if reconfiguring a tree that
18710 has already been installed.
18711
18712 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
18713
18714 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18715 pick up the machine and system specific header files.
18716
18717 * Makefile.in: added AS_FOR_TARGET, passed down in
18718 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
18719 the C compiler to use to create programs which are run in the
18720 build environment, set it to default to $(CC), and passed it down
18721 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18722
18723 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
18724
18725 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
18726 We need them for unusual native builds, like systems without
18727 ranlib.
18728
18729 * configure: also define $(host_canonical) and
18730 $(target_canonical), which are the full, canonical names for the
18731 given host and target
18732
18733 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
18734
18735 * Makefile.in: Added separate definitions for C++.
18736
18737 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
18738
18739 * configure.in (configdirs): Add deja-gnu.
18740
18741 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
18742
18743 * README: Update for configure.texi and gdb-4.7 release.
18744
18745 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
18746
18747 * Makefile.in: Move "all" target to top of file.
18748 Previously, first target was ".PHONY" which caused BSD4.4 make
18749 to build .PHONY when make was run without arguments.
18750
18751 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
18752
18753 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
18754 Library-copylefted code in libiberty.
18755
18756 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
18757
18758 * config.sub: Replace m68kmote with plain old m68k.
18759
18760 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
18761
18762 * Makefile.in: Remove space from blank line, avoid Make complaints.
18763
18764 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
18765
18766 * config.sub: Complain if no argument is given. Added support for
18767 386bsd as OS and target alias.
18768
18769 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
18770
18771 * Makefile.in (XTRAFLAGS): include newlib directories if
18772 newlib/Makefile exists, rather than if host != target.
18773
18774 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
18775
18776 * config.sub: recognize sparclite-wrs-vxworks.
18777
18778 * Makefile.in (install-xiberty): added *-xiberty make rules (from
18779 p3.) Added clean-xiberty to clean.
18780
18781 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18782
18783 * configure.in: use *-*-* instead of nested cases for host and target
18784
18785 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
18786
18787 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18788 from the same source tree and not building a cross-compiler. This
18789 matters for the libg++ configuration if reconfiguring a tree that
18790 has already been installed.
18791
18792 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
18793
18794 * config.sub (i486v/i486v4): Merge in from FSF version.
18795
18796 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
18797
18798 * configure: only set PWD if it is already set.
18799
18800 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
18801
18802 * configure: just set PWD=`pwd` at the top, since Ultrix sh
18803 doesn't have unset and all success paths (and most error paths)
18804 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
18805 to just ${PWD} to avoid confusion.)
18806
18807 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
18808
18809 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
18810 even for a native compilation.
18811
18812 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
18813
18814 Changes to make the gdb.tar.Z rule work better.
18815
18816 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
18817 (DEVO_SUPPORT): Add configure.texi.
18818 (bfd-ilrt.tar.Z): Remove ancient rule.
18819
18820 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
18821
18822 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18823 pick up the machine and system specific header files.
18824
18825 * configure.in, config.sub: added new target m68010-adobe-scout,
18826 with alias of adobe68k. Changed configure.in to check for
18827 -scout before -sco* to avoid a false match.
18828
18829 * Makefile.in: added AS_FOR_TARGET, passed down in
18830 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
18831 the C compiler to use to create programs which are run in the
18832 build environment, set it to default to $(CC), and passed it down
18833 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18834
18835 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
18836
18837 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
18838 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
18839 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
18840 FOR_TARGET variants, to newlib and libg++.
18841
18842 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
18843
18844 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
18845 first.
18846
18847 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
18848
18849 * config.sub: Accept `elf' as an environment.
18850
18851 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18852
18853 * Makefile.in (all-opcodes): cd into the right directory
18854
18855 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
18856
18857 * configure: added -program_transform_name option, used as
18858 argument to sed when installing programs.
18859 configure.texi: added documentation for -program_prefix,
18860 -program_suffix and -program_transform_name.
18861
18862 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
18863
18864 * config.sub: Accept i486 where i386 ok.
18865
18866 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
18867
18868 * config.sub: accept we32k
18869
18870 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
18871
18872 * config.sub, configure.in: accept OSE68000 and OSE68k.
18873
18874 * Makefile.in: don't create all directories for ``make install'';
18875 let the subdirectories create the ones they need.
18876
18877 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18878
18879 * COPYING: new file, GPL v2
18880
18881 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18882
18883 * Makefile.in: use the new gen-info-dir, which needs a template
18884 argument (which also lives in texinfo)
18885
18886 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
18887
18888 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
18889
18890 * config.sub (ncr3000): Change i386 to i486.
18891
18892 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18893
18894 * Makefile.in: add install-rcs, install-grep to
18895 install-no-fixedincludes, removed install-bison and install-libgcc
18896
18897 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
18898
18899 * configure.in: grab the HPUX makefile fragment if on HPUX
18900
18901 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
18902
18903 * Makefile.in: eradicate bison spoor (ditto libgcc).
18904 configure.in: recognise m68{k,000}-ericsson-OSE.
18905 es1800 is alias for m68k-ericsson-OSE
18906
18907 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18908
18909 * configure.in: rearrange the parts that remove programs from
18910 configdirs, based now on HOST==TARGET or by canonical triple.
18911
18912 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18913
18914 * test-build.mk: recurse explicitly with -f test-build.mk when
18915 appropriate. predicate stage3 and comparison on the existence
18916 of gcc. That is, if gcc isn't around, we aren't three-staging.
18917 On very clean, also remove ...stamp-co. Build in-place before
18918 doing other builds.
18919
18920 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18921
18922 * Makefile.in, configure.in: add tgas
18923
18924 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18925
18926 * Makefile.in: a number of changes merged in from progressive.
18927
18928 * configure.in: add libm.
18929
18930 * .cvsignore: ignore some stuff that comes from test-build.mk.
18931
18932 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
18933
18934 * config.sub: Add es1800 (m68k-ericsson-es1800).
18935
18936 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
18937
18938 * configure: Add program_suffix (parallel to program_prefix)
18939 * Makefile.in: adjust directory-creating script for losing decstation
18940
18941 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
18942
18943 * configure: Minor $subdir-related fixes.
18944
18945 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18946
18947 * configure: fix various problems with propogating
18948 makefile_target_frag in subdirs.
18949 * configure.in: config libgcc if its there
18950
18951 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
18952
18953 * config.sub: HPPA merge.
18954
18955 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
18956
18957 * Makefile.in: Replace all-bison with all-byacc in all
18958 dependency lines for other tools (which now use byacc).
18959
18960 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
18961
18962 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
18963
18964 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
18965
18966 * Makefile.in: make gprof rules similar to byacc rules (instead of
18967 vestigal $(unsubdir) that didn't work...)
18968
18969 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
18970
18971 * config.sub: Add support for Linux.
18972 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
18973 (at least for libg++).
18974
18975 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
18976
18977 * configure.texi: fix doc for the -nfp option to configure
18978
18979 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
18980
18981 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
18982
18983 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
18984
18985 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
18986 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
18987 * configure.in: added solaris* host_makefile_frag hook.
18988
18989 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18990
18991 * config.sub: changed recognition of m68000 so that various
18992 m68k types can be specified via m680[01234]0
18993
18994 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18995
18996 * config.sub (basic_machine): fix sed so that '-foo' isn't
18997 completely substituted out while .+'-foo' loses the '-foo'
18998
18999 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19000
19001 * config.sub ($os): Add -aout.
19002
19003 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
19004
19005 * configure: If host_makefile_frag is absolute, don't
19006 prefix ${invsubdir} (relevant to libg++ auto-configure).
19007
19008 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19009
19010 * Makefile.in (tooldir): Define it.
19011 (all-ld): Depend on all-flex.
19012
19013 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
19014
19015 * Makefile.in (check): Fix libg++ special case.
19016
19017 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
19018
19019 * configure: do not bury `pwd` into config.status, thus do fewer
19020 pwd's.
19021
19022 * configure: print the "Building in" message only when building in
19023 other than "." AND verbose.
19024
19025 * configure: remove -s, rework -v to better accommodate guested
19026 configures.
19027
19028 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19029
19030 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
19031
19032 * Makefile.in: macroize flags passed on recursion. remove
19033 fileutils.
19034
19035 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
19036
19037 * configure: get makesrcdir right for subdirs deeper than 1.
19038
19039 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19040 install.
19041
19042 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
19043
19044 * Makefile.in: don't print subdir_do or recursion lines.
19045
19046 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
19047
19048 * standards.texi: added menu item.
19049
19050 * Makefile.in: build and install standards.info.
19051
19052 * standards.texi: new file.
19053
19054 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19055
19056 * configure: test for and move config.status pieces from
19057 ${subdir}/.
19058
19059 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
19060
19061 * configure: Test for existance of files before trying to mv
19062 them, to avoid numerous non-existance messages.
19063
19064 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
19065
19066 * configure: correct final line of config.status.
19067
19068 * configure: patch from eggert. Avoids a protection problem if
19069 the original Makefile.in is read only.
19070
19071 * configure: use move-if-change from gcc to create config.status.
19072 Some makefiles depend on config.status to tell if a directory
19073 has been reconfigured for a different host. This change
19074 prevents those directories from remaking everything in the case
19075 where the reconfig was only intended to rebuild a Makefile.
19076
19077 * configure: test for config.sub with "config.sub sun4" rather
19078 than "config.sub ${host_alias}". Otherwise we can't tell a bad
19079 host alias from a missing config.sub.
19080
19081 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19082
19083 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19084 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
19085
19086 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
19087
19088 * configure: mkdir ${subdir} as needed.
19089
19090 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
19091
19092 * Makefile.in,configure.in: added autoconf.
19093
19094 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19095
19096 * Makefile.in: no longer pass against on recursion.
19097
19098 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19099 definitions are not inherited.
19100
19101 * configure: correct makesrcdir when subdir is .
19102
19103 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
19104
19105 * configure: Add support for 'subdirs' variable, which is
19106 like 'configdirs', except that configure doesn't re-invoke
19107 itself for subdirs, it just creates a Makefile for each subdir.
19108 * configure.texi: Document subdirs.
19109
19110 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19111
19112 * configure.in: added flex to configdirs
19113
19114 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
19115
19116 * Makefile.in: remove clean-stamps from clean.
19117
19118 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
19119
19120 * configure.in: Add gdbtest to configdirs.
19121
19122 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
19123
19124 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
19125 to recursive makes.
19126 * configure.in: Recognize new ncr3000 config.
19127
19128 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
19129
19130 * Makefile.in, configure.in: removed references to gdbm.
19131
19132 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
19133
19134 * config.sub: Don't canonicalize os value
19135 newsos* to bsd (readline needs to check for newsos).
19136 (This fix was earlier made Jan 31, but got re-broken.)
19137
19138 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
19139
19140 * configure.in: sco is an os, not a vendor!
19141
19142 * configure: Quote $( better. Keep various shells happy.
19143
19144 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
19145
19146 * Makefile.in: eliminate stamp-files.
19147
19148 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
19149
19150 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
19151 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
19152
19153 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
19154
19155 * config.sub: fix iris/iris3.
19156
19157 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
19158
19159 * configure: re-add -rm.
19160
19161 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
19162
19163 * Maskefile.in: add .stmp-rcs to all.
19164
19165 * configure.in: remove gas from rs6000 build, use aix host fragment.
19166
19167 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
19168
19169 * configure: pass down site_option during recursion.
19170
19171 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
19172
19173 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
19174
19175 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
19176
19177 * configure: Change exec_prefix so that it really defaults to prefix.
19178
19179 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
19180
19181 * Makefile.in, configure.in: Add support for mmalloc library.
19182
19183 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
19184
19185 * Makefile.in: add stmp dependencies for a few more things.
19186
19187 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
19188
19189 * configure: adjusted error message on objdir/srcdir configure
19190 collision, per john's suggestion.
19191
19192 * Makefile.in: add libiberty stmp to all and all.cross.
19193
19194 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
19195
19196 * Makefile.in: remove force dependencies, add grep to all.
19197
19198 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
19199
19200 * Makefile.in: drop flex. make stamp files work.
19201
19202 * configure: added test for conflicting configuration in srcdir,
19203 remove trailing slashes from srcdir. Otherwise emacs gdb mode
19204 gets cranky. use relative paths for configure and srcdir
19205 whenever possible. Send some error messages to stderr that were
19206 going to stdout.
19207
19208 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
19209
19210 * Makefile.in: Fix libg++ rule to check for gcc directory
19211 before using gcc/gcc. Also pass XTRAFLAGS.
19212
19213 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
19214
19215 * Makefile.in: added stmp-files so that directories aren't polled
19216 when they are already built.
19217
19218 * configure.texi: fixed a node pointer problem.
19219
19220 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
19221
19222 * config.sub configure.in gdb/configure.in
19223 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
19224 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
19225 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
19226
19227 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19228
19229 * configure: -recurring becomes -silent. corrected help message
19230 for -site= option.
19231
19232 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
19233
19234 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19235
19236 * configure: when building Makefile for crosses, replace
19237 tooldir and program_prefix. default srcdir from location of
19238 config.sub. remove "for host in hosts" and "for target in
19239 targets" loops.
19240
19241 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19242
19243 * Makefile.in: Do not pass bindir or mandir to cvs.
19244
19245 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
19246
19247 * Makefile.in, configure.in: removed traces of namesubdir,
19248 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
19249 copyrights to '92, changed some from Cygnus to FSF.
19250
19251 * configure.texi: remove most references to multiple hosts,
19252 multiple targets, subdirs, etc.
19253
19254 * configure.man: removed rcsid. reference config.sub not
19255 config.subr.
19256
19257 * Makefile.in: mkdir $(infodir) on install-info.
19258
19259 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
19260
19261 * configure.texi: Explain better about .gdbinit and about
19262 the environment that configure.in sections run in.
19263
19264 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
19265
19266 * configure.in: Ultrix is only a decstation if it's a MIPS.
19267
19268 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
19269
19270 * README: DOC.configure => cfg-paper.texi.
19271
19272 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
19273
19274 * config.sub (near case $os): Don't convert newsos* to bsd!
19275
19276 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
19277
19278 * Makefile.in: Reinstall change from gdb-4.3 that reduces
19279 the number of copies of COPYING that go into the GDB tar file.
19280
19281 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
19282
19283 * bfd/configure.in, gdb/config/mh-i386sco,
19284 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
19285 Fix SCO configuration stuff.
19286
19287 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
19288
19289 * Makefile.in: For libg++, make sure the -I pointing
19290 to the gcc directory goes *after* all the libg++-local -I flags.
19291 Also, move just-gcc dependency from just-libg++ to all-libg++.
19292
19293 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
19294
19295 * configure: Change -x to -f to keep Ultrix /bin/test happy.
19296
19297 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
19298
19299 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
19300
19301 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
19302
19303 * config.sub: Add stratus configuration frags. Also
19304 submitted to FSF.
19305
19306 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
19307
19308 * Makefile.in (DEV_SUPPORT): add configure.man.
19309
19310 * config.sub(Decode manufacturer-specific): add -none*.
19311
19312 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
19313
19314 * Makefile.in: remove form feeds to make Sun's make happy.
19315 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
19316
19317 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
19318
19319 * Makefile.in (AR_FLAGS): Make quieter.
19320
19321 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
19322
19323 * configure.in: Add libg++.
19324 * configure: When verbose, don't output the command line at each
19325 level; it will be unremarkably the same as the previous version,
19326 which will be the same as what the user typed.
19327
19328 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
19329
19330 * configure.in, Makefile.in: fix clean-info, add flex. add
19331 fileutils.
19332
19333 * configure: be less sensitive to spaces in Makefile.in. Do not
19334 look for sources in "..". Doing so breaks subdirectories that
19335 might have their own configure. If a subdir has it's own
19336 configure script, use it.
19337
19338 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
19339
19340 * cfg-paper.texi: some changes suggested by rms.
19341
19342 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
19343
19344 * config.sub: Merge in some small additions from the FSF version,
19345 taken from the gcc distribution, to bring the Cygnus and FSF
19346 versions into closer sync.
19347
19348 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
19349
19350 * configure.in: Changed svr4 references to sysv4.
19351
19352 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
19353
19354 * configure: added -V for version number option.
19355
19356 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
19357
19358 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
19359 renamed from DOC.configure to cfg-paper.texi.
19360
19361 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19362
19363 * configure, config.subr, config.sub: config.subr is now
19364 config.sub again.
19365
19366 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
19367
19368 * configure.texi: new file, in progress.
19369
19370 * Makefile.in: build info file and install the man page for
19371 configure.
19372
19373 * configure.man: new file, first cut.
19374
19375 * configure: find config.subr again now that configuration "none"
19376 has gone. removed all traces of the -ansi option. removed all
19377 traces of the -languages option.
19378
19379 * config.subr: resync from rms.
19380
19381 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19382
19383 * configure, config.sub, config.subr: merge config.sub into
19384 config.subr, call the result config.subr, remove config.sub, use
19385 config.subr.
19386
19387 * Makefile.in: revised install for dir.info.
19388
19389 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19390
19391 * configure.in: add decstation host makefile frag.
19392
19393 * Makefile.in: BISON now bison -y again. also install-gcc on
19394 install. clean-gdbm on clean. infodir belongs in datadir.
19395 Make directories for info install. Build dir.info here then
19396 install it.
19397
19398 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19399
19400 * Makefile.in: fix for bad directory tests.
19401
19402 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19403
19404 * configure: \{1,2\} appears to be a sysv'ism. Use a different
19405 regexp. -srcdir relative was being handled incorrectly.
19406
19407 * Makefile.in: unwrapped some for loops so that parallel makes
19408 work again and so one can focus one's attention on a particular
19409 package.
19410
19411 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19412
19413 * configure: added PWD as a stand in for `pwd` (for speed). use
19414 elif wherever possible. make -srcdir work without -objdir.
19415 -objdir= commented out.
19416
19417 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19418
19419 * configure: +options become --options. -subdirs commented out.
19420 added -host, -datadir. Renamed -destdir to -prefix. Comment in
19421 Makefile now at top of generated Makefile. Removed cvs log
19422 entries. added -srcdir. create .gdbinit only if there is one
19423 in ${srcdir}.
19424
19425 * Makefile.in: idestdir and ddestdir go away. Added copyrights
19426 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
19427 and mandir now keyed off datadir by default.
19428
19429 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19430
19431 * Freshly created ChangeLog.
19432
19433 \f
19434 Local Variables:
19435 mode: change-log
19436 left-margin: 8
19437 fill-column: 76
19438 version-control: never
19439 End: