]> gcc.gnu.org Git - gcc.git/blob - ChangeLog
MAINTAINERS: Update email address
[gcc.git] / ChangeLog
1 2016-10-21 Hartmut Penner <hepenner@us.ibm.com>
2 Ulrich Weigand <uweigand@de.ibm.com>
3
4 * MAINTAINERS: Update email address.
5
6 2016-10-10 Nathan Sidwell <nathan@acm.org>
7
8 * MAINTAINERS: Update email address.
9
10 2016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
11
12 * configure.ac: Add aarch64-*-freebsd*.
13 * configure: Regenerate.
14
15 2016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
16
17 * MAINTAINERS: Update email address after it got reverted.
18
19 2016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20
21 * configure.ac (target_libraries): Readd target-boehm-gc.
22 Restore --enable-objc-gc handling.
23 * configure: Regenerate.
24
25 2015-10-03 Jeff Law <law@redhat.com>
26
27 * MAINTAINERS: Move several inactive maintainers to the
28 write-after-approval section.
29
30 2016-09-30 Jakub Jelinek <jakub@redhat.com>
31
32 * configure.ac: Add target-libffi to target_libraries.
33 Readd libgcj target disablings, modified to only target-libffi.
34 Readd target addition of go to unsupported languages.
35 * configure: Regenerated.
36
37 2016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
38
39 * MAINTAINERS: Update email address.
40
41 2016-09-30 Andrew Haley <aph@redhat.com>
42
43 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
44 write-after approval. Remove Tom Tromey and Bryce McKinlay from
45 libgcj.
46
47 2016-09-30 Andrew Haley <aph@redhat.com>
48
49 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
50 write-after approval after GCJ deletion.
51
52 2016-09-30 Andrew Haley <aph@redhat.com>
53
54 * Makefile.def: Remove libjava.
55 * Makefile.tpl: Likewise.
56 * Makefile.in: Regenerate.
57 * configure.ac: Likewise.
58 * configure: Likewise.
59 * gcc/java: Remove.
60 * libjava: Likewise.
61
62 2016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
63
64 * MAINTAINERS (Reviewers): Add myself.
65
66 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
67
68 * configure.ac: Disable "sim" directory for arc*-*-*.
69 * configure: Regenerated.
70
71 2016-09-23 Tamar Christina <tamar.christina@arm.com>
72
73 * MAINTAINERS (Write After Approval): Add myself.
74
75 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
76
77 * configure.ac: Check for the minimum in-tree MPFR version
78 handled.
79 * configure: Regenerate.
80
81 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
82
83 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
84 * configure: Regenerated.
85
86 2016-07-19 Fritz Reese <fritzoreese@gmail.com>
87
88 * MAINTAINERS (Write After Approval): Add myself.
89
90 2016-06-23 Andi Kleen <ak@linux.intel.com>
91
92 * Makefile.def: Add autoprofiledbootstrap.
93 * Makefile.tpl: Dito.
94 * Makefile.in: Regenerate.
95
96 2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
97
98 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
99 * configure: Regenerate.
100
101 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
102
103 * configure: Regenerate.
104 * configure.ac: Remove support for avr-rtems.
105
106 2016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
107
108 * MAINTAINERS (Write After Approval): Add myself.
109
110 2016-06-16 Michael Collison <michael.collison@arm.com>
111
112 * MAINTAINERS (Write After Approval): Add myself.
113
114 2016-06-14 Mikael Morin <mikael@gcc.gnu.org>
115
116 * MAINTAINERS (Write After Approval): Update e-mail address.
117
118 2016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
119
120 * MAINTAINERS (Write After Approval): Add myself.
121
122 2016-05-28 Alan Modra <amodra@gmail.com>
123
124 * Makefile.tpl (configure): Depend on m4 files included.
125 * Makefile.in: Regenerate.
126
127 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
128
129 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
130 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
131
132 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
133
134 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
135 special case builtin.
136 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
137 support for ALTIVEC_BUILTIN_VEC_ADDEC.
138 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
139 for __builtin_vec_addec.
140
141 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
142
143 * config.guess: Import version 2016-04-02 (newest).
144 * config.sub: Import version 2016-05-10 (newest).
145
146 2016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
147
148 * configure.ac: Add ARC support to libgloss.
149 * configure: Regenerate
150
151 2016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
152
153 * MAINTAINERS (Write After Approval): Add myself.
154
155 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
156
157 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
158 * configure: Regenerated.
159 * Makefile.def (gmp): Explicitly disable assembler.
160 (mpfr): Adjust lib_path.
161 (mpc): Likewise.
162 * Makefile.in: Regenerated.
163
164 2016-05-01 Jakub Jelinek <jakub@redhat.com>
165
166 PR bootstrap/70704
167 * configure.ac (--enable-stage1-checking): Add missing
168 --enable-checking=.
169 * configure: Regenerated.
170
171 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
172
173 * config.guess: Revert r235676.
174 * config.sub: Revert r235676.
175
176 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
177
178 * config.guess: Remove SH5 support.
179 * config.sub: Likewise.
180 * configure: Likewise.
181 * configure.ac: Likewise.
182
183 2016-04-26 Jakub Jelinek <jakub@redhat.com>
184
185 PR bootstrap/70704
186 * configure.ac (--enable-stage1-checking): For --disable-checking or
187 implicit --enable-checking, make sure extra flag matches in between
188 stage1 and later checking.
189 * configure: Regenerated.
190
191 2016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
192
193 * .gitattributes: New file.
194
195 2016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
196
197 * MAINTAINERS (rs6000/powerpc port): Add myself.
198
199 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
200
201 PR bootstrap/70173
202 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
203 and gotools directories. Delete the stage_final file.
204 * Makefile.in: Regenerate.
205
206 2016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
207
208 * MAINTAINERS (Write After Approval): Add myself.
209
210 2016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
211
212 * MAINTAINERS (Fortran maintainer): Remove myself.
213
214 2016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
215
216 * MAINTAINERS (Write After Approval): Add myself.
217
218 2016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
219
220 * MAINTAINERS (Write After Approval): Add myself.
221
222 2016-03-17 Cary Coutant <ccoutant@gmail.com>
223
224 Sync with binutils-gdb:
225
226 2016-03-17 Cary Coutant <ccoutant@gmail.com>
227
228 * configure.ac: Add mips and s390 to the gold target check.
229 * configure: Regenerate.
230
231 2016-03-01 DJ Delorie <dj@redhat.com>
232
233 * MAINTAINERS (mep): Remove myself as MeP maintainer.
234
235 2016-02-22 David Malcolm <dmalcolm@redhat.com>
236
237 * MAINTAINERS (libcpp): Add myself.
238 (diagnostic messages): Likewise.
239
240 2016-02-20 Tom de Vries <tom@codesourcery.com>
241
242 * MAINTAINERS: Fix whitespace.
243
244 2016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
245
246 * MAINTAINERS (Write After Approval): Add myself.
247
248 2016-01-29 Sebastian Pop <s.pop@samsung.com>
249
250 * config/isl.m4: Add comments about isl-0.16.
251 * configure: Regenerate.
252
253 2016-01-29 Martin Jambor <mjambor@suse.cz>
254
255 * MAINTAINERS (hsa maintainers): Add myself.
256
257 2015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
258
259 * MAINTAINERS: (Write After Approval): Add myself.
260
261 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
262 Sebastian Pop <s.pop@samsung.com>
263
264 * Makefile.in: Regenerate.
265 * Makefile.tpl: Export ISLVER.
266 * configure: Regenerate.
267 * config/isl.m4: Detect isl-0.15.
268
269 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
270
271 PR bootstrap/69329
272 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
273 * Makefile.in: Regenerate.
274
275 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
276
277 * configure.ac: Enable LTO for DJGPP
278 * configure: Regenerate
279
280 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
281
282 Sync with binutils-gdb:
283 2015-10-21 Nick Clifton <nickc@redhat.com>
284
285 PR gas/19109
286 * configure.ac: Note the 'none' is an acceptable argument to
287 --enable-compressed-debug-sections.
288 * configure: Regenerate.
289
290 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
291
292 PR bootstrap/69134
293 * Makefile.def (mpfr): Disable assembler.
294 * Makefile.in: Regenerate.
295
296 2016-01-01 Ben Elliston <bje@gnu.org>
297
298 * config.guess: Import version 2016-01-01.
299 * config.sub: Likewise.
300
301 2015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
302
303 * MAINTAINERS (Write After Approval): Add myself.
304
305 2015-12-17 Sebastian Pop <s.pop@samsung.com>
306
307 * Makefile.in: Replace ISL with isl.
308 * Makefile.tpl: Same.
309 * config/isl.m4: Same.
310 * configure.ac: Same.
311 * contrib/download_prerequisites: Same.
312 * configure: Regenerate.
313
314 2015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
315
316 * MAINTAINERS (Write After Approval): Add Myself.
317
318 2015-12-17 Nathan Sidwell <nathan@acm.org>
319
320 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
321 * configure: Regenerate.
322
323 2015-12-16 Aditya Kumar <aditya.k7@samsung.com>
324 Sebastian Pop <s.pop@samsung.com>
325
326 * config/isl.m4 (ISL_CHECK_VERSION): Check for
327 isl_ctx_get_max_operations.
328 * configure: Regenerate.
329
330 2015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
331
332 * MAINTAINERS (Write After Approval): Add myself.
333
334 2015-12-02 Ian Lance Taylor <iant@google.com>
335
336 PR go/66147
337 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
338 * Makefile.in: Regenerate.
339
340 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
341
342 PR libffi/65726
343 * Makefile.def (lang_env_dependencies): Make libffi depend
344 on cxx.
345 * Makefile.in: Regenerate.
346
347 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
348
349 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
350 symbols.
351
352 2015-11-20 Tristan Gingold <gingold@adacore.com>
353
354 Sync with binutils-gdb:
355 2015-11-20 Tristan Gingold <gingold@adacore.com>
356
357 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
358 * configure: Regenerate.
359
360 2015-11-19 Martin Liska <mliska@suse.cz>
361
362 * .gitignore: Add .clang-format to ignored files.
363 * Makefile.in: Add clang-format.
364 * Makefile.tpl: Likewise.
365
366 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
367
368 * configure.ac: Enable libmpx by default.
369 * configure: Regenerated.
370
371 2015-10-23 Steve Ellcey <sellcey@imgtec.com>
372
373 * MAINTAINERS: Update email address.
374
375 2015-10-23 Paulo Matos <pmatos@linki.tools>
376
377 * MAINTAINERS: Update email address.
378
379 2015-10-23 Alan Hayward <alan.hayward@arm.com>
380
381 * MAINTAINERS (Write After Approval): Add myself.
382
383 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
384
385 Sync with binutils-gdb:
386 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
387
388 PR gas/19109
389 * configure.ac: Add
390 --enable-compressed-debug-sections={all,gas,gold,ld}.
391 * configure: Regenerated.
392
393 2015-10-16 Arnaud Charlet <charlet@adacore.com>
394
395 * MAINTAINERS: Update list of Ada maintainers and email addresses.
396
397 2015-10-09 Martin Liska <mliska@suse.cz>
398
399 * MAINTAINERS (Write After Approval): Add myself.
400
401 2015-10-09 Alexander Fomin <alexander.fomin@intel.com>
402
403 * MAINTAINERS (Write After Approval): Add myself.
404
405 2015-10-02 Florian Weimer <fweimer@redhat.com>
406
407 * MAINTAINERS: Update email address.
408
409 2015-10-02 Louis Krupp <louis.krupp@zoho.com>
410
411 * MAINTAINERS (Write After Approval): Add myself.
412
413 2015-09-20 Kai Tietz <ktietz70@googlemail.com>
414
415 * MAINTAINERS: Update email.
416
417 2015-09-14 Bernd Schmidt <bschmidt@redhat.com>
418
419 * MAINTAINERS: Update my email address.
420
421 2015-09-01 James Bowman <james.bowman@ftdichip.com>
422
423 * MAINTAINERS (ft32 port): Add myself.
424
425 2015-08-28 David Sherwood <david.sherwood@arm.com>
426
427 * MAINTAINERS: Add myself.
428
429 2015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
430
431 * MAINTAINERS (Write After Approval): Add myself.
432
433 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
434
435 PR libfortran/54572
436 * Makefile.def: Make libgfortran depend on libbacktrace.
437 * Makefile.in: Regenerate.
438
439 2015-08-20 Simon Dardis <simon.dardis@imgtec.com>
440
441 * MAINTAINERS (Write After Approval): Add myself.
442
443 2015-08-12 Tom de Vries <tom@codesourcery.com>
444
445 PR other/67092
446 * configure.ac: Remove --with_host_libstdcxx support.
447 * configure: Regenerate.
448
449 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
450 Jakub Jelinek <jakub@redhat.com>
451
452 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
453 nvptx*-*-*.
454 * configure: Regenerate.
455
456 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
457
458 * Makefile.def (libiconv): Define bootstrap=true.
459 Mark pdf/html/info as missing.
460 (configure-gcc): Depend on all-libiconv.
461 (all-gcc): Ditto.
462 (configure-libcpp): Ditto.
463 (all-libcpp): Ditto.
464 (configure-intl): Ditto.
465 (all-intl): Ditto.
466 * Makefile.in: Regenerate.
467
468 2015-08-03 Bin Cheng <bin.cheng@arm.com>
469
470 * MAINTAINERS (loop ivopts): Add the entry and myself.
471
472 2015-07-31 Nathan Sidwell <nathan@codesourcery.com>
473
474 * MAINTAINERS (nvptx): Add self.
475
476 2015-07-29 Alan Lawrence <alan.lawrence@arm.com>
477
478 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
479 128-bit vector modes.
480
481 2015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
482
483 * MAINTAINERS (Write After Approval): Add myself.
484
485 2015-07-28 Ben Elliston <bje@gnu.org>
486
487 * config.sub, config.guess: Import from upstream.
488
489 2015-07-24 Michael Darling <darlingm@gmail.com>
490
491 PR other/66259
492 * config-ml.in: Reflects renaming of configure.in to configure.ac
493 * configure: Likewise
494 * configure.ac: Likewise
495
496 2015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
497
498 * MAINTAINERS: Update my email address.
499
500 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
501
502 Sync with binutils-gdb:
503 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
504
505 * configure.ac (target_configdirs): Exclude target-zlib if
506 target-libjava isn't built.
507 * configure: Regenerated.
508
509 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
510
511 Sync with binutils-gdb:
512 2015-05-13 John David Anglin <dave.anglin@bell.net>
513
514 * configure.ac: Disable configuration of GDB for HPUX targets.
515 * configure: Regenerate.
516
517 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
518
519 * configure.ac: Add --with-system-zlib.
520 * configure: Regenerated.
521
522 2015-01-28 James Bowman <james.bowman@ftdichip.com>
523
524 * configure.ac: Add FT32 support.
525 * configure: Regenerate.
526
527 2015-01-12 Anthony Green <green@moxielogic.com>
528
529 * configure.ac: Don't disable gprof for moxie.
530 * configure: Rebuild.
531
532 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
533
534 Sync with binutils-gdb:
535 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
536
537 PR ld/18355
538 * Makefile.def: Add extra_configure_flags to host zlib.
539 * configure.ac (extra_host_zlib_configure_flags): New. Set
540 to --enable-host-shared When bfd is to be built as shared
541 library. AC_SUBST.
542 * Makefile.in: Regenerated.
543
544 2015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
545
546 Sync with src:
547 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
548 * Makefile.def (dependencies): Add all-zlib to all-bfd.
549 * Makefile.in: Regenerated.
550
551 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
552
553 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
554 target.
555 * configure: Regenerate.
556
557 2015-06-23 Ludovic Courtès <ludo@gnu.org>
558
559 * MAINTAINERS (Write After Approval): Add myself.
560
561 2015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
562
563 * MAINTAINERS (OS Port Maintainers): Add myself.
564 (Various Maintainers): Remove myself from libffi testsuite.
565
566 2015-06-04 Richard Sandiford <richard.sandiford@arm.com>
567
568 * MAINTAINERS (gen* on machine desc): Add self.
569
570 2015-06-02 Jason Merrill <jason@redhat.com>
571
572 PR bootstrap/66319
573 * configure.ac: Use -std=gnu++98.
574
575 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
576
577 * MAINTAINERS (Write After Approval): Add myself.
578
579 2015-05-28 Mike Frysinger <vapier@gentoo.org>
580
581 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
582 * configure: Regenerate.
583
584 2015-05-26 Jason Merrill <jason@redhat.com>
585
586 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
587 * configure: Regenerate.
588
589 2015-05-16 James Bowman <james.bowman@ftdichip.com>
590
591 * configure.ac: FT32 target added.
592 * configure: Regenerated.
593
594 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
595
596 * MAINTAINERS (Write After Approval): Add myself.
597
598 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
599
600 * MAINTAINERS (Write After Approval): Add myself.
601
602 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
603
604 * configure.ac: Fix typo.
605 * configure: Regenerate.
606
607 2015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
608
609 * MAINTAINERS (Write After Approval): Add myself.
610
611 2015-05-03 Matthias Klose <doko@ubuntu.com>
612
613 * configure.ac: Match $host configured with triplets.
614 * configure: Regenerate.
615
616 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
617
618 * Makefile.tpl: Remove surplus whitespace throughout.
619 * Makefile.in: Regenerate.
620
621 2015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
622
623 * MAINTAINERS (Various Maintainers): Add myself as instruction
624 combiner maintainer.
625
626 2015-04-17 Jakub Jelinek <jakub@redhat.com>
627
628 PR bootstrap/62077
629 * configure.ac (--enable-stage1-checking): Default to
630 release,misc,gimple,rtlflag,tree,types if --disable-checking
631 or --enable-checking is not specified and DEV-PHASE is not
632 experimental.
633 * configure: Regenerated.
634
635 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
636
637 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
638 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
639 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
640 * Makefile.in: Regenerate.
641
642 2015-04-08 Cary Coutant <ccoutant@gmail.com>
643
644 * MAINTAINERS: Update my email address.
645
646 2015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
647
648 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
649
650 2015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
651
652 * MAINTAINERS: Add myself as an arm port reviewer.
653
654 2015-03-25 Martin Liska <mliska@suse.cz>
655 Yury Gribov <y.gribov@samsung.com>
656
657 * Makefile.in: Fix ln source location for vimrc file.
658 * Makefile.tpl: Likewise.
659
660 2015-03-09 Aldy Hernandez <aldyh@redhat.com>
661
662 PR bootstrap/25672
663 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
664 cross-compiling. Similarly for CXX_FOR_TARGET.
665 * configure: Regenerate.
666
667 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
668
669 * Makefile.def: Add libmpx.
670 * configure.ac: Add libmpx.
671 * Makefile.in: Regenerate.
672 * configure: Regenerate.
673
674 2015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
675
676 * MAINTAINERS (CPU Port Maintainers): Add myself
677 i386 vector ISA extns mantainer.
678
679 2015-03-13 Jeff Law <law@redhat.com>
680
681 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
682 maintainer.
683 Remove Richard Henderson as a maintainer for the x86 port.
684
685 2015-03-03 Joern Rennecke <gnu@amylaar.uk>
686
687 * MAINTAINERS (CPU Port Maintainers): Update my email address.
688
689 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
690
691 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
692 pointer bounds checker and i386 MPX maintainer.
693
694 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
695
696 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
697
698 2015-02-26 Martin Sebor <msebor@redhat.com>
699
700 * MAINTAINERS (Various Maintainers): Add self.
701
702 2015-02-20 Thomas Schwinge <thomas@codesourcery.com>
703
704 * configure.ac [--enable-as-accelerator-for] (enable_languages):
705 Make sure it contains lto.
706 * configure: Regenerate.
707
708 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
709
710 * configure: Regenerate.
711
712 2015-02-06 Diego Novillo <dnovillo@google.com>
713 1
714 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
715 middle-end, docstring): Remove myself.
716 (Write After Approval): Add myself.
717
718 2015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
719
720 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
721 (Write After Approval): Update address.
722
723 2015-01-29 David Malcolm <dmalcolm@redhat.com>
724
725 PR jit/64780
726 * configure.ac: Require the user to explicitly specify
727 --enable-host-shared if the jit is enabled.
728 * configure: Regenerate.
729
730 2015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
731
732 * MAINTAINERS (Write After Approval): Add myself.
733
734 2015-01-25 Tom de Vries <tom@codesourcery.com>
735
736 * MAINTAINERS: Make whitespace consistent.
737
738 2015-01-23 Braden Obrzut <admin@maniacsvault.net>
739
740 * MAINTAINERS (Write After Approval): Add myself.
741
742 2015-01-20 Andre Vehreschild <vehre@gmx.de>
743
744 * MAINTAINERS: (Write After Approval): Add myself.
745
746 2015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
747
748 * MAINTAINERS: (Write After Approval): Add myself.
749
750 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
751
752 * MAINTAINERS: (Write After Approval): Add myself.
753
754 2015-01-13 Iain Sandoe <iain@codesourcery.com>
755
756 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
757 objective-c/c++ front end maintainer.
758
759 2015-01-13 Marek Polacek <polacek@redhat.com>
760
761 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
762
763 2015-01-12 Jeff Law <law@redhat.com>
764
765 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
766 a very long time.
767
768 2015-01-09 Ian Lance Taylor <iant@google.com>
769
770 * configure.ac (host_tools): Add gotools.
771 * Makefile.def (host_modules): Add gotools.
772 (dependencies): Add dependency of all-gotools on all-target-libgo.
773
774 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
775
776 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
777 * configure: Regenerate.
778
779 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
780
781 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
782 all-target-libgomp.
783 * Makefile.in: Regenerate.
784
785 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
786
787 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
788
789 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
790
791 * configure.ac: Add Visium support.
792 * configure: Regenerate.
793
794 2015-01-04 Andreas Schwab <schwab@linux-m68k.org>
795
796 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
797 * configure: Regenerate.
798
799 2015-01-03 Andrew Pinski <apinski@cavium.com>
800
801 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
802 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
803 (BASE_TARGET_EXPORTS): Add OBJCOPY.
804 (OBJCOPY_FOR_TARGET): New variable.
805 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
806 * Makefile.in: Regenerate.
807 * configure.ac: Check for already installed target objcopy.
808 Also GCC_TARGET_TOOL on objcopy.
809 * configure: Regenerate.
810
811 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
812
813 * config.sub: Update from upstream, to 2015-01-01 version.
814 * config.guess: Ditto.
815
816 2014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
817
818 * MAINTAINERS (RTEMS Ports): Add myself.
819
820 2014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
821
822 * MAINTAINERS (Write After Approval): Add myself.
823
824 2014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
825
826 * MAINTAINERS (Write After Approval): Add myself.
827
828 2014-12-15 Thomas Schwinge <thomas@codesourcery.com>
829
830 * configure.ac (--enable-as-accelerator-for): Don't set
831 ENABLE_AS_ACCELERATOR_FOR. Update all users.
832 * configure: Regenerate.
833
834 2014-12-13 Jakub Jelinek <jakub@redhat.com>
835
836 PR bootstrap/64023
837 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
838 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
839 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
840 to CXX.
841 * Makefile.in: Regenerated.
842
843 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
844 Yury Gribov <y.gribov@samsung.com>
845
846 * .gitignore: Added .local.vimrc and .lvimrc.
847 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
848 * Makefile.in: Regenerate.
849
850 2014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
851
852 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
853 * configure: Regenerated.
854
855 2014-11-27 Bernd Schmidt <bernds@codesourcery.com>
856
857 * MAINTAINERS (nvptx port): New entry.
858
859 2014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
860
861 * configure: Regenerate.
862
863 2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
864
865 * configure.ac: Merge with Binutils.
866
867 2014-11-26 Tobias Burnus <burnus@net-b.de>
868
869 * Makefile.def: Make more dependent on mpfr, mpc and isl.
870 * Makefile.in: Regenerate.
871
872 2014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
873
874 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
875 missing flex.
876 * Makefile.in: Regenerated.
877
878 2014-11-21 Ilya Verbin <ilya.verbin@intel.com>
879
880 * Makefile.in: Regenerate.
881
882 2014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
883
884 PR bootstrap/63784
885 * libtool.m4: Add $pic_flag with -shared.
886
887 2014-11-21 Renlin Li <Renlin.Li@arm.com>
888
889 * MAINTAINERS (Write After Approval): Added myself.
890
891 2014-11-21 Alex Velenko <Alex.Velenko@arm.com>
892
893 * MAINTAINERS (write-after-approval): Add myself.
894
895 2014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
896
897 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
898 from 2 years ago.
899
900 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
901
902 Revert:
903 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
904
905 * MAINTAINERS (Write After Approval): Added myself as line map
906 maintainer.
907
908 2014-11-19 Renlin Li <Renlin.Li@arm.com>
909
910 Revert:
911 2014-11-19 Renlin Li <Renlin.Li@arm.com>
912
913 * MAINTAINERS (Write After Approval): Added myself.
914
915 2014-11-19 Renlin Li <Renlin.Li@arm.com>
916
917 * MAINTAINERS (Write After Approval): Added myself.
918
919 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
920
921 * MAINTAINERS (Write After Approval): Added myself as line map
922 maintainer.
923
924 2014-11-17 Dodji Seketeli <dodji@redhat.com>
925
926 * MAINTAINERS (Various Maintainers): Added myself as line map
927 maintainer.
928
929 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
930
931 * move-if-change: Sync from upstream gnulib.
932
933 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
934
935 * compile: Sync with upstream Automake.
936 * depcomp: Ditto.
937 * install-sh: Ditto.
938 * missing: Ditto.
939 * mkinstalldirs: Ditto.
940 * ylwrap: Ditto.
941
942 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
943
944 * config.sub: Update from upstream config repo.
945 * config.guess: Ditto.
946
947 2014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
948
949 * Makefile.def: Add liboffloadmic to target_modules. Make
950 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
951 * Makefile.in: Regenerate.
952 * configure: Regenerate.
953 * configure.ac: Add liboffloadmic to target binaries.
954 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
955 Add liboffloadmic to noconfig list when C++ is not supported.
956
957 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
958 Thomas Schwinge <thomas@codesourcery.com>
959 Ilya Verbin <ilya.verbin@intel.com>
960 Andrey Turetskiy <andrey.turetskiy@intel.com>
961
962 * configure: Regenerate.
963 * configure.ac (--enable-as-accelerator-for)
964 (--enable-offload-targets): New configure options.
965
966 2014-11-11 Tobias Burnus <burnus@net-b.de>
967
968 * Makefile.def: Make all-gcc depend on all-isl.
969 * Makefile.in: Regenerate.
970
971 2014-11-11 David Malcolm <dmalcolm@redhat.com>
972
973 * ChangeLog.jit: New.
974 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
975
976 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
977
978 PR target/63610
979 * libtool.m4: Fix globbing of darwin versions.
980 * configure: Regenerate.
981
982 2014-11-11 Tobias Burnus <burnus@net-b.de>
983
984 * Makefile.def: Remove CLooG.
985 * Makefile.tpl: Ditto.
986 * configure.ac: Ditto.
987 * configure: Regenerate.
988 * Makefile.in: Ditto.
989
990 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
991
992 * configure.ac: Handle nvptx-*-*.
993 * configure: Regenerate.
994
995 2014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
996
997 * MAINTAINERS (Write After Approval): Add myself.
998
999 2014-10-31 Jakub Jelinek <jakub@redhat.com>
1000
1001 * Makefile.def (libcc1): Remove bootstrap=true;.
1002 * Makefile.in: Regenerated.
1003
1004 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1005
1006 * configure.ac: Update comment.
1007 * configure: Regenerate.
1008
1009 2014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
1010
1011 * MAINTAINERS (Write After Approval): Add myself.
1012
1013 2014-10-30 Thomas Schwinge <thomas@codesourcery.com>
1014
1015 * configure.ac (extra_host_libiberty_configure_flags): Add
1016 --enable-shared also for libcc1's benefit.
1017 * configure: Regenerate.
1018
1019 2014-10-29 Tristan Gingold <gingold@adacore.com>
1020
1021 * MAINTAINERS: Change my email address.
1022
1023 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
1024 Tom Tromey <tromey@redhat.com>
1025
1026 * Makefile.def: Add libcc1 to host_modules.
1027 * configure.ac (host_tools): Add libcc1.
1028 * Makefile.in, configure: Rebuild.
1029
1030 2014-10-24 Hans-Peter Nilsson <hp@axis.com>
1031
1032 * configure.ac (build_configargs): Don't share config.cache between
1033 build subdirs.
1034 * configure: Regenerate.
1035
1036 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1037
1038 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1039 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1040 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1041 leon3v7 as leon3.
1042 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1043 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1044 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1045 * config/sparc/sparc.md (cpu): Add leon3v7.
1046 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1047
1048 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1049
1050 * MAINTAINERS (write-after-approval): Add myself.
1051
1052 2014-10-23 Ian Lance Taylor <iant@google.com>
1053
1054 * configure.ac: Disable the Go frontend on systems where it is known
1055 to not work.
1056 * configure: Regenerate.
1057
1058 2014-10-23 Richard Biener <rguenther@suse.de>
1059
1060 * Makefile.def: Add libcpp build module and dependencies.
1061 * configure.ac: Add libcpp build module.
1062 * Makefile.in: Regenerate.
1063 * configure: Likewise.
1064
1065 2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
1066
1067 * MAINTAINERS (write-after-approval): Add myself.
1068
1069 2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
1070
1071 * INSTALL/README: Do not mention CVS.
1072
1073 2014-10-03 Jing Yu <jingyu@google.com>
1074
1075 * configure.ac: Add aarch64 to list of targets that support gold.
1076 * configure: Regenerate.
1077
1078 2014-09-29 François Dumont <fdumont@gcc.gnu.org>
1079
1080 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
1081
1082 2014-09-29 Catherine Moore <clm@codesourcery.com>
1083
1084 * MAINTAINERS: Add myself as MIPS maintainer.
1085
1086 2014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
1087
1088 * MAINTAINERS: Move myself to MIPS maintainers.
1089
1090 2014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1091
1092 * MAINTAINERS: Put all email addresses between '<' and '>'.
1093
1094 2014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1095
1096 * MAINTAINERS: Move myself to reviewers (Fortran).
1097
1098 2014-09-01 Andi Kleen <ak@linux.intel.com>
1099
1100 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1101 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
1102 * Makefile.in: Regenerate.
1103
1104 2014-08-28 David Malcolm <dmalcolm@redhat.com>
1105
1106 * rtx-classes-status.txt: Delete
1107
1108 2014-08-28 David Malcolm <dmalcolm@redhat.com>
1109
1110 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1111
1112 2014-08-27 Sebastian Pop <s.pop@samsung.com>
1113
1114 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1115 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1116 of checking for version number.
1117 * configure: Regenerated.
1118 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1119
1120 2014-08-27 David Malcolm <dmalcolm@redhat.com>
1121
1122 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1123 is done; begin phase 6 (use extra rtx_def subclasses).
1124
1125 2014-08-27 David Malcolm <dmalcolm@redhat.com>
1126
1127 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1128 done; begin phase 5 (additional rtx_def subclasses).
1129
1130 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1131
1132 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1133
1134 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1135
1136 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1137 SET_BB_HEADER are done.
1138
1139 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1140
1141 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1142 done.
1143
1144 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1145
1146 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1147
1148 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1149
1150 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1151
1152 2014-08-25 David Malcolm <dmalcolm@redhat.com>
1153
1154 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1155
1156 2014-08-25 David Malcolm <dmalcolm@redhat.com>
1157
1158 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1159
1160 2014-08-25 David Malcolm <dmalcolm@redhat.com>
1161
1162 * rtx-classes-status.txt: Phase 3 (per-file commits within
1163 "config" subdirs) is done; begin phase 4 (removal of
1164 "scaffolding").
1165
1166 2014-08-23 David Malcolm <dmalcolm@redhat.com>
1167
1168 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
1169 dir) is done; begin phase 3 (per-file commits within "config"
1170 subdirs).
1171
1172 2014-08-21 David Malcolm <dmalcolm@redhat.com>
1173
1174 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
1175 phase 2 (per-file commits in main source dir).
1176
1177 2014-08-21 Bin Cheng <bin.cheng@arm.com>
1178
1179 * configure: Regenerated.
1180
1181 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1182
1183 * rtx-classes-status.txt (TODO): Add SET_BND_TO
1184
1185 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1186
1187 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
1188
1189 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1190
1191 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
1192
1193 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1194
1195 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
1196
1197 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1198
1199 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
1200
1201 2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
1202
1203 * MAINTAINERS (Write After Approval): Add myself.
1204
1205 2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
1206
1207 * MAINTAINERS: Remove myself
1208
1209 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1210
1211 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
1212
1213 2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
1214
1215 * MAINTAINERS (Write After Approval): Add myself.
1216
1217 2014-08-18 David Malcolm <dmalcolm@redhat.com>
1218
1219 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
1220 SET_BB_HEADER, SET_BB_FOOTER
1221
1222 2014-08-18 David Malcolm <dmalcolm@redhat.com>
1223
1224 * rtx-classes-status.txt: New file
1225
1226 2014-08-18 Roman Gareev <gareevroman@gmail.com>
1227
1228 * configure.ac: Eliminate ClooG installation dependency.
1229 * configure: Regenerate.
1230 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
1231 * Makefile.in: Regenerate.
1232
1233 2014-08-15 Ilya Verbin <iverbin@gmail.com>
1234
1235 * MAINTAINERS (Write After Approval): Add myself.
1236
1237 2014-08-15 Ilya Tocar <tocarip@gmail.com>
1238
1239 * MAINTAINERS (Write After Approval): Add myself.
1240
1241 2014-08-01 Jiong Wang <jiong.wang@arm.com>
1242
1243 * MAINTAINERS (Write After Approval): Add myself.
1244
1245 2014-07-28 Anthony Green <green@moxielogic.com>
1246
1247 Import from savannah.gnu.org:
1248 * config.sub: Update to 2014-07-28 version.
1249
1250 2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
1251
1252 * MAINTAINERS: Remove my MIPS maintainer entry.
1253
1254 2014-07-26 Uros Bizjak <ubizjak@gmail.com>
1255
1256 PR target/47230
1257 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
1258 * configure: Regenerate.
1259
1260 2014-07-24 James Norris <jnorris@codesourcery.com>
1261
1262 * MAINTAINERS (Write After Approval): Add myself.
1263
1264 2014-07-20 Roman Gareev <gareevroman@gmail.com>
1265
1266 * configure.ac: Accept only CLooG 0.18.1.
1267 * configure: Regenerate.
1268
1269 2014-07-17 Roman Gareev <gareevroman@gmail.com>
1270
1271 * configure.ac: Don't accept isl 0.11.
1272 * configure: Regenerate.
1273
1274 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1275
1276 * MAINTAINERS (Write After Approval): Add myself.
1277
1278 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1279
1280 * configure.ac: Don't accept isl 0.10.
1281 * configure: Regenerate.
1282
1283 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
1284
1285 Fix include path for in-tree cloog.
1286 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
1287 * configure: Regenerate.
1288
1289 2014-06-18 Richard Henderson <rth@redhat.com>
1290
1291 * .gitignore: Import gcc_update output.
1292
1293 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1294
1295 * config-ml.in: Robustify ac_configure_args parsing.
1296
1297 * configure.ac (--enable-linker-plugin-configure-flags)
1298 (--enable-linker-plugin-flags): New flags.
1299 (configdirs): Conditionally add libiberty-linker-plugin.
1300 * configure: Regenerate.
1301 * Makefile.def (host_modules): Add libiberty-linker-plugin.
1302 (host_modules) <lto-plugin>: Pay attention to
1303 @extra_linker_plugin_flags@ and
1304 @extra_linker_plugin_configure_flags@.
1305 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
1306 * Makefile.in: Regenerate.
1307
1308 * Makefile.tpl (configure-[+prefix+][+module+])
1309 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
1310 "module_srcdir" instead of "module" for locating a module's srcdir.
1311 * Makefile.in: Regenerate.
1312
1313 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
1314
1315 * MAINTAINERS (Write After Approval): Add myself.
1316
1317 2014-06-06 Sebastian Pop <sebpop@gmail.com>
1318
1319 * MAINTAINERS: Update my email address.
1320
1321 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
1322
1323 * MAINTAINERS (Write After Approval): Add myself.
1324
1325 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
1326
1327 * MAINTAINERS (Write After Approval): Add myself.
1328
1329 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
1330
1331 PR libstdc++/61011
1332 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
1333 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
1334 * configure: Regenerate.
1335
1336 2014-05-28 Pedro Alves <palves@redhat.com>
1337
1338 * MAINTAINERS (Write After Approval): Add myself.
1339
1340 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1341
1342 * MAINTAINERS: Update my affiliation/email.
1343
1344 2014-05-19 Mike Stump <mikestump@comcast.net>
1345
1346 * MAINTAINERS: Add wide-int reviewers.
1347
1348 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1349
1350 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1351 * configure: Regenerated.
1352
1353 2014-05-15 Torvald Riegel <triegel@redhat.com>
1354
1355 * MAINTAINERS (libitm): Add myself as maintainer.
1356
1357 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
1358
1359 * MAINTAINERS (Write After Approval): Add myself.
1360
1361 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1362
1363 * config.sub, config.guess: Import from upstream.
1364
1365 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
1366
1367 * MAINTAINERS (Write After Approval): Put myself in correct order.
1368
1369 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
1370
1371 * MAINTAINERS (Write After Approval): Add myself.
1372
1373 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1374
1375 * MAINTAINERS: Move myself from Reviewers to Write After Approval
1376 section.
1377
1378 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1379
1380 * MAINTAINERS (Write After Approval): Delete myself.
1381
1382 2014-04-17 Jakub Jelinek <jakub@redhat.com>
1383
1384 PR sanitizer/56781
1385 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
1386 and -B* options with -Xcompiler.
1387
1388 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1389
1390 PR bootstrap/60620
1391 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1392 * Makefile.in: Regenerate.
1393
1394 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1395
1396 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1397 for WINDRES_FOR_TARGET in default-manifest.o rule.
1398 * Makefile.in: Regenerate.
1399
1400 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
1401
1402 * MAINTAINERS (Write After Approval): Add myself.
1403
1404 2014-03-26 Jakub Jelinek <jakub@redhat.com>
1405
1406 PR sanitizer/56781
1407 * Makefile.def: Set bootstrap=true; for host fixincludes.
1408 * configure.ac: Don't bootstrap host fixincludes unless
1409 --with-build-config=bootstrap-{a,ub}san.
1410 * Makefile.in: Regenerated.
1411 * configure: Regenerated.
1412
1413 2014-03-21 Jakub Jelinek <jakub@redhat.com>
1414
1415 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1416 --enable-vtable-verify option parsing. Don't add
1417 target-libsanitizer to bootstrap_target_libs unless
1418 --with-build-config=bootstrap-asan or
1419 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1420 to bootstrap_target_libs unless --enable-vtable-verify.
1421 * configure: Regenerated.
1422
1423 2014-03-10 Anatoly Sokolov <aesok@post.ru>
1424
1425 * MAINTAINERS (Write After Approval): Add myself.
1426
1427 2014-03-07 Denis Chertykov <chertykov@gmail.com>
1428
1429 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
1430
1431 2014-03-07 Jakub Jelinek <jakub@redhat.com>
1432
1433 PR bootstrap/58572
1434 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1435 -I for libstdc++-v3 includes if $(LEAN).
1436 * Makefile.in: Regenerated.
1437
1438 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
1439
1440 * MAINTAINERS: Update my email address.
1441
1442 2014-02-24 Walter Lee <walt@tilera.com>
1443
1444 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1445 (tilegx-*-*): Change to tilegx*-*-*.
1446 * configure: Regenerate.
1447
1448 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
1449
1450 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
1451
1452 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
1453
1454 * MAINTAINERS (Write After Approval): Add myself.
1455
1456 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1457
1458 PR target/59788
1459 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1460 *solaris2*.
1461
1462 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
1463
1464 * MAINTAINERS: Update my email address.
1465
1466 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
1467
1468 * MAINTAINERS: Convert to UTF-8.
1469 Properly sort Xinliang David Li's entry.
1470
1471 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
1472 Sandra Loosemore <sandra@codesourcery.com>
1473
1474 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
1475 nios2 port maintainers.
1476
1477 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
1478
1479 * MAINTAINERS (Write After Approval): Add myself.
1480
1481 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1482
1483 * configure.ac: Add user-friendly check for native x86_64-linux
1484 multilibs.
1485 * configure: Regenerate.
1486
1487 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
1488
1489 * MAINTAINERS: Add myself as sh maintainer.
1490
1491 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1492
1493 * MAINTAINERS: Add self as SLSR maintainer.
1494
1495 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
1496
1497 * MAINTAINERS: Update my email address.
1498
1499 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
1500
1501 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
1502
1503 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1504
1505 * Makefile.in: Regenerate.
1506
1507 * Makefile.tpl: Fix typo.
1508 * Makefile.in: Regenerate partially.
1509
1510 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1511
1512 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1513 supported.
1514 * configure: Regenerated.
1515
1516 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
1517
1518 * MAINTAINERS (Write After Approval): Add myself.
1519
1520 2013-10-30 Jason Merrill <jason@redhat.com>
1521
1522 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1523 --disable-build-format-warnings.
1524
1525 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1526
1527 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
1528 depend on libstdc++ and libgcc.
1529 * configure: Regenerate.
1530 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1531 libcilkrts for POSIX and i*86, and x86_64 architectures.
1532 * Makefile.in: Added libcilkrts related fields to support building it.
1533
1534 2013-10-26 Jeff Law <law@redhat.com>
1535
1536 * Makefile.def (target_modules): Remove libmudflap
1537 (languages): Remove check-target-libmudflap).
1538 * Makefile.in: Rebuilt.
1539 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1540 * configure.ac (target_libraries): Remove target-libmudflap.
1541 Remove checks which disabled libmudflap on some systems.
1542 * configure: Rebuilt.
1543 * libmudflap: Directory removed.
1544
1545 2013-10-21 Cong Hou <congh@google.com>
1546
1547 * MAINTAINERS (Write After Approval): Add myself.
1548
1549 2013-10-16 Mike Stump <mikestump@comcast.net>
1550
1551 * .dir-locals.el: Add.
1552
1553 2013-10-15 David Malcolm <dmalcolm@redhat.com>
1554
1555 * configure.ac: Add --enable-host-shared
1556 * configure: Regenerate.
1557
1558 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
1559
1560 Import from savannah.gnu.org:
1561 * config.guess: Update to 2013-06-10 version.
1562 * config.sub: Update to 2013-10-01 version.
1563
1564 2013-10-01 Simon Cook <simon.cook@embecosm.com>
1565
1566 Changes to build configuration to allow big endian ARC ELF toolchain
1567 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
1568 * configure: Regenerate.
1569
1570 2013-09-20 Alan Modra <amodra@gmail.com>
1571
1572 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1573 ppc host match. Support little-endian powerpc linux hosts.
1574
1575 2013-09-19 Dodji Seketeli <dodji@redhat.com>
1576
1577 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
1578 maintainer.
1579
1580 2013-09-12 DJ Delorie <dj@redhat.com>
1581
1582 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
1583 maintainers.
1584
1585 2013-09-03 Richard Biener <rguenther@suse.de>
1586
1587 * configure.ac: Also allow ISL 0.12.
1588 * configure: Regenerated.
1589
1590 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
1591
1592 * MAINTAINERS (Write After Approval): Add myself.
1593
1594 2013-08-27 David Malcolm <dmalcolm@redhat.com>
1595
1596 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
1597
1598 2013-08-26 Caroline Tice <cmtice@google.com>
1599
1600 * MAINTAINERS: Correct earliers update: Move myself from libvtv
1601 "Various Reviewers" to libvtv "Various Maintainers".
1602
1603 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
1604
1605 * MAINTAINERS: Add myself as RTL optimizers reviewer.
1606
1607 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
1608
1609 * MAINTAINERS: Update name, email.
1610
1611 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
1612
1613 * MAINTAINERS (Write After Approval): Add myself.
1614
1615 2013-08-12 Caroline Tice <cmtice@google.com>
1616
1617 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
1618 address in the Write After Approval section.
1619
1620 2013-08-09 Carlos O'Donell <carlos@redhat.com>
1621
1622 * MAINTAINERS (Write After Approval): Update email.
1623
1624 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
1625
1626 * configure.ac: Adjust to check VTV_SUPPORTED.
1627 * configure: Regenerated.
1628
1629 2013-08-02 Caroline Tice <cmtice@google.com>
1630
1631 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
1632 on non-linux systems; add target-libvtv to noconfigdirs; add
1633 libsupc++/.libs to C++ library search paths.
1634 * configure: Regenerated.
1635 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
1636 libstdc++ and libgcc.
1637 * Makefile.in: Regenerated.
1638
1639 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
1640
1641 * MAINTAINERS (Write After Approval): Add myself.
1642
1643 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
1644 Shiva Chen <shiva0217@gmail.com>
1645
1646 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
1647 nds32 port maintainers.
1648
1649 2013-07-17 Tim Shen <timshen91@gmail.com>
1650
1651 * MAINTAINERS (Write After Approval): Add myself.
1652
1653 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1654
1655 * configure.ac: Sync from binutils.
1656 * configure: Regenerate.
1657
1658 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
1659
1660 * MAINTAINERS (Write After Approval): Add myself.
1661
1662 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
1663
1664 * MAINTAINERS (Write After Approval): Add myself.
1665
1666 2013-05-17 David Malcolm <dmalcolm@redhat.com>
1667
1668 * MAINTAINERS (Write After Approval): Add myself.
1669
1670 2013-04-30 Brooks Moses <bmoses@google.com>
1671
1672 * MAINTAINERS: Update my email; move myself from Fortran
1673 reviewer to Write After Approval.
1674
1675 2013-04-16 Andreas Schwab <schwab@suse.de>
1676
1677 * configure.ac (aarch64-*-*): Don't disable java.
1678 * configure: Regenerate.
1679
1680 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
1681
1682 * MAINTAINERS (Write After Approval): Add myself.
1683
1684 2013-03-30 Matthias Klose <doko@ubuntu.com>
1685
1686 * Makefile.def (target_modules): Don't install libffi.
1687 * Makefile.in: Regenerate.
1688
1689 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
1690
1691 * MAINTAINERS (Write After Approval): Add myself.
1692
1693 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
1694
1695 * MAINTAINERS (Write After Approval): Add myself.
1696
1697 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1698
1699 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
1700 * configure: Regenerated.
1701
1702 2013-02-05 Ian Lance Taylor <iant@google.com>
1703
1704 PR go/55969
1705 * configure.ac: Disable libgo on some systems where it does not
1706 work.
1707
1708 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
1709
1710 * MAINTAINERS: Explicitly add myself as AIX maintainer.
1711 Remove Geoff Keating as rs6000 port maintainer, at his request.
1712
1713 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
1714
1715 * MAINTAINERS: Update my email.
1716
1717 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
1718
1719 * configure: Re-generate.
1720
1721 2013-01-15 Richard Biener <rguenther@suse.de>
1722
1723 PR other/55973
1724 * configure: Re-generate.
1725
1726 2013-01-14 Matthias Klose <doko@ubuntu.com>
1727
1728 * Makefile.def (install-target-libsanitizer): Depend on
1729 install-target-libstdc++-v3.
1730 * Makefile.in: Regenerate.
1731
1732 2013-01-14 Richard Biener <rguenther@suse.de>
1733
1734 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
1735 * configure: Re-generate
1736
1737 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1738
1739 * config.sub: Update from config repo.
1740
1741 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1742
1743 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1744 * Makefile.in: Regenerate.
1745
1746 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
1747
1748 * MAINTAINERS (arc): Add new port maintainership for myself.
1749
1750 2013-01-09 Jason Merrill <jason@redhat.com>
1751
1752 * .gitignore: Import from gdb repository.
1753
1754 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1755
1756 * Makefile.def (configure-gcc): Depend on all-gmp.
1757 (all-gcc): Remove dependency on all-gmp.
1758 * Makefile.in: Regenerated.
1759
1760 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1761
1762 * config.sub: Merge from config repo.
1763 * config.guess: Ditto.
1764
1765 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1766
1767 * Makefile.def: Merge from binutils.
1768 * Makefile.in: Ditto.
1769
1770 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
1771
1772 * MAINTAINERS: Update my email.
1773
1774 2012-12-29 Ben Elliston <bje@gnu.org>
1775
1776 * config.guess: Update to 2012-12-29 version.
1777 * config.sub: Likewise.
1778
1779 2012-12-20 Matthias Klose <doko@ubuntu.com>
1780
1781 * Makefile.def (install-target-libgfortran): Depend on
1782 install-target-libquadmath, install-target-libgcc.
1783 (install-target-libsanitizer): Depend on install-target-libgcc.
1784 (install-target-libjava): Depend on install-target-libgcc.
1785 (install-target-libitm): Depend on install-target-libgcc.
1786 (install-target-libobjc): Depend on install-target-libgcc.
1787 (install-target-libstdc++-v3): Depend on install-target-libgcc.
1788 * Makefile.in: Regenerate.
1789
1790 2012-12-19 Matthias Klose <doko@ubuntu.com>
1791
1792 * Makefile.def (install-target-libgo): Depend on
1793 install-target-libatomic.
1794 * Makefile.in: Regenerate.
1795
1796 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
1797
1798 PR go/55201
1799 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
1800 * Makefile.in: Regenerate.
1801
1802 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1803
1804 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1805 * configure: Regenerate.
1806
1807 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1808
1809 * config.sub: Merge from config repo.
1810
1811 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1812
1813 * Makefile.def (target_modules): Add bootstrap=true and
1814 raw_cxx=true to libsanitizer.
1815 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1816 * Makefile.in: Regenerated.
1817 * configure: Likewise.
1818
1819 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
1820
1821 * MAINTAINERS: Remove self as RTL optimization maintainer.
1822
1823 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1824
1825 * MAINTAINERS (Write After Approval): Add myself.
1826
1827 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
1828
1829 * Makefile.def (target_modules): Remove bootstrap=true and
1830 raw_cxx=true from libsanitizer.
1831 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
1832 * Makefile.in: Regenerated.
1833 * configure: Likewise.
1834
1835 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
1836
1837 * Makefile.def (target_modules): Add bootstrap=true and
1838 raw_cxx=true to libsanitizer.
1839 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1840 * Makefile.in: Regenerated.
1841 * configure: Likewise.
1842
1843 2012-11-28 Andrew Pinski <apinski@cavium.com>
1844
1845 PR bootstrap/54279
1846 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
1847 * configure: Regenerate.
1848 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
1849 * Makefile.in: Regenerate.
1850
1851 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1852
1853 * configure.ac: Disable libsanitizer if we're not building C++.
1854 * configure: Regenerate.
1855
1856 2012-11-15 Roland McGrath <roland@hack.frob.com>
1857
1858 * MAINTAINERS (Write After Approval): Add myself.
1859
1860 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
1861
1862 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
1863 Kostya Serebryany (kcc@google.com) and
1864 Jakub Jelinek (jakub@redhat.com).
1865 Rename area for Dodji Seketeli (dodji@redhat.com).
1866
1867 2012-11-15 Dodji Seketeli <dodji@redhat.com>
1868
1869 * MAINTAINERS: (asan.c, related): Add myself.
1870
1871 2012-11-14 Roland McGrath <mcgrathr@google.com>
1872
1873 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1874 * configure: Regenerate.
1875
1876 2012-11-13 Richard Henderson <rth@redhat.com>
1877
1878 * configure.ac: Move libsanitizer logic to subdirectory.
1879 * configure: Regenerate.
1880
1881 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1882
1883 * configure.ac: Enable libsanitizer just on x86 linux for now.
1884 * configure: Re-generate.
1885
1886 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1887
1888 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
1889 sections.
1890 * configure: Regenerate.
1891
1892 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
1893
1894 * configure.ac: Add section for configdirs for libsanitizer.
1895 Disable for cris-*-* and mmix-*-*.
1896 * configure: Regenerate.
1897
1898 2012-11-12 Wei Mi <wmi@google.com>
1899
1900 * configure.ac: Add libsanitizer to target_libraries.
1901 * Makefile.def: Ditto.
1902 * configure: Regenerate.
1903 * Makefile.in: Regenerate.
1904 * libsanitizer: New directory for asan runtime. Contains an empty
1905 tsan directory.
1906
1907 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
1908
1909 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1910 against Mingw64 w32api.
1911 * configure: Regenerate.
1912
1913 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1914
1915 * configure: Regenerated.
1916
1917 2012-11-03 Robert Mason <rbmj@verizon.net>
1918
1919 * configure.ac: add --disable-libstdcxx configure option
1920 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1921
1922 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
1923
1924 * MAINTAINERS (Write After Approval): Add myself.
1925
1926 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
1927
1928 * MAINTAINERS (Write After Approval): Add myself.
1929
1930 2012-10-24 Sharad Singhai <singhai@google.com>
1931
1932 * MAINTAINERS (Write After Approval): Add myself.
1933
1934 2012-10-24 Eric Christopher <echristo@gmail.com>
1935
1936 * MAINTAINERS: Update email address.
1937
1938 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1939
1940 PR bootstrap/54820
1941 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1942 * configure: Regenerate.
1943
1944 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
1945
1946 * MAINTAINERS (aarch64): Add Marcus and myself.
1947
1948 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1949
1950 PR bootstrap/54820
1951 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1952 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1953 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1954 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1955 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1956 * Makefile.in: Regenerate.
1957 * configure.ac (have_static_libs): New variable and associated check.
1958 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1959 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1960 * configure: Regenerate.
1961
1962 2012-10-10 Richard Biener <rguenther@suse.de>
1963
1964 * MAINTAINERS: Adjust for changed surname.
1965
1966 2012-10-04 Lawrence Crowl <crowl@google.com>
1967
1968 * MAINTAINERS (Write After Approval): Add myself.
1969
1970 2012-10-01 Cary Coutant <ccoutant@google.com>
1971
1972 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
1973
1974 2012-09-28 Ian Lance Taylor <iant@google.com>
1975
1976 * Makefile.def: Make all-target-libgo depend on
1977 all-target-libbacktrace.
1978 * Makefile.in: Rebuild.
1979
1980 2012-09-26 Ian Lance Taylor <iant@google.com>
1981
1982 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1983 * Makefile.in: Rebuild.
1984
1985 2012-09-20 Walter Lee <walt@tilera.com>
1986
1987 * configure.ac: Add tilegx to list of targets that support gold.
1988 * configure: Regenerate.
1989
1990 2012-09-20 Marek Polacek <polacek@redhat.com>
1991
1992 * MAINTAINERS (Write After Approval): Add myself.
1993
1994 2012-09-19 Steve Ellcey <sellcey@mips.com>
1995
1996 * configure.ac: Add mips*-mti-elf* target.
1997 * configure: Regenerate.
1998
1999 2012-09-17 Ian Lance Taylor <iant@google.com>
2000
2001 * MAINTAINERS (Various Maintainers): Add libbacktrace.
2002 * configure.ac (host_libs): Add libbacktrace.
2003 (target_libraries): Add libbacktrace.
2004 * Makefile.def (host_modules): Add libbacktrace.
2005 (target_modules): Likewise.
2006 * configure, Makefile.in: Rebuild.
2007
2008 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
2009
2010 PR target/38607
2011 Merge upstream change.
2012 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
2013
2014 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
2015 Add libgomp*.o to compare_exclusions for AIX.
2016 * configure: Regenerate.
2017
2018 2012-09-06 Diego Novillo <dnovillo@google.com>
2019
2020 * configure.ac: Bump minimum GMP version to 4.2.3.
2021 * configure: Re-generate.
2022
2023 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
2024
2025 PR target/54461
2026 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
2027 target-libgloss if not configured --with-avrlibc=no.
2028 * configure: Regenerate.
2029
2030 2012-09-04 Jason Merrill <jason@redhat.com>
2031
2032 * configure.ac: Fix --enable-languages=all.
2033
2034 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
2035
2036 * MAINTAINERS (Write After Approval): Add myself.
2037
2038 2012-09-03 Richard Guenther <rguenther@suse.de>
2039
2040 PR bootstrap/54138
2041 * configure.ac: Re-organize ISL / CLOOG checks to allow
2042 disabling with either --without-isl or --without-cloog.
2043 * configure: Regenerated.
2044
2045 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
2046
2047 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2048 * configure: Regenerate.
2049
2050 2012-08-27 Ulrich Drepper <drepper@gmail.com>
2051
2052 * MAINTAINERS: Fix my email address.
2053
2054 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
2055
2056 PR binutils/4970
2057 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2058 and opcodes.
2059 * Makefile.in: Regenerated.
2060
2061 2012-08-26 Art Haas <ahaas@impactweather.com>
2062
2063 * configure: Regenerate.
2064
2065 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
2066
2067 * INSTALL/README: Also refer to the online installation
2068 instructions.
2069
2070 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2071
2072 * MAINTAINERS (Write After Approval): Add myself.
2073 (Picochip port): Remove myself.
2074
2075 2012-08-14 Diego Novillo <dnovillo@google.com>
2076
2077 Merge from cxx-conversion branch.
2078
2079 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2080 POSTSTAGE1_CONFIGURE_FLAGS.
2081 * Makefile.in: Regenerate.
2082 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
2083 Force C++ when bootstrapping.
2084 * configure: Regenerate.
2085
2086 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2087
2088 * MAINTAINERS (Write After Approval): Add myself.
2089
2090 2012-07-16 Joseph Myers <joseph@codesourcery.com>
2091
2092 * README: Document use of ranges of years in copyright notices.
2093
2094 2012-07-06 Richard Guenther <rguenther@suse.de>
2095
2096 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2097 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2098 --with-gmp=system.
2099 * Makefile.in: Regenerated.
2100 * configure: Likewise.
2101
2102 2012-07-06 Richard Guenther <rguenther@suse.de>
2103
2104 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2105 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2106 supply V=1 as extra_make_flags.
2107 * configure: Regenerated.
2108 * Makefile.in: Likewise.
2109
2110 2012-07-04 Tristan Gingold <gingold@adacore.com>
2111
2112 * configure: Regenerate.
2113
2114 2012-07-03 Richard Guenther <rguenther@suse.de>
2115
2116 * Makfile.def (isl): Remove not necessary extra_exports and
2117 extra_make_flags.
2118 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2119 * Makefile.in: Regenerated.
2120
2121 2012-07-03 Richard Guenther <rguenther@suse.de>
2122
2123 * Makefile.def (cloog): Add V=1 to extra_make_flags.
2124 * configure.ac: If either the ISL or the CLooG check failed
2125 do not try to build in-tree versions.
2126 * Makefile.in: Regenerated.
2127 * configure: Regenerated.
2128
2129 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2130
2131 * configure: Regenerate.
2132
2133 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
2134
2135 * MAINTAINERS (Various Maintainers): Add myself as testsuite
2136 maintainer.
2137
2138 2012-07-02 Richard Guenther <rguenther@suse.de>
2139
2140 * configure: Regenerated.
2141
2142 2012-07-02 Richard Guenther <rguenther@suse.de>
2143 Michael Matz <matz@suse.de>
2144 Tobias Grosser <tobias@grosser.es>
2145 Sebastian Pop <sebpop@gmail.com>
2146
2147 * Makefile.def: Add ISL host module, remove PPL host module.
2148 Adjust ClooG host module to use the proper ISL.
2149 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2150 * configure.ac: Include config/isl.m4. Add ISL host library,
2151 remove PPL. Remove PPL configury, add ISL configury, adjust
2152 ClooG configury.
2153 * Makefile.in: Regenerated.
2154 * configure: Likewise.
2155
2156 2012-07-02 Richard Guenther <rguenther@suse.de>
2157
2158 Merge from graphite branch
2159 2011-07-21 Tobias Grosser <tobias@grosser.es>
2160
2161 * configure: Regenerated.
2162 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2163 both cloog.org and legacy versions. The only supported version will
2164 be CLooG with the isl backend.
2165
2166 2011-07-21 Tobias Grosser <tobias@grosser.es>
2167
2168 * configure: Regenerated.
2169 * configure.ac: Require cloog isl 0.17.0
2170
2171 2011-07-21 Tobias Grosser <tobias@grosser.es>
2172
2173 * configure: Regenerated.
2174 * config/cloog.m4: Do not define CLOOG_ORG
2175
2176 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
2177
2178 * configure.ac: Skip C if explicitly selected.
2179 * configure: Regenerate.
2180
2181 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
2182
2183 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2184 they contain -O2.
2185 * configure: Regenerate.
2186
2187 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
2188
2189 PR debug/53740
2190 * df.h, df-problems.c, dce.c: Revert last patch.
2191
2192 2012-06-25 Iain Sandoe <iain@codesourcery.com>
2193
2194 * MAINTAINERS (Write After Approval): Update my email address.
2195
2196 2012-06-21 Meador Inge <meadori@codesourcery.com>
2197
2198 * MAINTAINERS (Write After Approval): Add myself.
2199
2200 2012-06-20 Jason Merrill <jason@redhat.com>
2201
2202 * Makefile.tpl (check-target-libgomp-c++): New.
2203 (check-target-libitm-c++): New.
2204 * Makefile.def (c++): Add them.
2205 * Makefile.in: Regenerate.
2206
2207 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
2208
2209 * MAINTAINERS (Write After Approval): Add myself.
2210
2211 2012-05-16 Olivier Hainque <hainque@adacore.com>
2212
2213 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
2214 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
2215 (install-no-fixedincludes): Adjust accordingly.
2216 * Makefile.in: Regenerate.
2217
2218 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
2219
2220 Merge upstream change
2221 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
2222
2223 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
2224
2225 * MAINTAINERS (Write After Approval): Add myself.
2226
2227 2012-05-09 Nick Clifton <nickc@redhat.com>
2228 Paul Smith <psmith@gnu.org>
2229
2230 PR bootstrap/50461
2231 * configure.ac (mpfr-dir): When using in-tree MPFR sources
2232 allow for the fact that from release v3.1.0 of MPFR the source
2233 files were moved into a src sub-directory.
2234 * configure: Regenerate.
2235
2236 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
2237
2238 * configure.ac: Bump minimum MPFR version to 2.4.0.
2239 * configure: Regenerated.
2240
2241 2012-05-01 Richard Henderson <rth@redhat.com>
2242
2243 * Makefile.def (libatomic): New target_module.
2244 * configure.ac (target_libraries): Add libatomic.
2245 (noconfigdirs): Check if libatomic is supported.
2246 * Makefile.in, configure: Rebuild.
2247
2248 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
2249
2250 * MAINTAINERS (Write After Approval): Add myself.
2251
2252 2012-04-25 Joel Brobecker <brobecker@adacore.com>
2253
2254 * config.sub: Update to 2012-04-18 version from official repo.
2255
2256 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
2257
2258 * MAINTAINERS (Write After Approval): Add myself.
2259
2260 2012-04-11 Steve Ellcey <sellcey@mips.com>
2261
2262 * MAINTAINERS: Changed email address.
2263
2264 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
2265
2266 PR target/52737
2267 * contrib/gcc_update (files_and_dependencies):
2268 Remove gcc/config/avr/t-multilib from touch data.
2269
2270 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2271
2272 * MAINTAINERS (OS Port Maintainers): Remove irix.
2273 * configure.ac (enable_libgomp): Remove *-*-irix6*.
2274 (unsupported_languages): Remove mips-sgi-irix6.*.
2275 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2276 (with_stabs): Remove.
2277 * configure: Regenerate.
2278
2279 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2280
2281 * MAINTAINERS (OS Port Maintainers): Remove osf.
2282 * configure.ac (enable_libgomp): Remove *-*-osf*.
2283 (with_stabs): Remove alpha*-*-osf*.
2284 * configure: Regenerate.
2285
2286 2012-03-05 Tristan Gingold <gingold@adacore.com>
2287
2288 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2289 * configure: Regenerate.
2290
2291 2012-02-17 Walter Lee <walt@tilera.com>
2292
2293 * MAINTAINERS: (Write After Approval): Delete myself.
2294
2295 2012-02-14 Walter Lee <walt@tilera.com>
2296
2297 * MAINTAINERS (tilegx port): Add myself.
2298 (tilepro port): Add myself.
2299 (Write After Approval): Add myself.
2300
2301 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
2302
2303 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
2304 and Joseph Myers as docstring relicensing maintainers.
2305
2306 2012-02-09 Bin Cheng <bin.cheng@arm.com>
2307
2308 * MAINTAINERS (write-after-approval): Add myself.
2309
2310 2012-02-08 Ira Rosen <irar@il.ibm.com>
2311
2312 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
2313 maintainer.
2314
2315 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2316
2317 * MAINTAINERS (Write After Approval): Move myself to
2318 maintain alphabetical order.
2319
2320 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2321
2322 * MAINTAINERS (Write After Approval): Add myself.
2323
2324 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2325
2326 * MAINTAINERS (Write After Approval): Add myself.
2327
2328 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
2329 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2330
2331 * configure.ac (cr16-*-*): Remove nonconfigdirs.
2332 * configure: Regenerate.
2333
2334 2012-01-23 Harshit Chopra <harshit@google.com>
2335
2336 * MAINTAINERS (Write After Approval): Add myself.
2337
2338 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
2339
2340 * configure.ac: Remove reference to mh-interix.
2341 * configure: Regenerate.
2342
2343 2012-01-05 Richard Henderson <rth@redhat.com>
2344
2345 PR bootstrap/51072
2346 * configure.ac: Disable libitm if c++ is not enabled.
2347 * configure: Rebuild.
2348
2349 * configure.ac: Fix regexp for same.
2350 * configure: Rebuild.
2351
2352 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
2353
2354 * MAINTAINERS (Write After Approval): Add myself.
2355
2356 2012-01-02 Richard Guenther <rguenther@suse.de>
2357
2358 PR bootstrap/51686
2359 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
2360 * Makefile.in: Regenerate.
2361
2362 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
2363
2364 * MAINTAINERS (Write After Approval): Add myself.
2365
2366 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
2367
2368 * configure: Regenerate.
2369
2370 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2371
2372 * MAINTAINERS (picochip): Changed email address.
2373
2374 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2375
2376 * MAINTAINERS (write-after-approval): Add self.
2377
2378 2011-11-29 DJ Delorie <dj@redhat.com>
2379
2380 * configure.ac (rl78-*-*) New case.
2381 * configure: Regenerate.
2382 * MAINTAINERS: Add myself as RL78 maintainer.
2383
2384 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
2385
2386 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
2387
2388 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
2389
2390 * libtool.m4: Additional FreeBSD 10 fixes.
2391
2392 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
2393
2394 * MAINTAINERS: Move myself from Write After Approval to CPU Port
2395 Maintainers section, as Epiphany maintainer.
2396
2397 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
2398
2399 PR target/49992
2400 * configure.ac: Remove ranlib special-casing for Darwin.
2401 * configure: Regenerate.
2402
2403 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
2404
2405 * MAINTAINERS (Reviewers): Keep the list sorted.
2406
2407 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
2408
2409 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
2410
2411 2011-11-09 Roland McGrath <mcgrathr@google.com>
2412
2413 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2414 * configure: Rebuild.
2415 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2416 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2417 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2418 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2419 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2420 Add READELF.
2421 * Makefile.in: Rebuild.
2422
2423 2011-11-09 Jason Merrill <jason@redhat.com>
2424
2425 * Makefile.def (language=c++): Remove check-c++0x.
2426 * Makefile.in (check-gcc-c++): Regenerate.
2427
2428 2011-11-08 Richard Henderson <rth@redhat.com>
2429
2430 * configure.ac: Test for libitm directory present first.
2431
2432 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2433
2434 * configure.ac: Test libitm/configure.tgt to disable libitm.
2435 * configure: Rebuild.
2436
2437 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
2438 Richard Henderson <rth@redhat.com>
2439
2440 Merged from transactional-memory.
2441
2442 * Makefile.def (lang_env_dependencies): libitm is c++.
2443 Add libitm target module.
2444 * configure.ac: Likewise.
2445 * config/mmap.m4: New file.
2446 * contrib/gcc_update: Add libitm to touch data.
2447 * Makefile.in, configure: Rebuild.
2448
2449 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2450
2451 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2452 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2453 * Makefile.in: Regenerate.
2454
2455 2011-11-01 DJ Delorie <dj@redhat.com>
2456
2457 * config.sub: Update to version 2011-10-29 (added rl78)
2458
2459 2011-10-27 Nick Clifton <nickc@redhat.com>
2460
2461 * config.sub: Import these changes from the config project:
2462
2463 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
2464 Ben Elliston <bje@gnu.org>
2465
2466 * config.sub (epiphany): New.
2467
2468 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
2469 Ben Elliston <bje@gnu.org>
2470
2471 * config.sub (hexagon, hexagon-*): New.
2472
2473 2011-08-23 Roland McGrath <mcgrathr@google.com>
2474
2475 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2476 64eb to be64.
2477
2478 2011-08-16 Roland McGrath <mcgrathr@google.com>
2479
2480 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2481 (nacl): Grok as alias for 32el-unknown-nacl.
2482
2483 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
2484
2485 * MAINTAINERS (Write After Approval): Add myself.
2486
2487 2011-10-24 Teresa Johnson <tejohnson@google.com>
2488
2489 * MAINTAINERS (Write After Approval): Add myself.
2490
2491 2011-09-21 Jakub Jelinek <jakub@redhat.com>
2492
2493 * MAINTAINERS (sparc port): Remove myself.
2494
2495 2011-09-14 Tom de Vries <tom@codesourcery.com>
2496
2497 * MAINTAINERS (Write After Approval): Add myself.
2498
2499 2011-08-14 Yao Qi <yao@codesourcery.com>
2500
2501 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2502 * configure: Regenerate.
2503
2504 2011-07-26 Ian Lance Taylor <iant@google.com>
2505
2506 * configure.ac: Set have_compiler based on whether gcc directory
2507 exists, rather than on whether gcc is in configdirs.
2508 * configure: Rebuild.
2509
2510 2011-07-21 Joseph Myers <joseph@codesourcery.com>
2511
2512 * MAINTAINERS (Global Reviewers): Add self.
2513
2514 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
2515
2516 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2517 link directories.
2518 * Makefile.in: Rebuild.
2519
2520 2011-07-20 Ian Lance Taylor <iant@google.com>
2521
2522 PR bootstrap/49787
2523 * configure.ac: Move --enable-bootstrap handling earlier in file.
2524 If --enable-bootstrap and either --enable-build-with-cxx or
2525 --enable-build-poststage1-with-cxx, enable C++ automatically.
2526 * configure: Rebuild.
2527
2528 2011-07-19 Ian Lance Taylor <iant@google.com>
2529
2530 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2531 make C++ a boot_language. Set and substitute
2532 POSTSTAGE1_CONFIGURE_FLAGS.
2533 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2534 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2535 * configure, Makefile.in: Rebuild.
2536
2537 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
2538
2539 * MAINTAINERS (Register Allocation): Move myself from reviewers to
2540 maintainers.
2541
2542 2011-07-18 Jakub Jelinek <jakub@redhat.com>
2543
2544 * MAINTAINERS (Global Reviewers): Add myself.
2545
2546 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2547
2548 * configure: Regenerate.
2549
2550 2011-07-16 Jason Merrill <jason@redhat.com>
2551
2552 * Makefile.def (language=c++): Add check-c++0x and
2553 check-target-libmudflap-c++.
2554 * Makefile.tpl (check-target-libmudflap-c++): New.
2555 * Makefile.in: Regenerate.
2556
2557 2011-07-16 Matthias Klose <doko@ubuntu.com>
2558
2559 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2560 * Makefile.def (target_modules/libjava): Pass
2561 $(EXTRA_CONFIGARGS_LIBJAVA).
2562 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2563 if not configured with --enable-static-libjava.
2564 * Makefile.in: Regenerate.
2565 * configure: Likewise.
2566
2567 2011-07-15 Jason Merrill <jason@redhat.com>
2568
2569 * Makefile.in (check-c++): Move check-gcc-c++0x after
2570 check-target-libstdc++-v3.
2571
2572 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
2573
2574 * MAINTAINERS (c6x port): New entry.
2575
2576 2011-07-13 Jason Merrill <jason@redhat.com>
2577
2578 * Makefile.in (check-gcc-c++0x): New.
2579 (check-c++): Depend on it.
2580
2581 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2582
2583 PR target/39150
2584 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2585 x86_64-*-solaris2.1[0-9]*.
2586 * configure: Regenerate.
2587
2588 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
2589
2590 * MAINTAINERS (RTL optimizers): Add self.
2591
2592 2011-06-27 Gabriel Charette <gchare@google.com>
2593
2594 * MAINTAINERS (Write After Approval): Add myself.
2595
2596 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2597
2598 PR regression/47836
2599 PR bootstrap/23656
2600 PR other/47733
2601 PR bootstrap/49247
2602 PR c/48825
2603 * configure.ac (target_libraries): Remove target-libiberty.
2604 Remove case-statement setting skipdirs=target-libiberty for
2605 multiple targets. Remove checking target_configdirs and
2606 removing target-libiberty but keeping target-libgcc if
2607 otherwise empty.
2608 * Makefile.def (target_modules): Don't add libiberty.
2609 (dependencies): Remove all traces of target-libiberty.
2610 * configure, Makefile.in: Regenerate.
2611
2612 2011-06-13 Walter Lee <walt@tilera.com>
2613
2614 * configure.ac (tilepro-*-*) New case.
2615 (tilegx-*-*): Likewise.
2616 * configure: Regenerate.
2617
2618 2011-06-06 Jing Yu <jingyu@google.com>
2619
2620 * configure.ac: Skip target-libiberty for
2621 arm*-*-linux-androideabi.
2622 * configure: Regenerated.
2623
2624 2011-06-06 Nick Clifton <nickc@redhat.com>
2625
2626 * config.sub: Sync from upstream.
2627
2628 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
2629
2630 * MAINTAINERS (Write After Approval): Add myself.
2631
2632 2011-06-01 Daniel Jacobowitz <drow@false.org>
2633
2634 * MAINTAINERS: Update my email address.
2635
2636 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
2637
2638 * MAINTAINERS (Write After Approval): Update my email address.
2639
2640 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
2641
2642 * MAINTAINERS (Write After Approval): Add myself.
2643
2644 2011-05-08 Doug Kwan <dougkwan@google.com>
2645
2646 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2647 * configure: Regenerated.
2648 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2649 value from configure.
2650 * Makefile.in: Regenerated.
2651
2652 2011-05-05 Joseph Myers <joseph@codesourcery.com>
2653
2654 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2655 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2656 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2657 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2658 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2659 *-*-vxworks*): Disable newlib and libgloss in separate case
2660 statement.
2661 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2662 to separate case statement.
2663 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2664 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2665 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2666 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2667 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2668 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2669 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2670 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2671 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2672 i[[3456789]]86-*-rdos*, m32r-*-*,
2673 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2674 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2675 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2676 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2677 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2678 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2679 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2680 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2681 and libgloss in main case over targets. Remove most empty cases
2682 in main case over targets.
2683 * configure: Regenerate.
2684
2685 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
2686
2687 * MAINTAINERS (Write After Approval): Add myself.
2688
2689 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2690
2691 * configure.ac: Remove code setting special library locations for
2692 hppa*64*-*-hpux11*. Remove code setting compiler for
2693 sparc-sun-solaris2*.
2694 * configure: Regenerate.
2695
2696 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2697
2698 * configure.ac: Separate libgloss_dir settings from general case
2699 over targets.
2700 * configure: Regenerate.
2701
2702 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2703
2704 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2705 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2706 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2707 cases in libgcj-disabling case statement.
2708 (hppa*64*-*-linux*): Set unsupported_languages instead of
2709 disabling target-zlib.
2710 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2711 to hppa*64*-*-hpux*.
2712 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2713 hppa*-*-hpux*.
2714 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2715 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2716 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2717 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2718 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2719 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2720 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2721 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2722 libgcj-disabling case statement.
2723 * configure: Regenerate.
2724
2725 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2726
2727 * configure.ac: Disable Java for targets not supporting libffi.
2728 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2729 Remove cases in Java-disabling statement.
2730 (*arm-wince-pe): Change to arm-wince-pe.
2731 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2732 cases in Java-disabling statement.
2733 (bfin-*-*): Don't disable Java again.
2734 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2735 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2736 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2737 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2738 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2739 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2740 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2741 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2742 Java-disabling statement.
2743 (mmix-*-*): Don't disable Java again.
2744 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2745 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2746 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2747 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2748 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2749 statement.
2750 * configure: Regenerate.
2751
2752 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2753
2754 * configure.ac: Separate cases disabling Java and Java libraries
2755 from general case over targets.
2756 * configure: Regenerate.
2757
2758 2011-04-21 Jie Zhang <jzhang918@gmail.com>
2759
2760 * MAINTAINERS: Update my email address.
2761
2762 2011-04-20 Easwaran Raman <eraman@google.com>
2763
2764 * MAINTAINERS (Write After Approval): Add myself.
2765
2766 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2767
2768 PR lto/48086
2769 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2770 * configure: Regenerate.
2771
2772 2011-04-16 Jim Meyering <meyering@redhat.com>
2773
2774 * MAINTAINERS (Write After Approval): Add myself.
2775
2776 2011-04-15 Dodji Seketeli <dodji@redhat.com>
2777
2778 * MAINTAINERS: Update my email address.
2779
2780 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
2781
2782 * MAINTAINERS (Write After Approval): Add myself.
2783
2784 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
2785
2786 * MAINTAINERS (Write After Approval): Add myself.
2787
2788 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
2789
2790 * MAINTAINERS (Write After Approval): Add myself.
2791
2792 2011-04-06 Joseph Myers <joseph@codesourcery.com>
2793
2794 * configure.ac (build_tools): Remove build-byacc.
2795 (host_libs): Remove mmalloc.
2796 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2797 autoconf automake libtool diff rcs fileutils shellutils time
2798 textutils wdiff find uudecode hello tar gzip indent recode release
2799 sed perl gawk findutils gettext zip.
2800 (libgcj): Remove target-qthreads.
2801 (target_tools): Remove target-examples target-gperf.
2802 (YACC): Don't handle building byacc.
2803 * configure: Regenerate.
2804 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2805 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2806 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2807 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2808 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2809 handle building components.
2810 * Makefile.in: Regenerate.
2811
2812 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
2813
2814 * MAINTAINERS: Update my email address as Xtensa maintainer.
2815
2816 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2817
2818 * config.sub: Sync from upstream.
2819
2820 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2821
2822 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2823 (microblaze*): Don't disable libssp.
2824 * configure: Regenerate.
2825
2826 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2827
2828 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2829 moveifchange.
2830 * configure: Regenerate.
2831 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2832 * Makefile.in: Regenerate.
2833
2834 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2835
2836 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2837 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2838 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2839 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2840 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2841 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2842 md_exec_prefix cases.
2843 * configure: Regenerate.
2844
2845 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2846
2847 * configure.ac: Separate cases disabling target-libssp,
2848 target-libiberty, target-libstdc++-v3 and Fortran from general
2849 case over targets.
2850 * configure: Regenerate.
2851
2852 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2853
2854 * configure.ac (*-*-chorusos): Don't disable libgcj.
2855 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2856 Remove case.
2857 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2858 (arm-*-coff): Don't disable libgcj.
2859 (arm*-*-linux-gnueabi): Remove useless assignment.
2860 (arm-*-riscix*): Don't disable libgcj.
2861 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2862 configuration.
2863 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2864 (c54x*-*-*): Remove case.
2865 (tic54x-*-*): Don't disable GCC or GCC libraries.
2866 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2867 to *.
2868 (d10v-*-*): Don't disable GCC libraries.
2869 (d30v-*-*): Don't disable libgcj.
2870 (h8500-*-*): Don't disable GCC libraries.
2871 (i960-*-*): Don't disable libgcj.
2872 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2873 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2874 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2875 libgcj.
2876 (m68k-*-coff*): Remove case.
2877 (mmix-*-*): Don't disable libgloss on host.
2878 (mn10200-*-*, mn10300-*-*): Remove cases.
2879 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2880 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2881 Don't disable libgcj.
2882 (romp-*-*): Remove case.
2883 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2884 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2885 case.
2886 (v810-*-*): Don't disable GCC libraries.
2887 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2888 (ip2k-*-*): Don't disable GCC libraries.
2889 * configure: Regenerate.
2890
2891 2011-03-28 Joseph Myers <joseph@codesourcery.com>
2892
2893 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2894 libffi on host.
2895 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2896 on host.
2897 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2898 * configure: Regenerate.
2899
2900 2011-03-26 John Marino <binutils@marino.st>
2901
2902 * configure.ac: Add support for *-*-dragonfly*
2903 * configure: Regenerate.
2904
2905 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2906
2907 * configure.ac (native_only): Remove.
2908 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2909 send-pr uudecode guile gnuserv on host.
2910 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2911 send-pr rcs guile perl texinfo libtool on host.
2912 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2913 automake send-pr rcs guile perl texinfo libtool on host.
2914 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2915 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2916 (alpha*-dec-osf*): Don't disable fileutils on target.
2917 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2918 texinfo send-pr expect dejagnu on target.
2919 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2920 target-qthreads on target.
2921 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2922 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2923 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2924 x86_64-*-mingw*): Don't disable expect on target.
2925 (*-*-cygwin*): Don't disable target-gperf on target.
2926 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2927 gnuserv on target.
2928 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2929 target.
2930 * configure: Regenerate.
2931
2932 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2933
2934 * configure.ac (target_tools): Remove target-groff.
2935 (native_only): Remove target-groff.
2936 (hppa*64*-*-*): Don't disable byacc.
2937 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2938 setting.
2939 (*-*-kaos*): Don't skip target-librx and target-groff.
2940 (*-*-netware*): Don't skip target-libmudflap.
2941 (*-*-tpf*): Don't skip target-libmudflap.
2942 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2943 directories on the host.
2944 (ia64*-*-*vms*): Don't skip tix.
2945 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2946 host.
2947 * configure: Regenerate.
2948
2949 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2950
2951 * configure.ac: Remove references to mt-mep, mt-netware,
2952 mt-wince.
2953 * Makefile.def: Add all-utils soft dependencies.
2954 * Makefile.tpl: Remove GDB_NLM_DEPS.
2955 * configure: Regenerate.
2956 * Makefile.in: Regenerate.
2957
2958 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2959
2960 * configure.ac: Do not include mh-x86omitfp.
2961 * configure: Regenerate.
2962
2963 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2964
2965 * configure.ac: Remove empty cases.
2966 * configure: Regenerate.
2967
2968 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2969
2970 * Makefile.def: Add dependency from termcap to gdb.
2971 * Makefile.in: Regenerate.
2972
2973 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2974
2975 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2976 * configure: Regenerate.
2977 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2978 * Makefile.tpl: Likewise.
2979 * Makefile.in: Regenerate.
2980
2981 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2982
2983 * configure.ac: Remove all mentions of tentative_cc.
2984 * configure: Regenerate.
2985
2986 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2987
2988 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2989 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2990 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2991 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2992 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2993 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2994 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2995 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2996 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2997 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2998 *-*-rhapsody*): Remove host cases.
2999 * configure: Regenerate.
3000
3001 2011-03-24 Joseph Myers <joseph@codesourcery.com>
3002
3003 * configure.ac (ppc*-*-pe): Remove host case.
3004 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
3005 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
3006 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
3007 cases.
3008 * configure: Regenerate.
3009
3010 2011-03-24 Joseph Myers <joseph@codesourcery.com>
3011
3012 * config.sub: Update to version 2011-03-23.
3013
3014 2011-03-22 Joseph Myers <joseph@codesourcery.com>
3015
3016 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
3017 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
3018 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
3019 * configure: Regenerate.
3020
3021 2011-03-22 Joseph Myers <joseph@codesourcery.com>
3022
3023 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
3024 to Write After Approval.
3025 * config-ml.in: Don't handle arc-*-elf*.
3026 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
3027 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
3028 handle GCC libraries.
3029 * configure: Regenerate.
3030
3031 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3032
3033 PR bootstrap/48120:
3034 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
3035 Add -lstdc++ -lm to LIBS.
3036 * configure: Regenerate.
3037
3038 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
3039
3040 * config.guess: Update to version 2011-02-02
3041 * config.sub: Update to version 2011-02-24
3042
3043 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
3044
3045 PR lto/48086
3046 * configure.ac: Re-enable LTO on *-apple-darwin9.
3047 * configure: Regenerate.
3048
3049 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
3050
3051 PR lto/48086
3052 * configure.ac: Disable LTO on darwin due to an assembler change in
3053 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3054 under 256.
3055 * configure: Regenerate.
3056
3057 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
3058
3059 * MAINTAINERS: Update myself as score backend maintainer,
3060 update my e-mail address.
3061
3062 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
3063
3064 * MAINTAINERS: Update my e-mail address.
3065
3066 2011-03-06 Joey Ye <joey.ye@arm.com>
3067
3068 * MAINTAINERS: Update my e-mail address.
3069
3070 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3071
3072 * configure.ac: Adjust test of with_ppl.
3073 * configure: Regenerated.
3074
3075 2011-03-02 Kai Tietz <ktietz@redhat.com>
3076
3077 * MAINTAINERS: Adjust my e-mail address.
3078
3079 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3080
3081 * configure.ac: Add -lpwl to ppllibs.
3082 * configure: Regenerated.
3083
3084 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3085
3086 * config/cloog.m4: Add -lisl to clooglibs.
3087 * configure: Regenerated.
3088
3089 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3090
3091 * MAINTAINERS (CPU Port maintainers): Add self.
3092
3093 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3094
3095 * MAINTAINERS: Add myself as testsuite maintainer.
3096
3097 2011-02-15 Mike Stump <mikestump@comcast.net>
3098
3099 * MAINTAINERS: Add myself as testsuite maintainer.
3100
3101 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3102
3103 Import from Libtool and gnulib:
3104
3105 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
3106
3107 Prepare for supporting FreeBSD 10.
3108 * config.rpath: Remove handling of freebsd1* which soon would
3109 match FreeBSD 10.0.
3110
3111 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
3112
3113 Remove support for FreeBSD 1.x.
3114 * libtool.m4 (_LT_LINKER_SHLIBS)
3115 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3116 soon would incorrectly match FreeBSD 10.0.
3117
3118 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3119
3120 PR binutils/12283
3121 * move-if-change: Import version from gnulib.
3122
3123 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
3124
3125 PR lto/47225
3126 * Makefile.def (lto-plugin): Double dash for enable-shared.
3127 (configure-gcc): Depend on all-lto-plugin.
3128 * Makefile.in: Rebuilt.
3129
3130 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3131
3132 * configure.ac: Remove extra bracket.
3133 * configure: Regenerate.
3134
3135 2011-02-08 Tobias Burnus <burnus@net-b.de>
3136
3137 * MAINTAINERS: Add myself as libquadmath maintainer.
3138
3139 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
3140
3141 * MAINTAINERS: Update my email address.
3142
3143 2011-02-07 Joseph Myers <joseph@codesourcery.com>
3144
3145 * MAINTAINERS (option handling): Add self.
3146
3147 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
3148
3149 PR lto/47225
3150 * Makefile.def: Add dependency for install-gcc
3151 on install-lto-plugin.
3152 * Makfile.in: Regenerated
3153
3154 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
3155
3156 * MAINTAINERS (CPU Port Maintainers): Add myself.
3157
3158 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
3159
3160 PR libgcj/44341
3161 * configure.ac: Discard --with-* flags for host when configuring
3162 target libraries for cross build.
3163 * configure: Rebuilt.
3164
3165 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3166
3167 * MAINTAINERS (linear loop transforms): Removed.
3168
3169 2011-01-25 Jakub Jelinek <jakub@redhat.com>
3170
3171 * configure.ac: If with_ppl is no, move setting with_cloog=no
3172 after CLOOG_REQUESTED check.
3173 * configure: Regenerated.
3174
3175 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3176
3177 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
3178 CLooG has been requested.
3179 * configure: Regenerated.
3180
3181 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3182
3183 * configure: Regenerated.
3184 * configure.ac: Check for version 0.11 (or later revision) of PPL.
3185
3186 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
3187
3188 * configure: Regenerated.
3189 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
3190
3191 2011-01-21 Andreas Schwab <schwab@redhat.com>
3192
3193 * configure.ac: Use AS_HELP_STRING throughout.
3194 * configure: Regenerate.
3195
3196 2011-01-18 Jie Zhang <jie.zhang@analog.com>
3197
3198 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
3199 * configure: Regenerate.
3200
3201 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3202
3203 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
3204
3205 2011-01-13 Joel Brobecker <brobecker@adacore.com>
3206
3207 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
3208 for ia64-hpux.
3209 * configure: Regenerate.
3210
3211 2011-01-07 Jan Hubicka <jh@suse.cz>
3212
3213 PR lto/47225
3214 * Makefile.in: Regenerate.
3215 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
3216 configure.
3217
3218 2011-01-07 Jan Hubicka <jh@suse.cz>
3219
3220 * Makefile.in: Regenerate.
3221 * Makefile.def (gcc host module) and soft dependency on lto-plugin
3222 and configure dependency on lto-plugin configure.
3223 (lto-plugin module): Remove dependency on GCC; add dependency on
3224 liniberty.
3225
3226 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
3227
3228 * MAINTAINERS (Write After Approval): Add myself.
3229
3230 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
3231
3232 * configure: Regenerate.
3233
3234 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
3235
3236 * configure.ac: (picochip): Disable libiberty.
3237
3238 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
3239
3240 * MAINTAINERS (Write After Approval): Add myself.
3241
3242 2010-12-10 Ian Lance Taylor <iant@google.com>
3243
3244 PR bootstrap/46819
3245 * configure.ac: For --disable-libgcj clear libgcj_saved.
3246 * configure: Rebuild.
3247
3248 2010-12-10 Tobias Burnus <burnus@net-b.de>
3249
3250 PR fortran/46540
3251 * configure.ac: Add --disable-libquadmath and
3252 --disable-libquadmath-support.
3253 * configure: Regenerate.
3254
3255 2010-12-03 Ian Lance Taylor <iant@google.com>
3256
3257 * MAINTAINERS: Add myself as libgo maintainer.
3258
3259 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
3260
3261 PR libffi/46792
3262 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
3263 * configure: Regenerate.
3264
3265 2010-12-02 Ian Lance Taylor <iant@google.com>
3266
3267 * configure.ac: Always set default for poststage1_ldflags to
3268 -static-libstdc++ -static-libgcc.
3269
3270 2010-11-29 Andreas Schwab <schwab@redhat.com>
3271
3272 * configure.ac: Move comment to remove extra space in last argument
3273 of GCC_TARGET_TOOL.
3274
3275 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
3276
3277 PR other/46026
3278 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
3279 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
3280 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
3281 (BASE_FLAGS_TO_PASS): Use it.
3282 * configure: Rebuilt.
3283 * Makefile.in: Rebuilt.
3284
3285 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
3286
3287 PR binutils/12258
3288 * configure.ac: Correct comments for --enable-gold/--enable-ld.
3289 Properly check default linker.
3290 * configure: Regnerated.
3291
3292 2010-11-23 Matthias Klose <doko@ubuntu.com>
3293
3294 * configure.ac: For --enable-gold, handle value `default' instead of
3295 `both*'. New configure option --{en,dis}able-ld.
3296 * configure: Regenerate.
3297
3298 2010-11-20 Ian Lance Taylor <iant@google.com>
3299
3300 * configure.ac: Only disable a language library if no language needs
3301 it. Don't let --disable-libgcj uncondtionally disable libffi.
3302 * configure: Rebuild.
3303
3304 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3305
3306 * Makefile.in: Regenerate.
3307
3308 PR other/46202
3309 * configure.ac: Fix just-built in-tree STRIP name to be
3310 binutils/strip-new.
3311 * configure: Regenerate.
3312 * Makefile.def (install-strip-gcc, install-strip-binutils)
3313 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
3314 (install-strip-sid): Mirror dependencies on non-strip variants
3315 of these targets on the respective -strip prerequisites.
3316 * Makefile.tpl (install-strip, install-strip-host)
3317 (install-strip-target): New targets.
3318 (install-strip-[+module+], install-strip-target-[+module+]):
3319 New targets.
3320 * Makefile.in: Regenerate.
3321
3322 2010-11-19 Ian Lance Taylor <iant@google.com>
3323 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3324
3325 * configure.ac: Add target-libgo to target_libraries. Set
3326 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
3327 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
3328 (HOST_EXPORTS): Add GOC.
3329 (BASE_TARGET_EXPORTS): Add GOC.
3330 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
3331 (GOCFLAGS_FOR_TARGET): New variable.
3332 (EXTRA_HOST_FLAGS): Add GOC.
3333 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
3334 * Makefile.def (target_modules): Add libgo.
3335 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
3336 (dependencies): Add dependency from configure-target-libgo to
3337 configure-target-libffi and all-target-libstdc++-v3. Add
3338 dependencies from all-target-libgo to all-target-libffi.
3339 (languages): Add go.
3340 * configure: Rebuild.
3341 * Makefile.in: Rebuild.
3342
3343 2010-11-19 Ian Lance Taylor <iant@google.com>
3344
3345 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
3346 compiler/flag environment variables.
3347
3348 2010-11-18 Ian Lance Taylor <iant@google.com>
3349
3350 * configure.ac: Check for lang_requires_boot_languages in
3351 config-lang.in files.
3352 * configure: Rebuild.
3353
3354 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3355 Tobias Burnus <burnus@net-b.de>
3356
3357 PR fortran/32049
3358 * Makefile.def: Add libquadmath; build it with language=fortran.
3359 * configure.ac: Add libquadmath.
3360 * Makefile.tpl: Handle multiple libs in check-[+language+].
3361 * Makefile.in: Regenerate.
3362 * configure: Regenerate.
3363
3364 2010-11-16 Tom Tromey <tromey@redhat.com>
3365
3366 * MAINTAINERS: Moved myself to reviewers section.
3367
3368 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
3369
3370 * MAINTAINERS: Moved myself to reviewers section.
3371
3372 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3373
3374 * MAINTAINERS (Various Maintainers): Add self for build machinery.
3375 (Write After Approval): Remove self.
3376
3377 2010-11-15 Andreas Schwab <schwab@redhat.com>
3378
3379 * configure.ac: Fix spelling in option names.
3380 * configure: Regenerated.
3381
3382 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
3383
3384 PR bootstrap/39622
3385 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
3386 * configure: Regenerated.
3387
3388 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
3389
3390 * MAINTAINERS: Update my email address.
3391
3392 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3393
3394 * configure: Regenerate.
3395
3396 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3397
3398 * configure: Regenerate.
3399
3400 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3401
3402 * configure: Regenerate.
3403
3404 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3405
3406 * configure: Regenerate.
3407
3408 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
3409
3410 * configure.ac: Support official CLooG.org versions.
3411 * configure: Regenerate.
3412 * config/cloog.m4: New.
3413
3414 2010-11-10 François Dumont <francois.cppdevs@free.fr>
3415
3416 * MAINTAINERS (Write After Approval): Add myself.
3417
3418 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
3419
3420 * MAINTAINERS: Update my email address.
3421
3422 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
3423
3424 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
3425 * configure: Regenerate.
3426
3427 2010-11-03 Ian Lance Taylor <iant@google.com>
3428 Dave Korn <dave.korn.cygwin@gmail.com>
3429
3430 PR lto/46273
3431 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
3432 and on other supported platforms whenever LTO is enabled.
3433 * configure: Rebuild.
3434
3435 2010-11-02 Alan Modra <amodra@gmail.com>
3436
3437 PR binutils/12110
3438 * configure.ac: Error when source path contains spaces.
3439 * configure: Regenerate.
3440
3441 2010-10-23 James E. Wilson <wilson@codesourcery.com>
3442
3443 * MAINTAINERS: Update my email address.
3444
3445 2010-10-20 Ian Lance Taylor <iant@google.com>
3446
3447 * Makefile.def (target_modules): Set lib_path to src/.libs for
3448 libstdc++-v3 module.
3449 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
3450 * Makefile.in: Rebuild.
3451
3452 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3453
3454 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
3455 (Write After Approval): Remove myself.
3456
3457 2010-10-15 Tristan Gingold <gingold@adacore.com>
3458
3459 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3460
3461 2010-10-14 Douglas Rupp <rupp@gnat.com>
3462
3463 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3464
3465 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
3466
3467 * configure.ac (build_lto_plugin): New shell variable.
3468 (--enable-lto): Turn on by default for all non-ELF platforms that
3469 have had LTO support added so far. Set build_lto_plugin appropriately
3470 for both ELF and non-ELF.
3471 (configdirs): Add lto-plugin or not based on build_lto_plugin.
3472 * configure: Regenerate.
3473
3474 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3475
3476 Sync from src:
3477 * configure.ac (v850 support): Remove target-libgloss from
3478 noconfigdirs.
3479 * configure: Regenerate.
3480
3481 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3482
3483 PR bootstrap/45326
3484 PR bootstrap/45174
3485 * configure.ac: Honor initial values of $build_configargs,
3486 $host_configargs, $target_configargs. Mark the precious, so
3487 environment settings get recorded.
3488 * configure: Regenerate.
3489
3490 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3491
3492 PR bootstrap/45796
3493 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3494 Depend on all-build-libiberty.
3495 * Makefile.in: Regenerate.
3496
3497 2010-09-30 Michael Eager <eager@eagercon.com>
3498
3499 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
3500 * configure: Regenerate.
3501
3502 2010-09-28 Michael Eager <eager@eagercon.com>
3503
3504 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
3505
3506 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3507
3508 PR bootstrap/44621
3509 * configure.ac: Fix unportable shell quoting.
3510 * configure: Regenerate.
3511
3512 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
3513
3514 * configure.ac (enable-lto): Add Darwin to the list of supported lto
3515 targets and amend comment.
3516 * configure: Regenerate.
3517
3518 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
3519
3520 * MAINTAINERS (Write After Approval): Add myself.
3521
3522 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
3523
3524 * configure.ac: Enable LTO by default on Darwin.
3525 * configure: Regenerate.
3526
3527 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
3528
3529 * MAINTAINERS (Write After Approval): Add myself.
3530
3531 2010-09-01 Ian Bolton <ian.bolton@arm.com>
3532
3533 * MAINTAINERS (Write After Approval): Add myself.
3534
3535 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
3536
3537 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
3538 ports
3539
3540 2010-07-28 David Yuste <david.yuste@gmail.com>
3541
3542 * MAINTAINERS (Write After Approval): Add myself.
3543
3544 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
3545
3546 * configure.ac: Support all v850 targets.
3547 * configure: Regenerate.
3548
3549 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
3550
3551 PR bootstrap/44455
3552 * configure.ac (extra_mpfr_configure_flags): Copy from
3553 extra_mpc_gmp_configure_flags.
3554 * configure: Re-generated.
3555
3556 2010-07-22 Andi Kleen <ak@linux.intel.com>
3557
3558 * MAINTAINERS (Write After Approval): Add myself.
3559
3560 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
3561
3562 * MAINTAINERS (Write After Approval): Add myself.
3563
3564 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
3565
3566 * MAINTAINERS (Write After Approval): Add myself.
3567
3568 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
3569
3570 PR target/44862
3571 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3572 Provide -B option to allow for link spec %s substitutions for
3573 libstdc++.a on darwin.
3574 * Makefile.in: Regenerate.
3575
3576 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
3577
3578 * MAINTAINERS (Reviewers): Update my e-mail address
3579
3580 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
3581
3582 * Makefile.def (configure-gcc): Depend on all-libelf.
3583 * Makefile.in: Rebuild.
3584
3585 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
3586
3587 * MAINTAINERS (Write After Approval): Add myself in the right place.
3588
3589 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
3590
3591 * MAINTAINERS (Write After Approval): Add myself.
3592
3593 2010-05-25 Sterling Augustine <sterling@tensilica.com>
3594
3595 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
3596
3597 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
3598
3599 * config.sub: Update to version 2010-05-21.
3600 * config.guess: Update to version 2010-04-03.
3601
3602 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
3603
3604 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3605 * configure: Regenerate.
3606
3607 2010-05-12 Sriraman Tallam <tmsriram@google.com>
3608
3609 * MAINTAINERS (Write After Approval): Add myself.
3610
3611 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
3612
3613 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3614 a platform that supports LTO.
3615 * configure: Regenerate.
3616
3617 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
3618
3619 * configure.ac: Allow all the versions greater than 0.10 of PPL.
3620 * configure: Regenerated.
3621
3622 2010-04-27 Roland McGrath <roland@redhat.com>
3623 H.J. Lu <hongjiu.lu@intel.com>
3624
3625 * configure.ac (--enable-gold): Support both, both/gold and
3626 both/bfd to add gold to configdirs without removing ld.
3627 * configure: Regenerated.
3628
3629 * Makefile.def: Add install-gold dependency to install-ld.
3630 * Makefile.in: Regenerated.
3631
3632 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
3633
3634 PR lto/42776
3635 * configure.ac (--enable-lto): Refactor handling so libelf tests
3636 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3637 and allow LTO to be explicitly enabled on non-ELF platforms that
3638 are known to support it inside else-clause.
3639 * configure: Regenerate.
3640
3641 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
3642
3643 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3644 * configure: Regenerate.
3645
3646 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
3647
3648 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3649 * configure: Regenerate.
3650
3651 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3652
3653 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3654 separately.
3655 * configure: Regenerate.
3656
3657 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
3658
3659 * MAINTAINERS (Write After Approval): Add myself.
3660
3661 2010-04-14 Tristan Gingold <gingold@adacore.com>
3662
3663 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3664 * configure: Regenerate.
3665
3666 2010-04-13 Steve Ellcey <sje@cup.hp.com>
3667
3668 * configure: Regenerate after change to elf.m4.
3669
3670 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
3671
3672 * MAINTAINERS (Write After Approval): Add myself.
3673
3674 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3675
3676 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3677 * configure: Regenerated.
3678
3679 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3680
3681 * configure.ac: Print "buggy but acceptable" when CLooG
3682 revision is less than 9.
3683 * configure: Regenerated.
3684
3685 2010-04-01 Diego Novillo <dnovillo@google.com>
3686
3687 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
3688
3689 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3690
3691 PR bootstrap/43615
3692 PR bootstrap/43328
3693
3694 Revert:
3695
3696 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3697
3698 * configure.ac: Do not pass --enable-multilib nor
3699 --disable-multilib in baseargs. Accept explicitly passed
3700 --enable_multilib.
3701 * configure: Regenerate.
3702
3703 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
3704
3705 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
3706
3707 2010-03-31 Janis Johnson <janis187@us.ibm.com>
3708
3709 * MAINTAINERS: Remove myself.
3710
3711 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3712
3713 PR bootstrap/43328
3714 * configure.ac: Do not pass --enable-multilib nor
3715 --disable-multilib in baseargs. Accept explicitly passed
3716 --enable_multilib.
3717 * configure: Regenerate.
3718
3719 2010-03-28 Andrew Pinski <pinskia@gmail.com>
3720
3721 * MAINTAINERS (spu port): Remove me.
3722
3723 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3724
3725 * configure.ac (tic6x-*-*): New case.
3726 * configure: Regenerate.
3727
3728 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3729
3730 * config.sub: Update to version 2010-03-22.
3731 * config.guess: Update to version 2009-12-30.
3732
3733 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
3734
3735 PR ada/42554
3736 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3737 * configure: Regenerate.
3738
3739 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3740
3741 * MAINTAINERS: Update my email address.
3742
3743 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
3744
3745 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
3746 (ghassan.shobaki@amd.com): Removed.
3747
3748 2010-03-17 Alan Modra <amodra@gmail.com>
3749
3750 * MAINTAINERS: Update my email address.
3751
3752 2010-03-16 Diego Novillo <dnovillo@google.com>
3753
3754 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
3755 Matthews.
3756
3757 2010-03-16 Joseph Myers <joseph@codesourcery.com>
3758
3759 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
3760 Gutson, Jeffrey D. Oldham and Mark Shinwell.
3761
3762 2010-03-16 Joseph Myers <joseph@codesourcery.com>
3763
3764 * MAINTAINERS: Update my email address.
3765
3766 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
3767
3768 * MAINTAINERS: Update my email address.
3769
3770 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
3771
3772 * MAINTAINERS: Update my email address.
3773
3774 2010-03-09 Jie Zhang <jie@codesourcery.com>
3775
3776 * MAINTAINERS: Update my email address.
3777
3778 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3779
3780 PR libstdc++/32499
3781 * configure.ac (RANLIB): Default to true.
3782 (STRIP): Likewise.
3783 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3784 * configure: Regenerate.
3785
3786 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
3787
3788 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
3789 (Write After Approval): Update my email address.
3790
3791 2010-02-17 Nick Clifton <nickc@redhat.com>
3792
3793 PR 11238
3794 * Makefile.tpl (local-distclean): Also remove config.cache files in
3795 sub-directories as there may not be Makefiles present in the
3796 sub-directories.
3797 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3798 the config.cache files found by the find command.
3799
3800 * Makefile.in: Regenerate.
3801 * configure.ac: Revert previous delta.
3802 * configure: Regenerate.
3803
3804 2010-02-15 Nick Clifton <nickc@redhat.com>
3805
3806 PR 11238
3807 * configure.ac: Delete config.cache files in sub-directories when
3808 deleting Makefiles.
3809 * configure: Regenerate.
3810
3811 2010-02-12 Ben Elliston <bje@gnu.org>
3812
3813 * MAINTAINERS: Update my email address.
3814
3815 2010-02-08 Andrew Pinski <pinskia@gmail.com>
3816
3817 * MAINTAINERS (spu port): Update my email address.
3818
3819 2010-02-08 Jie Zhang <jie.zhang@analog.com>
3820
3821 * MAINTAINERS: Add myself as a maintainer for the bfin port.
3822
3823 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3824
3825 * configure.ac: Add "recommended" version checks for GMP/MPC.
3826 Update recommended GMP/MPFR/MPC versions.
3827 * configure: Regenerate.
3828
3829 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
3830
3831 * MAINTAINERS: Move my Embecosm email address into the
3832 write-after-approval section.
3833
3834 2010-01-26 Ian Lance Taylor <iant@google.com>
3835
3836 * MAINTAINERS: Add myself as Go frontend maintainer.
3837
3838 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
3839
3840 PR libstdc++/36101, PR libstdc++/42813
3841 * configure.ac (bootstrap_target_libs): Make inclusion of
3842 target-libgomp conditional on libgomb being in target_configdirs.
3843 * configure: Regenerate.
3844
3845 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
3846
3847 PR libstdc++/36101, PR libstdc++/42813
3848 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3849 * configure: Regenerate.
3850
3851 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
3852
3853 PR libstdc++/36101, PR libstdc++/42813
3854 * configure.ac (target_configdirs): Substitute.
3855 * Makefile.def: Bootstrap target module libgomp.
3856 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3857 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3858 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3859 * configure, Makefile.in: Regenerate.
3860
3861 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
3862
3863 * MAINTAINERS: Adjust my details.
3864
3865 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
3866
3867 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
3868
3869 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
3870
3871 * MAINTAINERS: reindented my entry with tabs instead of spaces.
3872
3873 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
3874
3875 * MAINTAINERS (Write After Approval): Add myself.
3876
3877 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3878
3879 * MAINTAINERS (Write After Approval): Add myself.
3880
3881 2010-01-11 Richard Guenther <rguenther@suse.de>
3882
3883 PR lto/41569
3884 * Makefile.def (all-lto-plugin): Depend on all-gcc.
3885 * Makefile.in: Regenerated.
3886
3887 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
3888
3889 * configure.ac: Enable libjava build on x86_64-*freebsd*.
3890 * configure: Regenerate.
3891
3892 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3893 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3894
3895 PR bootstrap/42424
3896 * configure.ac: Include libtool m4 files.
3897 (_LT_CHECK_OBJDIR): Call it.
3898 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3899 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3900
3901 * configure: Regenerate.
3902
3903 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3904
3905 PR bootstrap/41818
3906 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3907 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3908 * Makefile.in: Regenerate.
3909
3910 2010-01-02 Richard Guenther <rguenther@suse.de>
3911
3912 PR lto/41529
3913 * configure.ac: Include config/elf.m4. Disable LTO if not
3914 builting for an elf target.
3915 * configure: Regenerate.
3916
3917 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
3918
3919 * MAINTAINERS: Change my email address.
3920
3921 2009-12-18 Ben Elliston <bje@au.ibm.com>
3922
3923 * config.sub, config.guess: Update from upstream sources.
3924
3925 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
3926
3927 * MAINTAINERS (Write After Approval): Add myself.
3928
3929 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3930
3931 PR middle-end/30447
3932 PR middle-end/30789
3933 PR other/40302
3934
3935 * configure.ac: Require MPC.
3936 * configure: Regenerate.
3937
3938 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3939
3940 PR target/38384
3941 PR bootstrap/40972
3942 * libtool.m4: Sync from git Libtool.
3943 * ltoptions.m4: Likewise.
3944 * ltversion.m4: Likewise.
3945 * lt~obsolete.m4: Likewise.
3946 * ltmain.sh: Likewise.
3947
3948 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3949
3950 * configure.ac: Update minimum MPC version to 0.8.
3951 * configure: Regenerate.
3952
3953 2009-11-21 Sebastian Pop <sebpop@gmail.com>
3954
3955 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
3956 * configure: Regenerated.
3957
3958 2009-11-21 Ian Lance Taylor <iant@google.com>
3959
3960 * configure.ac: Change default of poststage1_ldflags to be empty if
3961 poststage1_libs is set. When poststage1_libs is empty, and
3962 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
3963 * configure: Rebuild.
3964
3965 2009-11-21 Adam Nemet <adambnmet@gmail.com>
3966
3967 * MAINTAINERS (Write After Approval): Update my email address.
3968
3969 2009-11-20 Ben Elliston <bje@au.ibm.com>
3970
3971 * config.guess: Update from upstream sources.
3972
3973 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3974
3975 * Makefile.def: Restore host and target settings for gmp.
3976 * Makefile.in: Rebuild.
3977
3978 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3979
3980 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3981 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3982 Fix portability of test of C++ as bootstrap language. Add
3983 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3984 * configure: Rebuild.
3985 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3986 and cloog. Fix in-tree ppl configuration. Introduce libelf
3987 in-tree building.
3988 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3989 (POSTSTAGE1_HOST_EXPORTS): Use it.
3990 (STAGE[+id+]_CXXFLAGS): New.
3991 (BASE_FLAGS_TO_PASS): Pass it down.
3992 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3993 extra_exports.
3994 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3995 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3996 extra_exports.
3997 * Makefile.in: Rebuild.
3998
3999 2009-11-17 Ben Elliston <bje@au.ibm.com>
4000
4001 * config.sub, config.guess: Update from upstream sources.
4002
4003 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4004
4005 * MAINTAINERS (Write After Approval): Add myself.
4006
4007 2009-11-09 Jon Beniston <jon@beniston.com>
4008
4009 * MAINTAINERS (Write After Approval): Add myself.
4010
4011 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
4012
4013 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
4014 paths for *-w64-mingw* and x86_64-*mingw*.
4015 * configure: Regenerated.
4016
4017 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
4018
4019 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
4020
4021 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
4022
4023 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
4024 Phil Edwards to Write-After Approval.
4025
4026 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
4027
4028 * configure.ac: Disable target-winsup & co for
4029 x86_64-*-mingw* and *-w64-mingw* targets.
4030 * configure: Regenerated.
4031
4032 2009-10-16 Nick Clifton <nickc@redhat.com>
4033
4034 * MAINTAINERS: Add myself as a maintainer for the RX port.
4035
4036 2009-10-26 Johannes Singler <singler@kit.edu>
4037
4038 * MAINTAINERS (Write After Approval): Update my e-mail address.
4039
4040 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4041
4042 * configure.ac (CLooG test): Use = with test.
4043 * configure: Regenerate.
4044
4045 2009-10-22 Richard Guenther <rguenther@suse.de>
4046
4047 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
4048 cloog if the ppl version check failed. Move flags saving
4049 before setting in libelf check.
4050 * configure: Regenerate.
4051
4052 2009-10-21 Richard Guenther <rguenther@suse.de>
4053
4054 * configure.ac: Adjust the ppl and cloog configure to work as
4055 documented. Disable cloog if ppl was disabled. Omit the version
4056 checks if they were disabled.
4057 * configure: Re-generate.
4058
4059 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4060
4061 * configure.ac: Add 'lto' to enable_languages, not
4062 new_enable_languages, and only if not already present.
4063 * configure: Regenerate.
4064
4065 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
4066
4067 * README: Refer to the various COPYING* files instead of just
4068 COPYING.
4069 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4070
4071 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
4072
4073 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
4074
4075 2009-10-07 Richard Guenther <rguenther@suse.de>
4076
4077 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4078 and Richard Guenther as reviewers.
4079 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4080 as reviewers.
4081
4082 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
4083
4084 * config.sub: Update from upstream sources.
4085
4086 2009-10-06 Ian Lance Taylor <iant@google.com>
4087
4088 * Makefile.def: check-gold depends upon all-gas.
4089 * Makefile.in: Rebuild.
4090
4091 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
4092
4093 * MAINTAINERS (Write After Approval): Add myself.
4094
4095 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
4096
4097 * Makefile.def: all-lto-plugin depends on all-libiberty.
4098 set bootstrap=true for lto-plugin.
4099 Add lto-plugin.
4100 * Makefile.in: Regenerate.
4101 * configure.ac (host_libs): Add lto-plugin.
4102 * configure: Regenerate.
4103
4104 2009-10-03 Diego Novillo <dnovillo@google.com>
4105
4106 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4107 (HOST_LIBELFLIBS): Define.
4108 (HOST_LIBELFINC): Define.
4109 * Makefile.in: Regenerate.
4110 * configure.ac: Add --enable-lto.
4111 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4112 If --enable-lto is used, add 'lto' to new_enable_languages.
4113 If --enable-lto is used and gold is enabled, add
4114 lto-plugin to configdirs.
4115 * configure: Regenerate.
4116
4117 2009-10-03 Simon Baldwin <simonb@google.com>
4118
4119 * configure.ac: If --with-system-zlib, suppress local zlib and
4120 pass --with-system-zlib to subdir configure scripts.
4121 * configure: Regenerate.
4122
4123 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
4124 Paolo Bonzini <bonzini@gnu.org>
4125
4126 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4127 $(srcdir).
4128 * Makefile.in: Rebuilt.
4129
4130 2009-09-26 Gary Funck <gary@intrepid.com>
4131
4132 * MAINTAINERS (Write After Approval): Add myself.
4133
4134 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4135
4136 * configure.ac: Update minimum MPC version to 0.7.
4137 * configure: Regenerate.
4138
4139 2009-09-25 Nick Clifton <nickc@redhat.com>
4140
4141 * configure.ac: Pass any --cache-file=/dev/null option on to
4142 subconfigures.
4143 * configure: Regenerate.
4144
4145 2009-09-23 Nick Clifton <nickc@redhat.com>
4146
4147 * config.sub, config.guess: Update from upstream sources.
4148
4149 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
4150
4151 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4152 * Makefile.in: Rebuilt.
4153
4154 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4155
4156 PR bootstrap/32272
4157 * configure.ac: Error out if $srcdir isn't '.' but contains
4158 host-${host_noncanonical}.
4159 * configure: Regenerate.
4160
4161 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4162
4163 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
4164 maintainer.
4165
4166 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4167
4168 * configure.ac: If bootstrapping a combined tree with
4169 --enable-gold, require c++ in stage1_languages.
4170 * configure: Regenerate.
4171
4172 * configure.ac: Also add target_libs of stage1_languages to
4173 bootstrap_target_libs.
4174 * configure: Regenerate.
4175
4176 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
4177 with --enable-languages not containing c++.
4178 * configure: Regenerate.
4179
4180 2009-09-15 Jie Zhang <jie.zhang@analog.com>
4181
4182 * configure.ac: Disable java and boehm-gc for bfin-*-*.
4183 * configure: Regenerate.
4184
4185 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
4186
4187 * MAINTAINERS (Write After Approval): Update my e-mail address,
4188 and move from from here...
4189 (Waiting for paperwork): To here.
4190
4191 2009-09-09 Joseph Myers <joseph@codesourcery.com>
4192
4193 * MAINTAINERS (Reviewers): Add self as driver reviewer.
4194
4195 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4196
4197 * configure.ac: Do not use $extrasub for replacing @if/@endif
4198 parts in Makefile; instead, use additional arguments to
4199 AC_CONFIG_COMMANDS to do the replacement manually, with several
4200 sed invocations, to avoid HP-UX sed command limits.
4201 * configure: Regenerate.
4202
4203 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
4204
4205 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
4206 blank before -L.
4207
4208 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
4209
4210 * configure.ac (with-build-config): Document. Handle without.
4211 Handle missing argument.
4212 * configure: Rebuilt.
4213
4214 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
4215
4216 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
4217 Default to bootstrap-debug only if compare-debug works.
4218 * configure: Rebuilt.
4219 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
4220 * Makefile.in: Rebuilt.
4221
4222 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4223
4224 * MAINTAINERS (OS Port Maintainers): Update my email address.
4225
4226 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
4227
4228 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
4229 * Makefile.in: Rebuilt.
4230
4231 2009-09-01 Chris Demetriou <cgd@google.com>
4232
4233 * MAINTAINERS (Write After Approval): Add myself.
4234
4235 2009-08-31 Dodji Seketeli <dodji@redhat.com>
4236
4237 PR debug/30161
4238 * include/dwarf2.h (enum dwarf_tag): Added
4239 DW_TAG_GNU_template_template_param
4240 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
4241
4242 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
4243
4244 * Makefile.tpl (AWK): Fix typo.
4245 * Makefile.in: Regenerate.
4246
4247 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
4248
4249 * configure.ac: Detect awk and sed.
4250 * Makefile.def (flags_to_pass): Add AWK and SED.
4251 * Makefile.tpl (AWK, SED): New.
4252 (BASE_FLAGS_TO_PASS): Add AWK and SED.
4253 * configure: Regenerate.
4254 * Makefile.in: Regenerate.
4255
4256 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
4257
4258 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
4259 (collapseslashes): Likewise.
4260
4261 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4262
4263 * configure.ac (AC_PREREQ): Bump to 2.64.
4264
4265 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4266
4267 * configure.ac: Remove --with-datarootdir, --with-docdir,
4268 --with-pdfdir, --with-htmldir switches.
4269 * configure: Regenerate.
4270
4271 * configure: Regenerate.
4272
4273 * compile: Sync from Automake 1.11.
4274 * depcomp: Likewise.
4275 * install-sh: Likewise.
4276 * missing: Likewise.
4277 * mkinstalldirs: Likewise.
4278 * ylwrap: Likewise.
4279
4280 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
4281
4282 * ltmain.sh (func_normal_abspath): New function.
4283 (func_relative_path): Likewise.
4284 (func_mode_help): Document new -bindir option for link mode.
4285 (func_mode_link): Add new -bindir option, and use it to place
4286 output DLL if specified.
4287
4288 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4289
4290 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
4291 (baseargs): Add --disable-option-checking.
4292 * configure: Regenerate.
4293
4294 * Makefile.def (configure-target-libiberty): Depend on
4295 all-binutils and all-ld.
4296 (configure-target-newlib): Likewise.
4297 * Makefile.in: Regenerate.
4298
4299 2009-08-17 Ben Elliston <bje@au.ibm.com>
4300
4301 * config.sub, config.guess: Update from upstream sources.
4302
4303 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4304
4305 Sync from src, merge:
4306
4307 2009-07-02 Tristan Gingold <gingold@adacore.com>
4308
4309 * configure.ac: Do not exclude gas for i386-*-darwin.
4310 Add a case for x86_64-*-darwin.
4311 * configure: Regenerate.
4312
4313 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
4314
4315 * MAINTAINERS: Add my name to Write After Approval list.
4316
4317 2009-08-06 Michael Eager <eager@eagercon.com>
4318
4319 * configure.ac: Add Microblaze target.
4320 * configure: Regenerate.
4321
4322 2009-07-31 Christian Bruel <christian.bruel@st.com>
4323
4324 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
4325 * configure: Regenerate.
4326
4327 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
4328
4329 * MAINTAINERS (Write After Approval): Update my e-mail address.
4330
4331 2009-07-06 Ian Lance Taylor <iant@google.com>
4332
4333 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
4334 * configure: Rebuild.
4335
4336 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
4337
4338 * MAINTAINERS: Move myself to the Graphite Reviewers.
4339
4340 2009-06-30 Wei Guozhi <carrot@google.com>
4341
4342 * MAINTAINERS: Add my name to Write After Approval list.
4343
4344 2009-06-26 Steve Ellcey <sje@cup.hp.com>
4345
4346 PR bootstrap/40338
4347 * configure.ac (comparestring): Create new variable.
4348 * Makefile.tpl (comparestring): Use to skip some comparisions.
4349 * configure: Regenerate.
4350 * Makefile.in: Regenerate.
4351
4352 2009-06-26 Doug Evans <dje@sebabeach.org>
4353
4354 * Makefile.def (host_modules): Add cgen.
4355 * Makefile.in: Regenerate.
4356 * configure.ac (host_tools): Add cgen.
4357 * configure: Regenerate.
4358
4359 2009-06-23 DJ Delorie <dj@redhat.com>
4360
4361 * MAINTAINERS: Add myself as mep maintainer.
4362
4363 2009-06-23 Ian Lance Taylor <iant@google.com>
4364
4365 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
4366 boot_languages. Only bootstrap target libraries listed in
4367 target_libs for some boot language. Add --with-stage1-ldflags,
4368 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
4369 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
4370 if not building with C++.
4371 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
4372 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
4373 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
4374 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
4375 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
4376 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
4377 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
4378 * configure, Makefile.in: Rebuild.
4379
4380 2009-06-23 Li Feng <nemokingdom@gmail.com>
4381
4382 * MAINTAINERS: Added my name to write-after-approval list.
4383
4384 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
4385
4386 * configure.ac: Define is_elf for QNX Neutrino targets.
4387 * configure: Regenerate.
4388
4389 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
4390
4391 * MAINTAINERS: Added my name to the write-after-approval list
4392
4393 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4394
4395 * configure.ac: Detect MPC in default directory.
4396 * configure: Regenerate.
4397
4398 2009-06-03 Jerome Guitton <guitton@adacore.com>
4399 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4400
4401 * Makefile.tpl (all): Avoid a trailing backslash.
4402 * Makefile.in: Regenerate.
4403
4404 2009-06-03 Ben Elliston <bje@au.ibm.com>
4405
4406 * config.sub, config.guess: Update from upstream sources.
4407
4408 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
4409
4410 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
4411 to noconfdirs.
4412 * configure: Regenerate.
4413
4414 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
4415
4416 * Makefile.tpl ([+compare-target+]): Compare all stage
4417 directories, rather than just gcc.
4418 * Makefile.in: Rebuilt.
4419
4420 2009-06-01 Doug Kwan <dougkwan@google.com>
4421
4422 * configure.ac: Support gold for target arm*-*-*.
4423 * configure: Regenerate.
4424
4425 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4426
4427 * Makefile.def: Add MPC support and dependencies.
4428 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
4429
4430 * Makefile.in, configure: Regenerate.
4431
4432 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
4433
4434 * Makefile.tpl (all): Avoid harmless warning in make all when
4435 gcc-bootstrap is enabled but stage_last does not exist.
4436 * Makefile.in: Rebuilt.
4437
4438 2009-05-24 Nicolas Roche <roche@adacore.com>
4439
4440 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
4441 * Makefile.in: Regenerate.
4442
4443 2009-05-21 Denis Chertykov <chertykov@gmail.com>
4444
4445 * MAINTAINERS: Update my e-mail address.
4446
4447 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
4448
4449 * configure.ac (cygwin noconfigdirs): Remove libgcj.
4450 * configure: Regenerate.
4451
4452 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
4453
4454 PR other/40159
4455 * Makefile.tpl (all): Don't assume gcc-bootstrap and
4456 gcc-no-bootstrap are mutually exclusive.
4457 * Makefile.in: Rebuilt.
4458
4459 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
4460
4461 PR other/40159
4462 * Makefile.tpl (all): Don't end with unconditional success.
4463 * Makefile.in: Rebuilt.
4464
4465 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
4466
4467 PR target/37137
4468 * Makefile.def (flags_to_pass): Remove redundant and incomplete
4469 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
4470 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
4471 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
4472 stage_configureflags, stage_cflags and stage_libcflags into
4473 explicit Makefile macros.
4474 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
4475 GFORTRAN.
4476 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
4477 CC. Set CC_FOR_BUILD from CC.
4478 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
4479 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
4480 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
4481 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
4482 and GFORTRAN.
4483 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
4484 (_LIBCFLAGS): Renamed to _TFLAGS.
4485 (do-compare-debug, do-compare3-debug): Drop.
4486 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
4487 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
4488 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
4489 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
4490 (XGCC_FLAGS_FOR_TARGET): New.
4491 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
4492 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
4493 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
4494 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
4495 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
4496 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
4497 TFLAGS.
4498 (BUILD_CONFIG): Include if requested.
4499 (all): Set TFLAGS on bootstrap.
4500 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
4501 (all-stageid-prefixmodule): Likewise.
4502 (do-clean, distclean-stageid): Set TFLAGS.
4503 (restrap): Fix whitespace.
4504 * Makefile.in: Rebuilt.
4505
4506 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
4507
4508 * config.guess: Sync with src.
4509
4510 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
4511
4512 * configure.ac ($with_ppl): Default to no if not supplied.
4513 ($with_cloog): Likewise.
4514 configure: Regenerate.
4515
4516 2009-04-27 James E. Wilson <wilson@codesourcery.com>
4517
4518 * MAINTAINERS: Update my e-mail address.
4519
4520 2009-04-27 Nick Clifton <nickc@redhat.com>
4521
4522 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
4523
4524 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
4525
4526 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
4527 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
4528 * Makefile.in: Regenerate.
4529
4530 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4531
4532 PR bootstrap/39739
4533 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
4534 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
4535
4536 * configure, Makefile.in: Regenerate.
4537
4538 2009-04-21 Taras Glek <tglek@mozilla.com>
4539
4540 * include/hashtab.h: Update GTY annotations to new syntax
4541 * include/splay-tree.h: Likewise
4542
4543 2009-04-17 Ben Elliston <bje@au.ibm.com>
4544
4545 * config.sub, config.guess: Update from upstream sources.
4546
4547 2009-04-15 Anthony Green <green@moxielogic.com>
4548
4549 * configure.ac: Add moxie support.
4550 * configure: Rebuilt.
4551
4552 2009-04-14 Jakub Jelinek <jakub@redhat.com>
4553
4554 * configure.ac: Change copyright header to refer to version
4555 3 of the GNU General Public License and to point readers at the
4556 COPYING3 file and the FSF's license web page.
4557 * Makefile.def: Likewise.
4558 * Makefile.tpl: Likewise.
4559 * Makefile.in: Regenerate.
4560
4561 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
4562
4563 * configure.ac: Restore match for darwin9 or later. Use double
4564 brackets since regeneration eats one pair.
4565 * configure: Regenerate.
4566
4567 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
4568
4569 PR gas/10039
4570 * configure.ac: Require texinfo 4.7.
4571 * configure: Regenerated.
4572
4573 2009-04-09 Nick Clifton <nickc@redhat.com>
4574
4575 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
4576 the GCC Runtime Library Exception.
4577
4578 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4579
4580 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
4581 * configure: Regenerate.
4582
4583 2009-04-01 Steve Ellcey <sje@cup.hp.com>
4584
4585 * Makefil.def (languages): New entries.
4586 * Makefile.tpl (check-gcc-*): New generic target.
4587 * Makefile.in: Regenerate.
4588
4589 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
4590
4591 * MAINTAINERS: Update my email address.
4592
4593 2009-03-18 Tom Tromey <tromey@redhat.com>
4594
4595 * configure: Rebuild.
4596 * configure.ac (host_libs): Add libiconv.
4597 * Makefile.in: Rebuild.
4598 * Makefile.def (host_modules): Add libiconv.
4599 (configure-gdb, all-gdb): Depend on libiconv.
4600
4601 2009-03-16 Tristan Gingold <gingold@adacore.com>
4602
4603 * configure.ac: Treat gdb as supported on x86_64-darwin.
4604 * configure: Regenerate.
4605
4606 2009-03-16 Joseph Myers <joseph@codesourcery.com>
4607
4608 * configure.ac (--with-host-libstdcxx): New option.
4609 * configure: Regenerate.
4610
4611 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
4612
4613 * MAINTAINERS: Move myself into the write after approval list.
4614
4615 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
4616
4617 * MAINTAINERS: Update e-mail address.
4618
4619 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
4620
4621 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
4622
4623 2009-03-10 Ira Rosen <irar@il.ibm.com>
4624
4625 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
4626
4627 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4628
4629 Backport from git Libtool:
4630
4631 2009-01-19 Robert Millan <rmh@aybabtu.com>
4632 Support GNU/kOpenSolaris.
4633 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
4634 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
4635 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
4636 GNU/kOpenSolaris.
4637
4638 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
4639
4640 * MAINTAINERS: Update e-mail address.
4641
4642 2009-02-24 Michael Eager <eager@eagercon.com>
4643
4644 * MAINTAINERS (Write After Approval): Add self.
4645
4646 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
4647
4648 * MAINTAINERS (Write After Approval): Add myself.
4649
4650 2009-02-05 Andreas Schwab <schwab@suse.de>
4651
4652 * Makefile.tpl (stage_last): Define $r and $s before using
4653 $(RECURSE_FLAGS_TO_PASS).
4654 * Makefile.in: Regenerate
4655
4656 2009-01-30 Ian Lance Taylor <iant@google.com>
4657
4658 * MAINTAINERS: Move myself to the Global Reviewers list.
4659
4660 2009-01-29 Robert Millan <rmh@aybabtu.com>
4661
4662 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
4663 * configure: Regenerate.
4664
4665 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
4666
4667 * MAINTAINERS: Make whitespace consistent.
4668 Remove Robert Millan from Write After Approval.
4669
4670 2009-01-16 Alan Modra <amodra@bigpond.net.au>
4671
4672 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
4673 (all-opcodes): Depend on all-libiberty.
4674 * Makefile.in: Regenerate.
4675
4676 2009-01-15 Douglas B Rupp <rupp@gnat.com>
4677
4678 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
4679 * configure: Regenerate.
4680
4681 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
4682
4683 * MAINTAINERS (Write After Approval): Add myself.
4684
4685 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
4686
4687 * MAINTAINERS: Add myself to reviewers (Fortran).
4688
4689 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
4690
4691 PR tree-optimization/38515
4692 * configure.ac (cloog-polylib): Removed.
4693 (with_ppl, with_cloog): Test for "no".
4694 * configure: Regenerated.
4695
4696 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
4697
4698 * MAINTAINERS: Moved myself to reviewers (Fortran).
4699
4700 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
4701
4702 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
4703 (Write After Approval): Remove myself.
4704
4705 2009-01-03 Diego Novillo <dnovillo@google.com>
4706
4707 * MAINTAINERS: Remove myself from alias maintainership.
4708
4709 2009-01-02 David Ayers <ayers@fsfe.org>
4710
4711 * MAINTAINERS: Update e-mail address.
4712
4713 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
4714
4715 * MAINTAINERS: Make whitespace consistent.
4716
4717 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4718
4719 Backport from upstream Libtool:
4720 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
4721 Add cache variables to tests that require the linker to work.
4722 For shlibpath_overrides_runpath, this also changes the semantics
4723 to let the result from the C compiler take precedence.
4724
4725 2008-12-02 Ben Elliston <bje@au.ibm.com>
4726
4727 * config.sub, config.guess: Update from upstream sources.
4728
4729 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
4730
4731 * configure.ac (ppllibs): Add by default the lib flags.
4732 * configure: Regenerate.
4733
4734 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
4735
4736 * MAINTAINERS: Add myself to the write after approval list.
4737
4738 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
4739
4740 * configure.ac: Add double brackets on darwin[912].
4741 * configure: Regenerate.
4742
4743 2008-12-03 Daniel Kraft <d@domob.eu>
4744
4745 * MAINTAINERS: Moved myself and Mikael Morin from Write After
4746 Approval to Reviewer section (for Fortran front-end).
4747
4748 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
4749
4750 * configure.ac: Expand to darwin10 and later.
4751 * configure: Regenerate.
4752
4753 2008-12-02 Andreas Schwab <schwab@suse.de>
4754
4755 * Makefile.def: configure-target-boehm-gc depends on
4756 all-target-libstdc++-v3.
4757 * Makefile.in: Regenerate.
4758
4759 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
4760
4761 * MAINTAINERS: Add myself as mingw maintainer.
4762
4763 2008-12-02 Ben Elliston <bje@au.ibm.com>
4764
4765 * config.sub, config.guess: Update from upstream sources.
4766
4767 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
4768
4769 * README.SCO: Remove.
4770
4771 2008-11-29 Fernando Pereira <pronesto@gmail.com>
4772
4773 * MAINTAINERS: Add myself to the write after approval list.
4774
4775 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
4776
4777 * MAINTAINERS: Update my email address in WAA section.
4778
4779 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
4780
4781 * MAINTAINERS: Update e-mail address.
4782
4783 2008-11-27 Toon Moene <toon@moene.org>
4784
4785 * MAINTAINERS: Change e-mail address.
4786
4787 2008-11-27 Tristan Gingold <gingold@adacore.com>
4788
4789 * configure.ac: Build gdb for i?86-*-darwin*
4790 * configure: Regenerated.
4791
4792 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
4793
4794 * MAINTAINERS: Added my full name.
4795
4796 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
4797
4798 PR bootstrap/38014
4799 PR bootstrap/37923
4800
4801 Revert:
4802
4803 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4804
4805 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4806 * Makefile.in: Regenerated.
4807
4808 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
4809
4810 PR gdb/921
4811 PR gdb/1646
4812 PR gdb/2175
4813 PR gdb/2176
4814
4815 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4816 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4817 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
4818 (HOST_EXPORTS): Pass CPPFLAGS.
4819 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4820 (LDFLAGS_FOR_TARGET): Initialize from configure script.
4821 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4822 * Makefile.in, configure: Regenerated.
4823 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4824 and CPPFLAGS_FOR_BUILD.
4825
4826 2008-11-06 Jeff Law <law@redhat.com>
4827
4828 * MAINTAINERS: Add myself as middle end maintainer.
4829
4830 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
4831
4832 * MAINTAINERS (Write after approval): Add myself.
4833
4834 2008-11-05 Diego Novillo <dnovillo@google.com>
4835
4836 * MAINTAINERS (Global Reviewers): Add myself.
4837 (Non-Algorithmic Maintainers): Remove myself.
4838
4839 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
4840
4841 * MAINTAINERS (Write after approval): Add myself.
4842
4843 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
4844
4845 * MAINTAINERS (Write after approval): Add myself.
4846
4847 2008-10-31 Ben Elliston <bje@au.ibm.com>
4848
4849 * configure.ac (spu-*-*): Remove special case.
4850 * configure: Regenerate.
4851
4852 2008-10-30 Catherine Moore <clm@codesourcery.com>
4853
4854 * MAINTAINERS (Write after approval): Update my email address.
4855
4856 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
4857
4858 * configure.ac [spu-*-*]: Do not set skipdirs.
4859 * configure: Re-generate.
4860
4861 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
4862
4863 * MAINTAINERS (Various Maintainers): Add myself to reload.
4864
4865 2008-10-25 Richard Guenther <rguenther@suse.de>
4866
4867 * MAINTAINERS (Various Maintainers): Add myself as middle-end
4868 maintainer. Remove myself as libgcc-math maintainer.
4869 (Non-Algorithmic Maintainers): Remove myself.
4870
4871 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4872
4873 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4874 * Makefile.in: Regenerated.
4875
4876 2008-10-23 Cary Coutant <ccoutant@google.com>
4877
4878 * MAINTAINERS (Write after approval): Add myself.
4879
4880 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
4881
4882 PR gdb/921
4883 PR gdb/1646
4884 PR gdb/2175
4885 PR gdb/2176
4886
4887 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4888 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4889 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
4890 (HOST_EXPORTS): Pass CPPFLAGS.
4891 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4892 (LDFLAGS_FOR_TARGET): Initialize from configure script.
4893 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4894 * Makefile.in, configure: Regenerated.
4895 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4896 and CPPFLAGS_FOR_BUILD.
4897
4898 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
4899
4900 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
4901 Sebastian Pop.
4902
4903 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
4904
4905 * MAINTAINERS (Write After Approval): Added myself.
4906
4907 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4908
4909 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
4910 recommended version to 2.3.2.
4911
4912 * configure: Regenerate.
4913
4914 2008-10-01 Mark Mitchell <mark@codesourcery.com>
4915
4916 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
4917
4918 2008-09-29 David Daney <david.daney@caviumnetworks.com>
4919
4920 * MAINTAINERS (Write After Approval): Update e-mail address.
4921
4922 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
4923
4924 * libtool.m4: Update to libtool 2.2.6.
4925 * lt~obsolete.m4: Update to libtool 2.2.6.
4926 * ltmain.sh: Update to libtool 2.2.6.
4927 * ltsugar.m4: Update to libtool 2.2.6.
4928 * ltversion.m4: Update to libtool 2.2.6.
4929 * ltoptions.m4: Update to libtool 2.2.6.
4930 * ltgcc.m4: Update to match changes from libtool 2.2.6.
4931
4932 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
4933
4934 * MAINTAINERS (Write After Approval): Add myself.
4935
4936 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
4937
4938 * MAINTAINERS (Write After Approval): Update my name.
4939
4940 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
4941
4942 * MAINTAINERS: Add myself in "Write After Approval".
4943
4944 2008-09-18 Steve Ellcey <sje@cup.hp.com>
4945
4946 * MAINTAINERS: Add myself as ia64 maintainer.
4947
4948 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
4949
4950 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
4951 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
4952 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
4953 and Michael Tiemann from Write After Approval since they do not
4954 actually have access.
4955
4956 2008-09-05 Richard Guenther <rguenther@suse.de>
4957
4958 * configure.ac: Initialize clooglibs to -lcloog.
4959 * configure: Re-generate.
4960
4961 2008-09-04 Le-Chun Wu <lcwu@google.com>
4962
4963 * MAINTAINERS (Write After Approval): Add myself.
4964
4965 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
4966
4967 * configure.ac (--with-cloog-polylib): New.
4968 (--disable-cloog-version-check): New.
4969 (--disable-ppl-version-check): New.
4970 * configure: Re-generate.
4971
4972 2008-09-03 Richard Guenther <rguenther@suse.de>
4973
4974 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
4975 cloog test.
4976 * configure: Re-generate.
4977
4978 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
4979
4980 Add picoChip port.
4981 * MAINTAINERS: Add picoChip maintainers.
4982
4983 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
4984 Tobias Grosser <grosser@fim.uni-passau.de>
4985 Jan Sjodin <jan.sjodin@amd.com>
4986 Harsha Jagasia <harsha.jagasia@amd.com>
4987 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4988 Konrad Trifunovic <konrad.trifunovic@inria.fr>
4989 Adrien Eliche <aeliche@isty.uvsq.fr>
4990
4991 Merge from graphite branch.
4992 * configure: Regenerate.
4993 * Makefile.in: Regenerate.
4994 * configure.ac (host_libs): Add ppl and cloog.
4995 Add checks for PPL and CLooG.
4996 * Makefile.def (ppl, cloog): Added modules and dependences.
4997 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
4998 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
4999
5000 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
5001
5002 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
5003 (GCC_SHLIB_SUBDIR): New.
5004 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
5005 * configure: Regenerate.
5006 * Makefile.in: Regenerate.
5007
5008 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
5009
5010 * MAINTAINERS: Consistently use tabs to separate columns.
5011
5012 2008-08-29 Tristan Gingold <gingold@adacore.com>
5013
5014 * MAINTAINERS (Write after Approval): Add myself.
5015
5016 2008-08-28 Tristan Gingold <gingold@adacore.com>
5017
5018 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
5019 Enable bfd, binutils and opcodes.
5020 * configure: Regenerate.
5021
5022 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5023
5024 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
5025
5026 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
5027
5028 * MAINTAINERS: Use correct Umlaut for last name.
5029
5030 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5031
5032 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
5033
5034 2008-08-16 David Edelsohn <edelsohn@gnu.org>
5035
5036 * MAINTAINERS: Update my email address.
5037
5038 2008-08-16 Nicolas Roche <roche@adacore.com>
5039
5040 * Makefile.tpl: Add BOOT_ADAFLAGS.
5041 * Makefile.in: Regenerate.
5042
5043 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
5044
5045 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5046 * configure: Regenerate.
5047
5048 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
5049
5050 * configure.ac: Add makefile fragments for hpux.
5051 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5052 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5053 * configure: Regenerate.
5054 * Makefile.in: Regenerate.
5055
5056 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
5057
5058 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
5059
5060 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
5061
5062 * MAINTAINERS (Write after Approval): Add myself.
5063
5064 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
5065
5066 * MAINTAINERS (Write After Approval): Add myself.
5067
5068 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
5069
5070 * MAINTAINERS (Write After Approval): Add myself.
5071
5072 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
5073
5074 * MAINTAINERS: Update my email address.
5075
5076 2008-06-25 Joey Ye <joey.ye@intel.com>
5077
5078 * MAINTAINERS (Write After Approval): Add myself.
5079
5080 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5081
5082 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5083 * Makefile.in: Regenerate.
5084 * configure: Regenerate.
5085
5086 2008-06-17 Daniel Kraft <d@domob.eu>
5087
5088 * MAINTAINERS (Write After Approval): Add myself.
5089
5090 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5091
5092 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5093 "$@" is still intact with both Autoconf 2.59 and 2.62.
5094 * configure: Regenerate.
5095
5096 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5097
5098 * Makefile.tpl: Fix comment errors.
5099 * Makefile.in: Regenerate.
5100
5101 2008-06-12 David S. Miller <davem@davemloft.net>
5102 David Edelsohn <edelsohn@gnu.org>
5103
5104 * configure.ac: Add powerpc*-*-* to gold supported targets.
5105 * configure: Regenerate.
5106
5107 2008-06-08 Joseph Myers <joseph@codesourcery.com>
5108
5109 PR tree-optimization/36218
5110 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5111 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5112 (all prefix="build-"): Pass them to build-system sub-makes.
5113 * Makefile.in: Regenerate.
5114
5115 2008-06-07 Joseph Myers <joseph@codesourcery.com>
5116
5117 * MAINTAINERS (mt port): Remove.
5118 (sco5, unixware, sco udk): Remove.
5119 (Kean Johnston): Add to Write After Approval.
5120
5121 2008-05-30 Julian Brown <julian@codesourcery.com>
5122
5123 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5124 of libobjc for ARM EABI Linux.
5125 * configure: Regenerate.
5126
5127 2008-05-18 Xinliang David Li <davidxl@google.com>
5128
5129 * ChangeLog: Remove wrong ChangeLog entry.
5130
5131 2008-05-17 Xinliang David Li <davidxl@google.com>
5132
5133 * MAINTAINERS (Write After Approval): Add myself.
5134
5135 2008-05-15 Janus Weil <janus@gcc.gnu.org>
5136
5137 * MAINTAINERS (Write After Approval): Add myself.
5138
5139 2008-05-14 Rafael Espíndola <espindola@google.com>
5140
5141 * config-ml.in: don't handle --enable-shared and --enable-static.
5142
5143 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
5144
5145 * MAINTAINERS: Update my email address.
5146
5147 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
5148
5149 * MAINTAINERS: Update my email address.
5150
5151 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
5152
5153 * MAINTAINERS (Write After Approval): Add myself.
5154
5155 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
5156
5157 * MAINTAINERS (Write After Approval): Add myself.
5158
5159 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
5160
5161 * MAINTAINERS (crx): Add myself.
5162
5163 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
5164
5165 Sync with src:
5166 2008-04-14 David S. Miller <davem@davemloft.net>
5167
5168 * configure.ac: Add sparc*-*-* to gold supported targets.
5169 * configure: Regenerate.
5170
5171 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
5172
5173 PR bootstrap/35457
5174 * configure.ac: Include override.m4.
5175 * configure: Regenerate.
5176
5177 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
5178
5179 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
5180 * Makefile.in: Regenerate.
5181
5182 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
5183
5184 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
5185 as nonconfigurable directories list.
5186 * configure: Regenerate.
5187
5188 2008-04-14 Ben Elliston <bje@au.ibm.com>
5189
5190 * config.sub, config.guess: Update from upstream sources.
5191
5192 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
5193
5194 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
5195 * Makefile.in: Regenerate.
5196
5197 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
5198
5199 * configure.ac: Do not build libssp for the AVR.
5200 * configure: Regenerate.
5201
5202 2008-04-07 Ian Lance Taylor <iant@google.com>
5203
5204 * Makefile.def: check-gold depends upon all-binutils.
5205 * Makefile.in: Regenerate.
5206
5207 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
5208
5209 * MAINTAINERS (Write After Approval): Add myself.
5210
5211 2008-04-04 Nick Clifton <nickc@redhat.com>
5212
5213 PR binutils/4334
5214 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
5215 builds.
5216 * configure: Regenerate.
5217
5218 2008-04-04 NightStrike <NightStrike@gmail.com>
5219
5220 PR other/35151
5221 * configure.ac: Combine rules for mingw32 and mingw64.
5222 * configure: Regenerate.
5223
5224 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
5225
5226 * MAINTAINERS (Write After Approval): Add myself.
5227
5228 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
5229
5230 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
5231 * Makefile.in (.NOTPARALLEL): Ditto.
5232
5233 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
5234
5235 * MAINTAINERS (Write After Approval): Add myself.
5236
5237 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
5238
5239 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
5240 * Makefile.in (.NOTPARALLEL): Regenerate.
5241
5242 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
5243
5244 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
5245 * Makefile.in: Regenerate.
5246
5247 2008-03-26 Jakub Staszak <kuba@et.pl>
5248
5249 * MAINTAINERS (Write After Approval): Add myself.
5250
5251 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
5252
5253 * MAINTAINERS: Update e-mail address.
5254
5255 2008-03-20 Ian Lance Taylor <iant@google.com>
5256
5257 * configure.ac: Add support for --enable-gold.
5258 * Makefile.def: Add gold as a directory like ld.
5259 * configure, Makefile.in: Regenerate.
5260
5261 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5262
5263 * configure.ac: m4_include config/proginstall.m4.
5264 * configure: Regenerate.
5265
5266 Backport from upstream Libtool:
5267
5268 2007-10-12 Eric Blake <ebb9@byu.net>
5269
5270 Deal with Autoconf 2.62's semantic change in m4_append.
5271 * ltsugar.m4 (lt_append): Replace broken versions of
5272 m4_append.
5273 (lt_if_append_uniq): Don't require separator to be overquoted,
5274 and avoid broken m4_append.
5275 (lt_dict_add): Fix typo.
5276 * libtool.m4 (_LT_DECL): Don't overquote separator.
5277
5278 2008-03-13 David Edelsohn <edelsohn@gnu.org>
5279
5280 * config.rpath: Add AIX 6 support.
5281
5282 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
5283
5284 * Makefile.def (stageprofile). Remove -fprofile-generate
5285 from stage_libcflags.
5286 * Makefile.in: Regenerate.
5287
5288 2008-03-13 Ben Elliston <bje@au.ibm.com>
5289
5290 * config.sub, config.guess: Update from upstream sources.
5291
5292 2008-03-06 Tom Tromey <tromey@redhat.com>
5293
5294 * MAINTAINERS: Update for treelang deletion.
5295
5296 2008-03-03 James E. Wilson <wilson@tuliptree.org>
5297
5298 * MAINTAINERS: Update my email address.
5299
5300 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
5301
5302 * MAINTAINERS (darwin port): Add myself as a maintainer.
5303 (objective-c/c++): Add myself as a maintainer.
5304
5305 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
5306
5307 * MAINTAINERS (Write After Approval): Update my email address.
5308
5309 2008-02-25 Tomas Bily <tbily@suse.cz>
5310
5311 * MAINTAINERS (Write After Approval): Add myself.
5312
5313 2008-02-23 Jakub Jelinek <jakub@redhat.com>
5314
5315 * MAINTAINERS (OpenMP): Add myself.
5316
5317 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
5318
5319 PR bootstrap/32009
5320 PR bootstrap/32161
5321
5322 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
5323 * configure: Regenerate.
5324
5325 * Makefile.def: Define stage_libcflags for all bootstrap stages.
5326 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
5327 STAGE4_LIBCFLAGS): New.
5328 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
5329 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
5330 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
5331 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
5332 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
5333 for target modules. Don't export LIBCFLAGS.
5334 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
5335 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
5336 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5337 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
5338 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
5339 * Makefile.in: Regenerate.
5340
5341 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5342
5343 PR libgcj/33085
5344 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
5345 Do not use -DDLL_EXPORT. Backport from upstream.
5346
5347 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5348
5349 * MAINTAINERS (Write After Approval): Add myself.
5350
5351 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
5352
5353 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
5354 * configure: Regenerate.
5355
5356 2008-01-31 Marc Gauthier <marc@tensilica.com>
5357
5358 * configure.ac (xtensa*-*-*): Recognize processor variants.
5359 * configure: Regenerate.
5360
5361 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5362
5363 PR bootstrap/34922
5364 * configure.ac (PARSE_ARGS): Push suitable setting of
5365 ac_subdirs_all, for `./configure --help=recursive'.
5366 Handle `+' in generic toplevel directory disabling.
5367 * configure: Regenerate.
5368
5369 2008-01-28 Nick Clifton <nickc@redhat.com>
5370
5371 * MAINTAINERS (xstormy16): Take over maintainership.
5372
5373 2008-01-25 Joseph Myers <joseph@codesourcery.com>
5374
5375 * MAINTAINERS (c4x port): Remove.
5376
5377 2008-01-24 David Edelsohn <edelsohn@gnu.org>
5378
5379 * libtool.m4: Backport AIX 6 support from ToT Libtool.
5380
5381 2008-01-23 Ben Elliston <bje@au.ibm.com>
5382
5383 * config.sub, config.guess: Update from upstream sources.
5384
5385 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
5386
5387 * MAINTAINERS (Write After Approval): Add myself.
5388
5389 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
5390
5391 * MAINTAINERS: Update my email address.
5392
5393 2008-01-09 Raksit Ashok <raksit@google.com>
5394
5395 * MAINTAINERS (Write After Approval): Add myself.
5396
5397 2008-01-09 Raksit Ashok <raksit@google.com>
5398
5399 * MAINTAINERS (Write After Approval): Add myself.
5400
5401 2008-01-08 Ben Elliston <bje@au.ibm.com>
5402
5403 * config.sub, config.guess: Update from upstream sources.
5404
5405 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5406
5407 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
5408 Change recommended MPFR from 2.2.1 -> 2.3.0.
5409 * configure: Regenerate.
5410
5411 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
5412
5413 * MAINTAINERS: Update my email address.
5414
5415 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
5416
5417 * MAINTAINERS: Update my email address.
5418
5419 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
5420
5421 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
5422 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
5423 * Makefile.in: Regenerate.
5424
5425 2007-12-10 Mark Heffernan <meheff@google.com>
5426
5427 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
5428 misplaced entries.
5429
5430 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
5431
5432 * configure.ac: Enable libjava for x86_64-*-darwin9.
5433 * configure: Regenerate.
5434
5435 2007-12-07 Bill Maddox <maddox@google.com>
5436
5437 * MAINTAINERS (Write After Approval): Add myself.
5438
5439 2007-12-05 Ben Elliston <bje@au.ibm.com>
5440
5441 * config.sub, config.guess: Update from upstream sources.
5442
5443 2007-12-02 Matthias Klose <doko@ubuntu.com>
5444
5445 * config-ml.in: Remove 64bit configure tests.
5446
5447 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5448
5449 * config-ml.in: Robustify against white space in absolute file
5450 names.
5451
5452 * config-ml.in (multi-clean): Substitute ${Makefile}.
5453 Remove superfluous ${Makefile} in list.
5454
5455 2007-11-19 Thiemo Seufer <ths@mips.com>
5456
5457 * config-ml.in: Don't hardcode the Makefile name.
5458
5459 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
5460
5461 * MAINTAINERS (Write After Approval): Add myself.
5462
5463 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
5464
5465 * MAINTAINERS (Write After Approval): Add myself.
5466
5467 2007-11-06 Doug Kwan <dougkwan@google.com>
5468
5469 * MAINTAINERS (Write After Approval): Add myself.
5470
5471 2007-10-25 Ben Elliston <bje@au.ibm.com>
5472
5473 * MAINTAINERS (mercury): Remove entry.
5474 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
5475
5476 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
5477
5478 * Makefile.def (dependencies): Make configure-gdb depend on
5479 all-intl.
5480 * Makefile.in: Regenerated.
5481
5482 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
5483
5484 * MAINTAINERS (Fortran maintainer): Remove myself.
5485
5486 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
5487
5488 * Makefile.def: To avoid problems running with parallel makes,
5489 build newlib before libgloss so that target specific header
5490 files are availble.
5491 * Makefile.in: Regenerate
5492
5493 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5494
5495 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
5496 * Makefile.in: Regenerate.
5497
5498 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
5499
5500 * MAINTAINERS (Register allocation reviewer): Add myself.
5501
5502 2007-10-08 Mike Frysinger <vapier@gentoo.org>
5503
5504 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
5505 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
5506 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
5507 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
5508 * configure: Regenerate.
5509
5510 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
5511
5512 * MAINTAINERS (Register allocation reviewer): Add myself.
5513
5514 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
5515
5516 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
5517 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
5518 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
5519 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
5520 * configure.ac: Default them to host tools for $host = $build.
5521 Subst them.
5522
5523 * configure: Regenerate.
5524 * Makefile.in: Regenerate.
5525
5526 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
5527
5528 * MAINTAINERS (Register allocation reviewer): Add myself.
5529
5530 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
5531
5532 * MAINTAINERS (Register allocation reviewer): Add myself.
5533
5534 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
5535
5536 * MAINTAINERS (Write After Approval): Fix typo.
5537
5538 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
5539
5540 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
5541 * configure: Regenerate.
5542
5543 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
5544
5545 PR bootstrap/31906
5546 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
5547 they're already prefixed.
5548
5549 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
5550
5551 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
5552 libstdc++.
5553 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
5554 * configure: Regenerate.
5555 * Makefile.in: Regenerate.
5556
5557 2007-09-17 Andreas Schwab <schwab@suse.de>
5558
5559 * configure.ac: Raise minimum makeinfo version to 4.6.
5560 * configure: Regenerate.
5561
5562 2007-09-17 Johannes Singler <singler@ira.uka.de>
5563
5564 * MAINTAINERS (write-after-approval) add myself
5565
5566 2007-09-15 Alan Modra <amodra@bigpond.net.au>
5567
5568 * configure.ac: Correct makeinfo version check.
5569 * configure: Regenerate.
5570
5571 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
5572
5573 * MAINTAINERS: Update my email address.
5574
5575 2007-09-14 Richard Sandiford <richard@codesourcery.com>
5576
5577 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
5578 to $skipdirs and only disable gprof for newlib. Use the normal
5579 mips*-elf* handling in other respects.
5580 * configure: Regnerate.
5581
5582 2007-09-12 David Daney <ddaney@avtrex.com>
5583
5584 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
5585 enabling libgcj.
5586 * configure: Regenerate.
5587
5588 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
5589
5590 PR other/32154
5591 * configure.ac: For libgloss targets, point the linker to the linker
5592 script, startup code and simulator library.
5593 * configure: Regenerate.
5594
5595 2007-09-07 Andrew Haley <aph@redhat.com>
5596
5597 * configure.ac (noconfigdirs): Remove target-libffi and
5598 target-libjava.
5599 * configure: Regenerate.
5600
5601 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5602
5603 PR target/33281
5604 * configure.ac: Use config/mh-mingw on mingw.
5605 * configure: Regenerate.
5606
5607 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
5608
5609 * MAINTAINERS (Write After Approval): Add myself.
5610
5611 2007-09-05 Richard Guenther <rguenther@suse.de>
5612
5613 * configure.ac (--enable-stage1-checking): If neither --enable-checking
5614 nor --disable-checking is provided also turn on yes and types
5615 checking for stage1.
5616 * configure: Re-generate.
5617
5618 2007-08-30 Krister Walfridsson <cato@df.lth.se>
5619
5620 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
5621 (Write After Approval): Remove myself.
5622
5623 2007-08-29 Nick Clifton <nickc@redhat.com>
5624
5625 * config.sub, config.guess: Update from upstream sources.
5626
5627 2007-08-22 Bud Davis <jmdavis@link.com>
5628
5629 * MAINTAINERS (Write After Approval): Added myself.
5630 * MAINTAINERS (Reviewers): Removed myself.
5631
5632 2007-08-18 Paul Brook <paul@codesourcery.com>
5633 Joseph Myers <joseph@codesourcery.com>
5634
5635 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
5636 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
5637 * Makefile.in: Regenerate.
5638 * configure.ac (--with-debug-prefix-map): New.
5639 * configure: Regenerate.
5640
5641 2007-08-17 Richard Sandiford <richard@codesourcery.com>
5642 Nigel Stephens <nigel@mips.com>
5643
5644 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
5645 as target_makefile_frag.
5646 * configure: Regenerate.
5647
5648 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
5649
5650 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
5651 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
5652 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
5653 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
5654 (do-compare, do-compare3, do-compare-debug): New.
5655 ([+compare-target+]): Use them.
5656
5657 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
5658
5659 * MAINTAINERS (Write After Approval): Change my email address.
5660
5661 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5662 Ben Elliston <bje@au.ibm.com>
5663
5664 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
5665 --silent if $silent.
5666 * configure: Regenerate.
5667
5668 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
5669
5670 * MAINTAINERS (Various Maintainers): Add myself as
5671 loop infrastructure maintainer. Update my e-mail
5672 address.
5673
5674 2007-07-31 Diego Novillo <dnovillo@google.com>
5675
5676 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
5677 Adjust description.
5678
5679 2007-07-26 Richard Guenther <rguenther@suse.de>
5680
5681 * configure.ac: Add types checking to stage1 checking flags.
5682 * configure: Regenerate.
5683
5684 2007-07-17 Nick Clifton <nickc@redhat.com>
5685
5686 * COPYING3: New file. Contains version 3 of the GNU General
5687 Public License.
5688 * COPYING3.LIB: New file. Contains version 3 of the GNU
5689 Lesser General Public License.
5690
5691 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
5692
5693 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
5694
5695 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
5696
5697 * MAINTAINERS (S/390 co-maintainer): Add myself.
5698 (Write After Approval): Remove myself.
5699
5700 2007-07-13 Dan Hipschman <dsh@google.com>
5701
5702 * MAINTAINERS (Write After Approval): Add myself.
5703
5704 2007-07-11 Nick Clifton <nickc@redhat.com>
5705
5706 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
5707 WINDRES export.
5708 * Makefile.in: Regenerate.
5709
5710 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5711
5712 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
5713 maintainer.
5714
5715 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
5716
5717 * lt~obsolete.m4: New. Import from 20070318 libtool.
5718
5719 2007-07-03 Julian Brown <julian@codesourcery.com>
5720
5721 * MAINTAINERS (Write After Approval): Add myself.
5722
5723 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5724
5725 * configure.ac: Rewrite 'configure --help' strings to look nicer.
5726 * configure: Regenerate.
5727
5728 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5729
5730 * configure.ac: Add some missing m4 quotation.
5731 * configure: Regenerate.
5732
5733 2007-07-02 Simon Baldwin <simonb@google.com>
5734
5735 * MAINTAINERS (Write After Approval): Add myself.
5736
5737 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
5738
5739 * configure: Regenerate.
5740
5741 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
5742
5743 * Makefile.def: Add windmc tool to build.
5744 * Makefile.tpl: Likewise.
5745 * configure.ac: Likewise.
5746 * Makefile.in: Regenerate.
5747 * configure: Regenerate.
5748
5749 2007-06-28 DJ Delorie <dj@redhat.com>
5750
5751 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
5752 not building newlib.
5753 * configure: Regenerated.
5754
5755 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
5756
5757 * MAINTAINERS (Write After Approval): Add myself.
5758
5759 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
5760
5761 * MAINTAINERS (Write After Approval): Add myself.
5762
5763 2007-06-19 Chris Matthews <chrismatthews@google.com>
5764
5765 * MAINTAINERS (Write After Approval): Add myself.
5766
5767 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
5768
5769 * MAINTAINERS (Write After Approval): Add myself.
5770
5771 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5772
5773 * Makefile.def: Add dependency from configure-gdb to all-bfd.
5774 * Makefile.in: Regenerated.
5775
5776 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
5777
5778 * configure.ac: Don't add target-libmudflap to noconfigdirs for
5779 bfin*-*-uclinux* targets.
5780 * configure: Regenerate.
5781
5782 2007-06-14 Ian Lance Taylor <iant@google.com>
5783
5784 * MAINTAINERS: Add myself as non-algorithmic global write
5785 maintainer.
5786
5787 2007-06-14 Diego Novillo <dnovillo@google.com>
5788
5789 * MAINTAINERS: Add self as middle-end maintainer and
5790 non-algorithmic global write maintainer.
5791
5792 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5793
5794 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
5795 Move all Fortran maintainers except Paul Brook into the
5796 Non-Autopoiesis section.
5797
5798 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
5799
5800 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
5801 (distclean-stage[+id+]): Possibly delete stage_last.
5802 * Makefile.in: Regenerate.
5803
5804 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
5805
5806 * MAINTAINERS (Various Maintainer): Fix typo.
5807
5808 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
5809
5810 * MAINTAINERS (Various Maintainer): Add myself as
5811 dataflow maintainer.
5812
5813 2007-06-07 Ben Elliston <bje@au.ibm.com>
5814
5815 * config.sub, config.guess: Update from upstream sources.
5816
5817 2007-06-07 Ben Elliston <bje@au.ibm.com>
5818
5819 * Makefile.tpl: Fix spelling error.
5820 * Makefile.in: Regenerate.
5821
5822 2007-06-01 Steve Ellcey <sje@cup.hp.com>
5823
5824 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
5825 lt_cv_sys_max_cmd_len.
5826
5827 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
5828
5829 * MAINTAINERS (Various Maintainers): Add myself as
5830 auto-vectorizer maintainer.
5831
5832 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
5833
5834 PR libjava/32098
5835 * libtool.m4: Revert previous change.
5836 * ltgcc.m4: Put it here.
5837
5838 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
5839
5840 * MAINTAINERS (Various Maintainers): Add myself as
5841 auto-vectorizer maintainer.
5842
5843 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
5844
5845 PR libjava/32098
5846 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
5847
5848 2007-05-30 Richard Guenther <rguenther@suse.de>
5849
5850 * MAINTAINERS (Various Maintainers): Add myself as
5851 auto-vectorizer maintainer.
5852
5853 2007-05-30 Jakub Jelinek <jakub@redhat.com>
5854
5855 PR bootstrap/29382
5856 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
5857 * configure: Rebuilt.
5858
5859 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
5860
5861 * MAINTAINERS (Write After Approval): Removed my name.
5862
5863 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
5864
5865 * MAINTAINERS (Write After Approval): Remove myself.
5866
5867 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
5868
5869 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
5870
5871 2007-05-23 Steve Ellcey <sje@cup.hp.com>
5872
5873 * ltmain.sh: Update from ToT Libtool.
5874 * libtool.m4: Update from ToT Libtool.
5875 * ltsugar.m4: New. Update from ToT Libtool.
5876 * ltversion.m4: New. Update from ToT Libtool.
5877 * ltoptions.m4: New. Update from ToT Libtool.
5878 * ltconfig: Remove.
5879 * ltcf-c.sh: Remove.
5880 * ltcf-cxx.sh: Remove.
5881 * ltcf-gcj.sh: Remove.
5882
5883 2007-05-22 Ollie Wild <aaw@google.com>
5884
5885 * MAINTAINERS (Write After Approval): Add myself.
5886
5887 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
5888
5889 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
5890 stage_cflags.
5891 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
5892 Remove CFLAGS/LIBCFLAGS.
5893 (configure-stage[+id+]-[+prefix+][+module+],
5894 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
5895 * Makefile.in: Regenerate.
5896
5897 2007-05-15 Diego Novillo <dnovillo@google.com>
5898
5899 * MAINTAINERS: Update e-mail address.
5900
5901 2007-05-15 Revital Eres <eres@il.ibm.com>
5902
5903 * MAINTAINERS (Write After Approval): Add myself.
5904
5905 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
5906
5907 * MAINTAINERS (Write After Approval): Updated my address.
5908
5909 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
5910
5911 * MAINTAINERS (Write After Approval): Add myself.
5912
5913 2007-05-11 Silvius Rus <rus@google.com>
5914
5915 * MAINTAINERS (Write After Approval): Add myself.
5916
5917 2007-04-23 Tom Tromey <tromey@redhat.com>
5918
5919 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
5920
5921 2007-04-22 Mark Mitchell <mark@codesourcery.com>
5922
5923 * MAINTAINERS (cpplib): Rename to ...
5924 (libcpp): ... this. Add C/C++ front end maintainers.
5925
5926 2007-04-14 Steve Ellcey <sje@cup.hp.com>
5927
5928 * config-ml.in: Pass ${ml_config_env} to configure calls.
5929
5930 2007-04-04 Christian Bruel <christian.bruel@st.com>
5931
5932 * MAINTAINERS (Write After Approval): Add myself.
5933
5934 2007-04-02 Dave Korn <dave.korn@artimi.com>
5935
5936 * MAINTAINERS (Write After Approval): Add myself.
5937
5938 2007-03-31 Tobias Burnus <burnus@net-b.de>
5939
5940 * MAINTAINERS (fortran 95 front end): Add myself.
5941
5942 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5943
5944 * MAINTAINERS (Write After Approval): Add myself.
5945
5946 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
5947
5948 * MAINTAINERS (Modulo Scheduler): Add myself.
5949
5950 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
5951
5952 * MAINTAINERS (fortran 95 front end): Add myself.
5953 (c++ front end): whitespace fix.
5954
5955 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
5956
5957 * MAINTAINERS (Write After Approval): Add myself.
5958
5959 2007-03-21 Richard Sandiford <richard@codesourcery.com>
5960
5961 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
5962 of glob. Quote arguments with single quotes too.
5963 * configure: Regenerate.
5964
5965 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
5966
5967 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
5968 * Makefile.in: Regenerate
5969
5970 2007-03-07 Andreas Schwab <schwab@suse.de>
5971
5972 * configure: Regenerate.
5973
5974 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
5975
5976 * configure.ac: Add "--with-pdfdir" configure option,
5977 which defines pdfdir variable.
5978 * Makefile.def (target=fixincludes): Add install-pdf to
5979 missing targets.
5980 (recursive_targets): Add install-pdf target.
5981 (flags_to_pass): Add pdfdir.
5982 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
5983 target.
5984 * configure: Regenerate
5985 * Makefile.in: Regenerate
5986
5987 2007-02-28 Eric Christopher <echristo@apple.com>
5988
5989 Revert:
5990 2006-12-07 Mike Stump <mrs@apple.com>
5991
5992 * Makefile.def (dependencies): Add dependency for
5993 install-target-libssp and install-target-libgomp on
5994 install-gcc.
5995 * Makefile.in: Regenerate.
5996
5997 2007-02-27 Matt Kraai <kraai@ftbfs.org>
5998
5999 * configure: Regenerate.
6000 * configure.ac: Move statements after variable declarations.
6001
6002 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
6003
6004 * MAINTAINERS: Add myself as sh maintainer.
6005
6006 2007-02-19 Joseph Myers <joseph@codesourcery.com>
6007
6008 * configure.ac: Adjust for loop syntax.
6009 * configure: Regenerate.
6010
6011 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
6012
6013 * configure: Rebuilt.
6014
6015 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
6016
6017 * configure.ac: Drop multiple occurrences of --enable-languages,
6018 and fix its quoting.
6019 * configure: Rebuilt.
6020
6021 2007-02-17 Mark Mitchell <mark@codesourcery.com>
6022 Nathan Sidwell <nathan@codesourcery.com>
6023 Vladimir Prus <vladimir@codesourcery.com>
6024 Joseph Myers <joseph@codesourcery.com>
6025
6026 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
6027 * configure: Regenerate.
6028
6029 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
6030
6031 * ltconfig (freebsd*): Default to elf.
6032
6033 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6034
6035 * configure.ac (target_libraries): Move libgcc before libiberty.
6036 * configure: Regenerated.
6037
6038 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6039 Paolo Bonzini <bonzini@gnu.org>
6040
6041 PR bootstrap/30753
6042 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
6043 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
6044 * configure: Regenerated.
6045
6046 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6047
6048 * MAINTAINERS (Language Front End Maintainers): Update my mail
6049 address.
6050
6051 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6052
6053 PR bootstrap/30748
6054 * configure.ac: Correct syntax for Solaris ksh.
6055 * configure: Regenerated.
6056
6057 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
6058
6059 * configure.ac: Sync with src.
6060 * configure: Regenerate.
6061
6062 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
6063
6064 * Makefile.in: Regenerate.
6065
6066 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
6067
6068 * config.sub: Sync with src.
6069
6070 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6071
6072 * Makefile.tpl (build_alias, host_alias, target_alias): Use
6073 noncanonical equivalents.
6074 * configure.in: Rename to...
6075 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
6076 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
6077 target_noncanonical. Use them. Rewrite removal of configure
6078 arguments for autoconf 2.59. Discard variable settings. Force
6079 program_transform_name for native tools.
6080
6081 * Makefile.in: Regenerated.
6082 * configure: Regenerated with autoconf 2.59.
6083
6084 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
6085
6086 * MAINTAINERS (Write After Approval): Add myself.
6087
6088 2007-01-31 Andreas Schwab <schwab@suse.de>
6089
6090 * Makefile.tpl (LDFLAGS): Substitute it.
6091 * Makefile.in: Regenerate.
6092
6093 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
6094
6095 * MAINTAINERS (Write After Approval): Add myself.
6096
6097 2007-01-28 David Edelsohn <edelsohn@gnu.org>
6098
6099 * MAINTAINERS (spu port): Add myself.
6100
6101 2007-01-23 Richard Guenther <rguenther@suse.de>
6102
6103 PR bootstrap/30541
6104 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6105 * Makefile.tpl (GNATBIND): Substitute it.
6106 (GNATMAKE): Likewise.
6107 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6108 of STAGE_PREFIX.
6109 * Makefile.in: Regenerate.
6110 * configure: Regenerate.
6111
6112 2007-01-18 Mike Stump <mrs@apple.com>
6113
6114 * configure.in: Re-enable -Werror for gcc builds.
6115
6116 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
6117
6118 * MAINTAINERS (Write After Approval): Add myself.
6119
6120 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
6121
6122 * configure.in: Change == to = in test command.
6123 * configure: Regenerate.
6124
6125 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
6126 Nick Clifton <nickc@redhat.com>
6127 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
6128
6129 * configure.in (build_configargs, host_configargs, target_configargs):
6130 Remove build/host/target parameters.
6131 (host_libs): Add gmp and mpfr.
6132 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6133 * Makefile.def (gmp, mpfr): New.
6134 (gcc): Remove target.
6135 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6136 target_os, target_vendor): New.
6137 (configure): Add host_alias/target_alias arguments; adjust invocations.
6138 * configure: Regenerate.
6139 * Makefile.in: Regenerate.
6140
6141 2007-01-11 Matt Fago <fago@earthlink.net>
6142
6143 * configure.in: Try to link to functions only in mpfr 2.2.x
6144 to improve robustness of configure tests.
6145 * configure: Regenerate.
6146
6147 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
6148
6149 * MAINTAINERS: Add myself as i386 maintainer.
6150
6151 2007-01-08 Jan Hubicka <jh@suse.cz>
6152
6153 * MAINTAINERS: Add myself as i386 maintainer.
6154
6155 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
6156
6157 * configure.in: Add support for an x86_64-mingw* target.
6158 * configure: Regenerate.
6159
6160 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
6161
6162 * Makefile.tpl (all-target): Correct @if conditional for target
6163 modules.
6164 * configure.in: Omit libiberty if building only target libgcc.
6165 * configure, Makefile.in: Regenerated.
6166
6167 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
6168
6169 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
6170 * configure: Regenerate.
6171
6172 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6173
6174 * Makefile.def (target_modules): Add libgcc.
6175 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
6176 * Makefile.tpl (clean-target-libgcc): Delete.
6177 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
6178 on gcc even for bootstrapped modules. Rewrite handling of
6179 lang_env_dependencies to loop over target_modules.
6180 * configure.in (target_libraries): Add target-libgcc.
6181 * Makefile.in, configure: Regenerated.
6182
6183 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
6184
6185 * configure.in: Reorganize recognition of languages. Add
6186 --enable-stage1-languages. Show supported languages for the chosen
6187 target rather than all recognized languages.
6188 * configure: Regenerate.
6189
6190 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
6191
6192 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
6193 * Makefile.in: Regenerate.
6194
6195 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6196
6197 * configure.in: Warn that MPFR 2.2.0 is buggy.
6198 * configure: Regenerate.
6199
6200 2006-12-27 Ian Lance Taylor <iant@google.com>
6201
6202 * configure.in: When removing Makefiles to force a reconfigure, also
6203 remove prev-DIR*/Makefile.
6204 * configure: Regenerate.
6205
6206 2006-12-22 Andreas Schwab <schwab@suse.de>
6207
6208 * configure: Regenerate with correct autoconf version.
6209
6210 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
6211
6212 * configure.in: add AC_SUBST for *_FOR_TARGET.
6213 * configure: Regenerate.
6214
6215 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6216
6217 * configure.in: Simplify logic for rejecting languages that cannot
6218 be built. Separate the case when a language is unsupported,
6219 from the case when the user chooses not to build a language.
6220
6221 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6222
6223 * configure.in: Remove "$build" case for powerpc-*-darwin* since
6224 it only affects bootstrap and could be tested on "$host" as well.
6225 * configure: Regenerate.
6226 * config/mh-ppc-darwin: Add to the stage1 cflags here.
6227
6228 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6229
6230 PR bootstrap/29544
6231 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
6232 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
6233 move here comment from Makefile.tpl.
6234 * Makefile.tpl: Move some definitions higher in the file.
6235 (STAGE1_CHECKING): New.
6236 * configure.in: Add --enable-stage1-checking.
6237 * configure: Regenerate.
6238 * Makefile.in: Regenerate.
6239
6240 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6241
6242 * MAINTAINERS: Add myself as build system maintainer.
6243
6244 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
6245
6246 * MAINTAINERS (Write After Approval): Add myself.
6247
6248 2006-12-13 Eric Christopher <echristo@apple.com>
6249
6250 * MAINTAINERS: Add myself as darwin maintainer.
6251
6252 2006-12-11 Ian Lance Taylor <ian@airs.com>
6253
6254 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
6255
6256 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
6257
6258 MAINTAINERS: Update my entry.
6259
6260 2006-12-11 Alan Modra <amodra@bigpond.net.au>
6261
6262 * configure.in: Handle spu makefile frag.
6263 * Makefile.tpl (MAINT): Define
6264 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
6265 * configure: Regenerate.
6266 * Makefile.in: Regenerate.
6267
6268 2006-12-11 Ben Elliston <bje@au.ibm.com>
6269
6270 * config.guess: Import latest version.
6271 * config.sub: Likewise.
6272
6273 2006-12-11 Ben Elliston <bje@au.ibm.com>
6274
6275 * configure.in (spu-*-*): Don't skip target-libiberty.
6276 * configure: Regenerate.
6277
6278 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
6279
6280 PR bootstrap/30134
6281 * configure.in: Correct x86 darwin support for libjava to powerpc
6282 and i?86 only.
6283 * configure: Regenerate.
6284
6285 2006-12-08 Sandro Tolaini <tolaini@libero.it>
6286
6287 * configure.in: Add x86 darwin support for libjava.
6288 * configure: Regenerate.
6289
6290 2006-12-07 Mike Stump <mrs@apple.com>
6291
6292 * Makefile.def (dependencies): Add dependency for
6293 install-target-libssp and install-target-libgomp on
6294 install-gcc.
6295 * Makefile.in: Regenerate.
6296
6297 2006-12-04 Richard Guenther <rguenther@suse.de>
6298
6299 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
6300 (Non-Algorithmic Maintainers): Move over non-algorithmic
6301 loop optimizer maintainers, add myself as a non-algorithmic
6302 middle-end maintainer.
6303
6304 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
6305
6306 * MAINTAINERS (Write After Approval): Add myself.
6307
6308 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6309
6310 * configure.in: Update error message for missing GMP/MPFR.
6311
6312 * configure: Regenerate.
6313
6314 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6315
6316 * configure.in: Update MPFR version in error message.
6317
6318 * configure: Regenerate.
6319
6320 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6321
6322 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
6323 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
6324 --with-gmp-lib): New flags.
6325
6326 * configure: Regenerate.
6327
6328 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
6329
6330 * MAINTAINERS (Write After Approval): Change my email address.
6331
6332 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6333
6334 * MAINTAINERS (Write After Approval): Add myself.
6335
6336 2006-11-22 Philipp Thomas <pth@suse.de>
6337
6338 * MAINTAINERS (i18n): Update e-mail address.
6339
6340 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6341
6342 * MAINTAINERS (spu port): Add myself as maintainer.
6343 (Write After Approval): Remove myself.
6344
6345 2006-11-22 Ben Elliston <bje@au.ibm.com>
6346
6347 * configure.in (skipdirs): Don't build libssp for SPU.
6348 * configure: Regenerate.
6349
6350 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
6351
6352 * MAINTAINERS (spu port): Add myself as maintainer.
6353 (libobjc): Update my email address.
6354
6355 2006-11-21 Andrea Bona <andrea.bona@st.com>
6356
6357 * MAINTAINERS (Write After Approval): Add myself.
6358
6359 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6360
6361 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
6362 * configure : Rebuilt.
6363
6364 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6365
6366 * MAINTAINERS (Write After Approval): Add myself.
6367
6368 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
6369
6370 * MAINTAINERS (Write After Approval): Add myself.
6371
6372 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6373
6374 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
6375 libmpfr.a.
6376 * configure: Regenerate.
6377
6378 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
6379
6380 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
6381 (unstage): Test for stage_last presence.
6382
6383 PR bootstrap/29802
6384 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
6385 STAGE_PREFIX.
6386 * Makefile.in: Regenerate.
6387
6388 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
6389
6390 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
6391 maintainers.
6392
6393 2006-11-14 Erven Rohou <erven.rohou@st.com>
6394
6395 * MAINTAINERS (Write After Approval): Add myself.
6396
6397 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
6398
6399 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
6400 and stageN-package/Makefile.
6401 * Makefile.in: Regenerated.
6402
6403 2006-11-14 Jie Zhang <jie.zhang@analog.com>
6404
6405 * configure.in: Remove target-libgloss from noconfigdirs for
6406 bfin-*-*.
6407 * configure: Regenerated.
6408
6409 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6410
6411 * configure.in (have_gmp): Only error if the gcc directory exists.
6412
6413 * configure: Regenerate.
6414
6415 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6416
6417 * configure.in: Robustify error message for missing GMP/MPFR.
6418
6419 * configure: Regenerate.
6420
6421 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
6422
6423 * MAINTAINERS (Write After Approval): Add myself.
6424
6425 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
6426
6427 * MAINTAINERS: Change email address.
6428
6429 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
6430
6431 * MAINTAINERS (Write After Approval): Add myself.
6432
6433 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
6434
6435 * MAINTAINERS (Write After Approval): Add myself.
6436
6437 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
6438
6439 * MAINTAINERS (Write After Approval): Move myself to
6440 Write After Approval section.
6441
6442 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6443
6444 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
6445 need_gmp anymore.
6446 * configure: Regenerate.
6447
6448 2006-10-16 Tobias Burnus <burnus@net-b.de>
6449
6450 * MAINTAINERS (Write After Approval): Add myself.
6451
6452 2006-10-16 Ben Elliston <bje@au.ibm.com>
6453
6454 * config.guess: Import latest version.
6455 * config.sub: Likewise.
6456
6457 2006-10-10 Brooks Moses <bmoses@stanford.edu>
6458
6459 * Makefile.def: Added pdf target handling.
6460 * Makefile.tpl: Added pdf target handling.
6461 * Makefile.in: Regenerated.
6462
6463 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
6464
6465 * MAINTAINERS: Add self as score port maintainer.
6466
6467 2006-10-04 Brooks Moses <bmoses@stanford.edu>
6468
6469 * MAINTAINERS (Write After Approval): Add myself.
6470
6471 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
6472
6473 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
6474 or newer.
6475 * configure: Regenerated.
6476
6477 2006-09-27 Dave Brolley <brolley@redhat.com>
6478
6479 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
6480 using $s instead of $r.
6481 * configure: Regenerated.
6482
6483 2006-09-26 Thiemo Seufer <ths@mips.com>
6484
6485 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
6486 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
6487 * configure: Regenerate.
6488
6489 2006-09-24 Graeme Peterson <gridly@gmail.com>
6490
6491 * MAINTAINERS (Write After Approval): Remove myself.
6492
6493 2006-09-22 Chao-ying Fu <fu@mips.com>
6494
6495 * MAINTAINERS (Write After Approval): Add myself.
6496
6497 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
6498
6499 * MAINTAINERS: Add self as soft-fp maintainer.
6500
6501 2006-09-09 Anatoly Sokolov <aesok@post.ru>
6502
6503 * MAINTAINERS: Add myself as avr maintainer.
6504 Remove Marek Michalkiewicz as avr maintainer.
6505
6506 2006-09-07 Roberto Costa <roberto.costa@st.com>
6507
6508 * MAINTAINERS (Write After Approval): Add myself.
6509
6510 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
6511
6512 * configure.in: Never build newlib for a Mingw host.
6513 Never build newlib as Mingw target library.
6514 Test the existence of winsup/cygwin for building a Cygwin newlib,
6515 rather than just winsup.
6516 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
6517 building a Mingw target.
6518 * configure: Regenerate.
6519
6520 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
6521
6522 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
6523
6524 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
6525
6526 * config.guess: Import from src (was more updated).
6527 * config.sub: Likewise.
6528
6529 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
6530
6531 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
6532 * configure: Regenerated.
6533
6534 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
6535
6536 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
6537 for stages after the first.
6538
6539 2006-07-17 Jakub Jelinek <jakub@redhat.com>
6540
6541 * Makefile.def: Add dependencies for configure-opcodes
6542 on configure-intl and all-opcodes on all-intl.
6543 * Makefile.in: Regenerated.
6544
6545 2006-07-13 Ben Elliston <bje@au.ibm.com>
6546
6547 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
6548
6549 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
6550
6551 Port to hosts whose 'sort' and 'tail' implementations
6552 treat operands with leading '+' as file names, as POSIX
6553 has required since 2001. However, make sure the code still
6554 works on pre-POSIX hosts.
6555 * ltmain.sh: Don't assume "sort +2" is equivalent to
6556 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
6557
6558 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
6559
6560 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
6561
6562 2006-07-04 Peter O'Gorman <peter@pogma.com>
6563
6564 * ltconfig: chmod 644 before ranlib during install.
6565
6566 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
6567
6568 PR bootstrap/18058
6569 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
6570 if the bootstrap compiler is a GCC version that supports it.
6571 * configure: Regenerate.
6572
6573 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
6574
6575 * configure.in: Fix thinkos in previous check-in.
6576 * configure: Regenerate.
6577
6578 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
6579
6580 PR other/27063
6581 * configure.in: Test subdir_requires and give an appropriate
6582 error message.
6583 * configure: Regenerate.
6584
6585 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
6586
6587 * MAINTAINERS (Write After Approval): Add myself.
6588
6589 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
6590
6591 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6592
6593 2006-06-22 Steve Ellcey <sje@cup.hp.com>
6594
6595 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6596
6597 2006-06-20 David Ayers <d.ayers@inode.at>
6598
6599 PR bootstrap/28072
6600 * configure.in: Add target-boehm-gc to noconfigdirs depending on
6601 whether target-libjava is being configured instead of whether the
6602 java front end is enabled.
6603 * configure: Regenerate.
6604
6605 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6606
6607 PR target/27540
6608 * configure.in: Only enable libgomp on IRIX 6.
6609 * configure: Regenerate.
6610
6611 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
6612
6613 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
6614 too.
6615 * Makefile.in: Regenerate.
6616
6617 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
6618
6619 * config-ml.in: Alter CCASFLAGS to include special
6620 multilib options the same as is done for CFLAGS.
6621
6622 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6623
6624 * configure.in: Don't enable libgomp on hpux10.
6625 * configure: Rebuilt.
6626
6627 2006-06-12 David Ayers <d.ayers@inode.at>
6628
6629 PR bootstrap/27963
6630 PR target/19970
6631 * configure.in: Remove target-boehm-gc from noconfigdirs where
6632 ${libgcj} is specified.
6633 * configure: Regenerate.
6634
6635 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
6636
6637 Sync from src:
6638
6639 * configure.in: Sync.
6640 * configure: Regenerated.
6641
6642 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
6643
6644 * Makefile.def: Added dependencies from sim and gdb on intl, and
6645 added configure dependencies to everything with an all dependency
6646 on intl.
6647 * Makefile.in: Regenerated.
6648
6649 2006-06-06 David Ayers <d.ayers@inode.at>
6650
6651 PR libobjc/13946
6652 * Makefile.def: Add dependencies for libobjc which boehm-gc.
6653 * Makefile.in: Regenerate.
6654 * configure.in: Add --enable-objc-gc at toplevel and have it
6655 enable boehm-gc for Objective-C.
6656 Remove target-boehm-gc from libgcj.
6657 Add target-boehm-gc to target_libraries.
6658 Add target-boehm-gc to noconfigdirs where ${libgcj}
6659 is specified.
6660 Assert that boehm-gc is supported when requested for Objective-C.
6661 Only build boehm-gc if needed either for Java or Objective-C.
6662 * configure: Regenerate.
6663
6664 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
6665
6666 PR 27674
6667 * Makefile.tpl (configure-[+prefix+][+module+],
6668 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
6669 Remove rule to unstage bootstrapped modules.
6670 (stage_current): New.
6671 * Makefile.in: Regenerate.
6672
6673 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6674
6675 * MAINTAINERS (Write After Approval): Update my e-mail address.
6676
6677 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
6678
6679 * include/libiberty.h: Declare pex_run_in_environment.
6680
6681 2006-05-31 Asher Langton <langton2@llnl.gov>
6682
6683 * MAINTAINERS (Write After Approval): Add myself.
6684
6685 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
6686
6687 * Makefile.def (bfd, opcodes): Fix lib_path.
6688 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
6689 (restrap): Move under "@if gcc-bootstrap". Fix typo.
6690 * Makefile.in: Regenerate.
6691
6692 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
6693
6694 * Makefile.in: Regenerate.
6695
6696 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
6697
6698 * Makefile.def: Add install-html target. Add datarootdir
6699 docdir and htmldir to flags_to_pass.
6700 * Makefile.tpl: Add install-html target.
6701 * Makefile.in: Regenerate.
6702 * configure.in: Add --with-datarootdir, --with-docdir, and
6703 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
6704 * configure: Regenerate.
6705
6706 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
6707
6708 * configure.in: Enable gprof for cross builds.
6709 * configure: Regenerate.
6710
6711 2006-05-22 Richard Guenther <rguenther@suse.de>
6712
6713 Revert
6714 2006-01-31 Richard Guenther <rguenther@suse.de>
6715 Paolo Bonzini <bonzini@gnu.org>
6716
6717 * Makefile.def (target_modules): Add libgcc-math target module.
6718 * configure.in (target_libraries): Add libgcc-math target library.
6719 (--enable-libgcc-math): New configure switch.
6720 * Makefile.in: Re-generate.
6721 * configure: Re-generate.
6722 * libgcc-math: New toplevel directory.
6723
6724 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6725 Andreas Tobler <a.tobler@schweiz.ch>
6726
6727 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
6728 * configure: Rebuilt.
6729
6730 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
6731
6732 * MAINTAINERS (Write After Approval): Add myself.
6733
6734 2006-05-01 DJ Delorie <dj@redhat.com>
6735
6736 * configure.in: Restore CFLAGS if GMP isn't present.
6737 * configure: Regenerate.
6738
6739 2006-05-01 Richard Guenther <rguenther@suse.de>
6740
6741 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
6742 maintainer.
6743
6744 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
6745
6746 * MAINTAINERS (Write After Approval): Add myself.
6747
6748 2006-04-28 Jan Beulich <jbeulich@novell.com>
6749
6750 * MAINTAINERS (Write After Approval): Add myself.
6751
6752 2006-04-18 DJ Delorie <dj@redhat.com>
6753
6754 * configure.in (m32c): Build libstdc++-v3. Pass flags to
6755 reference libgloss so that libssp can be built in a combined
6756 tree.
6757 * configure: Regenerate.
6758
6759 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
6760
6761 * MAINTAINERS (Write After Approval): Add myself.
6762
6763 2006-04-05 Ben Elliston <bje@au.ibm.com>
6764
6765 * configure.in: Require makeinfo 4.4 or higher.
6766 * configure: Regenerate.
6767
6768 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
6769
6770 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
6771 Rearrange the entries of other libraries to have them in one place.
6772
6773 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
6774
6775 * MAINTAINERS (Write After Approval): Remove myself.
6776 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6777
6778 2006-03-14 Richard Guenther <rguenther@suse.de>
6779
6780 * configure: Regenerate with autoconf 2.13.
6781
6782 2006-03-13 Jim Blandy <jimb@codesourcery.com>
6783
6784 * MAINTAINERS: Use my work address.
6785
6786 * MAINTAINERS: Update my E-mail address.
6787
6788 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
6789
6790 * configure.in: Handle --disable-<component> generically.
6791 * configure: Regenerate.
6792
6793 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
6794
6795 PR libgcj/17311
6796 * ltmain.sh: Don't use "$finalize_rpath" for compile.
6797
6798 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
6799
6800 * MAINTAINERS (Write After Approval): Remove myself.
6801 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6802
6803 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
6804
6805 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
6806 (TARGET_CONFIGDIRS): Remove.
6807 * configure.in: Remove AC_SUBST(target_configdirs).
6808 * Makefile.in, configure: Regenerated.
6809
6810 2006-02-20 Steven G. Kargl <kargls@comcast.net>
6811
6812 * MAINTAINERS (Write After Approval): Remove myself.
6813 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6814
6815 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
6816
6817 PR bootstrap/25670
6818
6819 * Makefile.tpl ([+compare-target+]): Print explanation messages.
6820
6821 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
6822 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
6823 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
6824 BUILD_PREFIX, BUILD_PREFIX_1.
6825 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
6826
6827 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
6828 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
6829
6830 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
6831 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
6832 of `cat stage_current`. Always provide the `r' and `s' variables.
6833 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
6834 a single shell execution.
6835 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
6836 bootstrapped modules, make the stage1 module if the build was not
6837 started yet, else build the current stage.
6838 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
6839 (all-build, all-host, all-target, [+make_target+]-host,
6840 [+make_target+]-target): Do not use \-continued lines.
6841 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
6842 (current_stage, restrap, stage_last): New.
6843
6844 * Makefile.in: Regenerate.
6845 * configure: Regenerate.
6846
6847 2006-02-19 Bud Davis <jmdavis@link.com>
6848
6849 * MAINTAINERS (Write After Approval): Remove myself.
6850 (Language Front End Maintainers): Add myself as fortran 95
6851 maintainer and update e-mail address.
6852
6853 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
6854
6855 * MAINTAINERS (Write After Approval): Remove myself.
6856 (Language Front End Maintainers): Add myself as fortran 95
6857 maintainer.
6858
6859 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
6860
6861 * MAINTAINERS (Write After Approval): Add myself.
6862
6863 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
6864
6865 * MAINTAINERS (Write After Approval): Remove myself.
6866 (Language Front End Maintainers): Add myself as
6867 fortran 95 maintainer.
6868
6869 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
6870
6871 Sync from src:
6872
6873 2005-12-27 Leif Ekblad <leif@rdos.net>
6874
6875 * configure.in: Add support for RDOS target.
6876 * configure: Regenerate.
6877
6878 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
6879 Andreas Schwab <schwab@suse.de>
6880
6881 * configure: Regenerate.
6882
6883 2006-02-12 David Edelsohn <edelsohn@gnu.org>
6884
6885 * configure.in (enable_libgomp): Add AIX.
6886 * configure: Regenerate.
6887
6888 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
6889
6890 * MAINTAINERS (Write After Approval): Add myself.
6891
6892 2006-02-03 Lee Millward <lee.millward@gmail.com>
6893
6894 * MAINTAINERS (Write After Approval): Add myself.
6895
6896 2006-01-31 Richard Guenther <rguenther@suse.de>
6897 Paolo Bonzini <bonzini@gnu.org>
6898
6899 * Makefile.def (target_modules): Add libgcc-math target module.
6900 * configure.in (target_libraries): Add libgcc-math target library.
6901 (--enable-libgcc-math): New configure switch.
6902 * Makefile.in: Re-generate.
6903 * configure: Re-generate.
6904 * libgcc-math: New toplevel directory.
6905
6906 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
6907
6908 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
6909 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
6910 the assembler, linker and binutils.
6911 * configure: Regenerate.
6912
6913 2006-01-22 Dirk Mueller <dmueller@suse.de>
6914
6915 * MAINTAINERS (Write After Approval): Add myself.
6916
6917 2006-01-20 Diego Novillo <dnovillo@redhat.com>
6918
6919 * configure: Regenerate.
6920
6921 2006-01-18 Richard Henderson <rth@redhat.com>
6922 Jakub Jelinek <jakub@redhat.com>
6923 Diego Novillo <dnovillo@redhat.com>
6924
6925 * libgomp: New directory.
6926 * Makefile.def: Add target_module libgomp.
6927 * Makefile.in: Regenerate.
6928 * configure.in (target_libraries): Add target-libgomp.
6929 * configure: Regenerate.
6930
6931 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
6932
6933 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
6934 @ from continuation.
6935 * Makefile.in: Rebuilt.
6936
6937 2006-01-04 Chris Lattner <sabre@gnu.org>
6938
6939 * MAINTAINERS (Write After Approval): Add myself.
6940
6941 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
6942
6943 PR bootstrap/24252
6944
6945 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
6946 * Makefile.tpl (OBJDUMP): New.
6947 (EXTRA_HOST_FLAGS): Add it.
6948 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
6949
6950 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
6951 to use symbolic links between directories. Avoid race conditions
6952 or make them harmless.
6953 * configure.in: Do not try to use symbolic links between directories.
6954
6955 * Makefile.def (LEAN): Pass.
6956 * Makefile.tpl (LEAN): Define.
6957 (stage[+id+]-start): Accept that the previous directory does not
6958 exist, if the bootstrap is lean.
6959 (stage[+id+]-bubble): Invoke lean bootstrap commands after
6960 stage[+id+]-start. Use a makefile variable and an `if' instead of a
6961 configure substitution.
6962 ([+compare-target+]): Likewise.
6963 ([+bootstrap-target+]-lean): New.
6964 * configure.in: Remove lean bootstrap support from here.
6965
6966 * Makefile.in: Regenerate.
6967 * configure: Regenerate.
6968
6969 2006-01-04 Ben Elliston <bje@au.ibm.com>
6970
6971 * MAINTAINERS (libdecnumber): Add myself.
6972
6973 2006-01-02 Mark Mitchell <mark@codesourcery.com>
6974
6975 * libtool-ldflags: New script.
6976
6977 2006-01-02 Andreas Schwab <schwab@suse.de>
6978
6979 * configure.in: When reconfiguring remove Makefile in
6980 all stage directories.
6981 * configure: Regenerate.
6982
6983 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
6984
6985 * MAINTAINERS: Update my email address.
6986
6987 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
6988
6989 Revert Ada-related part of the previous change.
6990
6991 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
6992 Do not pass.
6993 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
6994 * Makefile.in: Regenerate.
6995 * configure.in: Do not include mt-ppc-aix target fragment.
6996 * configure: Regenerate.
6997
6998 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
6999
7000 * configure.in: Select appropriate fragments for PowerPC/AIX.
7001 * configure: Regenerate.
7002
7003 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
7004 BOOT_CFLAGS, BOOT_LDFLAGS.
7005 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
7006 BOOT_CFLAGS, BOOT_LDFLAGS.
7007 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
7008 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
7009 (stage): Fail if we cannot complete the work.
7010 * Makefile.in: Regenerate.
7011
7012 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
7013
7014 * configure.in: Replace ms1 with mt.
7015 * configure: Rebuilt.
7016
7017 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
7018
7019 * MAINTAINERS: Update my email address.
7020
7021 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
7022
7023 * Makefile.tpl (all, do-[+make_target+], do-check, install,
7024 install-host-nogcc): Don't invoke $(stage) at the end.
7025 * Makefile.in: Regenerate.
7026
7027 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
7028
7029 * configure.in: Flip the top-level bootstrap switch.
7030 * configure: Regenerate.
7031
7032 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
7033
7034 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
7035 $(stage) and $(unstage).
7036 (EXTRA_TARGET_FLAGS): Correct double-quoting.
7037 (all): Remove stray semicolon.
7038 (local-distclean): Don't handle multilib.tmp and multilib.out.
7039 (install.all): Set $s for consistency.
7040 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
7041 check_multilibs setting. Always make the install directory.
7042 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7043 Correct @if/@endif.
7044 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7045 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7046 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7047 (multilib.out): Remove.
7048 * Makefile.in: Regenerated.
7049
7050 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
7051
7052 * MAINTAINERS (Write After Approval): Add myself.
7053
7054 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
7055
7056 * MAINTAINERS: Add myself as mt maintainer.
7057
7058 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
7059
7060 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
7061
7062 * MAINTAINERS: Change email address.
7063
7064 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
7065
7066 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7067 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7068 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
7069 Find in-tree tools if available.
7070 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7071 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7072 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7073 (COMPILER_*_FOR_TARGET): New.
7074 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7075 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7076 (CONFIGURED_*, USUAL_*): Remove.
7077 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7078 STRIP): Use autoconf substitutions.
7079 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7080 COMPILER_NM_FOR_TARGET): New.
7081 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7082
7083 (all): Make all-host and all-target in parallel.
7084 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7085 that $$r and $$s are set before invoking a recursive make.
7086 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7087 ([+bootstrap-target+]): Inline most of the `all' target.
7088
7089 2005-11-29 Ben Elliston <bje@au.ibm.com>
7090
7091 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7092 from the gcc build directory.
7093 * Makefile.in: Regenerate.
7094
7095 2005-11-29 Ben Elliston <bje@au.ibm.com>
7096
7097 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
7098 depend on all-libdecnumber.
7099 * configure.in (host_libs): Include libdecnumber.
7100 * Makefile.in: Regenerate.
7101 * configure: Likewise.
7102
7103 2005-11-29 Ben Elliston <bje@au.ibm.com>
7104
7105 * libdecnumber: Import decNumber sources from the dfp-branch.
7106
7107 2005-11-21 Kean Johnston <jkj@sco.com>
7108
7109 * config.sub, config.guess: Sync from upstream sources.
7110
7111 2005-11-21 Ben Elliston <bje@au.ibm.com>
7112
7113 Import from Autoconf sources:
7114
7115 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
7116 * config/move-if-change: Don't output "$2 is unchanged";
7117 suggested by Ben Elliston. Handle weird characters correctly.
7118
7119 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
7120
7121 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7122 to match upstream libtool for darwin.
7123
7124 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
7125
7126 * Makefile.def: Remove gdb dependencies for gdbtk.
7127 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7128 (configure-gdb, install-gdb): New rules.
7129 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7130 * Makefile.in, configure: Regenerated.
7131
7132 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
7133
7134 * MAINTAINERS (Write After Approval): Add myself.
7135
7136 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
7137
7138 * MAINTAINERS (Write After Approval): Add myself.
7139
7140 2005-10-24 Diego Novillo <dnovillo@redhat.com>
7141
7142 * MAINTAINERS (alias analysis): Add Daniel Berlin and
7143 Diego Novillo.
7144
7145 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
7146
7147 PR bootstrap/24297
7148 * Makefile.tpl (do-[+make-target+], do-check, install,
7149 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7150 are set before recursing.
7151 * Makefile.in: Regenerate.
7152
7153 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
7154
7155 PR bootstrap/18939
7156 * Makefile.def (gcc) <target>: Fix thinko.
7157 * Makefile.in: Regenerate.
7158
7159 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
7160
7161 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7162 * configure: Regenerate.
7163
7164 2005-10-15 Jie Zhang <jie.zhang@analog.com>
7165
7166 * MAINTAINERS (Write After Approval): Add self.
7167
7168 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
7169
7170 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
7171 target-libffi, target-qthreads, target-libjava, and
7172 targetlibobjc.
7173 * configure: Regenerate.
7174
7175 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
7176
7177 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
7178 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
7179 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
7180 (USUAL_OBJDUMP_FOR_TARGET): New.
7181 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
7182 * configure.in: Check for $OBJDUMP_FOR_TARGET.
7183 * configure, Makefile.in: Regenerated.
7184
7185 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
7186
7187 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
7188 before other host packages.
7189
7190 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
7191
7192 * MAINTAINERS: Add self as sh libraries/configury maintainer.
7193
7194 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
7195
7196 PR bootstrap/22340
7197
7198 * configure.in (default_target): Remove.
7199 * Makefile.tpl (all): Do not use prerequisites as subroutines
7200 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
7201 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
7202 use prerequisites as subroutines.
7203 (check-host, check-target): New.
7204 (bootstrap configure & all targets): Do not use stage*-start
7205 if the directory layout is already ok.
7206 (non-bootstrap configure & all targets): Prepend a $(unstage).
7207 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
7208 (NOTPARALLEL): Remove.
7209 (unstage, stage variables): New variables.
7210 (unstage, stage targets): Simply expand to those variables.
7211
7212 * configure: Regenerate.
7213 * Makefile.in: Regenerate.
7214
7215 2005-10-04 James E Wilson <wilson@specifix.com>
7216
7217 * Makefile.def (lang_env_dependencies): Add libmudflap.
7218 * Makefile.in: Regenerate.
7219
7220 2005-10-03 Andreas Schwab <schwab@suse.de>
7221
7222 Backport from libtool CVS:
7223 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
7224
7225 * ltmain.sh: add support for installing into temporary
7226 staging area (e.g. 'make install DESTDIR=...')
7227
7228 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
7229
7230 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
7231 * configure: Regenerated.
7232
7233 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
7234
7235 * configure: Regenerate with the correct
7236 autoconf version.
7237
7238 2005-09-30 Catherine Moore <clm@cm00re.com>
7239
7240 * configure.in (bfin-*-*): New.
7241 * configure: Regenerated.
7242
7243 2005-09-28 Geoffrey Keating <geoffk@apple.com>
7244
7245 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
7246 (LIPO_FOR_TARGET): New.
7247 (CONFIGURED_LIPO_FOR_TARGET): New.
7248 (USUAL_LIPO_FOR_TARGET): New.
7249 (STRIP_FOR_TARGET): New.
7250 (CONFIGURED_STRIP_FOR_TARGET): New.
7251 (USUAL_STRIP_FOR_TARGET): New.
7252 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
7253 STRIP_FOR_TARGET.
7254 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
7255 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
7256 * Makefile.in: Regenerate.
7257 * configure: Regenerate.
7258
7259 2005-09-19 David Edelsohn <edelsohn@gnu.org>
7260
7261 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
7262 (rs6000-*-aix*): Same.
7263 * configure: Regenerate.
7264
7265 2005-09-16 Tom Tromey <tromey@redhat.com>
7266
7267 * MAINTAINERS: Add self as java maintainer.
7268
7269 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7270
7271 * configure.in: Recognize f95 in the --enable-languages option,
7272 and substitute it for fortran, issuing a warning.
7273 * configure: Regenerate.
7274
7275 2005-08-30 Phil Edwards <phil@codesourcery.com>
7276
7277 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
7278 * configure: Regenerated.
7279
7280 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
7281
7282 * MAINTAINERS: Add self as ms1 maintainer.
7283
7284 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
7285
7286 * Makefile.def (libssp): Add to lang_env_dependencies.
7287 * Makefile.in: Regenerate.
7288
7289 2005-08-18 Ian Lance Taylor <ian@airs.com>
7290
7291 * MAINTAINERS: Add myself as middle-end maintainer.
7292
7293 2005-08-17 Christian Groessler <chris@groessler.org>
7294
7295 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
7296 * Makefile.in: Regenerate.
7297
7298 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
7299
7300 * MAINTAINERS (write after approval): Added myself.
7301
7302 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
7303
7304 * MAINTAINERS (Write After Approval): Add myself.
7305
7306 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
7307
7308 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
7309 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
7310 Look for alternate names of the target cc and c++
7311 * configure: Regenerate.
7312
7313 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
7314
7315 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7316 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
7317 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
7318 tools; remove code to manually set them.
7319 (Target tools): Look in the environment for them.
7320 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7321 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
7322 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
7323 build directory.
7324 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
7325 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
7326 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
7327 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7328 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
7329 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
7330 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
7331 * configure: Regenerate.
7332 * Makefile.in: Regenerate.
7333
7334 2005-07-28 Ben Elliston <bje@au.ibm.com>
7335
7336 * MAINTAINERS: Update for removed CPU targets.
7337
7338 2005-07-27 Mark Mitchell <mark@codesourcery.com>
7339
7340 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7341 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
7342 * Makefile.in: Regenerated.
7343
7344 2005-07-26 Mark Mitchell <mark@codesourcery.com>
7345
7346 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
7347 (CFLAGS_FOR_TARGET): Use it.
7348 (CXXFLAGS_FOR_TARGET): Likewise.
7349 * Makefile.in: Regenerated.
7350 * configure.in (--with-build-sysroot): New option.
7351 * configure: Regenerated.
7352
7353 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
7354
7355 * Makefile.tpl: Wrap install between unstage and stage
7356 * Makefile.in: Regenerate.
7357
7358 2005-07-21 Eric Christopher <echristo@apple.com>
7359
7360 * MAINTAINERS: Update affiliation.
7361
7362 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
7363
7364 * MAINTAINERS: Add self as crx port maintainer.
7365
7366 2005-07-20 DJ Delorie <dj@redhat.com>
7367
7368 * MAINTAINERS: Add self as m32c maintainer.
7369
7370 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
7371
7372 * all files: Update FSF address.
7373
7374 2005-07-15 Eric Christopher <echristo@redhat.com>
7375
7376 * MAINTAINERS: Change affiliation.
7377
7378 2005-07-14 Jim Blandy <jimb@redhat.com>
7379
7380 * configure.in: Add cases for Renesas m32c.
7381 * configure: Regenerated.
7382
7383 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
7384
7385 * COPYING.LIB: Update from fsf.org.
7386
7387 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
7388
7389 * COPYING, compile, config.guess,
7390 config.sub, install-sh, missing, mkinstalldirs,
7391 symlink-tree, ylwrap: Sync from upstream sources.
7392 * config-ml.in: Update FSF address.
7393
7394 2005-07-13 Eric Christopher <echristo@redhat.com>
7395
7396 * configure.in: Add toplevel noconfigdir support for tpf.
7397 * configure: Regenerate.
7398
7399 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
7400
7401 PR ada/22340
7402
7403 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
7404 * Makefile.in: Regenerate.
7405
7406 2005-07-07 Mark Mitchell <mark@codesourcery.com>
7407
7408 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7409 Brolley to write-after-approval.
7410
7411 2005-07-07 Andreas Schwab <schwab@suse.de>
7412
7413 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
7414 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
7415 * Makefile.in: Regenerated.
7416
7417 2005-07-06 Geoffrey Keating <geoffk@apple.com>
7418
7419 * configure.in: Don't build sim or rda when targetting darwin.
7420 * configure: Regenerate.
7421
7422 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
7423
7424 * configure.in: Add --enable-libssp and --disable-libssp.
7425 * configure: Regenerate with autoconf-2.13.
7426
7427 2005-07-02 Jakub Jelinek <jakub@redhat.com>
7428
7429 * Makefile.def (target_modules): Add libssp.
7430 * configure.in (target_libraries): Add target-libssp.
7431 * configure: Rebuilt.
7432 * Makefile.in: Rebuilt.
7433
7434 2005-07-01 Zack Weinberg <zackw@panix.com>
7435
7436 * MAINTAINERS: Change email address. Resign from maintainership.
7437
7438 2005-07-01 Richard Guenther <rguenther@suse.de>
7439
7440 * MAINTAINERS: Change my e-mail address and affiliation.
7441
7442 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
7443
7444 * Makefile.def (stagefeedback): Come after profile.
7445 Define profiledbootstrap target.
7446 * Makefile.tpl (profiledbootstrap): Remove.
7447 (stageprofile-end): Zap stagefeedback.
7448 (stagefeedback-start): Copy all .gcda files, not only GCC's.
7449 * Makefile.in: Regenerate.
7450
7451 2005-06-13 Richard Sandiford <richard@codesourcery.com>
7452
7453 * MAINTAINERS: Update my email address.
7454
7455 2005-06-13 Zack Weinberg <zack@codesourcery.com>
7456
7457 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
7458 In 'cpp' stanza, support '#line' as well as '# '.
7459
7460 2005-06-08 Andreas Schwab <schwab@suse.de>
7461
7462 * MAINTAINERS: Move myself from 'Write After Approval' to
7463 'CPU Port Maintainers' section as m68k maintainer.
7464
7465 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
7466
7467 * configure.in (unsupported_languages): New macro.
7468 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
7469 non-ported target libraries in noconfigdirs.
7470 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
7471 non-linux-gnu. Remove libgcj_ex_libffi.
7472 <lang_frag loop>: Set add_this_lang=no if the language is in
7473 unsupported_languages.
7474 * configure: Regenerate.
7475
7476 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
7477
7478 * configure.in: Fix typo in handling of --with-mpfr-dir.
7479 * configure: Regenerate.
7480
7481 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
7482
7483 * MAINTAINERS: Update my email address.
7484
7485 2005-06-02 Jim Blandy <jimb@redhat.com>
7486
7487 * config.sub: Add cases for the Renesas m32c. (This patch has been
7488 accepted into the master sources.)
7489
7490 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
7491 Michael Snyder <msnyder@redhat.com>
7492 Stan Cox <scox@redhat.com>
7493
7494 * configure.in: Set noconfigdirs for ms1.
7495
7496 * configure: Regenerate.
7497
7498 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
7499
7500 * MAINTAINERS (Write After Approval): Add self.
7501
7502 2005-06-01 Josh Conner <jconner@apple.com>
7503
7504 * MAINTAINERS (Write After Approval): Add self.
7505
7506 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
7507
7508 * MAINTAINERS: Update my email address.
7509
7510 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
7511
7512 * MAINTAINERS (Write After Approval): Add self.
7513
7514 2005-05-26 Chris Demetriou <cgd@broadcom.com>
7515
7516 * MAINTAINERS (Write After Approval): Remove self.
7517
7518 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
7519
7520 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
7521 (Dependencies): Consider target modules for bootstrap dependencies.
7522 Make target bootstrap modules depend on each stage's gcc.
7523 * Makefile.in: Regenerate.
7524
7525 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
7526
7527 * Makefile.def (configure-gcc): Depend on binutils having been built.
7528 (all-gcc): No need to do it here.
7529 * Makefile.in: Regenerate.
7530
7531 2005-05-19 Paul Brook <paul@codesourcery.com>
7532
7533 * configure.in: Rewrite misleading error message when requested
7534 language cannot be built.
7535 * configure: Regenerate.
7536
7537 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7538
7539 * ylwrap: Import from Automake 1.9.5.
7540
7541 2005-05-13 David Ung <davidu@mips.com>
7542
7543 * MAINTAINERS (Write After Approval): Add self.
7544
7545 2005-05-09 Mike Stump <mrs@apple.com>
7546
7547 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
7548 lt_cv_sys_max_cmd_len for now.
7549
7550 2005-05-09 Stan Cox <scox@redhat.com>
7551
7552 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
7553
7554 2005-05-08 Matt Kraai <kraai@ftbfs.org>
7555
7556 * README.SCO: Update the URL.
7557
7558 2005-05-05 David Edelsohn <edelsohn@gnu.org>
7559
7560 * ltconfig: Define file_list_spec. Pass file_list_spec and
7561 with_gnu_ld to libtool.
7562 * ltcf-c.sh (aix[45]): Define file_list_spec.
7563 * ltcf-cxx.sh (aix[45]): Same.
7564 * ltcf-gcj.sh (aix[45]): Same.
7565 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
7566 exists, write list of input files to temporary file.
7567
7568 2005-05-04 Mike Stump <mrs@apple.com>
7569
7570 * configure.in: Always pass --target to target configures as
7571 otherwise rebuilds that do --recheck will fail.
7572 * confiugure: Rebuilt.
7573
7574 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
7575
7576 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
7577 STAGE_HOST_EXPORTS.
7578 (configure, all): Add bootstrap support.
7579 (Host modules, target modules): Pass post-stage1 flags and exports.
7580 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
7581 * Makefile.in: Regenerate.
7582
7583 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
7584
7585 * configure: Regenerate.
7586
7587 2005-04-27 Mike Stump <mrs@apple.com>
7588
7589 * MAINTAINERS: Add self as darwin maintainer.
7590
7591 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
7592
7593 * config.sub: Update from master copy.
7594
7595 2005-04-21 Mike Stump <mrs@apple.com>
7596
7597 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
7598 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
7599
7600 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
7601
7602 * configure.in <crisv32-*-*, cris-*-*>: New local variable
7603 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
7604 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
7605 "*-*-elf" and "*-*-linux*".
7606 * configure: Regenerate.
7607
7608 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
7609
7610 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
7611
7612 2005-04-12 Mike Stump <mrs@apple.com>
7613
7614 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
7615
7616 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
7617
7618 * MAINTAINERS (Write After Approval): Add myself.
7619
7620 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
7621
7622 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
7623
7624 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
7625
7626 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
7627 (TARGET_CONFIGARGS): Include --with-target-subdir.
7628 (configure, all): New macros. Use them throughout.
7629 * Makefile.in: Regenerate.
7630
7631 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
7632
7633 * MAINTAINERS (Write After Approval): Add myself.
7634
7635 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7636
7637 * MAINTAINERS: Remove 'loop unrolling' maintainer.
7638
7639 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
7640
7641 * MAINTAINERS: Move John Carr to Write After Approval.
7642
7643 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
7644
7645 * config/mh-mingw32: Delete.
7646 * configure.in: Don't use it.
7647 * configure: Regenerate.
7648
7649 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
7650
7651 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
7652 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
7653 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
7654 (HOST_LIB_PATH): Generate from Makefile.def.
7655 (TARGET_LIB_PATH): Likewise.
7656 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
7657 * Makefile.in: Regenerate.
7658 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
7659 (RPATH_ENVVAR): Include Darwin case.
7660 * configure: Regenerate.
7661
7662 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
7663
7664 * MAINTAINERS (Various Maintainers): Remove self.
7665 (Write After Approval): Add self.
7666
7667 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
7668
7669 * MAINTAINERS (Various Maintainers): Add self.
7670
7671 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
7672
7673 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
7674 * configure: Regenerate.
7675
7676 2005-03-21 Zack Weinberg <zack@codesourcery.com>
7677
7678 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
7679 gcc_version, and gcc_version_trigger from set of flags to pass.
7680 * Makefile.tpl: Remove definitions of above variables.
7681 (config.status): Remove dependency on $(gcc_version_trigger).
7682 * Makefile.in: Regenerate.
7683 * configure.in: Do not reference config/gcc-version.m4 nor
7684 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
7685 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
7686 * configure: Regenerate.
7687
7688 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
7689 Andrew Pinski <pinskia@physics.uc.edu>
7690
7691 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
7692 * Makefile.in: Regenerate.
7693
7694 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
7695
7696 * MAINTAINERS (Write After Approval): Add myself.
7697
7698 2005-03-03 David Ayers <d.ayers@inode.at>
7699
7700 * MAINTAINERS (Write After Approval): Add myself.
7701
7702 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
7703
7704 PR libgcj/20160
7705 * ltmain.sh: Avoid creating archives with components that have
7706 duplicate basenames.
7707
7708 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
7709
7710 PR bootstrap/20250
7711 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
7712 instead of check.
7713 * Makefile.in: Regenerate.
7714
7715 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
7716
7717 * Makefile.in: Regenerate to fix conflict between the previous two
7718 patches.
7719
7720 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
7721
7722 PR bootstrap/17383
7723 * Makefile.def (target_modules): Remove "stage", now unnecessary.
7724 * Makefile.tpl (HOST_SUBDIR): New substitution.
7725 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
7726 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7727 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
7728 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
7729 (Host modules, Bootstrapped modules): Use it.
7730 (Build modules, Target modules): Do not create symlink trees,
7731 always configure out-of-srcdir.
7732 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
7733 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
7734 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
7735 $(HOST_SUBDIR). Create a symlink for host_subdir.
7736
7737 * Makefile.in: Regenerate.
7738 * configure: Regenerate.
7739
7740 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7741
7742 Merged from libada-gnattools-branch:
7743 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
7744
7745 * gnattools: New directory.
7746 * Makefile.def: Add gnattools as a module, depending on target-libada.
7747 * Makefile.in: Regenerate.
7748 * configure.in: Include gnattools in host_tools; disable it if ada
7749 is disabled.
7750 * configure: Regenerate.
7751
7752 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
7753
7754 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
7755 treelang maintainer.
7756 (Write After Approval): Remove myself.
7757
7758 2005-02-23 Paul Schlie <schlie@comcast.net>
7759
7760 * configure.in: Allow darwin targeted ports to build tk, itcl and
7761 libgui.
7762 * configure: Regenerate.
7763
7764 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
7765
7766 PR libgcj/10353
7767 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
7768 * configure: Regenerate.
7769
7770 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
7771
7772 * MAINTAINERS (Write After Approval): Add myself.
7773
7774 2005-02-10 Ian Lance Taylor <ian@airs.com>
7775
7776 * MAINTAINERS: Update my e-mail address.
7777
7778 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
7779
7780 * MAINTAINERS (Write After Approval): Add myself.
7781
7782 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
7783
7784 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
7785 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
7786 target-libgloss when not *-*-elf and *-*-aout.
7787 * configure: Regenerate.
7788
7789 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
7790
7791 * MAINTAINERS: Remove obsolete entries.
7792
7793 * MAINTAINERS (Write After Approval): Add Michael Matz.
7794
7795 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
7796
7797 * MAINTAINERS: Remove self as cpplib maintainer.
7798
7799 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
7800
7801 * install-sh, config.sub: Import from upstream.
7802
7803 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
7804
7805 PR bootstrap/18222
7806 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
7807 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
7808 * Makefile.in: Regenerate.
7809
7810 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
7811
7812 * MAINTAINERS: Update my email address.
7813
7814 2005-01-12 David Edelsohn <edelsohn@gnu.org>
7815 Andreas Schwab <schwab@suse.de>
7816
7817 PR bootstrap/18033
7818 * config-ml.in: Eval option if surrounded by single quotes.
7819
7820 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
7821
7822 Revert 2004-12-28 Makefile changes, a better fix will be
7823 applied to mainline and src after GCC 4.0 branches.
7824
7825 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
7826
7827 PR bootstrap/17383
7828
7829 * Makefile.def (target_modules): Remove stage parameter,
7830 it is always true now.
7831 * Makefile.tpl (configure-build-[+module+],
7832 configure-target-[+module+]): Always build symlink tree
7833 for the directory and for include. BUILD_SUBDIR and
7834 TARGET_SUBDIR cannot be . anymore.
7835 * Makefile.in: Regenerate.
7836
7837 2004-12-25 David Edelsohn <edelsohn@gnu.org>
7838
7839 Revert 2004-12-08 Makefile changes.
7840
7841 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
7842
7843 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
7844 cygwin, mingw.
7845
7846 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
7847
7848 * configure.in (sh64-*-*): Reenable gprof.
7849 * configure: Regenerate.
7850
7851 2004-12-08 David Edelsohn <edelsohn@gnu.org>
7852
7853 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
7854 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
7855 (EXTRA_TARGET_FLAGS): Add PICFLAG.
7856 * Makefile.in: Regenerate.
7857
7858 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
7859
7860 * MAINTAINERS: Update my email address.
7861
7862 2004-12-07 Matt Kraai <kraai@ftbfs.org>
7863
7864 * Makefile.tpl: Generate normal dependencies if the LHS module is
7865 not bootstrapped.
7866 * Makefile.in: Regenerate.
7867
7868 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
7869
7870 * configure.in: Include config/gxx-include-dir.m4. Use
7871 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
7872 * configure: Regenerate.
7873
7874 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
7875
7876 * config.if: Delete.
7877 * configure.in: Set libstdcxx_incdir directly.
7878 * configure: Regenerate.
7879
7880 2004-12-02 Eric Christopher <echristo@redhat.com>
7881
7882 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
7883 * Makefile.in: Regenerate.
7884
7885 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
7886
7887 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
7888 * configure: Regenerate.
7889
7890 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
7891
7892 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
7893 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
7894 * configure: Regenerate.
7895
7896 2004-12-01 Eric Christopher <echristo@redhat.com>
7897
7898 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
7899 of things to remove.
7900
7901 2004-11-29 Matt Kraai <kraai@ftbfs.org>
7902
7903 * MAINTAINERS (Write After Approval): Update my e-mail address.
7904
7905 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
7906
7907 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
7908 from CVS libtool to always pass_all.
7909
7910 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7911
7912 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
7913 (hppa*64*-*-*): Delete incorrect comment.
7914 * configure: Rebuilt.
7915
7916 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
7917
7918 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
7919
7920 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
7921
7922 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
7923 from CVS libtool to always pass_all.
7924
7925 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
7926
7927 * install-sh, compile: Import from automake.
7928
7929 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
7930
7931 * config.guess, config.sub: Import from savannnah.
7932
7933 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
7934
7935 * MAINTAINERS (Write After Approval): Add myself
7936
7937 2004-11-12 Mike Stump <mrs@apple.com>
7938
7939 * Makefile.def: Add html support.
7940 * Makefile.tpl: Likewise.
7941 * Makefile.in: Regenerate.
7942
7943 2004-11-11 Geoffrey Keating <geoffk@apple.com>
7944
7945 PR 18423
7946 * configure.in: Remove all instances of build-fixincludes from
7947 noconfigdirs.
7948 (build_configargs): Supply --target to subdirectories.
7949 * configure: Regenerate.
7950
7951 * Makefile.def: Make gcc install depend on fixincludes install.
7952 * Makefile.in: Regenerate.
7953
7954 2004-11-10 Janis Johnson <janis187@us.ibm.com>
7955
7956 * MAINTAINERS: Add myself as gcc testsuite maintainer.
7957
7958 2004-11-11 Paul Brook <paul@codesourcery.com>
7959
7960 * MAINTAINERS: Add self as arm maintainer. Update email address.
7961
7962 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
7963
7964 * configure.in (noconfigdirs) [mmix-*-*]: Disable
7965 target-libgfortran.
7966 * configure: Regenerate.
7967
7968 2004-11-07 David Edelsohn <edelsohn@gnu.org>
7969
7970 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
7971 like CC.
7972
7973 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
7974
7975 * Makefile.def (host fixincludes): Specify missing targets.
7976 * Makefile.in: Regenerate.
7977
7978 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
7979
7980 * MAINTAINERS: Add myself
7981
7982 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
7983
7984 * MAINTAINERS (Write After Approval): Add myself.
7985
7986 2004-11-04 Geoffrey Keating <geoffk@apple.com>
7987
7988 * Makefile.def: Build fixincludes for the host, too.
7989 * Makefile.in: Regenerate.
7990 * configure.in (host_tools): Add fixincludes.
7991 * configure: Regenerate.
7992
7993 2004-11-04 Daniel Jacobowitz <dan@debian.org>
7994
7995 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
7996 * configure: Regenerated.
7997
7998 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
7999
8000 PR other/17783
8001 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
8002 * configure: Regenerated.
8003
8004 2004-10-31 Mark Mitchell <mark@codesourcery.com>
8005
8006 * README.SCO: Update per FSF instructions.
8007
8008 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
8009
8010 PR target/18151
8011 * configure.in (case ${target}): Do not build fixincludes for avr.
8012 * configure: Regenerated.
8013
8014 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
8015
8016 * configure.in (case ${target}): Do not build fixincludes
8017 on platforms where it is not used.
8018 * configure: Regenerated.
8019
8020 2004-10-23 Daniel Jacobowitz <dan@debian.org>
8021
8022 * configure.in: Use an absolute path to install-sh.
8023 * configure: Regenerated.
8024
8025 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
8026
8027 * MAINTAINERS (Write After Approval): Add myself.
8028
8029 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
8030
8031 * MAINTAINERS: Remove from Write After Approval those that are
8032 already maintainers.
8033
8034 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
8035
8036 * MAINTAINERS: Update my email address.
8037
8038 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
8039
8040 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
8041 * configure: Regenerate.
8042
8043 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
8044
8045 * MAINTAINERS: Update my email address.
8046
8047 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
8048
8049 * MAINTAINERS (Language Front Ends Maintainers): New. Move
8050 entries belonging to this category.
8051
8052 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
8053
8054 * MAINTAINERS: Update my e-mail address.
8055
8056 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
8057
8058 Fix wrong conflict resolution in:
8059
8060 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
8061
8062 * Makefile.in: Regenerate.
8063 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8064 in the recursive `make', instead of hardwiring `all'.
8065 (Autogenerated TARGET-* variables): New.
8066
8067 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
8068
8069 * configure.in: Enable target-libgloss for crx-*-*.
8070 * configure: Regenerate.
8071
8072 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8073
8074 * MAINTAINERS (Various Maintainers): Move the "windows,
8075 cygwin, mingw" maintainer to ...
8076 (OS Port Maintainers): ... here.
8077
8078 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8079
8080 * MAINTAINERS (Write After Approval): Remove those that are
8081 maintainers of some subsystem.
8082
8083 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
8084
8085 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8086 * ltcf-cxx.sh (tpf*): Likewise.
8087 * ltconfig (tpf*): Add TPF OS configuration support.
8088
8089 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
8090
8091 * MAINTAINERS: Change my email address to my new work account.
8092
8093 2004-09-24 Michael Roth <mroth@nessie.de>
8094
8095 * configure.in (--without-headers): Add missing double quotes.
8096 * configure: Regenerate.
8097
8098 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
8099
8100 * ylwrap: Revert to previous version.
8101
8102 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
8103
8104 PR bootstrap/17369
8105 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8106 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8107 SET_GCC_LIB_PATH_CMD.
8108 (BASE_TARGET_EXPORTS): Likewise.
8109 * Makefile.in: Regenerated.
8110
8111 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8112 * configure: Regenerated.
8113
8114 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
8115
8116 * config.guess: New upstream version
8117 * compile, depcomp, install-sh, ylwrap: Likewise.
8118
8119 2004-09-19 Roger Sayle <roger@eyesopen.com>
8120
8121 * config/mh-x86omitfp: New host makefile fragment. Add
8122 -fomit-frame-pointer to the default BOOT_CFLAGS.
8123 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8124 * configure: Regenerate.
8125
8126 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
8127
8128 PR target/11572
8129 * configure.in (*-*-darwin*): Renable libobjc.
8130 * configure: Regenerate.
8131
8132 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
8133
8134 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8135
8136 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
8137
8138 * Makefile.def: Remove libbanshee.
8139 * Makefile.tpl: Ditto.
8140 * configure.in: Ditto.
8141 * Makefile.in: Regen.
8142 * configure: Ditto.
8143
8144 2004-09-08 David Edelsohn <edelsohn@gnu.org>
8145
8146 * ltmain.sh: Use $pic_object as $non_pic_object if
8147 $non_pic_object=none.
8148
8149 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
8150
8151 * missing: Import latest version from master repository.
8152
8153 2004-09-06 Nick Clifton <nickc@redhat.com>
8154
8155 * config.sub: Import latest version from master repository.
8156 * config.guess: Likewise.
8157 This includes these changes:
8158
8159 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
8160
8161 * config.sub: Handle crisv32, alias etraxfs.
8162 * config.guess (crisv32:Linux:*:*): Handle.
8163
8164 2004-08-13 Brad Smith <brad@comstyle.com>
8165
8166 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
8167 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
8168
8169 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
8170
8171 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
8172 assume the processor is a powerpc. This is because coreutils
8173 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
8174 in this case, due to a MacOS X bug that causes
8175 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
8176 to return a negative number.
8177 Problem reported by Petter Reinholdtsen in:
8178 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
8179
8180 2004-07-19 Ben Elliston <bje@gnu.org>
8181
8182 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
8183
8184 2004-06-24 Ben Elliston <bje@gnu.org>
8185
8186 * config.guess: Update copyright years.
8187 * config.sub: Likewise.
8188
8189 2004-06-22 Robert Millan <robertmh@gnu.org>
8190
8191 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
8192 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
8193
8194 2004-06-22 Stanley F. Quayle <stan@stanq.com>
8195
8196 * config.guess (*:*VMS:*:*): New entry. Replaces
8197 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
8198 manufacturer.
8199
8200 2004-06-22 Ben Elliston <bje@gnu.org>
8201
8202 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
8203 * config.sub: Likewise.
8204
8205 2004-06-22 Ben Elliston <bje@gnu.org>
8206
8207 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
8208 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
8209
8210 2004-06-11 Ben Elliston <bje@gnu.org>
8211
8212 * config.guess (pegasos:OpenBSD:*:*): Remove.
8213
8214 2004-06-11 Ben Elliston <bje@gnu.org>
8215
8216 From Wouter Verhelst <wouter@grep.be>:
8217 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
8218
8219 2004-06-11 Ben Elliston <bje@gnu.org>
8220
8221 * config.guess (luna88k:OpenBSD:*:*): New.
8222
8223 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
8224
8225 * config.guess (m32r*:Linux:*:*): New case.
8226 * config.sub: Handle m32rle.
8227
8228 2004-03-12 Ben Elliston <bje@wasabisystems.com>
8229
8230 From Jens Petersen <petersen@redhat.com>:
8231 * config.sub: Handle sparcv8.
8232
8233 2004-03-03 Ben Elliston <bje@wasabisystems.com>
8234
8235 From Tom Smith <smith@cag.lkg.hp.com>:
8236 * config.guess: Version suffixes are equally significant on Tru64
8237 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
8238 prefix of "P" (patched kernel).
8239
8240 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
8241
8242 * config.sub: Add support for National Semiconductor CRX target.
8243
8244 2004-09-03 Janis Johnson <janis187@us.ibm.com>
8245
8246 * MAINTAINERS (Various Maintainers): Remove myself as web page
8247 maintainer, add myself as maintainer of build status lists.
8248
8249 2004-09-03 Jan Beulich <jbeulich@novell.com>
8250
8251 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
8252 *-*-netware, but add target-libmudflap.
8253 Consolidate *-*-netware targets (of which really only i?86 exists)
8254 into a single entry.
8255 * configure: Likewise.
8256
8257 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
8258
8259 * Makefile.tpl (sorry): Remove.
8260 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
8261 (cleanstrap targets): Depend on distclean, not distclean-stage1.
8262 (do-clean): Clean per-stage directories too.
8263 (do-distclean): Run distclean-stage1 too.
8264 (.NOTPARALLEL): Enable during toplevel bootstrap.
8265 (stage[+id+]-bubble): Enable parallel execution during
8266 the recursive invocation.
8267 * Makefile.in: Regenerate.
8268
8269 Fix previous checkin:
8270
8271 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
8272 include.
8273 * configure.in: Fix indentation.
8274 * configure: Regenerate.
8275
8276 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
8277
8278 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
8279 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
8280 * configure: regenerate
8281 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
8282 -mdynamic-no-pic
8283
8284 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
8285
8286 * Makefile.def (build_modules): Add fixincludes.
8287 (dependencies): Make gcc depend on fixincludes.
8288 * configure.in (build_tools): Add fixincludes.
8289 (build_configdirs): Always include build_libs.
8290 * Makefile.in: Regenerate.
8291 * configure: Regenerate.
8292
8293 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
8294
8295 * Makefile.def (bootstrap stages): Add 'lean' parameter.
8296 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
8297 phony targets; do not generate timestamp files.
8298 (distclean-stageN): Remove references to their timestamp files.
8299 (restageN, touch-stageN): Remove.
8300 (stageN-bubble): Rewritten.
8301 (compare): Support lean bootstraps.
8302 * Makefile.in: Regenerate.
8303
8304 * configure.in: Only warn when bootstrapping but
8305 build != host or build != target. Support lean bootstraps.
8306 * configure: Regenerate.
8307
8308 2004-08-26 Phil Edwards <phil@codesourcery.com>
8309
8310 * configure.in: Give a better error message if GMP/MPFR are missing
8311 and a language needing them has been requested.
8312 * configure: Regenerated.
8313
8314 2004-08-25 Phil Edwards <phil@codesourcery.com>
8315
8316 * configure.in: Print a list of available language front-ends if
8317 a requested one is missing. Tidy stray tab characters.
8318 * configure: Regenerated.
8319
8320 2004-08-19 Michael Koch <konqueror@gmx.de>
8321
8322 * gcc/doc/install.texi: Update entry about automake for libjava.
8323
8324 2004-08-17 Robert Millan <robertmh@gnu.org>
8325
8326 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
8327 (instead of FreeBSD).
8328 * configure: Regenerate.
8329
8330 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
8331
8332 * Makefile.in: Regenerate.
8333 * configure: Regenerate.
8334
8335 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
8336 stage_*_flags.
8337 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
8338 for bootstrapped modules if toplevel bootstrap is going.
8339 (GCC bootstrap): Generate per-stage targets for all bootstrapped
8340 modules. Adjust for changes in Makefile.def. Enable several
8341 rules even in non-bootstrap mode, just to avoid peppering the
8342 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
8343 (stage-[+prev+]-bubble): Remove.
8344
8345 * Makefile.def (Dependencies): Depend on all-build-bison,
8346 all-build-flex, all-build-byacc, all-build-texinfo, rather
8347 than the host variations.
8348 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
8349 with BUILD_SUBDIR.
8350 (BISON): Update for recent Bisons.
8351 (YACC): Fix typo.
8352 (cross): Depend on all-build.
8353 (all): Do not depend on all-build.
8354 (prebootstrap): Remove.
8355 (dep-kind): Accept separate prefixes for MODULE and ON variables.
8356 (Prebootstrap dependencies): Add them to the per-stage targets
8357 and to all-prebootstrap.
8358 * configure.in (build_configdirs): Always enable build_tools.
8359 (BUILD_DIR_PREFIX): Remove.
8360
8361 * Makefile.def (gcc): Add target variable.
8362 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
8363 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8364 in the recursive `make', instead of hardwiring `all'.
8365 (Autogenerated TARGET-* variables): New.
8366
8367 2004-08-13 Brian Booth <bbooth@redhat.com>
8368
8369 * MAINTAINERS: Remove myself from write-after-approval.
8370
8371 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
8372
8373 * src-release: Stop distributing mmalloc with gdb (which doesn't
8374 use it).
8375 * Makefile.def: GDB doesn't depend on mmalloc anymore.
8376 * Makefile.in: Regenerate.
8377
8378 2004-08-09 Mark Mitchell <mark@codesourcery.com>
8379
8380 * configure.in (arm*-*-eabi*): New target.
8381 * configure: Regenerate.
8382
8383 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
8384
8385 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
8386 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
8387 (Dependencies): New section.
8388 * Makefile.tpl (Dependencies): Generate from Makefile.def.
8389 (configure-target-[+module+]): Depend on maybe-all-gcc
8390 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
8391 (toplevel profiledbootstrap): Fix dependencies.
8392 * Makefile.in: Regenerate.
8393
8394 2004-08-03 Mark Mitchell <mark@codesourcery.com>
8395
8396 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
8397 target-libiberty to noconfigdirs.
8398 * configure: Regenerate.
8399
8400 2004-08-03 Paul Brook <paul@codesourcery.com>
8401
8402 * configure.in: Check for MPFR as well as GMP.
8403 * configure: Regenerate.
8404
8405 2004-08-01 Robert Millan <robertmh@gnu.org>
8406
8407 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
8408 libmudflap for all GNU-based systems (with Glibc).
8409 * configure: Regenerate.
8410
8411 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
8412
8413 * Makefile.def (host-modules): Add gcc.
8414 * Makefile.in: Regenerate.
8415 * Makefile.tpl (sorry): New rule.
8416 (configure-host, all-host, [+make_target+]-host, do-check,
8417 install-host): Do not add gcc as a special case.
8418 (host modules): Add a small special-casing for gcc. Export
8419 extra_make_flags through the environment.
8420 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
8421 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
8422 other recursive targets for gcc): Remove.
8423
8424 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
8425 (stage, unstage): New rules.
8426 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
8427 distclean-stage[+id+]): Use stage_current.
8428 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
8429 the stage*-start rules.
8430
8431 2004-08-02 Geoffrey Keating <geoffk@apple.com>
8432
8433 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
8434 use -all_load flag.
8435
8436 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
8437
8438 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
8439 * configure: Regenerate.
8440
8441 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
8442
8443 * maintainer-scripts/gcc_release: Revert yesterday's change.
8444
8445 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
8446
8447 * MAINTAINERS: Add myself to write-after-approval.
8448
8449 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
8450
8451 * libf2c: Removed.
8452 * gcc/gccbug.in: Updated because of libf2c removal.
8453 * maintainer-scripts/gcc_release: Ditto.
8454
8455 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
8456
8457 * configure.in: Build libmudflap by default on FreeBSD.
8458 * configure: Regenerated.
8459
8460 2004-07-09 Mark Mitchell <mark@codesourcery.com>
8461
8462 * configure.in: Do not build libmudflap by default on non-GNU/Linux
8463 systems.
8464 * configure: Regenerated.
8465
8466 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8467
8468 PR target/16344
8469 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
8470 feedback based compiler.
8471 * Makefile.in: Rebuilt.
8472
8473 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
8474
8475 * Makefile.def (host_modules): Set bootstrap=true for flex.
8476 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
8477 * Makefile.in: Rebuilt.
8478
8479 2004-07-07 Jan Hubicka <jh@suse.cz>
8480
8481 * MAINTAINERS: Add self as a profile feedback maintainer.
8482
8483 2004-07-05 Phil Edwards <phil@codesourcery.com>
8484
8485 * configure.in: Do not prepend $srcdir to /dev/null in
8486 makefile fragments.
8487 * configure: Regenerate.
8488
8489 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
8490
8491 * Makefile.def (build_modules): Add bison, byacc, flex,
8492 m4, texinfo.
8493 (flags_to_pass): Add FLEX.
8494 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
8495 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
8496 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
8497 DEFAULT_MAKEINFO): Remove.
8498 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
8499 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
8500 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
8501 objdir or else use configured tool.
8502 (all-build): New.
8503 (all): Depend on it.
8504 (Build module dependencies): Add.
8505 * Makefile.in: Regenerate.
8506 * configure.in: Better support for multiple build modules,
8507 matching what is done for host/target modules. Do not look
8508 for "plausible" locations of build tools if Canadian cross.
8509 Use autoconf's AC_PROG_CC to find a C compiler. Define
8510 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
8511 * configure: Regenerate.
8512
8513 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
8514
8515 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
8516 * Makefile.in: Regenerate.
8517
8518 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
8519
8520 * Makefile.tpl (configure-build-[+module+],
8521 configure-[+module+], configure-target-[+module+]): Pass
8522 [+extra_configure_args+].
8523 (all-build-[+module+], all-[+module+], check-[+module+],
8524 install-[+module+], [+make_target+]-[+module+],
8525 all-target-[+module+], check-target-[+module+],
8526 install-target-[+module+], [+make_target+]-target-[+module+]):
8527 Pass [+extra_make_args+].
8528 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
8529 (GCC_HOST_EXPORTS): Remove.
8530 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
8531 cross, check-gcc, check-gcc-c++, install-gcc,
8532 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
8533 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
8534 * Makefile.in: Regenerate.
8535
8536 2004-06-21 Matthew Sachs <msachs@apple.com>
8537
8538 * MAINTAINERS: Added self to write-after-approval.
8539
8540 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
8541
8542 * configure.in: Check for srcdir/winsup rather than build directory
8543 winsup.
8544 * configure: Regenerate.
8545
8546 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
8547
8548 * configure.in: Don't build Cygwin native newlib if winsup
8549 directory is missing. Emit warning instead.
8550 * configure: Regenerate.
8551
8552 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
8553
8554 * Makefile.tpl (touch-stage[+id+]): New.
8555 (restage[+prev+]): Depend on touch-stage[+id+].
8556
8557 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
8558 Use it throughout.
8559
8560 * Makefile.def: Add profile and feedback bootstrap stages.
8561 Remove next field from bootstrap stages.
8562 * Makefile.tpl (LN, LN_S): Substitute.
8563 (stageN-start, stageN-end): Use double-colon rules, to
8564 provide a hook for additional setup commands.
8565 (distclean-stageN-gcc, restageN): Create dependencies from
8566 [+prev+], not from [+next+].
8567 (stageN-bubble): Add commands for successive stages from
8568 [+prev+], using double-colon rules.
8569 (all-stageN-gcc): Fix typo.
8570 (stagefeedback-start, profiledbootstrap): New.
8571 * Makefile.in: Regenerate.
8572 * configure.in: Call ACX_PROG_LN.
8573 * configure: Regenerate.
8574
8575 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
8576
8577 * MAINTAINERS (Write After Approval): Add myself.
8578
8579 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
8580
8581 * MAINTAINERS (Write After Approval): Add myself.
8582
8583 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
8584
8585 * configure.in: Fix --enable-bootstrap breakage introduced in trees
8586 without gcc.
8587 * configure: Regenerate.
8588
8589 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
8590
8591 * Makefile.tpl: Fix typo.
8592 * Makefile.in: Regenerate.
8593
8594 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
8595
8596 * configure.in: Remove new- prefix from toplevel
8597 bootstrap targets.
8598 * configure: Regenerate.
8599
8600 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
8601
8602 * Makefile.tpl (all.normal): Rename to all.
8603 (all): Replace with a rule to pick the default
8604 target from configure.
8605 (all-gcc, configure-gcc): Use conditionals to
8606 do nothing when toplevel bootstrap is going on.
8607 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
8608 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
8609 * configure.in: Support --enable-bootstrap.
8610
8611 * Makefile.def: Remove new- prefix from toplevel
8612 bootstrap targets.
8613 * Makefile.tpl: Likewise.
8614
8615 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
8616 target.
8617
8618 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
8619 $(RECURSE_FLAGS) to recursive invocation of make.
8620
8621 * Makefile.in: Regenerate.
8622 * configure: Regenerate.
8623
8624 2004-05-30 Andreas Jaeger <aj@suse.de>
8625 Jim Wilson <wilson@specifixinc.com>
8626
8627 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
8628 like CC.
8629
8630 2004-05-27 Daniel Jacobowitz <dan@debian.org>
8631
8632 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
8633 * configure: Regenerate.
8634
8635 2004-05-25 Daniel Jacobowitz <drow@false.org>
8636
8637 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
8638 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
8639 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
8640 targets.
8641 * Makefile.in: Regenerate.
8642
8643 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
8644
8645 * configure.in: Test the ability to symlink directories.
8646 * configure: Regenerate.
8647
8648 * Makefile.def (bootstrap-stage): New definitions.
8649 * Makefile.tpl (configure-stage1-gcc,
8650 configure-stage2-gcc, configure-stage3-gcc,
8651 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
8652 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
8653 new-restage3, compare): Autogenerate, see Makefile.in
8654 entry for behavioral changes.
8655 (distclean-stage1, new-stage1-start, new-stage1-end,
8656 new-stage1-bubble, distclean-stage2, new-stage2-start,
8657 new-stage2-end, new-stage2-bubble, distclean-stage3,
8658 new-stage3-start, new-stage3-end): New autogenerated targets.
8659 (objext, prebootstrap, BOOT_CFLAGS,
8660 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
8661 targets.
8662
8663 * Makefile.in: Regenerate.
8664 (distclean-stage1, new-stage1-start, new-stage1-end,
8665 new-stage1-bubble, distclean-stage2, new-stage2-start,
8666 new-stage2-end, new-stage2-bubble, distclean-stage3,
8667 new-stage3-start, new-stage3-end): New targets.
8668 (all-stage1-gcc): Move prebootstrap dependency from here...
8669 (configure-stage1-gcc): ...to here.
8670 (new-bootstrap): Use bubble targets.
8671 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8672 Use per-stage distclean targets.
8673 (configure-stage1-gcc, configure-stage2-gcc,
8674 configure-stage3-gcc, all-stage1-gcc,
8675 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
8676 Use new-stageN-start to prepare the tree.
8677
8678 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
8679
8680 * Makefile.def (host_modules): add libcpp.
8681 * Makefile.tpl: Add dependencies on and for libcpp.
8682 * Makefile.in: Regenerate.
8683 * configure.in: Add libcpp host module.
8684 * configure: Regenerate.
8685
8686 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
8687
8688 * Makefile.tpl: Whenever a recursive target is defined, wrap
8689 it in a special @if/@endif block, and prepare its maybe
8690 dependency in the @if/@endif block
8691 * configure.in: Instead of writing maybe dependencies, remove
8692 the @if/@endif statements, and remove the @if/@endif blocks
8693 that remain.
8694 * configure: Regenerate.
8695 * Makefile.in: Regenerate.
8696
8697 2004-05-20 Janis Johnson <janis187@us.ibm.com>
8698
8699 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
8700
8701 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
8702
8703 PR bootstrap/15120
8704 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
8705 * */configure: Rebuilt.
8706
8707 2004-05-17 Zack Weinberg <zack@codesourcery.com>
8708
8709 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
8710 of libf2c.
8711 * configure, Makefile.in: Regenerate.
8712
8713 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
8714
8715 * MAINTAINERS (Write After Approval): Add myself.
8716
8717 2004-05-13 Diego Novillo <dnovillo@redhat.com>
8718
8719 Merge from tree-ssa-20020619-branch.
8720
8721 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
8722 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
8723 (HOST_GMPLIBS): Define.
8724 (HOST_GMPINC): Define.
8725 (TARGET_LIB_PATH): Add libmudflap.
8726 (GFORTRAN_FOR_TARGET): Define.
8727 (configure-build*): Export GFORTRAN.
8728 (configure-gcc): Export GMPLIBS and GMPINC.
8729 (all-gcc): Add maybe-all-libbanshee.
8730 (configure-target-libgfortran): Define.
8731 * Makefile.in: Regenerate.
8732 * configure.in (host_libs): Add libbanshee.
8733 (target_libraries): Add target-libmudflap and target-libgfortran.
8734 Add --with-libbanshee.
8735 Handle --disable-libmudflap.
8736 (*-*-freebsd*): Use with_gmp.
8737 Add $(libgcj) to noconfigdirs.
8738 * configure: Regenerate.
8739 * depcomp: New file.
8740 * MAINTAINERS: Add tree-ssa maintainers.
8741
8742 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
8743
8744 * MAINTAINERS (Various Maintainers): Add myself.
8745
8746 2004-04-30 Brian Ford <ford@vss.fsi.com>
8747
8748 * MAINTAINERS (Write After Approval): Add myself.
8749
8750 2004-04-29 Uros Bizjak <uros@kss-loka.si>
8751
8752 * MAINTAINERS (Write After Approval): Add myself.
8753
8754 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
8755
8756 * config/acx.m4: Fix fastcompare support for new-bootstrap.
8757 * configure: Regenerate.
8758
8759 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
8760
8761 Revert:
8762 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8763
8764 * Makefile.def (flags_to_pass): Remove *dir variables that
8765 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8766 as well as prefix and exec_prefix.
8767 * Makefile.in: Regenerate.
8768
8769 2004-04-26 Robert Millan <robertmh@gnu.org>
8770
8771 Add patches from libtool CVS.
8772 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
8773 * ltconfig: Likewise.
8774 * ltcf-c.sh: Likewise.
8775 * ltcf-cxx.sh: Likewise.
8776 * ltcf-gcj.sh: Likewise.
8777
8778 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8779
8780 * Makefile.def (host_modules): Mark with the bootstrap
8781 flag packages on which gcc depends.
8782 * Makefile.tpl (all-bootstrap): Use it.
8783 * Makefile.in: Regenerate.
8784
8785 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8786
8787 * Makefile.def (flags_to_pass): Remove *dir variables that
8788 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8789 as well as prefix and exec_prefix.
8790 * Makefile.in: Regenerate.
8791
8792 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8793
8794 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
8795 * configure: Regenerate.
8796 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
8797 * gcc/Makefile.tpl (compare): Use the result of the test.
8798 * gcc/Makefile.in: Regenerate.
8799
8800 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
8801
8802 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
8803 Always relocate gcc and prev-gcc to the original names, even
8804 if the build fails.
8805 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8806 New targets.
8807
8808 2004-04-23 Laurent GUERBY <laurent@guerby.net>
8809
8810 * MAINTAINERS: Update my email address.
8811
8812 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8813
8814 * configure.in (mips*-*-irix5*): Enable ld.
8815 * configure: Regenerate.
8816
8817 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8818
8819 * configure: Regenerate.
8820
8821 2004-04-15 James E Wilson <wilson@specifixinc.com>
8822
8823 * Makefile.tpl (configure-[+module+], configure-gcc,
8824 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
8825 Set and export LDFLAGS.
8826 * Makefile.in: Regenerate.
8827
8828 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
8829
8830 * MAINTAINERS: Add myself to write-after-approval.
8831
8832 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
8833
8834 PR bootstrap/14871
8835 * Makefile.tpl: If we don't have built-in-tree target tools,
8836 use the ones found by configure rather than hacking around with
8837 program_transform_name.
8838 * configure.in: Give Makefile.tpl the information necessary
8839 to do that.
8840 * Makefile.in: Regenerate.
8841 * configure: Regenerate.
8842
8843 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
8844
8845 PR bootstrap/14760
8846 * configure.in: When computing baseargs, strip *all* copies of
8847 offending options. Also, don't match/substitute the trailing space,
8848 so that this actually works when two similar options are separated by
8849 only one space.
8850 * configure: Regenerate.
8851
8852 2004-04-06 David Edelsohn <edelsohn@gnu.org>
8853
8854 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
8855 (rs6000-*-aix*): Same.
8856 * configure: Regenerate.
8857
8858 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
8859
8860 * MAINTAINERS: Add myself to write-after-approval.
8861
8862 2004-04-03 Bud Davis <bdavis9659@comcast.net>
8863
8864 * MAINTAINERS: Add myself to write-after-approval.
8865
8866 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
8867
8868 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
8869 STRICT_WARN, WARN_CFLAGS flags passed down to make.
8870 * Makefile.in: Regenerate.
8871
8872 * configure.in (top level bootstrap support): Rework --enable-werror
8873 to set @stage2_werror_flag@.
8874 * configure: Regenerate.
8875 * Makefile.tpl (top level bootstrap support): Pass
8876 @stage2_werror_flag@ down to configure in stages 2 and 3.
8877 * Makefile.in: Regenerate.
8878
8879 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
8880
8881 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
8882 for stages 2 and 3 as well as in make. As a consequence, remove
8883 OUTPUT_OPTION (now detected by configure) from the flags passed down
8884 to make.
8885 * Makefile.in: Regenerate.
8886
8887 * Makefile.tpl (new-bootstrap): Fix typo.
8888 * Makefile.in: Regenerate.
8889
8890 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
8891
8892 * Makefile.tpl: Rearrange by moving recursive_targets rules
8893 into their proper sections.
8894 * Makefile.tpl (top level bootstrap support): Move disabling
8895 of coverage flags from 'make' to 'configure'; improve comments.
8896 * Makefile.in: Regenerate.
8897
8898 * Makefile.tpl (experimental top level bootstrap) Move stage1
8899 language setting from all- target to configure- target; disable
8900 intermodule optimization in stage 1; prevent gratuitous rebuilds
8901 of stage 1.
8902 * Makefile.in: Regenerate.
8903 * configure.in: Comma-separate stage 1 language list for top
8904 level bootstrap.
8905 * configure: Regenerate.
8906
8907 * Makefile.tpl: Clean up experimental top level bootstrap support:
8908 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
8909 prev-gcc in configure- targets as well as all- targets.
8910 * Makefile.in: Regenerate.
8911
8912 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
8913
8914 * compile: New file imported from automake.
8915
8916 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
8917
8918 * configure.in: Remove symbolic link section.
8919 * configure: Regenerate.
8920 * Makefile.tpl (links): Remove.
8921 * Makefile.in: Regenerate.
8922
8923 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
8924 Nathanael Nerode <neroden@gcc.gnu.org>
8925
8926 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
8927 Set with AC_CHECK_PROGS.
8928 * configure.in: Fix comment typo from last patch.
8929 * configure: Regenerate.
8930
8931 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
8932
8933 * Makefile.tpl: Introduce experimental top level bootstrap support.
8934 * Makefile.in: Regenerate.
8935 * configure.in: Introduce support for top level bootstrap.
8936 * configure: Regenerate.
8937
8938 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
8939 Paolo Bonzini <bonzini@gnu.org>
8940
8941 PR bootstrap/14522
8942 * configure.in: Cope with shells that do not support unquoted ^
8943 * configure: Regenerate.
8944
8945 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
8946 Paolo Bonzini <bonzini@gnu.org>
8947
8948 PR bootstrap/14522
8949 * configure.in: Cope with shells that do not support nesting
8950 quotes inside quoted backquote substitutions.
8951 * configure: Regenerate.
8952
8953 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
8954
8955 PR bootstrap/14522
8956 * configure.in: Fix escaping of $.
8957 * configure: Regenerate.
8958
8959 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
8960
8961 * configure: Regenerate, since I forgot to while committing Paolo's
8962 changes.
8963
8964 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
8965
8966 PR ada/14131
8967 Move language detection to the top level.
8968 * configure.in: Find default values for the tools as
8969 soon as possible. Disable ada if GNAT is not found.
8970 Emit error message about missing languages. Expand
8971 --enable-languages=all for the gcc subdirectory.
8972
8973 2004-03-10 Ben Elliston <bje@gnu.org>
8974
8975 * MAINTAINERS: Update my email address.
8976
8977 2004-03-05 David Edelsohn <edelsohn@gnu.org>
8978
8979 * ltconfig: Disable building static libraries if building shared
8980 libraries on AIX 5L.
8981
8982 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
8983
8984 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
8985 and disable libgcj.
8986 * configure: Regenerated.
8987
8988 2004-03-01 Brian Booth <bbooth@redhat.com>
8989
8990 * MAINTAINERS: Add myself to write-after-approval.
8991
8992 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
8993
8994 * MAINTAINERS: Add myself to write-after-approval.
8995
8996 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8997
8998 PR bootstrap/7087
8999 * Makefile.tpl: Guard XFOO sed statements better.
9000 * Makefile.tpl: Add dependency for configure-target-libada.
9001 * Makefile.in: Regenerate (incidentally fixes broken
9002 commit when libada-branch was merged).
9003
9004 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
9005
9006 * MAINTAINERS: Add myself to write-after-approval.
9007
9008 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
9009
9010 * MAINTAINERS: Add Nicola Pero and myself as libobjc
9011 maintainers.
9012
9013 2004-02-20 Andrew Cagney <cagney@redhat.com>
9014
9015 * config.guess: Update from version 2003-10-16 to 2004-02-16.
9016 * config.sub: Update from version 2003-11-03 to 2004-02-16.
9017
9018 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
9019
9020 PR bootstrap/11932
9021 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
9022
9023 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
9024
9025 * MAINTAINERS: Added myself to write-after-approval.
9026
9027 2004-02-14 Michael Koch <konqueror@gmx.de>
9028
9029 * MAINTAINERS: Added myself to write-after-approval.
9030
9031 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
9032
9033 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
9034 some OS port maintainers to OS port maintainers section.
9035
9036 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
9037
9038 * MAINTAINERS: Add self.
9039
9040 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
9041
9042 * MAINTAINERS: Alphabetize.
9043
9044 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
9045
9046 * MAINTAINERS: Remove myself.
9047
9048 2004-02-11 David Edelsohn <edelsohn@gnu.org>
9049
9050 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9051 (rs6000-*-aix*): Same.
9052 * configure: Regenerate.
9053
9054 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
9055
9056 * configure.in (host): Add in missing $noconfigdirs to defines.
9057 * configure: Regenerate.
9058
9059 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
9060 Nathanael Nerode <neroden@gcc.gnu.org>
9061
9062 PR ada/6637, PR ada/5911
9063 Merge with libada-branch:
9064 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9065 with appropriate dependencies. Add --enable-libada configure switch.
9066 * configure, Makefile.in: Regenerate.
9067
9068 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
9069
9070 * MAINTAINERS: Add myself to write-after-approval.
9071
9072 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9073
9074 * configure.in: Don't pass --with-stabs on IRIX 5 either.
9075 * configure: Regenerate.
9076
9077 2004-02-04 Geoffrey Keating <geoffk@apple.com>
9078
9079 Merge from upstream:
9080
9081 * ltmain.in: When setting IFS to '~', be careful about user
9082 arguments that contain '~'.
9083
9084 2004-02-04 Peter O'Gorman <peter@pogma.com>
9085
9086 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9087 Also test $base_compile against $CC with escaped arguments. Bug
9088 reported by Geoff Keating <geoffk@apple.com>.
9089
9090 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
9091
9092 * MAINTAINERS: Remove i960 port.
9093
9094 2004-01-23 DJ Delorie <dj@redhat.com>
9095
9096 * Makefile.def (target_modules) [libiberty]: Don't stage.
9097 * Makefile.in: Rebuilt.
9098
9099 2004-01-20 Caroline Tice <ctice@apple.com>
9100
9101 * MAINTAINERS: Add myself to write-after-approval.
9102
9103 2004-01-19 Paolo Carlini <pcarlini@suse.de>
9104
9105 * MAINTAINERS: Update my email address.
9106
9107 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
9108
9109 * MAINTAINERS: Add myself to write-after-approval.
9110
9111 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9112
9113 * MAINTAINERS: Remove entries without email address.
9114
9115 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
9116
9117 * MAINTAINERS: Add myself to write-after-approval.
9118
9119 2004-01-15 Steven Bosscher <stevenb@suse.de>
9120
9121 * MAINTAINERS: Update my email address.
9122
9123 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
9124
9125 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9126 * Makefile.tpl (configure-target-[+module+]): Support stage.
9127 * Makefile.in: Rebuilt.
9128
9129 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
9130
9131 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9132
9133 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
9134
9135 * MAINTAINERS: Add myself as a MIPS maintainer.
9136
9137 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
9138
9139 * configure.in: Use ./config.cache, not config.cache.
9140 * configure: Regenerate.
9141 * Makefile.tpl: Special-casing not needed for GCC any more.
9142 * Makefile.in: Regenerate.
9143
9144 * configure.in: Don't share a cache file for host dirs.
9145 * configure: Regenerate.
9146
9147 * config-ml.in: Don't mess with the cache file.
9148
9149 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9150
9151 * MAINTAINERS: Move myself from 'Write After Approval' to
9152 'CPU Port Maintainers' section as SPARC maintainer.
9153
9154 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
9155
9156 * Makefile.tpl: Make GCC use a separate config.cache.
9157 * Makefile.in: Regenerate.
9158
9159 PR bootstrap/11932, PR bootstrap/11933
9160 (I don't know if it will fix either of them, but it relates
9161 to them.)
9162 * configure.in: Don't use shared config.cache for target
9163 directories.
9164 * configure: Regenerate.
9165
9166 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
9167
9168 * MAINTAINERS: Add myself to 'Write After Approval' section.
9169
9170 2003-12-31 Roger Sayle <roger@eyesopen.com>
9171
9172 * configure.in (ia64*-*-hpux*): Disable building java libraries.
9173 * configure: Regenerated.
9174
9175 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
9176
9177 * MAINTAINERS: Remove the mn10200 maintainer.
9178
9179 2003-12-21 Bernardo Innocenti <bernie@develer.com>
9180
9181 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
9182 * configure: Regenerated.
9183
9184 2003-12-16 Jan Hubicka <jh@suse.cz>
9185
9186 * MAINTAINERS: Add myself as callgraph maintainer.
9187
9188 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
9189
9190 * configure.in (raw_libstdcxx_flags): Remove the leading space.
9191 * configure: Regenerate.
9192
9193 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
9194
9195 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9196 'Write After Approval' section. Update email.
9197
9198 2003-12-01 James Lemke <jim@wasabisystems.com>
9199
9200 * MAINTAINERS (Write After Approval): Add myself.
9201
9202 2003-11-20 Matt Thomas <matt@3am-software.com>
9203
9204 * MAINTAINERS: Add myself as a vax port maintainer.
9205
9206 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
9207
9208 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
9209 (configure-build-[+module+], configure-[+module+]): Likewise.
9210 (configure-target-[+module+], configure-gcc, config.status): Likewise.
9211 * Makefile.in: Regenerate.
9212
9213 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
9214
9215 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
9216 shared/dylibed libraries.
9217 * ltmain.sh: Likewise.
9218 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
9219 * ltcf-cxx.sh: Likewise.
9220 * ltcf-gcj.sh: Likewise.
9221 * ltconfig: Likewise.
9222
9223 2003-11-17 Stan Cox <scox@redhat.com>
9224
9225 * MAINTAINERS: Add myself as iq2000 port maintainer.
9226
9227 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
9228
9229 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
9230 * Makefile.in: Regenerate.
9231
9232 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
9233
9234 * config.sub: Update to 2003-11-03 version.
9235
9236 2003-10-20 Phil Edwards <phil@codesourcery.com>
9237
9238 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
9239 * configure: Regenerate.
9240
9241 2003-10-20 Nicolas Pitre <nico@cam.org>
9242
9243 * MAINTAINERS: Add myself to 'Write After Approval' section.
9244
9245 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
9246
9247 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9248
9249 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
9250
9251 * MAINTAINERS: Update my email address.
9252
9253 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9254
9255 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
9256
9257 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
9258
9259 * MAINTAINERS: Add myself to 'Write After Approval' section.
9260
9261 2003-10-16 Bernardo Innocenti <bernie@develer.com>
9262
9263 * config.guess: Update to 2003-10-16 version.
9264 * config.sub: Update to 2003-10-16 version.
9265
9266 2003-10-15 David Daney <ddaney@avtrex.com>
9267
9268 * MAINTAINERS: Added myself to 'Write After Approval' section.
9269
9270 2003-10-15 Falk Hueffner <falk@debian.org>
9271
9272 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9273 'Write After Approval' section. Update email.
9274
9275 2003-10-14 Roger Sayle <roger@eyesopen.com>
9276
9277 * MAINTAINERS: Move myself from 'Write After Approval' to
9278 'Various Maintainers' section as middle-end maintainer.
9279
9280 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
9281
9282 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
9283 HOST_FLAGS_TO_PASS.
9284 * Makefile.in: Regenerate.
9285
9286 2003-10-11 Bernardo Innocenti <bernie@develer.com>
9287
9288 * config.guess: Update to 2003-10-07 version.
9289 * config.sub: Update to 2003-10-07 version.
9290
9291 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9292
9293 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
9294 * ltconfig (irix5*, irix6*): Don't override version_type.
9295
9296 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
9297
9298 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
9299 * configure: Rebuilt
9300 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
9301 * Makefile.in: Rebuilt
9302
9303 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
9304
9305 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
9306
9307 2003-09-30 Carlo Wood <carlo@alinoe.com>
9308
9309 * MAINTAINERS (Write After Approval): Add myself.
9310
9311 2003-09-29 Paul Koning <ni1d@arrl.net>
9312
9313 * MAINTAINERS: Move myself from "Write After Approval"
9314 to CPU platform maintainers for pdp11 platform.
9315
9316 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
9317
9318 * MAINTAINERS: Move myself from 'Write After Approval' to
9319 'Various Maintainers' section as libffi testsuite maintainer.
9320
9321 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
9322
9323 * configure.in: Pass a computed --program-transform-name
9324 to subconfigures.
9325 * configure: Regenerated.
9326
9327 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
9328
9329 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
9330 * Makefile.in: Regenerate.
9331
9332 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
9333 * Makefile.in: Regenerate.
9334
9335 2003-09-19 Ziemowit Laski <zlaski@apple.com>
9336
9337 * MAINTAINERS: Move myself from 'Write After Approval'
9338 to 'Various Maintainers' (objective-c) section.
9339
9340 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
9341
9342 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
9343 quoting.
9344 * configure: Regenerated.
9345
9346 2003-09-16 Joel Brobecker <brobecker@gnat.com>
9347
9348 * MAINTAINERS (Write After Approval): Add myself to write after
9349 approval list.
9350
9351 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
9352
9353 * MAINTAINERS (Write After Approval): Add myself.
9354
9355 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
9356
9357 * MAINTAINERS: Update my e-mail address.
9358
9359 2003-09-09 Alan Modra <amodra@bigpond.net.au>
9360
9361 * libtool.m4 (LD): Correct powerpc64 host match.
9362
9363 2003-09-06 James E Wilson <wilson@tuliptree.org>
9364
9365 * MAINTAINTERS: Update my affiliation and email address.
9366
9367 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9368
9369 * MAINTAINERS (Write After Approval): Add myself.
9370
9371 2003-09-04 DJ Delorie <dj@redhat.com>
9372
9373 * configure: Regenerate.
9374
9375 2003-09-04 Robert Millan <robertmh@gnu.org>
9376
9377 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
9378
9379 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9380
9381 * configure.in: Ensure arguments to sed are properly spaced.
9382 * configure: Regenerate.
9383
9384 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
9385
9386 * MAINTAINERS: Update my e-mail address.
9387
9388 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
9389
9390 * MAINTAINERS (Write After Approval): Add myself.
9391
9392 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
9393
9394 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
9395 * configure: Regenerated.
9396
9397 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
9398
9399 * MAINTAINERS: Update my email address.
9400
9401 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
9402
9403 * configure.in: Use newline instead of semicolon when assuming
9404 shell arguments in a for loop.
9405 * configure: Regenerated.
9406
9407 2003-08-22 Jason Eckhardt <jle@rice.edu>
9408
9409 * MAINTAINERS: Resurrect the i860 maintainer.
9410
9411 2003-08-20 Geoffrey Keating <geoffk@apple.com>
9412
9413 PR 8180
9414 * configure.in: When testing with_libs and with_headers, treat
9415 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
9416 * configure: Regenerate.
9417
9418 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
9419 make, shell, etc.
9420 (baseargs): Likewise.
9421 * configure: Regenerate.
9422
9423 2003-08-20 Bernardo Innocenti <bernie@develer.com>
9424
9425 * MAINTAINERS (Write After Approval): Add myself.
9426
9427 2003-08-19 Geoffrey Keating <geoffk@apple.com>
9428
9429 * configure.in: Disable libgcj for darwin not on powerpc.
9430 * configure: Rebuild.
9431
9432 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
9433
9434 * config-ml.in, symlink-tree: Add license.
9435
9436 2003-08-03 Richard Stallman <rms@gnu.org>
9437 Eben Moglen <moglen@columbia.edu>
9438
9439 * README.SCO: New file.
9440
9441 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
9442
9443 * Makefile.tpl (check, check-c++): Express dependencies using
9444 dependencies rather than commands.
9445 * Makefile.in: Regenerate.
9446
9447 2003-08-01 Andrew Cagney <cagney@redhat.com>
9448
9449 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
9450 * configure: Ditto.
9451
9452 2003-07-31 Geoffrey Keating <geoffk@apple.com>
9453
9454 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
9455 * Makefile.in: Update.
9456
9457 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
9458
9459 * configure.in: Enable libgcj for darwin.
9460 * configure: Rebuild.
9461
9462 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
9463
9464 * config-ml.in: Use ac_configure_args directly instead of
9465 ml_arguments. Only set ml_norecursion if --no[-]recursion is
9466 actually seen.
9467
9468 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
9469
9470 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
9471 creating target and build subdirs to build all parent dirs as needed.
9472 * Makefile.in: Rebuild.
9473 * configure.in: Don't build dirs explicitly here.
9474 * configure: Rebuild.
9475
9476 2003-07-26 Paul Brook <paul@nowt.org>
9477
9478 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
9479
9480 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
9481
9482 * Makefile.tpl (all-make): Depend on intl.
9483 * Makefile.in: Rebuilt.
9484
9485 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
9486
9487 * install-sh: Update to newer upstream versions (associated with
9488 aclocal 1.7).
9489 * mkinstalldirs: Likewise.
9490 * missing: Likewise, plus $1Help2man -> $1 typo fix.
9491
9492 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
9493
9494 * MAINTAINERS: Move self from Bug database only accounts
9495 to write-after-approval.
9496
9497 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
9498
9499 * config.if: Remove unused libc_interface determination.
9500
9501 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
9502
9503 * MAINTAINERS: Move self from write-after-approval to
9504 build machinery (*.in).
9505
9506 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
9507
9508 PR bootstrap/11273
9509 PR bootstrap/11408
9510 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
9511 unused INSTALL_PROGRAM_ARGS.
9512 * configure.in: Use AC_PROG_INSTALL.
9513 * Makefile.in: Regenerate.
9514 * configure: Regenerate.
9515
9516 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
9517
9518 * MAINTAINERS: Alphabetize.
9519
9520 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
9521
9522 * configure: Rebuilt.
9523 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
9524 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
9525 newlib nor libgloss.
9526 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
9527 * configure.in (am33_2.0-*-linux*): Added.
9528
9529 2003-07-09 Bob Wilson <bob.wilson@acm.org>
9530
9531 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
9532 * configure: Regenerate.
9533
9534 2003-07-07 Zack Weinberg <zack@codesourcery.com>
9535
9536 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
9537 * Makefile.in: Regenerate.
9538
9539 2003-07-04 Zack Weinberg <zack@codesourcery.com>
9540
9541 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
9542 * Makefile.in: Regenerate.
9543
9544 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
9545
9546 * Makefile.tpl: Replace PWD with PWD_COMMAND.
9547 * Makefile.in: Regenerated.
9548
9549 * config-ml.in: Replace PWD with PWD_COMMAND.
9550
9551 2003-07-04 Zack Weinberg <zack@codesourcery.com>
9552
9553 * intl: New directory; see intl/ChangeLog for details.
9554 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
9555 * Makefile.tpl: all-gcc depends on maybe-all-intl.
9556 * Makefile.in: Regenerate.
9557
9558 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
9559
9560 * configure.in: Clean up config-lang.in handling. Delete
9561 useless assignment to "subdirs".
9562 * configure: Regenerate.
9563
9564 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
9565
9566 * configure.in: Rename 'target_libs' to 'target_libraries'.
9567 Remove useless reference to 'target_libs'.
9568 * configure: Regenerate.
9569
9570 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
9571
9572 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
9573 * Makefile.in: Regenerate.
9574
9575 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
9576
9577 * Makefile.def: Introduce flags_to_pass.
9578 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
9579 * Makefile.in: Regenerate.
9580
9581 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
9582
9583 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
9584 and target-libgloss.
9585 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
9586 <h8300*-*-*>: Disable libf2c and ${libgcj}.
9587 * configure: Regenerate.
9588
9589 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
9590
9591 * configure.in: Update testsuite_flags to new location.
9592 * configure. Regenerate.
9593
9594 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
9595
9596 * Makefile.tpl: Remove BUILD_CC stuff.
9597 * Makefile.in: Regenerate.
9598
9599 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
9600
9601 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
9602
9603 2003-06-16 Graeme Peterson <gp@qnx.com>
9604
9605 * MAINTAINERS (Write After Approval): Add myself.
9606
9607 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
9608
9609 * config.guess: Update to 2003-06-12 version.
9610 * config.sub: Update to 2003-06-13 version.
9611
9612 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
9613
9614 * config.guess: Update to 2003-06-06 version.
9615 * config.sub: Update to 2003-06-06 version.
9616
9617 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9618
9619 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
9620 * configure. Regenerate.
9621
9622 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
9623
9624 * configure.in: Disable serial configure by default.
9625 * configure: Regenerate.
9626 * Makefile.tpl: Abolish .NOTPARALLEL.
9627 * Makefile.in: Regenerate.
9628
9629 * Makefile.tpl: Replace {build,host,target}_canonical by
9630 {build,host,target}.
9631 * Makefile.in: Regenerate.
9632
9633 * Makefile.tpl: Fix stupid pasto.
9634 * Makefile.in: Regenerate.
9635
9636 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
9637
9638 * Makefile.tpl: Remove bogus conditional.
9639 * Makefile.in: Regenerate.
9640
9641 2003-06-05 Jan Hubicka <jh@suse.cz>
9642
9643 * Makefile.tpl (profiledbootstrap): New target.
9644 * Makefile.in (profiledbootstrap): New target.
9645
9646 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9647
9648 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
9649 Pinski. Remove user names from other bugzilla-only maintainers.
9650
9651 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
9652
9653 * Makefile.tpl: Make 'recursive targets' using autogen rather
9654 than shell loop. Remove duplicate 'clean' targets and false
9655 comments.
9656 * Makefile.def: Add systematic dependencies to 'recursive' targets.
9657 Add systematic method of specifying missing targets in subdirs.
9658 Add copyright boilerplate.
9659 * Makefile.in: Regenerate.
9660 * configure.in: Add 'recursive targets' to maybe list.
9661 * configure: Regenerate.
9662
9663 * MAINTAINERS: "GNATS only" -> "Bug database only".
9664
9665 * Makefile.tpl: Rename [+target+] to [+make_target+].
9666 * Makefile.def: Rename 'target' to 'make_target'.
9667
9668 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
9669
9670 * MAINTAINERS: Add self as options handling maintainer.
9671
9672 2003-05-28 Michael Meissner <gnu@the-meissners.org>
9673
9674 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
9675 been too long since I touched those ports.
9676
9677 2003-05-28 DJ Delorie <dj@redhat.com>
9678
9679 * Makefile.tpl: Make maybe-check-gcc .PHONY.
9680 * Makefile.in: Regenerate.
9681
9682 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
9683
9684 * configure.in: Use curly braces in the definition of tooldir.
9685 * configure: Regenerate.
9686
9687 2003-05-21 DJ Delorie <dj@redhat.com>
9688
9689 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
9690 newlib or libgloss.
9691 * Makefile.in: Regenerate.
9692
9693 2003-05-21 DJ Delorie <dj@redhat.com>
9694
9695 * Makefile.tpl: Add missing empty maybe-check-gcc target.
9696 * Makefile.in: Regenerate.
9697
9698 2003-05-20 Ian Lance Taylor <ian@airs.com>
9699
9700 * MAINTAINERS: Update my e-mail address.
9701
9702 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
9703
9704 * configure.in: Switch more things to use maybe dependencies.
9705 * Makefile.tpl: Switch more things to use maybe dependencies.
9706 Factor out common code from autogen IF statements.
9707 * configure: Regenerate.
9708 * Makefile.in: Regenerate.
9709
9710 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
9711
9712 * configure.in: Accept i[3456789]86 for machine type.
9713 * configure: Regenerate.
9714
9715 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
9716
9717 * configure.in: Switch more things to use maybe dependencies.
9718 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
9719 * configure: Regenerate.
9720 * Makefile.tpl: Switch more things to use maybe dependencies.
9721 * Makefile.in: Regenerate.
9722
9723 2003-05-16 Andreas Schwab <schwab@suse.de>
9724
9725 * Makefile.tpl (install-opcodes): Define.
9726 * Makefile.in: Rebuild.
9727
9728 2003-05-13 Andreas Jaeger <aj@suse.de>
9729
9730 * config.guess: Update to 2003-05-09 version.
9731 * config.sub: Update to 2003-05-09 version.
9732
9733 2003-05-13 Michael Eager <eager@mvista.com>
9734
9735 * configure.in: Correct sed script so that options in quotes are not
9736 deleted.
9737 * configure: Rebuild.
9738
9739 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
9740
9741 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
9742 and $$s/newlib/libc/sys/cygwin32 include paths.
9743 * configure: Ditto.
9744
9745 2003-05-12 Michael Meissner <gnu@the-meissners.org>
9746
9747 * MAINTAINERS: Update my email addresses.
9748
9749 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
9750
9751 * config-ml.in: Propagate INSTALL variables.
9752
9753 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9754
9755 * MAINTAINERS: Remove duplicate entries in Write After Approval.
9756
9757 2003-05-02 Chris Demetriou <cgd@broadcom.com>
9758
9759 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
9760 * Makefile.in: Regenerate.
9761
9762 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
9763
9764 * MAINTAINERS (GNATS only): Add Falk Hueffner.
9765
9766 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
9767
9768 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
9769
9770 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
9771
9772 * Makefile.tpl: Clean $(BUILD_SUBDIR).
9773 * Makefile.in: Regenerated.
9774
9775 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
9776
9777 * MAINTAINERS (Write After Approval): Upgrade myself from
9778 GNATS only to write-after-approval. Update my mail address.
9779
9780 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
9781
9782 (OS Port Maintainers: freebsd): Add myself.
9783
9784 2003-04-22 Mark Mitchell <mark@codesourcery.com>
9785
9786 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
9787
9788 2003-04-22 Kean Johnston <jkj@sco.com>
9789
9790 * MAINTAINERS (SCO ports): Added myself.
9791
9792 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
9793
9794 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
9795
9796 2003-04-19 Kean Johnston <jkj@sco.com>
9797
9798 * MAINTAINERS (Write After Approval): Add myself.
9799
9800 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9801
9802 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
9803 * Makefile.in: Regenerate.
9804
9805 2003-04-18 Jakub Jelinek <jakub@redhat.com>
9806
9807 * configure.in (powerpc64*-*-linux*): Remove.
9808 * configure: Rebuilt.
9809
9810 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
9811
9812 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
9813 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
9814 and restrap.
9815 * Makefile.in: Regenerate.
9816
9817 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
9818
9819 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
9820 * configure: Regenerated.
9821
9822 2003-04-15 DJ Delorie <dj@redhat.com>
9823
9824 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
9825
9826 2003-04-13 Nick Clifton <nickc@redhat.com>
9827
9828 * config-ml.in: Remove support for --disable-aix removing
9829 call-aix multilibs.
9830
9831 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
9832
9833 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
9834 * */configure: Rebuilt.
9835
9836 2003-04-08 Joel Sherrill <joel@oarcorp.com>
9837
9838 * MAINTAINERS: Add my email address.
9839
9840 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
9841
9842 * MAINTAINERS (Write After Approval): Add myself.
9843
9844 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
9845
9846 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
9847 * Makefile.in: Regenerate.
9848
9849 2003-03-14 Michael Chastain <mec@shout.net>
9850
9851 * Makefile.in: Regenerate with correct Makefile.def.
9852
9853 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
9854
9855 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
9856 Make macro.
9857 * Makefile.in: Regenerate.
9858 * configure.in: Clean up gxx_include_dir logic.
9859 * configure: Regenerate.
9860
9861 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
9862
9863 * MAINTAINERS (Write After Approval): Add myself.
9864
9865 2003-03-10 Ben Elliston <bje@wasabisystems.com>
9866
9867 * MAINTAINERS: Update my mail address.
9868
9869 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9870
9871 * configure.in (gxx_include_dir): Fix typo.
9872 * configure: Regenerated.
9873
9874 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
9875
9876 * Makefile.tpl: Reindent.
9877 * Makefile.in: Regenerate.
9878 * configure.in: Reindent. Don't set unused variables.
9879 * configure: Regenerate.
9880
9881 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
9882
9883 * configure.in: Include $(build_tooldir)/sys-include in
9884 FLAGS_FOR_TARGET.
9885 * configure: Regenerated.
9886
9887 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
9888
9889 * Makefile.tpl: Always pass down RANLIB.
9890 * Makefile.in: Regenerate.
9891
9892 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
9893 * Makefile.in: Regenerate.
9894 * configure.in: Remove unused logic relating to --enable-shared
9895 and --enable-threads. Remove bogus comments. Remove redundant
9896 noconfigdirs.
9897 * configure: Regenerate.
9898
9899 * configure.in: Replace ${libstdcxx_version} by its value.
9900 Remove reference to mh-dgux.
9901 * configure: Regenerate.
9902
9903 2003-03-03 Kevin Buettner <kevinb@redhat.com>
9904
9905 * MAINTAINERS (Write After Approval): Add myself.
9906
9907 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9908
9909 * Makefile.tpl: Rearrange.
9910 * Makefile.in: Regenerate.
9911
9912 2003-02-25 Uwe Stieber <uwe@wwws.de>
9913
9914 * configure.in: Add support for kaOS as cross build target system.
9915 * configure: Regenerated.
9916
9917 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
9918
9919 * MAINTAINERS (Write after approval): Add myself.
9920
9921 2003-02-21 James E Wilson <wilson@tuliptree.org>
9922
9923 * MAINTAINERS: Update my email address.
9924
9925 2003-02-21 Zack Weinberg <zack@codesourcery.com>
9926
9927 * MAINTAINERS: Add self to blanket write privs. section.
9928
9929 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
9930
9931 * Makefile.tpl: Add definition of CPPFLAGS to pass into
9932 configure-target-* as some target builds may require additional
9933 flags for preprocessor tests.
9934 * Makefile.in: Regenerated.
9935
9936 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
9937
9938 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
9939 * ltconfig: Handle it.
9940 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
9941 auto-detecting it.
9942
9943 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
9944 it is used as argument to $CC.
9945 * ltcf-gcj.sh: Likewise.
9946
9947 * configure.in: Introduce --enable-maintainer-mode.
9948 * configure: Rebuilt.
9949 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
9950 for maintainer mode.
9951 * Makefile.in: Rebuilt.
9952
9953 2003-02-18 Jason Merrill <jason@redhat.com>
9954
9955 * Makefile.tpl (check-c++): Allow parallelism.
9956
9957 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9958
9959 * MAINTAINERS: Remove John Carr (who never actually had access to
9960 gcc.gnu.org).
9961
9962 2003-02-15 Geoffrey Keating <geoffk@apple.com>
9963
9964 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
9965 don't configure target-libobjc.
9966 * configure: Regenerate.
9967
9968 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9969
9970 * Makefile.tpl (RANLIB): Define.
9971 * Makefile.in: Regenerate.
9972
9973 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
9974
9975 * MAINTAINERS: Update my email.
9976
9977 2003-02-06 Keith R Seitz <keiths@redhat.com>
9978
9979 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
9980 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
9981 * Makefile.in: Regenerated.
9982 * configure.in: Remove all traces of snavigator, db, and grep.
9983 * configure: Regenerated.
9984
9985 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9986
9987 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
9988 After Approval.
9989
9990 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
9991
9992 * MAINTAINERS (Write after approval): Add myself.
9993
9994 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
9995
9996 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
9997 * Makefile.in: Regenerated.
9998
9999 2003-01-30 Roger Sayle <roger@eyesopen.com>
10000
10001 * config.guess: Updated to 2003-01-30's version.
10002 * config.sub: Updated to 2003-01-28's version.
10003
10004 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
10005
10006 * config.if: If gcc_version is already set, just use it. Don't set
10007 gcc_version_trigger if it's already set, otherwise set it to
10008 gcc/version.c, but only if the file exists. If it is not set and
10009 gcc/version.c does not exist, try to extract the version number from
10010 $CC.
10011
10012 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
10013
10014 * MAINTAINERS: Add myself to write-after-approval list.
10015
10016 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
10017
10018 * configure.in: Revert 24Jan change.
10019 * configure: Regenerate.
10020
10021 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10022
10023 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
10024 entry of HJ Lu.
10025
10026 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
10027
10028 * configure.in: Revert previous change.
10029 * configure: Regenerate.
10030
10031 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
10032
10033 * configure.in: Make rda native-only.
10034 * configure: Regenerate.
10035
10036 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
10037
10038 * MAINTAINERS: Move myself from GNATS-only-accounts to
10039 write-after-approval.
10040
10041 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
10042
10043 * configure.in: Add missing \.
10044 * configure: Rebuilt.
10045
10046 2003-01-17 Jakub Jelinek <jakub@redhat.com>
10047
10048 * configure.in (baseargs): Avoid using \| in sed regular
10049 expressions.
10050 * configure: Rebuilt.
10051
10052 2003-01-16 Jakub Jelinek <jakub@redhat.com>
10053
10054 * configure.in (baseargs): Remove all supported forms of
10055 --cache-file, --srcdir, --host, --build and --target options
10056 from argument lists.
10057 * configure: Rebuilt.
10058
10059 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
10060
10061 * MAINTAINERS: Add myself to write-after-approval list.
10062
10063 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
10064
10065 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10066 * configure: Rebuilt.
10067
10068 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
10069
10070 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10071 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10072 * Makefile.in: Regenerate.
10073 * configure: Regenerate.
10074
10075 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
10076
10077 * configure.in: Remove Makefile in build, host and target modules
10078 unless configure was run with --no-recursion.
10079 * configure: Rebuilt.
10080
10081 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
10082
10083 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10084 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10085 * Makefile.in: Regenerate.
10086
10087 2003-01-08 Chris Demetriou <cgd@broadcom.com>
10088
10089 * config.guess: Update to 2003-01-03 version.
10090 * config.sub: Update to 2003-01-03 version.
10091
10092 2003-01-07 Christopher Faylor <cgf@redhat.com>
10093
10094 * configure: Regenerate with proper autoconf 2.13.
10095
10096 2003-01-07 Christopher Faylor <cgf@redhat.com>
10097
10098 * configure.in: Add AC_PREREQ for consistency.
10099 * configure: Regenerate.
10100
10101 2003-01-06 Andrew Cagney <ac131313@redhat.com>
10102
10103 * configure.in (GDB_TK): Add tcl directories conditional on
10104 gdb/gdbtk directory being present.
10105 * configure: Regenerate.
10106
10107 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
10108
10109 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
10110 used by gcc if LD is not defined and we are not doing a Canadian Cross.
10111 * configure: Rebuilt.
10112
10113 2002-12-31 Tom Tromey <tromey@redhat.com>
10114
10115 * Makefile.in: Rebuilt.
10116 * Makefile.def (target_modules) [libffi]: Allow installation.
10117
10118 2002-12-31 Andreas Schwab <schwab@suse.de>
10119
10120 * configure.in: Fix use of $program_transform_name.
10121 * configure: Regenerated.
10122
10123 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
10124
10125 * configure.in (baseargs): Don't remove first configure argument.
10126 * configure: Regenerated.
10127
10128 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
10129
10130 * Makefile.tpl (local-distclean): Don't remove...
10131 (multilib.ts): ... this. Moved into...
10132 (multilib.out): ... this. Don't use sub-make.
10133 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10134 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10135 (configure-build-[+module+], configure-[+module+],
10136 configure-target-[+module+], configure-gcc): ... these. Test
10137 for Makefile existence. Drop config.status from dependencies.
10138 * Makefile.in: Rebuilt.
10139 * configure.in: Move gcc-version-trigger to the end of
10140 ac_configure_args. Add comments to maybedep.tmp and
10141 serdep.tmp. Introduce --disable-serial-configure. Remove
10142 nonopt from baseargs, matching and removing corresponding
10143 whitespace while at it.
10144 * configure: Rebuilt.
10145
10146 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
10147
10148 * configure.in (host_configargs): Replace reference to
10149 no-longer-defined buildopts with --build=${build_alias}.
10150 * configure: Rebuilt.
10151
10152 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
10153 program_transform_name to standard idiom.
10154 (AUTOGEN, AUTOCONF): Define.
10155 (Makefile.in): Use $(AUTOGEN).
10156 (Makefile): Depend on config.status, and use autoconf-style rule to
10157 build it. Move original commands to...
10158 (config.status): ... this new target.
10159 (configure): Add $(srcdir). Depend on config/acx.m4. Use
10160 $(AUTOCONF).
10161 * Makefile.in: Rebuilt.
10162
10163 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
10164
10165 * Makefile.tpl: Fix dramatic bustage due to change in
10166 program_transform_name.
10167 * Makefile.in: Regenerate.
10168
10169 * configure.in: Remove unnecessary PATH setting.
10170 * configure: Regnerate.
10171
10172 * configure.in: Don't default to unprefixed tools unless
10173 the native tools will work.
10174 * configure: Regenerate.
10175
10176 * configure.in: Convert to autoconf script. Blow away lots
10177 of now-redundant Makefile fragments.
10178 * configure: Generate using Autoconf.
10179 * Makefile.tpl: Rewrite to reflect autoconfiscation.
10180 * Makefile.in: Regenerate.
10181
10182 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
10183
10184 * configure: Fix stupid bug where RANLIB was mistakenly included.
10185
10186 * configure.in: Rename (buildargs, hostargs, targargs) to
10187 (build_configargs, host_configargs, target_configargs).
10188
10189 * configure.in: Move logic out of sed statement.
10190
10191 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
10192 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
10193
10194 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
10195
10196 * config.sub: Import from master repository
10197 * config.guess: Ditto
10198
10199 2002-12-24 Andreas Schwab <schwab@suse.de>
10200
10201 * Makefile.tpl (multilib.out): Fix missing space.
10202 * Makefile.in: Regenerate.
10203
10204 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
10205
10206 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
10207 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
10208 * Makefile.in: Regenerate.
10209 * configure.in: Remove unnecessary leftovers.
10210
10211 2002-12-21 Geoffrey Keating <geoffk@apple.com>
10212
10213 * configure.in (extra_ranlibflags_for_target): New variable.
10214 (*-*-darwin): Add -c to ranlib commands.
10215 * configure (tooldir): Handle extra_ranlibflags_for_target.
10216
10217 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
10218
10219 * Makefile.tpl: Revert HJL's change.
10220 * Makefile.in: Regenerated.
10221 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
10222 always.
10223
10224 2002-12-19 Andreas Schwab <schwab@suse.de>
10225
10226 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
10227 * Makefile.in: Regenerate.
10228
10229 2002-12-18 H.J. Lu <hjl@gnu.org>
10230
10231 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
10232 * Makefile.in: Regenerated.
10233
10234 * configure.in (build_prefix): New. Substitute.
10235
10236 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
10237
10238 * Makefile.tpl: Don't let real targets depend on phony targets.
10239 * Makefile.in: Regenerate.
10240
10241 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
10242 * Makefile.in: Regenerate.
10243
10244 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
10245
10246 * config.sub: Import from master repository
10247 * config.guess: Ditto
10248
10249 2002-12-16 Jason Merrill <jason@redhat.com>
10250
10251 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
10252 previous 'make bootstrap'.
10253 * Makefile.in: Regenerate.
10254
10255 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
10256
10257 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
10258
10259 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
10260
10261 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
10262 * Makefile.in: Regenerate.
10263
10264 2002-12-13 Jason Merrill <jason@redhat.com>
10265
10266 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
10267 library tests.
10268 (check-c++): Just depend on it and check-target-libstdc++-v3.
10269 * Makefile.in: Regenerate.
10270
10271 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
10272
10273 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
10274 * Makefile.in: Rebuilt.
10275
10276 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
10277
10278 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
10279
10280 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
10281
10282 * configure: Fix bug put in by gremlins.
10283
10284 * Makefile.tpl: Substitute more autoconfily.
10285 * configure: Substitute more autoconfily.
10286 * Makefile.in: Regenerate.
10287
10288 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
10289
10290 * config.sub: Import from master repository
10291 * config.guess: Ditto
10292 * MAINTAINERS: Added Svein Seldal under write after approval
10293
10294 2002-12-08 Andrew Cagney <ac131313@redhat.com>
10295
10296 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
10297 * Makefile.in (all-sim): Ditto.
10298
10299 2002-12-06 DJ Delorie <dj@redhat.com>
10300
10301 * Makefile.tpl: Change configure dependencies to not have real
10302 targets depend on phony targets.
10303
10304 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
10305
10306 * configure.in: Revert unintentional change.
10307
10308 * Makefile.tpl: Change dependency for */multilib.out so that
10309 it works when gcc isn't in the tree.
10310
10311 * configure.in: Substitute more.
10312 * configure: Run subconfigures from the Makefile.
10313 * Makefile.tpl: Run subconfigures from the Makefile; add a few
10314 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
10315
10316 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10317
10318 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
10319
10320 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
10321
10322 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
10323 and corresponding dependencies.
10324 * Makefile.in: Regenerate.
10325
10326 * configure.in (host_tools): Order binutils, gas and ld for
10327 convenience in running the testsuites.
10328
10329 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
10330 * Makefile.in: Regenerate.
10331 * configure.in: Introduce rules to serialize subconfigure runs.
10332
10333 * configure.in: Introduce BASE_CC_FOR_TARGET.
10334 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
10335 Realize configure-build-* targets. Realize configure-target-* targets.
10336 * Makefile.in: Regenerate.
10337
10338 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
10339
10340 * configure: Move gcc_version_trigger stuff from here...
10341 * configure.in: ...to here.
10342
10343 * configure.in: Separate subconfigure options added by this file from
10344 options given by the user. Add machinery to put args for host
10345 subconfigures into the Makefile.
10346
10347 * Makefile.tpl: Remove 'vault' targets.
10348 * Makefile.tpl: Reorder and comment dependencies.
10349 * Makefile.in: Regenerate.
10350
10351 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
10352 * configure.in: Fix my broken commit of previous patch. (sigh)
10353
10354 2002-11-28 Geoffrey Keating <geoffk@apple.com>
10355
10356 * configure.in: Move host-specific darwin noconfigdirs into
10357 the host-specific section.
10358
10359 2002-11-28 Geoffrey Keating <geoffk@apple.com>
10360
10361 * configure.in: Move host-specific darwin noconfigdirs into
10362 the host-specific section.
10363
10364 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
10365
10366 * configure: Remove skip-this-dir support.
10367 * Makefile.tpl: Remove skip-this-dir support.
10368
10369 * Makefile.tpl: Remove leftover support for non-autoconfiscated
10370 subdirectories.
10371 * Makefile.in: Regenerate.
10372
10373 * Makefile.tpl: Strip out useless setting of 'dir'.
10374 * Makefile.in: Regenerate.
10375
10376 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
10377
10378 * configure.in: Fix deeply stupid bug.
10379
10380 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
10381 shell code in CXX_FOR_TARGET
10382 * Makefile.def: Introduce raw_cxx.
10383 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
10384 RAW_CXX_FOR_TARGET.
10385 * Makefile.in: Regenerate.
10386
10387 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
10388
10389 * Makefile.tpl: Remove unnecessary ifs.
10390 * Makefile.in: Regenerate.
10391
10392 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
10393 dependencies. Maybe-ize build-libiberty. Create dummy install
10394 targets for 'no_install' modules.
10395 * configure: Move GDB_TK substitution to configure.in. Move
10396 build_modules stuff to configure.in.
10397 * configure.in: Implement soft dependency machinery. Maybe-ize
10398 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
10399 * Makefile.in: Regenerate.
10400
10401 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
10402
10403 * Makefile.tpl: Make all-target, install-target behave similarly
10404 to all, install (only hitting configured targets). Eliminate
10405 unused macro defintions.
10406
10407 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
10408 build != host.
10409
10410 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
10411
10412 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
10413
10414 * configure.in: Produce lists of subdir targets we're actually
10415 configuring. Remove references to "dosrel".
10416 * Makefile.tpl: Let configure set which subdir targets are hit.
10417 Remove install-cross; clean up install; remove ALL. Remove
10418 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
10419 Autogenerate host module targets. Remove empty dependency lines
10420 and redundant dependency; rearrange slightly.
10421 * Makefile.def: Add host-side libtermcap, utils.
10422
10423 * Makefile.in: Regenerate.
10424
10425 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10426
10427 * ltconfig (osf[345]): Append $major to soname_spec.
10428 Reflect this in library_names_spec.
10429 * ltmain.sh (osf): Prefix $major with . for use as extension.
10430
10431 2002-11-19 Andreas Jaeger <aj@suse.de>
10432
10433 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
10434 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
10435 and sparc64 GNU/Linux systems.
10436
10437 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
10438
10439 * MAINTAINERS: Update email.
10440
10441 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10442
10443 * MAINTAINERS: Complete James Dennett's entry.
10444
10445 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
10446
10447 * MAINTAINERS (Write After Approval): Add myself.
10448
10449 2002-11-13 Bruce Korb <bkorb@gnu.org>
10450
10451 * Makefile.tpl: syntactic cleanup
10452
10453 2002-11-13 Stuart Hastings <stuart@apple.com>
10454
10455 * MAINTAINERS: Add myself to write-after-approval list.
10456
10457 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
10458
10459 * Makefile.def: Add list of recursive targets to autogenerate.
10460 Add build_modules.
10461 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
10462 targets. Autogenerate *-build-* targets.
10463 * Makefile.in: Regenerate.
10464
10465 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
10466
10467 * configure: More autoconf-style substitutions.
10468 * Makefile.tpl: More autoconf-style substitutions.
10469 * Makefile.in: Regenerate.
10470
10471 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
10472
10473 * configure: Substitute more variables in a more autoconf-friendly
10474 way. Simplify slightly.
10475 * Makefile.tpl: Make more variables substitutable in an
10476 autoconf-friendly way.
10477 * Makefile.in: Regenerate.
10478
10479 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
10480
10481 * MAINTAINERS (Write After Approval): Add myself.
10482
10483 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
10484
10485 * configure.in (v810*): Remove special setting of tools.
10486
10487 * configure: Add support for extra required flags for ar or nm.
10488 * configure.in (aix4.3+): Use above support for target-specific
10489 issues, rather than using config/mt-aix43.
10490
10491 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
10492
10493 * configure: Remove 'removing', which doesn't work. Replace $subdir
10494 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
10495 with $srcdir. Reformat indentation. Substitute some variables
10496 formerly hard-coded in the Makefile for build=host.
10497 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
10498 * Makefile.def: Autogenerate more.
10499 * Makefile.in: Regenerate.
10500
10501 2002-11-04 Adam Nemet <anemet@lnxw.com>
10502
10503 * MAINTAINERS (Write After Approval): Add myself.
10504
10505 2002-11-04 Kevin Buettner <kevinb@redhat.com>
10506
10507 * Makefile.def (host_modules): Add rda.
10508 * Makefile.in: Regenerate.
10509 * configure.in (target_tool): Add target-rda to list.
10510
10511 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10512
10513 * MAINTAINERS: Remove "co-maintainer" note for web pages.
10514
10515 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
10516
10517 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
10518 and restrap targets to this rule.
10519 * Makefile.in: Regenerate.
10520
10521 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10522
10523 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
10524 GNATS only accounts.
10525
10526 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
10527
10528 * configure.in (i[3456]86-*-linux*): Add check to disable
10529 ${libgcj} for glibc1.
10530
10531 2002-10-24 Denis Chertykov <denisc@overta.ru>
10532
10533 * MAINTAINERS: Add myself as ip2k port maintainer.
10534
10535 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
10536
10537 * configure.in: Add tic4x target.
10538
10539 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
10540
10541 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
10542 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
10543 * Makefile.in: Regenerate.
10544
10545 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
10546 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
10547 * Makefile.in: Regenerate.
10548
10549 2002-10-02 Janis Johnson <janis187@us.ibm.com>
10550
10551 * MAINTAINERS: Add myself as web pages co-maintainer.
10552
10553 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
10554
10555 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
10556 * Makefile.in: Regenerate.
10557
10558 2002-10-02 Zack Weinberg <zack@codesourcery.com>
10559
10560 * MAINTAINERS: Add myself and Nathan Sidwell
10561 <nathan@codesourcery.com> as VxWorks maintainers.
10562
10563 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
10564
10565 * Makefile.def: Remove order dependency comments.
10566 * Makefile.tpl: Add explicit install-install dependencies.
10567 * Makefile.in: Regenerate.
10568
10569 * Makefile.tpl: Remove material now in src-release. (Finally!)
10570 * Makefile.in: Regenerate.
10571
10572 * Makefile.tpl: Add configure-target (for src-release in src)
10573 * Makefile.in: Regenerate.
10574
10575 2002-09-30 Nick Clifton <nickc@redhat.com>
10576
10577 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
10578
10579 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
10580
10581 * configure.in (s390*-*-linux*): Enable libgcj.
10582
10583 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
10584
10585 * configure: Revert accidentally applied changes.
10586
10587 * Makefile.tpl: Make more autoconf-friendly.
10588 * Makefile.in: Regenerate.
10589 * configure: Make substitution more autoconf-like.
10590
10591 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
10592
10593 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
10594 single entry to handle all these.
10595 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
10596 libjava on arm-*-elf.
10597
10598 2002-09-27 Geoffrey Keating <geoffk@apple.com>
10599
10600 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
10601 things that depend on them.
10602
10603 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
10604
10605 * Makefile.tpl: Make subsituted variables more autoconfy.
10606 * Makefile.in: Regenerate.
10607 * configure: Make seds more autoconfy.
10608
10609 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
10610
10611 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
10612 * Makefile.in: Regenerate.
10613 * configure.in: Rewrite sed statements to look autoconfy.
10614
10615 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
10616 all-target-foo on configure-target-foo.
10617 * Makefile.def: Ditto.
10618 * Makefile.in: Rebuild.
10619
10620 2002-09-25 Andrew Haley <aph@redhat.com>
10621
10622 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
10623
10624 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
10625
10626 * Makefile.def: New file.
10627 * Makefile.tpl: New file.
10628 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
10629 * contrib/gcc_update: Note that Makefile.in is a generated file.
10630
10631 * configure.in: Minor rearrangement. Simplify tests.
10632
10633 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
10634
10635 * configure.in (with_headers): Skip copy if value is "yes".
10636 (with_libs): Likewise.
10637
10638 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
10639
10640 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
10641 * configure.in (sh*-*-pe*): Ditto.
10642 * configure.in (mips*-*-pe*): Ditto.
10643 * configure.in (*arm-wince-pe): Ditto.
10644
10645 * configure.in: Rearrange.
10646
10647 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
10648
10649 * MAINTAINERS: Update my email address.
10650
10651 2002-08-30 Paul Koning <pkoning@equallogic.com>
10652
10653 * MAINTAINERS: (Write After Approval): Add myself.
10654
10655 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
10656
10657 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
10658
10659 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
10660
10661 * MAINTAINERS: Change my mailing address.
10662
10663 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
10664
10665 * MAINTAINERS (Write After Approval): Remove myself.
10666 (Various Maintainers: c++ runtime libs): Add myself.
10667
10668 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
10669
10670 * MAINTAINERS (Write After Approval): Remove myself.
10671 (Various Maintainers: c++ runtime libs): Add myself.
10672
10673 2002-08-15 Eric Christopher <echristo@redhat.com>
10674
10675 * config.sub: Import from master repository.
10676 * config.guess: Ditto.
10677
10678 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
10679
10680 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
10681 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
10682 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
10683
10684 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
10685
10686 * MAINTAINERS: Add self to rs6000 vector extensions.
10687
10688 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
10689
10690 * libiberty/configure: Reverted unintended yesterday's check in.
10691
10692 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
10693
10694 * boehm-gc/configure, libf2c/configure: Rebuilt.
10695 * libffi/configure, libiberty/configure: Ditto.
10696 * libjava/configure, libobjc/configure: Ditto.
10697 * libstdc++-v3/configure, zlib/configure: Ditto.
10698 Merged from binutils:
10699 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
10700 From Steve Ellcey <sje@cup.hp.com>:
10701 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
10702 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
10703 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
10704 IA64.
10705 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
10706 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
10707 soname_spec, sys_lib_search_path_spec): Ditto.
10708
10709 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
10710
10711 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
10712
10713 2002-08-04 H.J. Lu (hjl@gnu.org)
10714
10715 * configure.in (mips*-*-linux*): Don't skip target-libffi.
10716
10717 2002-08-02 Krister Walfridsson <cato@df.lth.se>
10718
10719 * MAINTAINERS (Write After Approval): Add myself.
10720
10721 2002-07-31 Alan Modra <amodra@bigpond.net.au>
10722
10723 * configure.in: Move generic linux case to end. Copy generic
10724 linux noconfigdirs to mips*-*-linux* entry and new
10725 powerpc64*-*-linux* entry. Add target-libffi for the latter.
10726
10727 2002-07-19 Michael Matz <matz@suse.de>
10728
10729 * MAINTAINERS: Add myself as ra* maintainer.
10730
10731 2002-07-16 Chris Demetriou <cgd@broadcom.com>
10732
10733 * config.guess: Update to 2002-07-09 version.
10734 * config.sub: Update to 2002-07-03 version.
10735
10736 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
10737
10738 * MAINTAINERS: Fix typo in a maintainer email address.
10739
10740 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
10741
10742 * configure.in: Remove two redundant tests.
10743
10744 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10745
10746 * configure.in (mips*-*-irix6*o32): Enable stabs.
10747
10748 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
10749
10750 * configure.in: Don't build grez.
10751 * Makefile.in: Ditto.
10752
10753 * Makefile.in: Remove references to bsp, cygmon, libstub.
10754 * configure.in: Ditto.
10755
10756 * configure.in: Remove leftover reference to gdbtest.
10757
10758 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
10759
10760 * configure.in (gxx_include_dir): Change to match versioned
10761 C++ headers if --enable-version-specific-runtime-libs is used.
10762
10763 2002-07-04 Steve Ellcey <sje@cup.hp.com>
10764
10765 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
10766
10767 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
10768
10769 * configure.in: Make --without-x work.
10770
10771 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
10772
10773 * configure.in: Rearrange target Makefile fragment collection.
10774
10775 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
10776 cvs[src].
10777 * configure.in: Ditto.
10778
10779 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
10780
10781 * MAINTAINERS (Write After Approval): Update my e-mail address.
10782
10783 2002-06-24 Ben Elliston <bje@redhat.com>
10784
10785 * configure.in (host_tools): Remove cgen.
10786
10787 * Makefile.in (all-cgen): Remove; runs from its source directory.
10788 (check-cgen, install-cgen, clean-cgen): Likewise.
10789 (all-opcodes): Do not depend on all-cgen.
10790 (all-sim): Likewise.
10791
10792 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
10793
10794 * Makefile.in: Eliminate 'apache' targets.
10795 * configure.in: Eliminate 'apache' targets.
10796
10797 * configure.in: Eliminate redundant tests. Reorganize.
10798
10799 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
10800
10801 * config-ml.in: Eliminate references to Cygnus configure.
10802
10803 * Makefile.in: Eliminate references to building emacs.
10804
10805 2002-06-28 Graham Stott <graham.stott@btinternet.com>
10806
10807 * MAINTAINERS: Update my email address.
10808
10809 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
10810
10811 * config.if (libstdcxx_incdir): Version C++ headers.
10812 (cxx_incdir): Remove.
10813
10814 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
10815
10816 * MAINTAINERS (Write After Approval): Add self.
10817
10818 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
10819
10820 * configure.in: Add support for ip2k.
10821
10822 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
10823
10824 * configure.in: Fix AIX configury bug.
10825
10826 2002-06-20 Steve Ellcey <sje@cup.hp.com>
10827
10828 * MAINTAINERS (Write After Approval): Add self.
10829
10830 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
10831
10832 * configure.in: replace ${topsrcdir} with ${srcdir}
10833
10834 * configure.in: Move definition of libstdcxx_flags
10835 right above usage, rather than waaay earlier.
10836
10837 * configure.in: Pull definition of is_cross_compiler earlier.
10838
10839 * configure.in: Rearrange a little.
10840
10841 * configure.in: Remove references to librx.
10842 * Makefile.in: Remove references to librx.
10843
10844 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
10845
10846 * config.sub: Add support for avr target.
10847 Import from master sources, rev 1.255
10848
10849 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
10850
10851 * configure, .cvsignore: Revert previous change...
10852 * Makefile: ...delete.
10853
10854 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
10855
10856 * configure.in: Eliminate ${gasdir} variable.
10857
10858 2002-06-18 Dave Brolley <brolley@redhat.com>
10859
10860 * configure.in: Add support for frv.
10861 * config.sub: Add support for frv.
10862
10863 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
10864
10865 * configure: Remove garbage from previous commit.
10866
10867 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
10868
10869 * configure: For in-source builds, make a subdir and re-exec there.
10870 * Makefile: New file. Pass targets through to build directory.
10871 * .cvsignore: No longer ignore "Makefile".
10872
10873 2002-06-16 Douglas Rupp <rupp@gnat.com>
10874
10875 * MAINTAINERS (Write After Approval): Add self.
10876
10877 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10878
10879 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
10880
10881 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
10882
10883 * configure.in (vax-*-netbsd*): Re-enable gas.
10884
10885 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
10886
10887 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
10888 BUILD_PREFIX_1, to correct nomenclature.
10889 * configure: Likewise.
10890
10891 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
10892 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
10893
10894 2002-05-31 Olaf Hering <olh@suse.de>
10895
10896 * config-ml.in: Propogate DESTDIR also.
10897
10898 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
10899
10900 * configure.in (vax-*-netbsd*): Don't build gas for this
10901 platform.
10902
10903 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
10904
10905 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10906 and libgcj for AVR.
10907
10908 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
10909
10910 * MAINTAINERS (Write After Approval): Add myself.
10911
10912 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
10913
10914 * config.guess: Update to 2002-05-22 version.
10915 * config.sub: Likewise.
10916
10917 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10918
10919 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
10920 * config-ml.in: Likewise.
10921 * configure: Likewise.
10922 * configure.in: Likewise.
10923
10924 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
10925
10926 * MAINTAINERS: Update my email address.
10927
10928 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
10929
10930 * configure.in: Simplify makefile fragment collection.
10931
10932 * configure.in: Remove code to build emacs.
10933
10934 * configure.in : Remove --srcdir argument from targargs and buildargs
10935 (it's always overridden in the Makefile anyway). Rearrange a bit.
10936
10937 * configure: Move some logic to configure.in.
10938 * configure.in: Move some logic from configure.
10939
10940 2002-05-11 Tom Tromey <tromey@redhat.com>
10941
10942 * MAINTAINERS: Reflect libgcj reality.
10943
10944 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
10945
10946 * Makefile.in: Honour DESTDIR.
10947
10948 2002-05-08 Mark Mitchell <mark@codesourcery.com>
10949
10950 * config.guess: Import 2002-03-20 version.
10951 * config.sub: Import 2002-04-26 version.
10952
10953 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10954
10955 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
10956
10957 2002-05-07 Tim Josling <tej@melbpc.org.au>
10958
10959 * MAINTAINERS: Add self.
10960
10961 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
10962
10963 * ltmain.sh: Detect and handle object name conflicts
10964 while piecewise linking a static library.
10965
10966 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
10967
10968 * configure.in (noconfigdirs): Don't disable libgcj on
10969 sparc64-*-solaris* and sparcv9-*-solaris*.
10970
10971 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
10972
10973 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
10974
10975 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
10976
10977 * configure.in (FLAGS_FOR_TARGET): Do not add
10978 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
10979 on i[3456]86-*-linux*.
10980
10981 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
10982
10983 * configure.in (noconfigdirs): Replace [ ] with test.
10984
10985 * configure.in (noconfigdirs): Do not add target-newlib if
10986 target == i[3456]86-*-linux*, and host == target.
10987
10988 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
10989
10990 * configure.in: delete reference to absent file
10991
10992 * configure.in: replace '[' with 'test'
10993
10994 * configure.in: Eliminate references to gash.
10995 * Makefile.in: Eliminate references to gash.
10996
10997 * configure.in: remove useless references to 'pic' makefile fragments.
10998
10999 * configure.in: (*-*-windows*) Finish removing.
11000
11001 * configure.in: Eliminate redundant test for libgui.
11002
11003 2002-04-29 Roger Sayle <roger@eyesopen.com>
11004
11005 * MAINTAINERS: Add self and realphabetize. Update entries
11006 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
11007 entry for a29k port maintainer.
11008
11009 2002-04-26 Joel Sherrill <joel@OARcorp.com>
11010
11011 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
11012 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
11013
11014 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
11015
11016 * configure.in: remove references to dead files
11017
11018 2002-04-19 Mark Mitchell <mark@codesourcery.com>
11019
11020 * MAINTAINERS: Add information about purpose of this file.
11021
11022 2002-04-18 Tom Tromey <tromey@redhat.com>
11023
11024 * configure.in: Disallow configuring libgcj when it is already
11025 installed and we're using Solaris 2.8 linker. Do enable libgcj on
11026 Solaris 2.8 by default. For PR libgcj/6158.
11027
11028 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
11029
11030 * configure.in: Move default CC setting out of config/mh-* fragments
11031 directly into here.
11032
11033 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
11034
11035 * configure.in: don't even try to configure or make a subdirectory
11036 if there's no configure script for it.
11037
11038 2002-04-15 Mark Mitchell <mark@codesourcery.com>
11039
11040 * MAINTAINERS: Remove chill maintainers.
11041 * Makefile.in (CHILLFLAGS): Remove.
11042 (CHILL_LIB): Remove.
11043 (TARGET_CONFIGDIRS): Remove libchill.
11044 (CHILL_FOR_TARGET): Remove.
11045 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11046 CHILL_LIB.
11047 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11048 (CHECK_TARGET_MODULES): Likewise.
11049 (INSTALL_TARGET_MODULES): Likewise.
11050 (CLEAN_TARGET_MODULES): Likewise.
11051 (configure-target-libchill): Remove.
11052 (all-target-libchill): Remove.
11053 * configure.in (target_libs): Remove target-libchill.
11054 Do not compute CHILL_FOR_TARGET.
11055 * libchill: Remove directory.
11056
11057 2002-04-11 DJ Delorie <dj@redhat.com>
11058
11059 * Makefile.in, configure.in: Sync with binutils, entries
11060 follow...
11061
11062 2002-04-07 Andrew Cagney <ac131313@redhat.com>
11063
11064 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
11065 (do-tar, do-bz2): New rules.
11066 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
11067 (gdb-tar): New rule.
11068 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
11069 (insight_dejagnu.tar): New rule.
11070 (insight.tar): New rule.
11071 (gdb+dejagnu.tar): New rule.
11072 (gdb.tar): New rule.
11073
11074 2002-02-01 Mo DeJong <supermo@bayarea.net>
11075
11076 * Makefile.in: Add all-tix to deps for all-snavigator
11077 so that tix is built when building snavigator.
11078
11079 2002-01-11 Steve Ellcey <sje@cup.hp.com>
11080
11081 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11082 ld and gdb are not supported.
11083
11084 2002-01-07 Mark Salter <msalter@redhat.com>
11085
11086 * configure.in: Remove target-bsp and target-cygmon from arm builds.
11087 Allow target-libgloss to be built for arm, strongarm, and xscale.
11088
11089 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
11090
11091 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11092 options for i[3456]86-pc-linux* native builds.
11093
11094 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
11095
11096 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11097 files from .po files for a distribution.
11098
11099 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
11100
11101 * configure.in: Enable libstdc++-v3 for h8300 targets.
11102
11103 2001-06-19 Alan Modra <amodra@bigpond.net.au>
11104
11105 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11106 version from bfd/.
11107
11108 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
11109
11110 * Makefile.in (VER): When present, extract the version number from
11111 the file version.in.
11112
11113 2001-05-24 Tom Rix <trix@redhat.com>
11114
11115 * configure.in : enable ld for aix
11116
11117 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
11118
11119 * config.guess: Add linux target for S/390.
11120
11121 2000-11-07 Philip Blundell <pb@futuretv.com>
11122
11123 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11124
11125 2000-11-03 Philip Blundell <pb@futuretv.com>
11126
11127 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11128 files.
11129
11130 2001-01-15 Ben Elliston <bje@redhat.com>
11131
11132 * configure.in (host_tools): Add sid.
11133 Always configure cgen.
11134
11135 2000-11-24 Nick Clifton <nickc@redhat.com>
11136
11137 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11138
11139 2000-08-20 Doug Evans <dje@casey.transmeta.com>
11140
11141 * Makefile.in (ALL_MODULES): Add all-cgen.
11142 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11143 (all-cgen): New target.
11144 (all-opcodes,all-sim): Depend on all-cgen.
11145 * configure.in (host_tools): Add cgen.
11146 Only configure cgen if --enable-cgen-maint.
11147
11148 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
11149
11150 * configure.in: Add *-*-freebsd* configurations.
11151
11152 2002-04-08 Tom Tromey <tromey@redhat.com>
11153
11154 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11155 Fixes PR libgcj/6068.
11156
11157 2002-03-30 Krister Walfridsson <cato@df.lth.se>
11158
11159 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11160
11161 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11162
11163 * configure.in (alpha*-dec-osf*): Enable libgcj.
11164
11165 2003-03-27 Matthew Gingell <gingell@gnat.com>
11166
11167 * MAINTAINERS (Write After Approval): Add myself.
11168
11169 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
11170
11171 Fix for: PR bootstrap/3591, target/5676
11172 * configure.in (mcore-pe): Disable the configuration of
11173 libstdc++-v3 since exceptions are not supported.
11174
11175 2002-03-20 Anthony Green <green@redhat.com>
11176
11177 * configure.in: Enable libgcj for xscale-elf target.
11178
11179 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
11180
11181 * MAINTAINERS: Update my email address.
11182
11183 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
11184
11185 * ltmain.sh (relink_command): Fix typo in previous change.
11186
11187 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
11188
11189 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
11190 (relink_command): Added --tag flags.
11191 (mode=install): If relinking fails; error out.
11192
11193 2002-03-12 Richard Henderson <rth@redhat.com>
11194
11195 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
11196 .NOTPARALLEL tag.
11197 (do-check): Rename from check.
11198 (check): Allow parallel check.
11199
11200 2002-03-12 Bob Wilson <bob.wilson@acm.org>
11201
11202 * MAINTAINERS: Add myself as maintainer for xtensa port.
11203 Fix alphabetical order in CPU port maintainer list.
11204 Remove myself from Write After Approval list.
11205
11206 2002-03-11 Richard Henderson <rth@redhat.com>
11207
11208 * Makefile.in (.NOTPARALLEL): Add fake tag.
11209
11210 2002-03-07 H.J. Lu (hjl@gnu.org)
11211
11212 * configure.in: Enable gprof for mips*-*-linux*.
11213
11214 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
11215
11216 * MAINTAINERS (Write After Approval): Add myself.
11217
11218 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
11219
11220 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
11221 libjava.
11222 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
11223
11224 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
11225
11226 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
11227 because its Makefile is there; test for the executable instead.
11228
11229 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
11230
11231 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
11232 libstdc++-v3 and libjava.
11233
11234 2002-02-11 Adam Megacz <adam@xwt.org>
11235
11236 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
11237 boehm-gc
11238
11239 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
11240
11241 * config.guess: Updated to 2002-01-30's version.
11242 * config.sub: Updated to 2002-02-01's version.
11243 Contribute sh64-elf.
11244 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
11245 * configure.in: Added sh64-*-*.
11246
11247 2002-02-08 Chris Demetriou <cgd@broadcom.com>
11248
11249 * MAINTAINERS: Belatedly add myself to write after approval list.
11250
11251 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
11252
11253 * MAINTAINERS: Put self in as maintainer for x86-64 port.
11254 Remove self as Write After Approval.
11255
11256 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
11257
11258 * MAINTAINERS: Put self in as maintainer for contrib/regression
11259 directory.
11260
11261 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
11262
11263 * MAINTAINERS: Update my email address.
11264
11265 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
11266
11267 * configure.in (*-*-netbsd*): New. Skip target-newlib,
11268 target-libiberty, and target-libgloss. Skip Java-related
11269 libraries if not supported for NetBSD on target CPU.
11270
11271 2002-01-25 Douglas B Rupp <rupp@gnat.com>
11272
11273 * install-sh: Use _inst.$$_ for temp file name.
11274
11275 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
11276
11277 * MAINTAINERS (Write After Approval): Move my contact info
11278 from here...
11279 (OS Port Maintainers): ...to here (netbsd).
11280
11281 2002-01-22 Bob Wilson <bob.wilson@acm.org>
11282
11283 * MAINTAINERS (Write After Approval): Add myself.
11284
11285 2002-01-17 H.J. Lu <hjl@gnu.org>
11286
11287 * Makefile.in (all-fastjar): Also depend on all-libiberty.
11288 (all-target-fastjar): Also depend on all-target-libiberty.
11289
11290 2002-01-16 H.J. Lu (hjl@gnu.org)
11291
11292 * config.guess: Import from master sources, rev 1.225.
11293 * config.sub: Import from master sources, rev 1.238.
11294
11295 2002-01-16 Kazu Hirata <kazu@hxi.com>
11296
11297 * MAINTAINERS (Write After Approval): Remove myself.
11298
11299 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
11300
11301 * MAINTAINERS (Write After Approval): Add myself.
11302
11303 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
11304
11305 * MAINTAINERS: Add self as docs co-maintainer.
11306
11307 2001-12-11 Matthias Klose <doko@debian.org>
11308
11309 * MAINTAINERS (Write After Approval): Add myself.
11310
11311 2001-12-09 Zack Weinberg <zack@codesourcery.com>
11312
11313 * MAINTAINERS: Update my email address.
11314
11315 2001-12-07 Turly O'Connor <turly@apple.com>
11316 * MAINTAINERS (Write After Approval): Add myself.
11317 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
11318 (rs6000_initialize_trampoline): Call __trampoline_setup for
11319 ABI_DARWIN too.
11320 * darwin-tramp.asm: New file, implements __trampoline_setup.
11321 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
11322
11323 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
11324
11325 * MAINTAINERS (Write After Approval): Add myself.
11326
11327 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
11328
11329 * configure, configure.in: Use temp file for long sed commands.
11330
11331 2001-12-03 Laurent Guerby <guerby@acm.org>
11332
11333 * config.sub: Update to version 1.232 on subversion.
11334
11335 2001-12-03 Ben Elliston <bje@redhat.com>
11336
11337 * MAINTAINERS: Update mail address for config.* patches.
11338
11339 2001-11-27 DJ Delorie <dj@redhat.com>
11340 Zack Weinberg <zack@codesourcery.com>
11341
11342 When build != host, create libiberty for the build machine.
11343
11344 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
11345 CONFIG_ARGUMENTS.
11346 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
11347 New variables.
11348 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
11349 and rules.
11350 (all.normal): Depend on ALL_BUILD_MODULES.
11351 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
11352 (all-build-libiberty): Depend on configure-build-libiberty.
11353
11354 * configure: Calculate and substitute proper value for
11355 ALL_BUILD_MODULES.
11356 * configure.in: Create the build subdirectory.
11357 Calculate and substitute TARGET_CONFIGARGS (formerly
11358 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
11359
11360 2001-11-26 Ziemowit Laski <zlaski@apple.com>
11361
11362 * MAINTAINERS (write-after-approval): Add self.
11363
11364 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
11365
11366 * MAINTAINERS (GNATS only accounts): Remove self.
11367
11368 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
11369
11370 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
11371 libf2c.
11372
11373 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
11374
11375 * MAINTAINERS (Write After Approval): Add self.
11376
11377 2001-11-12 David O'Brien <obrien@FreeBSD.org>
11378
11379 * MAINTAINERS: mips and s390 are also CPU ports.
11380
11381 2001-11-12 David O'Brien <obrien@FreeBSD.org>
11382
11383 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
11384
11385 2001-11-11 David O'Brien <obrien@FreeBSD.org>
11386
11387 * MAINTAINERS: Alphabetize.
11388
11389 2001-11-09 Kazu Hirata <kazu@hxi.com>
11390
11391 * MAINTAINERS (Various maintainers: h8 port): Add myself.
11392
11393 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
11394
11395 * MAINTAINERS (Various maintainers: hppa port): Added myself.
11396
11397 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
11398
11399 * configure.in (--enable-languages): Be more permissive about
11400 syntax. Check for empty lists better. Warn about $LANGUAGES.
11401
11402 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
11403
11404 * config.sub: Import from master sources, rev. 1.230.
11405 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
11406
11407 2001-11-07 Laurent Guerby <guerby@acm.org>
11408
11409 * MAINTAINERS (Write After Approval): Add self.
11410
11411 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
11412
11413 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
11414
11415 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
11416
11417 * config.sub: Import from master sources, rev 1.226.
11418 * config.guess: Import from master sources, rev 1.216.
11419
11420 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
11421
11422 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
11423 * MAINTAINERS: Add self as maintainer of MMIX port.
11424 Remove old after-approval entry.
11425
11426 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
11427
11428 * ChangeLog, configure: Fix spelling errors.
11429
11430 2001-10-20 Brendan Kehoe <brendan@zen.org>
11431
11432 * MAINTAINERS: Tweak my address.
11433
11434 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
11435
11436 * MAINTAINERS: Update my email address.
11437
11438 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
11439
11440 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
11441 * MAINTAINERS: Add self as maintainer of CRIS port.
11442
11443 2001-10-10 Geert Bosch <bosch@gnat.com>
11444
11445 * MAINTAINERS (Various maintainers: Ada front end):
11446 Added Robert Dewar.
11447
11448 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
11449
11450 * MAINTAINERS (Write After Approval): Added self
11451
11452 2001-10-02 Geert Bosch <bosch@gnat.com>
11453
11454 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11455
11456 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
11457
11458 * configure: Handle temporary files securely using mkdir.
11459
11460 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
11461
11462 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
11463
11464 2001-09-26 Will Cohen <wcohen@redhat.com>
11465
11466 * configure.in (*-*-linux*): Disable configuration of target-newlib
11467 and target-libgloss.
11468
11469 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
11470
11471 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
11472 RANLIB.
11473
11474 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
11475
11476 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
11477 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
11478 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
11479 avoid quotes nesting problems.
11480 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
11481 (DO_X): Export only variables that are set.
11482
11483 2001-09-19 Ben Elliston <bje@redhat.com>
11484
11485 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
11486 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
11487 semantics. Use the shell built-in "type" command instead.
11488
11489 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
11490
11491 Merged from gcc-3_0-branch:
11492 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
11493 * ltcf-c.sh: Use $objext, not $ac_objext.
11494 2001-07-27 Mark Kettenis <kettenis@gnu.org>
11495 * ltcf-cxx.sh: Add support for GNU.
11496 2001-07-22 Timothy Wall <twall@redhat.com>
11497 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
11498 default settings if using GNU tools with that configuration.
11499 * ltcf-cxx.sh: Ditto.
11500 * ltcf-gcj.sh: Ditto.
11501 2001-07-21 Michael Chastain <chastain@redhat.com>
11502 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
11503 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
11504 * ltmain.sh: Mark as gcc-local.
11505
11506 2001-08-30 Eric Christopher <echristo@redhat.com>
11507 Jason Eckhardt <jle@redhat.com>
11508
11509 * config.guess: Merge from master sources.
11510 * config.sub: Merge from master sources, add support for mipsisa32.
11511
11512 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
11513 * config.sub: Merge from master sources, rev 1.219.
11514 * MAINTAINERS: Add self as contact for stormy16 port.
11515
11516 2001-08-14 Zack Weinberg <zackw@panix.com>
11517
11518 * config.sub: Merge from master sources, rev 1.218.
11519 * config.guess: Merge from master sources, rev 1.209.
11520
11521 2001-08-11 Graham Stott <grahams@redhat.com>
11522
11523 * Makefile.in (check-c++): Add missing semicolon.
11524
11525 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
11526
11527 * MAINTAINERS (Various maitainers: predict.def): Added myself.
11528
11529 2001-07-30 Eric Christopher <echristo@redhat.com>
11530
11531 * MAINTAINERS (Various maintainers: mips port): Added myself.
11532
11533 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
11534
11535 * configure.in (sh-*-linux*): New.
11536
11537 2001-07-27 Richard Henderson <rth@redhat.com>
11538
11539 * .cvsignore: Add LAST_UPDATED.
11540
11541 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
11542
11543 * MAINTAINERS (Various maintainers: s390 port): Added myself.
11544
11545 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
11546
11547 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
11548
11549 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
11550
11551 * MAINTAINERS (Write After Approval): Added myself.
11552
11553 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11554
11555 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11556 and libgcj on m68hc11/m68hc12.
11557
11558 2001-06-27 H.J. Lu (hjl@gnu.org)
11559
11560 * Makefile (CFLAGS_FOR_BUILD): New.
11561 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
11562
11563 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11564
11565 * README: Remove version number.
11566
11567 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11568
11569 * INSTALL/README: Update wrt. to the installation instructions now
11570 residing in gcc/doc/install.texi.
11571
11572 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11573
11574 * README: Replace with a cut-down and updated version of gcc/README.
11575
11576 2001-06-12 David Edelsohn <edelsohn@gnu.org>
11577
11578 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
11579 multilibs to be disabled.
11580
11581 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
11582
11583 * MAINTAINERS (Write After Approval): Add myself.
11584
11585 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
11586
11587 * config.guess: Import CVS version 1.195.
11588 * config.sub: Import CVS version 1.212.
11589
11590 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
11591
11592 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11593 gcc/xgcc is built, use -print-prog-name to find out the program
11594 name to use.
11595
11596 2001-06-04 Phil Edwards <pme@sources.redhat.com>
11597
11598 * config.guess: Import CVS version 1.194. All gcc-local changes
11599 appear to also be in the master copy.
11600 * config.sub: Import CVS version 1.211.
11601
11602 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
11603
11604 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
11605 with_gcc]: Use `gcc -shared' to build a shared library.
11606
11607 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
11608
11609 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
11610 archives.
11611
11612 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11613
11614 * MAINTAINERS (Write After Approval): Add myself.
11615
11616 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
11617
11618 * configure.in (libstdcxx_flags): Do not try to execute
11619 libstdc++-v3/testsuite_flags until it exists.
11620
11621 2001-06-01 Alan Modra <amodra@bigpond.net.au>
11622
11623 * MAINTAINERS: Update my email address.
11624
11625 2001-05-31 Graham Stott <grahams@redhat.com>
11626
11627 * MAINTAINERS (Write After Approval): Add myself.
11628
11629 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
11630
11631 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
11632 libraries when using g++ with native linker.
11633
11634 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
11635
11636 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
11637
11638 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
11639
11640 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
11641 [aix4*|aix5*]: Prepend blank.
11642
11643 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
11644
11645 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11646 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
11647 of subdir/configure scripts to use the new libtool.m4.
11648
11649 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
11650
11651 * MAINTAINERS (Write After Approval): Add myself.
11652
11653 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
11654
11655 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
11656
11657 2001-05-11 Ben Elliston <bje@redhat.com>
11658
11659 * Makefile.in (all-sid): New target.
11660 (check-sid, clean-sid, install-sid): Likewise.
11661
11662 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
11663
11664 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
11665
11666 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
11667
11668 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
11669 libgcj.
11670
11671 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
11672
11673 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11674 gcc/xgcc is built, use -print-prog-name to find out the program
11675 name to use.
11676
11677 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
11678
11679 * configure.in (noconfigdirs): Don't reset it from scratch in the
11680 target case; only append to it.
11681
11682 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
11683 sparc-*-solaris2.8]: Disable ${libgcj}.
11684
11685 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
11686
11687 * configure.in (libgcj_saved): Copy from $libgcj.
11688 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
11689 --disable-libgcj.
11690
11691 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
11692
11693 * MAINTAINERS: Remove self as MIPS maintainer and
11694 C front end maintainer.
11695
11696 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
11697
11698 * configure.in: Move *-chorusos target case to the proper switch.
11699 Disable libgcj.
11700
11701 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
11702
11703 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
11704 1.641.2.228.
11705
11706 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11707
11708 * Makefile.in (STAGE1_CFLAGS): Pass down.
11709
11710 2001-04-13 Alan Modra <amodra@one.net.au>
11711
11712 * config.guess: Add hppa64-linux support. Note for next import that
11713 this is already in the master file.
11714 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
11715
11716 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
11717
11718 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11719 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
11720
11721 2001-04-11 Stan Shebs <shebs@apple.com>
11722
11723 * MAINTAINERS: Add self as Darwin port maintainer.
11724
11725 2001-04-11 Alan Modra <amodra@one.net.au>
11726
11727 * MAINTAINERS: Update my email address.
11728
11729 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
11730
11731 * ltcf-cxx.sh: Support creation of C++ shared libraries on
11732 recent versions of FreeBSD (release 3 or later).
11733 * ltconfig: On FreeBSD, -lc must not be provided when building
11734 a shared library or else the standard -pthread gcc option is
11735 rendered worthless to later users of the built library.
11736
11737 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
11738
11739 * MAINTAINERS: Add self and RTH as C front end maintainers.
11740
11741 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
11742
11743 * config.sub: Make sure to match an already-canonicalized
11744 machine name (eg. mn10300-unknown-elf).
11745
11746 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
11747
11748 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
11749 New macros.
11750 (bootstrap, cross): Use RECURSE_FLAGS.
11751 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
11752
11753 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
11754
11755 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
11756
11757 2001-03-22 Colin Howell <chowell@redhat.com>
11758
11759 * Makefile.in (DO_X): Do not backslash single-quotes in
11760 backquotes (two places).
11761
11762 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
11763
11764 Re-installed:
11765 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11766 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
11767 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11768 * ltcf-cxx.sh: Likewise.
11769 * ltcf-gcj.sh: Likewise.
11770
11771 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11772
11773 * MAINTAINERS: Add myself as "documentation co-maintainer".
11774
11775 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
11776
11777 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11778 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
11779
11780 2001-03-19 Tom Tromey <tromey@redhat.com>
11781
11782 * config-ml.in: Handle GCJ and GCJFLAGS.
11783
11784 2001-03-21 Michael Chastain <chastain@redhat.com>
11785
11786 * Makefile.in: all-m4 depends on all-texinfo.
11787
11788 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
11789
11790 * MAINTAINERS: Add myself to write after approval list.
11791
11792 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
11793
11794 * Makefile.in (DO_X): Quote nested quotes.
11795
11796 2001-03-18 Alan Modra <alan@linuxcare.com.au>
11797
11798 * MAINTAINERS: Add myself to write after approval list.
11799
11800 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
11801
11802 * Makefile.in (DO_X): Use double quotes for quoting
11803 "RANLIB=$${RANLIB}".
11804
11805 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
11806
11807 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
11808
11809 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
11810
11811 * configure.in: Only use `lang_requires' for languages athat are
11812 actually enabled.
11813
11814 2001-03-08 Phil Edwards <pme@sources.redhat.com>
11815
11816 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
11817
11818 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
11819
11820 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
11821
11822 2001-03-07 Tom Tromey <tromey@redhat.com>
11823
11824 * configure.in: Allow config-lang.in to set `lang_requires' to list
11825 of other required languages.
11826
11827 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
11828
11829 * Makefile.in: Remove RANLIB definition. Use RANLIB
11830 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
11831 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
11832
11833 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
11834 Alexandre Oliva <aoliva@redhat.com>
11835
11836 * Makefile.in (check-c++): Use tabs, not spaces.
11837
11838 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
11839
11840 * MAINTAINERS: add myself to Write After Approval list.
11841
11842 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
11843
11844 * Makefile.in (check-c++): New rule.
11845
11846 * configure.in (target_libs): Remove libg++.
11847 (noconfigdirs): Remove libg++.
11848 (noconfigdirs): Same.
11849 (noconfigdirs): Same.
11850 (noconfigdirs): Same.
11851
11852 * config-ml.in: Remove libg++ references.
11853
11854 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
11855 (ALL_TARGET_MODULES): Same.
11856 (configure-target-libg++): Remove.
11857 (all-target-libg++): Remove.
11858 (configure-target-libio): Remove.
11859 (all-target-libio): Remove.
11860 (check-target-libio): Remove.
11861 (.PHONY): Remove.
11862 (libg++.tar.bz2): Remove.
11863 (all-target-cygmon): Remove libio.
11864 (all-target-libstdc++): Remove.
11865 (configure-target-libstdc++): Remove.
11866 (TARGET_LIB_PATH): Remove libstdc++.
11867 (ALL_GCC_CXX): Remove libstdc++.
11868 (all-target-gperf): Correct.
11869
11870 2001-02-16 Nick Clifton <nickc@redhat.com>
11871
11872 * configure.in (noconfigdirs): Allow configuration of texinfo
11873 for Cygwin hosts.
11874
11875 2001-02-15 Anthony Green <green@redhat.com>
11876
11877 * configure: Introduce GCJ_FOR_TARGET.
11878 * configure.in: Ditto.
11879 * Makefile.in: Ditto.
11880
11881 2001-02-13 Andreas Schwab <schwab@suse.de>
11882
11883 * MAINTAINERS: Update mail address.
11884
11885 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
11886
11887 * config.guess: Add linux target for S/390.
11888 * config.sub: Likewise.
11889
11890 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
11891
11892 * configure.in: for *-chorusos, don't config target-newlib and
11893 target-libgloss.
11894
11895 2001-02-06 Ben Elliston <bje@redhat.com>
11896
11897 * configure: Output host type to stdout, not stderr.
11898
11899 2001-02-05 Mark Mitchell <mark@codesourcery.com>
11900
11901 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
11902 * ltcf-cxx.sh: Likewise.
11903
11904 * config.if: Assume enable_libstdcxx_v3 is defined.
11905
11906 2001-02-04 Mark Mitchell <mark@codesourcery.com>
11907
11908 Remove V2 C++ library.
11909 * configure.in: Remove --enable-libstdcxx_v3 support.
11910
11911 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
11912
11913 * include/demangle.h: Add prototype for java_demangle_v3.
11914
11915 2001-01-29 Phil Edwards <pme@sources.redhat.com>
11916
11917 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
11918
11919 2001-01-27 Richard Henderson <rth@redhat.com>
11920
11921 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
11922
11923 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11924
11925 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
11926 Don't unset, it's non-portable and no longer necessary, set to empty
11927 instead.
11928
11929 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11930
11931 * ltconfig: Shell portability fix for the tagname validity check.
11932
11933 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
11934
11935 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
11936 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
11937
11938 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11939
11940 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
11941
11942 2001-01-26 Tom Tromey <tromey@redhat.com>
11943
11944 * configure.in: Allow libgcj to be built on Sparc Solaris.
11945
11946 2001-01-25 David Edelsohn <edelsohn@gnu.org>
11947
11948 * ltcf-c.sh: Add aix5 case.
11949 * ltcf-cxx.sh: Likewise.
11950 * ltconfig: Likewise.
11951
11952 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
11953
11954 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
11955 keep at least one of build_libtool_libs or build_old_libs set to
11956 yes.
11957
11958 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
11959 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
11960
11961 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
11962
11963 * configure.in: Enable libgcj on several additional platforms.
11964
11965 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
11966
11967 * configure.in: Enable libgcj for linux targets.
11968
11969 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11970
11971 * MAINTAINERS (Write After Approval): Add myself.
11972
11973 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
11974
11975 * MAINTAINERS: Add myself as vax port maintainer.
11976
11977 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
11978
11979 * MAINTAINERS: Add myself as Mercury front-end maintainer.
11980
11981 2001-01-09 Mike Stump <mrs@wrs.com>
11982
11983 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
11984 failures of subdirectories.
11985
11986 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11987
11988 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
11989 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11990 * ltcf-cxx.sh: Likewise.
11991 * ltcf-gcj.sh: Likewise.
11992 * ltconfig.sh: Fix typo.
11993
11994 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11995
11996 * configure: handle DOS-style absolute paths.
11997
11998 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11999
12000 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
12001
12002 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
12003
12004 * MAINTAINERS: Add myself as avr port co-maintainer.
12005
12006 2000-12-28 Ben Elliston <bje@redhat.com>
12007
12008 * MAINTAINERS: Add myself under ``Write After Approval''.
12009
12010 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
12011
12012 * texinfo: Remove directory from GCC.
12013
12014 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
12015
12016 * COPYING: Update to current
12017 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
12018 to 19yy as example year in copyright notice).
12019
12020 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
12021
12022 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
12023 (libstdcxx_incdir): Pass down.
12024 * config.if: Remove expired bits for cxx_interface, add stub.
12025 (libstdcxx_incdir): Add variable for g++ include directory.
12026 * configure.in (gxx_include_dir): Use it.
12027
12028 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
12029
12030 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
12031 with old-email address from ``Write After Approval''.
12032
12033 2000-12-15 Andreas Jaeger <aj@suse.de>
12034
12035 * configure.in: Handle lang_dirs.
12036
12037 2000-12-14 Tom Tromey <tromey@redhat.com>
12038
12039 * MAINTAINERS: Removed brads.
12040
12041 * MAINTAINERS: Added gcj developers.
12042
12043 2000-12-13 Anthony Green <green@redhat.com>
12044
12045 * configure.in: Disable libgcj for any target not specifically
12046 listed. Disable libgcj for x86 and Alpha Linux until compatible
12047 with g++ abi.
12048
12049 2000-12-13 Mike Stump <mrs@wrs.com>
12050
12051 * Makefile.in (local-distclean): Also remove fastjar.
12052
12053 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
12054
12055 * contrib/gcc_update: Add fastjar --touch entries.
12056
12057 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
12058
12059 * configure.in: Disable language-specific target libraries for
12060 languages that aren't enabled.
12061
12062 2000-12-10 Anthony Green <green@redhat.com>
12063
12064 * configure.in: Define libgcj. Disable libgcj target libraries for
12065 most targets.
12066
12067 2000-12-10 Neil Booth <neilb@earthling.net>
12068
12069 * MAINTAINERS: Update mail address, remove from WAA list.
12070
12071 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12072
12073 * libjava: Imported from /cvs/java.
12074 * libffi: Likewise.
12075 * Boehm-gc: Likewise.
12076
12077 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12078
12079 * configure.in (target_libs): Revert 2000-12-08 patch.
12080 (noconfigdirs): Added target-libjava.
12081
12082 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
12083
12084 * djunpack.bat: removed.
12085
12086 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
12087
12088 * Makefile.in: handle DOS-style absolute paths.
12089 * config-ml.in: likewise.
12090 * symlink-tree: likewise.
12091
12092 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12093
12094 * fastjar: Imported.
12095
12096 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12097
12098 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12099 libjava.
12100 * configure.in (target_libs): Removed `target-libjava'.
12101
12102 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12103
12104 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12105 (ALL_MODULES): Added fastjar.
12106 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12107 (all-target-libjava): all-fastjar replaces all-zip.
12108 (all-fastjar): Added.
12109 (configure-target-fastjar, all-target-fastjar): Likewise.
12110 * configure.in (host_tools): Added fastjar.
12111
12112 2000-12-07 Mike Stump <mrs@wrs.com>
12113
12114 * Makefile.in (local-distclean): Remove leftover built files.
12115
12116 2000-11-24 Nick Clifton <nickc@redhat.com>
12117
12118 * configure.in (xscale-elf): Add target.
12119 (xscale-coff): Add target.
12120
12121 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
12122
12123 * ltcf-cxx.sh: Support creation of C++ shared libraries on
12124 recent versions of FreeBSD (release 3 or later).
12125 * ltconfig: On FreeBSD, -lc must not be provided when building
12126 a shared library or else the standard -pthread gcc option is
12127 rendered worthless to later users of the built library.
12128
12129 2000-11-16 Fred Fish <fnf@be.com>
12130
12131 * configure.in (enable_libstdcxx_v3): Fix typo,
12132 libstd++ -> libstdc++.
12133
12134 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12135
12136 * MAINTAINERS: Add self to Write After Approval list.
12137
12138 2000-11-21 Bernd Schmidt <bernds@redhat.com>
12139
12140 * MAINTAINERS: Update my email address. Add myself to global write
12141 privs list.
12142
12143 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
12144
12145 * Makefile.in: Merge with src and libgcj.
12146 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
12147 configure-target-<library> when their configure scripts need the C
12148 or C++ library to have already been built to work properly.
12149 (do_proto_toplev): Set them to an empty string.
12150
12151 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12152 (REALLY_SET_LIB_PATH): Use them.
12153
12154 2000-11-17 Stan Shebs <shebs@apple.com>
12155
12156 * MAINTAINERS: Add self to Write After Approval list.
12157
12158 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12159
12160 * configure: Provide the original toplevel configure arguments
12161 (including $0) to subprocesses in the environment rather than
12162 through gcc/configargs.h.
12163
12164 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12165
12166 * MAINTAINERS: Remove references to cccp. Change C9X reference to
12167 C99. Alphabetise "Write After Approval" list.
12168
12169 2000-11-12 Mark Mitchell <mark@codesourcery.com>
12170
12171 * configure: Turn on libstdc++ V3 by default.
12172
12173 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
12174 if we've got GCC.
12175
12176 2000-11-11 Philip Blundell <philb@gnu.org>
12177
12178 * MAINTAINERS: Add self to Write After Approval list.
12179
12180 2000-11-09 David Edelsohn <edelsohn@gnu.org>
12181
12182 * ltcf-c.sh (aix4): Improve shared library configuration; require
12183 exporting symbols.
12184 * ltcf-cxx.sh (aix4): Define.
12185 * ltconfig (aix4): Define library and soname specs appropriate for
12186 AIX. Define command to create export symbols list.
12187
12188 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
12189
12190 * config.sub: Add support for Sun Chorus
12191
12192 2000-10-31 Nick Clifton <nickc@redhat.com>
12193
12194 * MAINTAINERS: Rename <name>@cygnus.com addresses to
12195 <name>@redhat.com. Also installed new email address for Clint
12196 Popetz.
12197
12198 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
12199
12200 * etc: Remove directory from GCC.
12201
12202 2000-10-16 Michael Meissner <meissner@redhat.com>
12203
12204 * configure (gcc/configargs.h): Only create if there is a build GCC
12205 directory created.
12206
12207 2000-10-16 Matthias Klose <doko@debian.org>
12208
12209 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
12210 when configured for libstdc++-v3.
12211
12212 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
12213
12214 * configure: Save configure arguments to gcc/configargs.h.
12215
12216 2000-10-04 Philipp Thomas <pthomas@suse.de>
12217
12218 * config.guess: Import CVS version 1.157.
12219 * config.sub: Import CVS version 1.181.
12220
12221 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
12222
12223 * Makefile.in (bootstrap): avoid recursion if subdir missing
12224 (cross): ditto
12225 (do-proto-toplev): ditto
12226
12227 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
12228
12229 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
12230 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
12231
12232 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
12233 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
12234 all affected `configure' scripts.
12235
12236 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
12237
12238 * MAINTAINERS: Add self as cpplib co-maintainer.
12239
12240 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
12241
12242 * MAINTAINERS: Add self to Write After Approval list.
12243
12244 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12245
12246 * INSTALL/README: egcs -> GCC update.
12247
12248 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
12249
12250 * MAINTAINERS: Add myself to Write After Approval list.
12251
12252 2000-09-15 Kazu Hirata <kazu@hxi.com>
12253
12254 * MAINTAINERS: Add myself to Write After Approval list.
12255
12256 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
12257
12258 * configure.in: Do not build byacc for hppa64. Provide paths to the
12259 X11 libraries for hppa64.
12260
12261 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12262
12263 * MAINTAINERS: Add myself as 68hc11 port maintainer.
12264
12265 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
12266
12267 * Makefile.in (all-zlib): Added dummy target.
12268
12269 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12270 ltcf-gcj.sh: Updated from libtool multi-language branch.
12271
12272 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
12273
12274 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
12275 (bootstrap*): Depend on all-bootstrap.
12276
12277 2000-09-05 Philipp Thomas <pthomas@suse.de>
12278
12279 * config.guess: Import CVS version 1.156.
12280 * config.sub: Import CVS version 1.179.
12281
12282 2000-09-02 Anthony Green <green@cygnus.com>
12283
12284 * Makefile.in (all-gcc): Depend on all-zlib.
12285 (CLEAN_MODULES): Add clean-zlib.
12286 (ALL_MODULES): Add all-zlib.
12287 * configure.in (host_libs): Add zlib.
12288
12289 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
12290
12291 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
12292 crosses, but add gcc/include to the header search path for them.
12293
12294 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
12295
12296 * MAINTAINERS: Add self to Write After Approval list.
12297
12298 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12299
12300 * config.guess: Import CVS version 1.152.
12301 * config.sub: Import CVS version 1.177.
12302
12303 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
12304
12305 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
12306 $targargs to tell whether newlib is going to be built.
12307
12308 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
12309 $$r/TARGET_SUBDIR/libio for _G_config.h.
12310
12311 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
12312
12313 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
12314
12315 2000-08-22 DJ Delorie <dj@redhat.com>
12316
12317 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
12318
12319 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
12320
12321 * config-ml.in (CC, CXX): Avoid trailing whitespace.
12322 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
12323 sub-configures.
12324
12325 2000-08-21 DJ Delorie <dj@redhat.com>
12326
12327 * MAINTAINERS: Add self as a libiberty maintainer
12328
12329 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
12330
12331 * configure.in (libstdcxx_flags): Use
12332 libstdc++-v3/src/libstdc++.INC.
12333
12334 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
12335
12336 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
12337
12338 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
12339
12340 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
12341
12342 * configure: Make enable_threads and enable_shared defaults
12343 explicit. Substitute enable_threads into generated Makefiles.
12344 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
12345 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
12346
12347 2000-08-13 Geoff Keating <geoffk@cygnus.com>
12348
12349 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
12350
12351 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
12352
12353 * config-ml.in (CC): Remove bogus duplicate quotation mark from
12354 previous delta.
12355
12356 2000-08-11 Jason Merrill <jason@redhat.com>
12357
12358 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
12359 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
12360 (FLAGS_FOR_TARGET): Not here.
12361 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
12362
12363 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
12364
12365 * config-ml.in (CC, CXX): Don't introduce a leading space.
12366
12367 2000-08-07 DJ Delorie <dj@delorie.com>
12368
12369 * MAINTAINERS: Add self as a DJGPP maintainer
12370
12371 2000-08-07 DJ Delorie <dj@redhat.com>
12372
12373 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
12374 "if we're also building gcc, and it's a gcc that will run on the
12375 build machine, we want to use its includes instead of the system's
12376 default includes".
12377
12378 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
12379
12380 * MAINTAINERS: Add self to Write After Approval list.
12381
12382 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
12383
12384 * configure.in (libstdcxx_flags): Don't use `"'.
12385
12386 * config-ml.in: Adjust multilib search paths to the
12387 appropriate multilib tree.
12388
12389 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
12390
12391 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
12392 commas in $LANGUAGES.
12393
12394 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
12395
12396 * configure.in: Re-enable all references to libg++ and librx.
12397
12398 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
12399
12400 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
12401 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
12402 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
12403 * ltcf-cxx.sh (need_lc): Set based on postdeps.
12404
12405 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
12406
12407 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
12408
12409 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
12410 CXX_FOR_TARGET for sed.
12411
12412 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
12413
12414 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
12415 Do not override if already set in the environment or in configure.
12416 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
12417 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
12418
12419 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
12420
12421 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
12422 the libtool CVS tree multi-language branch.
12423 * ltconfig, ltmain.sh: Updated.
12424
12425 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
12426
12427 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
12428 (clean-target): Depend on it.
12429
12430 * Makefile.in (FLAGS_FOR_TARGET): New macro.
12431 (GCC_FOR_TARGET): Use it.
12432 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
12433 * configure.in: ... here.
12434 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
12435 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
12436
12437 2000-07-24 Eric Christopher <echristo@cygnus.com>
12438
12439 * MAINTAINERS: Add self to Write After Approval list.
12440
12441 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
12442
12443 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
12444 (configure-target-libchill, configure-target-libobjc): Likewise.
12445
12446 * configure.in: Use the same cache file for all target libs.
12447 * config-ml.in: But different cache files per multilib variant.
12448
12449 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12450
12451 * configure (topsrcdir): Don't use dirname.
12452
12453 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
12454
12455 * MAINTAINERS: Add self to Write After Approval list.
12456
12457 2000-07-20 Jason Merrill <jason@redhat.com>
12458
12459 * configure.in: Remove all references to libg++ and librx.
12460
12461 * configure, configure.in, Makefile.in: Unify gcc and binutils.
12462
12463 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
12464
12465 * config.sub: Update to subversions version 2000-07-06.
12466
12467 2000-07-12 Andrew Haley <aph@cygnus.com>
12468
12469 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
12470 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
12471
12472 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
12473
12474 * symlink-tree: Check number of arguments.
12475
12476 2000-07-05 Jim Wilson <wilson@cygnus.com>
12477
12478 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
12479 search path for a g++ extracted from the build tree. This
12480 will allow link tests run by configure scripts in
12481 subdirectories to succeed.
12482
12483 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
12484
12485 * ltconfig: Add support for mips-dde-sysv4.2MP
12486
12487 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12488
12489 * MAINTAINERS: Add myself as loop discovery maintainer.
12490
12491 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
12492
12493 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
12494 `os2'. Force ac_cv_exeext to be ".exe" in that case.
12495
12496 2000-06-19 Timothy Wall <twall@cygnus.com>
12497
12498 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
12499 * config.sub: Add tic54x target.
12500
12501 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12502
12503 * MAINTAINERS: Add self as Fortran maintainer,
12504 remove Craig Burley.
12505
12506 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
12507
12508 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
12509 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
12510
12511 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
12512
12513 * MAINTAINERS: Add self as i18n maintainer
12514
12515 20000-05-21 H.J. Lu (hjl@gnu.org)
12516
12517 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
12518 directory are used if they exist. Make sure
12519 $(build_tooldir)/include is searched for header files,
12520 $(build_tooldir)/lib/ for library files.
12521 (GCC_FOR_TARGET): Likewise.
12522 (CXX_FOR_TARGET): Likewise.
12523
12524 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
12525
12526 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
12527
12528 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
12529
12530 * Makefile.in (configure-target-libiberty): Depend on
12531 configure-target-newlib.
12532
12533 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
12534
12535 * configure.in, Makefile.in: Merge all libffi-related
12536 configury stuff from the libgcj tree.
12537
12538 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
12539
12540 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12541 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
12542
12543 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
12544
12545 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12546 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
12547 current version information. Add to proto-toplev directory.
12548 (gdb-taz): Build do-djunpack.
12549
12550 2000-05-15 David Edelsohn <edelsohn@gnu.org>
12551
12552 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
12553
12554 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
12555
12556 * MAINTAINERS: Add self to Write After Approval list.
12557
12558 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12559
12560 * ltmain.sh: Preserve in relink_command any environment
12561 variables that may affect the linker behavior.
12562
12563 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
12564
12565 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
12566
12567 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
12568
12569 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
12570
12571 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12572
12573 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
12574 with the version name.
12575
12576 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
12577
12578 * MAINTAINERS: Add self as bb-reorder maintainer.
12579
12580 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
12581
12582 * config.if: Tweak.
12583
12584 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
12585
12586 * djunpack.bat: New file.
12587
12588 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
12589
12590 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
12591 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
12592 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
12593 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
12594
12595 2000-04-16 Dave Pitts <dpitts@cozx.com>
12596
12597 * config.sub (case $basic_machine): Change default for "ibm-*"
12598 to "openedition".
12599
12600 2000-04-13 Andreas Jaeger <aj@suse.de>
12601
12602 * MAINTAINERS: Added myself.
12603
12604 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
12605
12606 * Makefile.in (gdb-taz): New target. GDB specific archive.
12607 (do-md5sum): New target.
12608 (MD5PROG): Define.
12609 (PACKAGE): Default to TOOL.
12610 (VER): Default to a shell script.
12611 (taz): Rewrite target. Move real work to do-proto-toplev. Include
12612 md5 checksum generation.
12613 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
12614 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
12615 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
12616 insight.tar.bz2): Use gdb-taz to create archive.
12617
12618 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
12619
12620 * configure (warn_cflags): Delete.
12621
12622 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
12623
12624 * MAINTAINERS: Added myself.
12625
12626 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
12627 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
12628
12629 * configure.in (enable_libstdcxx_v3): Add.
12630 (target_libs): Add bits here to switch between libstdc++-v2 and
12631 libstdc++-v3.
12632 * config.if: And this file too.
12633 * Makefile.in: Add libstdc++-v3 targets.
12634
12635 2000-04-05 Michael Meissner <meissner@redhat.com>
12636
12637 * config.sub (d30v): Add d30v as a basic machine type.
12638
12639 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
12640
12641 * configure.in: -linux-gnu*, not -linux-gnu.
12642
12643 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12644
12645 * MAINTAINERS: Add self in write-after-approval section.
12646
12647 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
12648
12649 * MAINTAINERS: Add self as ia64 port maintainer.
12650
12651 2000-03-08 Neil Booth <NeilB@earthling.net>
12652
12653 * MAINTAINERS: Add self in write-after-approval section.
12654
12655 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
12656
12657 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
12658 (do-tar-bz2): Replace TOOL with PACKAGE.
12659 (gdb.tar.bz2): Remove GDBTK from GDB package.
12660 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
12661 dejagnu.tar.bz2): New packages.
12662
12663 2000-02-27 Andreas Jaeger <aj@suse.de>
12664
12665 * configure.in: Add entry for mips*-*-linux*, move catch all
12666 *-*-*linux* entry below this one.
12667
12668 2000-02-27 Ian Lance Taylor <ian@zembu.com>
12669
12670 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
12671
12672 2000-02-24 Nick Clifton <nickc@cygnus.com>
12673
12674 * config.sub: Support an OS of "wince".
12675
12676 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
12677
12678 * config.guess, config.sub: Updated to match config's 2000-02-15
12679 version.
12680
12681 2000-02-23 Linas Vepstas <linas@linas.org>
12682
12683 * config.sub: Add support for Linux/IBM 370.
12684 * configure.in: Likewise.
12685
12686 2000-02-22 Nick Clifton <nickc@cygnus.com>
12687
12688 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
12689
12690 2000-02-20 Christopher Faylor <cgf@cygnus.com>
12691
12692 * config.guess: Guess "cygwin" rather than "cygwin32".
12693
12694 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12695
12696 * configure (gcc_version): When setting, narrow search to
12697 lines containing `version_string'.
12698
12699 2000-02-15 Denis Chertykov <denisc@overta.ru>
12700
12701 * config.sub: Add support for avr target.
12702
12703 2000-02-14 Nick Clifton <nickc@cygnus.com>
12704
12705 * MAINTAINERS: Add maintainers for MCore port.
12706
12707 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
12708
12709 * config.sub: Add mmix-knuth-mmixware.
12710
12711 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12712
12713 * MAINTAINERS: Pair cccp with cpplib maintainership.
12714
12715 2000-01-27 Christopher Faylor <cgf@redhat.com>
12716
12717 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
12718 structure stuff to -L library search.
12719 (CXX_FOR_TARGET): Ditto.
12720 (CROSS_CHECK_MODULES): Fix spelling mistake.
12721
12722 2000-01-24 Mark Mitchell <mark@codesourcery.com>
12723
12724 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
12725 the C++ compiler.
12726
12727 2000-01-12 Richard Henderson <rth@cygnus.com>
12728
12729 * configure.in: Don't build some bits for beos.
12730
12731 2000-01-12 Joel Sherrill (joel@OARcorp.com)
12732
12733 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
12734 as include files.
12735
12736 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
12737
12738 * Add self as cpplib maintainer, as requested by Jason
12739 Merrill. Correct my e-mail address.
12740
12741 2000-01-06 Geoff Keating <geoffk@cygnus.com>
12742
12743 * configure.in: Use mt-aix43 to handle *_TARGET defs,
12744 not mh-aix43.
12745
12746 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
12747
12748 * MAINTAINERS: Add myself to "write after approval" list.
12749
12750 1999-12-14 Richard Henderson <rth@cygnus.com>
12751
12752 * config.guess (alpha-osf, alpha-linux): Detect ev67.
12753 * config.sub: Accept alphaev[78], alphaev8.
12754
12755 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12756
12757 * config.guess, config.sub: Update from autoconf.
12758
12759 1999-11-29 Bruce Korb <autogen@linuxbox.com>
12760
12761 * MAINTAINERS: update my playtime e-address.
12762
12763 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12764
12765 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
12766 necessary libraries are missing.
12767
12768 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
12769
12770 * MAINTAINERS: Add new 'write after approval' maintainer.
12771
12772 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
12773
12774 * MAINTAINERS: Add new Java maintainer.
12775
12776 1999-10-25 Andreas Schwab <schwab@suse.de>
12777
12778 * configure: Fix quoting inside arguments of eval.
12779
12780 1999-10-21 Nick Clifton <nickc@cygnus.com>
12781
12782 * config-ml.in: Allow suppression of some ARM multilibs.
12783
12784 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
12785
12786 * config.guess: Add OS/390 match pattern.
12787 * config.sub: Add mvs, openedition targets.
12788 * configure.in (i370-ibm-opened*): New.
12789
12790 1999-09-04 Steve Chamberlain <sac@pobox.com>
12791
12792 * config.sub: Add support for configuring for pj.
12793
12794 1999-08-31 Nick Clifton <nickc@cygnus.com>
12795
12796 * config.sub (maybe_os): Add support for configuring for fr30.
12797
12798 1999-08-25 Nick Clifton <nickc@cygnus.com>
12799
12800 * configure.in: Do not configure or build ld for AIX
12801 platforms. ld is known to be broken on these platforms.
12802
12803 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12804
12805 * config-ml.in: Pass compiler flag corresponding to multidirs to
12806 subdir configures.
12807
12808 1999-08-09 Ian Lance Taylor <ian@zembu.com>
12809
12810 * Makefile.in (LDFLAGS): Define.
12811
12812 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
12813
12814 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
12815 noconfigdirs.
12816 (*-*-cygwin*): Likewise.
12817
12818 1999-08-08 Ian Lance Taylor <ian@zembu.com>
12819
12820 * mkdep: New file.
12821 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
12822 (BINUTILS_SUPPORT_DIRS): Add mkdep.
12823
12824 From Eli Zaretskii <eliz@is.elta.co.il>:
12825 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
12826 long file name when using DJGPP on MS-DOS.
12827
12828 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
12829
12830 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
12831
12832 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
12833
12834 * Makefile.in (check-target-libio): Remove all-target-libstdc++
12835 dependency as this causes "make check" to globally "make all"
12836
12837 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
12838
12839 * configure.in (target_libs): Added target-zlib.
12840 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
12841 (CONFIGURE_TARGET_MODULES): Likewise.
12842 (CHECK_TARGET_MODULES): Likewise.
12843 (INSTALL_TARGET_MODULES): Likewise.
12844 (CLEAN_TARGET_MODULES): Likewise.
12845 (configure-target-zlib): New target.
12846 (all-target-zlib): Likewise.
12847 (all-target-libjava): Depend on all-target-zlib.
12848 (configure-target-libjava): Depend on configure-target-zlib.
12849
12850 * Makefile.in (configure-target-libjava): Depend on
12851 configure-target-newlib.
12852 (configure-target-boehm-gc): New target.
12853 (configure-target-qthreads): New target.
12854
12855 * configure.in (target_libs): Added target-qthreads.
12856 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
12857 (CONFIGURE_TARGET_MODULES): Likewise.
12858 (CHECK_TARGET_MODULES): Likewise.
12859 (INSTALL_TARGET_MODULES): Likewise.
12860 (CLEAN_TARGET_MODULES): Likewise.
12861 (all-target-qthreads): New target.
12862 (configure-target-libjava): Depend on configure-target-qthreads.
12863 (all-target-libjava): Depend on all-target-qthreads.
12864
12865 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
12866 (CONFIGURE_TARGET_MODULES): Likewise.
12867 (CHECK_TARGET_MODULES): Likewise.
12868 (INSTALL_TARGET_MODULES): Likewise.
12869 (CLEAN_TARGET_MODULES): Likewise.
12870 (all-target-libjava): New target.
12871 (all-target-boehm-gc): Likewise.
12872 * configure.in (target_libs): Added libjava, boehm-gc.
12873
12874 1999-07-22 Ian Lance Taylor <ian@zembu.com>
12875
12876 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
12877 configure.bat in SUPPORT_FILES.
12878 (gas+binutils.tar.bz2): Likewise.
12879
12880 * makeall.bat: Remove; obsolete.
12881
12882 1999-07-21 Ian Lance Taylor <ian@zembu.com>
12883
12884 From Mark Elbrecht:
12885 * configure.bat: Remove; obsolete.
12886
12887 1999-07-11 Ian Lance Taylor <ian@zembu.com>
12888
12889 * configure: Add -W -Wall to the default CFLAGS when compiling with
12890 gcc.
12891
12892 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
12893
12894 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
12895
12896 1999-06-30 Mark Mitchell <mark@codesourcery.com>
12897
12898 * configure.in: Build ld on IRIX6.
12899
12900 1999-06-12 Ian Lance Taylor <ian@zembu.com>
12901
12902 * Makefile.in: Change distribution targets to use bzip2 instead of
12903 gzip.
12904 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
12905 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
12906
12907 1999-06-04 Nick Clifton <nickc@cygnus.com>
12908
12909 * config.sub: Add mcore target.
12910
12911 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
12912
12913 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
12914
12915 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
12916
12917 * config.guess (dummy): Changed to $dummy.
12918
12919 1999-05-24 Nick Clifton <nickc@cygnus.com>
12920
12921 * config.sub: Tidied up case statements.
12922
12923 1999-05-22 Ben Elliston <bje@cygnus.com>
12924
12925 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
12926 <jiro@din.or.jp>.
12927
12928 * config.guess: Merge with FSF version. Future changes will be
12929 more accurately recorded in this ChangeLog.
12930 * config.sub: Likewise.
12931
12932 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
12933
12934 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
12935
12936 1999-04-30 Tom Tromey <tromey@cygnus.com>
12937
12938 * ltmain.sh: [mode link] Always use CC given by ltconfig.
12939
12940 1999-04-23 Tom Tromey <tromey@cygnus.com>
12941
12942 * ltconfig, ltmain.sh: Update to libtool 1.2f.
12943
12944 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
12945
12946 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
12947 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
12948 Bad merge removed these two changes.
12949
12950 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
12951 Martin Heller (Ing.-Buero_Heller@t-online.de)
12952
12953 * config.guess (interix Alpha): Add.
12954
12955 1999-04-11 Richard Henderson <rth@cygnus.com>
12956
12957 * configure.in (i?86-*-beos*): Do config gperf; don't config
12958 gdb, newlib, or libgloss.
12959
12960 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
12961
12962 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
12963 link a trivial program with -mabi=64. If it fails, remove mabi=64
12964 from multidirs.
12965
12966 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
12967
12968 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
12969
12970 1999-04-08 Nick Clifton <nickc@cygnus.com>
12971
12972 * config.sub: Add support for mcore targets.
12973
12974 1999-04-07 Michael Meissner <meissner@cygnus.com>
12975
12976 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
12977 not mt-ospace, in order to shut up assembler warning about using
12978 symbols that are named the same as registers.
12979
12980 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
12981
12982 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
12983 dependency list for all-target-cygmon.
12984
12985 1999-04-05 Doug Evans <devans@casey.cygnus.com>
12986
12987 * config-ml.in: Check $host, not $target, for selective multilibs.
12988 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
12989 thumb interworking, and underscore prefix multilibs.
12990
12991 1999-04-04 Ian Lance Taylor <ian@zembu.com>
12992
12993 * missing: Update to version from current automake.
12994
12995 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
12996
12997 * configure (gxx_include_dir): Removed.
12998
12999 * configure.in (gxx_include_dir): Handle it.
13000 * Makefile.in: Likewise.
13001
13002 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
13003
13004 * config.sub (mips64vr4111,mips64vr4111el) Add.
13005
13006 1999-03-21 Ben Elliston <bje@cygnus.com>
13007
13008 * config.guess: Correct typo for detecting ELF on FreeBSD.
13009
13010 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
13011
13012 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
13013 config/mh-djgpp.
13014
13015 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
13016
13017 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
13018 all-target-newlib to dependency list for all-target-bsp.
13019
13020 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
13021
13022 * config.sub: Add i386-uwin support.
13023 * config.guess: Likewise.
13024
13025 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13026
13027 * configure.in: cleanup, add mh-*pic handling for arm, special
13028 case powerpc*-*-aix*
13029
13030 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
13031
13032 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
13033 can be built.
13034
13035 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
13036
13037 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
13038 targets.
13039
13040 1999-03-02 Nick Clifton <nickc@cygnus.com>
13041
13042 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13043
13044 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
13045
13046 * config.sub: Check for "cygwin*" rather than "cygwin32*"
13047
13048 1999-02-24 Nick Clifton <nickc@cygnus.com>
13049
13050 * config.sub: Fix typo in arm recognition.
13051
13052 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
13053
13054 * configure.in (noconfigdirs): Changed target_configdirs to
13055 include target-bsp only for m68k-*-elf* and m68k-*-coff*
13056 rather than m68k-*-* since it is not known to work on
13057 m68k-aout. Ditto for arm-*-*oabi.
13058
13059 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
13060
13061 * configure.in (*-*-windows*): Remove, no longer used.
13062
13063 1999-02-19 Ben Elliston <bje@cygnus.com>
13064
13065 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
13066 Smart and improved by Andrew Cagney.
13067
13068 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
13069
13070 * config.guess: Recognize openbsd-*-hppa.
13071
13072 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
13073
13074 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13075 only if it is not empty.
13076
13077 1999-02-17 Nick Clifton <nickc@cygnus.com>
13078
13079 Patch from: Scott Bambrough <scottb@corelcomputer.com>
13080
13081 * config.guess: Modified to recognize uname's armv* syntax.
13082
13083 * config.sub: Modified to recognize uname's armv* syntax.
13084
13085 1999-02-17 Mark Salter <msalter@cygnus.com>
13086
13087 * configure.in: Added target-bsp for sparclite.
13088
13089 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
13090
13091 * config.sub: Recognize alphapca5[67] and up to alphaev8.
13092
13093 1999-02-08 Nick Clifton <nickc@cygnus.com>
13094
13095 * configure.in: Add support for strongarm port.
13096 * config.sub: Add support for strongarm target.
13097
13098 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
13099
13100 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13101 the old name config/mh-cygwin32.
13102 Enable texinfo.
13103
13104 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
13105
13106 * configure.in: Do build ld for ix86 Solaris.
13107
13108 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
13109
13110 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
13111 $AR_FOR_TARGET. Likewise for RANLIB.
13112
13113 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
13114
13115 * config.sub (oabi): Recognize.
13116 * configure.in (arm-*-oabi): Handle.
13117
13118 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
13119
13120 * config.guess: Improve detection of i686 on UnixWare 7.
13121
13122 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
13123
13124 * config.guess: Add support for i386-pc-interix.
13125 * config.sub: Likewise.
13126 * configure.in: Likewise.
13127
13128 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
13129
13130 * Makefile.in: Remove unneeded all-target-libio from
13131 from all-target-winsup target since it is now unneeded.
13132 Add all-target-libtermcap in its place since it is now
13133 needed.
13134
13135 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
13136
13137 * configure.in: makefile stub for cygwin target is probably
13138 unnecessary. Remove it for now.
13139
13140 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
13141
13142 * configure.in: libtermcap.a should be built when cygwin is the
13143 target as well as the host.
13144 * config.guess: Allow mixed case in cygwin uname output.
13145 * Makefile.in: Add libtermcap target.
13146
13147 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
13148
13149 * config.sub: Clean up handling of hppa2.0.
13150
13151 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
13152
13153 * config.guess: Use C code to identify more HP machines.
13154
13155 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
13156
13157 * config.sub: Handle hppa2.0.
13158
13159 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
13160
13161 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
13162 cygmon for all sparclite targets, regardless of object format.
13163
13164 1998-12-15 Mark Salter <msalter@cygnus.com>
13165
13166 * configure.in: Added target-bsp for several target architectures.
13167
13168 * Makefile.in: Added rules for bsp.
13169
13170 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
13171
13172 * config.guess: Improve detection of hppa2.0 processors.
13173
13174 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
13175
13176 * config.guess: Recognize FreeBSD using ELF automatically.
13177
13178 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
13179
13180 * configure (skip-this-dir): Add handling for new shell script, which
13181 might be created by a sub-directory's configure to indicate, this particular
13182 directory is "unwanted".
13183 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
13184
13185 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
13186
13187 * ltconfig: import from libtool, after changing libtool to
13188 account for the cygwin name change.
13189
13190 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
13191
13192 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
13193 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
13194
13195 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
13196
13197 * configure.in: Add libtermcap to list of cygwin dependencies.
13198
13199 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
13200
13201 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
13202 they include winsup/include when it's a cygwin target.
13203
13204 1998-11-12 Tom Tromey <tromey@cygnus.com>
13205
13206 * configure.in (host_tools): Added zip.
13207 * Makefile.in (all-target-libjava): Depend on all-zip.
13208 (all-zip): New target.
13209 (ALL_MODULES): Added all-zip.
13210 (NATIVE_CHECK_MODULES): Added check-zip.
13211 (INSTALL_MODULES): Added install-zip.
13212 (CLEAN_MODULES): Added clean-zip.
13213
13214 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
13215
13216 * Makefile.in: lose "32" from comment about cygwin.
13217
13218 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
13219
13220 * configure.in: Use -Os to build target libraries for the fr30.
13221
13222 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
13223
13224 * config.sub: Add fr30.
13225
13226 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
13227
13228 * configure.in: drop "32" from config/mh-cygwin32. Check
13229 cygwin* instead of cygwin32*.
13230 * config.sub: Check cygwin* instead of cygwin32*.
13231
13232 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
13233
13234 * config.guess: Match any version of Unixware7.
13235
13236 1998-10-20 Syd Polk <spolk@cygnus.com>
13237
13238 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
13239 if desired.
13240
13241 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
13242
13243 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
13244 these if the appropriate directories and files to not exist.
13245
13246 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
13247
13248 * Makefile.in (DEVO_SUPPORT): Add config.if.
13249
13250 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
13251
13252 * configure: Add pattern to replace "build_tooldir"'s
13253 definition in the generated Makefile with "tooldir"'s
13254 actual value.
13255
13256 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
13257
13258 * config.sub: Bring back lost sparcv9.
13259
13260 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
13261
13262 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
13263
13264 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
13265 CC_FOR_TARGET and friends.
13266
13267 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13268
13269 * Makefile.in (build_tooldir): New variable, same as tooldir.
13270 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
13271 -B$(build_tooldir)/bin/.
13272 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
13273
13274 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13275
13276 * README: Remove installation instructions and refer to the
13277 INSTALL directory instead.
13278
13279 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
13280
13281 * config.sub: Add support for i[34567]86-pc-udk.
13282 * configure.in: Likewise.
13283
13284 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
13285
13286 * Makefile.in: add bzip2 package building bits for user
13287 tools module
13288 * configure.in: ditto
13289
13290 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
13291
13292 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
13293 (ALL_TARGET_MODULES): Add all-target-libobjc.
13294 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13295 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13296 (all-target-libchill): Add dependencies.
13297 * configure.in (target_libs): Add libchill.
13298
13299 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
13300
13301 * configure.in (target_subdir): Remove duplicate line.
13302
13303 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
13304
13305 * Makefile.in (all-automake): fix dependencies.
13306
13307 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
13308
13309 * configure.in: Minor cleanups for building in the $(target_alias)
13310 subdir.
13311
13312 1998-09-22 Jim Wilson <wilson@cygnus.com>
13313
13314 * Makefile.in (bootstrap): Set r and s before make all. Use
13315 BASE_FLAGS_TO_PASS in make all.
13316 (cross): Likewise.
13317
13318 1998-09-20 Mark Mitchell <mark@markmitchell.com>
13319
13320 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
13321
13322 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
13323
13324 * config.sub: Fix typo in last change.
13325
13326 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13327
13328 * config.sub: Add support for C4x target.
13329 * configure.in: Likewise.
13330
13331 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
13332
13333 * config.sub: Recognize sparcv9 just like sparc64.
13334
13335 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
13336
13337 * config.guess: Match "Pent II" or "PentII" for OpenServer.
13338
13339 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
13340
13341 * config.guess: Correctly identify Pentium II sco boxes.
13342
13343 * config.guess: Fix "tr" code. From Weiwen Liu.
13344
13345 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
13346
13347 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
13348 stabs.
13349
13350 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
13351
13352 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
13353 (ALL_TARGET_MODULES): Add all-target-libchill.
13354 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13355 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13356 (all-target-libchill): Add dependencies.
13357 * configure.in (target_libs): Add libchill.
13358
13359 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
13360
13361 * config.guess: Avoid assumptions about "tr" behaves when
13362 LANG is set to something other than English.
13363
13364 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
13365
13366 * configure (gxx_include_dir): Changed to
13367 '${prefix}/include/g++'-${libstdcxx_interface}.
13368
13369 * config.if: New to determine the interfaces.
13370
13371 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
13372
13373 * config.guess: Detect and handle MPE/IX.
13374 * config.sub: Deal with MPE/IX.
13375
13376 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
13377
13378 * configure.in: Use mh-aix43.
13379
13380 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
13381
13382 * configure: Fix --without/--disable cases for gxx-include-dir.
13383
13384 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
13385
13386 * mdata-sh: Imported. Needed for automake support.
13387
13388 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
13389
13390 * Makefile.in (taz): Try "chmod -R og=u ." before
13391 "chmod og=u `find . -print`".
13392
13393 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
13394
13395 * configure.in: Add arm-elf and thumb-elf support.
13396
13397 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
13398
13399 * Makefile.in: Undo previous patch.
13400
13401 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
13402
13403 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
13404 to here ...
13405 (install-no-fixedincludes): and here
13406 (INSTALL_MODULES): ... from here.
13407
13408 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
13409
13410 * config.sub: Merge with FSF.
13411
13412 * config.guess: Merge with FSF.
13413
13414 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
13415
13416 * configure (extraconfigdirs): New variable.
13417 (SUBDIRS): Add extraconfigdirs and recurse on them too.
13418 * Makefile.in (all): Move higher in file.
13419 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
13420 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
13421 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
13422 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
13423 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
13424
13425 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
13426
13427 * Makefile.in (all-target-libjava): Depend on all-gcc and
13428 all-target-newlib.
13429 (configure-target-libjava): Depend on $(ALL_GCC).
13430
13431 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
13432
13433 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
13434 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
13435
13436 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
13437
13438 * INSTALL/README: Fix typo.
13439
13440 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
13441
13442 * ylwrap: Change absolute path checks to check for DOS style path
13443 names.
13444
13445 * ylwrap: Don't use a full path name if the source file is in the
13446 same directory. From hjl@lucon.org (H.J. Lu).
13447
13448 * config-ml.in: Default to being verbose, to match Feb 18 change to
13449 configure.
13450
13451 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
13452
13453 Brought over from egcs:
13454
13455 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13456
13457 * configure.in (target_subdir): Set to ${target_alias} instead
13458 of "libraries".
13459
13460 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
13461
13462 * configure.in (target_subdir): Set to libraries if enable_multilib.
13463
13464 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
13465
13466 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
13467 multilibs, force reconfiguration the first time we create
13468 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
13469
13470 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
13471
13472 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
13473 avoid confusion with --no-recursion.
13474
13475 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
13476
13477 * configure.in: Win32 hosts shouldn't use install -x
13478 * install-sh: remove -x option, and special .exe-handling
13479 hack.
13480
13481 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
13482
13483 * config.guess: Recognize i586-pc-beos.
13484 * configure.in: Don't build some bits for beos.
13485
13486 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
13487
13488 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
13489 CFLAGS default to -O2.
13490
13491 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
13492 when using GNU ld.
13493
13494 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
13495
13496 * ltmain.sh: Correct install when using a different shell.
13497
13498 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
13499
13500 * ltconfig, ltmain.sh: Update to libtool 1.2b.
13501
13502 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
13503
13504 * makefile.vms: Update to build binutils/makefile.vms. Add install
13505 target.
13506
13507 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
13508
13509 * ltconfig: Update to correct AIX handling.
13510
13511 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13512
13513 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
13514
13515 * configure.in (target_subdir): Set to ${target_alias} instead
13516 of "libraries".
13517
13518 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
13519
13520 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
13521 (Makefile): Depend on $(gcc_version_trigger).
13522
13523 * configure (gcc_version): Change default initializer to empty
13524 string.
13525 (gcc_version_trigger): New variable; pass this variable down
13526 to subdir configures to enable them checking gcc's version
13527 themselves. Emit make macros for both gcc_version vars.
13528 (topsrcdir): Initialize reliably.
13529 (recursion line): Remove --with-gcc-version=${gcc_version}.
13530
13531 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13532
13533 * configure (enable_version_specific_runtime_libs): Implement new flag
13534 --enable-version-specific-runtime-libs which installs C++ runtime stuff
13535 in $(libsubdir); emit definition in each generated Makefile.
13536 (gxx_include_dir): Initialize depending on
13537 $enable_version_specific_runtime_libs.
13538
13539 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13540
13541 * configure (gcc_version): Initialize properly depending on
13542 how and where configure is started.
13543 (recursion line): Pass a --with-gcc-version=${gcc_version}
13544 to configures in subdirs.
13545
13546 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
13547
13548 * configure.in (noconfigdirs): Add configure pattern for mips tx39
13549 cygmon
13550
13551 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
13552
13553 * configure.in: Add cygmon and libstub support for mn10200.
13554
13555 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
13556
13557 * configure (gcc_version): Add new variable describing the
13558 particular gcc version we're building.
13559 * Makefile.in (libsubdir): Add new macro for the directory
13560 in which the compiler finds executables, libraries, etc.
13561 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
13562 and libsubdir.
13563
13564 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13565
13566 * Makefile.in (local-clean): Remove *.log.
13567 (warning.log): Built with warn_summary from build.log.
13568 (mail-report.log): Run test_summary.
13569 (mail-report-with-warnings.log): Run test_summary including
13570 warning.log in the report.
13571
13572 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
13573
13574 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
13575
13576 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
13577
13578 * Makefile.in (grep): Grep no longer depends on libiberty.
13579
13580 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
13581
13582 * Makefile.in: all-snavigator needs all-libgui.
13583
13584 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
13585
13586 * configure.in: Add cygmon and libstub support for mn10300.
13587
13588 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
13589
13590 * missing: Update to version from automake 1.3.
13591
13592 * ltmain.sh: On installation, don't get confused if the same name
13593 appears more than once in the list of library names.
13594
13595 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
13596
13597 * config.sub: Accept m68060 and m5200 as CPU names.
13598
13599 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
13600
13601 * configure: Use && rather than using -a in test, because odd
13602 strings can confuse test.
13603 * configure.in: Likewise.
13604
13605 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
13606
13607 * ltconfig, ltmain.sh: Bring in Visual C++ support.
13608
13609 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13610
13611 * Makefile.in (boostrap2-lean, bootstrap3-lean,
13612 bootstrap4-lean): New targets.
13613
13614 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
13615
13616 * mpw-* Delete. Not used.
13617
13618 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
13619
13620 * COPYING.LIB: Update FSF address.
13621
13622 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
13623
13624 * ltconfig, ltmain.sh: Update to libtool 1.2a.
13625
13626 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
13627 GAS_SUPPORT_DIRS.
13628
13629 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
13630
13631 * ltconfig, ltmain.sh: Avoid producing a version number if
13632 -version-info was not used.
13633
13634 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
13635
13636 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
13637 building with newlib.
13638
13639 1998-04-30 Paul Eggert <eggert@twinsun.com>
13640
13641 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
13642 Solaris `make' causes it to continue to next definition.
13643
13644 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
13645
13646 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
13647 the right GUI libraries and files are installed along with GDB.
13648
13649 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
13650
13651 * configure.in: Change alpha to alpha* in several places.
13652
13653 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
13654
13655 * config.sub: Recognize sparc86x.
13656
13657 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
13658
13659 * configure.in (--enable-target-optspace): Remove debug echo.
13660
13661 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
13662
13663 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
13664
13665 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
13666
13667 * ltconfig: Update cygwin32 support.
13668
13669 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
13670 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
13671 (GDB_SUPPORT_DIRS): Likewise.
13672
13673 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
13674
13675 * configure.in (target_makefile_frag): If --enable-target-optspace,
13676 use -Os to compile target libraries rather than -O2. Default to
13677 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
13678 not used.
13679 * configure.in (target_cflags): Ditto for d30v.
13680
13681 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
13682
13683 * Makefile.in (all-bfd): Depend on all-intl.
13684 (all-binutils): Likewise.
13685 (all-gas): Likewise.
13686 (all-gprof): Likewise.
13687 (all-ld): Likewise.
13688
13689 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
13690
13691 * configure.in (host_tools): Fix typo, lbtool -> libtool.
13692
13693 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
13694
13695 * Makefile.in (all-bfd): Depend upon all-libiberty.
13696
13697 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
13698
13699 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
13700
13701 * Makefile.in: Add libstub.
13702
13703 * configure.in: Ditto. Build libstub for targets that have cygmon
13704 support.
13705
13706 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
13707
13708 * configure.in: Don't set PICFLAG on ix86-cygwin32.
13709
13710 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
13711
13712 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
13713 use mh-sysv5 if specified. Support gprof on SCO Open Server.
13714
13715 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
13716
13717 * configure: Define DEFAULT_M4 by searching PATH.
13718 * Makfile.in: Use DEFAULT_M4.
13719
13720 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
13721
13722 * ltconfig: Add cygwin32 support.
13723
13724 * Makefile.in, configure.in: Add libtool as a native only directory
13725 to configure and build.
13726
13727 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
13728
13729 * Makefile.in (INSTALL_MODULES): Remove texinfo.
13730
13731 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
13732
13733 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
13734
13735 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
13736
13737 * Makefile.in: add ash make rules
13738 * configure.in: add ash to native_only and host_tools lists
13739
13740 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
13741
13742 * Makefile.in (all-gettext, all-intl): New targets.
13743 (ALL_MODULES): Added all-gettext, all-intl.
13744 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
13745 (INSTALL_MODULES): Added install-gettext, install-intl.
13746 (CLEAN_MODULES): Added clean-gettext, clean-intl.
13747
13748 * configure.in (host_tools): Added gettext.
13749 (native_only): Likewise.
13750 (noconfigdirs) [various cases]: Likewise.
13751 (host_libs): Added intl.
13752
13753 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
13754
13755 * configure: Do not disable building gdbtk for cygwin32 hosts.
13756
13757 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
13758
13759 * configure.in: Add thumb-coff target.
13760 * config.sub: Add thumb-coff target.
13761
13762 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
13763
13764 * Makefile.in: Revert yesterday's change.
13765 (all-target-winsup): all-target-librx stays out of here.
13766
13767 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
13768
13769 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
13770 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
13771 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
13772 Remove references to librx and libg++.
13773
13774 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
13775
13776 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
13777 recursive makes
13778
13779 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
13780
13781 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
13782 for newlib directory.
13783 (CXX_FOR_TARGET): Likewise.
13784
13785 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
13786
13787 * ltconfig: Update after libtool/ltconfig.in change for
13788 hpux11.
13789
13790 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
13791
13792 * ltconfig, ltmain.sh: Update to libtool 1.2.
13793
13794 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
13795
13796 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
13797 (install-gcc-cross): Instead, override LANGUAGES here.
13798
13799 1998-03-18 Dave Love <d.love@dl.ac.uk>
13800
13801 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
13802 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
13803
13804 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
13805
13806 * configure.in: Add Thumb-pe target.
13807
13808 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
13809
13810 * Makefile.in - changed sn targets to snavigator
13811 * configure.in - changed sn targets to snavigator
13812
13813 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
13814
13815 * config-ml.in: After building symlink tree call make distclean
13816 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
13817 to be the case for libiberty.
13818
13819 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
13820
13821 * configure: When making link, also check the current
13822 directory. The configure scripts may create one.
13823
13824 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
13825
13826 * config.sub: Accept alphapca56 and alphaev6 properly.
13827
13828 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13829
13830 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
13831
13832 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
13833
13834 * config.sub (sco5): Fix typo.
13835
13836 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
13837
13838 * Makefile.in (INSTALL_MODULES): Move install-tcl before
13839 install-itcl.
13840 (install-itcl): Remove dependency on install-tcl.
13841
13842 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
13843
13844 * configure.in: Remove libgloss from noconfigdirs for MN10300.
13845
13846 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
13847
13848 * configure.in: Don't build libgui for a cygwin32 target when not on
13849 a cygwin32 host.
13850
13851 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
13852
13853 * configure (redirect): Set to null, so default behavior of
13854 configure is now --verbose.
13855
13856 1998-02-16 Dave Love <d.love@dl.ac.uk>
13857
13858 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
13859 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
13860
13861 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
13862
13863 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
13864 this change to sync Makefile.in with its ChangeLog entries.
13865
13866 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
13867
13868 * ltmain.sh (mkdir): Check that the directory doesn't exist
13869 before we exit with error, so that we don't get races during
13870 parallel builds.
13871
13872 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
13873
13874 * ltconfig, ltmain.sh: Update from libtool 1.0i.
13875
13876 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
13877
13878 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
13879 PICFLAG_FOR_TARGET.
13880 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
13881
13882 * configure: Emit a definition for the new macro enable_shared
13883 into each Makefile.
13884
13885 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
13886
13887 * configure.in (host_tools, native_only): Add libtool.
13888
13889 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
13890
13891 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
13892 Fix typo in ming config comment.
13893
13894 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
13895
13896 * ltconfig, ltmain.sh: Update from libtool 1.0h.
13897
13898 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
13899
13900 * config.sub: Add tic30 cases, and map c30 to tic30.
13901
13902 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
13903
13904 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
13905 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
13906 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
13907 (CLEAN_TARGET_MODULES): Similarly
13908 (all-target-libf2c): Add dependences.
13909 * configure.in (target_libs): Add libf2c.
13910
13911 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
13912
13913 * configure.in: Remove expect from noconfigdirs when target
13914 is cygwin32. OK to build expect and dejagnu with Canadian
13915 Cross.
13916
13917 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
13918
13919 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
13920 host.
13921
13922 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
13923 and mingw32.
13924
13925 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
13926
13927 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
13928 here as it is not defined in the toplevel Makefile.
13929
13930 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
13931
13932 * configure (package_makefile_rules_frag): New variable, which names
13933 a file with generic rules, ...
13934 Change comment to mention we now have FIVE parts.
13935 * configure: Undo last change.
13936
13937 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
13938
13939 * config.guess: More accurate determination of HP processor types.
13940 * config.sub: More accurate determination of HP processor types.
13941
13942 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
13943
13944 * configure (package_makefile_frag): Move inserting the
13945 ${package_makefile_frag} to where it should be according
13946 to the comment.
13947
13948 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
13949
13950 * config.guess: Add support for Linux/ARM.
13951
13952 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
13953
13954 * .cvsignore: Remove *-info and *-install since they match
13955 release-info and mpw-install, which we don't want to just ignore.
13956
13957 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
13958
13959 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
13960
13961 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
13962
13963 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
13964 local_prefix to sub-make invocations.
13965
13966 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
13967
13968 * configure.in: Check makefile fragments in the source
13969 directory.
13970
13971 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13972
13973 * configure.in: Check whether host and target makefile
13974 fragments exist before adding them to *_makefile_frag.
13975
13976 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
13977
13978 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
13979
13980 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
13981
13982 * configure.in: Make sure we only replace RPATH_ENVVAR on
13983 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
13984 regexp to sed.
13985
13986 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
13987 to sub-makes.
13988
13989 1998-01-13 Lee Iverson (leei@ai.sri.com)
13990
13991 * config-ml.in (multi-do): LDFLAGS must include multilib
13992 designator.
13993
13994 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
13995
13996 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
13997
13998 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
13999
14000 * config.sub: Add mingw32 support.
14001 * configure.in: Likewise.
14002
14003 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
14004
14005 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
14006
14007 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
14008
14009 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14010 * configure (gxx_include_dir): Provide a definition for subdirs
14011 which do not use autoconf.
14012
14013 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
14014
14015 * config.guess: Sync with egcs. Picks up new alpha support,
14016 BeOS & some additional linux support.
14017
14018 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
14019
14020 * config.guess: HP 9000/803 is a PA1.1 machine.
14021
14022 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
14023
14024 * configure.in: It's alpha*-...
14025
14026 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
14027
14028 * configure.in (host_makefile_frag, target_makefile_frag):
14029 Handle multiple config files.
14030 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
14031 alpha-*-*.
14032
14033 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
14034
14035 * mkdep: New file.
14036
14037 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
14038
14039 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14040
14041 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
14042
14043 * Makefile.in: Add libgui directory.
14044 (GDB_TK): Add all-libgui.
14045 * configure.in: Add libgui directory.
14046 * configure: Add all-libgui to GDB_TK.
14047
14048 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
14049
14050 * config-ml.in (multidirs): Add m32r to multilib list.
14051
14052 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
14053
14054 * Makefile.in (all-target-gperf): Change dependency to
14055 all-target-libstdc++.
14056
14057 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
14058
14059 * config.guess: Add BeOS support.
14060
14061 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
14062
14063 Source directory cvs renamed to cvssrc:
14064 * configure.in (host_tools): Change cvs to cvssrc.
14065 (native_only): Likewise.
14066 (noconfigdirs) [various cases]: Likewise.
14067 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14068 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14069 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
14070 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14071 (all-cvssrc): Rename target from all-cvs.
14072
14073 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
14074
14075 * configure (gxx_include_dir): Fix thinko.
14076
14077 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
14078
14079 * Makefile.in (INSTALL_TARGET_CROSS): Define.
14080 (install-cross, install-gcc-cross): New targets.
14081
14082 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
14083
14084 * configure.in (noconfigdirs): Add support for Thumb target.
14085
14086 * config.sub (maybe_os): Add support for Thumb target.
14087
14088 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
14089
14090 * Makefile.in: Add rules for cygmon.
14091
14092 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14093
14094 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
14095
14096 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14097 * configure (gxx_include_dir): Provide a definition for subdirs
14098 which do not use autoconf.
14099
14100 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
14101
14102 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
14103 11/18/97 build
14104
14105 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
14106
14107 * From Franz Sirl.
14108 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14109 found on RedHat Linux systems.
14110
14111 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
14112
14113 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14114 guesses.
14115
14116 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
14117
14118 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14119
14120 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
14121
14122 * ltmain.sh: If mkdir fails, check whether the directory was created
14123 anyhow by some other process.
14124
14125 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
14126
14127 * configure.in (d30v-*-*): Configure all directories.
14128
14129 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
14130
14131 * configure.in (d30v-*-*): Configure newlib, libiberty directories
14132 for the D30V.
14133
14134 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
14135
14136 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14137
14138 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
14139
14140 * include/libiberty.h: Add extern "C" { so it can be used with C++
14141 progrms.
14142 * include/remote-sim.h: Add extern "C" { so it can be used with C++
14143 programs.
14144
14145 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
14146
14147 * configure.in (d30v-*-*): Configure GCC now.
14148
14149 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
14150
14151 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14152 is no longer needed.
14153
14154 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
14155
14156 * Makefile.in: check-target-libio depends on all-target-libstdc++.
14157
14158 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
14159
14160 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14161 targets using "$@" to provide support for similar but not identical
14162 targets without having to duplicate code.
14163
14164 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
14165
14166 * makefile.vms: Fix to work with DEC C.
14167
14168 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
14169
14170 * config.sub: Add mips-tx39-elf to marketing names.
14171
14172 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
14173
14174 * ltmain.sh: Handle symlinks in generated script.
14175
14176 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
14177
14178 * configure: Handle autoconf style directory options: --bindir,
14179 --datadir, --includedir, --infodir, --libdir, --libexecdir,
14180 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
14181 --sysconfdir.
14182 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
14183 (sharedstatedir, localstatedir, oldincludedir): New variables.
14184 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
14185 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
14186 sbindir, sharedstatedir, and sysconfdir.
14187
14188 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
14189
14190 * Makefile.in (bootstrap-lean): New target.
14191
14192 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
14193
14194 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
14195 sn, and gnuserv from noconfigdirs.
14196
14197 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
14198
14199 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
14200
14201 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
14202
14203 * Makefile.in (cross): New target.
14204
14205 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
14206 Jeff Law <law@cygnus.com>
14207
14208 * Makefile.in (bootstrap2, bootstrap3): New targets.
14209 (all-bootstrap): Remove outdated and confusing target.
14210 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
14211
14212 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
14213
14214 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
14215 windows. Consistent with gdb/configure.
14216
14217 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
14218
14219 * configure.in: Name Linux target fragment.
14220
14221 * configure: Rewrite so that project Makefile fragment is inserted
14222 first and appears last in the resulting Makefile.
14223
14224 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
14225
14226 * Makefile.in (install-itcl): Install tcl first.
14227
14228 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
14229
14230 * configure.in: remove bison from noconfigdirs for Cygwin32 host
14231
14232 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
14233
14234 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
14235
14236 * configure.in (skipdirs): Add target-librx for Linux.
14237 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
14238
14239 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
14240
14241 * Makefile.in (bootstrap): New target.
14242
14243 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
14244
14245 * config.sub: Accept 'amigados' for backward compatibility.
14246
14247 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
14248
14249 * config.guess: Merge with FSF.
14250
14251 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
14252
14253 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
14254
14255 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
14256
14257 * config.sub: Add "marketing-names" patch.
14258
14259 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
14260
14261 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
14262
14263 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
14264
14265 * config.sub: Handle v850-elf.
14266
14267 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
14268
14269 * .cvsignore (*-install): Remove.
14270
14271 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
14272
14273 * ltconfig: Set CONFIG_SHELL in libtool.
14274 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
14275
14276 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
14277
14278 * configure.in (target_subdir): Set to libraries if enable_multilib.
14279
14280 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
14281
14282 * config.guess: Update from gcc directory.
14283
14284 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
14285
14286 * Makefile.in (all-sim): Depends on all-readline.
14287
14288 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
14289
14290 * Makefile.in (BISON, YACC): Use $$s.
14291 (all-bison): Depend on all-texinfo.
14292
14293 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
14294
14295 * Makefile.in (BISON): Add -L flag.
14296 (YACC): Likewise.
14297
14298 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
14299
14300 * configure.in (noconfigdirs): Add support for v850e target.
14301
14302 * config.sub (maybe_os): Add support for v850e target.
14303
14304 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
14305
14306 * configure.in (noconfigdirs): Add support for v850ea target.
14307
14308 * config.sub (maybe_os): Add support for v850ea target.
14309
14310 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
14311
14312 * config.sub: Add mipstx39. Delete r3900.
14313
14314 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14315
14316 * Makefile.in (all-autoconf): Depends on all-texinfo.
14317
14318 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
14319
14320 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
14321 eabi targets.
14322
14323 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
14324
14325 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
14326
14327 * configure: When handling a Canadian Cross, handle YACC as well as
14328 BISON. Just set BISON to bison. When setting YACC, prefer bison.
14329 * Makefile.in (all-bison): Depend upon all-texinfo.
14330
14331 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
14332
14333 * Makefile.in (BISON): bison, not byacc or bison -y.
14334 (YACC): bison -y or byacc or yacc.
14335 (various): Add *-bison as appropriate.
14336 (taz): No need to mess with BISON anymore.
14337
14338 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
14339
14340 * configure: If OSTYPE matches *win32*, try to find a good value for
14341 CONFIG_SHELL.
14342
14343 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
14344
14345 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
14346 configure.in if it is present.
14347
14348 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
14349
14350 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
14351
14352 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
14353
14354 * config.sub: Recognize `arc' cpu.
14355 * configure.in: Likewise.
14356 * config-ml.in: Likewise.
14357
14358 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
14359
14360 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
14361
14362 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
14363
14364 * configure: Changed sed delimiter from ':' to '|' when
14365 attempting to substitute ${config_shell} for SHELL. On
14366 NT ${config_shell} may contain a ':' in it.
14367
14368 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
14369
14370 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
14371
14372 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
14373
14374 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
14375
14376 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
14377
14378 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
14379
14380 * ylwrap: If the program is a relative path, force it to be
14381 absolute.
14382
14383 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
14384
14385 * configure (tooldir): Set BISON to `bison -y' and not just bison.
14386
14387 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
14388
14389 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
14390 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
14391 for libraries.
14392
14393 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
14394
14395 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
14396 separated by spaces.
14397
14398 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
14399
14400 * ylwrap: New file.
14401 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
14402
14403 * ltmain.sh: Handle /bin/sh at start of install program.
14404
14405 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
14406
14407 * ltconfig, ltmain.sh: New files, from libtool 1.0.
14408 * missing: New file, from automake 1.2.
14409
14410 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
14411
14412 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
14413 check-tk to CHECK_X11_MODULES.
14414
14415 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
14416
14417 * config.sub: Merge with FSF.
14418
14419 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
14420
14421 * config.guess: Merge with FSF.
14422
14423 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
14424
14425 * configure: Treat msdosdjgpp like go32.
14426 * configure.in: Likewise. Don't remove gprof for go32.
14427
14428 * configure: Change Makefile.tem2 to Makefile.tm2.
14429
14430 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
14431
14432 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
14433
14434 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14435
14436 * install-sh (chmodcmd): Set to null if the DST directory already
14437 exists. Same as Nov 11th change.
14438
14439 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
14440
14441 * configure (GDB_TK): Needs itcl and tix.
14442
14443 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
14444
14445 * config.guess: Update from FSF.
14446
14447 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
14448
14449 * Makefile.in (GDB_TK): Depend on itcl and tix.
14450
14451 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
14452
14453 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
14454 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
14455 (INSTALL_SCRIPT): New variable.
14456 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
14457 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
14458 to -x.
14459 * install-sh: Add support for -x option.
14460
14461 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
14462
14463 * configure.in, Makefile.in: Treat tix like itcl.
14464
14465 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
14466
14467 * Makefile.in (WINDRES): New variable.
14468 (WINDRES_FOR_TARGET): New variable.
14469 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
14470 (EXTRA_HOST_FLAGS): Add WINDRES.
14471 (EXTRA_TARGET_FLAGS): Add WINDRES.
14472 (EXTRA_GCC_FLAGS): Add WINDRES.
14473 ($(DO_X)): Pass down WINDRES.
14474 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
14475 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
14476 DLLTOOL_FOR_TARGET.
14477
14478 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
14479
14480 * configure.in: configure sim before gdb for win32-x-ppc
14481
14482 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14483
14484 Move gperf into the toplevel, from libg++.
14485 * configure.in (target_tools): Add target-gperf.
14486 (native_only): Add target-gperf.
14487 * Makefile.in (all-target-gperf): New target, depend on
14488 all-target-libg++.
14489 (configure-target-gperf): Empty rule.
14490 (ALL_TARGET_MODULES): Add all-target-gperf.
14491 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
14492 (CHECK_TARGET_MODULES): Add check-target-gperf.
14493 (INSTALL_TARGET_MODULES): Add install-target-gperf.
14494 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
14495
14496 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
14497
14498 * config.sub (mn10200): Recognize new basic machine.
14499
14500 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14501
14502 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
14503 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
14504
14505 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14506
14507 * configure.in: If we're building mips-sgi-irix6* native, turn on
14508 ENABLE_MULTILIB and set TARGET_SUBDIR.
14509
14510 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
14511
14512 * Makefile.in (all-sn): Depend on all-grep.
14513
14514 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
14515
14516 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
14517
14518 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
14519 Makefile. From Jeff Makey <jeff@cts.com>.
14520 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
14521
14522 * Makefile.in (DISTBISONFILES): Remove.
14523 (taz): Don't futz with DISTBISONFILES. Change BISON to use
14524 $(DEFAULT_YACC).
14525
14526 * configure.in: Build itl, db, sn, etc., when building for native
14527 cygwin32.
14528
14529 * Makefile.in (LD): New variable.
14530 (EXTRA_HOST_FLAGS): Pass down LD.
14531 ($(DO_X)): Likewise.
14532
14533 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
14534
14535 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
14536
14537 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
14538
14539 * configure.in (targargs): Strip out any supplied --build argument
14540 before adding our own. Always add --build.
14541
14542 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
14543
14544 * configure.in (targargs): Pass --build if we're doing
14545 a cross-compile.
14546
14547 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
14548
14549 * configure: Use '|' instead of ":" as the separator in
14550 sed. Otherwise sed chokes on NT path names with drive
14551 designators. Also look for "?:*" as the leading characters in an
14552 absolute pathname.
14553
14554 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
14555
14556 * config.sub: Support for r3900.
14557
14558 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
14559
14560 * configure.in: Use install-sh, not install.sh.
14561
14562 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
14563
14564 * Makefile.in (taz): Improve check for BISON so it doesn't try to
14565 apply it twice.
14566
14567 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
14568
14569 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
14570 install-binutils.
14571
14572 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
14573
14574 * Makefile.in: Add automake targets.
14575 * configure.in (host_tools): Add automake.
14576
14577 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
14578
14579 * configure: Default CXX to c++, not gcc.
14580 * Makefile.in (CXX): Set to c++, not gcc.
14581 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
14582
14583 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
14584
14585 * install-sh: try appending a .exe if source file doesn't
14586 exist
14587
14588 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
14589
14590 * configure.in: Turn on multilib by default.
14591 (cross_only): Remove target-libiberty.
14592
14593 * Makefile.in (all-gcc): Don't depend on libiberty.
14594
14595 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
14596
14597 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
14598
14599 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
14600
14601 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
14602 (DISTBISONFILES): Add ld/Makefile.in
14603
14604 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
14605
14606 * configure.in: if target is cygwin32 but host isn't cygwin32,
14607 don't configure gdb tcl tk expect, not just gdb.
14608
14609 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
14610
14611 * configure.in: Added gnuserv everywhere sn appears.
14612
14613 * Makefile.in (ALL_MODULES): Added all-gnuserv.
14614 (CROSS_CHECK_MODULES): Added check-gnuserv.
14615 (INSTALL_MODULES): Added install-gnuserv.
14616 (CLEAN_MODULES): Added clean-gnuserv.
14617 (all-gnuserv): New target.
14618
14619 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
14620
14621 * config.guess: Fixes for MIPS OpenBSD systems.
14622
14623 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
14624
14625 * Makefile.in (INSTALL_XFORM): Remove.
14626 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
14627
14628 * mkinstalldirs: New file, copied from automake.
14629 * Makefile.in (installdirs): Rename from install-dirs. Use
14630 mkinstalldirs. Change all users.
14631 (DEVO_SUPPORT): Add mkinstalldirs.
14632
14633 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
14634
14635 * install-sh: Rename from install.sh.
14636 * Makefile.in (INSTALL): Change install.sh to install-sh.
14637 (DEVO_SUPPORT): Likewise.
14638
14639 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
14640 Graichen <graichen@rzpd.de>.
14641
14642 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
14643
14644 * config.guess: Recognize OpenBSD systems correctly.
14645
14646 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14647
14648 * README, Makefile.in (ETC_SUPPORT): Remove references to
14649 cfg-paper*, configure.{texi,man,info*}._
14650
14651 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
14652
14653 * Makefile.in (all.normal): Ensure that gcc is built after all
14654 the x11 - ie gdb - targets.
14655
14656 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
14657
14658 * makefile.vms: Don't run conf-a-gas.
14659
14660 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
14661
14662 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
14663
14664 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
14665
14666 * configure.in: Remove noconfigdirs case since gdb also
14667 configures and builds for tic80-coff.
14668
14669 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
14670
14671 * configure: Set cache_file to config.cache.
14672 * Makefile.in (local-distclean): Remove config.cache.
14673
14674 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
14675
14676 * COPYING: Update FSF address.
14677
14678 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
14679
14680 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
14681 noconfigdirs.
14682
14683 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
14684
14685 * Makefile.in (install-dirs): Don't crash if prefix, and hence
14686 MAKEDIRS, is empty.
14687
14688 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
14689
14690 * config.sub: Tweak mn10300 entry.
14691
14692 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
14693
14694 * configure.in (host_tools): Put sim before gdb, so gdb's
14695 configure.tgt can determine if the simulator was configured.
14696
14697 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
14698
14699 * config.sub: Move BeOS $os case to be with other Cygnus
14700 local cases.
14701
14702 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
14703
14704 * config.sub: Remove misplaced comment that broke Linux.
14705
14706 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
14707
14708 * config.sub: Add BeOS support.
14709
14710 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
14711
14712 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
14713
14714 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
14715
14716 * configure.in (noconfigdirs): Remove tcl and tk from
14717 noconfigdirs for cygwin32 builds.
14718
14719 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
14720
14721 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
14722
14723 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
14724
14725 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
14726 make-all.com, use makefile.vms instead.
14727
14728 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
14729
14730 * config.sub: Accept -lnews*.
14731
14732 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
14733
14734 * configure.in (noconfigdirs): Disable target-newlib,
14735 target-examples and target-libiberty for d30v.
14736
14737 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
14738
14739 * configure.in (noconfigdirs): Enable ld for d30v.
14740
14741 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
14742
14743 * configure.in (tic80-*-*): Build compiler.
14744
14745 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
14746
14747 * configure.in (d30v-*): Remove sim directory from list of
14748 unsupported d30v directories
14749
14750 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
14751
14752 * config.sub, configure.in: Add d30v target cpu.
14753
14754 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
14755
14756 * makefile.vms: New file.
14757 * make-all.com: Remove.
14758
14759 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
14760
14761 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
14762
14763 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
14764
14765 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
14766
14767 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
14768
14769 * Makefile.in (ALL_MODULES): Added all-db.
14770 (CROSS_CHECK_MODULES): Addec check-db.
14771 (INSTALL_MODULES): Added install-db.
14772 (CLEAN_MODULES): Added clean-db.
14773
14774 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
14775
14776 * config.guess: Merge with latest FSF sources.
14777
14778 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
14779
14780 * Makefile.in (ALL_MODULES): Added all-itcl.
14781 (CROSS_CHECK_MODULES): Added check-itcl.
14782 (INSTALL_MODULES): Added install-itcl.
14783 (CLEAN_MODULES): Added clean-itcl.
14784
14785 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
14786
14787 * configure.in: build gdb for mn10200
14788
14789 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
14790
14791 * Makefile.in (all-target-winsup): Depend on all-target-libio.
14792
14793 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
14794
14795 * configure.in (tic80-*-*): Turn off most targets right now.
14796
14797 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
14798
14799 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
14800 rather than the makeinfo program.
14801 (do-info): Depend upon all-texinfo.
14802
14803 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
14804
14805 * configure.in: Remove uses of config/mh-linux.
14806
14807 * config.sub, config.guess: Merge with latest FSF sources.
14808
14809 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
14810
14811 * config.sub (case $basic_machine): Add tic80 entries.
14812
14813 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
14814
14815 * config.sub, config.guess: Merge with latest FSF sources.
14816
14817 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
14818
14819 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
14820 * mpw-config.in: Test for NewFolderRecursive.
14821 * mpw-install: Use symbolic name for startup filename.
14822 * mpw-README: Add various additional details.
14823
14824 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
14825
14826 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
14827
14828 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
14829
14830 * configure.in: Do build gcc and the target libraries for
14831 the mn10200.
14832
14833 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
14834
14835 * configure.in: don't avoid building gdb for mn10300 any more
14836 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
14837 instead of single-quoting it.
14838
14839 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
14840
14841 * configure.in: Don't use --with-stabs on IRIX 6.
14842
14843 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
14844
14845 * configure.in (m32r): Build gdb, libg++ now.
14846
14847 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14848
14849 * configure.in (mips*-sgi-irix6*): Remove gdb and related
14850 directories from noconfigdirs.
14851
14852 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
14853
14854 * config.sub (basic_machine): added mips16 configuration
14855
14856 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14857
14858 * config.sub: Handle d10v-unknown.
14859
14860 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
14861
14862 * config.sub: Handle v850-unknown.
14863
14864 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
14865
14866 * Makefile.in: add findutils
14867 * configure.in: add findutils to list of host_tools
14868
14869 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
14870
14871 * config.sub: Handle mn10200 and mn10300.
14872
14873 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14874
14875 * configure.in (d10v-*): Do not build librx.
14876
14877 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
14878
14879 * configure.in (mn10300): Build everything except gdb & libgloss.
14880
14881 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
14882
14883 * config.guess: Patch for Dansk Data Elektronik servers,
14884 from Niels Skou Olsen <nso@dde.dk>.
14885
14886 For ncr, use /bin/uname rather than uname, since GNU uname does not
14887 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
14888
14889 Patch for MIPS R4000 running System V,
14890 from Eric S. Raymond <esr@snark.thyrsus.com>.
14891
14892 Fix thinko for nextstep.
14893
14894 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
14895
14896 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
14897 * config.guess: Guess mips-dec-mach_bsd4.3.
14898
14899 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
14900 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
14901 release numbers.
14902 * config.guess (mips-mips-riscos*): Emit just enough of the
14903 release number.
14904
14905 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
14906 * config.guess (sparc-auspex-sunos*): Added.
14907 (f300-fujitsu-*): Added.
14908
14909 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
14910 * config.guess: Recognize a Tadpole as a sparc.
14911
14912 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
14913
14914 * config.guess: Don't assume that NextStep version is either 2 or
14915 3. NextStep 4 (aka OpenStep 4) has come out now.
14916
14917 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
14918
14919 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
14920 From Rik Faith <faith@cs.unc.edu>.
14921
14922 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
14923
14924 * config.sub: Contributions from bug-gnu-utils to:
14925 Support plain "hppa" (no version given) architecture, reported by
14926 OpenStep.
14927 OpenBSD like NetBSD.
14928 LynxOs is not a hardware supplier.
14929
14930 * config.guess: Contributions from bug-gnu-utils to add support for:
14931 OpenBSD like NetBSD.
14932 Stratus systems.
14933 More Pyramid systems.
14934 i[n>4]86 Intel chips.
14935 M680[n>4]0 Motorola chips.
14936 Use unknown instead of lynx for hardware manufacturer.
14937
14938 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14939
14940 * install.sh (chmodcmd): Set to null if the DST directory already
14941 exists.
14942
14943 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14944
14945 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
14946 not use mt-ppc target Makefile fragment any more.
14947
14948 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
14949
14950 * configure.in (*-*-windows): Exclude everything but those dirs
14951 needed to build windows.
14952
14953 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
14954
14955 * Makefile.in (all-target-winsup): Depend on all-target-librx.
14956
14957 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
14958
14959 * configure.in: Exclude mmalloc from i386-windows.
14960
14961 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
14962
14963 * Undo my previous change.
14964
14965 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
14966
14967 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
14968 unconditionally.
14969 (MAKEOVERRIDES): Define (revert this part of October 18 change).
14970
14971 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
14972
14973 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
14974 host to add it's own flags.
14975
14976 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
14977
14978 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
14979
14980 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
14981
14982 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
14983 (CXX_FOR_TARGET): Likewise.
14984 (GCC_FOR_TARGET): Define.
14985 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
14986 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
14987 CC_FOR_TARGET was specified on the command line.
14988 (MAKEOVERRIDES): Don't define.
14989
14990 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
14991
14992 * configure.in (m32r): Fix spelling of libg++ libs.
14993
14994 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
14995
14996 * config.sub (-apple*): Remove, now redundant.
14997
14998 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
14999
15000 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
15001
15002 * configure: Rework yesterday's sed script patch.
15003
15004 * config.sub: Merge with FSF.
15005
15006 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
15007
15008 * config.guess: Merge from FSF.
15009
15010 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
15011 * config.guess: Use pc instead of unknown, for pc clone systems.
15012 Change linux to linux-gnu.
15013
15014 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
15015 * config.guess: Avoid non-portable tr syntax.
15016
15017 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
15018
15019 * test-build.mk (HOLES): Add "xargs" for gdb.
15020
15021 * configure: Avoid hpux10.20 sed bug.
15022
15023 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
15024
15025 * configure.in: Add support for windows host
15026 (that is a build done under the Microsoft build environment).
15027
15028 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
15029
15030 * Makefile.in: Replace all uses of srcroot with s, to shrink
15031 command line lengths.
15032
15033 Patches from Geoffrey Noer <noer@cygnus.com>:
15034 * configure.in: If configuring for newlib, pass --with-newlib to
15035 subdirectories.
15036 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15037 -Bnewlib/ and -Lwinsup to gcc.
15038 (CXX_FOR_TARGET): Likewise.
15039
15040 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
15041
15042 * Makefile.in (ETC_SUPPORT): Add configure.
15043
15044 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
15045
15046 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
15047 host configuration file.
15048
15049 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
15050
15051 * configure.in: Break mn10x00 support into separate
15052 mn10200 and mn10300 configurations.
15053 * config.sub: Likewise.
15054
15055 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
15056
15057 * configure.in: Add lots of stuff to noconfigdirs for
15058 the mn10x00 targets.
15059
15060 * config.sub, configure.in: Add mn10x00 support.
15061
15062 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
15063
15064 * make-all.com: Call conf-a-gas, not config-a-gas.
15065
15066 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
15067
15068 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
15069 targets.
15070
15071 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
15072
15073 * mpw-README: Add much more detail for native PowerMac.
15074 * mpw-install: New file.
15075 * mpw-configure: Add --norecursion and --help options.
15076 * mpw-config.in: Translate readme and install files when
15077 copying to objdir.
15078 * mpw-build.in: Don't always depend on byacc and flex.
15079 (install-only-top): New action.
15080
15081 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
15082
15083 * configure.in: You can now configure GDB for the v850.
15084
15085 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
15086
15087 * configure.in (noconfigdirs): Don't configure any C++ dirs
15088 if targeting D10V.
15089
15090 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
15091
15092 * config.sub: Recognize mips64vr5000.
15093
15094 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
15095
15096 * configure.in: Use a single line for host_tools and native_only.
15097
15098 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
15099
15100 * config.sub, configure.in: Add entries for m32r.
15101
15102 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
15103
15104 * Makefile.in (inet-install): Don't run install-gzip.
15105
15106 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
15107
15108 * configure.in: Don't config lots of things for *-*-windows*.
15109
15110 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
15111
15112 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15113 (host_libs, host_tools): Copy from configure.in.
15114 * mpw-configure: Don't complain about directories not found.
15115
15116 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15117
15118 * configure.in (i[345]86): Recognize i686 for pentium pro.
15119 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15120 file.
15121
15122 * config.guess (i[345]86): Ditto.
15123
15124 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15125
15126 * configure.in (noconfigdirs): Removed gdb for D10V.
15127
15128 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
15129
15130 * configure.in: Remove ld, target-libio, target-libg++, and
15131 target-libstdc++ from noconfigdirs.
15132
15133 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
15134
15135 * configure: Fix three locations where shell scripts were
15136 being run directly rather than with config_shell.
15137
15138 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
15139
15140 * configure.in (v850-*-*): Set up initial $noconfigdirs.
15141 * config.sub (basic_machine): Recognize v850.
15142
15143 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
15144
15145 * mpw-configure: Handle multiple enable/disable options and
15146 pass them down recursively, handle -c and -s flags appropriately
15147 depending on choice of compiler, add escape mechanism for
15148 quoted arguments to gC.
15149
15150 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15151
15152 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15153 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15154 so that -mrelocatable-lib and -mno-eabi are used.
15155
15156 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15157 not support --print-multi-lib, don't abort.
15158
15159 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
15160
15161 * make-all.com: Run config-a-gas.
15162 * setup.com: Don't copy subdirectory files around.
15163
15164 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
15165
15166 * configure.in (*-*-ose): Remove exclusion of libgloss for this
15167 target, it now compiles correctly.
15168
15169 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
15170
15171 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
15172
15173 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15174
15175 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
15176
15177 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15178
15179 * configure.in (native_only): Add prms.
15180
15181 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
15182
15183 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
15184 (BINUTILS_SUPPORT_DIRS): Likewise.
15185
15186 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15187
15188 * configure.in (d10v-*-*): Don't configure ld or gdb until the
15189 d10v support is added.
15190
15191 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15192
15193 * configure.in (d10v-*-*): New target.
15194
15195 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
15196
15197 * config.guess (HP 9000/811): Recognize this as a PA1.1
15198 machine.
15199
15200 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
15201
15202 * Makefile.in (do-tar-gz): New target, split out from tail end of
15203 taz target. Run each command separately, don't use pipes.
15204 (taz): Use it.
15205
15206 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
15207
15208 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
15209 * mpw-build.in: No builds should depend on building byacc or flex,
15210 they are assumed to be installed already.
15211
15212 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15213
15214 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
15215 variable that CC_FOR_TARGET needs.
15216
15217 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15218
15219 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
15220 options have changed since the last time the subdirectory was
15221 configured, and if it has, reconfigure.
15222 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
15223 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
15224
15225 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
15226
15227 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
15228 CLEAN_MODULES): Add bash.
15229 (all-bash): New target.
15230
15231 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
15232
15233 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
15234
15235 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15236
15237 * config.sub (basic_machine): Recognize d10v as a valid processor.
15238
15239 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
15240
15241 * mpw-configure: Add support for --bindir.
15242 * mpw-build.in: Use a GCC-specific build script for GCC actions.
15243
15244 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
15245
15246 * configure.in: add bash, time, gawk to list of hosttools and things
15247 to only build for native toolchains
15248
15249 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15250
15251 * Makefile.in (docdir): Remove.
15252
15253 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15254
15255 * Makefile.in (datadir): Set to $(prefix)/share.
15256
15257 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
15258
15259 * configure.in: build diff and patch for cygwin32-hosted
15260 toolchains.
15261
15262 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
15263
15264 * config.sub: Accept -rtems*.
15265
15266 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
15267
15268 * configure.in: enable dosrel for cygwin32-hosted builds,
15269 remove diff from the list of things not buildable
15270 via Canadian Cross
15271
15272 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
15273
15274 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
15275 don't get ". ".
15276
15277 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
15278
15279 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
15280
15281 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
15282
15283 * Makefile.in (taz): Handle case where tex3patch didn't even get
15284 checked out. Also, if it was found, put the symlink in a new util
15285 subdirectory.
15286
15287 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15288
15289 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
15290
15291 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
15292
15293 * config.sub: Recognize -openvms.
15294 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
15295 * make-all.com, setup.com: New files.
15296
15297 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15298
15299 * Makefile.in (taz): tex3patch moved to texinfo/util.
15300
15301 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
15302
15303 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
15304 * configure.in: remove make from disable-if-Can-Cross list
15305 enable gdb if ${host} and ${target} are cygwin32
15306
15307 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
15308
15309 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
15310 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
15311
15312 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
15313
15314 * config.guess: Combine mips-mips-riscos cases, and use cpp to
15315 distinguish sysv/svr4/bsd variants.
15316 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
15317
15318 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
15319
15320 * configure.in: Added copyright notice.
15321 * move-if-change: Added copyright notice.
15322
15323 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15324
15325 * configure.in (powerpcle-*-solaris*): Until we get shared
15326 libraries working, don't build gdb, sim, make, tcl, tk, or
15327 expect.
15328
15329 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
15330
15331 * config.guess: Merge with FSF:
15332
15333 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
15334 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
15335
15336 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
15337 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
15338
15339 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
15340 * config.guess: Combine two OSF1 rules.
15341 Also recognize field test versions. From mjr@zk3.dec.com.
15342 * config.guess (dgux): Use /usr/bin/uname rather than uname,
15343 because GNU uname does not support -p. From pmr@pajato.com.
15344
15345 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
15346
15347 * Makefile.in (MAKEDIRS): Removed $(tooldir).
15348
15349 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
15350
15351 * mpw-README: Document GCCIncludes.
15352
15353 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
15354
15355 * configure.in (alpha-*-linux*): Set enable_shared to yes.
15356
15357 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
15358
15359 * mpw-configure: Handle --enable-FOO and --disable-FOO.
15360
15361 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
15362
15363 * configure.in (*-*-cygwin32): Configure make.
15364
15365 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
15366
15367 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
15368
15369 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
15370
15371 * Makefile.in (all-inet): Depend on all-perl.
15372
15373 * Makefile.in (inet-install): New target.
15374
15375 * Makefile.in (all-inet): Depend on all-tcl.
15376 (all-inet): Depend on all-send-pr.
15377
15378 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15379
15380 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
15381 temporarily.
15382
15383 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
15384
15385 * configure.in: Don't configure --with-gnu-ld on AIX.
15386
15387 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
15388
15389 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
15390
15391 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
15392
15393 * Makefile.in (ALL_MODULES): Added all-inet.
15394 (CROSS_CHECK_MODULES): Added check-inet.
15395 (INSTALL_MODULES): Added install-inet.
15396 (CLEAN_MODULES): Added clean-inet.
15397 (all-indent): New target.
15398
15399 * configure.in (host_tools): Added inet.
15400 (native_only): Added inet.
15401 (noconfigdirs): Added inet.
15402
15403 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
15404
15405 * configure.in: Don't configure libgloss if we are not configuring
15406 newlib.
15407
15408 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
15409
15410 * configure.in: Don't configure libgloss for unsupported
15411 architectures.
15412
15413 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15414
15415 * Makefile.in (CLEAN_MODULES): Add clean-apache.
15416
15417 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
15418
15419 * Makefile.in (ALL_MODULES): Include all-apache.
15420 (CROSS_CHECK_MODULES): Include check-apache.
15421 (INSTALL_MODULES): Include install-apache.
15422 (all-apache): New target.
15423
15424 * configure.in: Added apache everywhere perl is seen.
15425
15426 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15427
15428 * Makefile.in: Add support for clean-{module} and
15429 clean-target-{module} rules.
15430
15431 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
15432
15433 * configure.in (*-*-ose) do not build libgloss.
15434
15435 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15436
15437 * config.guess (prep*:SunOS:5.*:*): Turn into
15438 powerpele-unknown-solaris2.
15439
15440 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
15441
15442 * configure.in: Permit --enable-shared to specify a list of
15443 directories.
15444
15445 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
15446
15447 * configure.in (host==solaris): Pass only the first word of $CC
15448 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
15449
15450 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
15451
15452 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
15453
15454 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
15455
15456 * Makefile.in (ALL_MODULES): Include all-perl.
15457 (CROSS_CHECK_MODULES): Include check-perl.
15458 (INSTALL_MODULES): Include install-perl.
15459 (ALL_X11_MODULES): Include all-guile.
15460 (CHECK_X11_MODULES): Include check-guile.
15461 (INSTALL_X11_MODULES): Include install-guile.
15462 (all-perl): New target.
15463 (all-guile): New target.
15464
15465 * configure.in (host_tools): Include perl and guile.
15466 (native_only): Include perl and guile.
15467 (noconfigdirs): Don't build guile and perl; no ports have been
15468 done.
15469
15470 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
15471
15472 * configure (--enable-*): Handle quoted option lists such as
15473 --enable-sim-cflags='-g0 -O' better.
15474
15475 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15476
15477 * Makefile.in ({,inst}all-target): New rule so we can make and
15478 install all of the target directories easily.
15479
15480 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15481
15482 * configure.in: Add missing global flag in sed substitution when
15483 deleting `target-' from ${configdirs}.
15484
15485 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
15486
15487 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
15488 option.
15489
15490 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
15491 config/mh-necv4.
15492
15493 * install.sh: Correct misspelling of transformbasename.
15494
15495 * config.guess: Recognize mips-*-sysv*.
15496
15497 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
15498
15499 * config.sub: Recognize mon960.
15500
15501 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
15502
15503 * configure: Restore Canadian Cross handling of BISON and LEX,
15504 removed in Feb 20 change.
15505
15506 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
15507
15508 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
15509 Mention make install. Remove the old copyright date as well the
15510 clumsy and rather pointless copyright on the README file.
15511
15512 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
15513
15514 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
15515 Makefile after running symlink-tree, then run `make distclean' to
15516 avoid clobbering any generated files in srcdir.
15517
15518 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
15519
15520 * configure.in (m68k-*-netbsd*): Build everything now.
15521
15522 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15523
15524 * Makefile.in (taz): Fix quoting.
15525
15526 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
15527
15528 * configure.in (sparclet-*-*): Build everything now.
15529
15530 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15531
15532 * configure.in (m68k-*-linux*): New host.
15533
15534 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
15535
15536 * configure: Check for bison before byacc.
15537
15538 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
15539
15540 * Makefile.in configure: Change the way LEX and BISON/YACC are
15541 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
15542 searching PATH. These are used as fallbacks by Makefile.in if
15543 flex/bison/byacc aren't in objdir.
15544
15545 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
15546
15547 * Makefile.in: Make everything which depends upon all-bfd also
15548 depend upon all-opcodes, in case --with-commonbfdlib is used.
15549
15550 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15551
15552 * configure.in (host *-*-cygwin32): Don't build gdb if we are
15553 building NT native compilers on Unix.
15554
15555 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
15556
15557 * configure.in: Don't get CC from the host Makefile fragment if we
15558 can find gcc in PATH, or if this is a Canadian Cross. Move the
15559 Solaris test for /usr/ucb/cc to the post target script, just after
15560 the compiler sanity test.
15561
15562 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
15563
15564 * config.sub: Merge with FSF.
15565
15566 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
15567
15568 * Makefile.in (RPATH_ENVVAR): New variable.
15569 (REALLY_SET_LIB_PATH): Use it.
15570 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
15571
15572 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
15573
15574 * config.sub, configure.in: Recognize sparclet cpu.
15575
15576 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
15577
15578 * config.guess: Support m68k-cbm-sysv4.
15579
15580 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15581
15582 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
15583 m68k-unknown-linuxaout from linker help string. Put quotes around
15584 $ld_help_string.
15585
15586 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
15587
15588 * config.guess (powerpc-harris-powerunix): Add guess for port
15589 to new target.
15590
15591 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15592
15593 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
15594
15595 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
15596
15597 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
15598 $(REALLY_SET_LIB_PATH) in Makefile.
15599 * Makefile.in (SET_LIB_PATH): New variable.
15600 (REALLY_SET_LIB_PATH): New variable.
15601 ($(DO_X)): Use $(SET_LIB_PATH).
15602 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
15603 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
15604 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
15605 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
15606 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
15607 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
15608 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
15609 (install-dosrel): Likewise.
15610 (all-opcodes): Depend upon all-libiberty.
15611
15612 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
15613
15614 * config.guess (*:CYGWIN*): New
15615
15616 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15617
15618 * Makefile.in (all-target-winsup): All all-target-libiberty.
15619
15620 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15621
15622 * configure.in (noconfigdirs): Add missing # in front of comment.
15623
15624 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
15625
15626 * configure.in: add second pass to things added to noconfigdirs
15627 so *-gm-magic can exclude libgloss properly.
15628
15629 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
15630
15631 * mpw-configure (extralibs_name, rez_name): Set correctly
15632 for MWC68K compiler.
15633
15634 * mpw-README: Add more info on the necessary build tools.
15635
15636 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
15637
15638 * configure.in, config.sub: Recognize cygwin32.
15639
15640 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
15641
15642 * config.guess, config.sub: Recognize A/UX.
15643
15644 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
15645
15646 * config.sub: Merge with gcc/config.sub.
15647
15648 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
15649
15650 * mpw-build.in (do-binutils): Add build of stamps.
15651
15652 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
15653
15654 * config.sub: Add recognition for mips64vr4100*-* targets.
15655
15656 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15657
15658 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
15659 Add creation of gconfigargs with `--enable-shared' turned on.
15660 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
15661 ($(host)-stamp-stage3-configured): Likewise.
15662 (HOLES): Add chatr and ldd.
15663 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
15664
15665 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
15666
15667 * configure: Pass --nfp to recursive configures.
15668
15669 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
15670
15671 * Makefile.in (DLLTOOL): New.
15672 (DLLTOOL_FOR_TARGET): New.
15673 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
15674 (EXTRA_TARGET_FLAGS): Ditto.
15675 (EXTRA_GCC_FLAGS): Ditto.
15676 (CONFIGURE_TARGET_MODULES): Ditto.
15677 (DO_X): Ditto.
15678 * configure: Add DLLTOOL.
15679
15680 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
15681
15682 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
15683 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
15684 mh-sco, since old workarounds no longer needed, and don't
15685 build ld, since libraries have weak symbols in COFF.
15686
15687 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
15688
15689 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
15690
15691 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
15692
15693 * configure.in: Make sure that ${CC} can be used to compile an
15694 executable.
15695
15696 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
15697
15698 * Makefile.in (all-gdb): Depend on $(GDB_TK).
15699 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
15700 nothing depending on whether gdbtk is being built.
15701
15702 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
15703
15704 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
15705
15706 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
15707
15708 * configure.in (noconfigdirs): Put ld or gas in this early, if the
15709 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
15710
15711 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
15712
15713 * config-ml.in: Add support for
15714 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
15715 Simplify setting of multidirs from --disable-foo.
15716
15717 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15718
15719 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
15720 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
15721 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
15722 non-empty, pass them on to the GCC make.
15723 (all-bootstrap): New rule that is like all-gcc, except it executes
15724 the GCC bootstrap rule instead of the GCC all rule.
15725
15726 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
15727
15728 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
15729
15730 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15731
15732 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
15733 DG/UX support.
15734
15735 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
15736
15737 * config.sub (i*86*) Change [345] to [3456]
15738
15739 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15740
15741 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
15742 --with-gnu-ld=no.
15743
15744 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15745
15746 * config-ml.in (rs6000*, powerpc*): Add switches to control which
15747 AIX multilibs get built.
15748
15749 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15750
15751 * configure.in (i386-win32): Don't build expect if we're not
15752 building the tcl subdir.
15753
15754 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
15755
15756 * Makefile.in: (configure-target-examples, all-target-examples):
15757 New targets, configure and build example programs.
15758
15759 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
15760
15761 * mpw-configure: If an mpw-config.in generated a file mk.sed,
15762 use it as input to sedit the generated MPW makefile.
15763 * mpw-README: Add a suggestion about Gestalt.h.
15764
15765 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
15766
15767 * config.sub: Accept *-*-ieee*.
15768
15769 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
15770
15771 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
15772 Ronald F. Guilmette <rfg@monkeys.com>.
15773
15774 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15775
15776 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
15777 for powerpc-pe native.
15778 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
15779 (target==powerpc-pe): duplicate i386-win32 entry.
15780
15781 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15782
15783 * configure.in (noconfigdirs): Exclude target-newlib for all versions
15784 of vxworks, not just vxworks5.1.
15785
15786 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
15787
15788 * mpw-configure: Add support for exec-prefix.
15789
15790 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15791
15792 * config.guess: Recognize HP model 816 machines as having
15793 a PA1.1 processor.
15794
15795 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
15796
15797 * configure: Ignore new autoconf configure options.
15798
15799 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
15800
15801 * config.guess: Recognize Pentium under SCO.
15802 From Robert Lipe <robertl@arnet.com>.
15803
15804 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15805
15806 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
15807
15808 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
15809
15810 * configure.in: Don't configure gas for alpha-dec-osf*.
15811
15812 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
15813
15814 * configure.in: Default to --with-stabs for some targets for which
15815 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
15816 i[345]86*-*-unixware*.
15817
15818 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
15819
15820 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
15821 rather than basing it on the target. Simplify handling of options
15822 controlling which directories to configure. Remove extraneous
15823 slash in multi-clean target.
15824
15825 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
15826
15827 * config-ml.in: Prefix more variables with ml_ so they don't collide
15828 with configure's.
15829
15830 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
15831
15832 * configure: Don't turn -v into --v.
15833
15834 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
15835
15836 * configure.in (targargs): Fix typo.
15837
15838 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
15839
15840 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
15841
15842 * configure.in: Strip --host and --target options from
15843 CONFIG_ARGUMENTS, and always configure for --host only. Add
15844 --with-cross-host option when building with a cross-compiler.
15845 * configure: Canonicalize the arguments put into config.status by
15846 always using `=' for an option with an argument. Pass a presumed
15847 --host or --target explicitly.
15848
15849 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
15850
15851 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
15852 into general OS recognition case.
15853
15854 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15855
15856 * configure.in (target_configdirs): add target-winsup only
15857 for win32 target systems.
15858
15859 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
15860
15861 * Makefile.in (all-target-libgloss): Depend upon
15862 configure-target-newlib, since when libgloss is built it looks to
15863 see if the newlib directory exists.
15864
15865 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
15866
15867 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
15868 cfg-ml-*.in.
15869
15870 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
15871
15872 * configure: Handle LD and LD_FOR_TARGET when configuring a
15873 Canadian Cross.
15874
15875 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15876
15877 * configure.in (target_libs): add target-winsup.
15878 (target==i386-win32): add patch diff flex make to $noconfigdirs.
15879 (target==ppcle-pe): remove ld from $noconfigdirs.
15880
15881 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
15882
15883 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
15884 Preserve relative path names in $srcdir. Build symlink tree if
15885 configuring cross target dir and srcdir=. (= no VPATH support).
15886 (configure-target-libg++): Depend on configure-target-librx.
15887 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
15888 * config-ml.in: New file.
15889 * symlink-tree: New file.
15890 * configure: Ensure srcdir="." if that's what it is.
15891
15892 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
15893
15894 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
15895 includes and FLEX_SKELETON setting.
15896 * mpw-configure (--with-gnu-ld): New option, controls whether
15897 to use PPCLink or ld with PowerMac GCC.
15898 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
15899 * mpw-config.in: Configure grez if targeting Mac.
15900
15901 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
15902 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
15903 just macos.
15904 * configure.in: Configure grez resource compiler if targeting Mac.
15905 * Makefile.in (all-grez, install-grez): New targets.
15906
15907 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
15908
15909 * configure: CXX defaults to gcc, not g++. If we find
15910 gcc in the path, set CC to gcc -O2.
15911
15912 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
15913
15914 * configure: Default ${build} correctly. Avoid picking up extra
15915 spaces when reading CC and CXX from Makefile. When doing a
15916 Canadian Cross, use plausible default values for numerous
15917 variables.
15918 * configure.in: When doing a Canadian Cross, don't try to
15919 configure tools whose configure script can't handle it.
15920
15921 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15922
15923 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
15924
15925 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
15926
15927 * configure: Remove dubious bug reporting address.
15928
15929 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
15930
15931 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
15932 configure script, run that instead of this directory's configure.
15933 In either case, print a message that we're configuring the sub-dir.
15934
15935 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
15936
15937 * configure.in: Before checking for the existence of various files,
15938 use sed to filter out "target-".
15939
15940 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
15941
15942 * Makefile.in (DO_X): Split rule to decrease command line length
15943 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
15944 (Philippe De Muyter).
15945
15946 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15947
15948 * Makefile.in (all-patch): depend on all-libiberty.
15949
15950 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
15951
15952 * configure.in: If the only directory in target_configdirs which
15953 actually exists is libiberty, then set target_configdirs to empty,
15954 to avoid trying to build a target libiberty in a gas or gdb
15955 distribution.
15956
15957 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
15958
15959 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
15960 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
15961 systems.
15962
15963 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15964
15965 * configure.in (copy_dirs): Use sys-include instead of include
15966 for --with-headers option.
15967
15968 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
15969
15970 * Makefile.in, configure.in: Make winsup builds work with
15971 new scheme.
15972
15973 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
15974
15975 * configure.in: Build the linker on AIX.
15976
15977 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
15978
15979 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
15980 where needed.
15981
15982 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
15983
15984 * Makefile.in (all-gcc): Fix typo.
15985
15986 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
15987
15988 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
15989
15990 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
15991
15992 * configure.in: Rename libFOO to target-libFOO, and xiberty
15993 to target-xiberty, to provide more flexibility.
15994 (target_subdir): Define. Create if cross.
15995 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
15996 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
15997 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
15998 check-libFOO -> check-target-libFOO, etc.
15999 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
16000 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
16001 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
16002 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
16003 allow ALL_GCC="" to only configure.
16004 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
16005 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
16006 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
16007
16008 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
16009
16010 * Makefile.in (taz): Build "info" in etc explicitly.
16011
16012 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
16013
16014 * configure.in: Make sure that CC is undefined (as opposed to
16015 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
16016 problem with autoconf trying to configure on a host without GCC.
16017
16018 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16019
16020 * mpw-configure: Set host alias from choice of host compiler,
16021 only use generic MPW Makefile sed if present, edit a file
16022 named "hacked_Makefile.in" instead of "Makefile.in" if present.
16023 * mpw-README: Add problem notes about CW6 and CW7.
16024
16025 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
16026
16027 * Makefile.in (taz): Use ";" instead of ";;".
16028
16029 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
16030
16031 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
16032 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
16033 DISTDOCDIRS.
16034 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
16035 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
16036
16037 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
16038
16039 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
16040 and gnats, because they are now subsumed by DISTSTUFFDIRS.
16041 Move bfd to DISTSTUFFDIRS.
16042
16043 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16044
16045 * Makefile.in (X11_LIB): Removed.
16046 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16047
16048 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16049
16050 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16051
16052 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16053 names.
16054
16055 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16056
16057 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16058
16059 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
16060
16061 * configure.in (i[345]86-*-win32): Always build newlib.
16062 Don't configure cvs, autoconf or texinfo.
16063 * Makefile.in (LD_FOR_TARGET): New.
16064 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16065 Pass down LD_FOR_TARGET.
16066
16067 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
16068
16069 * winsup: New directory.
16070 * Makefile.in: Build winsup.
16071 * configure.in: Winsup is configured when target is win32.
16072 Can only build win32 target GDB when native.
16073
16074 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
16075
16076 * config.guess: Recognize HP model 819 machines as having
16077 a PA 1.1 processor.
16078
16079 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
16080
16081 * configure: Fix sed loop which substitutes for CC and CXX to
16082 avoid bug found in various sed implementations.
16083
16084 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16085
16086 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16087 simulator. Use standard powerpc-*-eabi*.
16088
16089 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
16090
16091 * configure.in: Stop putting gas and binutils in noconfigdirs for
16092 powerpc-*-aix* and rs6000-*-*.
16093
16094 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
16095
16096 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16097 -mcall-aixdesc libraries.
16098
16099 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
16100
16101 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16102
16103 * config.sub (arm | armel | armeb): Fix shell syntax.
16104
16105 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16106
16107 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16108 -msoft-float and -mcpu=common support.
16109 (powerpc*-*-eabisim*): Add support for building -mcall-aix
16110 libraries.
16111
16112 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16113
16114 * configure.in: Allow configuration and build of emacs19 for the alpha.
16115
16116 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16117
16118 * configure.in (CC): Get ^CC, not just any old CC, from
16119 ${host_makefile_frag}.
16120
16121 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16122
16123 * configure.in (CC): Try to get CC from
16124 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16125
16126 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16127
16128 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16129 only if it exists in $(srcdir).
16130
16131 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
16132
16133 * configure: If CC and CXX are not set in the environment, set
16134 them, based on either an existing Makefile or on searching for gcc
16135 in PATH. Substitute for CC and CXX in Makefile.
16136 * configure.in: Remove libm from target_libs. Separate
16137 target_configdirs from configdirs. If CC is not set in
16138 environment, try to get it from a host Makefile fragment. Rewrite
16139 changes of configdirs to use skipdirs instead. A few minor
16140 tweaks. Take directories out of target_configdirs as they are
16141 taken out of configdirs. Remove existing Makefile files from
16142 subdirectories. Substitute for TARGET_CONFIGDIRS and
16143 CONFIG_ARGUMENTS in Makefile.
16144 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16145 by configure.in.
16146 (CONFIG_ARGUMENTS): Likewise.
16147 (CONFIGURE_TARGET_MODULES): New variable.
16148 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16149 ($(CONFIGURE_TARGET_MODULES)): New target.
16150 (configure-libg++, configure-libio): New targets.
16151 (all-libg++): Depend upon configure-libg++.
16152 (all-libio): Depend upon configure-libio.
16153 (configure-libgloss, all-libgloss): New targets.
16154 (configure-libstdc++): New target.
16155 (all-libstdc++): Depend upon configure-libstdc++.
16156 (configure-librx, all-librx): New targets.
16157 (configure-newlib): New target.
16158 (all-newlib): Depend upon configure-newlib
16159 (configure-xiberty): New target.
16160 (all-xiberty): Depend upon configure-xiberty.
16161
16162 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16163
16164 * configure.in (host i[345]86-*-win32): Expand the
16165 noconfigdirs again.
16166
16167 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
16168
16169 * mpw-configure: Fix sed command file name.
16170
16171 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
16172
16173 * configure.in (host i[345]86-*-win32): Reduce the
16174 noconfigdirs again.
16175
16176 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
16177
16178 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
16179 or powerpc*-*-pe*, since they are not yet supported.
16180
16181 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16182
16183 Add PowerMac support and many other enhancements.
16184 * mpw-configure: New option --cc to select compiler to use,
16185 paste options set according to --cc into the generated
16186 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
16187 if mpw-make.sed is present.
16188 * mpw-config.in: Don't test for gC1, test for mpw-touch,
16189 add forward includes for PowerPC include files.
16190 * mpw-build.in: Build using Makefile.PPC if present.
16191 (do-byacc, etc): Remove separate version resource builds.
16192 (do-gas): Build "stamps" before "all".
16193 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
16194 * mpw-README: Update to reflect --cc option, PowerMac support,
16195 and recently-reported compatibility problems.
16196
16197 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
16198
16199 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
16200 embedded m68k systems (-aout, -coff, -elf, -vxworks).
16201 (--with-multilib-top): Pass to recursive invocations.
16202
16203 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
16204
16205 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
16206 v810-*-*.
16207
16208 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16209
16210 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
16211 gdb, ld and opcodes on v810-*-*.
16212
16213 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
16214
16215 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
16216 (local-maintainer-clean): New target.
16217 (maintainer-clean): New target.
16218 (realclean): Just depend upon maintainer-clean.
16219
16220 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16221
16222 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
16223
16224 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
16225
16226 * configure.in: Build ld in mips*-*-bsd* case.
16227
16228 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
16229
16230 * config.sub: Accept -lites* OS. From Ian Dall.
16231
16232 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
16233
16234 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
16235 targets.
16236
16237 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16238
16239 * configure.in: treat i386-win32 canadian cross the same as
16240 i386-go32 canadian cross.
16241
16242 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16243
16244 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
16245 running under the simulator to build a reduced set of libraries.
16246 (powerpc-*-eabiaix): Add fine grained multilib support added to
16247 other powerpc targets yesterday.
16248
16249 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16250
16251 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
16252 -disable-softfloat, -disable-relocatable, -disable-aix, and
16253 -disable-sysv to control which multilib libraries get built.
16254
16255 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
16256
16257 * configure: Add Makefile.tem to list of files to remove in trap
16258 handler.
16259
16260 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
16261
16262 * config.guess (*Linux*): Add missing "exit"s.
16263 Also, need specific check for alpha-unknown-linux (uses COFF).
16264
16265 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
16266
16267 * config.guess: Merge with FSF:
16268
16269 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
16270 * config.guess (AIX4): More robust release numbering discovery.
16271
16272 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
16273 * config.guess (i386-sequent-ptx): Properly get version number.
16274
16275 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
16276 * config.guess (mips:*:4*:UMIPS): New case.
16277
16278 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
16279
16280 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
16281 (i386-win32 host): Likewise. Don't build readline.
16282
16283 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
16284
16285 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
16286 SUPPORT_FILES to submakes.
16287
16288 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
16289
16290 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
16291 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
16292 mpw-configure.
16293
16294 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
16295
16296 * configure.in (appdirs): Use =, not ==, in test expression when
16297 trying to build the text to print in the warning message for
16298 Solaris users.
16299
16300 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
16301
16302 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
16303
16304 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16305
16306 * config.guess: Recognize lynx-2.3.
16307
16308 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
16309
16310 * config.sub (z8ksim): Deleted
16311 (z8k-*-coff): New, this is the one true name of the target.
16312
16313 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
16314
16315 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
16316
16317 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
16318
16319 * config.guess (*:Linux:*:*): First try asking the linker what the
16320 default object file format is (elf, aout, or coff). Then if this
16321 fails, try previous methods.
16322
16323 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16324
16325 * configure.in: Don't build newlib for *-*-vxworks5.1.
16326
16327 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16328
16329 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
16330 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
16331
16332 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
16333
16334 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
16335
16336 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
16337
16338 * cfg-ml-com.in: New file.
16339 * cfg-ml-pos.in: New file.
16340
16341 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16342
16343 * COPYING.NEWLIB: Add HP free copyright to list.
16344
16345 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16346
16347 * config.sub: Recognize -eabi* for the system, not just -eabi.
16348
16349 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
16350
16351 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
16352 * config.sub, configure.in (win32): New target and host.
16353
16354 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
16355
16356 * configure.in: Add i386-pe configuration.
16357
16358 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
16359
16360 * mpw-build.in (install): Install GDB after LD.
16361
16362 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
16363
16364 * mpw-config.in (elf/mips.h): Always forward-include, needed
16365 for GDB to build.
16366
16367 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
16368
16369 * testsuite: New directory for customer acceptance and whole tool
16370 chain tests.
16371
16372 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16373
16374 * configure: If per-host line isn't found, but AC_OUTPUT is found
16375 and a configure script exists, run it instead.
16376
16377 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
16378
16379 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
16380
16381 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
16382
16383 * configure: Set build_{cpu,vendor,os,alias} to host values when
16384 --build isn't specified.
16385
16386 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16387
16388 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
16389 (FLAGS_TO_PASS): Pass them.
16390 (EXTRA_TARGET_FLAGS): Ditto.
16391
16392 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16393
16394 * Makefile.in (all-libg++): Depend on all-libstdc++.
16395
16396 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16397
16398 * configure.in (noconfigdirs): Enable all packages for
16399 i386-unknown-netbsd.
16400
16401 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
16402
16403 * configure.in (noconfigdirs): Don't configure tk for i386-go32
16404 hosted builds (DOS builds)
16405
16406 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
16407
16408 Changes for ARM based on patches from Richard Earnshaw:
16409 * config.sub: Handle armeb and armel.
16410 * configure.in: Omit arm linker only for riscix.
16411
16412 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
16413
16414 * config.guess: Update from FSF.
16415
16416 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
16417
16418 * config.sub: Recognize powerpcle as the little endian variant of
16419 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
16420 powerpcle variant. Convert pentium into i586, not i486. Add p5
16421 alias for i586. Map new x86 variants p6, k5, nexgen into i586
16422 temporarily.
16423
16424 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
16425
16426 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
16427
16428 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
16429
16430 * config.sub: Accept -lites* as a basic system type.
16431
16432 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
16433
16434 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
16435 installed, and if so return linuxoldld as the system name.
16436
16437 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
16438
16439 * config.guess: Add hppa1.1-hp-lites support.
16440
16441 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
16442
16443 * configure.in: Don't build newlib for m68k-vxworks5.1.
16444
16445 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16446
16447 * configure.in (mips-sgi-irix6): Use mh-irix5.
16448
16449 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
16450
16451 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
16452
16453 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16454
16455 * test-build.mk: Enable building of shared libraries on IRIX 5 and
16456 OSF/1. Fix compiler flags.
16457 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
16458
16459 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
16460
16461 * configure.in: Recognize --with-newlib.
16462 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
16463
16464 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16465
16466 * Makefile.in: move {all,check,install}-gdb from *_MODULES
16467 to *_X11_MODULES due to gdbtk needing X include files et al.
16468
16469 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
16470
16471 Merge in support for Mac MPW as a host.
16472 (Old change descriptions retained for informational value.)
16473
16474 * mpw-config.in: Add generic include forwards for cpu-specific
16475 include files in aout and elf directories.
16476
16477 * mpw-configure: Added copyright.
16478 * mpw-config.in: Check for presence of required build tools.
16479 (target_libs): Add newlib.
16480 (target_tools): Add examples.
16481 (Read Me): Generate as "Read Me for MPW" instead.
16482 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
16483 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
16484 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
16485
16486 * mpw-configure: Remove subdir-specific makefile hackery,
16487 delete mk.tmp after using it.
16488
16489 * mpw-build.in (all): Display start and end times.
16490
16491 * mpw-configure (host_canonical): Set.
16492 (target_cpu): Always add to makefiles.
16493 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
16494 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
16495 (mpw-mh-mpw): Look for in srcdir and srcroot.
16496 Use sed instead of mpw-edit-prefix to edit prefix definitions.
16497
16498 * mpw-build.in: (install-only): New target.
16499
16500 * mpw-configure (host_alias, target_alias): Rename from hostalias
16501 and targetalias, add into generated Makefile.
16502 (mk.tmp): If present, add into generated Makefile.
16503 * mpw-build.in (all-gas): Build config.h first before gas proper.
16504
16505 * mpw-configure (config.status): Write only if changed.
16506 * mpw-config.in (readline): Configure it (not built, just used for
16507 definitions).
16508
16509 * mpw-config.in (elf/mips.h): Add a forward include.
16510
16511 * mpw-config.in: Forward-include most .h files in include into
16512 extra-include.
16513 (readline): Don't build.
16514 mpw-build.in (install): Install GDB.
16515
16516 * mpw-configure (prefix, mpw_prefix): Handle it.
16517 * mpw-config.in (mmalloc, readline): Don't configure.
16518 * mpw-build.in (thisscript): Rename to ThisScript.
16519 Use mpw-build instead of BuildProgram everywhere.
16520 (mmalloc, readline): Don't build.
16521 * mpw-README: New file, basic documentation about the MPW port.
16522
16523 * mpw-config.in: Use forward-include to create include files.
16524
16525 * mpw-configure: Add more things to the top of each configured
16526 Makefile, including contents of config/mpw-mh-mpw.
16527 * mpw-config.in (extra-include): Create this directory and fill it
16528 with Posix-like include files when configuring.
16529
16530 * config.sub (apple, mac, mpw): Add various aliases.
16531
16532 * mpw-build.in: New file, top-level build script fragment for MPW.
16533 * mpw-configure: New file, configure script for MPW.
16534 * mpw-config.in: New file, config fragment for MPW.
16535
16536 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16537
16538 * configure.in (host_libs): Remove glob, since it is gone from the
16539 sources.
16540
16541 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16542
16543 * Makefile.in: define empty GDB_NLM_DEPS var.
16544
16545 * configure.in(target_makefile_frag): use config/mt-netware
16546 for netware targets.
16547
16548 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
16549
16550 * config.sub: Merge in recent FSF changes. Remove linux special
16551 cases.
16552
16553 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16554
16555 Revert this change:
16556
16557 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16558
16559 * build-all.mk: Use CC=cc -Xs on Solaris.
16560
16561 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16562
16563 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
16564 stop using it.
16565 * Makefile.in: Nuke all references to glob subdirectory.
16566
16567 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16568
16569 * configure.in: Fix --enable-shared logic in per-host.
16570
16571 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
16572
16573 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
16574
16575 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16576
16577 * configure.in (noconfigdirs): Don't build gas on AIX, for
16578 powerpc*-*-aix* as well as for rs6000*-*-aix*.
16579
16580 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
16581
16582 * configure: Fix --cache-file to work if the file argument is a
16583 relative path.
16584
16585 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
16586
16587 * configure: If the --cache-file is used, pass it down to
16588 configure in subdirectories.
16589
16590 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
16591
16592 * config.sub: add vxworks29k configuration.
16593
16594 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16595
16596 * Makefile.in (taz): Do "diststuff" part quietly.
16597
16598 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
16599
16600 * config.sub: Mini-merge with gcc/config.sub.
16601
16602 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16603
16604 * config.guess (IRIX): Sed - to _.
16605
16606 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16607
16608 * Makefile.in (source-vault, binary-vault): New targets.
16609
16610 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
16611
16612 * config.sub: Recognize -eabi as a basic system type.
16613
16614 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16615
16616 * configure.in (enable_shared stuff): Fix typo.
16617
16618 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
16619
16620 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
16621
16622 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16623
16624 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
16625
16626 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
16627
16628 * configure.in (rs6000-*-*): Don't build gas.
16629
16630 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
16631
16632 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
16633 reduce command line length.
16634 (AS_FOR_TARGET): Check for as.new, not Makefile.
16635 (NM_FOR_TARGET): Check for nm.new, not Makefile.
16636
16637 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
16638
16639 * config.guess: Merge from FSF.
16640
16641 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16642
16643 * configure: Don't use $ when handling program_suffix.
16644
16645 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
16646
16647 * configure.in: Configure tk for hppa/hpux.
16648
16649 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
16650
16651 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
16652
16653 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
16654
16655 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
16656 to LIBCXXFLAGS. Tests are better run without it.
16657
16658 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
16659
16660 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
16661
16662 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
16663
16664 * configure.in (*-*-netware*): Don't configure xiberty.
16665
16666 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
16667
16668 * configure.in: Remove tk from native_only list.
16669
16670 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
16671
16672 * build-all.mk: Add mips-ncd-elf target to sun4 targets
16673 for special NCD build.
16674
16675 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16676
16677 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
16678 makeall.bat, they're only useful for binutils snapshots.
16679 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
16680 makeall.bat to specified SUPPORT_FILES.
16681
16682 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
16683
16684 * build-all.mk: Add Ericsson targets to sun4 and solaris
16685 hosts. Add BNR's sun4 target to solaris host, so their
16686 build-from-source will be tested in-house first.
16687
16688 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16689
16690 * Makefile.in (LIBCFLAGS): New variable.
16691 (CFLAGS_FOR_TARGET): Ditto.
16692 (LIBCFLAGS_FOR_TARGET): Ditto.
16693 (LIBCXXFLAGS): Ditto.
16694 (CXXFLAGS_FOR_TARGET): Ditto.
16695 (LIBCXXFLAGS_FOR_TARGET): Ditto.
16696 (BASE_FLAGS_TO_PASS): Pass them.
16697 (EXTRA_TARGET_FLAGS): Ditto.
16698
16699 * configure.in: Support --enable-shared.
16700
16701 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
16702
16703 * configure.in (target_libs): Include libstdc++ again.
16704 * config.guess: Update from FSF (for FreeBSD).
16705
16706 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16707
16708 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
16709 makeall.bat.
16710 (DISTDOCDIRS): Add `etc'.
16711 (ETC_SUPPORT_PFX): New variable.
16712 (taz): Include anything from etc starting with a word in
16713 ETC_SUPPORT_PFX.
16714
16715 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16716
16717 * config.sub: Update for recent FSF changes. Remove obsolete
16718 h8300hds entry. Add -windows* and -osx as basic os. Minor
16719 spacing changes.
16720
16721 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
16722
16723 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
16724
16725 * config.guess: Merge with FSF.
16726 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
16727
16728 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16729
16730 * configure: Since the "trap 0" handler will override the exit
16731 status on many systems, only use it for "exit 1", and make it set
16732 a non-zero exit status; reset it before "exit 0". Also, check
16733 exit status of config.sub, and error out if it failed.
16734
16735 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
16736
16737 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
16738 and install libgloss.
16739
16740 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16741
16742 * Makefile.in (all-binutils): Depend upon all-byacc.
16743
16744 * configure.in: Don't build emacs on Irix 5.
16745
16746 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16747
16748 * configure.in (*-*-netware*): Add libio.
16749
16750 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16751
16752 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
16753 (CHECK_TARGET_MODULES): Ditto.
16754 (INSTALL_TARGET_MODULES): Ditto.
16755 (TARGET_LIBS): Ditto.
16756 (all-libstdc++): Note dependencies.
16757
16758 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16759
16760 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
16761
16762 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16763
16764 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
16765 -fexternal-templates.
16766
16767 * configure.in (target_libs): Add libstdc++.
16768 (noconfigdirs): Add libstdc++ as appropriate.
16769
16770 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16771
16772 * config.guess: Update from FSF.
16773
16774 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16775
16776 * configure: Use ${config_shell} when running ${configsub}.
16777
16778 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
16779
16780 * config.sub: No longer recognize h8300h.
16781
16782 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16783
16784 * config.sub: Remove extraneous differences between config.sub and
16785 gcc/config.sub.
16786
16787 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16788
16789 * Makefile.in (DISTSTUFFDIRS): Add gas.
16790
16791 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
16792
16793 * COPYING.NEWLIB: New file.
16794
16795 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
16796
16797 * config.guess (HP-UX): Patch from Harlan Stenn
16798 <harlan@landmark.com> to also emit release level.
16799
16800 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
16801
16802 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
16803
16804 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
16805
16806 * config.sub: Merge nextstep cleanup from FSF.
16807
16808 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16809
16810 * configure.in (arm-*-*): Don't configure ld for this target.
16811
16812 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16813
16814 * configure.in (*-*-netware): don't configure libg++, libio,
16815 librx, or newlib.
16816
16817 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16818
16819 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
16820 configure ld--it works, but it doesn't support shared libraries.
16821
16822 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
16823
16824 * config.guess (*-unknown-freebsd*): Get rid of possible
16825 trailing "(Release)" in version string.
16826 Patch from Paul Richards <paul@isl.cf.ac.uk>.
16827
16828 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
16829
16830 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
16831 Fix type: *-next-neststep -> *-next-nextstep.
16832
16833 * config.guess: Merge from FSF:
16834
16835 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
16836
16837 * config.guess: Recognize powerpc-ibm-aix3.2.5.
16838
16839 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
16840
16841 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
16842 instead of UNIX_SV for UnixWare 1.0).
16843
16844 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
16845
16846 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
16847 to make gdb/nlm/* build after the compiler and linker.
16848
16849 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
16850
16851 * config.guess (netbsd, freebsd, linux): Accept any machine,
16852 not just i[34]86.
16853 (m68k-atari-sysv4): Relocate to match FSF version.
16854
16855 * config.guess: More merges from the FSF:
16856
16857 Add a space before function call or macro invocation.
16858
16859 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16860
16861 * config.guess: Add trap cmd to remove dummy.c and dummy when
16862 interrupted.
16863
16864 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16865
16866 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
16867 (dummy): Redirect stderr from compilation of dummy.c.
16868
16869 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
16870
16871 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
16872
16873 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
16874
16875 * configure: Accept and ignore --cache*, for compatibility with
16876 new autoconf.
16877
16878 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
16879
16880 * config.guess: Merge from FSF:
16881
16882 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
16883
16884 * config.guess (Pyramid*:OSx*:*:*): New case.
16885 (PATH): Add /.attbin at end for finding uname.
16886 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
16887
16888 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
16889
16890 * config.guess (M88*:DolphinOS:*:*): New case.
16891
16892 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
16893
16894 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
16895 to select whether to use ELF or COFF.
16896
16897 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
16898
16899 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
16900
16901 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
16902
16903 * config.guess: Guess the OS version for HPUX.
16904
16905 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
16906
16907 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
16908
16909 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16910
16911 * configure.in: Recognize --with-headers, --with-libs, and
16912 --without-newlib.
16913 * Makefile.in (all-xiberty): Depend upon all-ld.
16914
16915 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16916
16917 * configure.in: Change i[34]86 to i[345]86.
16918
16919 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16920
16921 * configure (version): A few more tweaks to help message.
16922
16923 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
16924
16925 * Makefile.in: Remove (for now) librx as a host library,
16926 now that we're building it for target.
16927
16928 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16929
16930 * configure: Fix up help message; from karl@owl.hq.ileaf.com
16931 (Karl Berry).
16932
16933 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
16934
16935 * configure.in: Also configure librx.
16936
16937 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
16938
16939 * Makefile.in: Update various rules to reflect that librx
16940 is now needed for libg++.
16941
16942 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16943
16944 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
16945
16946 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
16947
16948 * configure.in: Configure the examples directory.
16949
16950 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16951
16952 * configure: Simplify Jun 2 1994 change.
16953
16954 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16955
16956 * change CC to /usr/latest/bin/gcc for lynx host builds, since
16957 /bin/gcc isn't good enough to build gcc.
16958
16959 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
16960
16961 * Makefile.in (GDB_SUPPORT_FILES): Remove
16962 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
16963 (gdb.tar.gz): Add new rule to use standard distribution building
16964 mechanism.
16965
16966 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16967
16968 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
16969 Bill Cox <bill@cygnus.com>.
16970
16971 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
16972
16973 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
16974
16975 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
16976
16977 * configure: Search current dir first in .gdbinit.
16978
16979 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
16980
16981 * config.sub: Recognize freebsd (merged from gcc config.sub).
16982
16983 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
16984
16985 * config.sub: Refer to NeXT's operating system as nextstep.
16986
16987 * config.sub (case $basic_machine): Re-order the cases, to match
16988 the order in the FSF version (which is mostly alphabethical).
16989 Merge in some additions and changes from the FSF.
16990
16991 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
16992
16993 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
16994 * config.sub: Recognize cxux7.
16995 * configure.in: Use mh-cxux for m88k-harris-cxux*.
16996
16997 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
16998
16999 * config.sub: Fix typo powerpc -> powerpc-*.
17000
17001 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
17002
17003 * Makefile.in: `all-emacs19' depends on `all-byacc'.
17004
17005 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
17006 parallel with all-emacs and install-emacs). Top-level command
17007 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
17008
17009 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17010
17011 * test-build.mk ($(host)-stamp-stage2-installed): Remove
17012 $(relbindir)/make before doing ``make install'', and use
17013 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
17014 installing over running make binary.
17015 ($(host)-stamp-stage3-installed): Likewise.
17016
17017 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17018
17019 * config.guess: Recognize Mach.
17020
17021 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17022
17023 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
17024 see whether --exec-prefix was used.
17025
17026 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17027
17028 * README: Explicitly mention libg++/README. (Zoo's idea.)
17029
17030 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17031
17032 * Makefile.in: Add all-librx target similar to all-libproc.
17033
17034 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
17035
17036 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
17037 with post 1.2 uname bogosity.
17038
17039 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17040
17041 * configure: Remove temporary files on receipt of a signal.
17042
17043 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
17044
17045 * configure: If there is a package_makefile_frag, remove
17046 ${subdir}/Makefile.tem after copying it in.
17047
17048 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17049
17050 * build_all.mk: support rs6000 lynx identifies itself as
17051 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
17052 since /bin/gcc is too feeble to compile a modern gcc.
17053
17054 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17055
17056 * brought devo/test-build.mk update-to-date with progressive/
17057 test-build.mk. Add lynx targets and hppa flag info.
17058
17059 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17060
17061 * configure.in: Use mh-ncrsvr43. Patch from
17062 Tom McConnell <tmcconne@sedona.intel.com>.
17063
17064 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
17065
17066 * config.guess (i386-unknown-bsdi): No longer need to
17067 check #if defined(__bsdi__) && defined(__i386__).
17068
17069 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17070
17071 * configure: Set program_transform_nameoption correctly.
17072
17073 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17074
17075 * brought build-all.mk update-to-date with progressive build-all.mk,
17076 added new targets and hppa info.
17077
17078 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17079
17080 * configure: If config.guess result is a prefix of the user
17081 specified target, assume a native build and use the user specified
17082 target as the host alias. Remove SunOS patch suffix removal hack.
17083 * configure.in: Remove SunOS patch suffix removal hack.
17084
17085 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17086 in NATIVE_CHECK_MODULES.
17087
17088 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
17089
17090 * Makefile.in: Rename HOST_ONLY to NATIVE.
17091 * configure: Delete SunOs patch suffix from host_canonical
17092 and build_canonical variables that are prepended to Makefiles.
17093 * configure.in: Add comments for easier maintenance.
17094
17095 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17096
17097 * Makefile.in: Add all-libproc target similar to all-gui.
17098
17099 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
17100
17101 * Makefile.in (CHECK_MODULES): split into
17102 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17103
17104 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
17105
17106 * config.guess (i386-unknown-bsdi): New system to guess.
17107
17108 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17109
17110 * Makefile.in: Add all-gui target (but not yet build by "all").
17111
17112 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
17113
17114 * config.sub: Move deletion of patch suffix from here...
17115 * configure.in: To here, at Ian's suggestion. The top-
17116 level scripts might need to know of a patch level.
17117
17118 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
17119
17120 * config.sub: Strip off patch suffix so rtl is recognized
17121 as a sunos4.1.3 machine, even though it's been patched.
17122
17123 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
17124
17125 * Makefile.in (INSTALL_LAST): Delete.
17126 (INSTALL_DOSREL): New.
17127
17128 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17129
17130 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17131 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17132 whether we pass down --with-gnu-ld anyhow.
17133
17134 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
17135
17136 * Makefile.in (INSTALL_LAST): Change operation so it works
17137 on more flavors of make.
17138 * configure.in (go32): Don't build libg++ or libio.
17139
17140 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
17141
17142 * Makefile.in (Move HOST_PREFIX_1 and friends up so
17143 they can be overriden by templates.
17144
17145 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
17146
17147 * configure.in (target==go32): Don't build gdb.
17148 * dosrel: New directory.
17149
17150 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
17151
17152 * configure.in (host==go32): Configure dosrel too.
17153 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17154 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17155 be set by incoming names or templates.
17156 (INSTALL_LAST): New rule.
17157
17158 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
17159
17160 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17161
17162 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17163
17164 * configure.in (appdirs): New variable. Currently empty, but will
17165 be used in gas distribution. If nonempty, lists a set of
17166 directories at least one of which must get configured, or top
17167 level configuration is considered to have failed.
17168 (rs6000-*-lynxos*): Use new file name.
17169
17170 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17171
17172 Eliminate XTRAFLAGS.
17173 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
17174 newlib include files using -idirafter, and also use -nostdinc.
17175 (CXX_FOR_TARGET): Likewise.
17176 (XTRAFLAGS): Removed.
17177 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
17178 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
17179 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
17180 ($(DO_X)): Don't pass down XTRAFLAGS.
17181
17182 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17183
17184 * configure.in (mips*-dec-bsd*): New target; do build linker.
17185 (mips*-*-bsd*): New target; don't build linker.
17186
17187 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17188
17189 * configure.in: support rs6000-*-lynxos* configuration.
17190 support sunos4 as a cross target.
17191
17192 * config.sub: look for lynx*, not lynx since the OS version may
17193 legitimately be part of the name.
17194
17195 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17196
17197 * configure.in (i[34]86-*-sco*): Move to be with other i386
17198 targets.
17199 (romp-*-*): New target. Skip various binary utilities.
17200 (vax-*-*): New target. Don't build newlib.
17201 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
17202
17203 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17204
17205 * configure.in: Only set host_makefile_frag if config
17206 directory exists.
17207
17208 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17209
17210 * install.sh: If $dstdir exists, don't check whether each
17211 component does.
17212
17213 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17214
17215 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
17216
17217 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
17218
17219 * configure.in (*-*-lynxos*): Don't configure newlib for either
17220 native or cross Lynx.
17221
17222 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
17223
17224 * config.sub (sparc64-elf): Fix os.
17225 (z8k): Remove duplicate.
17226
17227 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17228
17229 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
17230 gcc/stmp-fixproto, to try to prevent fixproto from being run.
17231
17232 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
17233
17234 * configure: Make file links cleanly even if Lynx fails on
17235 an NFS symlink (at least fail cleanly).
17236
17237 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
17238
17239 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
17240 -XNh2000.
17241
17242 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17243
17244 * configure: Unknown options are fatal again.
17245
17246 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
17247
17248 * configure: Ignore --x-includes and --x-libraries, for Autoconf
17249 compatibility.
17250
17251 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
17252
17253 * build-all.mk: Add `clean' target.
17254
17255 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17256
17257 * config.guess: Add SINIX support.
17258 * configure.in: Add mips-*-sysv4* support.
17259
17260 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
17261
17262 * build-all.mk: Document all useful targets.
17263 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
17264 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
17265
17266 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17267
17268 * configure: Support --silent, --quiet.
17269
17270 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17271
17272 * configure: Support --disable-FEATURE.
17273
17274 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17275
17276 * config.guess: Recognize NCR running SVR4.3.
17277
17278 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
17279
17280 * config.guess: Make BSDI generate i386-unknown-bsd386.
17281 Patch from Paul Eggert <eggert@twinsun.com>.
17282
17283 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17284
17285 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
17286
17287 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17288
17289 * configure: Make unrecognized options give nonfatal warnings
17290 instead of fatal errors, and pass them to any subdirectory
17291 configures in case they recognize them.
17292 Make --x equivalent to --with-x.
17293
17294 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17295
17296 * configure: Add --enable-* options. Clean up usage message and
17297 some comments.
17298
17299 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
17300
17301 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
17302
17303 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17304
17305 * configure.in (hppa*-*-*): Enable binutils.
17306
17307 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17308
17309 * config.sub: Recognize cisco.
17310
17311 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
17312
17313 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
17314
17315 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17316
17317 * config.guess: about target *-hitachi-hiuxwe2, don't print more
17318 than one configuration name. Add comment.
17319
17320 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
17321
17322 * config.guess: about target *-hitachi-hiuxwe2, fixed
17323 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
17324 macro is incorrect.]
17325
17326 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17327
17328 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
17329 than the "make ls" stuff which used to be here.
17330
17331 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
17332
17333 * config.guess: Recognize i[34]86-unknown-freebsd.
17334 From Shawn M Carey <smcarey@rodan.syr.edu>.
17335
17336 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
17337
17338 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
17339
17340 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
17341
17342 * config.guess: Check for ptx.
17343
17344 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
17345
17346 * config.sub: Add os9k checking.
17347
17348 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17349
17350 * config.guess: Handle OSF1 running on HPPA processors
17351
17352 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
17353
17354 * configure: If subdir configure fails, print out a message with
17355 subdirectory name, in case subdir's configure code didn't identify
17356 itself.
17357
17358 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
17359
17360 * configure.in: Remove embedded newlines from configdirs.
17361 Avoid mismatches of substrings. Fix matching strings at end
17362 of configdirs.
17363
17364 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
17365
17366 * config.guess: Add Lynx/rs6000 config support.
17367
17368 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
17369
17370 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
17371
17372 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
17373
17374 * configure.in (hppa*-*-osf*): Treat this just like most other
17375 PA configurations (eg no binutils or ld).
17376 (hppa*-*-*elf*): These configurations have binutils and ld.
17377
17378 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17379
17380 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
17381
17382 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17383
17384 * configure.in (rs6000-*-*): Build gas.
17385
17386 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17387
17388 * Makefile.in: Avoid bug in losing hpux sed.
17389
17390 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17391
17392 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
17393 for GDB and GDB has been fixed to not need it.
17394
17395 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17396
17397 * config.guess: Recognize vax hosts.
17398
17399 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17400
17401 * configure (while loop): Don't use "break 2" inside case
17402 statement -- the case statement isn't an enclosing loop.
17403
17404 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
17405
17406 * config.guess: Clean up NeXT support, to allow nextstep
17407 on Intel machines. Make OS be nextstep.
17408
17409 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
17410
17411 * config.guess: Add alternate forms for Convex.
17412
17413 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
17414
17415 * configure: Completely rewrite option processing. Take
17416 advantage of pattern-matching to avoid invoking test frequently.
17417 Also clean up host and target defaulting logic.
17418
17419 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17420
17421 * Makefile.in: Replace all occurrances of "rootme" with "r" and
17422 "$${rootme}" with "$$r", to increase the likelihood that the do-*
17423 commands (plus user environment) will fit SCO limits.
17424
17425 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17426
17427 * configure.in: Don't issue warnings about directories which are
17428 not being configured if -norecursion is set. Correct test for
17429 --with-gnu-as and --with-gnu-ld to not get confused by substring
17430 matches.
17431
17432 * configure.in: Don't build gas for alpha-dec-osf1*.
17433
17434 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
17435
17436 * configure: Back out Per's change of 12/19/1993. It changes the
17437 behavior of configure in unexpected and confusing ways.
17438
17439 Also, use different delim char when calculating
17440 program_transform_name so that the name can contain slashes.
17441
17442 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
17443
17444 * configure.in, config.sub: Add support for VSTa micro-kernel.
17445
17446 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
17447
17448 * configure.in: Nuke hacks which were used to get a special
17449 version of GAS for HPPA configurations.
17450
17451 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
17452
17453 * configure: If only ${target_alias} is given, use that
17454 as the default for ${host_alias}.
17455 * configure: Add missing back-slashes before nested quotes.
17456
17457 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
17458
17459 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
17460
17461 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
17462
17463 * config.guess: Recognize some Tektronix configurations.
17464 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
17465
17466 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17467
17468 * config.sub: Match any flavor of SH.
17469
17470 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
17471
17472 * configure.in: Don't try to configure newlib for Alpha.
17473
17474 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17475
17476 * configure.in: Don't build ld for Irix 5. Don't build gas,
17477 libg++ or libio for any Alpha target.
17478
17479 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
17480
17481 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
17482
17483 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
17484 default arguments -- so it tried to compress itself.
17485
17486 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
17487
17488 * configure.in (notsupp): ensure that a space is always at the end
17489 of the configdirs list, since the grep checks for an explicit space
17490
17491 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17492
17493 * configure.in (target i386-sysv4.2): don't build ld, since static
17494 versions of many libraries are not available.
17495
17496 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17497
17498 * config.guess: Recognize Apollos (using environment variables).
17499 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
17500
17501 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17502
17503 * config.guess: Recognize Sony news mips running newsos.
17504
17505 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
17506
17507 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
17508 "fi ; else" for bash.
17509
17510 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
17511
17512 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
17513
17514 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
17515
17516 * config.sub: accept unixware as an alias for svr4.2.
17517 Fix some inconsistancies with the gcc version.
17518
17519 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17520
17521 * Makefile.in (DISTDOCDIRS): Add gdb.
17522
17523 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
17524
17525 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
17526
17527 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17528
17529 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
17530 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
17531 this now.
17532
17533 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17534
17535 * config.sub: Accept hiux* as an OS name.
17536
17537 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
17538 etc/make-stds.texi. The underscore came from gcc, and dje now
17539 agrees that RUNTESTFLAGS is the correct name.
17540
17541 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
17542
17543 * install.sh: Remove 'set -e'. It makes any conditionals
17544 in the script useless.
17545
17546 * config.guess: Automatically recognize arm-acorn-riscix
17547 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
17548
17549 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
17550
17551 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
17552
17553 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17554
17555 * Makefile.in (DISTDOCDIRS): New variable.
17556 (taz): Edit local Makefile.in sooner, instead of proto-toplev
17557 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
17558
17559 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17560
17561 * configure.in (hppa target): check the source directory for the
17562 pagas sub-directory
17563
17564 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
17565
17566 * config.sub: Allow -aout* and -elf*.
17567
17568 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17569
17570 * configure.in: Don't build ld on i386-solaris2, same as for
17571 sparc-solaris2.
17572
17573 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
17574
17575 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
17576
17577 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17578
17579 * configure.in: Configure gdb for alpha.
17580
17581 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17582
17583 * Makefile.in (CXXFLAGS): Add -O.
17584
17585 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17586
17587 * config.guess: added support for DG Aviion
17588
17589 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17590
17591 * configure.in: Produce warning message for subdirectories not
17592 configurable for this host/target combination. Don't try to
17593 configure gdb for vms.
17594
17595 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17596
17597 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
17598 appropriate files before making "diststuff".
17599 (DISTBISONFILES): New var: list of files to be edited.
17600 (DISTSTUFFDIRS): Add binutils.
17601
17602 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17603
17604 * config.sub: also handle mipsel and mips64el (for little endian mips)
17605
17606 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17607
17608 * configure.in: Add * to end of all OS names.
17609
17610 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
17611
17612 * configure.in: Build newlib for LynxOS native.
17613
17614 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17615
17616 * config.guess: Add support for delta 88k running SVR3.
17617
17618 * configure.in: Add comment about HP compiler vs. emacs.
17619
17620 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17621
17622 * configure.in: don't build ld on solaris2 (not a viable option
17623 due to bugs in getpwnam & getpwuid)
17624
17625 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17626
17627 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
17628 config.guess will produce a full version number.
17629
17630 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17631
17632 * configure.in: Build linker and binutils for alpha-dec-osf1.
17633
17634 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17635
17636 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
17637 and gdb/testsuite/Makefile.in.
17638
17639 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17640
17641 * configure.in: recognize mips*- instead of mips-
17642
17643 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
17644
17645 * config.sub: Accept linux*coff and linux*elf as operating
17646 systems.
17647
17648 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17649
17650 * config.sub: Recognize mips64, and mips3 as an alias for it.
17651
17652 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17653
17654 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
17655 gdb knows how to handle OSF/1 shared libraries.
17656
17657 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17658
17659 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
17660 * config.guess: Recognize Hitachi's HIUX.
17661 * config.sub: Recognize h3050r* and hppahitachi.
17662 Remove redundant cases for hp9k[23]*.
17663
17664 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17665
17666 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
17667 if gas and ld are in the source tree and are in ${configdirs}.
17668 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
17669 --with options (but still pass them down on the command line,
17670 if they were explicitly specified).
17671
17672 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17673
17674 * configure: substitute SHELL value in Makefile.in with
17675 ${CONFIG_SHELL}
17676
17677 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17678
17679 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
17680 *-*-solaris2* targets.
17681
17682 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17683
17684 * Makefile.in: define M4, and pass it down to sub-makes;
17685 all-autoconf now depends on all-m4
17686
17687 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17688
17689 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
17690 presence of {ar,ranlib} instead of a configured directory
17691
17692 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
17693
17694 * config.guess: Accept 34?? as well as 33?? for NCR.
17695
17696 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17697
17698 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
17699 of 'gas' in sed commands, since 'gash' is now in the tree as well.
17700
17701 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17702
17703 * configure: grab values for $(CC) and $(CXX) from the
17704 environment, so that someone can do "CC=gcc configure; make" and
17705 have it work right (matching the way that autoconf works now)
17706
17707 * configure.in, Makefile.in: add support for gash, the tcl
17708 interface to Galaxy
17709
17710 * config.guess: add NetBSD variants (hp300, x86)
17711
17712 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
17713
17714 * install.sh: Support -d option (in the manner of SunOS 4 install,
17715 as it is more deterministic than that of GNU install)
17716 (chmodcmd): Set file to mode 755 by default (should also do default
17717 chgrp and chown, but I don't feel like dealing with that now)
17718
17719 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
17720
17721 * config.sub: Remove h8300hhms alias.
17722
17723 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17724
17725 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
17726
17727 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17728
17729 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
17730 as stmp-fixinc
17731
17732 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
17733
17734 * config.sub: recognize m88110-bug-coff.
17735
17736 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17737
17738 * Makefile.in (all-libio): all dependencies on the toolchain used
17739 to build this (gcc, gas, ld, etc)
17740
17741 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17742
17743 * config.guess: Deal with OSF/1 1.3 on alpha.
17744
17745 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17746
17747 * install.sh: add some 'else true' clauses for portability
17748
17749 * configure.in: don't build libio for h8[35]00-*-* targets
17750
17751 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
17752
17753 * Makefile.in: Add support for new libio.
17754
17755 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17756
17757 * install.sh: If one command fails, don't try the rest. Don't try
17758 to remove $dsttmp (via trap) unless we have already created it.
17759 If $src doesn't exist, detect it and exit with an error.
17760
17761 * config.guess: Recognize BSD on hp300.
17762
17763 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
17764
17765 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
17766 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
17767
17768 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
17769
17770 * Makefile.in (all-send-pr): depends on all-prms
17771
17772 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17773
17774 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
17775
17776 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17777
17778 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
17779 Added test for mips-mips-riscos5.
17780
17781 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17782
17783 * configure.in: use mh-hp300 for 68k HP hosts
17784
17785 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17786
17787 * configure: add support for CONFIG_SHELL, so that you can use
17788 some alternate shell for evaluating configure scripts
17789
17790 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
17791
17792 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
17793 in configure script to bug-gdb@prep.ai.mit.edu when building
17794 distribution archive.
17795 * Makefile.in (COMPRESS): Remove def.
17796 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
17797 gdb.tar.Z and make-gdb.tar.Z respectively.
17798 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
17799 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
17800 to convergence with 'taz' target in Makefile.in.
17801
17802 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17803
17804 * install.sh (dsttmp): use trap to ensure that tmp files go
17805 away on error conditions
17806
17807 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17808
17809 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
17810
17811 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17812
17813 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
17814 its parent is '/' not ''.
17815
17816 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
17817
17818 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
17819
17820 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
17821 that ${newsrcdir}/configure.in does.
17822
17823 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17824
17825 * test-build.mk: support for CONFIG_SHELL
17826
17827 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
17828
17829 * config.sub (netware): Add as a basic system type.
17830
17831 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
17832
17833 * Makefile.in (Makefile): depend on configure.in. Also drop the
17834 $(srcdir)/ from the dependency on Makefile.in.
17835
17836 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
17837
17838 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
17839 (h8300hhms is temporary until multi-libraries are implemented).
17840 * configure.in: Handle h8300h too.
17841
17842 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17843
17844 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
17845
17846 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
17847
17848 * configure: Remove extraneous output when guessing host type.
17849 * config.guess: Remove extraneous output when guessing using C
17850 compiler rather than uname, or when guessing fails.
17851
17852 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
17853
17854 * Makefile.in: remove all.cross and install.cross targets
17855
17856 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
17857 definitions
17858
17859 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
17860
17861 * configure.in (target sh): Build gprof.
17862
17863 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17864
17865 * config.sub: change -solaris to -solaris2
17866
17867 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17868
17869 * configure.in: Use config/mh-riscos for mips-*-sysv*.
17870
17871 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
17872
17873 * configure: Correct error message for missing Makefile.in to
17874 print correct directory.
17875
17876 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17877
17878 * install.sh: kludge around 386BSD shell bug
17879
17880 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
17881
17882 * config.guess: Recognize NeXT.
17883 * config.guess: Recognize i486-ncr-sysv4.
17884 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
17885
17886 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
17887
17888 * Makefile.in (MAKEINFOFLAGS): New variable.
17889 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
17890 * build-all.mk, test-build.mk: Pass down --no-split as
17891 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
17892
17893 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
17894
17895 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
17896
17897 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
17898
17899 * Makefile.in (libg++.tar.z): New rule.
17900 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
17901 * Makefile.in (taz): Only do a single chmod.
17902
17903 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
17904
17905 * install.sh: don't use dirname anymore (replaced with sed usage)
17906
17907 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
17908
17909 * Makefile.in: Change extension for gzip'd files from '.z' to
17910 '.gz' per new FSF standard usage.
17911
17912 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
17913
17914 * configure: put quotes around the final value of program_transform_name
17915
17916 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17917
17918 * Makefile.in: new install.sh support; update install-info rules
17919
17920 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
17921
17922 * configure.in: Build diff for crosses, but not for go32 host.
17923
17924 * configure.in: Build gprof only for native, and don't build it
17925 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
17926
17927 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
17928
17929 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
17930
17931 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17932
17933 * configure.in (host_tools): Add prms.
17934
17935 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17936
17937 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
17938 with $(FLAGS_TO_PASS) on the command line
17939
17940 * config.sub: Recognize lynx and lynxos
17941
17942 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
17943
17944 * config.sub: Accept -ecoff*, not just -ecoff.
17945
17946 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17947
17948 * Makefile.in (taz): Use .gz suffix instead of .z.
17949 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
17950 names.
17951
17952 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17953
17954 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
17955
17956 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17957
17958 * Makefile.in (install-no-fixedincludes): install gcc last, so
17959 that rebuilds that might happen during 'make install' don't get
17960 bogus gcc include files
17961
17962 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17963
17964 Change from Utah for HPPA support:
17965 * config.guess: Recognize hppa1.x-hp-bsd.
17966
17967 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
17968
17969 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
17970 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
17971
17972 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
17973
17974 * config.sub: Add support for rom68k and bug boot monitors.
17975
17976 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
17977
17978 * Makefile.in: Make all-opcodes depend on all-bfd.
17979
17980 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
17981
17982 * config.guess: Added special check for i[34]86-univel-sysv4*.
17983
17984 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
17985
17986 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
17987 the processor rather than assuming i486.
17988
17989 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17990
17991 * config.guess: Recognize SunOS6 as Solaris3.
17992
17993 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
17994
17995 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
17996 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
17997
17998 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
17999
18000 * build-all.mk (all-cross): New target for Canadian Cross.
18001 Added Q2 go32 targets.
18002 * test-build.mk: Configure go32 cross sparclite-aout and
18003 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
18004 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
18005
18006 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18007
18008 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
18009 GO32 hosted toolchains
18010
18011 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
18012
18013 * configure: change so "-exec-prefix" gets passed down rather
18014 than "-exec_prefix" so autoconf generated Makefiles get the
18015 exec_prefix set right.
18016
18017 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18018
18019 * config.guess: get the Solaris2 minor version number
18020
18021 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
18022
18023 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18024
18025 * config.guess: Recognize some Sequent platforms.
18026
18027 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18028
18029 * Makefile.in: added the vault-install target
18030
18031 * configure.in: actually use the Sun3 makefile fragment that's in
18032 config, also added the release dir to configdirs
18033
18034 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18035
18036 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18037
18038 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18039
18040 * configure.in: remove some program from Alpha targetted toolchains
18041
18042 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
18043
18044 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
18045 gprof.
18046 (taz): Run "make diststuff" in those directories instead of "make
18047 proto-dir". Look for "VERSION=" only at start of line in subdir
18048 Makefile. Use "gzip -9" for compression.
18049 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18050 (binutils.tar.z): New target.
18051
18052 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18053
18054 * Makefile.in (taz): Include gpl.texinfo.
18055
18056 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18057
18058 * Makefile.in (setup-dirs): Merged into "taz" target.
18059 (taz): Only do `proto-dir' stuff if a directory is actually needed
18060 for this target.
18061
18062 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
18063
18064 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18065 (FLAGS_TO_PASS): Pass down MUNCH_NM.
18066 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18067 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18068 (gcc-no-fixedincludes): Correct for current gcc Makefile.
18069
18070 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
18071
18072 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
18073 config.sub, and move-if-change to gdb testsuite distribution
18074 archive, so the testsuite can be extracted, configured, and
18075 run separately from the gdb distribution. Blow away the Chill
18076 tests that require a Chill compiled executable, since GNU Chill
18077 is not yet publically available.
18078
18079 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18080
18081 * test-build.mk: set environment variables in a single command,
18082 instead of a list of assignments and exports
18083
18084 * config.guess: recognize Alpha/OSF1 systems
18085
18086 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18087
18088 * configure: Change help message to prefer --options rather than
18089 -options.
18090
18091 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18092
18093 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18094 zippy@ecst.csuchico.edu.
18095 * config.guess: Recognize miniframe.
18096
18097 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
18098
18099 * Makefile.in: Use srcroot to find runtest rather than rootme.
18100 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
18101
18102 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
18103
18104 * test-build.mk: Extensive additions to support building on a
18105 machine other than the host.
18106
18107 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18108
18109 * configure (tooldir): Fix for i386-aix again.
18110
18111 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
18112
18113 * configure, Makefile.in: Change definition of $(tooldir)
18114 to match the FSF.
18115
18116 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
18117
18118 * config.guess: Recognize i[34]86/SVR4.
18119
18120 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18121
18122 * Makefile.in (all-gdb): gdb depends on sim.
18123
18124 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
18125
18126 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
18127 at the same time we make the prototype gdb directory.
18128 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
18129 files at the same time as the gdb base release distribution.
18130
18131 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
18132
18133 * Makefile.in (check): Use individual check targets rather than
18134 DO_X rule.
18135 (check-gcc): Added.
18136
18137 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
18138
18139 * config.sub: Use sysv3.2 not sysv32 for canonical OS
18140 for System V release 3.2.
18141
18142 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18143
18144 * config.sub: Recognize hppaosf.
18145 * configure.in: Do configure ld/binutils/gas for it.
18146
18147 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18148
18149 * configure (tooldir): Alter syntax used to set this, for systems
18150 where "\$" isn't handled right, like i386-aix.
18151
18152 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
18153
18154 * configure: Pass program-transform-name, not
18155 program_transform_name, to recursive configures.
18156
18157 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
18158
18159 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18160 of gas+ld+binutils.
18161
18162 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
18163
18164 * config.guess: Recognize AIX3.2 as distinct from 3.1.
18165
18166 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18167
18168 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
18169
18170 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18171
18172 * Makefile.in (PRMS): Set back to all-prms.
18173
18174 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
18175
18176 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
18177 targets, rather than for MIPS hosts.
18178
18179 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18180
18181 * configure.in: add comment for --with-x default values
18182
18183 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
18184
18185 * Makefile.in: add check-* targets for each of the directories in
18186 the tree. Add a definition of RUNTEST that will use the one we
18187 just built, if it exists. Pass this down via FLAGS_TO_PASS.
18188
18189 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
18190
18191 * configure.in: Removed obsolete references to bfd_target and
18192 target_makefile_frag.
18193
18194 * build-all.mk: Set assorted targets for Q2.
18195 * config.sub: Recognize z8k-sim and h8300-hms.
18196 * test-build.mk: Really don't pass host to configure.
18197 (HOLES): Added uname.
18198
18199 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
18200
18201 * configure: Handle an empty program-prefix, program-suffix or
18202 program-transform-name correctly.
18203
18204 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
18205
18206 * build-all.mk: -G 8 no longer required for MIPS targets.
18207 * test-build.mk: Don't pass host argument to configure; make it
18208 guess.
18209
18210 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
18211
18212 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
18213 * Makefile.in (COMPRESS): New macro, like GZIP.
18214
18215 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
18216
18217 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
18218
18219 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
18220 with gas currently defaults to -G 0.
18221
18222 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
18223
18224 * Makefile.in (all-flex): flex depends on byacc.
18225
18226 * build-all.mk: If host not specified, use config.guess. Pass TAG
18227 to test-build.mk as RELEASE_TAG.
18228 * test-build.mk (configargs): New variable containing arguments to
18229 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
18230 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
18231
18232 * config.guess: Use /bin/uname when checking -X argument on SCO,
18233 to avoid invoking GNU uname which doesn't understand -X.
18234
18235 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
18236
18237 * configure.in: Build gas for mips-*-*.
18238
18239 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18240
18241 * Makefile.in (all.normal): insert missing backslash.
18242
18243 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
18244
18245 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
18246
18247 * Makefile.in: Complete overhaul to merge many almost identical
18248 targets.
18249
18250 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18251
18252 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
18253 (gdb.tar.Z): Adjusted.
18254
18255 * Makefile.in (setup-dirs, taz): New targets; should be general
18256 enough to adapt for gdb sometime. Build only .z file.
18257 (gas.tar.z): New target.
18258
18259 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
18260
18261 * build-all.mk: Use CC=cc -Xs on Solaris.
18262
18263 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
18264
18265 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
18266 for handling BISON for FSF releases.
18267
18268 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18269
18270 * configure: Actually implement the change zoo just documented.
18271
18272 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
18273
18274 * configure: when using config.guess, only set target_alias when
18275 it's not already been set (ie, on the command line)
18276
18277 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18278
18279 * Makefile.in: add installcheck target, set PRMS to install-prms
18280
18281 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18282
18283 * configure: add support for package_makefile_fragment, handle the
18284 case where a directory has a configure.in file but no Makefile.in
18285 more gracefully (with an actual understandable error message, even);
18286 add support for --without (and add this to the usage message); also
18287 explicitly add a --host=${host_alias} to the command line when
18288 config.guess is used
18289
18290 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18291
18292 * configure: Must use both --host and --target in recursive calls.
18293
18294 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
18295
18296 * Makefile.in: Change deja-gnu to dejagnu.
18297
18298 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
18299
18300 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
18301
18302 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18303
18304 * configure.in: canonicalize all instances to *-*-solaris2*,
18305 also strip out a number of tools to not build for go32 host
18306
18307 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18308
18309 * config.guess: add GPL.
18310
18311 * Makefile.in, config.guess, config.sub, configure: bump
18312 copyrights to 93.
18313
18314 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
18315
18316 * Makefile.in (do-info): Removed obsolete check for existence of
18317 localenv file.
18318
18319 * Makefile.in (MAKEOVERRIDES): Define to be empty.
18320
18321 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18322
18323 * Makefile.in: a couple of 'else true' for decstation,
18324 support for TclX
18325
18326 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
18327
18328 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
18329
18330 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
18331
18332 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
18333
18334 * config.guess: Recognize i386-ibm-aix (PS/2).
18335 * configure.in: Use config/mh-aix386 file for it.
18336
18337 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
18338
18339 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
18340 CC_FOR_TARGET instead.
18341 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
18342
18343 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
18344
18345 * Makefile.in: Add sim to list of directories sent with gdb
18346
18347 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
18348
18349 * configure.in: Put back mips-dec-bsd* case.
18350
18351 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
18352
18353 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
18354 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
18355 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
18356
18357 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18358
18359 * configure.in: remove no-op mips-dec-bsd* in "case $target"
18360
18361 * Makefile.in (dir.info): only run gen-info-dir if it exists,
18362 (install-info): install dir.info only if it exists,
18363 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
18364
18365 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
18366
18367 * configure.in: For vms target, skip bfd, ld, binutils. Do build
18368 gas for mips-dec-bsd.
18369
18370 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
18371
18372 * configure (makesrcdir): If ${srcdir} is relative and not ".",
18373 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
18374
18375 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
18376
18377 * configure.in: Added "dejagnu" to hosttools list.
18378
18379 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
18380
18381 * config.sub, configure.in, config.guess: Add support
18382 for Bosx, an AIX variant from Bull.
18383 Patches from F.Pierresteguy@frcl.bull.fr.
18384
18385 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
18386
18387 * devo/dejagnu: Initial creation of devo/dejagnu.
18388 Migrated dejagnu testcases and support files for testing software
18389 tools to reside as subdirectories, currently called "testsuite",
18390 within the directory of the software tool. Migrated all programs,
18391 support libraries, etc. beloging to dejagnu proper from
18392 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
18393 with no modifications. The changes to these files which will
18394 allow them to configure, build, and execute properly will be made
18395 in a future update.
18396
18397 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18398
18399 * Makefile.in: Change send_pr to send-pr.
18400 * configure.in: Likewise.
18401 * send_pr: Renamed directory to send-pr.
18402
18403 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
18404
18405 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
18406
18407 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
18408
18409 * README: Update for gdb-4.8 release.
18410 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
18411 gdb-xxx.tar.z (gzip'd) file also.
18412
18413 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18414
18415 * Makefile.in: make all-diff depend on all-libiberty
18416
18417 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
18418
18419 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
18420
18421 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18422
18423 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
18424
18425 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
18426
18427 * Makefile.in (DEVO_SUPPORT): Remove etc directory
18428 (ETC_SUPPORT): Only add the files GDB wants from etc/.
18429 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
18430
18431 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18432
18433 * Makefile.in: makeinfo binary is in a new location
18434
18435 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
18436
18437 * config.sub: Accept -ecoff as an OS.
18438
18439 * Makefile.in: Various changes to eliminate a level of make
18440 recursion and reduce the required command line length.
18441 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
18442 sub-makes.
18443 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
18444 variables holding settings for specific sub-makes.
18445 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
18446 in terms of BASE_FLAGS_TO_PASS.
18447 (TARGET_LIBS): New variable listing directories which use
18448 TARGET_FLAGS_TO_PASS.
18449 (subdir_do): Eliminated.
18450 (do-*): New set of targets to replace subdir_do.
18451 (various): All targets which used subdir_do now depend on do-*.
18452 (local-clean): Renamed from do_clean.
18453 (local-distclean): New target, dependency of distclean and
18454 realclean.
18455 (install-info): Don't create directories. Depend on dir.info
18456 rather than calling make recursively.
18457 (install-dir.info): Eliminated.
18458 (install-info-dirs): Create all info directories here.
18459 (dir.info): Depend upon do-install-info.
18460
18461 * test-build.mk (HOLES): Added false.
18462
18463 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
18464
18465 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
18466
18467 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18468
18469 * Makefile.in (info): remove dependency on all-texinfo. The
18470 problem was really in texinfo/C, not at this level.
18471
18472 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
18473
18474 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
18475
18476 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
18477
18478 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
18479 GDB releases.
18480
18481 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18482
18483 * configure: Include srcdir in message about target of link not
18484 being found. Don't convert `-' to `_' in `with' options being
18485 passed to subdirs.
18486
18487 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18488
18489 * configure.in: add uudecode to host_tools
18490
18491 * Makefile.in: added {all,install}-uudecode targets, added them to
18492 the appropriate lists
18493
18494 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
18495
18496 * Makefile.in (all-gcc): Added dependency on all-gas.
18497
18498 * configure.in (mips-*-*): Build ld and binutils.
18499
18500 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18501
18502 * configure: check return code from mkdir, print error message and
18503 exit on failure.
18504
18505 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
18506
18507 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
18508
18509 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
18510
18511 * test-build.mk (HOLES): Added tar, cpio and uudecode.
18512
18513 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18514
18515 * config.sub (h8500): Recognize this as a cpu type.
18516
18517 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18518
18519 * configure: source directory missing is no longer a warning
18520
18521 * configure.in: recognize irix[34]* instead of irix[34]
18522
18523 * Makefile.in: define and pass down X11_LIB
18524
18525 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
18526
18527 * guess-systype: Renamed to ...
18528 * config.guess: ... by popular request.
18529 * configure.in, Makefile.in: Update accordingly.
18530
18531 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
18532
18533 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
18534 + Add Convex, Cray/Unicos, and Encore/Multimax support.
18535 + Execute ./dummy instead of assuming . is in PATH.
18536
18537 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
18538
18539 * guess-systype: New shell script. Attempts to guess the
18540 canonical host name of the executing host.
18541 Only a few hosts are supported so far.
18542 * configure: Call guess-systype if no host is specified.
18543
18544 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
18545
18546 * Makefile.in (gcc-no-fixedincludes): Made to work with current
18547 gcc Makefile.
18548
18549 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
18550
18551 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
18552 (all-gcc, install-gcc, subdir_do): Use it.
18553
18554 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18555
18556 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
18557
18558 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
18559
18560 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
18561 set exclusively by configure, using configure.in .
18562
18563 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18564
18565 * test-build.mk: set $PATH for all builds
18566
18567 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
18568
18569 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
18570
18571 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
18572 the one used in gcc/Makefile.in, so that a null expansion doesn't
18573 override the one needed to build gcc with a native cc.
18574
18575 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18576
18577 * configure: Accept -with arguments.
18578
18579 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18580
18581 * Makefile.in: added h8300sim
18582
18583 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
18584
18585 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
18586 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
18587 (all-cygnus, native, build-cygnus): Make
18588 $(canonhost)-stamp-3stage-done, not $(host)....
18589 * test-build.mk (stamp-3stage-compared): Use tail +10c for
18590 i386-sco3.2v4. Added else true to if command.
18591
18592 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
18593
18594 * config.sub: (from FSF) Sequent uses a BSD-like OS.
18595
18596 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
18597
18598 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
18599
18600 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18601
18602 * configure.in: don't remove binutils from Solaris builds
18603
18604 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
18605
18606 * Makefile.in: get rid of earlier definitions for *clean,
18607 also handle the recursive info rule better
18608
18609 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
18610
18611 * Makefile.in (mostlyclean, distclean, realclean): Fix to
18612 do more-or-less the right thing.
18613
18614 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
18615
18616 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
18617 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
18618
18619 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18620
18621 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
18622 $(host_canonical).
18623
18624 * configure.in: split the configdirs list into 4 categories (native
18625 v. cross, library v. tool) and handle the cross-only and native-
18626 only in more reasonable (and correct!) way.
18627
18628 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
18629
18630 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
18631 configdirs anymore.
18632
18633 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18634
18635 * Makefile.in: extensive cleanup:: removed all of the explicit
18636 clean-* targets, collapsed many wrappers around subdir_do into
18637 one, added additional targets to satisfy standards.texi, deleted
18638 some old targets, some changes for consistency
18639
18640 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18641
18642 * configure.in: handle some programs as cross-only, and others as
18643 native only
18644
18645 * test-build.mk: handle partial holes in a more generic manner
18646
18647 * Makefile.in: m4 depends on libiberty
18648
18649 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18650
18651 * configure.in: add m4, textutils, fileutils, sed, shellutils,
18652 time, wdiff, and find to configdirs
18653
18654 * Makefile.in: all, clean, and install rules for the new programs
18655 added to configure.in
18656
18657 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18658
18659 * configure.in: use mh-sun for all *-sun-* hosts
18660
18661 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18662
18663 * Makefile.in: define flags for X11 include files and library file
18664 locations, pass them down to the programs that need this info
18665
18666 * build-all.mk: added a 'native' target, to 3stage the native toolchain
18667
18668 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18669
18670 * configure.in: start building libg++ for HP-UX targets
18671
18672 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
18673
18674 * README: Update references to files moved into etc/.
18675
18676 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
18677
18678 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
18679 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
18680
18681 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
18682
18683 * configure: accept dash as well as underscore in long option
18684 names for FSF compatibility.
18685
18686 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
18687
18688 * config.sub: added -sco3.2v4 support from FSF.
18689
18690 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18691
18692 * configure.in: expand the section that adds or removes
18693 directories from the list of programs to build, to handle native
18694 vs. cross in addition to host v. native
18695
18696 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
18697
18698 * Makefile.in: Replace C++ in macro names with CXX.
18699 This is less likely to break ...
18700
18701 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18702
18703 * test-build.mk: add -w to GNU_MAKE
18704
18705 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18706
18707 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
18708 add 'sparc' to list of recognized cpus. This needed to make
18709 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
18710 Delete some redundant ose68 variants. Recognize -wrs as an os,
18711 then changes that into $CPU-wrs-vxworks.
18712
18713 * configure.in: remove most references to gdbtest, regularize
18714 target based program removal
18715
18716 * test-build.mk: import from p3 tree (many fixes and changes)
18717
18718 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
18719
18720 * Makefile.in: added rules to handle tcl, tk, and expect
18721
18722 * configure.in: handle those directories if they exist
18723
18724 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18725
18726 * config.sub: removed bogus hppabsd and hppahpux names, since
18727 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
18728
18729 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18730
18731 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
18732 depends upon all-xiberty
18733
18734 * Makefile.in: changes from p3, including:
18735
18736 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
18737
18738 * Makefile.in (XTRAFLAGS): include newlib directories if
18739 newlib/Makefile exists, rather than if host != target.
18740
18741 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
18742
18743 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18744 from the same source tree and not building a cross-compiler. This
18745 matters for the libg++ configuration if reconfiguring a tree that
18746 has already been installed.
18747
18748 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
18749
18750 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18751 pick up the machine and system specific header files.
18752
18753 * Makefile.in: added AS_FOR_TARGET, passed down in
18754 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
18755 the C compiler to use to create programs which are run in the
18756 build environment, set it to default to $(CC), and passed it down
18757 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18758
18759 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
18760
18761 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
18762 We need them for unusual native builds, like systems without
18763 ranlib.
18764
18765 * configure: also define $(host_canonical) and
18766 $(target_canonical), which are the full, canonical names for the
18767 given host and target
18768
18769 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
18770
18771 * Makefile.in: Added separate definitions for C++.
18772
18773 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
18774
18775 * configure.in (configdirs): Add deja-gnu.
18776
18777 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
18778
18779 * README: Update for configure.texi and gdb-4.7 release.
18780
18781 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
18782
18783 * Makefile.in: Move "all" target to top of file.
18784 Previously, first target was ".PHONY" which caused BSD4.4 make
18785 to build .PHONY when make was run without arguments.
18786
18787 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
18788
18789 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
18790 Library-copylefted code in libiberty.
18791
18792 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
18793
18794 * config.sub: Replace m68kmote with plain old m68k.
18795
18796 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
18797
18798 * Makefile.in: Remove space from blank line, avoid Make complaints.
18799
18800 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
18801
18802 * config.sub: Complain if no argument is given. Added support for
18803 386bsd as OS and target alias.
18804
18805 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
18806
18807 * Makefile.in (XTRAFLAGS): include newlib directories if
18808 newlib/Makefile exists, rather than if host != target.
18809
18810 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
18811
18812 * config.sub: recognize sparclite-wrs-vxworks.
18813
18814 * Makefile.in (install-xiberty): added *-xiberty make rules (from
18815 p3.) Added clean-xiberty to clean.
18816
18817 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18818
18819 * configure.in: use *-*-* instead of nested cases for host and target
18820
18821 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
18822
18823 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18824 from the same source tree and not building a cross-compiler. This
18825 matters for the libg++ configuration if reconfiguring a tree that
18826 has already been installed.
18827
18828 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
18829
18830 * config.sub (i486v/i486v4): Merge in from FSF version.
18831
18832 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
18833
18834 * configure: only set PWD if it is already set.
18835
18836 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
18837
18838 * configure: just set PWD=`pwd` at the top, since Ultrix sh
18839 doesn't have unset and all success paths (and most error paths)
18840 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
18841 to just ${PWD} to avoid confusion.)
18842
18843 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
18844
18845 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
18846 even for a native compilation.
18847
18848 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
18849
18850 Changes to make the gdb.tar.Z rule work better.
18851
18852 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
18853 (DEVO_SUPPORT): Add configure.texi.
18854 (bfd-ilrt.tar.Z): Remove ancient rule.
18855
18856 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
18857
18858 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18859 pick up the machine and system specific header files.
18860
18861 * configure.in, config.sub: added new target m68010-adobe-scout,
18862 with alias of adobe68k. Changed configure.in to check for
18863 -scout before -sco* to avoid a false match.
18864
18865 * Makefile.in: added AS_FOR_TARGET, passed down in
18866 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
18867 the C compiler to use to create programs which are run in the
18868 build environment, set it to default to $(CC), and passed it down
18869 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18870
18871 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
18872
18873 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
18874 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
18875 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
18876 FOR_TARGET variants, to newlib and libg++.
18877
18878 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
18879
18880 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
18881 first.
18882
18883 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
18884
18885 * config.sub: Accept `elf' as an environment.
18886
18887 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18888
18889 * Makefile.in (all-opcodes): cd into the right directory
18890
18891 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
18892
18893 * configure: added -program_transform_name option, used as
18894 argument to sed when installing programs.
18895 configure.texi: added documentation for -program_prefix,
18896 -program_suffix and -program_transform_name.
18897
18898 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
18899
18900 * config.sub: Accept i486 where i386 ok.
18901
18902 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
18903
18904 * config.sub: accept we32k
18905
18906 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
18907
18908 * config.sub, configure.in: accept OSE68000 and OSE68k.
18909
18910 * Makefile.in: don't create all directories for ``make install'';
18911 let the subdirectories create the ones they need.
18912
18913 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18914
18915 * COPYING: new file, GPL v2
18916
18917 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18918
18919 * Makefile.in: use the new gen-info-dir, which needs a template
18920 argument (which also lives in texinfo)
18921
18922 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
18923
18924 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
18925
18926 * config.sub (ncr3000): Change i386 to i486.
18927
18928 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18929
18930 * Makefile.in: add install-rcs, install-grep to
18931 install-no-fixedincludes, removed install-bison and install-libgcc
18932
18933 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
18934
18935 * configure.in: grab the HPUX makefile fragment if on HPUX
18936
18937 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
18938
18939 * Makefile.in: eradicate bison spoor (ditto libgcc).
18940 configure.in: recognise m68{k,000}-ericsson-OSE.
18941 es1800 is alias for m68k-ericsson-OSE
18942
18943 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18944
18945 * configure.in: rearrange the parts that remove programs from
18946 configdirs, based now on HOST==TARGET or by canonical triple.
18947
18948 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18949
18950 * test-build.mk: recurse explicitly with -f test-build.mk when
18951 appropriate. predicate stage3 and comparison on the existence
18952 of gcc. That is, if gcc isn't around, we aren't three-staging.
18953 On very clean, also remove ...stamp-co. Build in-place before
18954 doing other builds.
18955
18956 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18957
18958 * Makefile.in, configure.in: add tgas
18959
18960 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18961
18962 * Makefile.in: a number of changes merged in from progressive.
18963
18964 * configure.in: add libm.
18965
18966 * .cvsignore: ignore some stuff that comes from test-build.mk.
18967
18968 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
18969
18970 * config.sub: Add es1800 (m68k-ericsson-es1800).
18971
18972 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
18973
18974 * configure: Add program_suffix (parallel to program_prefix)
18975 * Makefile.in: adjust directory-creating script for losing decstation
18976
18977 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
18978
18979 * configure: Minor $subdir-related fixes.
18980
18981 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18982
18983 * configure: fix various problems with propogating
18984 makefile_target_frag in subdirs.
18985 * configure.in: config libgcc if its there
18986
18987 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
18988
18989 * config.sub: HPPA merge.
18990
18991 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
18992
18993 * Makefile.in: Replace all-bison with all-byacc in all
18994 dependency lines for other tools (which now use byacc).
18995
18996 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
18997
18998 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
18999
19000 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
19001
19002 * Makefile.in: make gprof rules similar to byacc rules (instead of
19003 vestigal $(unsubdir) that didn't work...)
19004
19005 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
19006
19007 * config.sub: Add support for Linux.
19008 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
19009 (at least for libg++).
19010
19011 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
19012
19013 * configure.texi: fix doc for the -nfp option to configure
19014
19015 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
19016
19017 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
19018
19019 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
19020
19021 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
19022 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
19023 * configure.in: added solaris* host_makefile_frag hook.
19024
19025 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19026
19027 * config.sub: changed recognition of m68000 so that various
19028 m68k types can be specified via m680[01234]0
19029
19030 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19031
19032 * config.sub (basic_machine): fix sed so that '-foo' isn't
19033 completely substituted out while .+'-foo' loses the '-foo'
19034
19035 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19036
19037 * config.sub ($os): Add -aout.
19038
19039 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
19040
19041 * configure: If host_makefile_frag is absolute, don't
19042 prefix ${invsubdir} (relevant to libg++ auto-configure).
19043
19044 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19045
19046 * Makefile.in (tooldir): Define it.
19047 (all-ld): Depend on all-flex.
19048
19049 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
19050
19051 * Makefile.in (check): Fix libg++ special case.
19052
19053 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
19054
19055 * configure: do not bury `pwd` into config.status, thus do fewer
19056 pwd's.
19057
19058 * configure: print the "Building in" message only when building in
19059 other than "." AND verbose.
19060
19061 * configure: remove -s, rework -v to better accommodate guested
19062 configures.
19063
19064 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19065
19066 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
19067
19068 * Makefile.in: macroize flags passed on recursion. remove
19069 fileutils.
19070
19071 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
19072
19073 * configure: get makesrcdir right for subdirs deeper than 1.
19074
19075 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19076 install.
19077
19078 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
19079
19080 * Makefile.in: don't print subdir_do or recursion lines.
19081
19082 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
19083
19084 * standards.texi: added menu item.
19085
19086 * Makefile.in: build and install standards.info.
19087
19088 * standards.texi: new file.
19089
19090 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19091
19092 * configure: test for and move config.status pieces from
19093 ${subdir}/.
19094
19095 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
19096
19097 * configure: Test for existance of files before trying to mv
19098 them, to avoid numerous non-existance messages.
19099
19100 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
19101
19102 * configure: correct final line of config.status.
19103
19104 * configure: patch from eggert. Avoids a protection problem if
19105 the original Makefile.in is read only.
19106
19107 * configure: use move-if-change from gcc to create config.status.
19108 Some makefiles depend on config.status to tell if a directory
19109 has been reconfigured for a different host. This change
19110 prevents those directories from remaking everything in the case
19111 where the reconfig was only intended to rebuild a Makefile.
19112
19113 * configure: test for config.sub with "config.sub sun4" rather
19114 than "config.sub ${host_alias}". Otherwise we can't tell a bad
19115 host alias from a missing config.sub.
19116
19117 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19118
19119 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19120 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
19121
19122 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
19123
19124 * configure: mkdir ${subdir} as needed.
19125
19126 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
19127
19128 * Makefile.in,configure.in: added autoconf.
19129
19130 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19131
19132 * Makefile.in: no longer pass against on recursion.
19133
19134 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19135 definitions are not inherited.
19136
19137 * configure: correct makesrcdir when subdir is .
19138
19139 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
19140
19141 * configure: Add support for 'subdirs' variable, which is
19142 like 'configdirs', except that configure doesn't re-invoke
19143 itself for subdirs, it just creates a Makefile for each subdir.
19144 * configure.texi: Document subdirs.
19145
19146 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19147
19148 * configure.in: added flex to configdirs
19149
19150 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
19151
19152 * Makefile.in: remove clean-stamps from clean.
19153
19154 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
19155
19156 * configure.in: Add gdbtest to configdirs.
19157
19158 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
19159
19160 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
19161 to recursive makes.
19162 * configure.in: Recognize new ncr3000 config.
19163
19164 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
19165
19166 * Makefile.in, configure.in: removed references to gdbm.
19167
19168 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
19169
19170 * config.sub: Don't canonicalize os value
19171 newsos* to bsd (readline needs to check for newsos).
19172 (This fix was earlier made Jan 31, but got re-broken.)
19173
19174 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
19175
19176 * configure.in: sco is an os, not a vendor!
19177
19178 * configure: Quote $( better. Keep various shells happy.
19179
19180 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
19181
19182 * Makefile.in: eliminate stamp-files.
19183
19184 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
19185
19186 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
19187 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
19188
19189 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
19190
19191 * config.sub: fix iris/iris3.
19192
19193 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
19194
19195 * configure: re-add -rm.
19196
19197 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
19198
19199 * Maskefile.in: add .stmp-rcs to all.
19200
19201 * configure.in: remove gas from rs6000 build, use aix host fragment.
19202
19203 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
19204
19205 * configure: pass down site_option during recursion.
19206
19207 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
19208
19209 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
19210
19211 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
19212
19213 * configure: Change exec_prefix so that it really defaults to prefix.
19214
19215 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
19216
19217 * Makefile.in, configure.in: Add support for mmalloc library.
19218
19219 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
19220
19221 * Makefile.in: add stmp dependencies for a few more things.
19222
19223 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
19224
19225 * configure: adjusted error message on objdir/srcdir configure
19226 collision, per john's suggestion.
19227
19228 * Makefile.in: add libiberty stmp to all and all.cross.
19229
19230 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
19231
19232 * Makefile.in: remove force dependencies, add grep to all.
19233
19234 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
19235
19236 * Makefile.in: drop flex. make stamp files work.
19237
19238 * configure: added test for conflicting configuration in srcdir,
19239 remove trailing slashes from srcdir. Otherwise emacs gdb mode
19240 gets cranky. use relative paths for configure and srcdir
19241 whenever possible. Send some error messages to stderr that were
19242 going to stdout.
19243
19244 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
19245
19246 * Makefile.in: Fix libg++ rule to check for gcc directory
19247 before using gcc/gcc. Also pass XTRAFLAGS.
19248
19249 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
19250
19251 * Makefile.in: added stmp-files so that directories aren't polled
19252 when they are already built.
19253
19254 * configure.texi: fixed a node pointer problem.
19255
19256 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
19257
19258 * config.sub configure.in gdb/configure.in
19259 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
19260 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
19261 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
19262
19263 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19264
19265 * configure: -recurring becomes -silent. corrected help message
19266 for -site= option.
19267
19268 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
19269
19270 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19271
19272 * configure: when building Makefile for crosses, replace
19273 tooldir and program_prefix. default srcdir from location of
19274 config.sub. remove "for host in hosts" and "for target in
19275 targets" loops.
19276
19277 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19278
19279 * Makefile.in: Do not pass bindir or mandir to cvs.
19280
19281 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
19282
19283 * Makefile.in, configure.in: removed traces of namesubdir,
19284 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
19285 copyrights to '92, changed some from Cygnus to FSF.
19286
19287 * configure.texi: remove most references to multiple hosts,
19288 multiple targets, subdirs, etc.
19289
19290 * configure.man: removed rcsid. reference config.sub not
19291 config.subr.
19292
19293 * Makefile.in: mkdir $(infodir) on install-info.
19294
19295 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
19296
19297 * configure.texi: Explain better about .gdbinit and about
19298 the environment that configure.in sections run in.
19299
19300 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
19301
19302 * configure.in: Ultrix is only a decstation if it's a MIPS.
19303
19304 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
19305
19306 * README: DOC.configure => cfg-paper.texi.
19307
19308 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
19309
19310 * config.sub (near case $os): Don't convert newsos* to bsd!
19311
19312 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
19313
19314 * Makefile.in: Reinstall change from gdb-4.3 that reduces
19315 the number of copies of COPYING that go into the GDB tar file.
19316
19317 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
19318
19319 * bfd/configure.in, gdb/config/mh-i386sco,
19320 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
19321 Fix SCO configuration stuff.
19322
19323 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
19324
19325 * Makefile.in: For libg++, make sure the -I pointing
19326 to the gcc directory goes *after* all the libg++-local -I flags.
19327 Also, move just-gcc dependency from just-libg++ to all-libg++.
19328
19329 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
19330
19331 * configure: Change -x to -f to keep Ultrix /bin/test happy.
19332
19333 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
19334
19335 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
19336
19337 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
19338
19339 * config.sub: Add stratus configuration frags. Also
19340 submitted to FSF.
19341
19342 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
19343
19344 * Makefile.in (DEV_SUPPORT): add configure.man.
19345
19346 * config.sub(Decode manufacturer-specific): add -none*.
19347
19348 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
19349
19350 * Makefile.in: remove form feeds to make Sun's make happy.
19351 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
19352
19353 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
19354
19355 * Makefile.in (AR_FLAGS): Make quieter.
19356
19357 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
19358
19359 * configure.in: Add libg++.
19360 * configure: When verbose, don't output the command line at each
19361 level; it will be unremarkably the same as the previous version,
19362 which will be the same as what the user typed.
19363
19364 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
19365
19366 * configure.in, Makefile.in: fix clean-info, add flex. add
19367 fileutils.
19368
19369 * configure: be less sensitive to spaces in Makefile.in. Do not
19370 look for sources in "..". Doing so breaks subdirectories that
19371 might have their own configure. If a subdir has it's own
19372 configure script, use it.
19373
19374 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
19375
19376 * cfg-paper.texi: some changes suggested by rms.
19377
19378 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
19379
19380 * config.sub: Merge in some small additions from the FSF version,
19381 taken from the gcc distribution, to bring the Cygnus and FSF
19382 versions into closer sync.
19383
19384 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
19385
19386 * configure.in: Changed svr4 references to sysv4.
19387
19388 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
19389
19390 * configure: added -V for version number option.
19391
19392 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
19393
19394 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
19395 renamed from DOC.configure to cfg-paper.texi.
19396
19397 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19398
19399 * configure, config.subr, config.sub: config.subr is now
19400 config.sub again.
19401
19402 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
19403
19404 * configure.texi: new file, in progress.
19405
19406 * Makefile.in: build info file and install the man page for
19407 configure.
19408
19409 * configure.man: new file, first cut.
19410
19411 * configure: find config.subr again now that configuration "none"
19412 has gone. removed all traces of the -ansi option. removed all
19413 traces of the -languages option.
19414
19415 * config.subr: resync from rms.
19416
19417 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19418
19419 * configure, config.sub, config.subr: merge config.sub into
19420 config.subr, call the result config.subr, remove config.sub, use
19421 config.subr.
19422
19423 * Makefile.in: revised install for dir.info.
19424
19425 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19426
19427 * configure.in: add decstation host makefile frag.
19428
19429 * Makefile.in: BISON now bison -y again. also install-gcc on
19430 install. clean-gdbm on clean. infodir belongs in datadir.
19431 Make directories for info install. Build dir.info here then
19432 install it.
19433
19434 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19435
19436 * Makefile.in: fix for bad directory tests.
19437
19438 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19439
19440 * configure: \{1,2\} appears to be a sysv'ism. Use a different
19441 regexp. -srcdir relative was being handled incorrectly.
19442
19443 * Makefile.in: unwrapped some for loops so that parallel makes
19444 work again and so one can focus one's attention on a particular
19445 package.
19446
19447 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19448
19449 * configure: added PWD as a stand in for `pwd` (for speed). use
19450 elif wherever possible. make -srcdir work without -objdir.
19451 -objdir= commented out.
19452
19453 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19454
19455 * configure: +options become --options. -subdirs commented out.
19456 added -host, -datadir. Renamed -destdir to -prefix. Comment in
19457 Makefile now at top of generated Makefile. Removed cvs log
19458 entries. added -srcdir. create .gdbinit only if there is one
19459 in ${srcdir}.
19460
19461 * Makefile.in: idestdir and ddestdir go away. Added copyrights
19462 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
19463 and mandir now keyed off datadir by default.
19464
19465 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19466
19467 * Freshly created ChangeLog.
19468
19469 \f
19470 Local Variables:
19471 mode: change-log
19472 left-margin: 8
19473 fill-column: 76
19474 version-control: never
19475 End:
This page took 0.912997 seconds and 5 git commands to generate.