trans-stmt.c (gfc_trans_lock_unlock): Implement -fcoarray=lib version; reject not...
[gcc.git] / ChangeLog
1 2015-04-08 Cary Coutant <ccoutant@gmail.com>
2
3 * MAINTAINERS: Update my email address.
4
5 2015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
6
7 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
8
9 2015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10
11 * MAINTAINERS: Add myself as an arm port reviewer.
12
13 2015-03-25 Martin Liska <mliska@suse.cz>
14 Yury Gribov <y.gribov@samsung.com>
15
16 * Makefile.in: Fix ln source location for vimrc file.
17 * Makefile.tpl: Likewise.
18
19 2015-03-09 Aldy Hernandez <aldyh@redhat.com>
20
21 PR bootstrap/25672
22 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
23 cross-compiling. Similarly for CXX_FOR_TARGET.
24 * configure: Regenerate.
25
26 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
27
28 * Makefile.def: Add libmpx.
29 * configure.ac: Add libmpx.
30 * Makefile.in: Regenerate.
31 * configure: Regenerate.
32
33 2015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
34
35 * MAINTAINERS (CPU Port Maintainers): Add myself
36 i386 vector ISA extns mantainer.
37
38 2015-03-13 Jeff Law <law@redhat.com>
39
40 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
41 maintainer.
42 Remove Richard Henderson as a maintainer for the x86 port.
43
44 2015-03-03 Joern Rennecke <gnu@amylaar.uk>
45
46 * MAINTAINERS (CPU Port Maintainers): Update my email address.
47
48 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
49
50 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
51 pointer bounds checker and i386 MPX maintainer.
52
53 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
54
55 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
56
57 2015-02-26 Martin Sebor <msebor@redhat.com>
58
59 * MAINTAINERS (Various Maintainers): Add self.
60
61 2015-02-20 Thomas Schwinge <thomas@codesourcery.com>
62
63 * configure.ac [--enable-as-accelerator-for] (enable_languages):
64 Make sure it contains lto.
65 * configure: Regenerate.
66
67 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
68
69 * configure: Regenerate.
70
71 2015-02-06 Diego Novillo <dnovillo@google.com>
72
73 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
74 middle-end, docstring): Remove myself.
75 (Write After Approval): Add myself.
76
77 2015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
78
79 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
80 (Write After Approval): Update address.
81
82 2015-01-29 David Malcolm <dmalcolm@redhat.com>
83
84 PR jit/64780
85 * configure.ac: Require the user to explicitly specify
86 --enable-host-shared if the jit is enabled.
87 * configure: Regenerate.
88
89 2015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
90
91 * MAINTAINERS (Write After Approval): Add myself.
92
93 2015-01-25 Tom de Vries <tom@codesourcery.com>
94
95 * MAINTAINERS: Make whitespace consistent.
96
97 2015-01-23 Braden Obrzut <admin@maniacsvault.net>
98
99 * MAINTAINERS (Write After Approval): Add myself.
100
101 2015-01-20 Andre Vehreschild <vehre@gmx.de>
102
103 * MAINTAINERS: (Write After Approval): Add myself.
104
105 2015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
106
107 * MAINTAINERS: (Write After Approval): Add myself.
108
109 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
110
111 * MAINTAINERS: (Write After Approval): Add myself.
112
113 2015-01-13 Iain Sandoe <iain@codesourcery.com>
114
115 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
116 objective-c/c++ front end maintainer.
117
118 2015-01-13 Marek Polacek <polacek@redhat.com>
119
120 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
121
122 2015-01-12 Jeff Law <law@redhat.com>
123
124 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
125 a very long time.
126
127 2015-01-09 Ian Lance Taylor <iant@google.com>
128
129 * configure.ac (host_tools): Add gotools.
130 * Makefile.def (host_modules): Add gotools.
131 (dependencies): Add dependency of all-gotools on all-target-libgo.
132
133 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
134
135 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
136 * configure: Regenerate.
137
138 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
139
140 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
141 all-target-libgomp.
142 * Makefile.in: Regenerate.
143
144 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
145
146 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
147
148 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
149
150 * configure.ac: Add Visium support.
151 * configure: Regenerate.
152
153 2015-01-04 Andreas Schwab <schwab@linux-m68k.org>
154
155 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
156 * configure: Regenerate.
157
158 2015-01-03 Andrew Pinski <apinski@cavium.com>
159
160 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
161 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
162 (BASE_TARGET_EXPORTS): Add OBJCOPY.
163 (OBJCOPY_FOR_TARGET): New variable.
164 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
165 * Makefile.in: Regenerate.
166 * configure.ac: Check for already installed target objcopy.
167 Also GCC_TARGET_TOOL on objcopy.
168 * configure: Regenerate.
169
170 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
171
172 * config.sub: Update from upstream, to 2015-01-01 version.
173 * config.guess: Ditto.
174
175 2014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
176
177 * MAINTAINERS (RTEMS Ports): Add myself.
178
179 2014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
180
181 * MAINTAINERS (Write After Approval): Add myself.
182
183 2014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
184
185 * MAINTAINERS (Write After Approval): Add myself.
186
187 2014-12-15 Thomas Schwinge <thomas@codesourcery.com>
188
189 * configure.ac (--enable-as-accelerator-for): Don't set
190 ENABLE_AS_ACCELERATOR_FOR. Update all users.
191 * configure: Regenerate.
192
193 2014-12-13 Jakub Jelinek <jakub@redhat.com>
194
195 PR bootstrap/64023
196 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
197 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
198 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
199 to CXX.
200 * Makefile.in: Regenerated.
201
202 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
203 Yury Gribov <y.gribov@samsung.com>
204
205 * .gitignore: Added .local.vimrc and .lvimrc.
206 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
207 * Makefile.in: Regenerate.
208
209 2014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
210
211 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
212 * configure: Regenerated.
213
214 2014-11-27 Bernd Schmidt <bernds@codesourcery.com>
215
216 * MAINTAINERS (nvptx port): New entry.
217
218 2014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
219
220 * configure: Regenerate.
221
222 2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
223
224 * configure.ac: Merge with Binutils.
225
226 2014-11-26 Tobias Burnus <burnus@net-b.de>
227
228 * Makefile.def: Make more dependent on mpfr, mpc and isl.
229 * Makefile.in: Regenerate.
230
231 2014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
232
233 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
234 missing flex.
235 * Makefile.in: Regenerated.
236
237 2014-11-21 Ilya Verbin <ilya.verbin@intel.com>
238
239 * Makefile.in: Regenerate.
240
241 2014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
242
243 PR bootstrap/63784
244 * libtool.m4: Add $pic_flag with -shared.
245
246 2014-11-21 Renlin Li <Renlin.Li@arm.com>
247
248 * MAINTAINERS (Write After Approval): Added myself.
249
250 2014-11-21 Alex Velenko <Alex.Velenko@arm.com>
251
252 * MAINTAINERS (write-after-approval): Add myself.
253
254 2014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
255
256 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
257 from 2 years ago.
258
259 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
260
261 Revert:
262 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
263
264 * MAINTAINERS (Write After Approval): Added myself as line map
265 maintainer.
266
267 2014-11-19 Renlin Li <Renlin.Li@arm.com>
268
269 Revert:
270 2014-11-19 Renlin Li <Renlin.Li@arm.com>
271
272 * MAINTAINERS (Write After Approval): Added myself.
273
274 2014-11-19 Renlin Li <Renlin.Li@arm.com>
275
276 * MAINTAINERS (Write After Approval): Added myself.
277
278 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
279
280 * MAINTAINERS (Write After Approval): Added myself as line map
281 maintainer.
282
283 2014-11-17 Dodji Seketeli <dodji@redhat.com>
284
285 * MAINTAINERS (Various Maintainers): Added myself as line map
286 maintainer.
287
288 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
289
290 * move-if-change: Sync from upstream gnulib.
291
292 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
293
294 * compile: Sync with upstream Automake.
295 * depcomp: Ditto.
296 * install-sh: Ditto.
297 * missing: Ditto.
298 * mkinstalldirs: Ditto.
299 * ylwrap: Ditto.
300
301 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
302
303 * config.sub: Update from upstream config repo.
304 * config.guess: Ditto.
305
306 2014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
307
308 * Makefile.def: Add liboffloadmic to target_modules. Make
309 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
310 * Makefile.in: Regenerate.
311 * configure: Regenerate.
312 * configure.ac: Add liboffloadmic to target binaries.
313 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
314 Add liboffloadmic to noconfig list when C++ is not supported.
315
316 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
317 Thomas Schwinge <thomas@codesourcery.com>
318 Ilya Verbin <ilya.verbin@intel.com>
319 Andrey Turetskiy <andrey.turetskiy@intel.com>
320
321 * configure: Regenerate.
322 * configure.ac (--enable-as-accelerator-for)
323 (--enable-offload-targets): New configure options.
324
325 2014-11-11 Tobias Burnus <burnus@net-b.de>
326
327 * Makefile.def: Make all-gcc depend on all-isl.
328 * Makefile.in: Regenerate.
329
330 2014-11-11 David Malcolm <dmalcolm@redhat.com>
331
332 * ChangeLog.jit: New.
333 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
334
335 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
336
337 PR target/63610
338 * libtool.m4: Fix globbing of darwin versions.
339 * configure: Regenerate.
340
341 2014-11-11 Tobias Burnus <burnus@net-b.de>
342
343 * Makefile.def: Remove CLooG.
344 * Makefile.tpl: Ditto.
345 * configure.ac: Ditto.
346 * configure: Regenerate.
347 * Makefile.in: Ditto.
348
349 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
350
351 * configure.ac: Handle nvptx-*-*.
352 * configure: Regenerate.
353
354 2014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
355
356 * MAINTAINERS (Write After Approval): Add myself.
357
358 2014-10-31 Jakub Jelinek <jakub@redhat.com>
359
360 * Makefile.def (libcc1): Remove bootstrap=true;.
361 * Makefile.in: Regenerated.
362
363 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
364
365 * configure.ac: Update comment.
366 * configure: Regenerate.
367
368 2014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
369
370 * MAINTAINERS (Write After Approval): Add myself.
371
372 2014-10-30 Thomas Schwinge <thomas@codesourcery.com>
373
374 * configure.ac (extra_host_libiberty_configure_flags): Add
375 --enable-shared also for libcc1's benefit.
376 * configure: Regenerate.
377
378 2014-10-29 Tristan Gingold <gingold@adacore.com>
379
380 * MAINTAINERS: Change my email address.
381
382 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
383 Tom Tromey <tromey@redhat.com>
384
385 * Makefile.def: Add libcc1 to host_modules.
386 * configure.ac (host_tools): Add libcc1.
387 * Makefile.in, configure: Rebuild.
388
389 2014-10-24 Hans-Peter Nilsson <hp@axis.com>
390
391 * configure.ac (build_configargs): Don't share config.cache between
392 build subdirs.
393 * configure: Regenerate.
394
395 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
396
397 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
398 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
399 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
400 leon3v7 as leon3.
401 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
402 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
403 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
404 * config/sparc/sparc.md (cpu): Add leon3v7.
405 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
406
407 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
408
409 * MAINTAINERS (write-after-approval): Add myself.
410
411 2014-10-23 Ian Lance Taylor <iant@google.com>
412
413 * configure.ac: Disable the Go frontend on systems where it is known
414 to not work.
415 * configure: Regenerate.
416
417 2014-10-23 Richard Biener <rguenther@suse.de>
418
419 * Makefile.def: Add libcpp build module and dependencies.
420 * configure.ac: Add libcpp build module.
421 * Makefile.in: Regenerate.
422 * configure: Likewise.
423
424 2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
425
426 * MAINTAINERS (write-after-approval): Add myself.
427
428 2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
429
430 * INSTALL/README: Do not mention CVS.
431
432 2014-10-03 Jing Yu <jingyu@google.com>
433
434 * configure.ac: Add aarch64 to list of targets that support gold.
435 * configure: Regenerate.
436
437 2014-09-29 François Dumont <fdumont@gcc.gnu.org>
438
439 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
440
441 2014-09-29 Catherine Moore <clm@codesourcery.com>
442
443 * MAINTAINERS: Add myself as MIPS maintainer.
444
445 2014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
446
447 * MAINTAINERS: Move myself to MIPS maintainers.
448
449 2014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
450
451 * MAINTAINERS: Put all email addresses between '<' and '>'.
452
453 2014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
454
455 * MAINTAINERS: Move myself to reviewers (Fortran).
456
457 2014-09-01 Andi Kleen <ak@linux.intel.com>
458
459 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
460 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
461 * Makefile.in: Regenerate.
462
463 2014-08-28 David Malcolm <dmalcolm@redhat.com>
464
465 * rtx-classes-status.txt: Delete
466
467 2014-08-28 David Malcolm <dmalcolm@redhat.com>
468
469 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
470
471 2014-08-27 Sebastian Pop <s.pop@samsung.com>
472
473 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
474 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
475 of checking for version number.
476 * configure: Regenerated.
477 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
478
479 2014-08-27 David Malcolm <dmalcolm@redhat.com>
480
481 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
482 is done; begin phase 6 (use extra rtx_def subclasses).
483
484 2014-08-27 David Malcolm <dmalcolm@redhat.com>
485
486 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
487 done; begin phase 5 (additional rtx_def subclasses).
488
489 2014-08-26 David Malcolm <dmalcolm@redhat.com>
490
491 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
492
493 2014-08-26 David Malcolm <dmalcolm@redhat.com>
494
495 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
496 SET_BB_HEADER are done.
497
498 2014-08-26 David Malcolm <dmalcolm@redhat.com>
499
500 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
501 done.
502
503 2014-08-26 David Malcolm <dmalcolm@redhat.com>
504
505 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
506
507 2014-08-26 David Malcolm <dmalcolm@redhat.com>
508
509 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
510
511 2014-08-25 David Malcolm <dmalcolm@redhat.com>
512
513 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
514
515 2014-08-25 David Malcolm <dmalcolm@redhat.com>
516
517 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
518
519 2014-08-25 David Malcolm <dmalcolm@redhat.com>
520
521 * rtx-classes-status.txt: Phase 3 (per-file commits within
522 "config" subdirs) is done; begin phase 4 (removal of
523 "scaffolding").
524
525 2014-08-23 David Malcolm <dmalcolm@redhat.com>
526
527 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
528 dir) is done; begin phase 3 (per-file commits within "config"
529 subdirs).
530
531 2014-08-21 David Malcolm <dmalcolm@redhat.com>
532
533 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
534 phase 2 (per-file commits in main source dir).
535
536 2014-08-21 Bin Cheng <bin.cheng@arm.com>
537
538 * configure: Regenerated.
539
540 2014-08-19 David Malcolm <dmalcolm@redhat.com>
541
542 * rtx-classes-status.txt (TODO): Add SET_BND_TO
543
544 2014-08-19 David Malcolm <dmalcolm@redhat.com>
545
546 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
547
548 2014-08-19 David Malcolm <dmalcolm@redhat.com>
549
550 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
551
552 2014-08-19 David Malcolm <dmalcolm@redhat.com>
553
554 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
555
556 2014-08-19 David Malcolm <dmalcolm@redhat.com>
557
558 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
559
560 2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
561
562 * MAINTAINERS (Write After Approval): Add myself.
563
564 2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
565
566 * MAINTAINERS: Remove myself
567
568 2014-08-19 David Malcolm <dmalcolm@redhat.com>
569
570 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
571
572 2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
573
574 * MAINTAINERS (Write After Approval): Add myself.
575
576 2014-08-18 David Malcolm <dmalcolm@redhat.com>
577
578 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
579 SET_BB_HEADER, SET_BB_FOOTER
580
581 2014-08-18 David Malcolm <dmalcolm@redhat.com>
582
583 * rtx-classes-status.txt: New file
584
585 2014-08-18 Roman Gareev <gareevroman@gmail.com>
586
587 * configure.ac: Eliminate ClooG installation dependency.
588 * configure: Regenerate.
589 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
590 * Makefile.in: Regenerate.
591
592 2014-08-15 Ilya Verbin <iverbin@gmail.com>
593
594 * MAINTAINERS (Write After Approval): Add myself.
595
596 2014-08-15 Ilya Tocar <tocarip@gmail.com>
597
598 * MAINTAINERS (Write After Approval): Add myself.
599
600 2014-08-01 Jiong Wang <jiong.wang@arm.com>
601
602 * MAINTAINERS (Write After Approval): Add myself.
603
604 2014-07-28 Anthony Green <green@moxielogic.com>
605
606 Import from savannah.gnu.org:
607 * config.sub: Update to 2014-07-28 version.
608
609 2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
610
611 * MAINTAINERS: Remove my MIPS maintainer entry.
612
613 2014-07-26 Uros Bizjak <ubizjak@gmail.com>
614
615 PR target/47230
616 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
617 * configure: Regenerate.
618
619 2014-07-24 James Norris <jnorris@codesourcery.com>
620
621 * MAINTAINERS (Write After Approval): Add myself.
622
623 2014-07-20 Roman Gareev <gareevroman@gmail.com>
624
625 * configure.ac: Accept only CLooG 0.18.1.
626 * configure: Regenerate.
627
628 2014-07-17 Roman Gareev <gareevroman@gmail.com>
629
630 * configure.ac: Don't accept isl 0.11.
631 * configure: Regenerate.
632
633 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
634
635 * MAINTAINERS (Write After Approval): Add myself.
636
637 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
638
639 * configure.ac: Don't accept isl 0.10.
640 * configure: Regenerate.
641
642 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
643
644 Fix include path for in-tree cloog.
645 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
646 * configure: Regenerate.
647
648 2014-06-18 Richard Henderson <rth@redhat.com>
649
650 * .gitignore: Import gcc_update output.
651
652 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
653
654 * config-ml.in: Robustify ac_configure_args parsing.
655
656 * configure.ac (--enable-linker-plugin-configure-flags)
657 (--enable-linker-plugin-flags): New flags.
658 (configdirs): Conditionally add libiberty-linker-plugin.
659 * configure: Regenerate.
660 * Makefile.def (host_modules): Add libiberty-linker-plugin.
661 (host_modules) <lto-plugin>: Pay attention to
662 @extra_linker_plugin_flags@ and
663 @extra_linker_plugin_configure_flags@.
664 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
665 * Makefile.in: Regenerate.
666
667 * Makefile.tpl (configure-[+prefix+][+module+])
668 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
669 "module_srcdir" instead of "module" for locating a module's srcdir.
670 * Makefile.in: Regenerate.
671
672 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
673
674 * MAINTAINERS (Write After Approval): Add myself.
675
676 2014-06-06 Sebastian Pop <sebpop@gmail.com>
677
678 * MAINTAINERS: Update my email address.
679
680 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
681
682 * MAINTAINERS (Write After Approval): Add myself.
683
684 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
685
686 * MAINTAINERS (Write After Approval): Add myself.
687
688 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
689
690 PR libstdc++/61011
691 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
692 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
693 * configure: Regenerate.
694
695 2014-05-28 Pedro Alves <palves@redhat.com>
696
697 * MAINTAINERS (Write After Approval): Add myself.
698
699 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
700
701 * MAINTAINERS: Update my affiliation/email.
702
703 2014-05-19 Mike Stump <mikestump@comcast.net>
704
705 * MAINTAINERS: Add wide-int reviewers.
706
707 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
708
709 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
710 * configure: Regenerated.
711
712 2014-05-15 Torvald Riegel <triegel@redhat.com>
713
714 * MAINTAINERS (libitm): Add myself as maintainer.
715
716 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
717
718 * MAINTAINERS (Write After Approval): Add myself.
719
720 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
721
722 * config.sub, config.guess: Import from upstream.
723
724 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
725
726 * MAINTAINERS (Write After Approval): Put myself in correct order.
727
728 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
729
730 * MAINTAINERS (Write After Approval): Add myself.
731
732 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
733
734 * MAINTAINERS: Move myself from Reviewers to Write After Approval
735 section.
736
737 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
738
739 * MAINTAINERS (Write After Approval): Delete myself.
740
741 2014-04-17 Jakub Jelinek <jakub@redhat.com>
742
743 PR sanitizer/56781
744 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
745 and -B* options with -Xcompiler.
746
747 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
748
749 PR bootstrap/60620
750 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
751 * Makefile.in: Regenerate.
752
753 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
754
755 * Makefile.def (dependencies): Make all-ld depend on all-binutils
756 for WINDRES_FOR_TARGET in default-manifest.o rule.
757 * Makefile.in: Regenerate.
758
759 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
760
761 * MAINTAINERS (Write After Approval): Add myself.
762
763 2014-03-26 Jakub Jelinek <jakub@redhat.com>
764
765 PR sanitizer/56781
766 * Makefile.def: Set bootstrap=true; for host fixincludes.
767 * configure.ac: Don't bootstrap host fixincludes unless
768 --with-build-config=bootstrap-{a,ub}san.
769 * Makefile.in: Regenerated.
770 * configure: Regenerated.
771
772 2014-03-21 Jakub Jelinek <jakub@redhat.com>
773
774 * configure.ac: Move BUILD_CONFIG set up earlier. Add
775 --enable-vtable-verify option parsing. Don't add
776 target-libsanitizer to bootstrap_target_libs unless
777 --with-build-config=bootstrap-asan or
778 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
779 to bootstrap_target_libs unless --enable-vtable-verify.
780 * configure: Regenerated.
781
782 2014-03-10 Anatoly Sokolov <aesok@post.ru>
783
784 * MAINTAINERS (Write After Approval): Add myself.
785
786 2014-03-07 Denis Chertykov <chertykov@gmail.com>
787
788 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
789
790 2014-03-07 Jakub Jelinek <jakub@redhat.com>
791
792 PR bootstrap/58572
793 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
794 -I for libstdc++-v3 includes if $(LEAN).
795 * Makefile.in: Regenerated.
796
797 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
798
799 * MAINTAINERS: Update my email address.
800
801 2014-02-24 Walter Lee <walt@tilera.com>
802
803 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
804 (tilegx-*-*): Change to tilegx*-*-*.
805 * configure: Regenerate.
806
807 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
808
809 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
810
811 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
812
813 * MAINTAINERS (Write After Approval): Add myself.
814
815 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
816
817 PR target/59788
818 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
819 *solaris2*.
820
821 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
822
823 * MAINTAINERS: Update my email address.
824
825 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
826
827 * MAINTAINERS: Convert to UTF-8.
828 Properly sort Xinliang David Li's entry.
829
830 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
831 Sandra Loosemore <sandra@codesourcery.com>
832
833 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
834 nios2 port maintainers.
835
836 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
837
838 * MAINTAINERS (Write After Approval): Add myself.
839
840 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
841
842 * configure.ac: Add user-friendly check for native x86_64-linux
843 multilibs.
844 * configure: Regenerate.
845
846 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
847
848 * MAINTAINERS: Add myself as sh maintainer.
849
850 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
851
852 * MAINTAINERS: Add self as SLSR maintainer.
853
854 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
855
856 * MAINTAINERS: Update my email address.
857
858 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
859
860 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
861
862 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
863
864 * Makefile.in: Regenerate.
865
866 * Makefile.tpl: Fix typo.
867 * Makefile.in: Regenerate partially.
868
869 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
870
871 * configure.ac: Added libcilkrts to noconfig list when C++ is not
872 supported.
873 * configure: Regenerated.
874
875 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
876
877 * MAINTAINERS (Write After Approval): Add myself.
878
879 2013-10-30 Jason Merrill <jason@redhat.com>
880
881 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
882 --disable-build-format-warnings.
883
884 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
885
886 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
887 depend on libstdc++ and libgcc.
888 * configure: Regenerate.
889 * configure.ac: Added libcilkrts to target binaries. Also, restrict
890 libcilkrts for POSIX and i*86, and x86_64 architectures.
891 * Makefile.in: Added libcilkrts related fields to support building it.
892
893 2013-10-26 Jeff Law <law@redhat.com>
894
895 * Makefile.def (target_modules): Remove libmudflap
896 (languages): Remove check-target-libmudflap).
897 * Makefile.in: Rebuilt.
898 * Makefile.tpl (check-target-libmudflap-c++): Remove.
899 * configure.ac (target_libraries): Remove target-libmudflap.
900 Remove checks which disabled libmudflap on some systems.
901 * configure: Rebuilt.
902 * libmudflap: Directory removed.
903
904 2013-10-21 Cong Hou <congh@google.com>
905
906 * MAINTAINERS (Write After Approval): Add myself.
907
908 2013-10-16 Mike Stump <mikestump@comcast.net>
909
910 * .dir-locals.el: Add.
911
912 2013-10-15 David Malcolm <dmalcolm@redhat.com>
913
914 * configure.ac: Add --enable-host-shared
915 * configure: Regenerate.
916
917 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
918
919 Import from savannah.gnu.org:
920 * config.guess: Update to 2013-06-10 version.
921 * config.sub: Update to 2013-10-01 version.
922
923 2013-10-01 Simon Cook <simon.cook@embecosm.com>
924
925 Changes to build configuration to allow big endian ARC ELF toolchain
926 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
927 * configure: Regenerate.
928
929 2013-09-20 Alan Modra <amodra@gmail.com>
930
931 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
932 ppc host match. Support little-endian powerpc linux hosts.
933
934 2013-09-19 Dodji Seketeli <dodji@redhat.com>
935
936 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
937 maintainer.
938
939 2013-09-12 DJ Delorie <dj@redhat.com>
940
941 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
942 maintainers.
943
944 2013-09-03 Richard Biener <rguenther@suse.de>
945
946 * configure.ac: Also allow ISL 0.12.
947 * configure: Regenerated.
948
949 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
950
951 * MAINTAINERS (Write After Approval): Add myself.
952
953 2013-08-27 David Malcolm <dmalcolm@redhat.com>
954
955 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
956
957 2013-08-26 Caroline Tice <cmtice@google.com>
958
959 * MAINTAINERS: Correct earliers update: Move myself from libvtv
960 "Various Reviewers" to libvtv "Various Maintainers".
961
962 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
963
964 * MAINTAINERS: Add myself as RTL optimizers reviewer.
965
966 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
967
968 * MAINTAINERS: Update name, email.
969
970 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
971
972 * MAINTAINERS (Write After Approval): Add myself.
973
974 2013-08-12 Caroline Tice <cmtice@google.com>
975
976 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
977 address in the Write After Approval section.
978
979 2013-08-09 Carlos O'Donell <carlos@redhat.com>
980
981 * MAINTAINERS (Write After Approval): Update email.
982
983 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
984
985 * configure.ac: Adjust to check VTV_SUPPORTED.
986 * configure: Regenerated.
987
988 2013-08-02 Caroline Tice <cmtice@google.com>
989
990 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
991 on non-linux systems; add target-libvtv to noconfigdirs; add
992 libsupc++/.libs to C++ library search paths.
993 * configure: Regenerated.
994 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
995 libstdc++ and libgcc.
996 * Makefile.in: Regenerated.
997
998 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
999
1000 * MAINTAINERS (Write After Approval): Add myself.
1001
1002 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
1003 Shiva Chen <shiva0217@gmail.com>
1004
1005 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
1006 nds32 port maintainers.
1007
1008 2013-07-17 Tim Shen <timshen91@gmail.com>
1009
1010 * MAINTAINERS (Write After Approval): Add myself.
1011
1012 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1013
1014 * configure.ac: Sync from binutils.
1015 * configure: Regenerate.
1016
1017 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
1018
1019 * MAINTAINERS (Write After Approval): Add myself.
1020
1021 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
1022
1023 * MAINTAINERS (Write After Approval): Add myself.
1024
1025 2013-05-17 David Malcolm <dmalcolm@redhat.com>
1026
1027 * MAINTAINERS (Write After Approval): Add myself.
1028
1029 2013-04-30 Brooks Moses <bmoses@google.com>
1030
1031 * MAINTAINERS: Update my email; move myself from Fortran
1032 reviewer to Write After Approval.
1033
1034 2013-04-16 Andreas Schwab <schwab@suse.de>
1035
1036 * configure.ac (aarch64-*-*): Don't disable java.
1037 * configure: Regenerate.
1038
1039 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
1040
1041 * MAINTAINERS (Write After Approval): Add myself.
1042
1043 2013-03-30 Matthias Klose <doko@ubuntu.com>
1044
1045 * Makefile.def (target_modules): Don't install libffi.
1046 * Makefile.in: Regenerate.
1047
1048 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
1049
1050 * MAINTAINERS (Write After Approval): Add myself.
1051
1052 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
1053
1054 * MAINTAINERS (Write After Approval): Add myself.
1055
1056 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1057
1058 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
1059 * configure: Regenerated.
1060
1061 2013-02-05 Ian Lance Taylor <iant@google.com>
1062
1063 PR go/55969
1064 * configure.ac: Disable libgo on some systems where it does not
1065 work.
1066
1067 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
1068
1069 * MAINTAINERS: Explicitly add myself as AIX maintainer.
1070 Remove Geoff Keating as rs6000 port maintainer, at his request.
1071
1072 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
1073
1074 * MAINTAINERS: Update my email.
1075
1076 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
1077
1078 * configure: Re-generate.
1079
1080 2013-01-15 Richard Biener <rguenther@suse.de>
1081
1082 PR other/55973
1083 * configure: Re-generate.
1084
1085 2013-01-14 Matthias Klose <doko@ubuntu.com>
1086
1087 * Makefile.def (install-target-libsanitizer): Depend on
1088 install-target-libstdc++-v3.
1089 * Makefile.in: Regenerate.
1090
1091 2013-01-14 Richard Biener <rguenther@suse.de>
1092
1093 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
1094 * configure: Re-generate
1095
1096 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1097
1098 * config.sub: Update from config repo.
1099
1100 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1101
1102 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1103 * Makefile.in: Regenerate.
1104
1105 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
1106
1107 * MAINTAINERS (arc): Add new port maintainership for myself.
1108
1109 2013-01-09 Jason Merrill <jason@redhat.com>
1110
1111 * .gitignore: Import from gdb repository.
1112
1113 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1114
1115 * Makefile.def (configure-gcc): Depend on all-gmp.
1116 (all-gcc): Remove dependency on all-gmp.
1117 * Makefile.in: Regenerated.
1118
1119 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1120
1121 * config.sub: Merge from config repo.
1122 * config.guess: Ditto.
1123
1124 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1125
1126 * Makefile.def: Merge from binutils.
1127 * Makefile.in: Ditto.
1128
1129 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
1130
1131 * MAINTAINERS: Update my email.
1132
1133 2012-12-29 Ben Elliston <bje@gnu.org>
1134
1135 * config.guess: Update to 2012-12-29 version.
1136 * config.sub: Likewise.
1137
1138 2012-12-20 Matthias Klose <doko@ubuntu.com>
1139
1140 * Makefile.def (install-target-libgfortran): Depend on
1141 install-target-libquadmath, install-target-libgcc.
1142 (install-target-libsanitizer): Depend on install-target-libgcc.
1143 (install-target-libjava): Depend on install-target-libgcc.
1144 (install-target-libitm): Depend on install-target-libgcc.
1145 (install-target-libobjc): Depend on install-target-libgcc.
1146 (install-target-libstdc++-v3): Depend on install-target-libgcc.
1147 * Makefile.in: Regenerate.
1148
1149 2012-12-19 Matthias Klose <doko@ubuntu.com>
1150
1151 * Makefile.def (install-target-libgo): Depend on
1152 install-target-libatomic.
1153 * Makefile.in: Regenerate.
1154
1155 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
1156
1157 PR go/55201
1158 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
1159 * Makefile.in: Regenerate.
1160
1161 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1162
1163 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1164 * configure: Regenerate.
1165
1166 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1167
1168 * config.sub: Merge from config repo.
1169
1170 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1171
1172 * Makefile.def (target_modules): Add bootstrap=true and
1173 raw_cxx=true to libsanitizer.
1174 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1175 * Makefile.in: Regenerated.
1176 * configure: Likewise.
1177
1178 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
1179
1180 * MAINTAINERS: Remove self as RTL optimization maintainer.
1181
1182 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1183
1184 * MAINTAINERS (Write After Approval): Add myself.
1185
1186 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
1187
1188 * Makefile.def (target_modules): Remove bootstrap=true and
1189 raw_cxx=true from libsanitizer.
1190 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
1191 * Makefile.in: Regenerated.
1192 * configure: Likewise.
1193
1194 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
1195
1196 * Makefile.def (target_modules): Add bootstrap=true and
1197 raw_cxx=true to libsanitizer.
1198 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1199 * Makefile.in: Regenerated.
1200 * configure: Likewise.
1201
1202 2012-11-28 Andrew Pinski <apinski@cavium.com>
1203
1204 PR bootstrap/54279
1205 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
1206 * configure: Regenerate.
1207 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
1208 * Makefile.in: Regenerate.
1209
1210 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1211
1212 * configure.ac: Disable libsanitizer if we're not building C++.
1213 * configure: Regenerate.
1214
1215 2012-11-15 Roland McGrath <roland@hack.frob.com>
1216
1217 * MAINTAINERS (Write After Approval): Add myself.
1218
1219 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
1220
1221 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
1222 Kostya Serebryany (kcc@google.com) and
1223 Jakub Jelinek (jakub@redhat.com).
1224 Rename area for Dodji Seketeli (dodji@redhat.com).
1225
1226 2012-11-15 Dodji Seketeli <dodji@redhat.com>
1227
1228 * MAINTAINERS: (asan.c, related): Add myself.
1229
1230 2012-11-14 Roland McGrath <mcgrathr@google.com>
1231
1232 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1233 * configure: Regenerate.
1234
1235 2012-11-13 Richard Henderson <rth@redhat.com>
1236
1237 * configure.ac: Move libsanitizer logic to subdirectory.
1238 * configure: Regenerate.
1239
1240 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1241
1242 * configure.ac: Enable libsanitizer just on x86 linux for now.
1243 * configure: Re-generate.
1244
1245 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1246
1247 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
1248 sections.
1249 * configure: Regenerate.
1250
1251 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
1252
1253 * configure.ac: Add section for configdirs for libsanitizer.
1254 Disable for cris-*-* and mmix-*-*.
1255 * configure: Regenerate.
1256
1257 2012-11-12 Wei Mi <wmi@google.com>
1258
1259 * configure.ac: Add libsanitizer to target_libraries.
1260 * Makefile.def: Ditto.
1261 * configure: Regenerate.
1262 * Makefile.in: Regenerate.
1263 * libsanitizer: New directory for asan runtime. Contains an empty
1264 tsan directory.
1265
1266 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
1267
1268 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1269 against Mingw64 w32api.
1270 * configure: Regenerate.
1271
1272 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1273
1274 * configure: Regenerated.
1275
1276 2012-11-03 Robert Mason <rbmj@verizon.net>
1277
1278 * configure.ac: add --disable-libstdcxx configure option
1279 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1280
1281 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
1282
1283 * MAINTAINERS (Write After Approval): Add myself.
1284
1285 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
1286
1287 * MAINTAINERS (Write After Approval): Add myself.
1288
1289 2012-10-24 Sharad Singhai <singhai@google.com>
1290
1291 * MAINTAINERS (Write After Approval): Add myself.
1292
1293 2012-10-24 Eric Christopher <echristo@gmail.com>
1294
1295 * MAINTAINERS: Update email address.
1296
1297 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1298
1299 PR bootstrap/54820
1300 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1301 * configure: Regenerate.
1302
1303 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
1304
1305 * MAINTAINERS (aarch64): Add Marcus and myself.
1306
1307 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1308
1309 PR bootstrap/54820
1310 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1311 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1312 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1313 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1314 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1315 * Makefile.in: Regenerate.
1316 * configure.ac (have_static_libs): New variable and associated check.
1317 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1318 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1319 * configure: Regenerate.
1320
1321 2012-10-10 Richard Biener <rguenther@suse.de>
1322
1323 * MAINTAINERS: Adjust for changed surname.
1324
1325 2012-10-04 Lawrence Crowl <crowl@google.com>
1326
1327 * MAINTAINERS (Write After Approval): Add myself.
1328
1329 2012-10-01 Cary Coutant <ccoutant@google.com>
1330
1331 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
1332
1333 2012-09-28 Ian Lance Taylor <iant@google.com>
1334
1335 * Makefile.def: Make all-target-libgo depend on
1336 all-target-libbacktrace.
1337 * Makefile.in: Rebuild.
1338
1339 2012-09-26 Ian Lance Taylor <iant@google.com>
1340
1341 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1342 * Makefile.in: Rebuild.
1343
1344 2012-09-20 Walter Lee <walt@tilera.com>
1345
1346 * configure.ac: Add tilegx to list of targets that support gold.
1347 * configure: Regenerate.
1348
1349 2012-09-20 Marek Polacek <polacek@redhat.com>
1350
1351 * MAINTAINERS (Write After Approval): Add myself.
1352
1353 2012-09-19 Steve Ellcey <sellcey@mips.com>
1354
1355 * configure.ac: Add mips*-mti-elf* target.
1356 * configure: Regenerate.
1357
1358 2012-09-17 Ian Lance Taylor <iant@google.com>
1359
1360 * MAINTAINERS (Various Maintainers): Add libbacktrace.
1361 * configure.ac (host_libs): Add libbacktrace.
1362 (target_libraries): Add libbacktrace.
1363 * Makefile.def (host_modules): Add libbacktrace.
1364 (target_modules): Likewise.
1365 * configure, Makefile.in: Rebuild.
1366
1367 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1368
1369 PR target/38607
1370 Merge upstream change.
1371 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1372
1373 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1374 Add libgomp*.o to compare_exclusions for AIX.
1375 * configure: Regenerate.
1376
1377 2012-09-06 Diego Novillo <dnovillo@google.com>
1378
1379 * configure.ac: Bump minimum GMP version to 4.2.3.
1380 * configure: Re-generate.
1381
1382 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1383
1384 PR target/54461
1385 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1386 target-libgloss if not configured --with-avrlibc=no.
1387 * configure: Regenerate.
1388
1389 2012-09-04 Jason Merrill <jason@redhat.com>
1390
1391 * configure.ac: Fix --enable-languages=all.
1392
1393 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
1394
1395 * MAINTAINERS (Write After Approval): Add myself.
1396
1397 2012-09-03 Richard Guenther <rguenther@suse.de>
1398
1399 PR bootstrap/54138
1400 * configure.ac: Re-organize ISL / CLOOG checks to allow
1401 disabling with either --without-isl or --without-cloog.
1402 * configure: Regenerated.
1403
1404 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1405
1406 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1407 * configure: Regenerate.
1408
1409 2012-08-27 Ulrich Drepper <drepper@gmail.com>
1410
1411 * MAINTAINERS: Fix my email address.
1412
1413 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1414
1415 PR binutils/4970
1416 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1417 and opcodes.
1418 * Makefile.in: Regenerated.
1419
1420 2012-08-26 Art Haas <ahaas@impactweather.com>
1421
1422 * configure: Regenerate.
1423
1424 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
1425
1426 * INSTALL/README: Also refer to the online installation
1427 instructions.
1428
1429 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1430
1431 * MAINTAINERS (Write After Approval): Add myself.
1432 (Picochip port): Remove myself.
1433
1434 2012-08-14 Diego Novillo <dnovillo@google.com>
1435
1436 Merge from cxx-conversion branch.
1437
1438 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1439 POSTSTAGE1_CONFIGURE_FLAGS.
1440 * Makefile.in: Regenerate.
1441 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1442 Force C++ when bootstrapping.
1443 * configure: Regenerate.
1444
1445 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1446
1447 * MAINTAINERS (Write After Approval): Add myself.
1448
1449 2012-07-16 Joseph Myers <joseph@codesourcery.com>
1450
1451 * README: Document use of ranges of years in copyright notices.
1452
1453 2012-07-06 Richard Guenther <rguenther@suse.de>
1454
1455 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1456 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1457 --with-gmp=system.
1458 * Makefile.in: Regenerated.
1459 * configure: Likewise.
1460
1461 2012-07-06 Richard Guenther <rguenther@suse.de>
1462
1463 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1464 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1465 supply V=1 as extra_make_flags.
1466 * configure: Regenerated.
1467 * Makefile.in: Likewise.
1468
1469 2012-07-04 Tristan Gingold <gingold@adacore.com>
1470
1471 * configure: Regenerate.
1472
1473 2012-07-03 Richard Guenther <rguenther@suse.de>
1474
1475 * Makfile.def (isl): Remove not necessary extra_exports and
1476 extra_make_flags.
1477 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1478 * Makefile.in: Regenerated.
1479
1480 2012-07-03 Richard Guenther <rguenther@suse.de>
1481
1482 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1483 * configure.ac: If either the ISL or the CLooG check failed
1484 do not try to build in-tree versions.
1485 * Makefile.in: Regenerated.
1486 * configure: Regenerated.
1487
1488 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1489
1490 * configure: Regenerate.
1491
1492 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
1493
1494 * MAINTAINERS (Various Maintainers): Add myself as testsuite
1495 maintainer.
1496
1497 2012-07-02 Richard Guenther <rguenther@suse.de>
1498
1499 * configure: Regenerated.
1500
1501 2012-07-02 Richard Guenther <rguenther@suse.de>
1502 Michael Matz <matz@suse.de>
1503 Tobias Grosser <tobias@grosser.es>
1504 Sebastian Pop <sebpop@gmail.com>
1505
1506 * Makefile.def: Add ISL host module, remove PPL host module.
1507 Adjust ClooG host module to use the proper ISL.
1508 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1509 * configure.ac: Include config/isl.m4. Add ISL host library,
1510 remove PPL. Remove PPL configury, add ISL configury, adjust
1511 ClooG configury.
1512 * Makefile.in: Regenerated.
1513 * configure: Likewise.
1514
1515 2012-07-02 Richard Guenther <rguenther@suse.de>
1516
1517 Merge from graphite branch
1518 2011-07-21 Tobias Grosser <tobias@grosser.es>
1519
1520 * configure: Regenerated.
1521 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1522 both cloog.org and legacy versions. The only supported version will
1523 be CLooG with the isl backend.
1524
1525 2011-07-21 Tobias Grosser <tobias@grosser.es>
1526
1527 * configure: Regenerated.
1528 * configure.ac: Require cloog isl 0.17.0
1529
1530 2011-07-21 Tobias Grosser <tobias@grosser.es>
1531
1532 * configure: Regenerated.
1533 * config/cloog.m4: Do not define CLOOG_ORG
1534
1535 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1536
1537 * configure.ac: Skip C if explicitly selected.
1538 * configure: Regenerate.
1539
1540 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1541
1542 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1543 they contain -O2.
1544 * configure: Regenerate.
1545
1546 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
1547
1548 PR debug/53740
1549 * df.h, df-problems.c, dce.c: Revert last patch.
1550
1551 2012-06-25 Iain Sandoe <iain@codesourcery.com>
1552
1553 * MAINTAINERS (Write After Approval): Update my email address.
1554
1555 2012-06-21 Meador Inge <meadori@codesourcery.com>
1556
1557 * MAINTAINERS (Write After Approval): Add myself.
1558
1559 2012-06-20 Jason Merrill <jason@redhat.com>
1560
1561 * Makefile.tpl (check-target-libgomp-c++): New.
1562 (check-target-libitm-c++): New.
1563 * Makefile.def (c++): Add them.
1564 * Makefile.in: Regenerate.
1565
1566 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
1567
1568 * MAINTAINERS (Write After Approval): Add myself.
1569
1570 2012-05-16 Olivier Hainque <hainque@adacore.com>
1571
1572 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1573 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1574 (install-no-fixedincludes): Adjust accordingly.
1575 * Makefile.in: Regenerate.
1576
1577 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1578
1579 Merge upstream change
1580 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1581
1582 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
1583
1584 * MAINTAINERS (Write After Approval): Add myself.
1585
1586 2012-05-09 Nick Clifton <nickc@redhat.com>
1587 Paul Smith <psmith@gnu.org>
1588
1589 PR bootstrap/50461
1590 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1591 allow for the fact that from release v3.1.0 of MPFR the source
1592 files were moved into a src sub-directory.
1593 * configure: Regenerate.
1594
1595 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1596
1597 * configure.ac: Bump minimum MPFR version to 2.4.0.
1598 * configure: Regenerated.
1599
1600 2012-05-01 Richard Henderson <rth@redhat.com>
1601
1602 * Makefile.def (libatomic): New target_module.
1603 * configure.ac (target_libraries): Add libatomic.
1604 (noconfigdirs): Check if libatomic is supported.
1605 * Makefile.in, configure: Rebuild.
1606
1607 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
1608
1609 * MAINTAINERS (Write After Approval): Add myself.
1610
1611 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1612
1613 * config.sub: Update to 2012-04-18 version from official repo.
1614
1615 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
1616
1617 * MAINTAINERS (Write After Approval): Add myself.
1618
1619 2012-04-11 Steve Ellcey <sellcey@mips.com>
1620
1621 * MAINTAINERS: Changed email address.
1622
1623 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
1624
1625 PR target/52737
1626 * contrib/gcc_update (files_and_dependencies):
1627 Remove gcc/config/avr/t-multilib from touch data.
1628
1629 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1630
1631 * MAINTAINERS (OS Port Maintainers): Remove irix.
1632 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1633 (unsupported_languages): Remove mips-sgi-irix6.*.
1634 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1635 (with_stabs): Remove.
1636 * configure: Regenerate.
1637
1638 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1639
1640 * MAINTAINERS (OS Port Maintainers): Remove osf.
1641 * configure.ac (enable_libgomp): Remove *-*-osf*.
1642 (with_stabs): Remove alpha*-*-osf*.
1643 * configure: Regenerate.
1644
1645 2012-03-05 Tristan Gingold <gingold@adacore.com>
1646
1647 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1648 * configure: Regenerate.
1649
1650 2012-02-17 Walter Lee <walt@tilera.com>
1651
1652 * MAINTAINERS: (Write After Approval): Delete myself.
1653
1654 2012-02-14 Walter Lee <walt@tilera.com>
1655
1656 * MAINTAINERS (tilegx port): Add myself.
1657 (tilepro port): Add myself.
1658 (Write After Approval): Add myself.
1659
1660 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
1661
1662 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
1663 and Joseph Myers as docstring relicensing maintainers.
1664
1665 2012-02-09 Bin Cheng <bin.cheng@arm.com>
1666
1667 * MAINTAINERS (write-after-approval): Add myself.
1668
1669 2012-02-08 Ira Rosen <irar@il.ibm.com>
1670
1671 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
1672 maintainer.
1673
1674 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
1675
1676 * MAINTAINERS (Write After Approval): Move myself to
1677 maintain alphabetical order.
1678
1679 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
1680
1681 * MAINTAINERS (Write After Approval): Add myself.
1682
1683 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
1684
1685 * MAINTAINERS (Write After Approval): Add myself.
1686
1687 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
1688 Jayant R Sonar <jayant.sonar@kpitcummins.com>
1689
1690 * configure.ac (cr16-*-*): Remove nonconfigdirs.
1691 * configure: Regenerate.
1692
1693 2012-01-23 Harshit Chopra <harshit@google.com>
1694
1695 * MAINTAINERS (Write After Approval): Add myself.
1696
1697 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
1698
1699 * configure.ac: Remove reference to mh-interix.
1700 * configure: Regenerate.
1701
1702 2012-01-05 Richard Henderson <rth@redhat.com>
1703
1704 PR bootstrap/51072
1705 * configure.ac: Disable libitm if c++ is not enabled.
1706 * configure: Rebuild.
1707
1708 * configure.ac: Fix regexp for same.
1709 * configure: Rebuild.
1710
1711 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
1712
1713 * MAINTAINERS (Write After Approval): Add myself.
1714
1715 2012-01-02 Richard Guenther <rguenther@suse.de>
1716
1717 PR bootstrap/51686
1718 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
1719 * Makefile.in: Regenerate.
1720
1721 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
1722
1723 * MAINTAINERS (Write After Approval): Add myself.
1724
1725 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1726
1727 * configure: Regenerate.
1728
1729 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1730
1731 * MAINTAINERS (picochip): Changed email address.
1732
1733 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1734
1735 * MAINTAINERS (write-after-approval): Add self.
1736
1737 2011-11-29 DJ Delorie <dj@redhat.com>
1738
1739 * configure.ac (rl78-*-*) New case.
1740 * configure: Regenerate.
1741 * MAINTAINERS: Add myself as RL78 maintainer.
1742
1743 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
1744
1745 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
1746
1747 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1748
1749 * libtool.m4: Additional FreeBSD 10 fixes.
1750
1751 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
1752
1753 * MAINTAINERS: Move myself from Write After Approval to CPU Port
1754 Maintainers section, as Epiphany maintainer.
1755
1756 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
1757
1758 PR target/49992
1759 * configure.ac: Remove ranlib special-casing for Darwin.
1760 * configure: Regenerate.
1761
1762 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
1763
1764 * MAINTAINERS (Reviewers): Keep the list sorted.
1765
1766 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
1767
1768 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
1769
1770 2011-11-09 Roland McGrath <mcgrathr@google.com>
1771
1772 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1773 * configure: Rebuild.
1774 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1775 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1776 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1777 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1778 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1779 Add READELF.
1780 * Makefile.in: Rebuild.
1781
1782 2011-11-09 Jason Merrill <jason@redhat.com>
1783
1784 * Makefile.def (language=c++): Remove check-c++0x.
1785 * Makefile.in (check-gcc-c++): Regenerate.
1786
1787 2011-11-08 Richard Henderson <rth@redhat.com>
1788
1789 * configure.ac: Test for libitm directory present first.
1790
1791 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1792
1793 * configure.ac: Test libitm/configure.tgt to disable libitm.
1794 * configure: Rebuild.
1795
1796 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
1797 Richard Henderson <rth@redhat.com>
1798
1799 Merged from transactional-memory.
1800
1801 * Makefile.def (lang_env_dependencies): libitm is c++.
1802 Add libitm target module.
1803 * configure.ac: Likewise.
1804 * config/mmap.m4: New file.
1805 * contrib/gcc_update: Add libitm to touch data.
1806 * Makefile.in, configure: Rebuild.
1807
1808 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1809
1810 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1811 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1812 * Makefile.in: Regenerate.
1813
1814 2011-11-01 DJ Delorie <dj@redhat.com>
1815
1816 * config.sub: Update to version 2011-10-29 (added rl78)
1817
1818 2011-10-27 Nick Clifton <nickc@redhat.com>
1819
1820 * config.sub: Import these changes from the config project:
1821
1822 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1823 Ben Elliston <bje@gnu.org>
1824
1825 * config.sub (epiphany): New.
1826
1827 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1828 Ben Elliston <bje@gnu.org>
1829
1830 * config.sub (hexagon, hexagon-*): New.
1831
1832 2011-08-23 Roland McGrath <mcgrathr@google.com>
1833
1834 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1835 64eb to be64.
1836
1837 2011-08-16 Roland McGrath <mcgrathr@google.com>
1838
1839 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1840 (nacl): Grok as alias for 32el-unknown-nacl.
1841
1842 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
1843
1844 * MAINTAINERS (Write After Approval): Add myself.
1845
1846 2011-10-24 Teresa Johnson <tejohnson@google.com>
1847
1848 * MAINTAINERS (Write After Approval): Add myself.
1849
1850 2011-09-21 Jakub Jelinek <jakub@redhat.com>
1851
1852 * MAINTAINERS (sparc port): Remove myself.
1853
1854 2011-09-14 Tom de Vries <tom@codesourcery.com>
1855
1856 * MAINTAINERS (Write After Approval): Add myself.
1857
1858 2011-08-14 Yao Qi <yao@codesourcery.com>
1859
1860 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1861 * configure: Regenerate.
1862
1863 2011-07-26 Ian Lance Taylor <iant@google.com>
1864
1865 * configure.ac: Set have_compiler based on whether gcc directory
1866 exists, rather than on whether gcc is in configdirs.
1867 * configure: Rebuild.
1868
1869 2011-07-21 Joseph Myers <joseph@codesourcery.com>
1870
1871 * MAINTAINERS (Global Reviewers): Add self.
1872
1873 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1874
1875 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1876 link directories.
1877 * Makefile.in: Rebuild.
1878
1879 2011-07-20 Ian Lance Taylor <iant@google.com>
1880
1881 PR bootstrap/49787
1882 * configure.ac: Move --enable-bootstrap handling earlier in file.
1883 If --enable-bootstrap and either --enable-build-with-cxx or
1884 --enable-build-poststage1-with-cxx, enable C++ automatically.
1885 * configure: Rebuild.
1886
1887 2011-07-19 Ian Lance Taylor <iant@google.com>
1888
1889 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1890 make C++ a boot_language. Set and substitute
1891 POSTSTAGE1_CONFIGURE_FLAGS.
1892 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1893 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1894 * configure, Makefile.in: Rebuild.
1895
1896 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
1897
1898 * MAINTAINERS (Register Allocation): Move myself from reviewers to
1899 maintainers.
1900
1901 2011-07-18 Jakub Jelinek <jakub@redhat.com>
1902
1903 * MAINTAINERS (Global Reviewers): Add myself.
1904
1905 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1906
1907 * configure: Regenerate.
1908
1909 2011-07-16 Jason Merrill <jason@redhat.com>
1910
1911 * Makefile.def (language=c++): Add check-c++0x and
1912 check-target-libmudflap-c++.
1913 * Makefile.tpl (check-target-libmudflap-c++): New.
1914 * Makefile.in: Regenerate.
1915
1916 2011-07-16 Matthias Klose <doko@ubuntu.com>
1917
1918 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1919 * Makefile.def (target_modules/libjava): Pass
1920 $(EXTRA_CONFIGARGS_LIBJAVA).
1921 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1922 if not configured with --enable-static-libjava.
1923 * Makefile.in: Regenerate.
1924 * configure: Likewise.
1925
1926 2011-07-15 Jason Merrill <jason@redhat.com>
1927
1928 * Makefile.in (check-c++): Move check-gcc-c++0x after
1929 check-target-libstdc++-v3.
1930
1931 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
1932
1933 * MAINTAINERS (c6x port): New entry.
1934
1935 2011-07-13 Jason Merrill <jason@redhat.com>
1936
1937 * Makefile.in (check-gcc-c++0x): New.
1938 (check-c++): Depend on it.
1939
1940 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1941
1942 PR target/39150
1943 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1944 x86_64-*-solaris2.1[0-9]*.
1945 * configure: Regenerate.
1946
1947 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
1948
1949 * MAINTAINERS (RTL optimizers): Add self.
1950
1951 2011-06-27 Gabriel Charette <gchare@google.com>
1952
1953 * MAINTAINERS (Write After Approval): Add myself.
1954
1955 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1956
1957 PR regression/47836
1958 PR bootstrap/23656
1959 PR other/47733
1960 PR bootstrap/49247
1961 PR c/48825
1962 * configure.ac (target_libraries): Remove target-libiberty.
1963 Remove case-statement setting skipdirs=target-libiberty for
1964 multiple targets. Remove checking target_configdirs and
1965 removing target-libiberty but keeping target-libgcc if
1966 otherwise empty.
1967 * Makefile.def (target_modules): Don't add libiberty.
1968 (dependencies): Remove all traces of target-libiberty.
1969 * configure, Makefile.in: Regenerate.
1970
1971 2011-06-13 Walter Lee <walt@tilera.com>
1972
1973 * configure.ac (tilepro-*-*) New case.
1974 (tilegx-*-*): Likewise.
1975 * configure: Regenerate.
1976
1977 2011-06-06 Jing Yu <jingyu@google.com>
1978
1979 * configure.ac: Skip target-libiberty for
1980 arm*-*-linux-androideabi.
1981 * configure: Regenerated.
1982
1983 2011-06-06 Nick Clifton <nickc@redhat.com>
1984
1985 * config.sub: Sync from upstream.
1986
1987 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
1988
1989 * MAINTAINERS (Write After Approval): Add myself.
1990
1991 2011-06-01 Daniel Jacobowitz <drow@false.org>
1992
1993 * MAINTAINERS: Update my email address.
1994
1995 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
1996
1997 * MAINTAINERS (Write After Approval): Update my email address.
1998
1999 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
2000
2001 * MAINTAINERS (Write After Approval): Add myself.
2002
2003 2011-05-08 Doug Kwan <dougkwan@google.com>
2004
2005 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2006 * configure: Regenerated.
2007 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2008 value from configure.
2009 * Makefile.in: Regenerated.
2010
2011 2011-05-05 Joseph Myers <joseph@codesourcery.com>
2012
2013 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2014 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2015 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2016 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2017 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2018 *-*-vxworks*): Disable newlib and libgloss in separate case
2019 statement.
2020 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2021 to separate case statement.
2022 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2023 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2024 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2025 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2026 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2027 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2028 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2029 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2030 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2031 i[[3456789]]86-*-rdos*, m32r-*-*,
2032 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2033 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2034 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2035 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2036 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2037 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2038 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2039 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2040 and libgloss in main case over targets. Remove most empty cases
2041 in main case over targets.
2042 * configure: Regenerate.
2043
2044 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
2045
2046 * MAINTAINERS (Write After Approval): Add myself.
2047
2048 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2049
2050 * configure.ac: Remove code setting special library locations for
2051 hppa*64*-*-hpux11*. Remove code setting compiler for
2052 sparc-sun-solaris2*.
2053 * configure: Regenerate.
2054
2055 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2056
2057 * configure.ac: Separate libgloss_dir settings from general case
2058 over targets.
2059 * configure: Regenerate.
2060
2061 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2062
2063 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2064 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2065 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2066 cases in libgcj-disabling case statement.
2067 (hppa*64*-*-linux*): Set unsupported_languages instead of
2068 disabling target-zlib.
2069 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2070 to hppa*64*-*-hpux*.
2071 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2072 hppa*-*-hpux*.
2073 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2074 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2075 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2076 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2077 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2078 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2079 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2080 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2081 libgcj-disabling case statement.
2082 * configure: Regenerate.
2083
2084 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2085
2086 * configure.ac: Disable Java for targets not supporting libffi.
2087 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2088 Remove cases in Java-disabling statement.
2089 (*arm-wince-pe): Change to arm-wince-pe.
2090 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2091 cases in Java-disabling statement.
2092 (bfin-*-*): Don't disable Java again.
2093 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2094 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2095 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2096 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2097 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2098 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2099 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2100 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2101 Java-disabling statement.
2102 (mmix-*-*): Don't disable Java again.
2103 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2104 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2105 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2106 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2107 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2108 statement.
2109 * configure: Regenerate.
2110
2111 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2112
2113 * configure.ac: Separate cases disabling Java and Java libraries
2114 from general case over targets.
2115 * configure: Regenerate.
2116
2117 2011-04-21 Jie Zhang <jzhang918@gmail.com>
2118
2119 * MAINTAINERS: Update my email address.
2120
2121 2011-04-20 Easwaran Raman <eraman@google.com>
2122
2123 * MAINTAINERS (Write After Approval): Add myself.
2124
2125 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2126
2127 PR lto/48086
2128 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2129 * configure: Regenerate.
2130
2131 2011-04-16 Jim Meyering <meyering@redhat.com>
2132
2133 * MAINTAINERS (Write After Approval): Add myself.
2134
2135 2011-04-15 Dodji Seketeli <dodji@redhat.com>
2136
2137 * MAINTAINERS: Update my email address.
2138
2139 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
2140
2141 * MAINTAINERS (Write After Approval): Add myself.
2142
2143 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
2144
2145 * MAINTAINERS (Write After Approval): Add myself.
2146
2147 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
2148
2149 * MAINTAINERS (Write After Approval): Add myself.
2150
2151 2011-04-06 Joseph Myers <joseph@codesourcery.com>
2152
2153 * configure.ac (build_tools): Remove build-byacc.
2154 (host_libs): Remove mmalloc.
2155 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2156 autoconf automake libtool diff rcs fileutils shellutils time
2157 textutils wdiff find uudecode hello tar gzip indent recode release
2158 sed perl gawk findutils gettext zip.
2159 (libgcj): Remove target-qthreads.
2160 (target_tools): Remove target-examples target-gperf.
2161 (YACC): Don't handle building byacc.
2162 * configure: Regenerate.
2163 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2164 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2165 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2166 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2167 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2168 handle building components.
2169 * Makefile.in: Regenerate.
2170
2171 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
2172
2173 * MAINTAINERS: Update my email address as Xtensa maintainer.
2174
2175 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2176
2177 * config.sub: Sync from upstream.
2178
2179 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2180
2181 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2182 (microblaze*): Don't disable libssp.
2183 * configure: Regenerate.
2184
2185 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2186
2187 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2188 moveifchange.
2189 * configure: Regenerate.
2190 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2191 * Makefile.in: Regenerate.
2192
2193 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2194
2195 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2196 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2197 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2198 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2199 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2200 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2201 md_exec_prefix cases.
2202 * configure: Regenerate.
2203
2204 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2205
2206 * configure.ac: Separate cases disabling target-libssp,
2207 target-libiberty, target-libstdc++-v3 and Fortran from general
2208 case over targets.
2209 * configure: Regenerate.
2210
2211 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2212
2213 * configure.ac (*-*-chorusos): Don't disable libgcj.
2214 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2215 Remove case.
2216 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2217 (arm-*-coff): Don't disable libgcj.
2218 (arm*-*-linux-gnueabi): Remove useless assignment.
2219 (arm-*-riscix*): Don't disable libgcj.
2220 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2221 configuration.
2222 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2223 (c54x*-*-*): Remove case.
2224 (tic54x-*-*): Don't disable GCC or GCC libraries.
2225 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2226 to *.
2227 (d10v-*-*): Don't disable GCC libraries.
2228 (d30v-*-*): Don't disable libgcj.
2229 (h8500-*-*): Don't disable GCC libraries.
2230 (i960-*-*): Don't disable libgcj.
2231 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2232 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2233 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2234 libgcj.
2235 (m68k-*-coff*): Remove case.
2236 (mmix-*-*): Don't disable libgloss on host.
2237 (mn10200-*-*, mn10300-*-*): Remove cases.
2238 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2239 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2240 Don't disable libgcj.
2241 (romp-*-*): Remove case.
2242 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2243 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2244 case.
2245 (v810-*-*): Don't disable GCC libraries.
2246 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2247 (ip2k-*-*): Don't disable GCC libraries.
2248 * configure: Regenerate.
2249
2250 2011-03-28 Joseph Myers <joseph@codesourcery.com>
2251
2252 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2253 libffi on host.
2254 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2255 on host.
2256 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2257 * configure: Regenerate.
2258
2259 2011-03-26 John Marino <binutils@marino.st>
2260
2261 * configure.ac: Add support for *-*-dragonfly*
2262 * configure: Regenerate.
2263
2264 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2265
2266 * configure.ac (native_only): Remove.
2267 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2268 send-pr uudecode guile gnuserv on host.
2269 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2270 send-pr rcs guile perl texinfo libtool on host.
2271 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2272 automake send-pr rcs guile perl texinfo libtool on host.
2273 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2274 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2275 (alpha*-dec-osf*): Don't disable fileutils on target.
2276 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2277 texinfo send-pr expect dejagnu on target.
2278 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2279 target-qthreads on target.
2280 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2281 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2282 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2283 x86_64-*-mingw*): Don't disable expect on target.
2284 (*-*-cygwin*): Don't disable target-gperf on target.
2285 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2286 gnuserv on target.
2287 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2288 target.
2289 * configure: Regenerate.
2290
2291 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2292
2293 * configure.ac (target_tools): Remove target-groff.
2294 (native_only): Remove target-groff.
2295 (hppa*64*-*-*): Don't disable byacc.
2296 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2297 setting.
2298 (*-*-kaos*): Don't skip target-librx and target-groff.
2299 (*-*-netware*): Don't skip target-libmudflap.
2300 (*-*-tpf*): Don't skip target-libmudflap.
2301 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2302 directories on the host.
2303 (ia64*-*-*vms*): Don't skip tix.
2304 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2305 host.
2306 * configure: Regenerate.
2307
2308 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2309
2310 * configure.ac: Remove references to mt-mep, mt-netware,
2311 mt-wince.
2312 * Makefile.def: Add all-utils soft dependencies.
2313 * Makefile.tpl: Remove GDB_NLM_DEPS.
2314 * configure: Regenerate.
2315 * Makefile.in: Regenerate.
2316
2317 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2318
2319 * configure.ac: Do not include mh-x86omitfp.
2320 * configure: Regenerate.
2321
2322 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2323
2324 * configure.ac: Remove empty cases.
2325 * configure: Regenerate.
2326
2327 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2328
2329 * Makefile.def: Add dependency from termcap to gdb.
2330 * Makefile.in: Regenerate.
2331
2332 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2333
2334 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2335 * configure: Regenerate.
2336 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2337 * Makefile.tpl: Likewise.
2338 * Makefile.in: Regenerate.
2339
2340 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2341
2342 * configure.ac: Remove all mentions of tentative_cc.
2343 * configure: Regenerate.
2344
2345 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2346
2347 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2348 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2349 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2350 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2351 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2352 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2353 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2354 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2355 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2356 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2357 *-*-rhapsody*): Remove host cases.
2358 * configure: Regenerate.
2359
2360 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2361
2362 * configure.ac (ppc*-*-pe): Remove host case.
2363 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2364 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2365 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2366 cases.
2367 * configure: Regenerate.
2368
2369 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2370
2371 * config.sub: Update to version 2011-03-23.
2372
2373 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2374
2375 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2376 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2377 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2378 * configure: Regenerate.
2379
2380 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2381
2382 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
2383 to Write After Approval.
2384 * config-ml.in: Don't handle arc-*-elf*.
2385 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2386 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2387 handle GCC libraries.
2388 * configure: Regenerate.
2389
2390 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2391
2392 PR bootstrap/48120:
2393 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2394 Add -lstdc++ -lm to LIBS.
2395 * configure: Regenerate.
2396
2397 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
2398
2399 * config.guess: Update to version 2011-02-02
2400 * config.sub: Update to version 2011-02-24
2401
2402 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2403
2404 PR lto/48086
2405 * configure.ac: Re-enable LTO on *-apple-darwin9.
2406 * configure: Regenerate.
2407
2408 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
2409
2410 PR lto/48086
2411 * configure.ac: Disable LTO on darwin due to an assembler change in
2412 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
2413 under 256.
2414 * configure: Regenerate.
2415
2416 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
2417
2418 * MAINTAINERS: Update myself as score backend maintainer,
2419 update my e-mail address.
2420
2421 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
2422
2423 * MAINTAINERS: Update my e-mail address.
2424
2425 2011-03-06 Joey Ye <joey.ye@arm.com>
2426
2427 * MAINTAINERS: Update my e-mail address.
2428
2429 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2430
2431 * configure.ac: Adjust test of with_ppl.
2432 * configure: Regenerated.
2433
2434 2011-03-02 Kai Tietz <ktietz@redhat.com>
2435
2436 * MAINTAINERS: Adjust my e-mail address.
2437
2438 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2439
2440 * configure.ac: Add -lpwl to ppllibs.
2441 * configure: Regenerated.
2442
2443 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2444
2445 * config/cloog.m4: Add -lisl to clooglibs.
2446 * configure: Regenerated.
2447
2448 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2449
2450 * MAINTAINERS (CPU Port maintainers): Add self.
2451
2452 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2453
2454 * MAINTAINERS: Add myself as testsuite maintainer.
2455
2456 2011-02-15 Mike Stump <mikestump@comcast.net>
2457
2458 * MAINTAINERS: Add myself as testsuite maintainer.
2459
2460 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2461
2462 Import from Libtool and gnulib:
2463
2464 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2465
2466 Prepare for supporting FreeBSD 10.
2467 * config.rpath: Remove handling of freebsd1* which soon would
2468 match FreeBSD 10.0.
2469
2470 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2471
2472 Remove support for FreeBSD 1.x.
2473 * libtool.m4 (_LT_LINKER_SHLIBS)
2474 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2475 soon would incorrectly match FreeBSD 10.0.
2476
2477 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2478
2479 PR binutils/12283
2480 * move-if-change: Import version from gnulib.
2481
2482 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2483
2484 PR lto/47225
2485 * Makefile.def (lto-plugin): Double dash for enable-shared.
2486 (configure-gcc): Depend on all-lto-plugin.
2487 * Makefile.in: Rebuilt.
2488
2489 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2490
2491 * configure.ac: Remove extra bracket.
2492 * configure: Regenerate.
2493
2494 2011-02-08 Tobias Burnus <burnus@net-b.de>
2495
2496 * MAINTAINERS: Add myself as libquadmath maintainer.
2497
2498 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
2499
2500 * MAINTAINERS: Update my email address.
2501
2502 2011-02-07 Joseph Myers <joseph@codesourcery.com>
2503
2504 * MAINTAINERS (option handling): Add self.
2505
2506 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2507
2508 PR lto/47225
2509 * Makefile.def: Add dependency for install-gcc
2510 on install-lto-plugin.
2511 * Makfile.in: Regenerated
2512
2513 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
2514
2515 * MAINTAINERS (CPU Port Maintainers): Add myself.
2516
2517 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2518
2519 PR libgcj/44341
2520 * configure.ac: Discard --with-* flags for host when configuring
2521 target libraries for cross build.
2522 * configure: Rebuilt.
2523
2524 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2525
2526 * MAINTAINERS (linear loop transforms): Removed.
2527
2528 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2529
2530 * configure.ac: If with_ppl is no, move setting with_cloog=no
2531 after CLOOG_REQUESTED check.
2532 * configure: Regenerated.
2533
2534 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2535
2536 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2537 CLooG has been requested.
2538 * configure: Regenerated.
2539
2540 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2541
2542 * configure: Regenerated.
2543 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2544
2545 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2546
2547 * configure: Regenerated.
2548 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2549
2550 2011-01-21 Andreas Schwab <schwab@redhat.com>
2551
2552 * configure.ac: Use AS_HELP_STRING throughout.
2553 * configure: Regenerate.
2554
2555 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2556
2557 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2558 * configure: Regenerate.
2559
2560 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2561
2562 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2563
2564 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2565
2566 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2567 for ia64-hpux.
2568 * configure: Regenerate.
2569
2570 2011-01-07 Jan Hubicka <jh@suse.cz>
2571
2572 PR lto/47225
2573 * Makefile.in: Regenerate.
2574 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2575 configure.
2576
2577 2011-01-07 Jan Hubicka <jh@suse.cz>
2578
2579 * Makefile.in: Regenerate.
2580 * Makefile.def (gcc host module) and soft dependency on lto-plugin
2581 and configure dependency on lto-plugin configure.
2582 (lto-plugin module): Remove dependency on GCC; add dependency on
2583 liniberty.
2584
2585 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
2586
2587 * MAINTAINERS (Write After Approval): Add myself.
2588
2589 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
2590
2591 * configure: Regenerate.
2592
2593 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2594
2595 * configure.ac: (picochip): Disable libiberty.
2596
2597 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
2598
2599 * MAINTAINERS (Write After Approval): Add myself.
2600
2601 2010-12-10 Ian Lance Taylor <iant@google.com>
2602
2603 PR bootstrap/46819
2604 * configure.ac: For --disable-libgcj clear libgcj_saved.
2605 * configure: Rebuild.
2606
2607 2010-12-10 Tobias Burnus <burnus@net-b.de>
2608
2609 PR fortran/46540
2610 * configure.ac: Add --disable-libquadmath and
2611 --disable-libquadmath-support.
2612 * configure: Regenerate.
2613
2614 2010-12-03 Ian Lance Taylor <iant@google.com>
2615
2616 * MAINTAINERS: Add myself as libgo maintainer.
2617
2618 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2619
2620 PR libffi/46792
2621 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2622 * configure: Regenerate.
2623
2624 2010-12-02 Ian Lance Taylor <iant@google.com>
2625
2626 * configure.ac: Always set default for poststage1_ldflags to
2627 -static-libstdc++ -static-libgcc.
2628
2629 2010-11-29 Andreas Schwab <schwab@redhat.com>
2630
2631 * configure.ac: Move comment to remove extra space in last argument
2632 of GCC_TARGET_TOOL.
2633
2634 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2635
2636 PR other/46026
2637 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2638 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2639 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2640 (BASE_FLAGS_TO_PASS): Use it.
2641 * configure: Rebuilt.
2642 * Makefile.in: Rebuilt.
2643
2644 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2645
2646 PR binutils/12258
2647 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2648 Properly check default linker.
2649 * configure: Regnerated.
2650
2651 2010-11-23 Matthias Klose <doko@ubuntu.com>
2652
2653 * configure.ac: For --enable-gold, handle value `default' instead of
2654 `both*'. New configure option --{en,dis}able-ld.
2655 * configure: Regenerate.
2656
2657 2010-11-20 Ian Lance Taylor <iant@google.com>
2658
2659 * configure.ac: Only disable a language library if no language needs
2660 it. Don't let --disable-libgcj uncondtionally disable libffi.
2661 * configure: Rebuild.
2662
2663 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2664
2665 * Makefile.in: Regenerate.
2666
2667 PR other/46202
2668 * configure.ac: Fix just-built in-tree STRIP name to be
2669 binutils/strip-new.
2670 * configure: Regenerate.
2671 * Makefile.def (install-strip-gcc, install-strip-binutils)
2672 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2673 (install-strip-sid): Mirror dependencies on non-strip variants
2674 of these targets on the respective -strip prerequisites.
2675 * Makefile.tpl (install-strip, install-strip-host)
2676 (install-strip-target): New targets.
2677 (install-strip-[+module+], install-strip-target-[+module+]):
2678 New targets.
2679 * Makefile.in: Regenerate.
2680
2681 2010-11-19 Ian Lance Taylor <iant@google.com>
2682 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2683
2684 * configure.ac: Add target-libgo to target_libraries. Set
2685 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2686 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2687 (HOST_EXPORTS): Add GOC.
2688 (BASE_TARGET_EXPORTS): Add GOC.
2689 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2690 (GOCFLAGS_FOR_TARGET): New variable.
2691 (EXTRA_HOST_FLAGS): Add GOC.
2692 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2693 * Makefile.def (target_modules): Add libgo.
2694 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2695 (dependencies): Add dependency from configure-target-libgo to
2696 configure-target-libffi and all-target-libstdc++-v3. Add
2697 dependencies from all-target-libgo to all-target-libffi.
2698 (languages): Add go.
2699 * configure: Rebuild.
2700 * Makefile.in: Rebuild.
2701
2702 2010-11-19 Ian Lance Taylor <iant@google.com>
2703
2704 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2705 compiler/flag environment variables.
2706
2707 2010-11-18 Ian Lance Taylor <iant@google.com>
2708
2709 * configure.ac: Check for lang_requires_boot_languages in
2710 config-lang.in files.
2711 * configure: Rebuild.
2712
2713 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2714 Tobias Burnus <burnus@net-b.de>
2715
2716 PR fortran/32049
2717 * Makefile.def: Add libquadmath; build it with language=fortran.
2718 * configure.ac: Add libquadmath.
2719 * Makefile.tpl: Handle multiple libs in check-[+language+].
2720 * Makefile.in: Regenerate.
2721 * configure: Regenerate.
2722
2723 2010-11-16 Tom Tromey <tromey@redhat.com>
2724
2725 * MAINTAINERS: Moved myself to reviewers section.
2726
2727 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
2728
2729 * MAINTAINERS: Moved myself to reviewers section.
2730
2731 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2732
2733 * MAINTAINERS (Various Maintainers): Add self for build machinery.
2734 (Write After Approval): Remove self.
2735
2736 2010-11-15 Andreas Schwab <schwab@redhat.com>
2737
2738 * configure.ac: Fix spelling in option names.
2739 * configure: Regenerated.
2740
2741 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2742
2743 PR bootstrap/39622
2744 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2745 * configure: Regenerated.
2746
2747 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
2748
2749 * MAINTAINERS: Update my email address.
2750
2751 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2752
2753 * configure: Regenerate.
2754
2755 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2756
2757 * configure: Regenerate.
2758
2759 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2760
2761 * configure: Regenerate.
2762
2763 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2764
2765 * configure: Regenerate.
2766
2767 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2768
2769 * configure.ac: Support official CLooG.org versions.
2770 * configure: Regenerate.
2771 * config/cloog.m4: New.
2772
2773 2010-11-10 François Dumont <francois.cppdevs@free.fr>
2774
2775 * MAINTAINERS (Write After Approval): Add myself.
2776
2777 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
2778
2779 * MAINTAINERS: Update my email address.
2780
2781 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2782
2783 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2784 * configure: Regenerate.
2785
2786 2010-11-03 Ian Lance Taylor <iant@google.com>
2787 Dave Korn <dave.korn.cygwin@gmail.com>
2788
2789 PR lto/46273
2790 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2791 and on other supported platforms whenever LTO is enabled.
2792 * configure: Rebuild.
2793
2794 2010-11-02 Alan Modra <amodra@gmail.com>
2795
2796 PR binutils/12110
2797 * configure.ac: Error when source path contains spaces.
2798 * configure: Regenerate.
2799
2800 2010-10-23 James E. Wilson <wilson@codesourcery.com>
2801
2802 * MAINTAINERS: Update my email address.
2803
2804 2010-10-20 Ian Lance Taylor <iant@google.com>
2805
2806 * Makefile.def (target_modules): Set lib_path to src/.libs for
2807 libstdc++-v3 module.
2808 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2809 * Makefile.in: Rebuild.
2810
2811 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2812
2813 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
2814 (Write After Approval): Remove myself.
2815
2816 2010-10-15 Tristan Gingold <gingold@adacore.com>
2817
2818 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2819
2820 2010-10-14 Douglas Rupp <rupp@gnat.com>
2821
2822 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2823
2824 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2825
2826 * configure.ac (build_lto_plugin): New shell variable.
2827 (--enable-lto): Turn on by default for all non-ELF platforms that
2828 have had LTO support added so far. Set build_lto_plugin appropriately
2829 for both ELF and non-ELF.
2830 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2831 * configure: Regenerate.
2832
2833 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2834
2835 Sync from src:
2836 * configure.ac (v850 support): Remove target-libgloss from
2837 noconfigdirs.
2838 * configure: Regenerate.
2839
2840 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2841
2842 PR bootstrap/45326
2843 PR bootstrap/45174
2844 * configure.ac: Honor initial values of $build_configargs,
2845 $host_configargs, $target_configargs. Mark the precious, so
2846 environment settings get recorded.
2847 * configure: Regenerate.
2848
2849 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2850
2851 PR bootstrap/45796
2852 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2853 Depend on all-build-libiberty.
2854 * Makefile.in: Regenerate.
2855
2856 2010-09-30 Michael Eager <eager@eagercon.com>
2857
2858 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2859 * configure: Regenerate.
2860
2861 2010-09-28 Michael Eager <eager@eagercon.com>
2862
2863 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
2864
2865 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2866
2867 PR bootstrap/44621
2868 * configure.ac: Fix unportable shell quoting.
2869 * configure: Regenerate.
2870
2871 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2872
2873 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2874 targets and amend comment.
2875 * configure: Regenerate.
2876
2877 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
2878
2879 * MAINTAINERS (Write After Approval): Add myself.
2880
2881 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2882
2883 * configure.ac: Enable LTO by default on Darwin.
2884 * configure: Regenerate.
2885
2886 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
2887
2888 * MAINTAINERS (Write After Approval): Add myself.
2889
2890 2010-09-01 Ian Bolton <ian.bolton@arm.com>
2891
2892 * MAINTAINERS (Write After Approval): Add myself.
2893
2894 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
2895
2896 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
2897 ports
2898
2899 2010-07-28 David Yuste <david.yuste@gmail.com>
2900
2901 * MAINTAINERS (Write After Approval): Add myself.
2902
2903 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2904
2905 * configure.ac: Support all v850 targets.
2906 * configure: Regenerate.
2907
2908 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2909
2910 PR bootstrap/44455
2911 * configure.ac (extra_mpfr_configure_flags): Copy from
2912 extra_mpc_gmp_configure_flags.
2913 * configure: Re-generated.
2914
2915 2010-07-22 Andi Kleen <ak@linux.intel.com>
2916
2917 * MAINTAINERS (Write After Approval): Add myself.
2918
2919 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
2920
2921 * MAINTAINERS (Write After Approval): Add myself.
2922
2923 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
2924
2925 * MAINTAINERS (Write After Approval): Add myself.
2926
2927 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2928
2929 PR target/44862
2930 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2931 Provide -B option to allow for link spec %s substitutions for
2932 libstdc++.a on darwin.
2933 * Makefile.in: Regenerate.
2934
2935 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
2936
2937 * MAINTAINERS (Reviewers): Update my e-mail address
2938
2939 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2940
2941 * Makefile.def (configure-gcc): Depend on all-libelf.
2942 * Makefile.in: Rebuild.
2943
2944 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
2945
2946 * MAINTAINERS (Write After Approval): Add myself in the right place.
2947
2948 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
2949
2950 * MAINTAINERS (Write After Approval): Add myself.
2951
2952 2010-05-25 Sterling Augustine <sterling@tensilica.com>
2953
2954 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
2955
2956 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
2957
2958 * config.sub: Update to version 2010-05-21.
2959 * config.guess: Update to version 2010-04-03.
2960
2961 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2962
2963 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2964 * configure: Regenerate.
2965
2966 2010-05-12 Sriraman Tallam <tmsriram@google.com>
2967
2968 * MAINTAINERS (Write After Approval): Add myself.
2969
2970 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2971
2972 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2973 a platform that supports LTO.
2974 * configure: Regenerate.
2975
2976 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2977
2978 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2979 * configure: Regenerated.
2980
2981 2010-04-27 Roland McGrath <roland@redhat.com>
2982 H.J. Lu <hongjiu.lu@intel.com>
2983
2984 * configure.ac (--enable-gold): Support both, both/gold and
2985 both/bfd to add gold to configdirs without removing ld.
2986 * configure: Regenerated.
2987
2988 * Makefile.def: Add install-gold dependency to install-ld.
2989 * Makefile.in: Regenerated.
2990
2991 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2992
2993 PR lto/42776
2994 * configure.ac (--enable-lto): Refactor handling so libelf tests
2995 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2996 and allow LTO to be explicitly enabled on non-ELF platforms that
2997 are known to support it inside else-clause.
2998 * configure: Regenerate.
2999
3000 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
3001
3002 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3003 * configure: Regenerate.
3004
3005 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
3006
3007 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3008 * configure: Regenerate.
3009
3010 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3011
3012 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3013 separately.
3014 * configure: Regenerate.
3015
3016 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
3017
3018 * MAINTAINERS (Write After Approval): Add myself.
3019
3020 2010-04-14 Tristan Gingold <gingold@adacore.com>
3021
3022 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3023 * configure: Regenerate.
3024
3025 2010-04-13 Steve Ellcey <sje@cup.hp.com>
3026
3027 * configure: Regenerate after change to elf.m4.
3028
3029 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
3030
3031 * MAINTAINERS (Write After Approval): Add myself.
3032
3033 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3034
3035 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3036 * configure: Regenerated.
3037
3038 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3039
3040 * configure.ac: Print "buggy but acceptable" when CLooG
3041 revision is less than 9.
3042 * configure: Regenerated.
3043
3044 2010-04-01 Diego Novillo <dnovillo@google.com>
3045
3046 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
3047
3048 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3049
3050 PR bootstrap/43615
3051 PR bootstrap/43328
3052
3053 Revert:
3054
3055 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3056
3057 * configure.ac: Do not pass --enable-multilib nor
3058 --disable-multilib in baseargs. Accept explicitly passed
3059 --enable_multilib.
3060 * configure: Regenerate.
3061
3062 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
3063
3064 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
3065
3066 2010-03-31 Janis Johnson <janis187@us.ibm.com>
3067
3068 * MAINTAINERS: Remove myself.
3069
3070 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3071
3072 PR bootstrap/43328
3073 * configure.ac: Do not pass --enable-multilib nor
3074 --disable-multilib in baseargs. Accept explicitly passed
3075 --enable_multilib.
3076 * configure: Regenerate.
3077
3078 2010-03-28 Andrew Pinski <pinskia@gmail.com>
3079
3080 * MAINTAINERS (spu port): Remove me.
3081
3082 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3083
3084 * configure.ac (tic6x-*-*): New case.
3085 * configure: Regenerate.
3086
3087 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3088
3089 * config.sub: Update to version 2010-03-22.
3090 * config.guess: Update to version 2009-12-30.
3091
3092 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
3093
3094 PR ada/42554
3095 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3096 * configure: Regenerate.
3097
3098 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3099
3100 * MAINTAINERS: Update my email address.
3101
3102 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
3103
3104 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
3105 (ghassan.shobaki@amd.com): Removed.
3106
3107 2010-03-17 Alan Modra <amodra@gmail.com>
3108
3109 * MAINTAINERS: Update my email address.
3110
3111 2010-03-16 Diego Novillo <dnovillo@google.com>
3112
3113 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
3114 Matthews.
3115
3116 2010-03-16 Joseph Myers <joseph@codesourcery.com>
3117
3118 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
3119 Gutson, Jeffrey D. Oldham and Mark Shinwell.
3120
3121 2010-03-16 Joseph Myers <joseph@codesourcery.com>
3122
3123 * MAINTAINERS: Update my email address.
3124
3125 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
3126
3127 * MAINTAINERS: Update my email address.
3128
3129 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
3130
3131 * MAINTAINERS: Update my email address.
3132
3133 2010-03-09 Jie Zhang <jie@codesourcery.com>
3134
3135 * MAINTAINERS: Update my email address.
3136
3137 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3138
3139 PR libstdc++/32499
3140 * configure.ac (RANLIB): Default to true.
3141 (STRIP): Likewise.
3142 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3143 * configure: Regenerate.
3144
3145 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
3146
3147 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
3148 (Write After Approval): Update my email address.
3149
3150 2010-02-17 Nick Clifton <nickc@redhat.com>
3151
3152 PR 11238
3153 * Makefile.tpl (local-distclean): Also remove config.cache files in
3154 sub-directories as there may not be Makefiles present in the
3155 sub-directories.
3156 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3157 the config.cache files found by the find command.
3158
3159 * Makefile.in: Regenerate.
3160 * configure.ac: Revert previous delta.
3161 * configure: Regenerate.
3162
3163 2010-02-15 Nick Clifton <nickc@redhat.com>
3164
3165 PR 11238
3166 * configure.ac: Delete config.cache files in sub-directories when
3167 deleting Makefiles.
3168 * configure: Regenerate.
3169
3170 2010-02-12 Ben Elliston <bje@gnu.org>
3171
3172 * MAINTAINERS: Update my email address.
3173
3174 2010-02-08 Andrew Pinski <pinskia@gmail.com>
3175
3176 * MAINTAINERS (spu port): Update my email address.
3177
3178 2010-02-08 Jie Zhang <jie.zhang@analog.com>
3179
3180 * MAINTAINERS: Add myself as a maintainer for the bfin port.
3181
3182 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3183
3184 * configure.ac: Add "recommended" version checks for GMP/MPC.
3185 Update recommended GMP/MPFR/MPC versions.
3186 * configure: Regenerate.
3187
3188 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
3189
3190 * MAINTAINERS: Move my Embecosm email address into the
3191 write-after-approval section.
3192
3193 2010-01-26 Ian Lance Taylor <iant@google.com>
3194
3195 * MAINTAINERS: Add myself as Go frontend maintainer.
3196
3197 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
3198
3199 PR libstdc++/36101, PR libstdc++/42813
3200 * configure.ac (bootstrap_target_libs): Make inclusion of
3201 target-libgomp conditional on libgomb being in target_configdirs.
3202 * configure: Regenerate.
3203
3204 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
3205
3206 PR libstdc++/36101, PR libstdc++/42813
3207 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3208 * configure: Regenerate.
3209
3210 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
3211
3212 PR libstdc++/36101, PR libstdc++/42813
3213 * configure.ac (target_configdirs): Substitute.
3214 * Makefile.def: Bootstrap target module libgomp.
3215 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3216 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3217 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3218 * configure, Makefile.in: Regenerate.
3219
3220 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
3221
3222 * MAINTAINERS: Adjust my details.
3223
3224 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
3225
3226 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
3227
3228 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
3229
3230 * MAINTAINERS: reindented my entry with tabs instead of spaces.
3231
3232 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
3233
3234 * MAINTAINERS (Write After Approval): Add myself.
3235
3236 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3237
3238 * MAINTAINERS (Write After Approval): Add myself.
3239
3240 2010-01-11 Richard Guenther <rguenther@suse.de>
3241
3242 PR lto/41569
3243 * Makefile.def (all-lto-plugin): Depend on all-gcc.
3244 * Makefile.in: Regenerated.
3245
3246 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
3247
3248 * configure.ac: Enable libjava build on x86_64-*freebsd*.
3249 * configure: Regenerate.
3250
3251 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3252 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3253
3254 PR bootstrap/42424
3255 * configure.ac: Include libtool m4 files.
3256 (_LT_CHECK_OBJDIR): Call it.
3257 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3258 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3259
3260 * configure: Regenerate.
3261
3262 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3263
3264 PR bootstrap/41818
3265 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3266 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3267 * Makefile.in: Regenerate.
3268
3269 2010-01-02 Richard Guenther <rguenther@suse.de>
3270
3271 PR lto/41529
3272 * configure.ac: Include config/elf.m4. Disable LTO if not
3273 builting for an elf target.
3274 * configure: Regenerate.
3275
3276 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
3277
3278 * MAINTAINERS: Change my email address.
3279
3280 2009-12-18 Ben Elliston <bje@au.ibm.com>
3281
3282 * config.sub, config.guess: Update from upstream sources.
3283
3284 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
3285
3286 * MAINTAINERS (Write After Approval): Add myself.
3287
3288 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3289
3290 PR middle-end/30447
3291 PR middle-end/30789
3292 PR other/40302
3293
3294 * configure.ac: Require MPC.
3295 * configure: Regenerate.
3296
3297 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3298
3299 PR target/38384
3300 PR bootstrap/40972
3301 * libtool.m4: Sync from git Libtool.
3302 * ltoptions.m4: Likewise.
3303 * ltversion.m4: Likewise.
3304 * lt~obsolete.m4: Likewise.
3305 * ltmain.sh: Likewise.
3306
3307 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3308
3309 * configure.ac: Update minimum MPC version to 0.8.
3310 * configure: Regenerate.
3311
3312 2009-11-21 Sebastian Pop <sebpop@gmail.com>
3313
3314 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
3315 * configure: Regenerated.
3316
3317 2009-11-21 Ian Lance Taylor <iant@google.com>
3318
3319 * configure.ac: Change default of poststage1_ldflags to be empty if
3320 poststage1_libs is set. When poststage1_libs is empty, and
3321 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
3322 * configure: Rebuild.
3323
3324 2009-11-21 Adam Nemet <adambnmet@gmail.com>
3325
3326 * MAINTAINERS (Write After Approval): Update my email address.
3327
3328 2009-11-20 Ben Elliston <bje@au.ibm.com>
3329
3330 * config.guess: Update from upstream sources.
3331
3332 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3333
3334 * Makefile.def: Restore host and target settings for gmp.
3335 * Makefile.in: Rebuild.
3336
3337 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3338
3339 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3340 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3341 Fix portability of test of C++ as bootstrap language. Add
3342 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3343 * configure: Rebuild.
3344 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3345 and cloog. Fix in-tree ppl configuration. Introduce libelf
3346 in-tree building.
3347 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3348 (POSTSTAGE1_HOST_EXPORTS): Use it.
3349 (STAGE[+id+]_CXXFLAGS): New.
3350 (BASE_FLAGS_TO_PASS): Pass it down.
3351 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3352 extra_exports.
3353 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3354 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3355 extra_exports.
3356 * Makefile.in: Rebuild.
3357
3358 2009-11-17 Ben Elliston <bje@au.ibm.com>
3359
3360 * config.sub, config.guess: Update from upstream sources.
3361
3362 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3363
3364 * MAINTAINERS (Write After Approval): Add myself.
3365
3366 2009-11-09 Jon Beniston <jon@beniston.com>
3367
3368 * MAINTAINERS (Write After Approval): Add myself.
3369
3370 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3371
3372 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3373 paths for *-w64-mingw* and x86_64-*mingw*.
3374 * configure: Regenerated.
3375
3376 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
3377
3378 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
3379
3380 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
3381
3382 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
3383 Phil Edwards to Write-After Approval.
3384
3385 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
3386
3387 * configure.ac: Disable target-winsup & co for
3388 x86_64-*-mingw* and *-w64-mingw* targets.
3389 * configure: Regenerated.
3390
3391 2009-10-16 Nick Clifton <nickc@redhat.com>
3392
3393 * MAINTAINERS: Add myself as a maintainer for the RX port.
3394
3395 2009-10-26 Johannes Singler <singler@kit.edu>
3396
3397 * MAINTAINERS (Write After Approval): Update my e-mail address.
3398
3399 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3400
3401 * configure.ac (CLooG test): Use = with test.
3402 * configure: Regenerate.
3403
3404 2009-10-22 Richard Guenther <rguenther@suse.de>
3405
3406 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3407 cloog if the ppl version check failed. Move flags saving
3408 before setting in libelf check.
3409 * configure: Regenerate.
3410
3411 2009-10-21 Richard Guenther <rguenther@suse.de>
3412
3413 * configure.ac: Adjust the ppl and cloog configure to work as
3414 documented. Disable cloog if ppl was disabled. Omit the version
3415 checks if they were disabled.
3416 * configure: Re-generate.
3417
3418 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3419
3420 * configure.ac: Add 'lto' to enable_languages, not
3421 new_enable_languages, and only if not already present.
3422 * configure: Regenerate.
3423
3424 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
3425
3426 * README: Refer to the various COPYING* files instead of just
3427 COPYING.
3428 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
3429
3430 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
3431
3432 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
3433
3434 2009-10-07 Richard Guenther <rguenther@suse.de>
3435
3436 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
3437 and Richard Guenther as reviewers.
3438 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
3439 as reviewers.
3440
3441 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
3442
3443 * config.sub: Update from upstream sources.
3444
3445 2009-10-06 Ian Lance Taylor <iant@google.com>
3446
3447 * Makefile.def: check-gold depends upon all-gas.
3448 * Makefile.in: Rebuild.
3449
3450 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
3451
3452 * MAINTAINERS (Write After Approval): Add myself.
3453
3454 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3455
3456 * Makefile.def: all-lto-plugin depends on all-libiberty.
3457 set bootstrap=true for lto-plugin.
3458 Add lto-plugin.
3459 * Makefile.in: Regenerate.
3460 * configure.ac (host_libs): Add lto-plugin.
3461 * configure: Regenerate.
3462
3463 2009-10-03 Diego Novillo <dnovillo@google.com>
3464
3465 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3466 (HOST_LIBELFLIBS): Define.
3467 (HOST_LIBELFINC): Define.
3468 * Makefile.in: Regenerate.
3469 * configure.ac: Add --enable-lto.
3470 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3471 If --enable-lto is used, add 'lto' to new_enable_languages.
3472 If --enable-lto is used and gold is enabled, add
3473 lto-plugin to configdirs.
3474 * configure: Regenerate.
3475
3476 2009-10-03 Simon Baldwin <simonb@google.com>
3477
3478 * configure.ac: If --with-system-zlib, suppress local zlib and
3479 pass --with-system-zlib to subdir configure scripts.
3480 * configure: Regenerate.
3481
3482 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
3483 Paolo Bonzini <bonzini@gnu.org>
3484
3485 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3486 $(srcdir).
3487 * Makefile.in: Rebuilt.
3488
3489 2009-09-26 Gary Funck <gary@intrepid.com>
3490
3491 * MAINTAINERS (Write After Approval): Add myself.
3492
3493 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3494
3495 * configure.ac: Update minimum MPC version to 0.7.
3496 * configure: Regenerate.
3497
3498 2009-09-25 Nick Clifton <nickc@redhat.com>
3499
3500 * configure.ac: Pass any --cache-file=/dev/null option on to
3501 subconfigures.
3502 * configure: Regenerate.
3503
3504 2009-09-23 Nick Clifton <nickc@redhat.com>
3505
3506 * config.sub, config.guess: Update from upstream sources.
3507
3508 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
3509
3510 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3511 * Makefile.in: Rebuilt.
3512
3513 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3514
3515 PR bootstrap/32272
3516 * configure.ac: Error out if $srcdir isn't '.' but contains
3517 host-${host_noncanonical}.
3518 * configure: Regenerate.
3519
3520 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3521
3522 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
3523 maintainer.
3524
3525 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3526
3527 * configure.ac: If bootstrapping a combined tree with
3528 --enable-gold, require c++ in stage1_languages.
3529 * configure: Regenerate.
3530
3531 * configure.ac: Also add target_libs of stage1_languages to
3532 bootstrap_target_libs.
3533 * configure: Regenerate.
3534
3535 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3536 with --enable-languages not containing c++.
3537 * configure: Regenerate.
3538
3539 2009-09-15 Jie Zhang <jie.zhang@analog.com>
3540
3541 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3542 * configure: Regenerate.
3543
3544 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
3545
3546 * MAINTAINERS (Write After Approval): Update my e-mail address,
3547 and move from from here...
3548 (Waiting for paperwork): To here.
3549
3550 2009-09-09 Joseph Myers <joseph@codesourcery.com>
3551
3552 * MAINTAINERS (Reviewers): Add self as driver reviewer.
3553
3554 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3555
3556 * configure.ac: Do not use $extrasub for replacing @if/@endif
3557 parts in Makefile; instead, use additional arguments to
3558 AC_CONFIG_COMMANDS to do the replacement manually, with several
3559 sed invocations, to avoid HP-UX sed command limits.
3560 * configure: Regenerate.
3561
3562 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
3563
3564 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
3565 blank before -L.
3566
3567 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
3568
3569 * configure.ac (with-build-config): Document. Handle without.
3570 Handle missing argument.
3571 * configure: Rebuilt.
3572
3573 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
3574
3575 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3576 Default to bootstrap-debug only if compare-debug works.
3577 * configure: Rebuilt.
3578 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3579 * Makefile.in: Rebuilt.
3580
3581 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3582
3583 * MAINTAINERS (OS Port Maintainers): Update my email address.
3584
3585 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
3586
3587 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3588 * Makefile.in: Rebuilt.
3589
3590 2009-09-01 Chris Demetriou <cgd@google.com>
3591
3592 * MAINTAINERS (Write After Approval): Add myself.
3593
3594 2009-08-31 Dodji Seketeli <dodji@redhat.com>
3595
3596 PR debug/30161
3597 * include/dwarf2.h (enum dwarf_tag): Added
3598 DW_TAG_GNU_template_template_param
3599 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
3600
3601 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
3602
3603 * Makefile.tpl (AWK): Fix typo.
3604 * Makefile.in: Regenerate.
3605
3606 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
3607
3608 * configure.ac: Detect awk and sed.
3609 * Makefile.def (flags_to_pass): Add AWK and SED.
3610 * Makefile.tpl (AWK, SED): New.
3611 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3612 * configure: Regenerate.
3613 * Makefile.in: Regenerate.
3614
3615 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
3616
3617 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
3618 (collapseslashes): Likewise.
3619
3620 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3621
3622 * configure.ac (AC_PREREQ): Bump to 2.64.
3623
3624 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3625
3626 * configure.ac: Remove --with-datarootdir, --with-docdir,
3627 --with-pdfdir, --with-htmldir switches.
3628 * configure: Regenerate.
3629
3630 * configure: Regenerate.
3631
3632 * compile: Sync from Automake 1.11.
3633 * depcomp: Likewise.
3634 * install-sh: Likewise.
3635 * missing: Likewise.
3636 * mkinstalldirs: Likewise.
3637 * ylwrap: Likewise.
3638
3639 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
3640
3641 * ltmain.sh (func_normal_abspath): New function.
3642 (func_relative_path): Likewise.
3643 (func_mode_help): Document new -bindir option for link mode.
3644 (func_mode_link): Add new -bindir option, and use it to place
3645 output DLL if specified.
3646
3647 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3648
3649 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3650 (baseargs): Add --disable-option-checking.
3651 * configure: Regenerate.
3652
3653 * Makefile.def (configure-target-libiberty): Depend on
3654 all-binutils and all-ld.
3655 (configure-target-newlib): Likewise.
3656 * Makefile.in: Regenerate.
3657
3658 2009-08-17 Ben Elliston <bje@au.ibm.com>
3659
3660 * config.sub, config.guess: Update from upstream sources.
3661
3662 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3663
3664 Sync from src, merge:
3665
3666 2009-07-02 Tristan Gingold <gingold@adacore.com>
3667
3668 * configure.ac: Do not exclude gas for i386-*-darwin.
3669 Add a case for x86_64-*-darwin.
3670 * configure: Regenerate.
3671
3672 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
3673
3674 * MAINTAINERS: Add my name to Write After Approval list.
3675
3676 2009-08-06 Michael Eager <eager@eagercon.com>
3677
3678 * configure.ac: Add Microblaze target.
3679 * configure: Regenerate.
3680
3681 2009-07-31 Christian Bruel <christian.bruel@st.com>
3682
3683 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3684 * configure: Regenerate.
3685
3686 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
3687
3688 * MAINTAINERS (Write After Approval): Update my e-mail address.
3689
3690 2009-07-06 Ian Lance Taylor <iant@google.com>
3691
3692 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3693 * configure: Rebuild.
3694
3695 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
3696
3697 * MAINTAINERS: Move myself to the Graphite Reviewers.
3698
3699 2009-06-30 Wei Guozhi <carrot@google.com>
3700
3701 * MAINTAINERS: Add my name to Write After Approval list.
3702
3703 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3704
3705 PR bootstrap/40338
3706 * configure.ac (comparestring): Create new variable.
3707 * Makefile.tpl (comparestring): Use to skip some comparisions.
3708 * configure: Regenerate.
3709 * Makefile.in: Regenerate.
3710
3711 2009-06-26 Doug Evans <dje@sebabeach.org>
3712
3713 * Makefile.def (host_modules): Add cgen.
3714 * Makefile.in: Regenerate.
3715 * configure.ac (host_tools): Add cgen.
3716 * configure: Regenerate.
3717
3718 2009-06-23 DJ Delorie <dj@redhat.com>
3719
3720 * MAINTAINERS: Add myself as mep maintainer.
3721
3722 2009-06-23 Ian Lance Taylor <iant@google.com>
3723
3724 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3725 boot_languages. Only bootstrap target libraries listed in
3726 target_libs for some boot language. Add --with-stage1-ldflags,
3727 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3728 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3729 if not building with C++.
3730 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3731 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3732 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3733 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3734 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3735 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3736 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3737 * configure, Makefile.in: Rebuild.
3738
3739 2009-06-23 Li Feng <nemokingdom@gmail.com>
3740
3741 * MAINTAINERS: Added my name to write-after-approval list.
3742
3743 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3744
3745 * configure.ac: Define is_elf for QNX Neutrino targets.
3746 * configure: Regenerate.
3747
3748 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
3749
3750 * MAINTAINERS: Added my name to the write-after-approval list
3751
3752 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3753
3754 * configure.ac: Detect MPC in default directory.
3755 * configure: Regenerate.
3756
3757 2009-06-03 Jerome Guitton <guitton@adacore.com>
3758 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3759
3760 * Makefile.tpl (all): Avoid a trailing backslash.
3761 * Makefile.in: Regenerate.
3762
3763 2009-06-03 Ben Elliston <bje@au.ibm.com>
3764
3765 * config.sub, config.guess: Update from upstream sources.
3766
3767 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3768
3769 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3770 to noconfdirs.
3771 * configure: Regenerate.
3772
3773 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3774
3775 * Makefile.tpl ([+compare-target+]): Compare all stage
3776 directories, rather than just gcc.
3777 * Makefile.in: Rebuilt.
3778
3779 2009-06-01 Doug Kwan <dougkwan@google.com>
3780
3781 * configure.ac: Support gold for target arm*-*-*.
3782 * configure: Regenerate.
3783
3784 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3785
3786 * Makefile.def: Add MPC support and dependencies.
3787 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3788
3789 * Makefile.in, configure: Regenerate.
3790
3791 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3792
3793 * Makefile.tpl (all): Avoid harmless warning in make all when
3794 gcc-bootstrap is enabled but stage_last does not exist.
3795 * Makefile.in: Rebuilt.
3796
3797 2009-05-24 Nicolas Roche <roche@adacore.com>
3798
3799 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3800 * Makefile.in: Regenerate.
3801
3802 2009-05-21 Denis Chertykov <chertykov@gmail.com>
3803
3804 * MAINTAINERS: Update my e-mail address.
3805
3806 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3807
3808 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3809 * configure: Regenerate.
3810
3811 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3812
3813 PR other/40159
3814 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3815 gcc-no-bootstrap are mutually exclusive.
3816 * Makefile.in: Rebuilt.
3817
3818 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3819
3820 PR other/40159
3821 * Makefile.tpl (all): Don't end with unconditional success.
3822 * Makefile.in: Rebuilt.
3823
3824 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3825
3826 PR target/37137
3827 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3828 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3829 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3830 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3831 stage_configureflags, stage_cflags and stage_libcflags into
3832 explicit Makefile macros.
3833 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3834 GFORTRAN.
3835 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3836 CC. Set CC_FOR_BUILD from CC.
3837 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3838 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3839 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3840 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3841 and GFORTRAN.
3842 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3843 (_LIBCFLAGS): Renamed to _TFLAGS.
3844 (do-compare-debug, do-compare3-debug): Drop.
3845 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3846 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3847 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3848 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3849 (XGCC_FLAGS_FOR_TARGET): New.
3850 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3851 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3852 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3853 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3854 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3855 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3856 TFLAGS.
3857 (BUILD_CONFIG): Include if requested.
3858 (all): Set TFLAGS on bootstrap.
3859 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3860 (all-stageid-prefixmodule): Likewise.
3861 (do-clean, distclean-stageid): Set TFLAGS.
3862 (restrap): Fix whitespace.
3863 * Makefile.in: Rebuilt.
3864
3865 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
3866
3867 * config.guess: Sync with src.
3868
3869 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3870
3871 * configure.ac ($with_ppl): Default to no if not supplied.
3872 ($with_cloog): Likewise.
3873 configure: Regenerate.
3874
3875 2009-04-27 James E. Wilson <wilson@codesourcery.com>
3876
3877 * MAINTAINERS: Update my e-mail address.
3878
3879 2009-04-27 Nick Clifton <nickc@redhat.com>
3880
3881 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
3882
3883 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3884
3885 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3886 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3887 * Makefile.in: Regenerate.
3888
3889 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3890
3891 PR bootstrap/39739
3892 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3893 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3894
3895 * configure, Makefile.in: Regenerate.
3896
3897 2009-04-21 Taras Glek <tglek@mozilla.com>
3898
3899 * include/hashtab.h: Update GTY annotations to new syntax
3900 * include/splay-tree.h: Likewise
3901
3902 2009-04-17 Ben Elliston <bje@au.ibm.com>
3903
3904 * config.sub, config.guess: Update from upstream sources.
3905
3906 2009-04-15 Anthony Green <green@moxielogic.com>
3907
3908 * configure.ac: Add moxie support.
3909 * configure: Rebuilt.
3910
3911 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3912
3913 * configure.ac: Change copyright header to refer to version
3914 3 of the GNU General Public License and to point readers at the
3915 COPYING3 file and the FSF's license web page.
3916 * Makefile.def: Likewise.
3917 * Makefile.tpl: Likewise.
3918 * Makefile.in: Regenerate.
3919
3920 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3921
3922 * configure.ac: Restore match for darwin9 or later. Use double
3923 brackets since regeneration eats one pair.
3924 * configure: Regenerate.
3925
3926 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3927
3928 PR gas/10039
3929 * configure.ac: Require texinfo 4.7.
3930 * configure: Regenerated.
3931
3932 2009-04-09 Nick Clifton <nickc@redhat.com>
3933
3934 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
3935 the GCC Runtime Library Exception.
3936
3937 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3938
3939 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3940 * configure: Regenerate.
3941
3942 2009-04-01 Steve Ellcey <sje@cup.hp.com>
3943
3944 * Makefil.def (languages): New entries.
3945 * Makefile.tpl (check-gcc-*): New generic target.
3946 * Makefile.in: Regenerate.
3947
3948 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
3949
3950 * MAINTAINERS: Update my email address.
3951
3952 2009-03-18 Tom Tromey <tromey@redhat.com>
3953
3954 * configure: Rebuild.
3955 * configure.ac (host_libs): Add libiconv.
3956 * Makefile.in: Rebuild.
3957 * Makefile.def (host_modules): Add libiconv.
3958 (configure-gdb, all-gdb): Depend on libiconv.
3959
3960 2009-03-16 Tristan Gingold <gingold@adacore.com>
3961
3962 * configure.ac: Treat gdb as supported on x86_64-darwin.
3963 * configure: Regenerate.
3964
3965 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3966
3967 * configure.ac (--with-host-libstdcxx): New option.
3968 * configure: Regenerate.
3969
3970 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
3971
3972 * MAINTAINERS: Move myself into the write after approval list.
3973
3974 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
3975
3976 * MAINTAINERS: Update e-mail address.
3977
3978 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
3979
3980 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
3981
3982 2009-03-10 Ira Rosen <irar@il.ibm.com>
3983
3984 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
3985
3986 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3987
3988 Backport from git Libtool:
3989
3990 2009-01-19 Robert Millan <rmh@aybabtu.com>
3991 Support GNU/kOpenSolaris.
3992 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3993 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3994 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3995 GNU/kOpenSolaris.
3996
3997 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
3998
3999 * MAINTAINERS: Update e-mail address.
4000
4001 2009-02-24 Michael Eager <eager@eagercon.com>
4002
4003 * MAINTAINERS (Write After Approval): Add self.
4004
4005 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
4006
4007 * MAINTAINERS (Write After Approval): Add myself.
4008
4009 2009-02-05 Andreas Schwab <schwab@suse.de>
4010
4011 * Makefile.tpl (stage_last): Define $r and $s before using
4012 $(RECURSE_FLAGS_TO_PASS).
4013 * Makefile.in: Regenerate
4014
4015 2009-01-30 Ian Lance Taylor <iant@google.com>
4016
4017 * MAINTAINERS: Move myself to the Global Reviewers list.
4018
4019 2009-01-29 Robert Millan <rmh@aybabtu.com>
4020
4021 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
4022 * configure: Regenerate.
4023
4024 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
4025
4026 * MAINTAINERS: Make whitespace consistent.
4027 Remove Robert Millan from Write After Approval.
4028
4029 2009-01-16 Alan Modra <amodra@bigpond.net.au>
4030
4031 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
4032 (all-opcodes): Depend on all-libiberty.
4033 * Makefile.in: Regenerate.
4034
4035 2009-01-15 Douglas B Rupp <rupp@gnat.com>
4036
4037 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
4038 * configure: Regenerate.
4039
4040 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
4041
4042 * MAINTAINERS (Write After Approval): Add myself.
4043
4044 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
4045
4046 * MAINTAINERS: Add myself to reviewers (Fortran).
4047
4048 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
4049
4050 PR tree-optimization/38515
4051 * configure.ac (cloog-polylib): Removed.
4052 (with_ppl, with_cloog): Test for "no".
4053 * configure: Regenerated.
4054
4055 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
4056
4057 * MAINTAINERS: Moved myself to reviewers (Fortran).
4058
4059 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
4060
4061 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
4062 (Write After Approval): Remove myself.
4063
4064 2009-01-03 Diego Novillo <dnovillo@google.com>
4065
4066 * MAINTAINERS: Remove myself from alias maintainership.
4067
4068 2009-01-02 David Ayers <ayers@fsfe.org>
4069
4070 * MAINTAINERS: Update e-mail address.
4071
4072 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
4073
4074 * MAINTAINERS: Make whitespace consistent.
4075
4076 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4077
4078 Backport from upstream Libtool:
4079 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
4080 Add cache variables to tests that require the linker to work.
4081 For shlibpath_overrides_runpath, this also changes the semantics
4082 to let the result from the C compiler take precedence.
4083
4084 2008-12-02 Ben Elliston <bje@au.ibm.com>
4085
4086 * config.sub, config.guess: Update from upstream sources.
4087
4088 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
4089
4090 * configure.ac (ppllibs): Add by default the lib flags.
4091 * configure: Regenerate.
4092
4093 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
4094
4095 * MAINTAINERS: Add myself to the write after approval list.
4096
4097 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
4098
4099 * configure.ac: Add double brackets on darwin[912].
4100 * configure: Regenerate.
4101
4102 2008-12-03 Daniel Kraft <d@domob.eu>
4103
4104 * MAINTAINERS: Moved myself and Mikael Morin from Write After
4105 Approval to Reviewer section (for Fortran front-end).
4106
4107 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
4108
4109 * configure.ac: Expand to darwin10 and later.
4110 * configure: Regenerate.
4111
4112 2008-12-02 Andreas Schwab <schwab@suse.de>
4113
4114 * Makefile.def: configure-target-boehm-gc depends on
4115 all-target-libstdc++-v3.
4116 * Makefile.in: Regenerate.
4117
4118 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
4119
4120 * MAINTAINERS: Add myself as mingw maintainer.
4121
4122 2008-12-02 Ben Elliston <bje@au.ibm.com>
4123
4124 * config.sub, config.guess: Update from upstream sources.
4125
4126 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
4127
4128 * README.SCO: Remove.
4129
4130 2008-11-29 Fernando Pereira <pronesto@gmail.com>
4131
4132 * MAINTAINERS: Add myself to the write after approval list.
4133
4134 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
4135
4136 * MAINTAINERS: Update my email address in WAA section.
4137
4138 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
4139
4140 * MAINTAINERS: Update e-mail address.
4141
4142 2008-11-27 Toon Moene <toon@moene.org>
4143
4144 * MAINTAINERS: Change e-mail address.
4145
4146 2008-11-27 Tristan Gingold <gingold@adacore.com>
4147
4148 * configure.ac: Build gdb for i?86-*-darwin*
4149 * configure: Regenerated.
4150
4151 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
4152
4153 * MAINTAINERS: Added my full name.
4154
4155 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
4156
4157 PR bootstrap/38014
4158 PR bootstrap/37923
4159
4160 Revert:
4161
4162 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4163
4164 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4165 * Makefile.in: Regenerated.
4166
4167 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
4168
4169 PR gdb/921
4170 PR gdb/1646
4171 PR gdb/2175
4172 PR gdb/2176
4173
4174 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4175 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4176 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
4177 (HOST_EXPORTS): Pass CPPFLAGS.
4178 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4179 (LDFLAGS_FOR_TARGET): Initialize from configure script.
4180 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4181 * Makefile.in, configure: Regenerated.
4182 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4183 and CPPFLAGS_FOR_BUILD.
4184
4185 2008-11-06 Jeff Law <law@redhat.com>
4186
4187 * MAINTAINERS: Add myself as middle end maintainer.
4188
4189 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
4190
4191 * MAINTAINERS (Write after approval): Add myself.
4192
4193 2008-11-05 Diego Novillo <dnovillo@google.com>
4194
4195 * MAINTAINERS (Global Reviewers): Add myself.
4196 (Non-Algorithmic Maintainers): Remove myself.
4197
4198 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
4199
4200 * MAINTAINERS (Write after approval): Add myself.
4201
4202 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
4203
4204 * MAINTAINERS (Write after approval): Add myself.
4205
4206 2008-10-31 Ben Elliston <bje@au.ibm.com>
4207
4208 * configure.ac (spu-*-*): Remove special case.
4209 * configure: Regenerate.
4210
4211 2008-10-30 Catherine Moore <clm@codesourcery.com>
4212
4213 * MAINTAINERS (Write after approval): Update my email address.
4214
4215 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
4216
4217 * configure.ac [spu-*-*]: Do not set skipdirs.
4218 * configure: Re-generate.
4219
4220 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
4221
4222 * MAINTAINERS (Various Maintainers): Add myself to reload.
4223
4224 2008-10-25 Richard Guenther <rguenther@suse.de>
4225
4226 * MAINTAINERS (Various Maintainers): Add myself as middle-end
4227 maintainer. Remove myself as libgcc-math maintainer.
4228 (Non-Algorithmic Maintainers): Remove myself.
4229
4230 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4231
4232 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4233 * Makefile.in: Regenerated.
4234
4235 2008-10-23 Cary Coutant <ccoutant@google.com>
4236
4237 * MAINTAINERS (Write after approval): Add myself.
4238
4239 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
4240
4241 PR gdb/921
4242 PR gdb/1646
4243 PR gdb/2175
4244 PR gdb/2176
4245
4246 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4247 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4248 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
4249 (HOST_EXPORTS): Pass CPPFLAGS.
4250 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4251 (LDFLAGS_FOR_TARGET): Initialize from configure script.
4252 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4253 * Makefile.in, configure: Regenerated.
4254 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4255 and CPPFLAGS_FOR_BUILD.
4256
4257 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
4258
4259 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
4260 Sebastian Pop.
4261
4262 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
4263
4264 * MAINTAINERS (Write After Approval): Added myself.
4265
4266 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4267
4268 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
4269 recommended version to 2.3.2.
4270
4271 * configure: Regenerate.
4272
4273 2008-10-01 Mark Mitchell <mark@codesourcery.com>
4274
4275 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
4276
4277 2008-09-29 David Daney <david.daney@caviumnetworks.com>
4278
4279 * MAINTAINERS (Write After Approval): Update e-mail address.
4280
4281 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
4282
4283 * libtool.m4: Update to libtool 2.2.6.
4284 * lt~obsolete.m4: Update to libtool 2.2.6.
4285 * ltmain.sh: Update to libtool 2.2.6.
4286 * ltsugar.m4: Update to libtool 2.2.6.
4287 * ltversion.m4: Update to libtool 2.2.6.
4288 * ltoptions.m4: Update to libtool 2.2.6.
4289 * ltgcc.m4: Update to match changes from libtool 2.2.6.
4290
4291 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
4292
4293 * MAINTAINERS (Write After Approval): Add myself.
4294
4295 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
4296
4297 * MAINTAINERS (Write After Approval): Update my name.
4298
4299 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
4300
4301 * MAINTAINERS: Add myself in "Write After Approval".
4302
4303 2008-09-18 Steve Ellcey <sje@cup.hp.com>
4304
4305 * MAINTAINERS: Add myself as ia64 maintainer.
4306
4307 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
4308
4309 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
4310 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
4311 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
4312 and Michael Tiemann from Write After Approval since they do not
4313 actually have access.
4314
4315 2008-09-05 Richard Guenther <rguenther@suse.de>
4316
4317 * configure.ac: Initialize clooglibs to -lcloog.
4318 * configure: Re-generate.
4319
4320 2008-09-04 Le-Chun Wu <lcwu@google.com>
4321
4322 * MAINTAINERS (Write After Approval): Add myself.
4323
4324 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
4325
4326 * configure.ac (--with-cloog-polylib): New.
4327 (--disable-cloog-version-check): New.
4328 (--disable-ppl-version-check): New.
4329 * configure: Re-generate.
4330
4331 2008-09-03 Richard Guenther <rguenther@suse.de>
4332
4333 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
4334 cloog test.
4335 * configure: Re-generate.
4336
4337 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
4338
4339 Add picoChip port.
4340 * MAINTAINERS: Add picoChip maintainers.
4341
4342 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
4343 Tobias Grosser <grosser@fim.uni-passau.de>
4344 Jan Sjodin <jan.sjodin@amd.com>
4345 Harsha Jagasia <harsha.jagasia@amd.com>
4346 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4347 Konrad Trifunovic <konrad.trifunovic@inria.fr>
4348 Adrien Eliche <aeliche@isty.uvsq.fr>
4349
4350 Merge from graphite branch.
4351 * configure: Regenerate.
4352 * Makefile.in: Regenerate.
4353 * configure.ac (host_libs): Add ppl and cloog.
4354 Add checks for PPL and CLooG.
4355 * Makefile.def (ppl, cloog): Added modules and dependences.
4356 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
4357 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
4358
4359 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
4360
4361 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
4362 (GCC_SHLIB_SUBDIR): New.
4363 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
4364 * configure: Regenerate.
4365 * Makefile.in: Regenerate.
4366
4367 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
4368
4369 * MAINTAINERS: Consistently use tabs to separate columns.
4370
4371 2008-08-29 Tristan Gingold <gingold@adacore.com>
4372
4373 * MAINTAINERS (Write after Approval): Add myself.
4374
4375 2008-08-28 Tristan Gingold <gingold@adacore.com>
4376
4377 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
4378 Enable bfd, binutils and opcodes.
4379 * configure: Regenerate.
4380
4381 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4382
4383 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
4384
4385 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
4386
4387 * MAINTAINERS: Use correct Umlaut for last name.
4388
4389 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4390
4391 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
4392
4393 2008-08-16 David Edelsohn <edelsohn@gnu.org>
4394
4395 * MAINTAINERS: Update my email address.
4396
4397 2008-08-16 Nicolas Roche <roche@adacore.com>
4398
4399 * Makefile.tpl: Add BOOT_ADAFLAGS.
4400 * Makefile.in: Regenerate.
4401
4402 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
4403
4404 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
4405 * configure: Regenerate.
4406
4407 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
4408
4409 * configure.ac: Add makefile fragments for hpux.
4410 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
4411 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
4412 * configure: Regenerate.
4413 * Makefile.in: Regenerate.
4414
4415 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
4416
4417 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
4418
4419 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
4420
4421 * MAINTAINERS (Write after Approval): Add myself.
4422
4423 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
4424
4425 * MAINTAINERS (Write After Approval): Add myself.
4426
4427 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
4428
4429 * MAINTAINERS (Write After Approval): Add myself.
4430
4431 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
4432
4433 * MAINTAINERS: Update my email address.
4434
4435 2008-06-25 Joey Ye <joey.ye@intel.com>
4436
4437 * MAINTAINERS (Write After Approval): Add myself.
4438
4439 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4440
4441 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
4442 * Makefile.in: Regenerate.
4443 * configure: Regenerate.
4444
4445 2008-06-17 Daniel Kraft <d@domob.eu>
4446
4447 * MAINTAINERS (Write After Approval): Add myself.
4448
4449 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4450
4451 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
4452 "$@" is still intact with both Autoconf 2.59 and 2.62.
4453 * configure: Regenerate.
4454
4455 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4456
4457 * Makefile.tpl: Fix comment errors.
4458 * Makefile.in: Regenerate.
4459
4460 2008-06-12 David S. Miller <davem@davemloft.net>
4461 David Edelsohn <edelsohn@gnu.org>
4462
4463 * configure.ac: Add powerpc*-*-* to gold supported targets.
4464 * configure: Regenerate.
4465
4466 2008-06-08 Joseph Myers <joseph@codesourcery.com>
4467
4468 PR tree-optimization/36218
4469 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
4470 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
4471 (all prefix="build-"): Pass them to build-system sub-makes.
4472 * Makefile.in: Regenerate.
4473
4474 2008-06-07 Joseph Myers <joseph@codesourcery.com>
4475
4476 * MAINTAINERS (mt port): Remove.
4477 (sco5, unixware, sco udk): Remove.
4478 (Kean Johnston): Add to Write After Approval.
4479
4480 2008-05-30 Julian Brown <julian@codesourcery.com>
4481
4482 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
4483 of libobjc for ARM EABI Linux.
4484 * configure: Regenerate.
4485
4486 2008-05-18 Xinliang David Li <davidxl@google.com>
4487
4488 * ChangeLog: Remove wrong ChangeLog entry.
4489
4490 2008-05-17 Xinliang David Li <davidxl@google.com>
4491
4492 * MAINTAINERS (Write After Approval): Add myself.
4493
4494 2008-05-15 Janus Weil <janus@gcc.gnu.org>
4495
4496 * MAINTAINERS (Write After Approval): Add myself.
4497
4498 2008-05-14 Rafael Espíndola <espindola@google.com>
4499
4500 * config-ml.in: don't handle --enable-shared and --enable-static.
4501
4502 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
4503
4504 * MAINTAINERS: Update my email address.
4505
4506 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
4507
4508 * MAINTAINERS: Update my email address.
4509
4510 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
4511
4512 * MAINTAINERS (Write After Approval): Add myself.
4513
4514 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
4515
4516 * MAINTAINERS (Write After Approval): Add myself.
4517
4518 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
4519
4520 * MAINTAINERS (crx): Add myself.
4521
4522 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4523
4524 Sync with src:
4525 2008-04-14 David S. Miller <davem@davemloft.net>
4526
4527 * configure.ac: Add sparc*-*-* to gold supported targets.
4528 * configure: Regenerate.
4529
4530 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4531
4532 PR bootstrap/35457
4533 * configure.ac: Include override.m4.
4534 * configure: Regenerate.
4535
4536 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4537
4538 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
4539 * Makefile.in: Regenerate.
4540
4541 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
4542
4543 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
4544 as nonconfigurable directories list.
4545 * configure: Regenerate.
4546
4547 2008-04-14 Ben Elliston <bje@au.ibm.com>
4548
4549 * config.sub, config.guess: Update from upstream sources.
4550
4551 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
4552
4553 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4554 * Makefile.in: Regenerate.
4555
4556 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
4557
4558 * configure.ac: Do not build libssp for the AVR.
4559 * configure: Regenerate.
4560
4561 2008-04-07 Ian Lance Taylor <iant@google.com>
4562
4563 * Makefile.def: check-gold depends upon all-binutils.
4564 * Makefile.in: Regenerate.
4565
4566 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
4567
4568 * MAINTAINERS (Write After Approval): Add myself.
4569
4570 2008-04-04 Nick Clifton <nickc@redhat.com>
4571
4572 PR binutils/4334
4573 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4574 builds.
4575 * configure: Regenerate.
4576
4577 2008-04-04 NightStrike <NightStrike@gmail.com>
4578
4579 PR other/35151
4580 * configure.ac: Combine rules for mingw32 and mingw64.
4581 * configure: Regenerate.
4582
4583 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
4584
4585 * MAINTAINERS (Write After Approval): Add myself.
4586
4587 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
4588
4589 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
4590 * Makefile.in (.NOTPARALLEL): Ditto.
4591
4592 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
4593
4594 * MAINTAINERS (Write After Approval): Add myself.
4595
4596 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
4597
4598 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
4599 * Makefile.in (.NOTPARALLEL): Regenerate.
4600
4601 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
4602
4603 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4604 * Makefile.in: Regenerate.
4605
4606 2008-03-26 Jakub Staszak <kuba@et.pl>
4607
4608 * MAINTAINERS (Write After Approval): Add myself.
4609
4610 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
4611
4612 * MAINTAINERS: Update e-mail address.
4613
4614 2008-03-20 Ian Lance Taylor <iant@google.com>
4615
4616 * configure.ac: Add support for --enable-gold.
4617 * Makefile.def: Add gold as a directory like ld.
4618 * configure, Makefile.in: Regenerate.
4619
4620 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4621
4622 * configure.ac: m4_include config/proginstall.m4.
4623 * configure: Regenerate.
4624
4625 Backport from upstream Libtool:
4626
4627 2007-10-12 Eric Blake <ebb9@byu.net>
4628
4629 Deal with Autoconf 2.62's semantic change in m4_append.
4630 * ltsugar.m4 (lt_append): Replace broken versions of
4631 m4_append.
4632 (lt_if_append_uniq): Don't require separator to be overquoted,
4633 and avoid broken m4_append.
4634 (lt_dict_add): Fix typo.
4635 * libtool.m4 (_LT_DECL): Don't overquote separator.
4636
4637 2008-03-13 David Edelsohn <edelsohn@gnu.org>
4638
4639 * config.rpath: Add AIX 6 support.
4640
4641 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
4642
4643 * Makefile.def (stageprofile). Remove -fprofile-generate
4644 from stage_libcflags.
4645 * Makefile.in: Regenerate.
4646
4647 2008-03-13 Ben Elliston <bje@au.ibm.com>
4648
4649 * config.sub, config.guess: Update from upstream sources.
4650
4651 2008-03-06 Tom Tromey <tromey@redhat.com>
4652
4653 * MAINTAINERS: Update for treelang deletion.
4654
4655 2008-03-03 James E. Wilson <wilson@tuliptree.org>
4656
4657 * MAINTAINERS: Update my email address.
4658
4659 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
4660
4661 * MAINTAINERS (darwin port): Add myself as a maintainer.
4662 (objective-c/c++): Add myself as a maintainer.
4663
4664 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
4665
4666 * MAINTAINERS (Write After Approval): Update my email address.
4667
4668 2008-02-25 Tomas Bily <tbily@suse.cz>
4669
4670 * MAINTAINERS (Write After Approval): Add myself.
4671
4672 2008-02-23 Jakub Jelinek <jakub@redhat.com>
4673
4674 * MAINTAINERS (OpenMP): Add myself.
4675
4676 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
4677
4678 PR bootstrap/32009
4679 PR bootstrap/32161
4680
4681 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4682 * configure: Regenerate.
4683
4684 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4685 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4686 STAGE4_LIBCFLAGS): New.
4687 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4688 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4689 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4690 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4691 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4692 for target modules. Don't export LIBCFLAGS.
4693 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4694 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4695 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4696 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4697 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4698 * Makefile.in: Regenerate.
4699
4700 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4701
4702 PR libgcj/33085
4703 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4704 Do not use -DDLL_EXPORT. Backport from upstream.
4705
4706 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4707
4708 * MAINTAINERS (Write After Approval): Add myself.
4709
4710 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
4711
4712 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4713 * configure: Regenerate.
4714
4715 2008-01-31 Marc Gauthier <marc@tensilica.com>
4716
4717 * configure.ac (xtensa*-*-*): Recognize processor variants.
4718 * configure: Regenerate.
4719
4720 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4721
4722 PR bootstrap/34922
4723 * configure.ac (PARSE_ARGS): Push suitable setting of
4724 ac_subdirs_all, for `./configure --help=recursive'.
4725 Handle `+' in generic toplevel directory disabling.
4726 * configure: Regenerate.
4727
4728 2008-01-28 Nick Clifton <nickc@redhat.com>
4729
4730 * MAINTAINERS (xstormy16): Take over maintainership.
4731
4732 2008-01-25 Joseph Myers <joseph@codesourcery.com>
4733
4734 * MAINTAINERS (c4x port): Remove.
4735
4736 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4737
4738 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4739
4740 2008-01-23 Ben Elliston <bje@au.ibm.com>
4741
4742 * config.sub, config.guess: Update from upstream sources.
4743
4744 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
4745
4746 * MAINTAINERS (Write After Approval): Add myself.
4747
4748 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
4749
4750 * MAINTAINERS: Update my email address.
4751
4752 2008-01-09 Raksit Ashok <raksit@google.com>
4753
4754 * MAINTAINERS (Write After Approval): Add myself.
4755
4756 2008-01-09 Raksit Ashok <raksit@google.com>
4757
4758 * MAINTAINERS (Write After Approval): Add myself.
4759
4760 2008-01-08 Ben Elliston <bje@au.ibm.com>
4761
4762 * config.sub, config.guess: Update from upstream sources.
4763
4764 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4765
4766 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4767 Change recommended MPFR from 2.2.1 -> 2.3.0.
4768 * configure: Regenerate.
4769
4770 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
4771
4772 * MAINTAINERS: Update my email address.
4773
4774 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
4775
4776 * MAINTAINERS: Update my email address.
4777
4778 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4779
4780 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4781 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4782 * Makefile.in: Regenerate.
4783
4784 2007-12-10 Mark Heffernan <meheff@google.com>
4785
4786 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
4787 misplaced entries.
4788
4789 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4790
4791 * configure.ac: Enable libjava for x86_64-*-darwin9.
4792 * configure: Regenerate.
4793
4794 2007-12-07 Bill Maddox <maddox@google.com>
4795
4796 * MAINTAINERS (Write After Approval): Add myself.
4797
4798 2007-12-05 Ben Elliston <bje@au.ibm.com>
4799
4800 * config.sub, config.guess: Update from upstream sources.
4801
4802 2007-12-02 Matthias Klose <doko@ubuntu.com>
4803
4804 * config-ml.in: Remove 64bit configure tests.
4805
4806 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4807
4808 * config-ml.in: Robustify against white space in absolute file
4809 names.
4810
4811 * config-ml.in (multi-clean): Substitute ${Makefile}.
4812 Remove superfluous ${Makefile} in list.
4813
4814 2007-11-19 Thiemo Seufer <ths@mips.com>
4815
4816 * config-ml.in: Don't hardcode the Makefile name.
4817
4818 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
4819
4820 * MAINTAINERS (Write After Approval): Add myself.
4821
4822 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
4823
4824 * MAINTAINERS (Write After Approval): Add myself.
4825
4826 2007-11-06 Doug Kwan <dougkwan@google.com>
4827
4828 * MAINTAINERS (Write After Approval): Add myself.
4829
4830 2007-10-25 Ben Elliston <bje@au.ibm.com>
4831
4832 * MAINTAINERS (mercury): Remove entry.
4833 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
4834
4835 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4836
4837 * Makefile.def (dependencies): Make configure-gdb depend on
4838 all-intl.
4839 * Makefile.in: Regenerated.
4840
4841 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
4842
4843 * MAINTAINERS (Fortran maintainer): Remove myself.
4844
4845 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4846
4847 * Makefile.def: To avoid problems running with parallel makes,
4848 build newlib before libgloss so that target specific header
4849 files are availble.
4850 * Makefile.in: Regenerate
4851
4852 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4853
4854 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4855 * Makefile.in: Regenerate.
4856
4857 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
4858
4859 * MAINTAINERS (Register allocation reviewer): Add myself.
4860
4861 2007-10-08 Mike Frysinger <vapier@gentoo.org>
4862
4863 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4864 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4865 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4866 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4867 * configure: Regenerate.
4868
4869 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
4870
4871 * MAINTAINERS (Register allocation reviewer): Add myself.
4872
4873 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
4874
4875 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4876 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4877 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4878 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4879 * configure.ac: Default them to host tools for $host = $build.
4880 Subst them.
4881
4882 * configure: Regenerate.
4883 * Makefile.in: Regenerate.
4884
4885 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
4886
4887 * MAINTAINERS (Register allocation reviewer): Add myself.
4888
4889 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
4890
4891 * MAINTAINERS (Register allocation reviewer): Add myself.
4892
4893 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
4894
4895 * MAINTAINERS (Write After Approval): Fix typo.
4896
4897 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4898
4899 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4900 * configure: Regenerate.
4901
4902 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
4903
4904 PR bootstrap/31906
4905 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
4906 they're already prefixed.
4907
4908 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4909
4910 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4911 libstdc++.
4912 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4913 * configure: Regenerate.
4914 * Makefile.in: Regenerate.
4915
4916 2007-09-17 Andreas Schwab <schwab@suse.de>
4917
4918 * configure.ac: Raise minimum makeinfo version to 4.6.
4919 * configure: Regenerate.
4920
4921 2007-09-17 Johannes Singler <singler@ira.uka.de>
4922
4923 * MAINTAINERS (write-after-approval) add myself
4924
4925 2007-09-15 Alan Modra <amodra@bigpond.net.au>
4926
4927 * configure.ac: Correct makeinfo version check.
4928 * configure: Regenerate.
4929
4930 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
4931
4932 * MAINTAINERS: Update my email address.
4933
4934 2007-09-14 Richard Sandiford <richard@codesourcery.com>
4935
4936 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4937 to $skipdirs and only disable gprof for newlib. Use the normal
4938 mips*-elf* handling in other respects.
4939 * configure: Regnerate.
4940
4941 2007-09-12 David Daney <ddaney@avtrex.com>
4942
4943 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4944 enabling libgcj.
4945 * configure: Regenerate.
4946
4947 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4948
4949 PR other/32154
4950 * configure.ac: For libgloss targets, point the linker to the linker
4951 script, startup code and simulator library.
4952 * configure: Regenerate.
4953
4954 2007-09-07 Andrew Haley <aph@redhat.com>
4955
4956 * configure.ac (noconfigdirs): Remove target-libffi and
4957 target-libjava.
4958 * configure: Regenerate.
4959
4960 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4961
4962 PR target/33281
4963 * configure.ac: Use config/mh-mingw on mingw.
4964 * configure: Regenerate.
4965
4966 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
4967
4968 * MAINTAINERS (Write After Approval): Add myself.
4969
4970 2007-09-05 Richard Guenther <rguenther@suse.de>
4971
4972 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4973 nor --disable-checking is provided also turn on yes and types
4974 checking for stage1.
4975 * configure: Re-generate.
4976
4977 2007-08-30 Krister Walfridsson <cato@df.lth.se>
4978
4979 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
4980 (Write After Approval): Remove myself.
4981
4982 2007-08-29 Nick Clifton <nickc@redhat.com>
4983
4984 * config.sub, config.guess: Update from upstream sources.
4985
4986 2007-08-22 Bud Davis <jmdavis@link.com>
4987
4988 * MAINTAINERS (Write After Approval): Added myself.
4989 * MAINTAINERS (Reviewers): Removed myself.
4990
4991 2007-08-18 Paul Brook <paul@codesourcery.com>
4992 Joseph Myers <joseph@codesourcery.com>
4993
4994 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4995 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4996 * Makefile.in: Regenerate.
4997 * configure.ac (--with-debug-prefix-map): New.
4998 * configure: Regenerate.
4999
5000 2007-08-17 Richard Sandiford <richard@codesourcery.com>
5001 Nigel Stephens <nigel@mips.com>
5002
5003 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
5004 as target_makefile_frag.
5005 * configure: Regenerate.
5006
5007 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
5008
5009 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
5010 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
5011 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
5012 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
5013 (do-compare, do-compare3, do-compare-debug): New.
5014 ([+compare-target+]): Use them.
5015
5016 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
5017
5018 * MAINTAINERS (Write After Approval): Change my email address.
5019
5020 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5021 Ben Elliston <bje@au.ibm.com>
5022
5023 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
5024 --silent if $silent.
5025 * configure: Regenerate.
5026
5027 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
5028
5029 * MAINTAINERS (Various Maintainers): Add myself as
5030 loop infrastructure maintainer. Update my e-mail
5031 address.
5032
5033 2007-07-31 Diego Novillo <dnovillo@google.com>
5034
5035 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
5036 Adjust description.
5037
5038 2007-07-26 Richard Guenther <rguenther@suse.de>
5039
5040 * configure.ac: Add types checking to stage1 checking flags.
5041 * configure: Regenerate.
5042
5043 2007-07-17 Nick Clifton <nickc@redhat.com>
5044
5045 * COPYING3: New file. Contains version 3 of the GNU General
5046 Public License.
5047 * COPYING3.LIB: New file. Contains version 3 of the GNU
5048 Lesser General Public License.
5049
5050 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
5051
5052 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
5053
5054 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
5055
5056 * MAINTAINERS (S/390 co-maintainer): Add myself.
5057 (Write After Approval): Remove myself.
5058
5059 2007-07-13 Dan Hipschman <dsh@google.com>
5060
5061 * MAINTAINERS (Write After Approval): Add myself.
5062
5063 2007-07-11 Nick Clifton <nickc@redhat.com>
5064
5065 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
5066 WINDRES export.
5067 * Makefile.in: Regenerate.
5068
5069 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5070
5071 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
5072 maintainer.
5073
5074 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
5075
5076 * lt~obsolete.m4: New. Import from 20070318 libtool.
5077
5078 2007-07-03 Julian Brown <julian@codesourcery.com>
5079
5080 * MAINTAINERS (Write After Approval): Add myself.
5081
5082 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5083
5084 * configure.ac: Rewrite 'configure --help' strings to look nicer.
5085 * configure: Regenerate.
5086
5087 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5088
5089 * configure.ac: Add some missing m4 quotation.
5090 * configure: Regenerate.
5091
5092 2007-07-02 Simon Baldwin <simonb@google.com>
5093
5094 * MAINTAINERS (Write After Approval): Add myself.
5095
5096 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
5097
5098 * configure: Regenerate.
5099
5100 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
5101
5102 * Makefile.def: Add windmc tool to build.
5103 * Makefile.tpl: Likewise.
5104 * configure.ac: Likewise.
5105 * Makefile.in: Regenerate.
5106 * configure: Regenerate.
5107
5108 2007-06-28 DJ Delorie <dj@redhat.com>
5109
5110 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
5111 not building newlib.
5112 * configure: Regenerated.
5113
5114 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
5115
5116 * MAINTAINERS (Write After Approval): Add myself.
5117
5118 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
5119
5120 * MAINTAINERS (Write After Approval): Add myself.
5121
5122 2007-06-19 Chris Matthews <chrismatthews@google.com>
5123
5124 * MAINTAINERS (Write After Approval): Add myself.
5125
5126 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
5127
5128 * MAINTAINERS (Write After Approval): Add myself.
5129
5130 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5131
5132 * Makefile.def: Add dependency from configure-gdb to all-bfd.
5133 * Makefile.in: Regenerated.
5134
5135 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
5136
5137 * configure.ac: Don't add target-libmudflap to noconfigdirs for
5138 bfin*-*-uclinux* targets.
5139 * configure: Regenerate.
5140
5141 2007-06-14 Ian Lance Taylor <iant@google.com>
5142
5143 * MAINTAINERS: Add myself as non-algorithmic global write
5144 maintainer.
5145
5146 2007-06-14 Diego Novillo <dnovillo@google.com>
5147
5148 * MAINTAINERS: Add self as middle-end maintainer and
5149 non-algorithmic global write maintainer.
5150
5151 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5152
5153 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
5154 Move all Fortran maintainers except Paul Brook into the
5155 Non-Autopoiesis section.
5156
5157 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
5158
5159 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
5160 (distclean-stage[+id+]): Possibly delete stage_last.
5161 * Makefile.in: Regenerate.
5162
5163 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
5164
5165 * MAINTAINERS (Various Maintainer): Fix typo.
5166
5167 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
5168
5169 * MAINTAINERS (Various Maintainer): Add myself as
5170 dataflow maintainer.
5171
5172 2007-06-07 Ben Elliston <bje@au.ibm.com>
5173
5174 * config.sub, config.guess: Update from upstream sources.
5175
5176 2007-06-07 Ben Elliston <bje@au.ibm.com>
5177
5178 * Makefile.tpl: Fix spelling error.
5179 * Makefile.in: Regenerate.
5180
5181 2007-06-01 Steve Ellcey <sje@cup.hp.com>
5182
5183 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
5184 lt_cv_sys_max_cmd_len.
5185
5186 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
5187
5188 * MAINTAINERS (Various Maintainers): Add myself as
5189 auto-vectorizer maintainer.
5190
5191 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
5192
5193 PR libjava/32098
5194 * libtool.m4: Revert previous change.
5195 * ltgcc.m4: Put it here.
5196
5197 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
5198
5199 * MAINTAINERS (Various Maintainers): Add myself as
5200 auto-vectorizer maintainer.
5201
5202 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
5203
5204 PR libjava/32098
5205 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
5206
5207 2007-05-30 Richard Guenther <rguenther@suse.de>
5208
5209 * MAINTAINERS (Various Maintainers): Add myself as
5210 auto-vectorizer maintainer.
5211
5212 2007-05-30 Jakub Jelinek <jakub@redhat.com>
5213
5214 PR bootstrap/29382
5215 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
5216 * configure: Rebuilt.
5217
5218 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
5219
5220 * MAINTAINERS (Write After Approval): Removed my name.
5221
5222 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
5223
5224 * MAINTAINERS (Write After Approval): Remove myself.
5225
5226 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
5227
5228 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
5229
5230 2007-05-23 Steve Ellcey <sje@cup.hp.com>
5231
5232 * ltmain.sh: Update from ToT Libtool.
5233 * libtool.m4: Update from ToT Libtool.
5234 * ltsugar.m4: New. Update from ToT Libtool.
5235 * ltversion.m4: New. Update from ToT Libtool.
5236 * ltoptions.m4: New. Update from ToT Libtool.
5237 * ltconfig: Remove.
5238 * ltcf-c.sh: Remove.
5239 * ltcf-cxx.sh: Remove.
5240 * ltcf-gcj.sh: Remove.
5241
5242 2007-05-22 Ollie Wild <aaw@google.com>
5243
5244 * MAINTAINERS (Write After Approval): Add myself.
5245
5246 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
5247
5248 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
5249 stage_cflags.
5250 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
5251 Remove CFLAGS/LIBCFLAGS.
5252 (configure-stage[+id+]-[+prefix+][+module+],
5253 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
5254 * Makefile.in: Regenerate.
5255
5256 2007-05-15 Diego Novillo <dnovillo@google.com>
5257
5258 * MAINTAINERS: Update e-mail address.
5259
5260 2007-05-15 Revital Eres <eres@il.ibm.com>
5261
5262 * MAINTAINERS (Write After Approval): Add myself.
5263
5264 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
5265
5266 * MAINTAINERS (Write After Approval): Updated my address.
5267
5268 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
5269
5270 * MAINTAINERS (Write After Approval): Add myself.
5271
5272 2007-05-11 Silvius Rus <rus@google.com>
5273
5274 * MAINTAINERS (Write After Approval): Add myself.
5275
5276 2007-04-23 Tom Tromey <tromey@redhat.com>
5277
5278 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
5279
5280 2007-04-22 Mark Mitchell <mark@codesourcery.com>
5281
5282 * MAINTAINERS (cpplib): Rename to ...
5283 (libcpp): ... this. Add C/C++ front end maintainers.
5284
5285 2007-04-14 Steve Ellcey <sje@cup.hp.com>
5286
5287 * config-ml.in: Pass ${ml_config_env} to configure calls.
5288
5289 2007-04-04 Christian Bruel <christian.bruel@st.com>
5290
5291 * MAINTAINERS (Write After Approval): Add myself.
5292
5293 2007-04-02 Dave Korn <dave.korn@artimi.com>
5294
5295 * MAINTAINERS (Write After Approval): Add myself.
5296
5297 2007-03-31 Tobias Burnus <burnus@net-b.de>
5298
5299 * MAINTAINERS (fortran 95 front end): Add myself.
5300
5301 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5302
5303 * MAINTAINERS (Write After Approval): Add myself.
5304
5305 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
5306
5307 * MAINTAINERS (Modulo Scheduler): Add myself.
5308
5309 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
5310
5311 * MAINTAINERS (fortran 95 front end): Add myself.
5312 (c++ front end): whitespace fix.
5313
5314 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
5315
5316 * MAINTAINERS (Write After Approval): Add myself.
5317
5318 2007-03-21 Richard Sandiford <richard@codesourcery.com>
5319
5320 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
5321 of glob. Quote arguments with single quotes too.
5322 * configure: Regenerate.
5323
5324 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
5325
5326 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
5327 * Makefile.in: Regenerate
5328
5329 2007-03-07 Andreas Schwab <schwab@suse.de>
5330
5331 * configure: Regenerate.
5332
5333 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
5334
5335 * configure.ac: Add "--with-pdfdir" configure option,
5336 which defines pdfdir variable.
5337 * Makefile.def (target=fixincludes): Add install-pdf to
5338 missing targets.
5339 (recursive_targets): Add install-pdf target.
5340 (flags_to_pass): Add pdfdir.
5341 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
5342 target.
5343 * configure: Regenerate
5344 * Makefile.in: Regenerate
5345
5346 2007-02-28 Eric Christopher <echristo@apple.com>
5347
5348 Revert:
5349 2006-12-07 Mike Stump <mrs@apple.com>
5350
5351 * Makefile.def (dependencies): Add dependency for
5352 install-target-libssp and install-target-libgomp on
5353 install-gcc.
5354 * Makefile.in: Regenerate.
5355
5356 2007-02-27 Matt Kraai <kraai@ftbfs.org>
5357
5358 * configure: Regenerate.
5359 * configure.ac: Move statements after variable declarations.
5360
5361 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
5362
5363 * MAINTAINERS: Add myself as sh maintainer.
5364
5365 2007-02-19 Joseph Myers <joseph@codesourcery.com>
5366
5367 * configure.ac: Adjust for loop syntax.
5368 * configure: Regenerate.
5369
5370 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
5371
5372 * configure: Rebuilt.
5373
5374 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
5375
5376 * configure.ac: Drop multiple occurrences of --enable-languages,
5377 and fix its quoting.
5378 * configure: Rebuilt.
5379
5380 2007-02-17 Mark Mitchell <mark@codesourcery.com>
5381 Nathan Sidwell <nathan@codesourcery.com>
5382 Vladimir Prus <vladimir@codesourcery.com>
5383 Joseph Myers <joseph@codesourcery.com>
5384
5385 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
5386 * configure: Regenerate.
5387
5388 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
5389
5390 * ltconfig (freebsd*): Default to elf.
5391
5392 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
5393
5394 * configure.ac (target_libraries): Move libgcc before libiberty.
5395 * configure: Regenerated.
5396
5397 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
5398 Paolo Bonzini <bonzini@gnu.org>
5399
5400 PR bootstrap/30753
5401 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
5402 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
5403 * configure: Regenerated.
5404
5405 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5406
5407 * MAINTAINERS (Language Front End Maintainers): Update my mail
5408 address.
5409
5410 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
5411
5412 PR bootstrap/30748
5413 * configure.ac: Correct syntax for Solaris ksh.
5414 * configure: Regenerated.
5415
5416 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
5417
5418 * configure.ac: Sync with src.
5419 * configure: Regenerate.
5420
5421 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
5422
5423 * Makefile.in: Regenerate.
5424
5425 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
5426
5427 * config.sub: Sync with src.
5428
5429 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
5430
5431 * Makefile.tpl (build_alias, host_alias, target_alias): Use
5432 noncanonical equivalents.
5433 * configure.in: Rename to...
5434 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
5435 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
5436 target_noncanonical. Use them. Rewrite removal of configure
5437 arguments for autoconf 2.59. Discard variable settings. Force
5438 program_transform_name for native tools.
5439
5440 * Makefile.in: Regenerated.
5441 * configure: Regenerated with autoconf 2.59.
5442
5443 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
5444
5445 * MAINTAINERS (Write After Approval): Add myself.
5446
5447 2007-01-31 Andreas Schwab <schwab@suse.de>
5448
5449 * Makefile.tpl (LDFLAGS): Substitute it.
5450 * Makefile.in: Regenerate.
5451
5452 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
5453
5454 * MAINTAINERS (Write After Approval): Add myself.
5455
5456 2007-01-28 David Edelsohn <edelsohn@gnu.org>
5457
5458 * MAINTAINERS (spu port): Add myself.
5459
5460 2007-01-23 Richard Guenther <rguenther@suse.de>
5461
5462 PR bootstrap/30541
5463 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
5464 * Makefile.tpl (GNATBIND): Substitute it.
5465 (GNATMAKE): Likewise.
5466 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
5467 of STAGE_PREFIX.
5468 * Makefile.in: Regenerate.
5469 * configure: Regenerate.
5470
5471 2007-01-18 Mike Stump <mrs@apple.com>
5472
5473 * configure.in: Re-enable -Werror for gcc builds.
5474
5475 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
5476
5477 * MAINTAINERS (Write After Approval): Add myself.
5478
5479 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
5480
5481 * configure.in: Change == to = in test command.
5482 * configure: Regenerate.
5483
5484 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
5485 Nick Clifton <nickc@redhat.com>
5486 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
5487
5488 * configure.in (build_configargs, host_configargs, target_configargs):
5489 Remove build/host/target parameters.
5490 (host_libs): Add gmp and mpfr.
5491 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
5492 * Makefile.def (gmp, mpfr): New.
5493 (gcc): Remove target.
5494 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
5495 target_os, target_vendor): New.
5496 (configure): Add host_alias/target_alias arguments; adjust invocations.
5497 * configure: Regenerate.
5498 * Makefile.in: Regenerate.
5499
5500 2007-01-11 Matt Fago <fago@earthlink.net>
5501
5502 * configure.in: Try to link to functions only in mpfr 2.2.x
5503 to improve robustness of configure tests.
5504 * configure: Regenerate.
5505
5506 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
5507
5508 * MAINTAINERS: Add myself as i386 maintainer.
5509
5510 2007-01-08 Jan Hubicka <jh@suse.cz>
5511
5512 * MAINTAINERS: Add myself as i386 maintainer.
5513
5514 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
5515
5516 * configure.in: Add support for an x86_64-mingw* target.
5517 * configure: Regenerate.
5518
5519 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
5520
5521 * Makefile.tpl (all-target): Correct @if conditional for target
5522 modules.
5523 * configure.in: Omit libiberty if building only target libgcc.
5524 * configure, Makefile.in: Regenerated.
5525
5526 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
5527
5528 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
5529 * configure: Regenerate.
5530
5531 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
5532
5533 * Makefile.def (target_modules): Add libgcc.
5534 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
5535 * Makefile.tpl (clean-target-libgcc): Delete.
5536 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
5537 on gcc even for bootstrapped modules. Rewrite handling of
5538 lang_env_dependencies to loop over target_modules.
5539 * configure.in (target_libraries): Add target-libgcc.
5540 * Makefile.in, configure: Regenerated.
5541
5542 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
5543
5544 * configure.in: Reorganize recognition of languages. Add
5545 --enable-stage1-languages. Show supported languages for the chosen
5546 target rather than all recognized languages.
5547 * configure: Regenerate.
5548
5549 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
5550
5551 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
5552 * Makefile.in: Regenerate.
5553
5554 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5555
5556 * configure.in: Warn that MPFR 2.2.0 is buggy.
5557 * configure: Regenerate.
5558
5559 2006-12-27 Ian Lance Taylor <iant@google.com>
5560
5561 * configure.in: When removing Makefiles to force a reconfigure, also
5562 remove prev-DIR*/Makefile.
5563 * configure: Regenerate.
5564
5565 2006-12-22 Andreas Schwab <schwab@suse.de>
5566
5567 * configure: Regenerate with correct autoconf version.
5568
5569 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
5570
5571 * configure.in: add AC_SUBST for *_FOR_TARGET.
5572 * configure: Regenerate.
5573
5574 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
5575
5576 * configure.in: Simplify logic for rejecting languages that cannot
5577 be built. Separate the case when a language is unsupported,
5578 from the case when the user chooses not to build a language.
5579
5580 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
5581
5582 * configure.in: Remove "$build" case for powerpc-*-darwin* since
5583 it only affects bootstrap and could be tested on "$host" as well.
5584 * configure: Regenerate.
5585 * config/mh-ppc-darwin: Add to the stage1 cflags here.
5586
5587 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
5588
5589 PR bootstrap/29544
5590 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
5591 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
5592 move here comment from Makefile.tpl.
5593 * Makefile.tpl: Move some definitions higher in the file.
5594 (STAGE1_CHECKING): New.
5595 * configure.in: Add --enable-stage1-checking.
5596 * configure: Regenerate.
5597 * Makefile.in: Regenerate.
5598
5599 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
5600
5601 * MAINTAINERS: Add myself as build system maintainer.
5602
5603 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
5604
5605 * MAINTAINERS (Write After Approval): Add myself.
5606
5607 2006-12-13 Eric Christopher <echristo@apple.com>
5608
5609 * MAINTAINERS: Add myself as darwin maintainer.
5610
5611 2006-12-11 Ian Lance Taylor <ian@airs.com>
5612
5613 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
5614
5615 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
5616
5617 MAINTAINERS: Update my entry.
5618
5619 2006-12-11 Alan Modra <amodra@bigpond.net.au>
5620
5621 * configure.in: Handle spu makefile frag.
5622 * Makefile.tpl (MAINT): Define
5623 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
5624 * configure: Regenerate.
5625 * Makefile.in: Regenerate.
5626
5627 2006-12-11 Ben Elliston <bje@au.ibm.com>
5628
5629 * config.guess: Import latest version.
5630 * config.sub: Likewise.
5631
5632 2006-12-11 Ben Elliston <bje@au.ibm.com>
5633
5634 * configure.in (spu-*-*): Don't skip target-libiberty.
5635 * configure: Regenerate.
5636
5637 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
5638
5639 PR bootstrap/30134
5640 * configure.in: Correct x86 darwin support for libjava to powerpc
5641 and i?86 only.
5642 * configure: Regenerate.
5643
5644 2006-12-08 Sandro Tolaini <tolaini@libero.it>
5645
5646 * configure.in: Add x86 darwin support for libjava.
5647 * configure: Regenerate.
5648
5649 2006-12-07 Mike Stump <mrs@apple.com>
5650
5651 * Makefile.def (dependencies): Add dependency for
5652 install-target-libssp and install-target-libgomp on
5653 install-gcc.
5654 * Makefile.in: Regenerate.
5655
5656 2006-12-04 Richard Guenther <rguenther@suse.de>
5657
5658 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
5659 (Non-Algorithmic Maintainers): Move over non-algorithmic
5660 loop optimizer maintainers, add myself as a non-algorithmic
5661 middle-end maintainer.
5662
5663 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
5664
5665 * MAINTAINERS (Write After Approval): Add myself.
5666
5667 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5668
5669 * configure.in: Update error message for missing GMP/MPFR.
5670
5671 * configure: Regenerate.
5672
5673 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5674
5675 * configure.in: Update MPFR version in error message.
5676
5677 * configure: Regenerate.
5678
5679 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5680
5681 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
5682 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
5683 --with-gmp-lib): New flags.
5684
5685 * configure: Regenerate.
5686
5687 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
5688
5689 * MAINTAINERS (Write After Approval): Change my email address.
5690
5691 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
5692
5693 * MAINTAINERS (Write After Approval): Add myself.
5694
5695 2006-11-22 Philipp Thomas <pth@suse.de>
5696
5697 * MAINTAINERS (i18n): Update e-mail address.
5698
5699 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5700
5701 * MAINTAINERS (spu port): Add myself as maintainer.
5702 (Write After Approval): Remove myself.
5703
5704 2006-11-22 Ben Elliston <bje@au.ibm.com>
5705
5706 * configure.in (skipdirs): Don't build libssp for SPU.
5707 * configure: Regenerate.
5708
5709 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
5710
5711 * MAINTAINERS (spu port): Add myself as maintainer.
5712 (libobjc): Update my email address.
5713
5714 2006-11-21 Andrea Bona <andrea.bona@st.com>
5715
5716 * MAINTAINERS (Write After Approval): Add myself.
5717
5718 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5719
5720 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
5721 * configure : Rebuilt.
5722
5723 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5724
5725 * MAINTAINERS (Write After Approval): Add myself.
5726
5727 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
5728
5729 * MAINTAINERS (Write After Approval): Add myself.
5730
5731 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5732
5733 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
5734 libmpfr.a.
5735 * configure: Regenerate.
5736
5737 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
5738
5739 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
5740 (unstage): Test for stage_last presence.
5741
5742 PR bootstrap/29802
5743 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
5744 STAGE_PREFIX.
5745 * Makefile.in: Regenerate.
5746
5747 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
5748
5749 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
5750 maintainers.
5751
5752 2006-11-14 Erven Rohou <erven.rohou@st.com>
5753
5754 * MAINTAINERS (Write After Approval): Add myself.
5755
5756 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
5757
5758 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
5759 and stageN-package/Makefile.
5760 * Makefile.in: Regenerated.
5761
5762 2006-11-14 Jie Zhang <jie.zhang@analog.com>
5763
5764 * configure.in: Remove target-libgloss from noconfigdirs for
5765 bfin-*-*.
5766 * configure: Regenerated.
5767
5768 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5769
5770 * configure.in (have_gmp): Only error if the gcc directory exists.
5771
5772 * configure: Regenerate.
5773
5774 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5775
5776 * configure.in: Robustify error message for missing GMP/MPFR.
5777
5778 * configure: Regenerate.
5779
5780 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
5781
5782 * MAINTAINERS (Write After Approval): Add myself.
5783
5784 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
5785
5786 * MAINTAINERS: Change email address.
5787
5788 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
5789
5790 * MAINTAINERS (Write After Approval): Add myself.
5791
5792 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
5793
5794 * MAINTAINERS (Write After Approval): Add myself.
5795
5796 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
5797
5798 * MAINTAINERS (Write After Approval): Move myself to
5799 Write After Approval section.
5800
5801 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5802
5803 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
5804 need_gmp anymore.
5805 * configure: Regenerate.
5806
5807 2006-10-16 Tobias Burnus <burnus@net-b.de>
5808
5809 * MAINTAINERS (Write After Approval): Add myself.
5810
5811 2006-10-16 Ben Elliston <bje@au.ibm.com>
5812
5813 * config.guess: Import latest version.
5814 * config.sub: Likewise.
5815
5816 2006-10-10 Brooks Moses <bmoses@stanford.edu>
5817
5818 * Makefile.def: Added pdf target handling.
5819 * Makefile.tpl: Added pdf target handling.
5820 * Makefile.in: Regenerated.
5821
5822 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
5823
5824 * MAINTAINERS: Add self as score port maintainer.
5825
5826 2006-10-04 Brooks Moses <bmoses@stanford.edu>
5827
5828 * MAINTAINERS (Write After Approval): Add myself.
5829
5830 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
5831
5832 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
5833 or newer.
5834 * configure: Regenerated.
5835
5836 2006-09-27 Dave Brolley <brolley@redhat.com>
5837
5838 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
5839 using $s instead of $r.
5840 * configure: Regenerated.
5841
5842 2006-09-26 Thiemo Seufer <ths@mips.com>
5843
5844 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5845 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5846 * configure: Regenerate.
5847
5848 2006-09-24 Graeme Peterson <gridly@gmail.com>
5849
5850 * MAINTAINERS (Write After Approval): Remove myself.
5851
5852 2006-09-22 Chao-ying Fu <fu@mips.com>
5853
5854 * MAINTAINERS (Write After Approval): Add myself.
5855
5856 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
5857
5858 * MAINTAINERS: Add self as soft-fp maintainer.
5859
5860 2006-09-09 Anatoly Sokolov <aesok@post.ru>
5861
5862 * MAINTAINERS: Add myself as avr maintainer.
5863 Remove Marek Michalkiewicz as avr maintainer.
5864
5865 2006-09-07 Roberto Costa <roberto.costa@st.com>
5866
5867 * MAINTAINERS (Write After Approval): Add myself.
5868
5869 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
5870
5871 * configure.in: Never build newlib for a Mingw host.
5872 Never build newlib as Mingw target library.
5873 Test the existence of winsup/cygwin for building a Cygwin newlib,
5874 rather than just winsup.
5875 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5876 building a Mingw target.
5877 * configure: Regenerate.
5878
5879 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
5880
5881 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
5882
5883 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
5884
5885 * config.guess: Import from src (was more updated).
5886 * config.sub: Likewise.
5887
5888 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
5889
5890 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5891 * configure: Regenerated.
5892
5893 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
5894
5895 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5896 for stages after the first.
5897
5898 2006-07-17 Jakub Jelinek <jakub@redhat.com>
5899
5900 * Makefile.def: Add dependencies for configure-opcodes
5901 on configure-intl and all-opcodes on all-intl.
5902 * Makefile.in: Regenerated.
5903
5904 2006-07-13 Ben Elliston <bje@au.ibm.com>
5905
5906 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
5907
5908 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
5909
5910 Port to hosts whose 'sort' and 'tail' implementations
5911 treat operands with leading '+' as file names, as POSIX
5912 has required since 2001. However, make sure the code still
5913 works on pre-POSIX hosts.
5914 * ltmain.sh: Don't assume "sort +2" is equivalent to
5915 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
5916
5917 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
5918
5919 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
5920
5921 2006-07-04 Peter O'Gorman <peter@pogma.com>
5922
5923 * ltconfig: chmod 644 before ranlib during install.
5924
5925 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5926
5927 PR bootstrap/18058
5928 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5929 if the bootstrap compiler is a GCC version that supports it.
5930 * configure: Regenerate.
5931
5932 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5933
5934 * configure.in: Fix thinkos in previous check-in.
5935 * configure: Regenerate.
5936
5937 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5938
5939 PR other/27063
5940 * configure.in: Test subdir_requires and give an appropriate
5941 error message.
5942 * configure: Regenerate.
5943
5944 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
5945
5946 * MAINTAINERS (Write After Approval): Add myself.
5947
5948 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
5949
5950 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5951
5952 2006-06-22 Steve Ellcey <sje@cup.hp.com>
5953
5954 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5955
5956 2006-06-20 David Ayers <d.ayers@inode.at>
5957
5958 PR bootstrap/28072
5959 * configure.in: Add target-boehm-gc to noconfigdirs depending on
5960 whether target-libjava is being configured instead of whether the
5961 java front end is enabled.
5962 * configure: Regenerate.
5963
5964 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5965
5966 PR target/27540
5967 * configure.in: Only enable libgomp on IRIX 6.
5968 * configure: Regenerate.
5969
5970 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
5971
5972 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5973 too.
5974 * Makefile.in: Regenerate.
5975
5976 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
5977
5978 * config-ml.in: Alter CCASFLAGS to include special
5979 multilib options the same as is done for CFLAGS.
5980
5981 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5982
5983 * configure.in: Don't enable libgomp on hpux10.
5984 * configure: Rebuilt.
5985
5986 2006-06-12 David Ayers <d.ayers@inode.at>
5987
5988 PR bootstrap/27963
5989 PR target/19970
5990 * configure.in: Remove target-boehm-gc from noconfigdirs where
5991 ${libgcj} is specified.
5992 * configure: Regenerate.
5993
5994 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
5995
5996 Sync from src:
5997
5998 * configure.in: Sync.
5999 * configure: Regenerated.
6000
6001 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
6002
6003 * Makefile.def: Added dependencies from sim and gdb on intl, and
6004 added configure dependencies to everything with an all dependency
6005 on intl.
6006 * Makefile.in: Regenerated.
6007
6008 2006-06-06 David Ayers <d.ayers@inode.at>
6009
6010 PR libobjc/13946
6011 * Makefile.def: Add dependencies for libobjc which boehm-gc.
6012 * Makefile.in: Regenerate.
6013 * configure.in: Add --enable-objc-gc at toplevel and have it
6014 enable boehm-gc for Objective-C.
6015 Remove target-boehm-gc from libgcj.
6016 Add target-boehm-gc to target_libraries.
6017 Add target-boehm-gc to noconfigdirs where ${libgcj}
6018 is specified.
6019 Assert that boehm-gc is supported when requested for Objective-C.
6020 Only build boehm-gc if needed either for Java or Objective-C.
6021 * configure: Regenerate.
6022
6023 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
6024
6025 PR 27674
6026 * Makefile.tpl (configure-[+prefix+][+module+],
6027 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
6028 Remove rule to unstage bootstrapped modules.
6029 (stage_current): New.
6030 * Makefile.in: Regenerate.
6031
6032 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6033
6034 * MAINTAINERS (Write After Approval): Update my e-mail address.
6035
6036 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
6037
6038 * include/libiberty.h: Declare pex_run_in_environment.
6039
6040 2006-05-31 Asher Langton <langton2@llnl.gov>
6041
6042 * MAINTAINERS (Write After Approval): Add myself.
6043
6044 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
6045
6046 * Makefile.def (bfd, opcodes): Fix lib_path.
6047 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
6048 (restrap): Move under "@if gcc-bootstrap". Fix typo.
6049 * Makefile.in: Regenerate.
6050
6051 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
6052
6053 * Makefile.in: Regenerate.
6054
6055 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
6056
6057 * Makefile.def: Add install-html target. Add datarootdir
6058 docdir and htmldir to flags_to_pass.
6059 * Makefile.tpl: Add install-html target.
6060 * Makefile.in: Regenerate.
6061 * configure.in: Add --with-datarootdir, --with-docdir, and
6062 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
6063 * configure: Regenerate.
6064
6065 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
6066
6067 * configure.in: Enable gprof for cross builds.
6068 * configure: Regenerate.
6069
6070 2006-05-22 Richard Guenther <rguenther@suse.de>
6071
6072 Revert
6073 2006-01-31 Richard Guenther <rguenther@suse.de>
6074 Paolo Bonzini <bonzini@gnu.org>
6075
6076 * Makefile.def (target_modules): Add libgcc-math target module.
6077 * configure.in (target_libraries): Add libgcc-math target library.
6078 (--enable-libgcc-math): New configure switch.
6079 * Makefile.in: Re-generate.
6080 * configure: Re-generate.
6081 * libgcc-math: New toplevel directory.
6082
6083 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6084 Andreas Tobler <a.tobler@schweiz.ch>
6085
6086 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
6087 * configure: Rebuilt.
6088
6089 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
6090
6091 * MAINTAINERS (Write After Approval): Add myself.
6092
6093 2006-05-01 DJ Delorie <dj@redhat.com>
6094
6095 * configure.in: Restore CFLAGS if GMP isn't present.
6096 * configure: Regenerate.
6097
6098 2006-05-01 Richard Guenther <rguenther@suse.de>
6099
6100 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
6101 maintainer.
6102
6103 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
6104
6105 * MAINTAINERS (Write After Approval): Add myself.
6106
6107 2006-04-28 Jan Beulich <jbeulich@novell.com>
6108
6109 * MAINTAINERS (Write After Approval): Add myself.
6110
6111 2006-04-18 DJ Delorie <dj@redhat.com>
6112
6113 * configure.in (m32c): Build libstdc++-v3. Pass flags to
6114 reference libgloss so that libssp can be built in a combined
6115 tree.
6116 * configure: Regenerate.
6117
6118 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
6119
6120 * MAINTAINERS (Write After Approval): Add myself.
6121
6122 2006-04-05 Ben Elliston <bje@au.ibm.com>
6123
6124 * configure.in: Require makeinfo 4.4 or higher.
6125 * configure: Regenerate.
6126
6127 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
6128
6129 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
6130 Rearrange the entries of other libraries to have them in one place.
6131
6132 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
6133
6134 * MAINTAINERS (Write After Approval): Remove myself.
6135 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6136
6137 2006-03-14 Richard Guenther <rguenther@suse.de>
6138
6139 * configure: Regenerate with autoconf 2.13.
6140
6141 2006-03-13 Jim Blandy <jimb@codesourcery.com>
6142
6143 * MAINTAINERS: Use my work address.
6144
6145 * MAINTAINERS: Update my E-mail address.
6146
6147 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
6148
6149 * configure.in: Handle --disable-<component> generically.
6150 * configure: Regenerate.
6151
6152 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
6153
6154 PR libgcj/17311
6155 * ltmain.sh: Don't use "$finalize_rpath" for compile.
6156
6157 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
6158
6159 * MAINTAINERS (Write After Approval): Remove myself.
6160 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6161
6162 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
6163
6164 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
6165 (TARGET_CONFIGDIRS): Remove.
6166 * configure.in: Remove AC_SUBST(target_configdirs).
6167 * Makefile.in, configure: Regenerated.
6168
6169 2006-02-20 Steven G. Kargl <kargls@comcast.net>
6170
6171 * MAINTAINERS (Write After Approval): Remove myself.
6172 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6173
6174 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
6175
6176 PR bootstrap/25670
6177
6178 * Makefile.tpl ([+compare-target+]): Print explanation messages.
6179
6180 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
6181 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
6182 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
6183 BUILD_PREFIX, BUILD_PREFIX_1.
6184 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
6185
6186 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
6187 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
6188
6189 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
6190 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
6191 of `cat stage_current`. Always provide the `r' and `s' variables.
6192 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
6193 a single shell execution.
6194 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
6195 bootstrapped modules, make the stage1 module if the build was not
6196 started yet, else build the current stage.
6197 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
6198 (all-build, all-host, all-target, [+make_target+]-host,
6199 [+make_target+]-target): Do not use \-continued lines.
6200 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
6201 (current_stage, restrap, stage_last): New.
6202
6203 * Makefile.in: Regenerate.
6204 * configure: Regenerate.
6205
6206 2006-02-19 Bud Davis <jmdavis@link.com>
6207
6208 * MAINTAINERS (Write After Approval): Remove myself.
6209 (Language Front End Maintainers): Add myself as fortran 95
6210 maintainer and update e-mail address.
6211
6212 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
6213
6214 * MAINTAINERS (Write After Approval): Remove myself.
6215 (Language Front End Maintainers): Add myself as fortran 95
6216 maintainer.
6217
6218 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
6219
6220 * MAINTAINERS (Write After Approval): Add myself.
6221
6222 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
6223
6224 * MAINTAINERS (Write After Approval): Remove myself.
6225 (Language Front End Maintainers): Add myself as
6226 fortran 95 maintainer.
6227
6228 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
6229
6230 Sync from src:
6231
6232 2005-12-27 Leif Ekblad <leif@rdos.net>
6233
6234 * configure.in: Add support for RDOS target.
6235 * configure: Regenerate.
6236
6237 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
6238 Andreas Schwab <schwab@suse.de>
6239
6240 * configure: Regenerate.
6241
6242 2006-02-12 David Edelsohn <edelsohn@gnu.org>
6243
6244 * configure.in (enable_libgomp): Add AIX.
6245 * configure: Regenerate.
6246
6247 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
6248
6249 * MAINTAINERS (Write After Approval): Add myself.
6250
6251 2006-02-03 Lee Millward <lee.millward@gmail.com>
6252
6253 * MAINTAINERS (Write After Approval): Add myself.
6254
6255 2006-01-31 Richard Guenther <rguenther@suse.de>
6256 Paolo Bonzini <bonzini@gnu.org>
6257
6258 * Makefile.def (target_modules): Add libgcc-math target module.
6259 * configure.in (target_libraries): Add libgcc-math target library.
6260 (--enable-libgcc-math): New configure switch.
6261 * Makefile.in: Re-generate.
6262 * configure: Re-generate.
6263 * libgcc-math: New toplevel directory.
6264
6265 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
6266
6267 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
6268 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
6269 the assembler, linker and binutils.
6270 * configure: Regenerate.
6271
6272 2006-01-22 Dirk Mueller <dmueller@suse.de>
6273
6274 * MAINTAINERS (Write After Approval): Add myself.
6275
6276 2006-01-20 Diego Novillo <dnovillo@redhat.com>
6277
6278 * configure: Regenerate.
6279
6280 2006-01-18 Richard Henderson <rth@redhat.com>
6281 Jakub Jelinek <jakub@redhat.com>
6282 Diego Novillo <dnovillo@redhat.com>
6283
6284 * libgomp: New directory.
6285 * Makefile.def: Add target_module libgomp.
6286 * Makefile.in: Regenerate.
6287 * configure.in (target_libraries): Add target-libgomp.
6288 * configure: Regenerate.
6289
6290 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
6291
6292 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
6293 @ from continuation.
6294 * Makefile.in: Rebuilt.
6295
6296 2006-01-04 Chris Lattner <sabre@gnu.org>
6297
6298 * MAINTAINERS (Write After Approval): Add myself.
6299
6300 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
6301
6302 PR bootstrap/24252
6303
6304 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
6305 * Makefile.tpl (OBJDUMP): New.
6306 (EXTRA_HOST_FLAGS): Add it.
6307 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
6308
6309 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
6310 to use symbolic links between directories. Avoid race conditions
6311 or make them harmless.
6312 * configure.in: Do not try to use symbolic links between directories.
6313
6314 * Makefile.def (LEAN): Pass.
6315 * Makefile.tpl (LEAN): Define.
6316 (stage[+id+]-start): Accept that the previous directory does not
6317 exist, if the bootstrap is lean.
6318 (stage[+id+]-bubble): Invoke lean bootstrap commands after
6319 stage[+id+]-start. Use a makefile variable and an `if' instead of a
6320 configure substitution.
6321 ([+compare-target+]): Likewise.
6322 ([+bootstrap-target+]-lean): New.
6323 * configure.in: Remove lean bootstrap support from here.
6324
6325 * Makefile.in: Regenerate.
6326 * configure: Regenerate.
6327
6328 2006-01-04 Ben Elliston <bje@au.ibm.com>
6329
6330 * MAINTAINERS (libdecnumber): Add myself.
6331
6332 2006-01-02 Mark Mitchell <mark@codesourcery.com>
6333
6334 * libtool-ldflags: New script.
6335
6336 2006-01-02 Andreas Schwab <schwab@suse.de>
6337
6338 * configure.in: When reconfiguring remove Makefile in
6339 all stage directories.
6340 * configure: Regenerate.
6341
6342 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
6343
6344 * MAINTAINERS: Update my email address.
6345
6346 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
6347
6348 Revert Ada-related part of the previous change.
6349
6350 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
6351 Do not pass.
6352 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
6353 * Makefile.in: Regenerate.
6354 * configure.in: Do not include mt-ppc-aix target fragment.
6355 * configure: Regenerate.
6356
6357 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
6358
6359 * configure.in: Select appropriate fragments for PowerPC/AIX.
6360 * configure: Regenerate.
6361
6362 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
6363 BOOT_CFLAGS, BOOT_LDFLAGS.
6364 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
6365 BOOT_CFLAGS, BOOT_LDFLAGS.
6366 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
6367 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
6368 (stage): Fail if we cannot complete the work.
6369 * Makefile.in: Regenerate.
6370
6371 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
6372
6373 * configure.in: Replace ms1 with mt.
6374 * configure: Rebuilt.
6375
6376 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
6377
6378 * MAINTAINERS: Update my email address.
6379
6380 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
6381
6382 * Makefile.tpl (all, do-[+make_target+], do-check, install,
6383 install-host-nogcc): Don't invoke $(stage) at the end.
6384 * Makefile.in: Regenerate.
6385
6386 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
6387
6388 * configure.in: Flip the top-level bootstrap switch.
6389 * configure: Regenerate.
6390
6391 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
6392
6393 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
6394 $(stage) and $(unstage).
6395 (EXTRA_TARGET_FLAGS): Correct double-quoting.
6396 (all): Remove stray semicolon.
6397 (local-distclean): Don't handle multilib.tmp and multilib.out.
6398 (install.all): Set $s for consistency.
6399 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
6400 check_multilibs setting. Always make the install directory.
6401 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
6402 Correct @if/@endif.
6403 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
6404 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
6405 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
6406 (multilib.out): Remove.
6407 * Makefile.in: Regenerated.
6408
6409 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
6410
6411 * MAINTAINERS (Write After Approval): Add myself.
6412
6413 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
6414
6415 * MAINTAINERS: Add myself as mt maintainer.
6416
6417 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
6418
6419 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
6420
6421 * MAINTAINERS: Change email address.
6422
6423 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
6424
6425 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
6426 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
6427 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
6428 Find in-tree tools if available.
6429 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
6430 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
6431 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
6432 (COMPILER_*_FOR_TARGET): New.
6433 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
6434 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
6435 (CONFIGURED_*, USUAL_*): Remove.
6436 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
6437 STRIP): Use autoconf substitutions.
6438 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
6439 COMPILER_NM_FOR_TARGET): New.
6440 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
6441
6442 (all): Make all-host and all-target in parallel.
6443 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
6444 that $$r and $$s are set before invoking a recursive make.
6445 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
6446 ([+bootstrap-target+]): Inline most of the `all' target.
6447
6448 2005-11-29 Ben Elliston <bje@au.ibm.com>
6449
6450 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
6451 from the gcc build directory.
6452 * Makefile.in: Regenerate.
6453
6454 2005-11-29 Ben Elliston <bje@au.ibm.com>
6455
6456 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
6457 depend on all-libdecnumber.
6458 * configure.in (host_libs): Include libdecnumber.
6459 * Makefile.in: Regenerate.
6460 * configure: Likewise.
6461
6462 2005-11-29 Ben Elliston <bje@au.ibm.com>
6463
6464 * libdecnumber: Import decNumber sources from the dfp-branch.
6465
6466 2005-11-21 Kean Johnston <jkj@sco.com>
6467
6468 * config.sub, config.guess: Sync from upstream sources.
6469
6470 2005-11-21 Ben Elliston <bje@au.ibm.com>
6471
6472 Import from Autoconf sources:
6473
6474 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
6475 * config/move-if-change: Don't output "$2 is unchanged";
6476 suggested by Ben Elliston. Handle weird characters correctly.
6477
6478 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
6479
6480 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
6481 to match upstream libtool for darwin.
6482
6483 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
6484
6485 * Makefile.def: Remove gdb dependencies for gdbtk.
6486 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
6487 (configure-gdb, install-gdb): New rules.
6488 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
6489 * Makefile.in, configure: Regenerated.
6490
6491 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
6492
6493 * MAINTAINERS (Write After Approval): Add myself.
6494
6495 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
6496
6497 * MAINTAINERS (Write After Approval): Add myself.
6498
6499 2005-10-24 Diego Novillo <dnovillo@redhat.com>
6500
6501 * MAINTAINERS (alias analysis): Add Daniel Berlin and
6502 Diego Novillo.
6503
6504 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
6505
6506 PR bootstrap/24297
6507 * Makefile.tpl (do-[+make-target+], do-check, install,
6508 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
6509 are set before recursing.
6510 * Makefile.in: Regenerate.
6511
6512 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
6513
6514 PR bootstrap/18939
6515 * Makefile.def (gcc) <target>: Fix thinko.
6516 * Makefile.in: Regenerate.
6517
6518 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
6519
6520 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
6521 * configure: Regenerate.
6522
6523 2005-10-15 Jie Zhang <jie.zhang@analog.com>
6524
6525 * MAINTAINERS (Write After Approval): Add self.
6526
6527 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
6528
6529 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
6530 target-libffi, target-qthreads, target-libjava, and
6531 targetlibobjc.
6532 * configure: Regenerate.
6533
6534 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
6535
6536 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
6537 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
6538 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
6539 (USUAL_OBJDUMP_FOR_TARGET): New.
6540 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
6541 * configure.in: Check for $OBJDUMP_FOR_TARGET.
6542 * configure, Makefile.in: Regenerated.
6543
6544 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
6545
6546 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
6547 before other host packages.
6548
6549 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
6550
6551 * MAINTAINERS: Add self as sh libraries/configury maintainer.
6552
6553 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
6554
6555 PR bootstrap/22340
6556
6557 * configure.in (default_target): Remove.
6558 * Makefile.tpl (all): Do not use prerequisites as subroutines
6559 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
6560 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
6561 use prerequisites as subroutines.
6562 (check-host, check-target): New.
6563 (bootstrap configure & all targets): Do not use stage*-start
6564 if the directory layout is already ok.
6565 (non-bootstrap configure & all targets): Prepend a $(unstage).
6566 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
6567 (NOTPARALLEL): Remove.
6568 (unstage, stage variables): New variables.
6569 (unstage, stage targets): Simply expand to those variables.
6570
6571 * configure: Regenerate.
6572 * Makefile.in: Regenerate.
6573
6574 2005-10-04 James E Wilson <wilson@specifix.com>
6575
6576 * Makefile.def (lang_env_dependencies): Add libmudflap.
6577 * Makefile.in: Regenerate.
6578
6579 2005-10-03 Andreas Schwab <schwab@suse.de>
6580
6581 Backport from libtool CVS:
6582 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
6583
6584 * ltmain.sh: add support for installing into temporary
6585 staging area (e.g. 'make install DESTDIR=...')
6586
6587 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
6588
6589 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
6590 * configure: Regenerated.
6591
6592 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
6593
6594 * configure: Regenerate with the correct
6595 autoconf version.
6596
6597 2005-09-30 Catherine Moore <clm@cm00re.com>
6598
6599 * configure.in (bfin-*-*): New.
6600 * configure: Regenerated.
6601
6602 2005-09-28 Geoffrey Keating <geoffk@apple.com>
6603
6604 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
6605 (LIPO_FOR_TARGET): New.
6606 (CONFIGURED_LIPO_FOR_TARGET): New.
6607 (USUAL_LIPO_FOR_TARGET): New.
6608 (STRIP_FOR_TARGET): New.
6609 (CONFIGURED_STRIP_FOR_TARGET): New.
6610 (USUAL_STRIP_FOR_TARGET): New.
6611 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
6612 STRIP_FOR_TARGET.
6613 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
6614 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
6615 * Makefile.in: Regenerate.
6616 * configure: Regenerate.
6617
6618 2005-09-19 David Edelsohn <edelsohn@gnu.org>
6619
6620 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
6621 (rs6000-*-aix*): Same.
6622 * configure: Regenerate.
6623
6624 2005-09-16 Tom Tromey <tromey@redhat.com>
6625
6626 * MAINTAINERS: Add self as java maintainer.
6627
6628 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
6629
6630 * configure.in: Recognize f95 in the --enable-languages option,
6631 and substitute it for fortran, issuing a warning.
6632 * configure: Regenerate.
6633
6634 2005-08-30 Phil Edwards <phil@codesourcery.com>
6635
6636 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
6637 * configure: Regenerated.
6638
6639 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
6640
6641 * MAINTAINERS: Add self as ms1 maintainer.
6642
6643 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
6644
6645 * Makefile.def (libssp): Add to lang_env_dependencies.
6646 * Makefile.in: Regenerate.
6647
6648 2005-08-18 Ian Lance Taylor <ian@airs.com>
6649
6650 * MAINTAINERS: Add myself as middle-end maintainer.
6651
6652 2005-08-17 Christian Groessler <chris@groessler.org>
6653
6654 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
6655 * Makefile.in: Regenerate.
6656
6657 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
6658
6659 * MAINTAINERS (write after approval): Added myself.
6660
6661 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
6662
6663 * MAINTAINERS (Write After Approval): Add myself.
6664
6665 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
6666
6667 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
6668 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
6669 Look for alternate names of the target cc and c++
6670 * configure: Regenerate.
6671
6672 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
6673
6674 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6675 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
6676 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
6677 tools; remove code to manually set them.
6678 (Target tools): Look in the environment for them.
6679 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6680 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
6681 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
6682 build directory.
6683 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
6684 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
6685 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
6686 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6687 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
6688 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
6689 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
6690 * configure: Regenerate.
6691 * Makefile.in: Regenerate.
6692
6693 2005-07-28 Ben Elliston <bje@au.ibm.com>
6694
6695 * MAINTAINERS: Update for removed CPU targets.
6696
6697 2005-07-27 Mark Mitchell <mark@codesourcery.com>
6698
6699 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
6700 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
6701 * Makefile.in: Regenerated.
6702
6703 2005-07-26 Mark Mitchell <mark@codesourcery.com>
6704
6705 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
6706 (CFLAGS_FOR_TARGET): Use it.
6707 (CXXFLAGS_FOR_TARGET): Likewise.
6708 * Makefile.in: Regenerated.
6709 * configure.in (--with-build-sysroot): New option.
6710 * configure: Regenerated.
6711
6712 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
6713
6714 * Makefile.tpl: Wrap install between unstage and stage
6715 * Makefile.in: Regenerate.
6716
6717 2005-07-21 Eric Christopher <echristo@apple.com>
6718
6719 * MAINTAINERS: Update affiliation.
6720
6721 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
6722
6723 * MAINTAINERS: Add self as crx port maintainer.
6724
6725 2005-07-20 DJ Delorie <dj@redhat.com>
6726
6727 * MAINTAINERS: Add self as m32c maintainer.
6728
6729 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
6730
6731 * all files: Update FSF address.
6732
6733 2005-07-15 Eric Christopher <echristo@redhat.com>
6734
6735 * MAINTAINERS: Change affiliation.
6736
6737 2005-07-14 Jim Blandy <jimb@redhat.com>
6738
6739 * configure.in: Add cases for Renesas m32c.
6740 * configure: Regenerated.
6741
6742 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
6743
6744 * COPYING.LIB: Update from fsf.org.
6745
6746 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
6747
6748 * COPYING, compile, config.guess,
6749 config.sub, install-sh, missing, mkinstalldirs,
6750 symlink-tree, ylwrap: Sync from upstream sources.
6751 * config-ml.in: Update FSF address.
6752
6753 2005-07-13 Eric Christopher <echristo@redhat.com>
6754
6755 * configure.in: Add toplevel noconfigdir support for tpf.
6756 * configure: Regenerate.
6757
6758 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
6759
6760 PR ada/22340
6761
6762 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
6763 * Makefile.in: Regenerate.
6764
6765 2005-07-07 Mark Mitchell <mark@codesourcery.com>
6766
6767 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
6768 Brolley to write-after-approval.
6769
6770 2005-07-07 Andreas Schwab <schwab@suse.de>
6771
6772 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
6773 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
6774 * Makefile.in: Regenerated.
6775
6776 2005-07-06 Geoffrey Keating <geoffk@apple.com>
6777
6778 * configure.in: Don't build sim or rda when targetting darwin.
6779 * configure: Regenerate.
6780
6781 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
6782
6783 * configure.in: Add --enable-libssp and --disable-libssp.
6784 * configure: Regenerate with autoconf-2.13.
6785
6786 2005-07-02 Jakub Jelinek <jakub@redhat.com>
6787
6788 * Makefile.def (target_modules): Add libssp.
6789 * configure.in (target_libraries): Add target-libssp.
6790 * configure: Rebuilt.
6791 * Makefile.in: Rebuilt.
6792
6793 2005-07-01 Zack Weinberg <zackw@panix.com>
6794
6795 * MAINTAINERS: Change email address. Resign from maintainership.
6796
6797 2005-07-01 Richard Guenther <rguenther@suse.de>
6798
6799 * MAINTAINERS: Change my e-mail address and affiliation.
6800
6801 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
6802
6803 * Makefile.def (stagefeedback): Come after profile.
6804 Define profiledbootstrap target.
6805 * Makefile.tpl (profiledbootstrap): Remove.
6806 (stageprofile-end): Zap stagefeedback.
6807 (stagefeedback-start): Copy all .gcda files, not only GCC's.
6808 * Makefile.in: Regenerate.
6809
6810 2005-06-13 Richard Sandiford <richard@codesourcery.com>
6811
6812 * MAINTAINERS: Update my email address.
6813
6814 2005-06-13 Zack Weinberg <zack@codesourcery.com>
6815
6816 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
6817 In 'cpp' stanza, support '#line' as well as '# '.
6818
6819 2005-06-08 Andreas Schwab <schwab@suse.de>
6820
6821 * MAINTAINERS: Move myself from 'Write After Approval' to
6822 'CPU Port Maintainers' section as m68k maintainer.
6823
6824 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
6825
6826 * configure.in (unsupported_languages): New macro.
6827 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
6828 non-ported target libraries in noconfigdirs.
6829 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
6830 non-linux-gnu. Remove libgcj_ex_libffi.
6831 <lang_frag loop>: Set add_this_lang=no if the language is in
6832 unsupported_languages.
6833 * configure: Regenerate.
6834
6835 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
6836
6837 * configure.in: Fix typo in handling of --with-mpfr-dir.
6838 * configure: Regenerate.
6839
6840 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
6841
6842 * MAINTAINERS: Update my email address.
6843
6844 2005-06-02 Jim Blandy <jimb@redhat.com>
6845
6846 * config.sub: Add cases for the Renesas m32c. (This patch has been
6847 accepted into the master sources.)
6848
6849 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
6850 Michael Snyder <msnyder@redhat.com>
6851 Stan Cox <scox@redhat.com>
6852
6853 * configure.in: Set noconfigdirs for ms1.
6854
6855 * configure: Regenerate.
6856
6857 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
6858
6859 * MAINTAINERS (Write After Approval): Add self.
6860
6861 2005-06-01 Josh Conner <jconner@apple.com>
6862
6863 * MAINTAINERS (Write After Approval): Add self.
6864
6865 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
6866
6867 * MAINTAINERS: Update my email address.
6868
6869 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
6870
6871 * MAINTAINERS (Write After Approval): Add self.
6872
6873 2005-05-26 Chris Demetriou <cgd@broadcom.com>
6874
6875 * MAINTAINERS (Write After Approval): Remove self.
6876
6877 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
6878
6879 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
6880 (Dependencies): Consider target modules for bootstrap dependencies.
6881 Make target bootstrap modules depend on each stage's gcc.
6882 * Makefile.in: Regenerate.
6883
6884 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
6885
6886 * Makefile.def (configure-gcc): Depend on binutils having been built.
6887 (all-gcc): No need to do it here.
6888 * Makefile.in: Regenerate.
6889
6890 2005-05-19 Paul Brook <paul@codesourcery.com>
6891
6892 * configure.in: Rewrite misleading error message when requested
6893 language cannot be built.
6894 * configure: Regenerate.
6895
6896 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6897
6898 * ylwrap: Import from Automake 1.9.5.
6899
6900 2005-05-13 David Ung <davidu@mips.com>
6901
6902 * MAINTAINERS (Write After Approval): Add self.
6903
6904 2005-05-09 Mike Stump <mrs@apple.com>
6905
6906 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
6907 lt_cv_sys_max_cmd_len for now.
6908
6909 2005-05-09 Stan Cox <scox@redhat.com>
6910
6911 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
6912
6913 2005-05-08 Matt Kraai <kraai@ftbfs.org>
6914
6915 * README.SCO: Update the URL.
6916
6917 2005-05-05 David Edelsohn <edelsohn@gnu.org>
6918
6919 * ltconfig: Define file_list_spec. Pass file_list_spec and
6920 with_gnu_ld to libtool.
6921 * ltcf-c.sh (aix[45]): Define file_list_spec.
6922 * ltcf-cxx.sh (aix[45]): Same.
6923 * ltcf-gcj.sh (aix[45]): Same.
6924 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
6925 exists, write list of input files to temporary file.
6926
6927 2005-05-04 Mike Stump <mrs@apple.com>
6928
6929 * configure.in: Always pass --target to target configures as
6930 otherwise rebuilds that do --recheck will fail.
6931 * confiugure: Rebuilt.
6932
6933 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
6934
6935 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
6936 STAGE_HOST_EXPORTS.
6937 (configure, all): Add bootstrap support.
6938 (Host modules, target modules): Pass post-stage1 flags and exports.
6939 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
6940 * Makefile.in: Regenerate.
6941
6942 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
6943
6944 * configure: Regenerate.
6945
6946 2005-04-27 Mike Stump <mrs@apple.com>
6947
6948 * MAINTAINERS: Add self as darwin maintainer.
6949
6950 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
6951
6952 * config.sub: Update from master copy.
6953
6954 2005-04-21 Mike Stump <mrs@apple.com>
6955
6956 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
6957 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
6958
6959 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
6960
6961 * configure.in <crisv32-*-*, cris-*-*>: New local variable
6962 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
6963 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
6964 "*-*-elf" and "*-*-linux*".
6965 * configure: Regenerate.
6966
6967 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
6968
6969 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
6970
6971 2005-04-12 Mike Stump <mrs@apple.com>
6972
6973 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
6974
6975 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
6976
6977 * MAINTAINERS (Write After Approval): Add myself.
6978
6979 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
6980
6981 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
6982
6983 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
6984
6985 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
6986 (TARGET_CONFIGARGS): Include --with-target-subdir.
6987 (configure, all): New macros. Use them throughout.
6988 * Makefile.in: Regenerate.
6989
6990 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
6991
6992 * MAINTAINERS (Write After Approval): Add myself.
6993
6994 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6995
6996 * MAINTAINERS: Remove 'loop unrolling' maintainer.
6997
6998 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
6999
7000 * MAINTAINERS: Move John Carr to Write After Approval.
7001
7002 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
7003
7004 * config/mh-mingw32: Delete.
7005 * configure.in: Don't use it.
7006 * configure: Regenerate.
7007
7008 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
7009
7010 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
7011 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
7012 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
7013 (HOST_LIB_PATH): Generate from Makefile.def.
7014 (TARGET_LIB_PATH): Likewise.
7015 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
7016 * Makefile.in: Regenerate.
7017 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
7018 (RPATH_ENVVAR): Include Darwin case.
7019 * configure: Regenerate.
7020
7021 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
7022
7023 * MAINTAINERS (Various Maintainers): Remove self.
7024 (Write After Approval): Add self.
7025
7026 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
7027
7028 * MAINTAINERS (Various Maintainers): Add self.
7029
7030 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
7031
7032 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
7033 * configure: Regenerate.
7034
7035 2005-03-21 Zack Weinberg <zack@codesourcery.com>
7036
7037 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
7038 gcc_version, and gcc_version_trigger from set of flags to pass.
7039 * Makefile.tpl: Remove definitions of above variables.
7040 (config.status): Remove dependency on $(gcc_version_trigger).
7041 * Makefile.in: Regenerate.
7042 * configure.in: Do not reference config/gcc-version.m4 nor
7043 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
7044 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
7045 * configure: Regenerate.
7046
7047 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
7048 Andrew Pinski <pinskia@physics.uc.edu>
7049
7050 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
7051 * Makefile.in: Regenerate.
7052
7053 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
7054
7055 * MAINTAINERS (Write After Approval): Add myself.
7056
7057 2005-03-03 David Ayers <d.ayers@inode.at>
7058
7059 * MAINTAINERS (Write After Approval): Add myself.
7060
7061 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
7062
7063 PR libgcj/20160
7064 * ltmain.sh: Avoid creating archives with components that have
7065 duplicate basenames.
7066
7067 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
7068
7069 PR bootstrap/20250
7070 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
7071 instead of check.
7072 * Makefile.in: Regenerate.
7073
7074 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
7075
7076 * Makefile.in: Regenerate to fix conflict between the previous two
7077 patches.
7078
7079 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
7080
7081 PR bootstrap/17383
7082 * Makefile.def (target_modules): Remove "stage", now unnecessary.
7083 * Makefile.tpl (HOST_SUBDIR): New substitution.
7084 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
7085 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7086 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
7087 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
7088 (Host modules, Bootstrapped modules): Use it.
7089 (Build modules, Target modules): Do not create symlink trees,
7090 always configure out-of-srcdir.
7091 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
7092 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
7093 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
7094 $(HOST_SUBDIR). Create a symlink for host_subdir.
7095
7096 * Makefile.in: Regenerate.
7097 * configure: Regenerate.
7098
7099 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7100
7101 Merged from libada-gnattools-branch:
7102 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
7103
7104 * gnattools: New directory.
7105 * Makefile.def: Add gnattools as a module, depending on target-libada.
7106 * Makefile.in: Regenerate.
7107 * configure.in: Include gnattools in host_tools; disable it if ada
7108 is disabled.
7109 * configure: Regenerate.
7110
7111 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
7112
7113 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
7114 treelang maintainer.
7115 (Write After Approval): Remove myself.
7116
7117 2005-02-23 Paul Schlie <schlie@comcast.net>
7118
7119 * configure.in: Allow darwin targeted ports to build tk, itcl and
7120 libgui.
7121 * configure: Regenerate.
7122
7123 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
7124
7125 PR libgcj/10353
7126 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
7127 * configure: Regenerate.
7128
7129 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
7130
7131 * MAINTAINERS (Write After Approval): Add myself.
7132
7133 2005-02-10 Ian Lance Taylor <ian@airs.com>
7134
7135 * MAINTAINERS: Update my e-mail address.
7136
7137 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
7138
7139 * MAINTAINERS (Write After Approval): Add myself.
7140
7141 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
7142
7143 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
7144 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
7145 target-libgloss when not *-*-elf and *-*-aout.
7146 * configure: Regenerate.
7147
7148 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
7149
7150 * MAINTAINERS: Remove obsolete entries.
7151
7152 * MAINTAINERS (Write After Approval): Add Michael Matz.
7153
7154 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
7155
7156 * MAINTAINERS: Remove self as cpplib maintainer.
7157
7158 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
7159
7160 * install-sh, config.sub: Import from upstream.
7161
7162 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
7163
7164 PR bootstrap/18222
7165 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
7166 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
7167 * Makefile.in: Regenerate.
7168
7169 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
7170
7171 * MAINTAINERS: Update my email address.
7172
7173 2005-01-12 David Edelsohn <edelsohn@gnu.org>
7174 Andreas Schwab <schwab@suse.de>
7175
7176 PR bootstrap/18033
7177 * config-ml.in: Eval option if surrounded by single quotes.
7178
7179 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
7180
7181 Revert 2004-12-28 Makefile changes, a better fix will be
7182 applied to mainline and src after GCC 4.0 branches.
7183
7184 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
7185
7186 PR bootstrap/17383
7187
7188 * Makefile.def (target_modules): Remove stage parameter,
7189 it is always true now.
7190 * Makefile.tpl (configure-build-[+module+],
7191 configure-target-[+module+]): Always build symlink tree
7192 for the directory and for include. BUILD_SUBDIR and
7193 TARGET_SUBDIR cannot be . anymore.
7194 * Makefile.in: Regenerate.
7195
7196 2004-12-25 David Edelsohn <edelsohn@gnu.org>
7197
7198 Revert 2004-12-08 Makefile changes.
7199
7200 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
7201
7202 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
7203 cygwin, mingw.
7204
7205 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
7206
7207 * configure.in (sh64-*-*): Reenable gprof.
7208 * configure: Regenerate.
7209
7210 2004-12-08 David Edelsohn <edelsohn@gnu.org>
7211
7212 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
7213 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
7214 (EXTRA_TARGET_FLAGS): Add PICFLAG.
7215 * Makefile.in: Regenerate.
7216
7217 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
7218
7219 * MAINTAINERS: Update my email address.
7220
7221 2004-12-07 Matt Kraai <kraai@ftbfs.org>
7222
7223 * Makefile.tpl: Generate normal dependencies if the LHS module is
7224 not bootstrapped.
7225 * Makefile.in: Regenerate.
7226
7227 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
7228
7229 * configure.in: Include config/gxx-include-dir.m4. Use
7230 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
7231 * configure: Regenerate.
7232
7233 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
7234
7235 * config.if: Delete.
7236 * configure.in: Set libstdcxx_incdir directly.
7237 * configure: Regenerate.
7238
7239 2004-12-02 Eric Christopher <echristo@redhat.com>
7240
7241 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
7242 * Makefile.in: Regenerate.
7243
7244 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
7245
7246 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
7247 * configure: Regenerate.
7248
7249 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
7250
7251 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
7252 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
7253 * configure: Regenerate.
7254
7255 2004-12-01 Eric Christopher <echristo@redhat.com>
7256
7257 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
7258 of things to remove.
7259
7260 2004-11-29 Matt Kraai <kraai@ftbfs.org>
7261
7262 * MAINTAINERS (Write After Approval): Update my e-mail address.
7263
7264 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
7265
7266 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
7267 from CVS libtool to always pass_all.
7268
7269 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7270
7271 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
7272 (hppa*64*-*-*): Delete incorrect comment.
7273 * configure: Rebuilt.
7274
7275 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
7276
7277 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
7278
7279 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
7280
7281 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
7282 from CVS libtool to always pass_all.
7283
7284 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
7285
7286 * install-sh, compile: Import from automake.
7287
7288 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
7289
7290 * config.guess, config.sub: Import from savannnah.
7291
7292 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
7293
7294 * MAINTAINERS (Write After Approval): Add myself
7295
7296 2004-11-12 Mike Stump <mrs@apple.com>
7297
7298 * Makefile.def: Add html support.
7299 * Makefile.tpl: Likewise.
7300 * Makefile.in: Regenerate.
7301
7302 2004-11-11 Geoffrey Keating <geoffk@apple.com>
7303
7304 PR 18423
7305 * configure.in: Remove all instances of build-fixincludes from
7306 noconfigdirs.
7307 (build_configargs): Supply --target to subdirectories.
7308 * configure: Regenerate.
7309
7310 * Makefile.def: Make gcc install depend on fixincludes install.
7311 * Makefile.in: Regenerate.
7312
7313 2004-11-10 Janis Johnson <janis187@us.ibm.com>
7314
7315 * MAINTAINERS: Add myself as gcc testsuite maintainer.
7316
7317 2004-11-11 Paul Brook <paul@codesourcery.com>
7318
7319 * MAINTAINERS: Add self as arm maintainer. Update email address.
7320
7321 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
7322
7323 * configure.in (noconfigdirs) [mmix-*-*]: Disable
7324 target-libgfortran.
7325 * configure: Regenerate.
7326
7327 2004-11-07 David Edelsohn <edelsohn@gnu.org>
7328
7329 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
7330 like CC.
7331
7332 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
7333
7334 * Makefile.def (host fixincludes): Specify missing targets.
7335 * Makefile.in: Regenerate.
7336
7337 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
7338
7339 * MAINTAINERS: Add myself
7340
7341 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
7342
7343 * MAINTAINERS (Write After Approval): Add myself.
7344
7345 2004-11-04 Geoffrey Keating <geoffk@apple.com>
7346
7347 * Makefile.def: Build fixincludes for the host, too.
7348 * Makefile.in: Regenerate.
7349 * configure.in (host_tools): Add fixincludes.
7350 * configure: Regenerate.
7351
7352 2004-11-04 Daniel Jacobowitz <dan@debian.org>
7353
7354 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
7355 * configure: Regenerated.
7356
7357 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
7358
7359 PR other/17783
7360 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
7361 * configure: Regenerated.
7362
7363 2004-10-31 Mark Mitchell <mark@codesourcery.com>
7364
7365 * README.SCO: Update per FSF instructions.
7366
7367 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
7368
7369 PR target/18151
7370 * configure.in (case ${target}): Do not build fixincludes for avr.
7371 * configure: Regenerated.
7372
7373 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
7374
7375 * configure.in (case ${target}): Do not build fixincludes
7376 on platforms where it is not used.
7377 * configure: Regenerated.
7378
7379 2004-10-23 Daniel Jacobowitz <dan@debian.org>
7380
7381 * configure.in: Use an absolute path to install-sh.
7382 * configure: Regenerated.
7383
7384 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
7385
7386 * MAINTAINERS (Write After Approval): Add myself.
7387
7388 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
7389
7390 * MAINTAINERS: Remove from Write After Approval those that are
7391 already maintainers.
7392
7393 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
7394
7395 * MAINTAINERS: Update my email address.
7396
7397 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
7398
7399 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
7400 * configure: Regenerate.
7401
7402 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
7403
7404 * MAINTAINERS: Update my email address.
7405
7406 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
7407
7408 * MAINTAINERS (Language Front Ends Maintainers): New. Move
7409 entries belonging to this category.
7410
7411 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
7412
7413 * MAINTAINERS: Update my e-mail address.
7414
7415 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
7416
7417 Fix wrong conflict resolution in:
7418
7419 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
7420
7421 * Makefile.in: Regenerate.
7422 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7423 in the recursive `make', instead of hardwiring `all'.
7424 (Autogenerated TARGET-* variables): New.
7425
7426 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
7427
7428 * configure.in: Enable target-libgloss for crx-*-*.
7429 * configure: Regenerate.
7430
7431 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
7432
7433 * MAINTAINERS (Various Maintainers): Move the "windows,
7434 cygwin, mingw" maintainer to ...
7435 (OS Port Maintainers): ... here.
7436
7437 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
7438
7439 * MAINTAINERS (Write After Approval): Remove those that are
7440 maintainers of some subsystem.
7441
7442 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
7443
7444 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
7445 * ltcf-cxx.sh (tpf*): Likewise.
7446 * ltconfig (tpf*): Add TPF OS configuration support.
7447
7448 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
7449
7450 * MAINTAINERS: Change my email address to my new work account.
7451
7452 2004-09-24 Michael Roth <mroth@nessie.de>
7453
7454 * configure.in (--without-headers): Add missing double quotes.
7455 * configure: Regenerate.
7456
7457 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
7458
7459 * ylwrap: Revert to previous version.
7460
7461 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
7462
7463 PR bootstrap/17369
7464 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
7465 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
7466 SET_GCC_LIB_PATH_CMD.
7467 (BASE_TARGET_EXPORTS): Likewise.
7468 * Makefile.in: Regenerated.
7469
7470 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
7471 * configure: Regenerated.
7472
7473 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
7474
7475 * config.guess: New upstream version
7476 * compile, depcomp, install-sh, ylwrap: Likewise.
7477
7478 2004-09-19 Roger Sayle <roger@eyesopen.com>
7479
7480 * config/mh-x86omitfp: New host makefile fragment. Add
7481 -fomit-frame-pointer to the default BOOT_CFLAGS.
7482 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
7483 * configure: Regenerate.
7484
7485 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
7486
7487 PR target/11572
7488 * configure.in (*-*-darwin*): Renable libobjc.
7489 * configure: Regenerate.
7490
7491 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
7492
7493 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
7494
7495 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
7496
7497 * Makefile.def: Remove libbanshee.
7498 * Makefile.tpl: Ditto.
7499 * configure.in: Ditto.
7500 * Makefile.in: Regen.
7501 * configure: Ditto.
7502
7503 2004-09-08 David Edelsohn <edelsohn@gnu.org>
7504
7505 * ltmain.sh: Use $pic_object as $non_pic_object if
7506 $non_pic_object=none.
7507
7508 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
7509
7510 * missing: Import latest version from master repository.
7511
7512 2004-09-06 Nick Clifton <nickc@redhat.com>
7513
7514 * config.sub: Import latest version from master repository.
7515 * config.guess: Likewise.
7516 This includes these changes:
7517
7518 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
7519
7520 * config.sub: Handle crisv32, alias etraxfs.
7521 * config.guess (crisv32:Linux:*:*): Handle.
7522
7523 2004-08-13 Brad Smith <brad@comstyle.com>
7524
7525 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
7526 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
7527
7528 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
7529
7530 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
7531 assume the processor is a powerpc. This is because coreutils
7532 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
7533 in this case, due to a MacOS X bug that causes
7534 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
7535 to return a negative number.
7536 Problem reported by Petter Reinholdtsen in:
7537 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
7538
7539 2004-07-19 Ben Elliston <bje@gnu.org>
7540
7541 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
7542
7543 2004-06-24 Ben Elliston <bje@gnu.org>
7544
7545 * config.guess: Update copyright years.
7546 * config.sub: Likewise.
7547
7548 2004-06-22 Robert Millan <robertmh@gnu.org>
7549
7550 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
7551 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
7552
7553 2004-06-22 Stanley F. Quayle <stan@stanq.com>
7554
7555 * config.guess (*:*VMS:*:*): New entry. Replaces
7556 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
7557 manufacturer.
7558
7559 2004-06-22 Ben Elliston <bje@gnu.org>
7560
7561 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
7562 * config.sub: Likewise.
7563
7564 2004-06-22 Ben Elliston <bje@gnu.org>
7565
7566 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
7567 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
7568
7569 2004-06-11 Ben Elliston <bje@gnu.org>
7570
7571 * config.guess (pegasos:OpenBSD:*:*): Remove.
7572
7573 2004-06-11 Ben Elliston <bje@gnu.org>
7574
7575 From Wouter Verhelst <wouter@grep.be>:
7576 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
7577
7578 2004-06-11 Ben Elliston <bje@gnu.org>
7579
7580 * config.guess (luna88k:OpenBSD:*:*): New.
7581
7582 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
7583
7584 * config.guess (m32r*:Linux:*:*): New case.
7585 * config.sub: Handle m32rle.
7586
7587 2004-03-12 Ben Elliston <bje@wasabisystems.com>
7588
7589 From Jens Petersen <petersen@redhat.com>:
7590 * config.sub: Handle sparcv8.
7591
7592 2004-03-03 Ben Elliston <bje@wasabisystems.com>
7593
7594 From Tom Smith <smith@cag.lkg.hp.com>:
7595 * config.guess: Version suffixes are equally significant on Tru64
7596 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
7597 prefix of "P" (patched kernel).
7598
7599 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
7600
7601 * config.sub: Add support for National Semiconductor CRX target.
7602
7603 2004-09-03 Janis Johnson <janis187@us.ibm.com>
7604
7605 * MAINTAINERS (Various Maintainers): Remove myself as web page
7606 maintainer, add myself as maintainer of build status lists.
7607
7608 2004-09-03 Jan Beulich <jbeulich@novell.com>
7609
7610 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
7611 *-*-netware, but add target-libmudflap.
7612 Consolidate *-*-netware targets (of which really only i?86 exists)
7613 into a single entry.
7614 * configure: Likewise.
7615
7616 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
7617
7618 * Makefile.tpl (sorry): Remove.
7619 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
7620 (cleanstrap targets): Depend on distclean, not distclean-stage1.
7621 (do-clean): Clean per-stage directories too.
7622 (do-distclean): Run distclean-stage1 too.
7623 (.NOTPARALLEL): Enable during toplevel bootstrap.
7624 (stage[+id+]-bubble): Enable parallel execution during
7625 the recursive invocation.
7626 * Makefile.in: Regenerate.
7627
7628 Fix previous checkin:
7629
7630 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
7631 include.
7632 * configure.in: Fix indentation.
7633 * configure: Regenerate.
7634
7635 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
7636
7637 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
7638 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
7639 * configure: regenerate
7640 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
7641 -mdynamic-no-pic
7642
7643 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
7644
7645 * Makefile.def (build_modules): Add fixincludes.
7646 (dependencies): Make gcc depend on fixincludes.
7647 * configure.in (build_tools): Add fixincludes.
7648 (build_configdirs): Always include build_libs.
7649 * Makefile.in: Regenerate.
7650 * configure: Regenerate.
7651
7652 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
7653
7654 * Makefile.def (bootstrap stages): Add 'lean' parameter.
7655 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
7656 phony targets; do not generate timestamp files.
7657 (distclean-stageN): Remove references to their timestamp files.
7658 (restageN, touch-stageN): Remove.
7659 (stageN-bubble): Rewritten.
7660 (compare): Support lean bootstraps.
7661 * Makefile.in: Regenerate.
7662
7663 * configure.in: Only warn when bootstrapping but
7664 build != host or build != target. Support lean bootstraps.
7665 * configure: Regenerate.
7666
7667 2004-08-26 Phil Edwards <phil@codesourcery.com>
7668
7669 * configure.in: Give a better error message if GMP/MPFR are missing
7670 and a language needing them has been requested.
7671 * configure: Regenerated.
7672
7673 2004-08-25 Phil Edwards <phil@codesourcery.com>
7674
7675 * configure.in: Print a list of available language front-ends if
7676 a requested one is missing. Tidy stray tab characters.
7677 * configure: Regenerated.
7678
7679 2004-08-19 Michael Koch <konqueror@gmx.de>
7680
7681 * gcc/doc/install.texi: Update entry about automake for libjava.
7682
7683 2004-08-17 Robert Millan <robertmh@gnu.org>
7684
7685 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
7686 (instead of FreeBSD).
7687 * configure: Regenerate.
7688
7689 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
7690
7691 * Makefile.in: Regenerate.
7692 * configure: Regenerate.
7693
7694 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
7695 stage_*_flags.
7696 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
7697 for bootstrapped modules if toplevel bootstrap is going.
7698 (GCC bootstrap): Generate per-stage targets for all bootstrapped
7699 modules. Adjust for changes in Makefile.def. Enable several
7700 rules even in non-bootstrap mode, just to avoid peppering the
7701 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
7702 (stage-[+prev+]-bubble): Remove.
7703
7704 * Makefile.def (Dependencies): Depend on all-build-bison,
7705 all-build-flex, all-build-byacc, all-build-texinfo, rather
7706 than the host variations.
7707 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
7708 with BUILD_SUBDIR.
7709 (BISON): Update for recent Bisons.
7710 (YACC): Fix typo.
7711 (cross): Depend on all-build.
7712 (all): Do not depend on all-build.
7713 (prebootstrap): Remove.
7714 (dep-kind): Accept separate prefixes for MODULE and ON variables.
7715 (Prebootstrap dependencies): Add them to the per-stage targets
7716 and to all-prebootstrap.
7717 * configure.in (build_configdirs): Always enable build_tools.
7718 (BUILD_DIR_PREFIX): Remove.
7719
7720 * Makefile.def (gcc): Add target variable.
7721 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
7722 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7723 in the recursive `make', instead of hardwiring `all'.
7724 (Autogenerated TARGET-* variables): New.
7725
7726 2004-08-13 Brian Booth <bbooth@redhat.com>
7727
7728 * MAINTAINERS: Remove myself from write-after-approval.
7729
7730 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
7731
7732 * src-release: Stop distributing mmalloc with gdb (which doesn't
7733 use it).
7734 * Makefile.def: GDB doesn't depend on mmalloc anymore.
7735 * Makefile.in: Regenerate.
7736
7737 2004-08-09 Mark Mitchell <mark@codesourcery.com>
7738
7739 * configure.in (arm*-*-eabi*): New target.
7740 * configure: Regenerate.
7741
7742 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
7743
7744 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
7745 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
7746 (Dependencies): New section.
7747 * Makefile.tpl (Dependencies): Generate from Makefile.def.
7748 (configure-target-[+module+]): Depend on maybe-all-gcc
7749 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
7750 (toplevel profiledbootstrap): Fix dependencies.
7751 * Makefile.in: Regenerate.
7752
7753 2004-08-03 Mark Mitchell <mark@codesourcery.com>
7754
7755 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
7756 target-libiberty to noconfigdirs.
7757 * configure: Regenerate.
7758
7759 2004-08-03 Paul Brook <paul@codesourcery.com>
7760
7761 * configure.in: Check for MPFR as well as GMP.
7762 * configure: Regenerate.
7763
7764 2004-08-01 Robert Millan <robertmh@gnu.org>
7765
7766 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
7767 libmudflap for all GNU-based systems (with Glibc).
7768 * configure: Regenerate.
7769
7770 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
7771
7772 * Makefile.def (host-modules): Add gcc.
7773 * Makefile.in: Regenerate.
7774 * Makefile.tpl (sorry): New rule.
7775 (configure-host, all-host, [+make_target+]-host, do-check,
7776 install-host): Do not add gcc as a special case.
7777 (host modules): Add a small special-casing for gcc. Export
7778 extra_make_flags through the environment.
7779 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
7780 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
7781 other recursive targets for gcc): Remove.
7782
7783 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
7784 (stage, unstage): New rules.
7785 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
7786 distclean-stage[+id+]): Use stage_current.
7787 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
7788 the stage*-start rules.
7789
7790 2004-08-02 Geoffrey Keating <geoffk@apple.com>
7791
7792 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
7793 use -all_load flag.
7794
7795 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
7796
7797 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
7798 * configure: Regenerate.
7799
7800 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
7801
7802 * maintainer-scripts/gcc_release: Revert yesterday's change.
7803
7804 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
7805
7806 * MAINTAINERS: Add myself to write-after-approval.
7807
7808 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
7809
7810 * libf2c: Removed.
7811 * gcc/gccbug.in: Updated because of libf2c removal.
7812 * maintainer-scripts/gcc_release: Ditto.
7813
7814 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
7815
7816 * configure.in: Build libmudflap by default on FreeBSD.
7817 * configure: Regenerated.
7818
7819 2004-07-09 Mark Mitchell <mark@codesourcery.com>
7820
7821 * configure.in: Do not build libmudflap by default on non-GNU/Linux
7822 systems.
7823 * configure: Regenerated.
7824
7825 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7826
7827 PR target/16344
7828 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
7829 feedback based compiler.
7830 * Makefile.in: Rebuilt.
7831
7832 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
7833
7834 * Makefile.def (host_modules): Set bootstrap=true for flex.
7835 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
7836 * Makefile.in: Rebuilt.
7837
7838 2004-07-07 Jan Hubicka <jh@suse.cz>
7839
7840 * MAINTAINERS: Add self as a profile feedback maintainer.
7841
7842 2004-07-05 Phil Edwards <phil@codesourcery.com>
7843
7844 * configure.in: Do not prepend $srcdir to /dev/null in
7845 makefile fragments.
7846 * configure: Regenerate.
7847
7848 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
7849
7850 * Makefile.def (build_modules): Add bison, byacc, flex,
7851 m4, texinfo.
7852 (flags_to_pass): Add FLEX.
7853 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
7854 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
7855 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
7856 DEFAULT_MAKEINFO): Remove.
7857 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
7858 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
7859 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
7860 objdir or else use configured tool.
7861 (all-build): New.
7862 (all): Depend on it.
7863 (Build module dependencies): Add.
7864 * Makefile.in: Regenerate.
7865 * configure.in: Better support for multiple build modules,
7866 matching what is done for host/target modules. Do not look
7867 for "plausible" locations of build tools if Canadian cross.
7868 Use autoconf's AC_PROG_CC to find a C compiler. Define
7869 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
7870 * configure: Regenerate.
7871
7872 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
7873
7874 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
7875 * Makefile.in: Regenerate.
7876
7877 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
7878
7879 * Makefile.tpl (configure-build-[+module+],
7880 configure-[+module+], configure-target-[+module+]): Pass
7881 [+extra_configure_args+].
7882 (all-build-[+module+], all-[+module+], check-[+module+],
7883 install-[+module+], [+make_target+]-[+module+],
7884 all-target-[+module+], check-target-[+module+],
7885 install-target-[+module+], [+make_target+]-target-[+module+]):
7886 Pass [+extra_make_args+].
7887 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
7888 (GCC_HOST_EXPORTS): Remove.
7889 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
7890 cross, check-gcc, check-gcc-c++, install-gcc,
7891 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
7892 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
7893 * Makefile.in: Regenerate.
7894
7895 2004-06-21 Matthew Sachs <msachs@apple.com>
7896
7897 * MAINTAINERS: Added self to write-after-approval.
7898
7899 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
7900
7901 * configure.in: Check for srcdir/winsup rather than build directory
7902 winsup.
7903 * configure: Regenerate.
7904
7905 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
7906
7907 * configure.in: Don't build Cygwin native newlib if winsup
7908 directory is missing. Emit warning instead.
7909 * configure: Regenerate.
7910
7911 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
7912
7913 * Makefile.tpl (touch-stage[+id+]): New.
7914 (restage[+prev+]): Depend on touch-stage[+id+].
7915
7916 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
7917 Use it throughout.
7918
7919 * Makefile.def: Add profile and feedback bootstrap stages.
7920 Remove next field from bootstrap stages.
7921 * Makefile.tpl (LN, LN_S): Substitute.
7922 (stageN-start, stageN-end): Use double-colon rules, to
7923 provide a hook for additional setup commands.
7924 (distclean-stageN-gcc, restageN): Create dependencies from
7925 [+prev+], not from [+next+].
7926 (stageN-bubble): Add commands for successive stages from
7927 [+prev+], using double-colon rules.
7928 (all-stageN-gcc): Fix typo.
7929 (stagefeedback-start, profiledbootstrap): New.
7930 * Makefile.in: Regenerate.
7931 * configure.in: Call ACX_PROG_LN.
7932 * configure: Regenerate.
7933
7934 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
7935
7936 * MAINTAINERS (Write After Approval): Add myself.
7937
7938 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
7939
7940 * MAINTAINERS (Write After Approval): Add myself.
7941
7942 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
7943
7944 * configure.in: Fix --enable-bootstrap breakage introduced in trees
7945 without gcc.
7946 * configure: Regenerate.
7947
7948 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7949
7950 * Makefile.tpl: Fix typo.
7951 * Makefile.in: Regenerate.
7952
7953 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7954
7955 * configure.in: Remove new- prefix from toplevel
7956 bootstrap targets.
7957 * configure: Regenerate.
7958
7959 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7960
7961 * Makefile.tpl (all.normal): Rename to all.
7962 (all): Replace with a rule to pick the default
7963 target from configure.
7964 (all-gcc, configure-gcc): Use conditionals to
7965 do nothing when toplevel bootstrap is going on.
7966 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
7967 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
7968 * configure.in: Support --enable-bootstrap.
7969
7970 * Makefile.def: Remove new- prefix from toplevel
7971 bootstrap targets.
7972 * Makefile.tpl: Likewise.
7973
7974 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
7975 target.
7976
7977 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
7978 $(RECURSE_FLAGS) to recursive invocation of make.
7979
7980 * Makefile.in: Regenerate.
7981 * configure: Regenerate.
7982
7983 2004-05-30 Andreas Jaeger <aj@suse.de>
7984 Jim Wilson <wilson@specifixinc.com>
7985
7986 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
7987 like CC.
7988
7989 2004-05-27 Daniel Jacobowitz <dan@debian.org>
7990
7991 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
7992 * configure: Regenerate.
7993
7994 2004-05-25 Daniel Jacobowitz <drow@false.org>
7995
7996 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
7997 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
7998 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
7999 targets.
8000 * Makefile.in: Regenerate.
8001
8002 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
8003
8004 * configure.in: Test the ability to symlink directories.
8005 * configure: Regenerate.
8006
8007 * Makefile.def (bootstrap-stage): New definitions.
8008 * Makefile.tpl (configure-stage1-gcc,
8009 configure-stage2-gcc, configure-stage3-gcc,
8010 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
8011 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
8012 new-restage3, compare): Autogenerate, see Makefile.in
8013 entry for behavioral changes.
8014 (distclean-stage1, new-stage1-start, new-stage1-end,
8015 new-stage1-bubble, distclean-stage2, new-stage2-start,
8016 new-stage2-end, new-stage2-bubble, distclean-stage3,
8017 new-stage3-start, new-stage3-end): New autogenerated targets.
8018 (objext, prebootstrap, BOOT_CFLAGS,
8019 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
8020 targets.
8021
8022 * Makefile.in: Regenerate.
8023 (distclean-stage1, new-stage1-start, new-stage1-end,
8024 new-stage1-bubble, distclean-stage2, new-stage2-start,
8025 new-stage2-end, new-stage2-bubble, distclean-stage3,
8026 new-stage3-start, new-stage3-end): New targets.
8027 (all-stage1-gcc): Move prebootstrap dependency from here...
8028 (configure-stage1-gcc): ...to here.
8029 (new-bootstrap): Use bubble targets.
8030 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8031 Use per-stage distclean targets.
8032 (configure-stage1-gcc, configure-stage2-gcc,
8033 configure-stage3-gcc, all-stage1-gcc,
8034 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
8035 Use new-stageN-start to prepare the tree.
8036
8037 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
8038
8039 * Makefile.def (host_modules): add libcpp.
8040 * Makefile.tpl: Add dependencies on and for libcpp.
8041 * Makefile.in: Regenerate.
8042 * configure.in: Add libcpp host module.
8043 * configure: Regenerate.
8044
8045 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
8046
8047 * Makefile.tpl: Whenever a recursive target is defined, wrap
8048 it in a special @if/@endif block, and prepare its maybe
8049 dependency in the @if/@endif block
8050 * configure.in: Instead of writing maybe dependencies, remove
8051 the @if/@endif statements, and remove the @if/@endif blocks
8052 that remain.
8053 * configure: Regenerate.
8054 * Makefile.in: Regenerate.
8055
8056 2004-05-20 Janis Johnson <janis187@us.ibm.com>
8057
8058 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
8059
8060 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
8061
8062 PR bootstrap/15120
8063 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
8064 * */configure: Rebuilt.
8065
8066 2004-05-17 Zack Weinberg <zack@codesourcery.com>
8067
8068 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
8069 of libf2c.
8070 * configure, Makefile.in: Regenerate.
8071
8072 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
8073
8074 * MAINTAINERS (Write After Approval): Add myself.
8075
8076 2004-05-13 Diego Novillo <dnovillo@redhat.com>
8077
8078 Merge from tree-ssa-20020619-branch.
8079
8080 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
8081 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
8082 (HOST_GMPLIBS): Define.
8083 (HOST_GMPINC): Define.
8084 (TARGET_LIB_PATH): Add libmudflap.
8085 (GFORTRAN_FOR_TARGET): Define.
8086 (configure-build*): Export GFORTRAN.
8087 (configure-gcc): Export GMPLIBS and GMPINC.
8088 (all-gcc): Add maybe-all-libbanshee.
8089 (configure-target-libgfortran): Define.
8090 * Makefile.in: Regenerate.
8091 * configure.in (host_libs): Add libbanshee.
8092 (target_libraries): Add target-libmudflap and target-libgfortran.
8093 Add --with-libbanshee.
8094 Handle --disable-libmudflap.
8095 (*-*-freebsd*): Use with_gmp.
8096 Add $(libgcj) to noconfigdirs.
8097 * configure: Regenerate.
8098 * depcomp: New file.
8099 * MAINTAINERS: Add tree-ssa maintainers.
8100
8101 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
8102
8103 * MAINTAINERS (Various Maintainers): Add myself.
8104
8105 2004-04-30 Brian Ford <ford@vss.fsi.com>
8106
8107 * MAINTAINERS (Write After Approval): Add myself.
8108
8109 2004-04-29 Uros Bizjak <uros@kss-loka.si>
8110
8111 * MAINTAINERS (Write After Approval): Add myself.
8112
8113 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
8114
8115 * config/acx.m4: Fix fastcompare support for new-bootstrap.
8116 * configure: Regenerate.
8117
8118 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
8119
8120 Revert:
8121 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8122
8123 * Makefile.def (flags_to_pass): Remove *dir variables that
8124 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8125 as well as prefix and exec_prefix.
8126 * Makefile.in: Regenerate.
8127
8128 2004-04-26 Robert Millan <robertmh@gnu.org>
8129
8130 Add patches from libtool CVS.
8131 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
8132 * ltconfig: Likewise.
8133 * ltcf-c.sh: Likewise.
8134 * ltcf-cxx.sh: Likewise.
8135 * ltcf-gcj.sh: Likewise.
8136
8137 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8138
8139 * Makefile.def (host_modules): Mark with the bootstrap
8140 flag packages on which gcc depends.
8141 * Makefile.tpl (all-bootstrap): Use it.
8142 * Makefile.in: Regenerate.
8143
8144 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8145
8146 * Makefile.def (flags_to_pass): Remove *dir variables that
8147 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8148 as well as prefix and exec_prefix.
8149 * Makefile.in: Regenerate.
8150
8151 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8152
8153 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
8154 * configure: Regenerate.
8155 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
8156 * gcc/Makefile.tpl (compare): Use the result of the test.
8157 * gcc/Makefile.in: Regenerate.
8158
8159 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
8160
8161 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
8162 Always relocate gcc and prev-gcc to the original names, even
8163 if the build fails.
8164 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8165 New targets.
8166
8167 2004-04-23 Laurent GUERBY <laurent@guerby.net>
8168
8169 * MAINTAINERS: Update my email address.
8170
8171 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8172
8173 * configure.in (mips*-*-irix5*): Enable ld.
8174 * configure: Regenerate.
8175
8176 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8177
8178 * configure: Regenerate.
8179
8180 2004-04-15 James E Wilson <wilson@specifixinc.com>
8181
8182 * Makefile.tpl (configure-[+module+], configure-gcc,
8183 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
8184 Set and export LDFLAGS.
8185 * Makefile.in: Regenerate.
8186
8187 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
8188
8189 * MAINTAINERS: Add myself to write-after-approval.
8190
8191 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
8192
8193 PR bootstrap/14871
8194 * Makefile.tpl: If we don't have built-in-tree target tools,
8195 use the ones found by configure rather than hacking around with
8196 program_transform_name.
8197 * configure.in: Give Makefile.tpl the information necessary
8198 to do that.
8199 * Makefile.in: Regenerate.
8200 * configure: Regenerate.
8201
8202 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
8203
8204 PR bootstrap/14760
8205 * configure.in: When computing baseargs, strip *all* copies of
8206 offending options. Also, don't match/substitute the trailing space,
8207 so that this actually works when two similar options are separated by
8208 only one space.
8209 * configure: Regenerate.
8210
8211 2004-04-06 David Edelsohn <edelsohn@gnu.org>
8212
8213 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
8214 (rs6000-*-aix*): Same.
8215 * configure: Regenerate.
8216
8217 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
8218
8219 * MAINTAINERS: Add myself to write-after-approval.
8220
8221 2004-04-03 Bud Davis <bdavis9659@comcast.net>
8222
8223 * MAINTAINERS: Add myself to write-after-approval.
8224
8225 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
8226
8227 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
8228 STRICT_WARN, WARN_CFLAGS flags passed down to make.
8229 * Makefile.in: Regenerate.
8230
8231 * configure.in (top level bootstrap support): Rework --enable-werror
8232 to set @stage2_werror_flag@.
8233 * configure: Regenerate.
8234 * Makefile.tpl (top level bootstrap support): Pass
8235 @stage2_werror_flag@ down to configure in stages 2 and 3.
8236 * Makefile.in: Regenerate.
8237
8238 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
8239
8240 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
8241 for stages 2 and 3 as well as in make. As a consequence, remove
8242 OUTPUT_OPTION (now detected by configure) from the flags passed down
8243 to make.
8244 * Makefile.in: Regenerate.
8245
8246 * Makefile.tpl (new-bootstrap): Fix typo.
8247 * Makefile.in: Regenerate.
8248
8249 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
8250
8251 * Makefile.tpl: Rearrange by moving recursive_targets rules
8252 into their proper sections.
8253 * Makefile.tpl (top level bootstrap support): Move disabling
8254 of coverage flags from 'make' to 'configure'; improve comments.
8255 * Makefile.in: Regenerate.
8256
8257 * Makefile.tpl (experimental top level bootstrap) Move stage1
8258 language setting from all- target to configure- target; disable
8259 intermodule optimization in stage 1; prevent gratuitous rebuilds
8260 of stage 1.
8261 * Makefile.in: Regenerate.
8262 * configure.in: Comma-separate stage 1 language list for top
8263 level bootstrap.
8264 * configure: Regenerate.
8265
8266 * Makefile.tpl: Clean up experimental top level bootstrap support:
8267 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
8268 prev-gcc in configure- targets as well as all- targets.
8269 * Makefile.in: Regenerate.
8270
8271 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
8272
8273 * compile: New file imported from automake.
8274
8275 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
8276
8277 * configure.in: Remove symbolic link section.
8278 * configure: Regenerate.
8279 * Makefile.tpl (links): Remove.
8280 * Makefile.in: Regenerate.
8281
8282 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
8283 Nathanael Nerode <neroden@gcc.gnu.org>
8284
8285 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
8286 Set with AC_CHECK_PROGS.
8287 * configure.in: Fix comment typo from last patch.
8288 * configure: Regenerate.
8289
8290 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
8291
8292 * Makefile.tpl: Introduce experimental top level bootstrap support.
8293 * Makefile.in: Regenerate.
8294 * configure.in: Introduce support for top level bootstrap.
8295 * configure: Regenerate.
8296
8297 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
8298 Paolo Bonzini <bonzini@gnu.org>
8299
8300 PR bootstrap/14522
8301 * configure.in: Cope with shells that do not support unquoted ^
8302 * configure: Regenerate.
8303
8304 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
8305 Paolo Bonzini <bonzini@gnu.org>
8306
8307 PR bootstrap/14522
8308 * configure.in: Cope with shells that do not support nesting
8309 quotes inside quoted backquote substitutions.
8310 * configure: Regenerate.
8311
8312 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
8313
8314 PR bootstrap/14522
8315 * configure.in: Fix escaping of $.
8316 * configure: Regenerate.
8317
8318 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
8319
8320 * configure: Regenerate, since I forgot to while committing Paolo's
8321 changes.
8322
8323 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
8324
8325 PR ada/14131
8326 Move language detection to the top level.
8327 * configure.in: Find default values for the tools as
8328 soon as possible. Disable ada if GNAT is not found.
8329 Emit error message about missing languages. Expand
8330 --enable-languages=all for the gcc subdirectory.
8331
8332 2004-03-10 Ben Elliston <bje@gnu.org>
8333
8334 * MAINTAINERS: Update my email address.
8335
8336 2004-03-05 David Edelsohn <edelsohn@gnu.org>
8337
8338 * ltconfig: Disable building static libraries if building shared
8339 libraries on AIX 5L.
8340
8341 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
8342
8343 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
8344 and disable libgcj.
8345 * configure: Regenerated.
8346
8347 2004-03-01 Brian Booth <bbooth@redhat.com>
8348
8349 * MAINTAINERS: Add myself to write-after-approval.
8350
8351 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
8352
8353 * MAINTAINERS: Add myself to write-after-approval.
8354
8355 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8356
8357 PR bootstrap/7087
8358 * Makefile.tpl: Guard XFOO sed statements better.
8359 * Makefile.tpl: Add dependency for configure-target-libada.
8360 * Makefile.in: Regenerate (incidentally fixes broken
8361 commit when libada-branch was merged).
8362
8363 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
8364
8365 * MAINTAINERS: Add myself to write-after-approval.
8366
8367 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
8368
8369 * MAINTAINERS: Add Nicola Pero and myself as libobjc
8370 maintainers.
8371
8372 2004-02-20 Andrew Cagney <cagney@redhat.com>
8373
8374 * config.guess: Update from version 2003-10-16 to 2004-02-16.
8375 * config.sub: Update from version 2003-11-03 to 2004-02-16.
8376
8377 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
8378
8379 PR bootstrap/11932
8380 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
8381
8382 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
8383
8384 * MAINTAINERS: Added myself to write-after-approval.
8385
8386 2004-02-14 Michael Koch <konqueror@gmx.de>
8387
8388 * MAINTAINERS: Added myself to write-after-approval.
8389
8390 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
8391
8392 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
8393 some OS port maintainers to OS port maintainers section.
8394
8395 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
8396
8397 * MAINTAINERS: Add self.
8398
8399 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
8400
8401 * MAINTAINERS: Alphabetize.
8402
8403 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
8404
8405 * MAINTAINERS: Remove myself.
8406
8407 2004-02-11 David Edelsohn <edelsohn@gnu.org>
8408
8409 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
8410 (rs6000-*-aix*): Same.
8411 * configure: Regenerate.
8412
8413 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
8414
8415 * configure.in (host): Add in missing $noconfigdirs to defines.
8416 * configure: Regenerate.
8417
8418 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
8419 Nathanael Nerode <neroden@gcc.gnu.org>
8420
8421 PR ada/6637, PR ada/5911
8422 Merge with libada-branch:
8423 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
8424 with appropriate dependencies. Add --enable-libada configure switch.
8425 * configure, Makefile.in: Regenerate.
8426
8427 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
8428
8429 * MAINTAINERS: Add myself to write-after-approval.
8430
8431 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8432
8433 * configure.in: Don't pass --with-stabs on IRIX 5 either.
8434 * configure: Regenerate.
8435
8436 2004-02-04 Geoffrey Keating <geoffk@apple.com>
8437
8438 Merge from upstream:
8439
8440 * ltmain.in: When setting IFS to '~', be careful about user
8441 arguments that contain '~'.
8442
8443 2004-02-04 Peter O'Gorman <peter@pogma.com>
8444
8445 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
8446 Also test $base_compile against $CC with escaped arguments. Bug
8447 reported by Geoff Keating <geoffk@apple.com>.
8448
8449 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
8450
8451 * MAINTAINERS: Remove i960 port.
8452
8453 2004-01-23 DJ Delorie <dj@redhat.com>
8454
8455 * Makefile.def (target_modules) [libiberty]: Don't stage.
8456 * Makefile.in: Rebuilt.
8457
8458 2004-01-20 Caroline Tice <ctice@apple.com>
8459
8460 * MAINTAINERS: Add myself to write-after-approval.
8461
8462 2004-01-19 Paolo Carlini <pcarlini@suse.de>
8463
8464 * MAINTAINERS: Update my email address.
8465
8466 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
8467
8468 * MAINTAINERS: Add myself to write-after-approval.
8469
8470 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
8471
8472 * MAINTAINERS: Remove entries without email address.
8473
8474 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
8475
8476 * MAINTAINERS: Add myself to write-after-approval.
8477
8478 2004-01-15 Steven Bosscher <stevenb@suse.de>
8479
8480 * MAINTAINERS: Update my email address.
8481
8482 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
8483
8484 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
8485 * Makefile.tpl (configure-target-[+module+]): Support stage.
8486 * Makefile.in: Rebuilt.
8487
8488 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
8489
8490 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
8491
8492 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
8493
8494 * MAINTAINERS: Add myself as a MIPS maintainer.
8495
8496 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
8497
8498 * configure.in: Use ./config.cache, not config.cache.
8499 * configure: Regenerate.
8500 * Makefile.tpl: Special-casing not needed for GCC any more.
8501 * Makefile.in: Regenerate.
8502
8503 * configure.in: Don't share a cache file for host dirs.
8504 * configure: Regenerate.
8505
8506 * config-ml.in: Don't mess with the cache file.
8507
8508 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
8509
8510 * MAINTAINERS: Move myself from 'Write After Approval' to
8511 'CPU Port Maintainers' section as SPARC maintainer.
8512
8513 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
8514
8515 * Makefile.tpl: Make GCC use a separate config.cache.
8516 * Makefile.in: Regenerate.
8517
8518 PR bootstrap/11932, PR bootstrap/11933
8519 (I don't know if it will fix either of them, but it relates
8520 to them.)
8521 * configure.in: Don't use shared config.cache for target
8522 directories.
8523 * configure: Regenerate.
8524
8525 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
8526
8527 * MAINTAINERS: Add myself to 'Write After Approval' section.
8528
8529 2003-12-31 Roger Sayle <roger@eyesopen.com>
8530
8531 * configure.in (ia64*-*-hpux*): Disable building java libraries.
8532 * configure: Regenerated.
8533
8534 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
8535
8536 * MAINTAINERS: Remove the mn10200 maintainer.
8537
8538 2003-12-21 Bernardo Innocenti <bernie@develer.com>
8539
8540 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
8541 * configure: Regenerated.
8542
8543 2003-12-16 Jan Hubicka <jh@suse.cz>
8544
8545 * MAINTAINERS: Add myself as callgraph maintainer.
8546
8547 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
8548
8549 * configure.in (raw_libstdcxx_flags): Remove the leading space.
8550 * configure: Regenerate.
8551
8552 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
8553
8554 * MAINTAINERS: Move myself from 'Bug database only accounts' to
8555 'Write After Approval' section. Update email.
8556
8557 2003-12-01 James Lemke <jim@wasabisystems.com>
8558
8559 * MAINTAINERS (Write After Approval): Add myself.
8560
8561 2003-11-20 Matt Thomas <matt@3am-software.com>
8562
8563 * MAINTAINERS: Add myself as a vax port maintainer.
8564
8565 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
8566
8567 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
8568 (configure-build-[+module+], configure-[+module+]): Likewise.
8569 (configure-target-[+module+], configure-gcc, config.status): Likewise.
8570 * Makefile.in: Regenerate.
8571
8572 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
8573
8574 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
8575 shared/dylibed libraries.
8576 * ltmain.sh: Likewise.
8577 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
8578 * ltcf-cxx.sh: Likewise.
8579 * ltcf-gcj.sh: Likewise.
8580 * ltconfig: Likewise.
8581
8582 2003-11-17 Stan Cox <scox@redhat.com>
8583
8584 * MAINTAINERS: Add myself as iq2000 port maintainer.
8585
8586 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
8587
8588 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
8589 * Makefile.in: Regenerate.
8590
8591 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
8592
8593 * config.sub: Update to 2003-11-03 version.
8594
8595 2003-10-20 Phil Edwards <phil@codesourcery.com>
8596
8597 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
8598 * configure: Regenerate.
8599
8600 2003-10-20 Nicolas Pitre <nico@cam.org>
8601
8602 * MAINTAINERS: Add myself to 'Write After Approval' section.
8603
8604 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
8605
8606 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8607
8608 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
8609
8610 * MAINTAINERS: Update my email address.
8611
8612 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8613
8614 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
8615
8616 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
8617
8618 * MAINTAINERS: Add myself to 'Write After Approval' section.
8619
8620 2003-10-16 Bernardo Innocenti <bernie@develer.com>
8621
8622 * config.guess: Update to 2003-10-16 version.
8623 * config.sub: Update to 2003-10-16 version.
8624
8625 2003-10-15 David Daney <ddaney@avtrex.com>
8626
8627 * MAINTAINERS: Added myself to 'Write After Approval' section.
8628
8629 2003-10-15 Falk Hueffner <falk@debian.org>
8630
8631 * MAINTAINERS: Move myself from 'Bug database only accounts' to
8632 'Write After Approval' section. Update email.
8633
8634 2003-10-14 Roger Sayle <roger@eyesopen.com>
8635
8636 * MAINTAINERS: Move myself from 'Write After Approval' to
8637 'Various Maintainers' section as middle-end maintainer.
8638
8639 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
8640
8641 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
8642 HOST_FLAGS_TO_PASS.
8643 * Makefile.in: Regenerate.
8644
8645 2003-10-11 Bernardo Innocenti <bernie@develer.com>
8646
8647 * config.guess: Update to 2003-10-07 version.
8648 * config.sub: Update to 2003-10-07 version.
8649
8650 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8651
8652 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
8653 * ltconfig (irix5*, irix6*): Don't override version_type.
8654
8655 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
8656
8657 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
8658 * configure: Rebuilt
8659 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
8660 * Makefile.in: Rebuilt
8661
8662 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
8663
8664 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
8665
8666 2003-09-30 Carlo Wood <carlo@alinoe.com>
8667
8668 * MAINTAINERS (Write After Approval): Add myself.
8669
8670 2003-09-29 Paul Koning <ni1d@arrl.net>
8671
8672 * MAINTAINERS: Move myself from "Write After Approval"
8673 to CPU platform maintainers for pdp11 platform.
8674
8675 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
8676
8677 * MAINTAINERS: Move myself from 'Write After Approval' to
8678 'Various Maintainers' section as libffi testsuite maintainer.
8679
8680 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
8681
8682 * configure.in: Pass a computed --program-transform-name
8683 to subconfigures.
8684 * configure: Regenerated.
8685
8686 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8687
8688 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
8689 * Makefile.in: Regenerate.
8690
8691 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
8692 * Makefile.in: Regenerate.
8693
8694 2003-09-19 Ziemowit Laski <zlaski@apple.com>
8695
8696 * MAINTAINERS: Move myself from 'Write After Approval'
8697 to 'Various Maintainers' (objective-c) section.
8698
8699 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
8700
8701 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
8702 quoting.
8703 * configure: Regenerated.
8704
8705 2003-09-16 Joel Brobecker <brobecker@gnat.com>
8706
8707 * MAINTAINERS (Write After Approval): Add myself to write after
8708 approval list.
8709
8710 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
8711
8712 * MAINTAINERS (Write After Approval): Add myself.
8713
8714 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
8715
8716 * MAINTAINERS: Update my e-mail address.
8717
8718 2003-09-09 Alan Modra <amodra@bigpond.net.au>
8719
8720 * libtool.m4 (LD): Correct powerpc64 host match.
8721
8722 2003-09-06 James E Wilson <wilson@tuliptree.org>
8723
8724 * MAINTAINTERS: Update my affiliation and email address.
8725
8726 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8727
8728 * MAINTAINERS (Write After Approval): Add myself.
8729
8730 2003-09-04 DJ Delorie <dj@redhat.com>
8731
8732 * configure: Regenerate.
8733
8734 2003-09-04 Robert Millan <robertmh@gnu.org>
8735
8736 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
8737
8738 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8739
8740 * configure.in: Ensure arguments to sed are properly spaced.
8741 * configure: Regenerate.
8742
8743 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
8744
8745 * MAINTAINERS: Update my e-mail address.
8746
8747 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
8748
8749 * MAINTAINERS (Write After Approval): Add myself.
8750
8751 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
8752
8753 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
8754 * configure: Regenerated.
8755
8756 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
8757
8758 * MAINTAINERS: Update my email address.
8759
8760 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
8761
8762 * configure.in: Use newline instead of semicolon when assuming
8763 shell arguments in a for loop.
8764 * configure: Regenerated.
8765
8766 2003-08-22 Jason Eckhardt <jle@rice.edu>
8767
8768 * MAINTAINERS: Resurrect the i860 maintainer.
8769
8770 2003-08-20 Geoffrey Keating <geoffk@apple.com>
8771
8772 PR 8180
8773 * configure.in: When testing with_libs and with_headers, treat
8774 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
8775 * configure: Regenerate.
8776
8777 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
8778 make, shell, etc.
8779 (baseargs): Likewise.
8780 * configure: Regenerate.
8781
8782 2003-08-20 Bernardo Innocenti <bernie@develer.com>
8783
8784 * MAINTAINERS (Write After Approval): Add myself.
8785
8786 2003-08-19 Geoffrey Keating <geoffk@apple.com>
8787
8788 * configure.in: Disable libgcj for darwin not on powerpc.
8789 * configure: Rebuild.
8790
8791 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
8792
8793 * config-ml.in, symlink-tree: Add license.
8794
8795 2003-08-03 Richard Stallman <rms@gnu.org>
8796 Eben Moglen <moglen@columbia.edu>
8797
8798 * README.SCO: New file.
8799
8800 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
8801
8802 * Makefile.tpl (check, check-c++): Express dependencies using
8803 dependencies rather than commands.
8804 * Makefile.in: Regenerate.
8805
8806 2003-08-01 Andrew Cagney <cagney@redhat.com>
8807
8808 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
8809 * configure: Ditto.
8810
8811 2003-07-31 Geoffrey Keating <geoffk@apple.com>
8812
8813 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
8814 * Makefile.in: Update.
8815
8816 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
8817
8818 * configure.in: Enable libgcj for darwin.
8819 * configure: Rebuild.
8820
8821 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
8822
8823 * config-ml.in: Use ac_configure_args directly instead of
8824 ml_arguments. Only set ml_norecursion if --no[-]recursion is
8825 actually seen.
8826
8827 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
8828
8829 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
8830 creating target and build subdirs to build all parent dirs as needed.
8831 * Makefile.in: Rebuild.
8832 * configure.in: Don't build dirs explicitly here.
8833 * configure: Rebuild.
8834
8835 2003-07-26 Paul Brook <paul@nowt.org>
8836
8837 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
8838
8839 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
8840
8841 * Makefile.tpl (all-make): Depend on intl.
8842 * Makefile.in: Rebuilt.
8843
8844 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
8845
8846 * install-sh: Update to newer upstream versions (associated with
8847 aclocal 1.7).
8848 * mkinstalldirs: Likewise.
8849 * missing: Likewise, plus $1Help2man -> $1 typo fix.
8850
8851 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
8852
8853 * MAINTAINERS: Move self from Bug database only accounts
8854 to write-after-approval.
8855
8856 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
8857
8858 * config.if: Remove unused libc_interface determination.
8859
8860 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
8861
8862 * MAINTAINERS: Move self from write-after-approval to
8863 build machinery (*.in).
8864
8865 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
8866
8867 PR bootstrap/11273
8868 PR bootstrap/11408
8869 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
8870 unused INSTALL_PROGRAM_ARGS.
8871 * configure.in: Use AC_PROG_INSTALL.
8872 * Makefile.in: Regenerate.
8873 * configure: Regenerate.
8874
8875 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
8876
8877 * MAINTAINERS: Alphabetize.
8878
8879 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
8880
8881 * configure: Rebuilt.
8882 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8883 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
8884 newlib nor libgloss.
8885 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
8886 * configure.in (am33_2.0-*-linux*): Added.
8887
8888 2003-07-09 Bob Wilson <bob.wilson@acm.org>
8889
8890 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
8891 * configure: Regenerate.
8892
8893 2003-07-07 Zack Weinberg <zack@codesourcery.com>
8894
8895 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
8896 * Makefile.in: Regenerate.
8897
8898 2003-07-04 Zack Weinberg <zack@codesourcery.com>
8899
8900 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
8901 * Makefile.in: Regenerate.
8902
8903 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8904
8905 * Makefile.tpl: Replace PWD with PWD_COMMAND.
8906 * Makefile.in: Regenerated.
8907
8908 * config-ml.in: Replace PWD with PWD_COMMAND.
8909
8910 2003-07-04 Zack Weinberg <zack@codesourcery.com>
8911
8912 * intl: New directory; see intl/ChangeLog for details.
8913 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
8914 * Makefile.tpl: all-gcc depends on maybe-all-intl.
8915 * Makefile.in: Regenerate.
8916
8917 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
8918
8919 * configure.in: Clean up config-lang.in handling. Delete
8920 useless assignment to "subdirs".
8921 * configure: Regenerate.
8922
8923 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
8924
8925 * configure.in: Rename 'target_libs' to 'target_libraries'.
8926 Remove useless reference to 'target_libs'.
8927 * configure: Regenerate.
8928
8929 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
8930
8931 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
8932 * Makefile.in: Regenerate.
8933
8934 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
8935
8936 * Makefile.def: Introduce flags_to_pass.
8937 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
8938 * Makefile.in: Regenerate.
8939
8940 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
8941
8942 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
8943 and target-libgloss.
8944 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
8945 <h8300*-*-*>: Disable libf2c and ${libgcj}.
8946 * configure: Regenerate.
8947
8948 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
8949
8950 * configure.in: Update testsuite_flags to new location.
8951 * configure. Regenerate.
8952
8953 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
8954
8955 * Makefile.tpl: Remove BUILD_CC stuff.
8956 * Makefile.in: Regenerate.
8957
8958 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
8959
8960 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
8961
8962 2003-06-16 Graeme Peterson <gp@qnx.com>
8963
8964 * MAINTAINERS (Write After Approval): Add myself.
8965
8966 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
8967
8968 * config.guess: Update to 2003-06-12 version.
8969 * config.sub: Update to 2003-06-13 version.
8970
8971 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
8972
8973 * config.guess: Update to 2003-06-06 version.
8974 * config.sub: Update to 2003-06-06 version.
8975
8976 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8977
8978 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
8979 * configure. Regenerate.
8980
8981 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
8982
8983 * configure.in: Disable serial configure by default.
8984 * configure: Regenerate.
8985 * Makefile.tpl: Abolish .NOTPARALLEL.
8986 * Makefile.in: Regenerate.
8987
8988 * Makefile.tpl: Replace {build,host,target}_canonical by
8989 {build,host,target}.
8990 * Makefile.in: Regenerate.
8991
8992 * Makefile.tpl: Fix stupid pasto.
8993 * Makefile.in: Regenerate.
8994
8995 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
8996
8997 * Makefile.tpl: Remove bogus conditional.
8998 * Makefile.in: Regenerate.
8999
9000 2003-06-05 Jan Hubicka <jh@suse.cz>
9001
9002 * Makefile.tpl (profiledbootstrap): New target.
9003 * Makefile.in (profiledbootstrap): New target.
9004
9005 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9006
9007 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
9008 Pinski. Remove user names from other bugzilla-only maintainers.
9009
9010 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
9011
9012 * Makefile.tpl: Make 'recursive targets' using autogen rather
9013 than shell loop. Remove duplicate 'clean' targets and false
9014 comments.
9015 * Makefile.def: Add systematic dependencies to 'recursive' targets.
9016 Add systematic method of specifying missing targets in subdirs.
9017 Add copyright boilerplate.
9018 * Makefile.in: Regenerate.
9019 * configure.in: Add 'recursive targets' to maybe list.
9020 * configure: Regenerate.
9021
9022 * MAINTAINERS: "GNATS only" -> "Bug database only".
9023
9024 * Makefile.tpl: Rename [+target+] to [+make_target+].
9025 * Makefile.def: Rename 'target' to 'make_target'.
9026
9027 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
9028
9029 * MAINTAINERS: Add self as options handling maintainer.
9030
9031 2003-05-28 Michael Meissner <gnu@the-meissners.org>
9032
9033 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
9034 been too long since I touched those ports.
9035
9036 2003-05-28 DJ Delorie <dj@redhat.com>
9037
9038 * Makefile.tpl: Make maybe-check-gcc .PHONY.
9039 * Makefile.in: Regenerate.
9040
9041 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
9042
9043 * configure.in: Use curly braces in the definition of tooldir.
9044 * configure: Regenerate.
9045
9046 2003-05-21 DJ Delorie <dj@redhat.com>
9047
9048 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
9049 newlib or libgloss.
9050 * Makefile.in: Regenerate.
9051
9052 2003-05-21 DJ Delorie <dj@redhat.com>
9053
9054 * Makefile.tpl: Add missing empty maybe-check-gcc target.
9055 * Makefile.in: Regenerate.
9056
9057 2003-05-20 Ian Lance Taylor <ian@airs.com>
9058
9059 * MAINTAINERS: Update my e-mail address.
9060
9061 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
9062
9063 * configure.in: Switch more things to use maybe dependencies.
9064 * Makefile.tpl: Switch more things to use maybe dependencies.
9065 Factor out common code from autogen IF statements.
9066 * configure: Regenerate.
9067 * Makefile.in: Regenerate.
9068
9069 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
9070
9071 * configure.in: Accept i[3456789]86 for machine type.
9072 * configure: Regenerate.
9073
9074 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
9075
9076 * configure.in: Switch more things to use maybe dependencies.
9077 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
9078 * configure: Regenerate.
9079 * Makefile.tpl: Switch more things to use maybe dependencies.
9080 * Makefile.in: Regenerate.
9081
9082 2003-05-16 Andreas Schwab <schwab@suse.de>
9083
9084 * Makefile.tpl (install-opcodes): Define.
9085 * Makefile.in: Rebuild.
9086
9087 2003-05-13 Andreas Jaeger <aj@suse.de>
9088
9089 * config.guess: Update to 2003-05-09 version.
9090 * config.sub: Update to 2003-05-09 version.
9091
9092 2003-05-13 Michael Eager <eager@mvista.com>
9093
9094 * configure.in: Correct sed script so that options in quotes are not
9095 deleted.
9096 * configure: Rebuild.
9097
9098 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
9099
9100 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
9101 and $$s/newlib/libc/sys/cygwin32 include paths.
9102 * configure: Ditto.
9103
9104 2003-05-12 Michael Meissner <gnu@the-meissners.org>
9105
9106 * MAINTAINERS: Update my email addresses.
9107
9108 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
9109
9110 * config-ml.in: Propagate INSTALL variables.
9111
9112 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9113
9114 * MAINTAINERS: Remove duplicate entries in Write After Approval.
9115
9116 2003-05-02 Chris Demetriou <cgd@broadcom.com>
9117
9118 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
9119 * Makefile.in: Regenerate.
9120
9121 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
9122
9123 * MAINTAINERS (GNATS only): Add Falk Hueffner.
9124
9125 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
9126
9127 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
9128
9129 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
9130
9131 * Makefile.tpl: Clean $(BUILD_SUBDIR).
9132 * Makefile.in: Regenerated.
9133
9134 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
9135
9136 * MAINTAINERS (Write After Approval): Upgrade myself from
9137 GNATS only to write-after-approval. Update my mail address.
9138
9139 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
9140
9141 (OS Port Maintainers: freebsd): Add myself.
9142
9143 2003-04-22 Mark Mitchell <mark@codesourcery.com>
9144
9145 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
9146
9147 2003-04-22 Kean Johnston <jkj@sco.com>
9148
9149 * MAINTAINERS (SCO ports): Added myself.
9150
9151 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
9152
9153 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
9154
9155 2003-04-19 Kean Johnston <jkj@sco.com>
9156
9157 * MAINTAINERS (Write After Approval): Add myself.
9158
9159 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9160
9161 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
9162 * Makefile.in: Regenerate.
9163
9164 2003-04-18 Jakub Jelinek <jakub@redhat.com>
9165
9166 * configure.in (powerpc64*-*-linux*): Remove.
9167 * configure: Rebuilt.
9168
9169 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
9170
9171 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
9172 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
9173 and restrap.
9174 * Makefile.in: Regenerate.
9175
9176 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
9177
9178 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
9179 * configure: Regenerated.
9180
9181 2003-04-15 DJ Delorie <dj@redhat.com>
9182
9183 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
9184
9185 2003-04-13 Nick Clifton <nickc@redhat.com>
9186
9187 * config-ml.in: Remove support for --disable-aix removing
9188 call-aix multilibs.
9189
9190 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
9191
9192 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
9193 * */configure: Rebuilt.
9194
9195 2003-04-08 Joel Sherrill <joel@oarcorp.com>
9196
9197 * MAINTAINERS: Add my email address.
9198
9199 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
9200
9201 * MAINTAINERS (Write After Approval): Add myself.
9202
9203 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
9204
9205 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
9206 * Makefile.in: Regenerate.
9207
9208 2003-03-14 Michael Chastain <mec@shout.net>
9209
9210 * Makefile.in: Regenerate with correct Makefile.def.
9211
9212 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
9213
9214 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
9215 Make macro.
9216 * Makefile.in: Regenerate.
9217 * configure.in: Clean up gxx_include_dir logic.
9218 * configure: Regenerate.
9219
9220 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
9221
9222 * MAINTAINERS (Write After Approval): Add myself.
9223
9224 2003-03-10 Ben Elliston <bje@wasabisystems.com>
9225
9226 * MAINTAINERS: Update my mail address.
9227
9228 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9229
9230 * configure.in (gxx_include_dir): Fix typo.
9231 * configure: Regenerated.
9232
9233 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
9234
9235 * Makefile.tpl: Reindent.
9236 * Makefile.in: Regenerate.
9237 * configure.in: Reindent. Don't set unused variables.
9238 * configure: Regenerate.
9239
9240 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
9241
9242 * configure.in: Include $(build_tooldir)/sys-include in
9243 FLAGS_FOR_TARGET.
9244 * configure: Regenerated.
9245
9246 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
9247
9248 * Makefile.tpl: Always pass down RANLIB.
9249 * Makefile.in: Regenerate.
9250
9251 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
9252 * Makefile.in: Regenerate.
9253 * configure.in: Remove unused logic relating to --enable-shared
9254 and --enable-threads. Remove bogus comments. Remove redundant
9255 noconfigdirs.
9256 * configure: Regenerate.
9257
9258 * configure.in: Replace ${libstdcxx_version} by its value.
9259 Remove reference to mh-dgux.
9260 * configure: Regenerate.
9261
9262 2003-03-03 Kevin Buettner <kevinb@redhat.com>
9263
9264 * MAINTAINERS (Write After Approval): Add myself.
9265
9266 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9267
9268 * Makefile.tpl: Rearrange.
9269 * Makefile.in: Regenerate.
9270
9271 2003-02-25 Uwe Stieber <uwe@wwws.de>
9272
9273 * configure.in: Add support for kaOS as cross build target system.
9274 * configure: Regenerated.
9275
9276 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
9277
9278 * MAINTAINERS (Write after approval): Add myself.
9279
9280 2003-02-21 James E Wilson <wilson@tuliptree.org>
9281
9282 * MAINTAINERS: Update my email address.
9283
9284 2003-02-21 Zack Weinberg <zack@codesourcery.com>
9285
9286 * MAINTAINERS: Add self to blanket write privs. section.
9287
9288 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
9289
9290 * Makefile.tpl: Add definition of CPPFLAGS to pass into
9291 configure-target-* as some target builds may require additional
9292 flags for preprocessor tests.
9293 * Makefile.in: Regenerated.
9294
9295 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
9296
9297 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
9298 * ltconfig: Handle it.
9299 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
9300 auto-detecting it.
9301
9302 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
9303 it is used as argument to $CC.
9304 * ltcf-gcj.sh: Likewise.
9305
9306 * configure.in: Introduce --enable-maintainer-mode.
9307 * configure: Rebuilt.
9308 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
9309 for maintainer mode.
9310 * Makefile.in: Rebuilt.
9311
9312 2003-02-18 Jason Merrill <jason@redhat.com>
9313
9314 * Makefile.tpl (check-c++): Allow parallelism.
9315
9316 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9317
9318 * MAINTAINERS: Remove John Carr (who never actually had access to
9319 gcc.gnu.org).
9320
9321 2003-02-15 Geoffrey Keating <geoffk@apple.com>
9322
9323 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
9324 don't configure target-libobjc.
9325 * configure: Regenerate.
9326
9327 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9328
9329 * Makefile.tpl (RANLIB): Define.
9330 * Makefile.in: Regenerate.
9331
9332 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
9333
9334 * MAINTAINERS: Update my email.
9335
9336 2003-02-06 Keith R Seitz <keiths@redhat.com>
9337
9338 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
9339 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
9340 * Makefile.in: Regenerated.
9341 * configure.in: Remove all traces of snavigator, db, and grep.
9342 * configure: Regenerated.
9343
9344 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9345
9346 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
9347 After Approval.
9348
9349 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
9350
9351 * MAINTAINERS (Write after approval): Add myself.
9352
9353 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
9354
9355 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
9356 * Makefile.in: Regenerated.
9357
9358 2003-01-30 Roger Sayle <roger@eyesopen.com>
9359
9360 * config.guess: Updated to 2003-01-30's version.
9361 * config.sub: Updated to 2003-01-28's version.
9362
9363 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
9364
9365 * config.if: If gcc_version is already set, just use it. Don't set
9366 gcc_version_trigger if it's already set, otherwise set it to
9367 gcc/version.c, but only if the file exists. If it is not set and
9368 gcc/version.c does not exist, try to extract the version number from
9369 $CC.
9370
9371 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
9372
9373 * MAINTAINERS: Add myself to write-after-approval list.
9374
9375 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
9376
9377 * configure.in: Revert 24Jan change.
9378 * configure: Regenerate.
9379
9380 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9381
9382 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
9383 entry of HJ Lu.
9384
9385 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
9386
9387 * configure.in: Revert previous change.
9388 * configure: Regenerate.
9389
9390 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
9391
9392 * configure.in: Make rda native-only.
9393 * configure: Regenerate.
9394
9395 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9396
9397 * MAINTAINERS: Move myself from GNATS-only-accounts to
9398 write-after-approval.
9399
9400 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
9401
9402 * configure.in: Add missing \.
9403 * configure: Rebuilt.
9404
9405 2003-01-17 Jakub Jelinek <jakub@redhat.com>
9406
9407 * configure.in (baseargs): Avoid using \| in sed regular
9408 expressions.
9409 * configure: Rebuilt.
9410
9411 2003-01-16 Jakub Jelinek <jakub@redhat.com>
9412
9413 * configure.in (baseargs): Remove all supported forms of
9414 --cache-file, --srcdir, --host, --build and --target options
9415 from argument lists.
9416 * configure: Rebuilt.
9417
9418 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
9419
9420 * MAINTAINERS: Add myself to write-after-approval list.
9421
9422 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
9423
9424 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
9425 * configure: Rebuilt.
9426
9427 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
9428
9429 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
9430 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
9431 * Makefile.in: Regenerate.
9432 * configure: Regenerate.
9433
9434 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
9435
9436 * configure.in: Remove Makefile in build, host and target modules
9437 unless configure was run with --no-recursion.
9438 * configure: Rebuilt.
9439
9440 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
9441
9442 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
9443 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
9444 * Makefile.in: Regenerate.
9445
9446 2003-01-08 Chris Demetriou <cgd@broadcom.com>
9447
9448 * config.guess: Update to 2003-01-03 version.
9449 * config.sub: Update to 2003-01-03 version.
9450
9451 2003-01-07 Christopher Faylor <cgf@redhat.com>
9452
9453 * configure: Regenerate with proper autoconf 2.13.
9454
9455 2003-01-07 Christopher Faylor <cgf@redhat.com>
9456
9457 * configure.in: Add AC_PREREQ for consistency.
9458 * configure: Regenerate.
9459
9460 2003-01-06 Andrew Cagney <ac131313@redhat.com>
9461
9462 * configure.in (GDB_TK): Add tcl directories conditional on
9463 gdb/gdbtk directory being present.
9464 * configure: Regenerate.
9465
9466 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
9467
9468 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
9469 used by gcc if LD is not defined and we are not doing a Canadian Cross.
9470 * configure: Rebuilt.
9471
9472 2002-12-31 Tom Tromey <tromey@redhat.com>
9473
9474 * Makefile.in: Rebuilt.
9475 * Makefile.def (target_modules) [libffi]: Allow installation.
9476
9477 2002-12-31 Andreas Schwab <schwab@suse.de>
9478
9479 * configure.in: Fix use of $program_transform_name.
9480 * configure: Regenerated.
9481
9482 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
9483
9484 * configure.in (baseargs): Don't remove first configure argument.
9485 * configure: Regenerated.
9486
9487 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
9488
9489 * Makefile.tpl (local-distclean): Don't remove...
9490 (multilib.ts): ... this. Moved into...
9491 (multilib.out): ... this. Don't use sub-make.
9492 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
9493 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
9494 (configure-build-[+module+], configure-[+module+],
9495 configure-target-[+module+], configure-gcc): ... these. Test
9496 for Makefile existence. Drop config.status from dependencies.
9497 * Makefile.in: Rebuilt.
9498 * configure.in: Move gcc-version-trigger to the end of
9499 ac_configure_args. Add comments to maybedep.tmp and
9500 serdep.tmp. Introduce --disable-serial-configure. Remove
9501 nonopt from baseargs, matching and removing corresponding
9502 whitespace while at it.
9503 * configure: Rebuilt.
9504
9505 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
9506
9507 * configure.in (host_configargs): Replace reference to
9508 no-longer-defined buildopts with --build=${build_alias}.
9509 * configure: Rebuilt.
9510
9511 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
9512 program_transform_name to standard idiom.
9513 (AUTOGEN, AUTOCONF): Define.
9514 (Makefile.in): Use $(AUTOGEN).
9515 (Makefile): Depend on config.status, and use autoconf-style rule to
9516 build it. Move original commands to...
9517 (config.status): ... this new target.
9518 (configure): Add $(srcdir). Depend on config/acx.m4. Use
9519 $(AUTOCONF).
9520 * Makefile.in: Rebuilt.
9521
9522 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
9523
9524 * Makefile.tpl: Fix dramatic bustage due to change in
9525 program_transform_name.
9526 * Makefile.in: Regenerate.
9527
9528 * configure.in: Remove unnecessary PATH setting.
9529 * configure: Regnerate.
9530
9531 * configure.in: Don't default to unprefixed tools unless
9532 the native tools will work.
9533 * configure: Regenerate.
9534
9535 * configure.in: Convert to autoconf script. Blow away lots
9536 of now-redundant Makefile fragments.
9537 * configure: Generate using Autoconf.
9538 * Makefile.tpl: Rewrite to reflect autoconfiscation.
9539 * Makefile.in: Regenerate.
9540
9541 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
9542
9543 * configure: Fix stupid bug where RANLIB was mistakenly included.
9544
9545 * configure.in: Rename (buildargs, hostargs, targargs) to
9546 (build_configargs, host_configargs, target_configargs).
9547
9548 * configure.in: Move logic out of sed statement.
9549
9550 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
9551 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
9552
9553 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
9554
9555 * config.sub: Import from master repository
9556 * config.guess: Ditto
9557
9558 2002-12-24 Andreas Schwab <schwab@suse.de>
9559
9560 * Makefile.tpl (multilib.out): Fix missing space.
9561 * Makefile.in: Regenerate.
9562
9563 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
9564
9565 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
9566 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
9567 * Makefile.in: Regenerate.
9568 * configure.in: Remove unnecessary leftovers.
9569
9570 2002-12-21 Geoffrey Keating <geoffk@apple.com>
9571
9572 * configure.in (extra_ranlibflags_for_target): New variable.
9573 (*-*-darwin): Add -c to ranlib commands.
9574 * configure (tooldir): Handle extra_ranlibflags_for_target.
9575
9576 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
9577
9578 * Makefile.tpl: Revert HJL's change.
9579 * Makefile.in: Regenerated.
9580 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
9581 always.
9582
9583 2002-12-19 Andreas Schwab <schwab@suse.de>
9584
9585 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
9586 * Makefile.in: Regenerate.
9587
9588 2002-12-18 H.J. Lu <hjl@gnu.org>
9589
9590 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
9591 * Makefile.in: Regenerated.
9592
9593 * configure.in (build_prefix): New. Substitute.
9594
9595 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
9596
9597 * Makefile.tpl: Don't let real targets depend on phony targets.
9598 * Makefile.in: Regenerate.
9599
9600 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
9601 * Makefile.in: Regenerate.
9602
9603 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
9604
9605 * config.sub: Import from master repository
9606 * config.guess: Ditto
9607
9608 2002-12-16 Jason Merrill <jason@redhat.com>
9609
9610 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
9611 previous 'make bootstrap'.
9612 * Makefile.in: Regenerate.
9613
9614 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
9615
9616 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
9617
9618 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
9619
9620 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
9621 * Makefile.in: Regenerate.
9622
9623 2002-12-13 Jason Merrill <jason@redhat.com>
9624
9625 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
9626 library tests.
9627 (check-c++): Just depend on it and check-target-libstdc++-v3.
9628 * Makefile.in: Regenerate.
9629
9630 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
9631
9632 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
9633 * Makefile.in: Rebuilt.
9634
9635 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
9636
9637 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
9638
9639 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
9640
9641 * configure: Fix bug put in by gremlins.
9642
9643 * Makefile.tpl: Substitute more autoconfily.
9644 * configure: Substitute more autoconfily.
9645 * Makefile.in: Regenerate.
9646
9647 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
9648
9649 * config.sub: Import from master repository
9650 * config.guess: Ditto
9651 * MAINTAINERS: Added Svein Seldal under write after approval
9652
9653 2002-12-08 Andrew Cagney <ac131313@redhat.com>
9654
9655 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
9656 * Makefile.in (all-sim): Ditto.
9657
9658 2002-12-06 DJ Delorie <dj@redhat.com>
9659
9660 * Makefile.tpl: Change configure dependencies to not have real
9661 targets depend on phony targets.
9662
9663 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
9664
9665 * configure.in: Revert unintentional change.
9666
9667 * Makefile.tpl: Change dependency for */multilib.out so that
9668 it works when gcc isn't in the tree.
9669
9670 * configure.in: Substitute more.
9671 * configure: Run subconfigures from the Makefile.
9672 * Makefile.tpl: Run subconfigures from the Makefile; add a few
9673 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
9674
9675 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9676
9677 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
9678
9679 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
9680
9681 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
9682 and corresponding dependencies.
9683 * Makefile.in: Regenerate.
9684
9685 * configure.in (host_tools): Order binutils, gas and ld for
9686 convenience in running the testsuites.
9687
9688 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
9689 * Makefile.in: Regenerate.
9690 * configure.in: Introduce rules to serialize subconfigure runs.
9691
9692 * configure.in: Introduce BASE_CC_FOR_TARGET.
9693 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
9694 Realize configure-build-* targets. Realize configure-target-* targets.
9695 * Makefile.in: Regenerate.
9696
9697 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
9698
9699 * configure: Move gcc_version_trigger stuff from here...
9700 * configure.in: ...to here.
9701
9702 * configure.in: Separate subconfigure options added by this file from
9703 options given by the user. Add machinery to put args for host
9704 subconfigures into the Makefile.
9705
9706 * Makefile.tpl: Remove 'vault' targets.
9707 * Makefile.tpl: Reorder and comment dependencies.
9708 * Makefile.in: Regenerate.
9709
9710 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
9711 * configure.in: Fix my broken commit of previous patch. (sigh)
9712
9713 2002-11-28 Geoffrey Keating <geoffk@apple.com>
9714
9715 * configure.in: Move host-specific darwin noconfigdirs into
9716 the host-specific section.
9717
9718 2002-11-28 Geoffrey Keating <geoffk@apple.com>
9719
9720 * configure.in: Move host-specific darwin noconfigdirs into
9721 the host-specific section.
9722
9723 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
9724
9725 * configure: Remove skip-this-dir support.
9726 * Makefile.tpl: Remove skip-this-dir support.
9727
9728 * Makefile.tpl: Remove leftover support for non-autoconfiscated
9729 subdirectories.
9730 * Makefile.in: Regenerate.
9731
9732 * Makefile.tpl: Strip out useless setting of 'dir'.
9733 * Makefile.in: Regenerate.
9734
9735 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
9736
9737 * configure.in: Fix deeply stupid bug.
9738
9739 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
9740 shell code in CXX_FOR_TARGET
9741 * Makefile.def: Introduce raw_cxx.
9742 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
9743 RAW_CXX_FOR_TARGET.
9744 * Makefile.in: Regenerate.
9745
9746 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
9747
9748 * Makefile.tpl: Remove unnecessary ifs.
9749 * Makefile.in: Regenerate.
9750
9751 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
9752 dependencies. Maybe-ize build-libiberty. Create dummy install
9753 targets for 'no_install' modules.
9754 * configure: Move GDB_TK substitution to configure.in. Move
9755 build_modules stuff to configure.in.
9756 * configure.in: Implement soft dependency machinery. Maybe-ize
9757 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
9758 * Makefile.in: Regenerate.
9759
9760 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
9761
9762 * Makefile.tpl: Make all-target, install-target behave similarly
9763 to all, install (only hitting configured targets). Eliminate
9764 unused macro defintions.
9765
9766 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
9767 build != host.
9768
9769 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
9770
9771 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
9772
9773 * configure.in: Produce lists of subdir targets we're actually
9774 configuring. Remove references to "dosrel".
9775 * Makefile.tpl: Let configure set which subdir targets are hit.
9776 Remove install-cross; clean up install; remove ALL. Remove
9777 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
9778 Autogenerate host module targets. Remove empty dependency lines
9779 and redundant dependency; rearrange slightly.
9780 * Makefile.def: Add host-side libtermcap, utils.
9781
9782 * Makefile.in: Regenerate.
9783
9784 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9785
9786 * ltconfig (osf[345]): Append $major to soname_spec.
9787 Reflect this in library_names_spec.
9788 * ltmain.sh (osf): Prefix $major with . for use as extension.
9789
9790 2002-11-19 Andreas Jaeger <aj@suse.de>
9791
9792 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
9793 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
9794 and sparc64 GNU/Linux systems.
9795
9796 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
9797
9798 * MAINTAINERS: Update email.
9799
9800 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9801
9802 * MAINTAINERS: Complete James Dennett's entry.
9803
9804 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
9805
9806 * MAINTAINERS (Write After Approval): Add myself.
9807
9808 2002-11-13 Bruce Korb <bkorb@gnu.org>
9809
9810 * Makefile.tpl: syntactic cleanup
9811
9812 2002-11-13 Stuart Hastings <stuart@apple.com>
9813
9814 * MAINTAINERS: Add myself to write-after-approval list.
9815
9816 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9817
9818 * Makefile.def: Add list of recursive targets to autogenerate.
9819 Add build_modules.
9820 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
9821 targets. Autogenerate *-build-* targets.
9822 * Makefile.in: Regenerate.
9823
9824 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9825
9826 * configure: More autoconf-style substitutions.
9827 * Makefile.tpl: More autoconf-style substitutions.
9828 * Makefile.in: Regenerate.
9829
9830 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
9831
9832 * configure: Substitute more variables in a more autoconf-friendly
9833 way. Simplify slightly.
9834 * Makefile.tpl: Make more variables substitutable in an
9835 autoconf-friendly way.
9836 * Makefile.in: Regenerate.
9837
9838 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
9839
9840 * MAINTAINERS (Write After Approval): Add myself.
9841
9842 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
9843
9844 * configure.in (v810*): Remove special setting of tools.
9845
9846 * configure: Add support for extra required flags for ar or nm.
9847 * configure.in (aix4.3+): Use above support for target-specific
9848 issues, rather than using config/mt-aix43.
9849
9850 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
9851
9852 * configure: Remove 'removing', which doesn't work. Replace $subdir
9853 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
9854 with $srcdir. Reformat indentation. Substitute some variables
9855 formerly hard-coded in the Makefile for build=host.
9856 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
9857 * Makefile.def: Autogenerate more.
9858 * Makefile.in: Regenerate.
9859
9860 2002-11-04 Adam Nemet <anemet@lnxw.com>
9861
9862 * MAINTAINERS (Write After Approval): Add myself.
9863
9864 2002-11-04 Kevin Buettner <kevinb@redhat.com>
9865
9866 * Makefile.def (host_modules): Add rda.
9867 * Makefile.in: Regenerate.
9868 * configure.in (target_tool): Add target-rda to list.
9869
9870 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9871
9872 * MAINTAINERS: Remove "co-maintainer" note for web pages.
9873
9874 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
9875
9876 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
9877 and restrap targets to this rule.
9878 * Makefile.in: Regenerate.
9879
9880 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9881
9882 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
9883 GNATS only accounts.
9884
9885 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
9886
9887 * configure.in (i[3456]86-*-linux*): Add check to disable
9888 ${libgcj} for glibc1.
9889
9890 2002-10-24 Denis Chertykov <denisc@overta.ru>
9891
9892 * MAINTAINERS: Add myself as ip2k port maintainer.
9893
9894 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
9895
9896 * configure.in: Add tic4x target.
9897
9898 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
9899
9900 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
9901 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
9902 * Makefile.in: Regenerate.
9903
9904 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
9905 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
9906 * Makefile.in: Regenerate.
9907
9908 2002-10-02 Janis Johnson <janis187@us.ibm.com>
9909
9910 * MAINTAINERS: Add myself as web pages co-maintainer.
9911
9912 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
9913
9914 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
9915 * Makefile.in: Regenerate.
9916
9917 2002-10-02 Zack Weinberg <zack@codesourcery.com>
9918
9919 * MAINTAINERS: Add myself and Nathan Sidwell
9920 <nathan@codesourcery.com> as VxWorks maintainers.
9921
9922 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
9923
9924 * Makefile.def: Remove order dependency comments.
9925 * Makefile.tpl: Add explicit install-install dependencies.
9926 * Makefile.in: Regenerate.
9927
9928 * Makefile.tpl: Remove material now in src-release. (Finally!)
9929 * Makefile.in: Regenerate.
9930
9931 * Makefile.tpl: Add configure-target (for src-release in src)
9932 * Makefile.in: Regenerate.
9933
9934 2002-09-30 Nick Clifton <nickc@redhat.com>
9935
9936 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
9937
9938 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
9939
9940 * configure.in (s390*-*-linux*): Enable libgcj.
9941
9942 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
9943
9944 * configure: Revert accidentally applied changes.
9945
9946 * Makefile.tpl: Make more autoconf-friendly.
9947 * Makefile.in: Regenerate.
9948 * configure: Make substitution more autoconf-like.
9949
9950 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
9951
9952 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
9953 single entry to handle all these.
9954 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
9955 libjava on arm-*-elf.
9956
9957 2002-09-27 Geoffrey Keating <geoffk@apple.com>
9958
9959 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
9960 things that depend on them.
9961
9962 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
9963
9964 * Makefile.tpl: Make subsituted variables more autoconfy.
9965 * Makefile.in: Regenerate.
9966 * configure: Make seds more autoconfy.
9967
9968 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
9969
9970 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
9971 * Makefile.in: Regenerate.
9972 * configure.in: Rewrite sed statements to look autoconfy.
9973
9974 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
9975 all-target-foo on configure-target-foo.
9976 * Makefile.def: Ditto.
9977 * Makefile.in: Rebuild.
9978
9979 2002-09-25 Andrew Haley <aph@redhat.com>
9980
9981 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
9982
9983 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
9984
9985 * Makefile.def: New file.
9986 * Makefile.tpl: New file.
9987 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
9988 * contrib/gcc_update: Note that Makefile.in is a generated file.
9989
9990 * configure.in: Minor rearrangement. Simplify tests.
9991
9992 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
9993
9994 * configure.in (with_headers): Skip copy if value is "yes".
9995 (with_libs): Likewise.
9996
9997 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
9998
9999 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
10000 * configure.in (sh*-*-pe*): Ditto.
10001 * configure.in (mips*-*-pe*): Ditto.
10002 * configure.in (*arm-wince-pe): Ditto.
10003
10004 * configure.in: Rearrange.
10005
10006 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
10007
10008 * MAINTAINERS: Update my email address.
10009
10010 2002-08-30 Paul Koning <pkoning@equallogic.com>
10011
10012 * MAINTAINERS: (Write After Approval): Add myself.
10013
10014 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
10015
10016 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
10017
10018 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
10019
10020 * MAINTAINERS: Change my mailing address.
10021
10022 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
10023
10024 * MAINTAINERS (Write After Approval): Remove myself.
10025 (Various Maintainers: c++ runtime libs): Add myself.
10026
10027 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
10028
10029 * MAINTAINERS (Write After Approval): Remove myself.
10030 (Various Maintainers: c++ runtime libs): Add myself.
10031
10032 2002-08-15 Eric Christopher <echristo@redhat.com>
10033
10034 * config.sub: Import from master repository.
10035 * config.guess: Ditto.
10036
10037 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
10038
10039 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
10040 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
10041 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
10042
10043 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
10044
10045 * MAINTAINERS: Add self to rs6000 vector extensions.
10046
10047 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
10048
10049 * libiberty/configure: Reverted unintended yesterday's check in.
10050
10051 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
10052
10053 * boehm-gc/configure, libf2c/configure: Rebuilt.
10054 * libffi/configure, libiberty/configure: Ditto.
10055 * libjava/configure, libobjc/configure: Ditto.
10056 * libstdc++-v3/configure, zlib/configure: Ditto.
10057 Merged from binutils:
10058 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
10059 From Steve Ellcey <sje@cup.hp.com>:
10060 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
10061 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
10062 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
10063 IA64.
10064 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
10065 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
10066 soname_spec, sys_lib_search_path_spec): Ditto.
10067
10068 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
10069
10070 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
10071
10072 2002-08-04 H.J. Lu (hjl@gnu.org)
10073
10074 * configure.in (mips*-*-linux*): Don't skip target-libffi.
10075
10076 2002-08-02 Krister Walfridsson <cato@df.lth.se>
10077
10078 * MAINTAINERS (Write After Approval): Add myself.
10079
10080 2002-07-31 Alan Modra <amodra@bigpond.net.au>
10081
10082 * configure.in: Move generic linux case to end. Copy generic
10083 linux noconfigdirs to mips*-*-linux* entry and new
10084 powerpc64*-*-linux* entry. Add target-libffi for the latter.
10085
10086 2002-07-19 Michael Matz <matz@suse.de>
10087
10088 * MAINTAINERS: Add myself as ra* maintainer.
10089
10090 2002-07-16 Chris Demetriou <cgd@broadcom.com>
10091
10092 * config.guess: Update to 2002-07-09 version.
10093 * config.sub: Update to 2002-07-03 version.
10094
10095 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
10096
10097 * MAINTAINERS: Fix typo in a maintainer email address.
10098
10099 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
10100
10101 * configure.in: Remove two redundant tests.
10102
10103 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10104
10105 * configure.in (mips*-*-irix6*o32): Enable stabs.
10106
10107 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
10108
10109 * configure.in: Don't build grez.
10110 * Makefile.in: Ditto.
10111
10112 * Makefile.in: Remove references to bsp, cygmon, libstub.
10113 * configure.in: Ditto.
10114
10115 * configure.in: Remove leftover reference to gdbtest.
10116
10117 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
10118
10119 * configure.in (gxx_include_dir): Change to match versioned
10120 C++ headers if --enable-version-specific-runtime-libs is used.
10121
10122 2002-07-04 Steve Ellcey <sje@cup.hp.com>
10123
10124 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
10125
10126 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
10127
10128 * configure.in: Make --without-x work.
10129
10130 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
10131
10132 * configure.in: Rearrange target Makefile fragment collection.
10133
10134 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
10135 cvs[src].
10136 * configure.in: Ditto.
10137
10138 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
10139
10140 * MAINTAINERS (Write After Approval): Update my e-mail address.
10141
10142 2002-06-24 Ben Elliston <bje@redhat.com>
10143
10144 * configure.in (host_tools): Remove cgen.
10145
10146 * Makefile.in (all-cgen): Remove; runs from its source directory.
10147 (check-cgen, install-cgen, clean-cgen): Likewise.
10148 (all-opcodes): Do not depend on all-cgen.
10149 (all-sim): Likewise.
10150
10151 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
10152
10153 * Makefile.in: Eliminate 'apache' targets.
10154 * configure.in: Eliminate 'apache' targets.
10155
10156 * configure.in: Eliminate redundant tests. Reorganize.
10157
10158 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
10159
10160 * config-ml.in: Eliminate references to Cygnus configure.
10161
10162 * Makefile.in: Eliminate references to building emacs.
10163
10164 2002-06-28 Graham Stott <graham.stott@btinternet.com>
10165
10166 * MAINTAINERS: Update my email address.
10167
10168 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
10169
10170 * config.if (libstdcxx_incdir): Version C++ headers.
10171 (cxx_incdir): Remove.
10172
10173 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
10174
10175 * MAINTAINERS (Write After Approval): Add self.
10176
10177 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
10178
10179 * configure.in: Add support for ip2k.
10180
10181 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
10182
10183 * configure.in: Fix AIX configury bug.
10184
10185 2002-06-20 Steve Ellcey <sje@cup.hp.com>
10186
10187 * MAINTAINERS (Write After Approval): Add self.
10188
10189 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
10190
10191 * configure.in: replace ${topsrcdir} with ${srcdir}
10192
10193 * configure.in: Move definition of libstdcxx_flags
10194 right above usage, rather than waaay earlier.
10195
10196 * configure.in: Pull definition of is_cross_compiler earlier.
10197
10198 * configure.in: Rearrange a little.
10199
10200 * configure.in: Remove references to librx.
10201 * Makefile.in: Remove references to librx.
10202
10203 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
10204
10205 * config.sub: Add support for avr target.
10206 Import from master sources, rev 1.255
10207
10208 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
10209
10210 * configure, .cvsignore: Revert previous change...
10211 * Makefile: ...delete.
10212
10213 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
10214
10215 * configure.in: Eliminate ${gasdir} variable.
10216
10217 2002-06-18 Dave Brolley <brolley@redhat.com>
10218
10219 * configure.in: Add support for frv.
10220 * config.sub: Add support for frv.
10221
10222 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
10223
10224 * configure: Remove garbage from previous commit.
10225
10226 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
10227
10228 * configure: For in-source builds, make a subdir and re-exec there.
10229 * Makefile: New file. Pass targets through to build directory.
10230 * .cvsignore: No longer ignore "Makefile".
10231
10232 2002-06-16 Douglas Rupp <rupp@gnat.com>
10233
10234 * MAINTAINERS (Write After Approval): Add self.
10235
10236 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10237
10238 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
10239
10240 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
10241
10242 * configure.in (vax-*-netbsd*): Re-enable gas.
10243
10244 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
10245
10246 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
10247 BUILD_PREFIX_1, to correct nomenclature.
10248 * configure: Likewise.
10249
10250 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
10251 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
10252
10253 2002-05-31 Olaf Hering <olh@suse.de>
10254
10255 * config-ml.in: Propogate DESTDIR also.
10256
10257 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
10258
10259 * configure.in (vax-*-netbsd*): Don't build gas for this
10260 platform.
10261
10262 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
10263
10264 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10265 and libgcj for AVR.
10266
10267 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
10268
10269 * MAINTAINERS (Write After Approval): Add myself.
10270
10271 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
10272
10273 * config.guess: Update to 2002-05-22 version.
10274 * config.sub: Likewise.
10275
10276 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10277
10278 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
10279 * config-ml.in: Likewise.
10280 * configure: Likewise.
10281 * configure.in: Likewise.
10282
10283 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
10284
10285 * MAINTAINERS: Update my email address.
10286
10287 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
10288
10289 * configure.in: Simplify makefile fragment collection.
10290
10291 * configure.in: Remove code to build emacs.
10292
10293 * configure.in : Remove --srcdir argument from targargs and buildargs
10294 (it's always overridden in the Makefile anyway). Rearrange a bit.
10295
10296 * configure: Move some logic to configure.in.
10297 * configure.in: Move some logic from configure.
10298
10299 2002-05-11 Tom Tromey <tromey@redhat.com>
10300
10301 * MAINTAINERS: Reflect libgcj reality.
10302
10303 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
10304
10305 * Makefile.in: Honour DESTDIR.
10306
10307 2002-05-08 Mark Mitchell <mark@codesourcery.com>
10308
10309 * config.guess: Import 2002-03-20 version.
10310 * config.sub: Import 2002-04-26 version.
10311
10312 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10313
10314 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
10315
10316 2002-05-07 Tim Josling <tej@melbpc.org.au>
10317
10318 * MAINTAINERS: Add self.
10319
10320 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
10321
10322 * ltmain.sh: Detect and handle object name conflicts
10323 while piecewise linking a static library.
10324
10325 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
10326
10327 * configure.in (noconfigdirs): Don't disable libgcj on
10328 sparc64-*-solaris* and sparcv9-*-solaris*.
10329
10330 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
10331
10332 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
10333
10334 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
10335
10336 * configure.in (FLAGS_FOR_TARGET): Do not add
10337 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
10338 on i[3456]86-*-linux*.
10339
10340 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
10341
10342 * configure.in (noconfigdirs): Replace [ ] with test.
10343
10344 * configure.in (noconfigdirs): Do not add target-newlib if
10345 target == i[3456]86-*-linux*, and host == target.
10346
10347 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
10348
10349 * configure.in: delete reference to absent file
10350
10351 * configure.in: replace '[' with 'test'
10352
10353 * configure.in: Eliminate references to gash.
10354 * Makefile.in: Eliminate references to gash.
10355
10356 * configure.in: remove useless references to 'pic' makefile fragments.
10357
10358 * configure.in: (*-*-windows*) Finish removing.
10359
10360 * configure.in: Eliminate redundant test for libgui.
10361
10362 2002-04-29 Roger Sayle <roger@eyesopen.com>
10363
10364 * MAINTAINERS: Add self and realphabetize. Update entries
10365 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
10366 entry for a29k port maintainer.
10367
10368 2002-04-26 Joel Sherrill <joel@OARcorp.com>
10369
10370 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
10371 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
10372
10373 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
10374
10375 * configure.in: remove references to dead files
10376
10377 2002-04-19 Mark Mitchell <mark@codesourcery.com>
10378
10379 * MAINTAINERS: Add information about purpose of this file.
10380
10381 2002-04-18 Tom Tromey <tromey@redhat.com>
10382
10383 * configure.in: Disallow configuring libgcj when it is already
10384 installed and we're using Solaris 2.8 linker. Do enable libgcj on
10385 Solaris 2.8 by default. For PR libgcj/6158.
10386
10387 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
10388
10389 * configure.in: Move default CC setting out of config/mh-* fragments
10390 directly into here.
10391
10392 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
10393
10394 * configure.in: don't even try to configure or make a subdirectory
10395 if there's no configure script for it.
10396
10397 2002-04-15 Mark Mitchell <mark@codesourcery.com>
10398
10399 * MAINTAINERS: Remove chill maintainers.
10400 * Makefile.in (CHILLFLAGS): Remove.
10401 (CHILL_LIB): Remove.
10402 (TARGET_CONFIGDIRS): Remove libchill.
10403 (CHILL_FOR_TARGET): Remove.
10404 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
10405 CHILL_LIB.
10406 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
10407 (CHECK_TARGET_MODULES): Likewise.
10408 (INSTALL_TARGET_MODULES): Likewise.
10409 (CLEAN_TARGET_MODULES): Likewise.
10410 (configure-target-libchill): Remove.
10411 (all-target-libchill): Remove.
10412 * configure.in (target_libs): Remove target-libchill.
10413 Do not compute CHILL_FOR_TARGET.
10414 * libchill: Remove directory.
10415
10416 2002-04-11 DJ Delorie <dj@redhat.com>
10417
10418 * Makefile.in, configure.in: Sync with binutils, entries
10419 follow...
10420
10421 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10422
10423 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
10424 (do-tar, do-bz2): New rules.
10425 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
10426 (gdb-tar): New rule.
10427 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
10428 (insight_dejagnu.tar): New rule.
10429 (insight.tar): New rule.
10430 (gdb+dejagnu.tar): New rule.
10431 (gdb.tar): New rule.
10432
10433 2002-02-01 Mo DeJong <supermo@bayarea.net>
10434
10435 * Makefile.in: Add all-tix to deps for all-snavigator
10436 so that tix is built when building snavigator.
10437
10438 2002-01-11 Steve Ellcey <sje@cup.hp.com>
10439
10440 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
10441 ld and gdb are not supported.
10442
10443 2002-01-07 Mark Salter <msalter@redhat.com>
10444
10445 * configure.in: Remove target-bsp and target-cygmon from arm builds.
10446 Allow target-libgloss to be built for arm, strongarm, and xscale.
10447
10448 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
10449
10450 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
10451 options for i[3456]86-pc-linux* native builds.
10452
10453 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
10454
10455 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
10456 files from .po files for a distribution.
10457
10458 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
10459
10460 * configure.in: Enable libstdc++-v3 for h8300 targets.
10461
10462 2001-06-19 Alan Modra <amodra@bigpond.net.au>
10463
10464 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
10465 version from bfd/.
10466
10467 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
10468
10469 * Makefile.in (VER): When present, extract the version number from
10470 the file version.in.
10471
10472 2001-05-24 Tom Rix <trix@redhat.com>
10473
10474 * configure.in : enable ld for aix
10475
10476 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
10477
10478 * config.guess: Add linux target for S/390.
10479
10480 2000-11-07 Philip Blundell <pb@futuretv.com>
10481
10482 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
10483
10484 2000-11-03 Philip Blundell <pb@futuretv.com>
10485
10486 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
10487 files.
10488
10489 2001-01-15 Ben Elliston <bje@redhat.com>
10490
10491 * configure.in (host_tools): Add sid.
10492 Always configure cgen.
10493
10494 2000-11-24 Nick Clifton <nickc@redhat.com>
10495
10496 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
10497
10498
10499 2000-08-20 Doug Evans <dje@casey.transmeta.com>
10500
10501 * Makefile.in (ALL_MODULES): Add all-cgen.
10502 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
10503 (all-cgen): New target.
10504 (all-opcodes,all-sim): Depend on all-cgen.
10505 * configure.in (host_tools): Add cgen.
10506 Only configure cgen if --enable-cgen-maint.
10507
10508 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
10509
10510 * configure.in: Add *-*-freebsd* configurations.
10511
10512 2002-04-08 Tom Tromey <tromey@redhat.com>
10513
10514 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
10515 Fixes PR libgcj/6068.
10516
10517 2002-03-30 Krister Walfridsson <cato@df.lth.se>
10518
10519 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
10520
10521 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10522
10523 * configure.in (alpha*-dec-osf*): Enable libgcj.
10524
10525 2003-03-27 Matthew Gingell <gingell@gnat.com>
10526
10527 * MAINTAINERS (Write After Approval): Add myself.
10528
10529 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
10530
10531 Fix for: PR bootstrap/3591, target/5676
10532 * configure.in (mcore-pe): Disable the configuration of
10533 libstdc++-v3 since exceptions are not supported.
10534
10535 2002-03-20 Anthony Green <green@redhat.com>
10536
10537 * configure.in: Enable libgcj for xscale-elf target.
10538
10539 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
10540
10541 * MAINTAINERS: Update my email address.
10542
10543 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
10544
10545 * ltmain.sh (relink_command): Fix typo in previous change.
10546
10547 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
10548
10549 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
10550 (relink_command): Added --tag flags.
10551 (mode=install): If relinking fails; error out.
10552
10553 2002-03-12 Richard Henderson <rth@redhat.com>
10554
10555 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
10556 .NOTPARALLEL tag.
10557 (do-check): Rename from check.
10558 (check): Allow parallel check.
10559
10560 2002-03-12 Bob Wilson <bob.wilson@acm.org>
10561
10562 * MAINTAINERS: Add myself as maintainer for xtensa port.
10563 Fix alphabetical order in CPU port maintainer list.
10564 Remove myself from Write After Approval list.
10565
10566 2002-03-11 Richard Henderson <rth@redhat.com>
10567
10568 * Makefile.in (.NOTPARALLEL): Add fake tag.
10569
10570 2002-03-07 H.J. Lu (hjl@gnu.org)
10571
10572 * configure.in: Enable gprof for mips*-*-linux*.
10573
10574 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
10575
10576 * MAINTAINERS (Write After Approval): Add myself.
10577
10578 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
10579
10580 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
10581 libjava.
10582 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
10583
10584 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
10585
10586 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
10587 because its Makefile is there; test for the executable instead.
10588
10589 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
10590
10591 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
10592 libstdc++-v3 and libjava.
10593
10594 2002-02-11 Adam Megacz <adam@xwt.org>
10595
10596 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
10597 boehm-gc
10598
10599 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
10600
10601 * config.guess: Updated to 2002-01-30's version.
10602 * config.sub: Updated to 2002-02-01's version.
10603 Contribute sh64-elf.
10604 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
10605 * configure.in: Added sh64-*-*.
10606
10607 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10608
10609 * MAINTAINERS: Belatedly add myself to write after approval list.
10610
10611 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
10612
10613 * MAINTAINERS: Put self in as maintainer for x86-64 port.
10614 Remove self as Write After Approval.
10615
10616 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
10617
10618 * MAINTAINERS: Put self in as maintainer for contrib/regression
10619 directory.
10620
10621 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
10622
10623 * MAINTAINERS: Update my email address.
10624
10625 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
10626
10627 * configure.in (*-*-netbsd*): New. Skip target-newlib,
10628 target-libiberty, and target-libgloss. Skip Java-related
10629 libraries if not supported for NetBSD on target CPU.
10630
10631 2002-01-25 Douglas B Rupp <rupp@gnat.com>
10632
10633 * install-sh: Use _inst.$$_ for temp file name.
10634
10635 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
10636
10637 * MAINTAINERS (Write After Approval): Move my contact info
10638 from here...
10639 (OS Port Maintainers): ...to here (netbsd).
10640
10641 2002-01-22 Bob Wilson <bob.wilson@acm.org>
10642
10643 * MAINTAINERS (Write After Approval): Add myself.
10644
10645 2002-01-17 H.J. Lu <hjl@gnu.org>
10646
10647 * Makefile.in (all-fastjar): Also depend on all-libiberty.
10648 (all-target-fastjar): Also depend on all-target-libiberty.
10649
10650 2002-01-16 H.J. Lu (hjl@gnu.org)
10651
10652 * config.guess: Import from master sources, rev 1.225.
10653 * config.sub: Import from master sources, rev 1.238.
10654
10655 2002-01-16 Kazu Hirata <kazu@hxi.com>
10656
10657 * MAINTAINERS (Write After Approval): Remove myself.
10658
10659 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
10660
10661 * MAINTAINERS (Write After Approval): Add myself.
10662
10663 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
10664
10665 * MAINTAINERS: Add self as docs co-maintainer.
10666
10667 2001-12-11 Matthias Klose <doko@debian.org>
10668
10669 * MAINTAINERS (Write After Approval): Add myself.
10670
10671 2001-12-09 Zack Weinberg <zack@codesourcery.com>
10672
10673 * MAINTAINERS: Update my email address.
10674
10675 2001-12-07 Turly O'Connor <turly@apple.com>
10676 * MAINTAINERS (Write After Approval): Add myself.
10677 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
10678 (rs6000_initialize_trampoline): Call __trampoline_setup for
10679 ABI_DARWIN too.
10680 * darwin-tramp.asm: New file, implements __trampoline_setup.
10681 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
10682
10683 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
10684
10685 * MAINTAINERS (Write After Approval): Add myself.
10686
10687 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
10688
10689 * configure, configure.in: Use temp file for long sed commands.
10690
10691 2001-12-03 Laurent Guerby <guerby@acm.org>
10692
10693 * config.sub: Update to version 1.232 on subversion.
10694
10695 2001-12-03 Ben Elliston <bje@redhat.com>
10696
10697 * MAINTAINERS: Update mail address for config.* patches.
10698
10699 2001-11-27 DJ Delorie <dj@redhat.com>
10700 Zack Weinberg <zack@codesourcery.com>
10701
10702 When build != host, create libiberty for the build machine.
10703
10704 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
10705 CONFIG_ARGUMENTS.
10706 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
10707 New variables.
10708 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
10709 and rules.
10710 (all.normal): Depend on ALL_BUILD_MODULES.
10711 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
10712 (all-build-libiberty): Depend on configure-build-libiberty.
10713
10714 * configure: Calculate and substitute proper value for
10715 ALL_BUILD_MODULES.
10716 * configure.in: Create the build subdirectory.
10717 Calculate and substitute TARGET_CONFIGARGS (formerly
10718 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
10719
10720 2001-11-26 Ziemowit Laski <zlaski@apple.com>
10721
10722 * MAINTAINERS (write-after-approval): Add self.
10723
10724 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
10725
10726 * MAINTAINERS (GNATS only accounts): Remove self.
10727
10728 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
10729
10730 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
10731 libf2c.
10732
10733 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
10734
10735 * MAINTAINERS (Write After Approval): Add self.
10736
10737 2001-11-12 David O'Brien <obrien@FreeBSD.org>
10738
10739 * MAINTAINERS: mips and s390 are also CPU ports.
10740
10741 2001-11-12 David O'Brien <obrien@FreeBSD.org>
10742
10743 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
10744
10745 2001-11-11 David O'Brien <obrien@FreeBSD.org>
10746
10747 * MAINTAINERS: Alphabetize.
10748
10749 2001-11-09 Kazu Hirata <kazu@hxi.com>
10750
10751 * MAINTAINERS (Various maintainers: h8 port): Add myself.
10752
10753 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
10754
10755 * MAINTAINERS (Various maintainers: hppa port): Added myself.
10756
10757 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
10758
10759 * configure.in (--enable-languages): Be more permissive about
10760 syntax. Check for empty lists better. Warn about $LANGUAGES.
10761
10762 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
10763
10764 * config.sub: Import from master sources, rev. 1.230.
10765 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
10766
10767 2001-11-07 Laurent Guerby <guerby@acm.org>
10768
10769 * MAINTAINERS (Write After Approval): Add self.
10770
10771 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
10772
10773 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
10774
10775 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
10776
10777 * config.sub: Import from master sources, rev 1.226.
10778 * config.guess: Import from master sources, rev 1.216.
10779
10780 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
10781
10782 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
10783 * MAINTAINERS: Add self as maintainer of MMIX port.
10784 Remove old after-approval entry.
10785
10786 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
10787
10788 * ChangeLog, configure: Fix spelling errors.
10789
10790 2001-10-20 Brendan Kehoe <brendan@zen.org>
10791
10792 * MAINTAINERS: Tweak my address.
10793
10794 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
10795
10796 * MAINTAINERS: Update my email address.
10797
10798 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
10799
10800 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
10801 * MAINTAINERS: Add self as maintainer of CRIS port.
10802
10803 2001-10-10 Geert Bosch <bosch@gnat.com>
10804
10805 * MAINTAINERS (Various maintainers: Ada front end):
10806 Added Robert Dewar.
10807
10808 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
10809
10810 * MAINTAINERS (Write After Approval): Added self
10811
10812 2001-10-02 Geert Bosch <bosch@gnat.com>
10813
10814 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10815
10816 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
10817
10818 * configure: Handle temporary files securely using mkdir.
10819
10820 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
10821
10822 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
10823
10824 2001-09-26 Will Cohen <wcohen@redhat.com>
10825
10826 * configure.in (*-*-linux*): Disable configuration of target-newlib
10827 and target-libgloss.
10828
10829 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
10830
10831 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
10832 RANLIB.
10833
10834 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
10835
10836 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
10837 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
10838 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
10839 avoid quotes nesting problems.
10840 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
10841 (DO_X): Export only variables that are set.
10842
10843 2001-09-19 Ben Elliston <bje@redhat.com>
10844
10845 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
10846 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
10847 semantics. Use the shell built-in "type" command instead.
10848
10849 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
10850
10851 Merged from gcc-3_0-branch:
10852 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
10853 * ltcf-c.sh: Use $objext, not $ac_objext.
10854 2001-07-27 Mark Kettenis <kettenis@gnu.org>
10855 * ltcf-cxx.sh: Add support for GNU.
10856 2001-07-22 Timothy Wall <twall@redhat.com>
10857 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
10858 default settings if using GNU tools with that configuration.
10859 * ltcf-cxx.sh: Ditto.
10860 * ltcf-gcj.sh: Ditto.
10861 2001-07-21 Michael Chastain <chastain@redhat.com>
10862 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
10863 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
10864 * ltmain.sh: Mark as gcc-local.
10865
10866 2001-08-30 Eric Christopher <echristo@redhat.com>
10867 Jason Eckhardt <jle@redhat.com>
10868
10869 * config.guess: Merge from master sources.
10870 * config.sub: Merge from master sources, add support for mipsisa32.
10871
10872 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
10873 * config.sub: Merge from master sources, rev 1.219.
10874 * MAINTAINERS: Add self as contact for stormy16 port.
10875
10876 2001-08-14 Zack Weinberg <zackw@panix.com>
10877
10878 * config.sub: Merge from master sources, rev 1.218.
10879 * config.guess: Merge from master sources, rev 1.209.
10880
10881 2001-08-11 Graham Stott <grahams@redhat.com>
10882
10883 * Makefile.in (check-c++): Add missing semicolon.
10884
10885 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
10886
10887 * MAINTAINERS (Various maitainers: predict.def): Added myself.
10888
10889 2001-07-30 Eric Christopher <echristo@redhat.com>
10890
10891 * MAINTAINERS (Various maintainers: mips port): Added myself.
10892
10893 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
10894
10895 * configure.in (sh-*-linux*): New.
10896
10897 2001-07-27 Richard Henderson <rth@redhat.com>
10898
10899 * .cvsignore: Add LAST_UPDATED.
10900
10901 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
10902
10903 * MAINTAINERS (Various maintainers: s390 port): Added myself.
10904
10905 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
10906
10907 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
10908
10909 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
10910
10911 * MAINTAINERS (Write After Approval): Added myself.
10912
10913 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10914
10915 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10916 and libgcj on m68hc11/m68hc12.
10917
10918 2001-06-27 H.J. Lu (hjl@gnu.org)
10919
10920 * Makefile (CFLAGS_FOR_BUILD): New.
10921 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
10922
10923 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
10924
10925 * README: Remove version number.
10926
10927 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10928
10929 * INSTALL/README: Update wrt. to the installation instructions now
10930 residing in gcc/doc/install.texi.
10931
10932 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
10933
10934 * README: Replace with a cut-down and updated version of gcc/README.
10935
10936 2001-06-12 David Edelsohn <edelsohn@gnu.org>
10937
10938 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
10939 multilibs to be disabled.
10940
10941 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
10942
10943 * MAINTAINERS (Write After Approval): Add myself.
10944
10945 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
10946
10947 * config.guess: Import CVS version 1.195.
10948 * config.sub: Import CVS version 1.212.
10949
10950 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
10951
10952 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10953 gcc/xgcc is built, use -print-prog-name to find out the program
10954 name to use.
10955
10956 2001-06-04 Phil Edwards <pme@sources.redhat.com>
10957
10958 * config.guess: Import CVS version 1.194. All gcc-local changes
10959 appear to also be in the master copy.
10960 * config.sub: Import CVS version 1.211.
10961
10962 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
10963
10964 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
10965 with_gcc]: Use `gcc -shared' to build a shared library.
10966
10967 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
10968
10969 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
10970 archives.
10971
10972 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10973
10974 * MAINTAINERS (Write After Approval): Add myself.
10975
10976 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
10977
10978 * configure.in (libstdcxx_flags): Do not try to execute
10979 libstdc++-v3/testsuite_flags until it exists.
10980
10981 2001-06-01 Alan Modra <amodra@bigpond.net.au>
10982
10983 * MAINTAINERS: Update my email address.
10984
10985 2001-05-31 Graham Stott <grahams@redhat.com>
10986
10987 * MAINTAINERS (Write After Approval): Add myself.
10988
10989 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
10990
10991 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
10992 libraries when using g++ with native linker.
10993
10994 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
10995
10996 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
10997
10998 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
10999
11000 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
11001 [aix4*|aix5*]: Prepend blank.
11002
11003 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
11004
11005 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11006 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
11007 of subdir/configure scripts to use the new libtool.m4.
11008
11009 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
11010
11011 * MAINTAINERS (Write After Approval): Add myself.
11012
11013 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
11014
11015 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
11016
11017 2001-05-11 Ben Elliston <bje@redhat.com>
11018
11019 * Makefile.in (all-sid): New target.
11020 (check-sid, clean-sid, install-sid): Likewise.
11021
11022 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
11023
11024 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
11025
11026 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
11027
11028 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
11029 libgcj.
11030
11031 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
11032
11033 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11034 gcc/xgcc is built, use -print-prog-name to find out the program
11035 name to use.
11036
11037 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
11038
11039 * configure.in (noconfigdirs): Don't reset it from scratch in the
11040 target case; only append to it.
11041
11042 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
11043 sparc-*-solaris2.8]: Disable ${libgcj}.
11044
11045 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
11046
11047 * configure.in (libgcj_saved): Copy from $libgcj.
11048 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
11049 --disable-libgcj.
11050
11051 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
11052
11053 * MAINTAINERS: Remove self as MIPS maintainer and
11054 C front end maintainer.
11055
11056 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
11057
11058 * configure.in: Move *-chorusos target case to the proper switch.
11059 Disable libgcj.
11060
11061 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
11062
11063 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
11064 1.641.2.228.
11065
11066 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11067
11068 * Makefile.in (STAGE1_CFLAGS): Pass down.
11069
11070 2001-04-13 Alan Modra <amodra@one.net.au>
11071
11072 * config.guess: Add hppa64-linux support. Note for next import that
11073 this is already in the master file.
11074 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
11075
11076 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
11077
11078 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11079 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
11080
11081 2001-04-11 Stan Shebs <shebs@apple.com>
11082
11083 * MAINTAINERS: Add self as Darwin port maintainer.
11084
11085 2001-04-11 Alan Modra <amodra@one.net.au>
11086
11087 * MAINTAINERS: Update my email address.
11088
11089 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
11090
11091 * ltcf-cxx.sh: Support creation of C++ shared libraries on
11092 recent versions of FreeBSD (release 3 or later).
11093 * ltconfig: On FreeBSD, -lc must not be provided when building
11094 a shared library or else the standard -pthread gcc option is
11095 rendered worthless to later users of the built library.
11096
11097 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
11098
11099 * MAINTAINERS: Add self and RTH as C front end maintainers.
11100
11101 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
11102
11103 * config.sub: Make sure to match an already-canonicalized
11104 machine name (eg. mn10300-unknown-elf).
11105
11106 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
11107
11108 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
11109 New macros.
11110 (bootstrap, cross): Use RECURSE_FLAGS.
11111 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
11112
11113 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
11114
11115 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
11116
11117 2001-03-22 Colin Howell <chowell@redhat.com>
11118
11119 * Makefile.in (DO_X): Do not backslash single-quotes in
11120 backquotes (two places).
11121
11122 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
11123
11124 Re-installed:
11125 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11126 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
11127 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11128 * ltcf-cxx.sh: Likewise.
11129 * ltcf-gcj.sh: Likewise.
11130
11131 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11132
11133 * MAINTAINERS: Add myself as "documentation co-maintainer".
11134
11135 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
11136
11137 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11138 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
11139
11140 2001-03-19 Tom Tromey <tromey@redhat.com>
11141
11142 * config-ml.in: Handle GCJ and GCJFLAGS.
11143
11144 2001-03-21 Michael Chastain <chastain@redhat.com>
11145
11146 * Makefile.in: all-m4 depends on all-texinfo.
11147
11148 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
11149
11150 * MAINTAINERS: Add myself to write after approval list.
11151
11152 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
11153
11154 * Makefile.in (DO_X): Quote nested quotes.
11155
11156 2001-03-18 Alan Modra <alan@linuxcare.com.au>
11157
11158 * MAINTAINERS: Add myself to write after approval list.
11159
11160 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
11161
11162 * Makefile.in (DO_X): Use double quotes for quoting
11163 "RANLIB=$${RANLIB}".
11164
11165 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
11166
11167 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
11168
11169 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
11170
11171 * configure.in: Only use `lang_requires' for languages athat are
11172 actually enabled.
11173
11174 2001-03-08 Phil Edwards <pme@sources.redhat.com>
11175
11176 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
11177
11178 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
11179
11180 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
11181
11182 2001-03-07 Tom Tromey <tromey@redhat.com>
11183
11184 * configure.in: Allow config-lang.in to set `lang_requires' to list
11185 of other required languages.
11186
11187 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
11188
11189 * Makefile.in: Remove RANLIB definition. Use RANLIB
11190 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
11191 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
11192
11193 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
11194 Alexandre Oliva <aoliva@redhat.com>
11195
11196 * Makefile.in (check-c++): Use tabs, not spaces.
11197
11198 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
11199
11200 * MAINTAINERS: add myself to Write After Approval list.
11201
11202 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
11203
11204 * Makefile.in (check-c++): New rule.
11205
11206 * configure.in (target_libs): Remove libg++.
11207 (noconfigdirs): Remove libg++.
11208 (noconfigdirs): Same.
11209 (noconfigdirs): Same.
11210 (noconfigdirs): Same.
11211
11212 * config-ml.in: Remove libg++ references.
11213
11214 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
11215 (ALL_TARGET_MODULES): Same.
11216 (configure-target-libg++): Remove.
11217 (all-target-libg++): Remove.
11218 (configure-target-libio): Remove.
11219 (all-target-libio): Remove.
11220 (check-target-libio): Remove.
11221 (.PHONY): Remove.
11222 (libg++.tar.bz2): Remove.
11223 (all-target-cygmon): Remove libio.
11224 (all-target-libstdc++): Remove.
11225 (configure-target-libstdc++): Remove.
11226 (TARGET_LIB_PATH): Remove libstdc++.
11227 (ALL_GCC_CXX): Remove libstdc++.
11228 (all-target-gperf): Correct.
11229
11230 2001-02-16 Nick Clifton <nickc@redhat.com>
11231
11232 * configure.in (noconfigdirs): Allow configuration of texinfo
11233 for Cygwin hosts.
11234
11235 2001-02-15 Anthony Green <green@redhat.com>
11236
11237 * configure: Introduce GCJ_FOR_TARGET.
11238 * configure.in: Ditto.
11239 * Makefile.in: Ditto.
11240
11241 2001-02-13 Andreas Schwab <schwab@suse.de>
11242
11243 * MAINTAINERS: Update mail address.
11244
11245 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
11246
11247 * config.guess: Add linux target for S/390.
11248 * config.sub: Likewise.
11249
11250 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
11251
11252 * configure.in: for *-chorusos, don't config target-newlib and
11253 target-libgloss.
11254
11255 2001-02-06 Ben Elliston <bje@redhat.com>
11256
11257 * configure: Output host type to stdout, not stderr.
11258
11259 2001-02-05 Mark Mitchell <mark@codesourcery.com>
11260
11261 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
11262 * ltcf-cxx.sh: Likewise.
11263
11264 * config.if: Assume enable_libstdcxx_v3 is defined.
11265
11266 2001-02-04 Mark Mitchell <mark@codesourcery.com>
11267
11268 Remove V2 C++ library.
11269 * configure.in: Remove --enable-libstdcxx_v3 support.
11270
11271 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
11272
11273 * include/demangle.h: Add prototype for java_demangle_v3.
11274
11275 2001-01-29 Phil Edwards <pme@sources.redhat.com>
11276
11277 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
11278
11279 2001-01-27 Richard Henderson <rth@redhat.com>
11280
11281 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
11282
11283 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11284
11285 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
11286 Don't unset, it's non-portable and no longer necessary, set to empty
11287 instead.
11288
11289 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11290
11291 * ltconfig: Shell portability fix for the tagname validity check.
11292
11293 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
11294
11295 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
11296 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
11297
11298 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11299
11300 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
11301
11302 2001-01-26 Tom Tromey <tromey@redhat.com>
11303
11304 * configure.in: Allow libgcj to be built on Sparc Solaris.
11305
11306 2001-01-25 David Edelsohn <edelsohn@gnu.org>
11307
11308 * ltcf-c.sh: Add aix5 case.
11309 * ltcf-cxx.sh: Likewise.
11310 * ltconfig: Likewise.
11311
11312 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
11313
11314 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
11315 keep at least one of build_libtool_libs or build_old_libs set to
11316 yes.
11317
11318 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
11319 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
11320
11321 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
11322
11323 * configure.in: Enable libgcj on several additional platforms.
11324
11325 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
11326
11327 * configure.in: Enable libgcj for linux targets.
11328
11329 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11330
11331 * MAINTAINERS (Write After Approval): Add myself.
11332
11333 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
11334
11335 * MAINTAINERS: Add myself as vax port maintainer.
11336
11337 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
11338
11339 * MAINTAINERS: Add myself as Mercury front-end maintainer.
11340
11341 2001-01-09 Mike Stump <mrs@wrs.com>
11342
11343 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
11344 failures of subdirectories.
11345
11346 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11347
11348 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
11349 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11350 * ltcf-cxx.sh: Likewise.
11351 * ltcf-gcj.sh: Likewise.
11352 * ltconfig.sh: Fix typo.
11353
11354 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11355
11356 * configure: handle DOS-style absolute paths.
11357
11358 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11359
11360 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
11361
11362 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
11363
11364 * MAINTAINERS: Add myself as avr port co-maintainer.
11365
11366 2000-12-28 Ben Elliston <bje@redhat.com>
11367
11368 * MAINTAINERS: Add myself under ``Write After Approval''.
11369
11370 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
11371
11372 * texinfo: Remove directory from GCC.
11373
11374 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
11375
11376 * COPYING: Update to current
11377 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
11378 to 19yy as example year in copyright notice).
11379
11380 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
11381
11382 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
11383 (libstdcxx_incdir): Pass down.
11384 * config.if: Remove expired bits for cxx_interface, add stub.
11385 (libstdcxx_incdir): Add variable for g++ include directory.
11386 * configure.in (gxx_include_dir): Use it.
11387
11388 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
11389
11390 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
11391 with old-email address from ``Write After Approval''.
11392
11393 2000-12-15 Andreas Jaeger <aj@suse.de>
11394
11395 * configure.in: Handle lang_dirs.
11396
11397 2000-12-14 Tom Tromey <tromey@redhat.com>
11398
11399 * MAINTAINERS: Removed brads.
11400
11401 * MAINTAINERS: Added gcj developers.
11402
11403 2000-12-13 Anthony Green <green@redhat.com>
11404
11405 * configure.in: Disable libgcj for any target not specifically
11406 listed. Disable libgcj for x86 and Alpha Linux until compatible
11407 with g++ abi.
11408
11409 2000-12-13 Mike Stump <mrs@wrs.com>
11410
11411 * Makefile.in (local-distclean): Also remove fastjar.
11412
11413 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
11414
11415 * contrib/gcc_update: Add fastjar --touch entries.
11416
11417 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
11418
11419 * configure.in: Disable language-specific target libraries for
11420 languages that aren't enabled.
11421
11422 2000-12-10 Anthony Green <green@redhat.com>
11423
11424 * configure.in: Define libgcj. Disable libgcj target libraries for
11425 most targets.
11426
11427 2000-12-10 Neil Booth <neilb@earthling.net>
11428
11429 * MAINTAINERS: Update mail address, remove from WAA list.
11430
11431 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
11432
11433 * libjava: Imported from /cvs/java.
11434 * libffi: Likewise.
11435 * Boehm-gc: Likewise.
11436
11437 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
11438
11439 * configure.in (target_libs): Revert 2000-12-08 patch.
11440 (noconfigdirs): Added target-libjava.
11441
11442 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
11443
11444 * djunpack.bat: removed.
11445
11446 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
11447
11448 * Makefile.in: handle DOS-style absolute paths.
11449 * config-ml.in: likewise.
11450 * symlink-tree: likewise.
11451
11452 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11453
11454 * fastjar: Imported.
11455
11456 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11457
11458 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
11459 libjava.
11460 * configure.in (target_libs): Removed `target-libjava'.
11461
11462 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11463
11464 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
11465 (ALL_MODULES): Added fastjar.
11466 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
11467 (all-target-libjava): all-fastjar replaces all-zip.
11468 (all-fastjar): Added.
11469 (configure-target-fastjar, all-target-fastjar): Likewise.
11470 * configure.in (host_tools): Added fastjar.
11471
11472 2000-12-07 Mike Stump <mrs@wrs.com>
11473
11474 * Makefile.in (local-distclean): Remove leftover built files.
11475
11476 2000-11-24 Nick Clifton <nickc@redhat.com>
11477
11478 * configure.in (xscale-elf): Add target.
11479 (xscale-coff): Add target.
11480
11481 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
11482
11483 * ltcf-cxx.sh: Support creation of C++ shared libraries on
11484 recent versions of FreeBSD (release 3 or later).
11485 * ltconfig: On FreeBSD, -lc must not be provided when building
11486 a shared library or else the standard -pthread gcc option is
11487 rendered worthless to later users of the built library.
11488
11489 2000-11-16 Fred Fish <fnf@be.com>
11490
11491 * configure.in (enable_libstdcxx_v3): Fix typo,
11492 libstd++ -> libstdc++.
11493
11494 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11495
11496 * MAINTAINERS: Add self to Write After Approval list.
11497
11498 2000-11-21 Bernd Schmidt <bernds@redhat.com>
11499
11500 * MAINTAINERS: Update my email address. Add myself to global write
11501 privs list.
11502
11503 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
11504
11505 * Makefile.in: Merge with src and libgcj.
11506 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
11507 configure-target-<library> when their configure scripts need the C
11508 or C++ library to have already been built to work properly.
11509 (do_proto_toplev): Set them to an empty string.
11510
11511 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
11512 (REALLY_SET_LIB_PATH): Use them.
11513
11514 2000-11-17 Stan Shebs <shebs@apple.com>
11515
11516 * MAINTAINERS: Add self to Write After Approval list.
11517
11518 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
11519
11520 * configure: Provide the original toplevel configure arguments
11521 (including $0) to subprocesses in the environment rather than
11522 through gcc/configargs.h.
11523
11524 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
11525
11526 * MAINTAINERS: Remove references to cccp. Change C9X reference to
11527 C99. Alphabetise "Write After Approval" list.
11528
11529 2000-11-12 Mark Mitchell <mark@codesourcery.com>
11530
11531 * configure: Turn on libstdc++ V3 by default.
11532
11533 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
11534 if we've got GCC.
11535
11536 2000-11-11 Philip Blundell <philb@gnu.org>
11537
11538 * MAINTAINERS: Add self to Write After Approval list.
11539
11540 2000-11-09 David Edelsohn <edelsohn@gnu.org>
11541
11542 * ltcf-c.sh (aix4): Improve shared library configuration; require
11543 exporting symbols.
11544 * ltcf-cxx.sh (aix4): Define.
11545 * ltconfig (aix4): Define library and soname specs appropriate for
11546 AIX. Define command to create export symbols list.
11547
11548 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
11549
11550 * config.sub: Add support for Sun Chorus
11551
11552 2000-10-31 Nick Clifton <nickc@redhat.com>
11553
11554 * MAINTAINERS: Rename <name>@cygnus.com addresses to
11555 <name>@redhat.com. Also installed new email address for Clint
11556 Popetz.
11557
11558 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
11559
11560 * etc: Remove directory from GCC.
11561
11562 2000-10-16 Michael Meissner <meissner@redhat.com>
11563
11564 * configure (gcc/configargs.h): Only create if there is a build GCC
11565 directory created.
11566
11567 2000-10-16 Matthias Klose <doko@debian.org>
11568
11569 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
11570 when configured for libstdc++-v3.
11571
11572 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
11573
11574 * configure: Save configure arguments to gcc/configargs.h.
11575
11576 2000-10-04 Philipp Thomas <pthomas@suse.de>
11577
11578 * config.guess: Import CVS version 1.157.
11579 * config.sub: Import CVS version 1.181.
11580
11581 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
11582
11583 * Makefile.in (bootstrap): avoid recursion if subdir missing
11584 (cross): ditto
11585 (do-proto-toplev): ditto
11586
11587 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
11588
11589 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
11590 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
11591
11592 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
11593 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
11594 all affected `configure' scripts.
11595
11596 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
11597
11598 * MAINTAINERS: Add self as cpplib co-maintainer.
11599
11600 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
11601
11602 * MAINTAINERS: Add self to Write After Approval list.
11603
11604 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11605
11606 * INSTALL/README: egcs -> GCC update.
11607
11608 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
11609
11610 * MAINTAINERS: Add myself to Write After Approval list.
11611
11612 2000-09-15 Kazu Hirata <kazu@hxi.com>
11613
11614 * MAINTAINERS: Add myself to Write After Approval list.
11615
11616 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
11617
11618 * configure.in: Do not build byacc for hppa64. Provide paths to the
11619 X11 libraries for hppa64.
11620
11621 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11622
11623 * MAINTAINERS: Add myself as 68hc11 port maintainer.
11624
11625 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
11626
11627 * Makefile.in (all-zlib): Added dummy target.
11628
11629 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11630 ltcf-gcj.sh: Updated from libtool multi-language branch.
11631
11632 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
11633
11634 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
11635 (bootstrap*): Depend on all-bootstrap.
11636
11637 2000-09-05 Philipp Thomas <pthomas@suse.de>
11638
11639 * config.guess: Import CVS version 1.156.
11640 * config.sub: Import CVS version 1.179.
11641
11642 2000-09-02 Anthony Green <green@cygnus.com>
11643
11644 * Makefile.in (all-gcc): Depend on all-zlib.
11645 (CLEAN_MODULES): Add clean-zlib.
11646 (ALL_MODULES): Add all-zlib.
11647 * configure.in (host_libs): Add zlib.
11648
11649 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
11650
11651 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
11652 crosses, but add gcc/include to the header search path for them.
11653
11654 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
11655
11656 * MAINTAINERS: Add self to Write After Approval list.
11657
11658 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11659
11660 * config.guess: Import CVS version 1.152.
11661 * config.sub: Import CVS version 1.177.
11662
11663 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
11664
11665 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
11666 $targargs to tell whether newlib is going to be built.
11667
11668 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
11669 $$r/TARGET_SUBDIR/libio for _G_config.h.
11670
11671 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
11672
11673 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
11674
11675 2000-08-22 DJ Delorie <dj@redhat.com>
11676
11677 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
11678
11679 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
11680
11681 * config-ml.in (CC, CXX): Avoid trailing whitespace.
11682 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
11683 sub-configures.
11684
11685 2000-08-21 DJ Delorie <dj@redhat.com>
11686
11687 * MAINTAINERS: Add self as a libiberty maintainer
11688
11689 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
11690
11691 * configure.in (libstdcxx_flags): Use
11692 libstdc++-v3/src/libstdc++.INC.
11693
11694 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
11695
11696 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
11697
11698 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
11699
11700 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
11701
11702 * configure: Make enable_threads and enable_shared defaults
11703 explicit. Substitute enable_threads into generated Makefiles.
11704 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
11705 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
11706
11707 2000-08-13 Geoff Keating <geoffk@cygnus.com>
11708
11709 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
11710
11711 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
11712
11713 * config-ml.in (CC): Remove bogus duplicate quotation mark from
11714 previous delta.
11715
11716 2000-08-11 Jason Merrill <jason@redhat.com>
11717
11718 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
11719 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
11720 (FLAGS_FOR_TARGET): Not here.
11721 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
11722
11723 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
11724
11725 * config-ml.in (CC, CXX): Don't introduce a leading space.
11726
11727 2000-08-07 DJ Delorie <dj@delorie.com>
11728
11729 * MAINTAINERS: Add self as a DJGPP maintainer
11730
11731 2000-08-07 DJ Delorie <dj@redhat.com>
11732
11733 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
11734 "if we're also building gcc, and it's a gcc that will run on the
11735 build machine, we want to use its includes instead of the system's
11736 default includes".
11737
11738 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
11739
11740 * MAINTAINERS: Add self to Write After Approval list.
11741
11742 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
11743
11744 * configure.in (libstdcxx_flags): Don't use `"'.
11745
11746 * config-ml.in: Adjust multilib search paths to the
11747 appropriate multilib tree.
11748
11749 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
11750
11751 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
11752 commas in $LANGUAGES.
11753
11754 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
11755
11756 * configure.in: Re-enable all references to libg++ and librx.
11757
11758 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
11759
11760 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
11761 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
11762 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
11763 * ltcf-cxx.sh (need_lc): Set based on postdeps.
11764
11765 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
11766
11767 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
11768
11769 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
11770 CXX_FOR_TARGET for sed.
11771
11772 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
11773
11774 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
11775 Do not override if already set in the environment or in configure.
11776 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
11777 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
11778
11779 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
11780
11781 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
11782 the libtool CVS tree multi-language branch.
11783 * ltconfig, ltmain.sh: Updated.
11784
11785 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
11786
11787 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
11788 (clean-target): Depend on it.
11789
11790 * Makefile.in (FLAGS_FOR_TARGET): New macro.
11791 (GCC_FOR_TARGET): Use it.
11792 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
11793 * configure.in: ... here.
11794 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
11795 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
11796
11797 2000-07-24 Eric Christopher <echristo@cygnus.com>
11798
11799 * MAINTAINERS: Add self to Write After Approval list.
11800
11801 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
11802
11803 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
11804 (configure-target-libchill, configure-target-libobjc): Likewise.
11805
11806 * configure.in: Use the same cache file for all target libs.
11807 * config-ml.in: But different cache files per multilib variant.
11808
11809 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11810
11811 * configure (topsrcdir): Don't use dirname.
11812
11813 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
11814
11815 * MAINTAINERS: Add self to Write After Approval list.
11816
11817 2000-07-20 Jason Merrill <jason@redhat.com>
11818
11819 * configure.in: Remove all references to libg++ and librx.
11820
11821 * configure, configure.in, Makefile.in: Unify gcc and binutils.
11822
11823 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
11824
11825 * config.sub: Update to subversions version 2000-07-06.
11826
11827 2000-07-12 Andrew Haley <aph@cygnus.com>
11828
11829 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
11830 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
11831
11832 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
11833
11834 * symlink-tree: Check number of arguments.
11835
11836 2000-07-05 Jim Wilson <wilson@cygnus.com>
11837
11838 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
11839 search path for a g++ extracted from the build tree. This
11840 will allow link tests run by configure scripts in
11841 subdirectories to succeed.
11842
11843 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
11844
11845 * ltconfig: Add support for mips-dde-sysv4.2MP
11846
11847 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11848
11849 * MAINTAINERS: Add myself as loop discovery maintainer.
11850
11851 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
11852
11853 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
11854 `os2'. Force ac_cv_exeext to be ".exe" in that case.
11855
11856 2000-06-19 Timothy Wall <twall@cygnus.com>
11857
11858 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
11859 * config.sub: Add tic54x target.
11860
11861 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
11862
11863 * MAINTAINERS: Add self as Fortran maintainer,
11864 remove Craig Burley.
11865
11866 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
11867
11868 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
11869 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
11870
11871 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
11872
11873 * MAINTAINERS: Add self as i18n maintainer
11874
11875 20000-05-21 H.J. Lu (hjl@gnu.org)
11876
11877 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
11878 directory are used if they exist. Make sure
11879 $(build_tooldir)/include is searched for header files,
11880 $(build_tooldir)/lib/ for library files.
11881 (GCC_FOR_TARGET): Likewise.
11882 (CXX_FOR_TARGET): Likewise.
11883
11884 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
11885
11886 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
11887
11888 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
11889
11890 * Makefile.in (configure-target-libiberty): Depend on
11891 configure-target-newlib.
11892
11893 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
11894
11895 * configure.in, Makefile.in: Merge all libffi-related
11896 configury stuff from the libgcj tree.
11897
11898 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
11899
11900 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11901 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
11902
11903 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11904
11905 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11906 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
11907 current version information. Add to proto-toplev directory.
11908 (gdb-taz): Build do-djunpack.
11909
11910 2000-05-15 David Edelsohn <edelsohn@gnu.org>
11911
11912 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
11913
11914 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
11915
11916 * MAINTAINERS: Add self to Write After Approval list.
11917
11918 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11919
11920 * ltmain.sh: Preserve in relink_command any environment
11921 variables that may affect the linker behavior.
11922
11923 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
11924
11925 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
11926
11927 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
11928
11929 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
11930
11931 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11932
11933 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
11934 with the version name.
11935
11936 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
11937
11938 * MAINTAINERS: Add self as bb-reorder maintainer.
11939
11940 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
11941
11942 * config.if: Tweak.
11943
11944 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
11945
11946 * djunpack.bat: New file.
11947
11948 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
11949
11950 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
11951 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
11952 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
11953 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
11954
11955 2000-04-16 Dave Pitts <dpitts@cozx.com>
11956
11957 * config.sub (case $basic_machine): Change default for "ibm-*"
11958 to "openedition".
11959
11960 2000-04-13 Andreas Jaeger <aj@suse.de>
11961
11962 * MAINTAINERS: Added myself.
11963
11964 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11965
11966 * Makefile.in (gdb-taz): New target. GDB specific archive.
11967 (do-md5sum): New target.
11968 (MD5PROG): Define.
11969 (PACKAGE): Default to TOOL.
11970 (VER): Default to a shell script.
11971 (taz): Rewrite target. Move real work to do-proto-toplev. Include
11972 md5 checksum generation.
11973 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
11974 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
11975 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
11976 insight.tar.bz2): Use gdb-taz to create archive.
11977
11978 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
11979
11980 * configure (warn_cflags): Delete.
11981
11982 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
11983
11984 * MAINTAINERS: Added myself.
11985
11986 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
11987 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
11988
11989 * configure.in (enable_libstdcxx_v3): Add.
11990 (target_libs): Add bits here to switch between libstdc++-v2 and
11991 libstdc++-v3.
11992 * config.if: And this file too.
11993 * Makefile.in: Add libstdc++-v3 targets.
11994
11995 2000-04-05 Michael Meissner <meissner@redhat.com>
11996
11997 * config.sub (d30v): Add d30v as a basic machine type.
11998
11999 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
12000
12001 * configure.in: -linux-gnu*, not -linux-gnu.
12002
12003 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12004
12005 * MAINTAINERS: Add self in write-after-approval section.
12006
12007 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
12008
12009 * MAINTAINERS: Add self as ia64 port maintainer.
12010
12011 2000-03-08 Neil Booth <NeilB@earthling.net>
12012
12013 * MAINTAINERS: Add self in write-after-approval section.
12014
12015 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
12016
12017 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
12018 (do-tar-bz2): Replace TOOL with PACKAGE.
12019 (gdb.tar.bz2): Remove GDBTK from GDB package.
12020 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
12021 dejagnu.tar.bz2): New packages.
12022
12023 2000-02-27 Andreas Jaeger <aj@suse.de>
12024
12025 * configure.in: Add entry for mips*-*-linux*, move catch all
12026 *-*-*linux* entry below this one.
12027
12028 2000-02-27 Ian Lance Taylor <ian@zembu.com>
12029
12030 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
12031
12032 2000-02-24 Nick Clifton <nickc@cygnus.com>
12033
12034 * config.sub: Support an OS of "wince".
12035
12036 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
12037
12038 * config.guess, config.sub: Updated to match config's 2000-02-15
12039 version.
12040
12041 2000-02-23 Linas Vepstas <linas@linas.org>
12042
12043 * config.sub: Add support for Linux/IBM 370.
12044 * configure.in: Likewise.
12045
12046 2000-02-22 Nick Clifton <nickc@cygnus.com>
12047
12048 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
12049
12050 2000-02-20 Christopher Faylor <cgf@cygnus.com>
12051
12052 * config.guess: Guess "cygwin" rather than "cygwin32".
12053
12054 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12055
12056 * configure (gcc_version): When setting, narrow search to
12057 lines containing `version_string'.
12058
12059 2000-02-15 Denis Chertykov <denisc@overta.ru>
12060
12061 * config.sub: Add support for avr target.
12062
12063 2000-02-14 Nick Clifton <nickc@cygnus.com>
12064
12065 * MAINTAINERS: Add maintainers for MCore port.
12066
12067 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
12068
12069 * config.sub: Add mmix-knuth-mmixware.
12070
12071 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12072
12073 * MAINTAINERS: Pair cccp with cpplib maintainership.
12074
12075 2000-01-27 Christopher Faylor <cgf@redhat.com>
12076
12077 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
12078 structure stuff to -L library search.
12079 (CXX_FOR_TARGET): Ditto.
12080 (CROSS_CHECK_MODULES): Fix spelling mistake.
12081
12082 2000-01-24 Mark Mitchell <mark@codesourcery.com>
12083
12084 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
12085 the C++ compiler.
12086
12087 2000-01-12 Richard Henderson <rth@cygnus.com>
12088
12089 * configure.in: Don't build some bits for beos.
12090
12091 2000-01-12 Joel Sherrill (joel@OARcorp.com)
12092
12093 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
12094 as include files.
12095
12096 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
12097
12098 * Add self as cpplib maintainer, as requested by Jason
12099 Merrill. Correct my e-mail address.
12100
12101 2000-01-06 Geoff Keating <geoffk@cygnus.com>
12102
12103 * configure.in: Use mt-aix43 to handle *_TARGET defs,
12104 not mh-aix43.
12105
12106 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
12107
12108 * MAINTAINERS: Add myself to "write after approval" list.
12109
12110 1999-12-14 Richard Henderson <rth@cygnus.com>
12111
12112 * config.guess (alpha-osf, alpha-linux): Detect ev67.
12113 * config.sub: Accept alphaev[78], alphaev8.
12114
12115 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12116
12117 * config.guess, config.sub: Update from autoconf.
12118
12119 1999-11-29 Bruce Korb <autogen@linuxbox.com>
12120
12121 * MAINTAINERS: update my playtime e-address.
12122
12123 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12124
12125 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
12126 necessary libraries are missing.
12127
12128 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
12129
12130 * MAINTAINERS: Add new 'write after approval' maintainer.
12131
12132 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
12133
12134 * MAINTAINERS: Add new Java maintainer.
12135
12136 1999-10-25 Andreas Schwab <schwab@suse.de>
12137
12138 * configure: Fix quoting inside arguments of eval.
12139
12140 1999-10-21 Nick Clifton <nickc@cygnus.com>
12141
12142 * config-ml.in: Allow suppression of some ARM multilibs.
12143
12144 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
12145
12146 * config.guess: Add OS/390 match pattern.
12147 * config.sub: Add mvs, openedition targets.
12148 * configure.in (i370-ibm-opened*): New.
12149
12150 1999-09-04 Steve Chamberlain <sac@pobox.com>
12151
12152 * config.sub: Add support for configuring for pj.
12153
12154 1999-08-31 Nick Clifton <nickc@cygnus.com>
12155
12156 * config.sub (maybe_os): Add support for configuring for fr30.
12157
12158 1999-08-25 Nick Clifton <nickc@cygnus.com>
12159
12160 * configure.in: Do not configure or build ld for AIX
12161 platforms. ld is known to be broken on these platforms.
12162
12163 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12164
12165 * config-ml.in: Pass compiler flag corresponding to multidirs to
12166 subdir configures.
12167
12168 1999-08-09 Ian Lance Taylor <ian@zembu.com>
12169
12170 * Makefile.in (LDFLAGS): Define.
12171
12172 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
12173
12174 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
12175 noconfigdirs.
12176 (*-*-cygwin*): Likewise.
12177
12178 1999-08-08 Ian Lance Taylor <ian@zembu.com>
12179
12180 * mkdep: New file.
12181 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
12182 (BINUTILS_SUPPORT_DIRS): Add mkdep.
12183
12184 From Eli Zaretskii <eliz@is.elta.co.il>:
12185 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
12186 long file name when using DJGPP on MS-DOS.
12187
12188 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
12189
12190 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
12191
12192 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
12193
12194 * Makefile.in (check-target-libio): Remove all-target-libstdc++
12195 dependency as this causes "make check" to globally "make all"
12196
12197 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
12198
12199 * configure.in (target_libs): Added target-zlib.
12200 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
12201 (CONFIGURE_TARGET_MODULES): Likewise.
12202 (CHECK_TARGET_MODULES): Likewise.
12203 (INSTALL_TARGET_MODULES): Likewise.
12204 (CLEAN_TARGET_MODULES): Likewise.
12205 (configure-target-zlib): New target.
12206 (all-target-zlib): Likewise.
12207 (all-target-libjava): Depend on all-target-zlib.
12208 (configure-target-libjava): Depend on configure-target-zlib.
12209
12210 * Makefile.in (configure-target-libjava): Depend on
12211 configure-target-newlib.
12212 (configure-target-boehm-gc): New target.
12213 (configure-target-qthreads): New target.
12214
12215 * configure.in (target_libs): Added target-qthreads.
12216 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
12217 (CONFIGURE_TARGET_MODULES): Likewise.
12218 (CHECK_TARGET_MODULES): Likewise.
12219 (INSTALL_TARGET_MODULES): Likewise.
12220 (CLEAN_TARGET_MODULES): Likewise.
12221 (all-target-qthreads): New target.
12222 (configure-target-libjava): Depend on configure-target-qthreads.
12223 (all-target-libjava): Depend on all-target-qthreads.
12224
12225 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
12226 (CONFIGURE_TARGET_MODULES): Likewise.
12227 (CHECK_TARGET_MODULES): Likewise.
12228 (INSTALL_TARGET_MODULES): Likewise.
12229 (CLEAN_TARGET_MODULES): Likewise.
12230 (all-target-libjava): New target.
12231 (all-target-boehm-gc): Likewise.
12232 * configure.in (target_libs): Added libjava, boehm-gc.
12233
12234 1999-07-22 Ian Lance Taylor <ian@zembu.com>
12235
12236 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
12237 configure.bat in SUPPORT_FILES.
12238 (gas+binutils.tar.bz2): Likewise.
12239
12240 * makeall.bat: Remove; obsolete.
12241
12242 1999-07-21 Ian Lance Taylor <ian@zembu.com>
12243
12244 From Mark Elbrecht:
12245 * configure.bat: Remove; obsolete.
12246
12247 1999-07-11 Ian Lance Taylor <ian@zembu.com>
12248
12249 * configure: Add -W -Wall to the default CFLAGS when compiling with
12250 gcc.
12251
12252 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
12253
12254 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
12255
12256 1999-06-30 Mark Mitchell <mark@codesourcery.com>
12257
12258 * configure.in: Build ld on IRIX6.
12259
12260 1999-06-12 Ian Lance Taylor <ian@zembu.com>
12261
12262 * Makefile.in: Change distribution targets to use bzip2 instead of
12263 gzip.
12264 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
12265 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
12266
12267 1999-06-04 Nick Clifton <nickc@cygnus.com>
12268
12269 * config.sub: Add mcore target.
12270
12271 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
12272
12273 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
12274
12275 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
12276
12277 * config.guess (dummy): Changed to $dummy.
12278
12279 1999-05-24 Nick Clifton <nickc@cygnus.com>
12280
12281 * config.sub: Tidied up case statements.
12282
12283 1999-05-22 Ben Elliston <bje@cygnus.com>
12284
12285 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
12286 <jiro@din.or.jp>.
12287
12288 * config.guess: Merge with FSF version. Future changes will be
12289 more accurately recorded in this ChangeLog.
12290 * config.sub: Likewise.
12291
12292 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
12293
12294 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
12295
12296 1999-04-30 Tom Tromey <tromey@cygnus.com>
12297
12298 * ltmain.sh: [mode link] Always use CC given by ltconfig.
12299
12300 1999-04-23 Tom Tromey <tromey@cygnus.com>
12301
12302 * ltconfig, ltmain.sh: Update to libtool 1.2f.
12303
12304 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
12305
12306 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
12307 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
12308 Bad merge removed these two changes.
12309
12310 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
12311 Martin Heller (Ing.-Buero_Heller@t-online.de)
12312
12313 * config.guess (interix Alpha): Add.
12314
12315 1999-04-11 Richard Henderson <rth@cygnus.com>
12316
12317 * configure.in (i?86-*-beos*): Do config gperf; don't config
12318 gdb, newlib, or libgloss.
12319
12320 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
12321
12322 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
12323 link a trivial program with -mabi=64. If it fails, remove mabi=64
12324 from multidirs.
12325
12326 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
12327
12328 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
12329
12330 1999-04-08 Nick Clifton <nickc@cygnus.com>
12331
12332 * config.sub: Add support for mcore targets.
12333
12334 1999-04-07 Michael Meissner <meissner@cygnus.com>
12335
12336 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
12337 not mt-ospace, in order to shut up assembler warning about using
12338 symbols that are named the same as registers.
12339
12340 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
12341
12342 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
12343 dependency list for all-target-cygmon.
12344
12345 1999-04-05 Doug Evans <devans@casey.cygnus.com>
12346
12347 * config-ml.in: Check $host, not $target, for selective multilibs.
12348 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
12349 thumb interworking, and underscore prefix multilibs.
12350
12351 1999-04-04 Ian Lance Taylor <ian@zembu.com>
12352
12353 * missing: Update to version from current automake.
12354
12355 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
12356
12357 * configure (gxx_include_dir): Removed.
12358
12359 * configure.in (gxx_include_dir): Handle it.
12360 * Makefile.in: Likewise.
12361
12362 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
12363
12364 * config.sub (mips64vr4111,mips64vr4111el) Add.
12365
12366 1999-03-21 Ben Elliston <bje@cygnus.com>
12367
12368 * config.guess: Correct typo for detecting ELF on FreeBSD.
12369
12370 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
12371
12372 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
12373 config/mh-djgpp.
12374
12375 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
12376
12377 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
12378 all-target-newlib to dependency list for all-target-bsp.
12379
12380 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
12381
12382 * config.sub: Add i386-uwin support.
12383 * config.guess: Likewise.
12384
12385 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12386
12387 * configure.in: cleanup, add mh-*pic handling for arm, special
12388 case powerpc*-*-aix*
12389
12390 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
12391
12392 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
12393 can be built.
12394
12395 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
12396
12397 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
12398 targets.
12399
12400 1999-03-02 Nick Clifton <nickc@cygnus.com>
12401
12402 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
12403
12404 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
12405
12406 * config.sub: Check for "cygwin*" rather than "cygwin32*"
12407
12408 1999-02-24 Nick Clifton <nickc@cygnus.com>
12409
12410 * config.sub: Fix typo in arm recognition.
12411
12412 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
12413
12414 * configure.in (noconfigdirs): Changed target_configdirs to
12415 include target-bsp only for m68k-*-elf* and m68k-*-coff*
12416 rather than m68k-*-* since it is not known to work on
12417 m68k-aout. Ditto for arm-*-*oabi.
12418
12419 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
12420
12421 * configure.in (*-*-windows*): Remove, no longer used.
12422
12423 1999-02-19 Ben Elliston <bje@cygnus.com>
12424
12425 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
12426 Smart and improved by Andrew Cagney.
12427
12428 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
12429
12430 * config.guess: Recognize openbsd-*-hppa.
12431
12432 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
12433
12434 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
12435 only if it is not empty.
12436
12437 1999-02-17 Nick Clifton <nickc@cygnus.com>
12438
12439 Patch from: Scott Bambrough <scottb@corelcomputer.com>
12440
12441 * config.guess: Modified to recognize uname's armv* syntax.
12442
12443 * config.sub: Modified to recognize uname's armv* syntax.
12444
12445 1999-02-17 Mark Salter <msalter@cygnus.com>
12446
12447 * configure.in: Added target-bsp for sparclite.
12448
12449 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
12450
12451 * config.sub: Recognize alphapca5[67] and up to alphaev8.
12452
12453 1999-02-08 Nick Clifton <nickc@cygnus.com>
12454
12455 * configure.in: Add support for strongarm port.
12456 * config.sub: Add support for strongarm target.
12457
12458 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
12459
12460 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
12461 the old name config/mh-cygwin32.
12462 Enable texinfo.
12463
12464 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
12465
12466 * configure.in: Do build ld for ix86 Solaris.
12467
12468 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
12469
12470 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
12471 $AR_FOR_TARGET. Likewise for RANLIB.
12472
12473 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
12474
12475 * config.sub (oabi): Recognize.
12476 * configure.in (arm-*-oabi): Handle.
12477
12478 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
12479
12480 * config.guess: Improve detection of i686 on UnixWare 7.
12481
12482 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
12483
12484 * config.guess: Add support for i386-pc-interix.
12485 * config.sub: Likewise.
12486 * configure.in: Likewise.
12487
12488 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
12489
12490 * Makefile.in: Remove unneeded all-target-libio from
12491 from all-target-winsup target since it is now unneeded.
12492 Add all-target-libtermcap in its place since it is now
12493 needed.
12494
12495 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
12496
12497 * configure.in: makefile stub for cygwin target is probably
12498 unnecessary. Remove it for now.
12499
12500 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
12501
12502 * configure.in: libtermcap.a should be built when cygwin is the
12503 target as well as the host.
12504 * config.guess: Allow mixed case in cygwin uname output.
12505 * Makefile.in: Add libtermcap target.
12506
12507 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
12508
12509 * config.sub: Clean up handling of hppa2.0.
12510
12511 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
12512
12513 * config.guess: Use C code to identify more HP machines.
12514
12515 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
12516
12517 * config.sub: Handle hppa2.0.
12518
12519 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
12520
12521 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
12522 cygmon for all sparclite targets, regardless of object format.
12523
12524 1998-12-15 Mark Salter <msalter@cygnus.com>
12525
12526 * configure.in: Added target-bsp for several target architectures.
12527
12528 * Makefile.in: Added rules for bsp.
12529
12530 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
12531
12532 * config.guess: Improve detection of hppa2.0 processors.
12533
12534 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
12535
12536 * config.guess: Recognize FreeBSD using ELF automatically.
12537
12538 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
12539
12540 * configure (skip-this-dir): Add handling for new shell script, which
12541 might be created by a sub-directory's configure to indicate, this particular
12542 directory is "unwanted".
12543 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
12544
12545 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
12546
12547 * ltconfig: import from libtool, after changing libtool to
12548 account for the cygwin name change.
12549
12550 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
12551
12552 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
12553 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
12554
12555 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
12556
12557 * configure.in: Add libtermcap to list of cygwin dependencies.
12558
12559 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
12560
12561 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
12562 they include winsup/include when it's a cygwin target.
12563
12564 1998-11-12 Tom Tromey <tromey@cygnus.com>
12565
12566 * configure.in (host_tools): Added zip.
12567 * Makefile.in (all-target-libjava): Depend on all-zip.
12568 (all-zip): New target.
12569 (ALL_MODULES): Added all-zip.
12570 (NATIVE_CHECK_MODULES): Added check-zip.
12571 (INSTALL_MODULES): Added install-zip.
12572 (CLEAN_MODULES): Added clean-zip.
12573
12574 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
12575
12576 * Makefile.in: lose "32" from comment about cygwin.
12577
12578 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
12579
12580 * configure.in: Use -Os to build target libraries for the fr30.
12581
12582 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
12583
12584 * config.sub: Add fr30.
12585
12586 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
12587
12588 * configure.in: drop "32" from config/mh-cygwin32. Check
12589 cygwin* instead of cygwin32*.
12590 * config.sub: Check cygwin* instead of cygwin32*.
12591
12592 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
12593
12594 * config.guess: Match any version of Unixware7.
12595
12596 1998-10-20 Syd Polk <spolk@cygnus.com>
12597
12598 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
12599 if desired.
12600
12601 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
12602
12603 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
12604 these if the appropriate directories and files to not exist.
12605
12606 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
12607
12608 * Makefile.in (DEVO_SUPPORT): Add config.if.
12609
12610 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
12611
12612 * configure: Add pattern to replace "build_tooldir"'s
12613 definition in the generated Makefile with "tooldir"'s
12614 actual value.
12615
12616 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
12617
12618 * config.sub: Bring back lost sparcv9.
12619
12620 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
12621
12622 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
12623
12624 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
12625 CC_FOR_TARGET and friends.
12626
12627 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12628
12629 * Makefile.in (build_tooldir): New variable, same as tooldir.
12630 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
12631 -B$(build_tooldir)/bin/.
12632 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
12633
12634 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12635
12636 * README: Remove installation instructions and refer to the
12637 INSTALL directory instead.
12638
12639 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
12640
12641 * config.sub: Add support for i[34567]86-pc-udk.
12642 * configure.in: Likewise.
12643
12644 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
12645
12646 * Makefile.in: add bzip2 package building bits for user
12647 tools module
12648 * configure.in: ditto
12649
12650 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
12651
12652 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
12653 (ALL_TARGET_MODULES): Add all-target-libobjc.
12654 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12655 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12656 (all-target-libchill): Add dependencies.
12657 * configure.in (target_libs): Add libchill.
12658
12659 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
12660
12661 * configure.in (target_subdir): Remove duplicate line.
12662
12663 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
12664
12665 * Makefile.in (all-automake): fix dependencies.
12666
12667 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
12668
12669 * configure.in: Minor cleanups for building in the $(target_alias)
12670 subdir.
12671
12672 1998-09-22 Jim Wilson <wilson@cygnus.com>
12673
12674 * Makefile.in (bootstrap): Set r and s before make all. Use
12675 BASE_FLAGS_TO_PASS in make all.
12676 (cross): Likewise.
12677
12678 1998-09-20 Mark Mitchell <mark@markmitchell.com>
12679
12680 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
12681
12682 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
12683
12684 * config.sub: Fix typo in last change.
12685
12686 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12687
12688 * config.sub: Add support for C4x target.
12689 * configure.in: Likewise.
12690
12691 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
12692
12693 * config.sub: Recognize sparcv9 just like sparc64.
12694
12695 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
12696
12697 * config.guess: Match "Pent II" or "PentII" for OpenServer.
12698
12699 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
12700
12701 * config.guess: Correctly identify Pentium II sco boxes.
12702
12703 * config.guess: Fix "tr" code. From Weiwen Liu.
12704
12705 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
12706
12707 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
12708 stabs.
12709
12710 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
12711
12712 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
12713 (ALL_TARGET_MODULES): Add all-target-libchill.
12714 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12715 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12716 (all-target-libchill): Add dependencies.
12717 * configure.in (target_libs): Add libchill.
12718
12719 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
12720
12721 * config.guess: Avoid assumptions about "tr" behaves when
12722 LANG is set to something other than English.
12723
12724 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
12725
12726 * configure (gxx_include_dir): Changed to
12727 '${prefix}/include/g++'-${libstdcxx_interface}.
12728
12729 * config.if: New to determine the interfaces.
12730
12731 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
12732
12733 * config.guess: Detect and handle MPE/IX.
12734 * config.sub: Deal with MPE/IX.
12735
12736 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
12737
12738 * configure.in: Use mh-aix43.
12739
12740 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
12741
12742 * configure: Fix --without/--disable cases for gxx-include-dir.
12743
12744 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
12745
12746 * mdata-sh: Imported. Needed for automake support.
12747
12748 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
12749
12750 * Makefile.in (taz): Try "chmod -R og=u ." before
12751 "chmod og=u `find . -print`".
12752
12753 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
12754
12755 * configure.in: Add arm-elf and thumb-elf support.
12756
12757 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
12758
12759 * Makefile.in: Undo previous patch.
12760
12761 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
12762
12763 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
12764 to here ...
12765 (install-no-fixedincludes): and here
12766 (INSTALL_MODULES): ... from here.
12767
12768 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
12769
12770 * config.sub: Merge with FSF.
12771
12772 * config.guess: Merge with FSF.
12773
12774 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
12775
12776 * configure (extraconfigdirs): New variable.
12777 (SUBDIRS): Add extraconfigdirs and recurse on them too.
12778 * Makefile.in (all): Move higher in file.
12779 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
12780 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
12781 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
12782 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
12783 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
12784
12785 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
12786
12787 * Makefile.in (all-target-libjava): Depend on all-gcc and
12788 all-target-newlib.
12789 (configure-target-libjava): Depend on $(ALL_GCC).
12790
12791 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
12792
12793 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
12794 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
12795
12796 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
12797
12798 * INSTALL/README: Fix typo.
12799
12800 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
12801
12802 * ylwrap: Change absolute path checks to check for DOS style path
12803 names.
12804
12805 * ylwrap: Don't use a full path name if the source file is in the
12806 same directory. From hjl@lucon.org (H.J. Lu).
12807
12808 * config-ml.in: Default to being verbose, to match Feb 18 change to
12809 configure.
12810
12811 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
12812
12813 Brought over from egcs:
12814
12815 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12816
12817 * configure.in (target_subdir): Set to ${target_alias} instead
12818 of "libraries".
12819
12820 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12821
12822 * configure.in (target_subdir): Set to libraries if enable_multilib.
12823
12824 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
12825
12826 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
12827 multilibs, force reconfiguration the first time we create
12828 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
12829
12830 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
12831
12832 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
12833 avoid confusion with --no-recursion.
12834
12835 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
12836
12837 * configure.in: Win32 hosts shouldn't use install -x
12838 * install-sh: remove -x option, and special .exe-handling
12839 hack.
12840
12841 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
12842
12843 * config.guess: Recognize i586-pc-beos.
12844 * configure.in: Don't build some bits for beos.
12845
12846 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
12847
12848 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
12849 CFLAGS default to -O2.
12850
12851 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
12852 when using GNU ld.
12853
12854 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
12855
12856 * ltmain.sh: Correct install when using a different shell.
12857
12858 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
12859
12860 * ltconfig, ltmain.sh: Update to libtool 1.2b.
12861
12862 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
12863
12864 * makefile.vms: Update to build binutils/makefile.vms. Add install
12865 target.
12866
12867 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
12868
12869 * ltconfig: Update to correct AIX handling.
12870
12871 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12872
12873 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
12874
12875 * configure.in (target_subdir): Set to ${target_alias} instead
12876 of "libraries".
12877
12878 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
12879
12880 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
12881 (Makefile): Depend on $(gcc_version_trigger).
12882
12883 * configure (gcc_version): Change default initializer to empty
12884 string.
12885 (gcc_version_trigger): New variable; pass this variable down
12886 to subdir configures to enable them checking gcc's version
12887 themselves. Emit make macros for both gcc_version vars.
12888 (topsrcdir): Initialize reliably.
12889 (recursion line): Remove --with-gcc-version=${gcc_version}.
12890
12891 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
12892
12893 * configure (enable_version_specific_runtime_libs): Implement new flag
12894 --enable-version-specific-runtime-libs which installs C++ runtime stuff
12895 in $(libsubdir); emit definition in each generated Makefile.
12896 (gxx_include_dir): Initialize depending on
12897 $enable_version_specific_runtime_libs.
12898
12899 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
12900
12901 * configure (gcc_version): Initialize properly depending on
12902 how and where configure is started.
12903 (recursion line): Pass a --with-gcc-version=${gcc_version}
12904 to configures in subdirs.
12905
12906 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
12907
12908 * configure.in (noconfigdirs): Add configure pattern for mips tx39
12909 cygmon
12910
12911 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
12912
12913 * configure.in: Add cygmon and libstub support for mn10200.
12914
12915 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
12916
12917 * configure (gcc_version): Add new variable describing the
12918 particular gcc version we're building.
12919 * Makefile.in (libsubdir): Add new macro for the directory
12920 in which the compiler finds executables, libraries, etc.
12921 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
12922 and libsubdir.
12923
12924 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12925
12926 * Makefile.in (local-clean): Remove *.log.
12927 (warning.log): Built with warn_summary from build.log.
12928 (mail-report.log): Run test_summary.
12929 (mail-report-with-warnings.log): Run test_summary including
12930 warning.log in the report.
12931
12932 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
12933
12934 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
12935
12936 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
12937
12938 * Makefile.in (grep): Grep no longer depends on libiberty.
12939
12940 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
12941
12942 * Makefile.in: all-snavigator needs all-libgui.
12943
12944 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
12945
12946 * configure.in: Add cygmon and libstub support for mn10300.
12947
12948 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
12949
12950 * missing: Update to version from automake 1.3.
12951
12952 * ltmain.sh: On installation, don't get confused if the same name
12953 appears more than once in the list of library names.
12954
12955 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
12956
12957 * config.sub: Accept m68060 and m5200 as CPU names.
12958
12959 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
12960
12961 * configure: Use && rather than using -a in test, because odd
12962 strings can confuse test.
12963 * configure.in: Likewise.
12964
12965 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
12966
12967 * ltconfig, ltmain.sh: Bring in Visual C++ support.
12968
12969 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12970
12971 * Makefile.in (boostrap2-lean, bootstrap3-lean,
12972 bootstrap4-lean): New targets.
12973
12974 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
12975
12976 * mpw-* Delete. Not used.
12977
12978 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
12979
12980 * COPYING.LIB: Update FSF address.
12981
12982 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
12983
12984 * ltconfig, ltmain.sh: Update to libtool 1.2a.
12985
12986 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
12987 GAS_SUPPORT_DIRS.
12988
12989 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
12990
12991 * ltconfig, ltmain.sh: Avoid producing a version number if
12992 -version-info was not used.
12993
12994 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
12995
12996 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
12997 building with newlib.
12998
12999 1998-04-30 Paul Eggert <eggert@twinsun.com>
13000
13001 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
13002 Solaris `make' causes it to continue to next definition.
13003
13004 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
13005
13006 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
13007 the right GUI libraries and files are installed along with GDB.
13008
13009 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
13010
13011 * configure.in: Change alpha to alpha* in several places.
13012
13013 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
13014
13015 * config.sub: Recognize sparc86x.
13016
13017 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
13018
13019 * configure.in (--enable-target-optspace): Remove debug echo.
13020
13021 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
13022
13023 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
13024
13025 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
13026
13027 * ltconfig: Update cygwin32 support.
13028
13029 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
13030 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
13031 (GDB_SUPPORT_DIRS): Likewise.
13032
13033 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
13034
13035 * configure.in (target_makefile_frag): If --enable-target-optspace,
13036 use -Os to compile target libraries rather than -O2. Default to
13037 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
13038 not used.
13039 * configure.in (target_cflags): Ditto for d30v.
13040
13041 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
13042
13043 * Makefile.in (all-bfd): Depend on all-intl.
13044 (all-binutils): Likewise.
13045 (all-gas): Likewise.
13046 (all-gprof): Likewise.
13047 (all-ld): Likewise.
13048
13049 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
13050
13051 * configure.in (host_tools): Fix typo, lbtool -> libtool.
13052
13053 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
13054
13055 * Makefile.in (all-bfd): Depend upon all-libiberty.
13056
13057 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
13058
13059 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
13060
13061 * Makefile.in: Add libstub.
13062
13063 * configure.in: Ditto. Build libstub for targets that have cygmon
13064 support.
13065
13066 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
13067
13068 * configure.in: Don't set PICFLAG on ix86-cygwin32.
13069
13070 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
13071
13072 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
13073 use mh-sysv5 if specified. Support gprof on SCO Open Server.
13074
13075 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
13076
13077 * configure: Define DEFAULT_M4 by searching PATH.
13078 * Makfile.in: Use DEFAULT_M4.
13079
13080 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
13081
13082 * ltconfig: Add cygwin32 support.
13083
13084 * Makefile.in, configure.in: Add libtool as a native only directory
13085 to configure and build.
13086
13087 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
13088
13089 * Makefile.in (INSTALL_MODULES): Remove texinfo.
13090
13091 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
13092
13093 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
13094
13095 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
13096
13097 * Makefile.in: add ash make rules
13098 * configure.in: add ash to native_only and host_tools lists
13099
13100 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
13101
13102 * Makefile.in (all-gettext, all-intl): New targets.
13103 (ALL_MODULES): Added all-gettext, all-intl.
13104 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
13105 (INSTALL_MODULES): Added install-gettext, install-intl.
13106 (CLEAN_MODULES): Added clean-gettext, clean-intl.
13107
13108 * configure.in (host_tools): Added gettext.
13109 (native_only): Likewise.
13110 (noconfigdirs) [various cases]: Likewise.
13111 (host_libs): Added intl.
13112
13113 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
13114
13115 * configure: Do not disable building gdbtk for cygwin32 hosts.
13116
13117 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
13118
13119 * configure.in: Add thumb-coff target.
13120 * config.sub: Add thumb-coff target.
13121
13122 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
13123
13124 * Makefile.in: Revert yesterday's change.
13125 (all-target-winsup): all-target-librx stays out of here.
13126
13127 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
13128
13129 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
13130 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
13131 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
13132 Remove references to librx and libg++.
13133
13134 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
13135
13136 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
13137 recursive makes
13138
13139 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
13140
13141 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
13142 for newlib directory.
13143 (CXX_FOR_TARGET): Likewise.
13144
13145 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
13146
13147 * ltconfig: Update after libtool/ltconfig.in change for
13148 hpux11.
13149
13150 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
13151
13152 * ltconfig, ltmain.sh: Update to libtool 1.2.
13153
13154 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
13155
13156 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
13157 (install-gcc-cross): Instead, override LANGUAGES here.
13158
13159 1998-03-18 Dave Love <d.love@dl.ac.uk>
13160
13161 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
13162 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
13163
13164 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
13165
13166 * configure.in: Add Thumb-pe target.
13167
13168 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
13169
13170 * Makefile.in - changed sn targets to snavigator
13171 * configure.in - changed sn targets to snavigator
13172
13173 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
13174
13175 * config-ml.in: After building symlink tree call make distclean
13176 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
13177 to be the case for libiberty.
13178
13179 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
13180
13181 * configure: When making link, also check the current
13182 directory. The configure scripts may create one.
13183
13184 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
13185
13186 * config.sub: Accept alphapca56 and alphaev6 properly.
13187
13188 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13189
13190 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
13191
13192 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
13193
13194 * config.sub (sco5): Fix typo.
13195
13196 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
13197
13198 * Makefile.in (INSTALL_MODULES): Move install-tcl before
13199 install-itcl.
13200 (install-itcl): Remove dependency on install-tcl.
13201
13202 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
13203
13204 * configure.in: Remove libgloss from noconfigdirs for MN10300.
13205
13206 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
13207
13208 * configure.in: Don't build libgui for a cygwin32 target when not on
13209 a cygwin32 host.
13210
13211 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
13212
13213 * configure (redirect): Set to null, so default behavior of
13214 configure is now --verbose.
13215
13216 1998-02-16 Dave Love <d.love@dl.ac.uk>
13217
13218 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
13219 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
13220
13221 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
13222
13223 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
13224 this change to sync Makefile.in with its ChangeLog entries.
13225
13226 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
13227
13228 * ltmain.sh (mkdir): Check that the directory doesn't exist
13229 before we exit with error, so that we don't get races during
13230 parallel builds.
13231
13232 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
13233
13234 * ltconfig, ltmain.sh: Update from libtool 1.0i.
13235
13236 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
13237
13238 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
13239 PICFLAG_FOR_TARGET.
13240 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
13241
13242 * configure: Emit a definition for the new macro enable_shared
13243 into each Makefile.
13244
13245 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
13246
13247 * configure.in (host_tools, native_only): Add libtool.
13248
13249 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
13250
13251 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
13252 Fix typo in ming config comment.
13253
13254 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
13255
13256 * ltconfig, ltmain.sh: Update from libtool 1.0h.
13257
13258 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
13259
13260 * config.sub: Add tic30 cases, and map c30 to tic30.
13261
13262 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
13263
13264 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
13265 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
13266 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
13267 (CLEAN_TARGET_MODULES): Similarly
13268 (all-target-libf2c): Add dependences.
13269 * configure.in (target_libs): Add libf2c.
13270
13271 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
13272
13273 * configure.in: Remove expect from noconfigdirs when target
13274 is cygwin32. OK to build expect and dejagnu with Canadian
13275 Cross.
13276
13277 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
13278
13279 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
13280 host.
13281
13282 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
13283 and mingw32.
13284
13285 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
13286
13287 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
13288 here as it is not defined in the toplevel Makefile.
13289
13290 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
13291
13292 * configure (package_makefile_rules_frag): New variable, which names
13293 a file with generic rules, ...
13294 Change comment to mention we now have FIVE parts.
13295 * configure: Undo last change.
13296
13297 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
13298
13299 * config.guess: More accurate determination of HP processor types.
13300 * config.sub: More accurate determination of HP processor types.
13301
13302 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
13303
13304 * configure (package_makefile_frag): Move inserting the
13305 ${package_makefile_frag} to where it should be according
13306 to the comment.
13307
13308 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
13309
13310 * config.guess: Add support for Linux/ARM.
13311
13312 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
13313
13314 * .cvsignore: Remove *-info and *-install since they match
13315 release-info and mpw-install, which we don't want to just ignore.
13316
13317 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
13318
13319 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
13320
13321 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
13322
13323 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
13324 local_prefix to sub-make invocations.
13325
13326 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
13327
13328 * configure.in: Check makefile fragments in the source
13329 directory.
13330
13331 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13332
13333 * configure.in: Check whether host and target makefile
13334 fragments exist before adding them to *_makefile_frag.
13335
13336 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
13337
13338 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
13339
13340 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
13341
13342 * configure.in: Make sure we only replace RPATH_ENVVAR on
13343 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
13344 regexp to sed.
13345
13346 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
13347 to sub-makes.
13348
13349 1998-01-13 Lee Iverson (leei@ai.sri.com)
13350
13351 * config-ml.in (multi-do): LDFLAGS must include multilib
13352 designator.
13353
13354 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
13355
13356 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
13357
13358 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
13359
13360 * config.sub: Add mingw32 support.
13361 * configure.in: Likewise.
13362
13363 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
13364
13365 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
13366
13367 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
13368
13369 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13370 * configure (gxx_include_dir): Provide a definition for subdirs
13371 which do not use autoconf.
13372
13373 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
13374
13375 * config.guess: Sync with egcs. Picks up new alpha support,
13376 BeOS & some additional linux support.
13377
13378 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
13379
13380 * config.guess: HP 9000/803 is a PA1.1 machine.
13381
13382 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
13383
13384 * configure.in: It's alpha*-...
13385
13386 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
13387
13388 * configure.in (host_makefile_frag, target_makefile_frag):
13389 Handle multiple config files.
13390 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
13391 alpha-*-*.
13392
13393 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
13394
13395 * mkdep: New file.
13396
13397 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
13398
13399 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
13400
13401 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
13402
13403 * Makefile.in: Add libgui directory.
13404 (GDB_TK): Add all-libgui.
13405 * configure.in: Add libgui directory.
13406 * configure: Add all-libgui to GDB_TK.
13407
13408 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
13409
13410 * config-ml.in (multidirs): Add m32r to multilib list.
13411
13412 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
13413
13414 * Makefile.in (all-target-gperf): Change dependency to
13415 all-target-libstdc++.
13416
13417 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
13418
13419 * config.guess: Add BeOS support.
13420
13421 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
13422
13423 Source directory cvs renamed to cvssrc:
13424 * configure.in (host_tools): Change cvs to cvssrc.
13425 (native_only): Likewise.
13426 (noconfigdirs) [various cases]: Likewise.
13427 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
13428 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
13429 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
13430 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
13431 (all-cvssrc): Rename target from all-cvs.
13432
13433 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
13434
13435 * configure (gxx_include_dir): Fix thinko.
13436
13437 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
13438
13439 * Makefile.in (INSTALL_TARGET_CROSS): Define.
13440 (install-cross, install-gcc-cross): New targets.
13441
13442 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
13443
13444 * configure.in (noconfigdirs): Add support for Thumb target.
13445
13446 * config.sub (maybe_os): Add support for Thumb target.
13447
13448 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
13449
13450 * Makefile.in: Add rules for cygmon.
13451
13452 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
13453
13454 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
13455
13456 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13457 * configure (gxx_include_dir): Provide a definition for subdirs
13458 which do not use autoconf.
13459
13460 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
13461
13462 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
13463 11/18/97 build
13464
13465 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
13466
13467 * From Franz Sirl.
13468 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
13469 found on RedHat Linux systems.
13470
13471 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
13472
13473 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
13474 guesses.
13475
13476 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
13477
13478 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
13479
13480 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
13481
13482 * ltmain.sh: If mkdir fails, check whether the directory was created
13483 anyhow by some other process.
13484
13485 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
13486
13487 * configure.in (d30v-*-*): Configure all directories.
13488
13489 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
13490
13491 * configure.in (d30v-*-*): Configure newlib, libiberty directories
13492 for the D30V.
13493
13494 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
13495
13496 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
13497
13498 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
13499
13500 * include/libiberty.h: Add extern "C" { so it can be used with C++
13501 progrms.
13502 * include/remote-sim.h: Add extern "C" { so it can be used with C++
13503 programs.
13504
13505 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
13506
13507 * configure.in (d30v-*-*): Configure GCC now.
13508
13509 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
13510
13511 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
13512 is no longer needed.
13513
13514 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
13515
13516 * Makefile.in: check-target-libio depends on all-target-libstdc++.
13517
13518 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
13519
13520 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
13521 targets using "$@" to provide support for similar but not identical
13522 targets without having to duplicate code.
13523
13524 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
13525
13526 * makefile.vms: Fix to work with DEC C.
13527
13528 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
13529
13530 * config.sub: Add mips-tx39-elf to marketing names.
13531
13532 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
13533
13534 * ltmain.sh: Handle symlinks in generated script.
13535
13536 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
13537
13538 * configure: Handle autoconf style directory options: --bindir,
13539 --datadir, --includedir, --infodir, --libdir, --libexecdir,
13540 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
13541 --sysconfdir.
13542 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
13543 (sharedstatedir, localstatedir, oldincludedir): New variables.
13544 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
13545 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
13546 sbindir, sharedstatedir, and sysconfdir.
13547
13548 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
13549
13550 * Makefile.in (bootstrap-lean): New target.
13551
13552 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
13553
13554 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
13555 sn, and gnuserv from noconfigdirs.
13556
13557 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
13558
13559 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
13560
13561 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
13562
13563 * Makefile.in (cross): New target.
13564
13565 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
13566 Jeff Law <law@cygnus.com>
13567
13568 * Makefile.in (bootstrap2, bootstrap3): New targets.
13569 (all-bootstrap): Remove outdated and confusing target.
13570 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
13571
13572 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
13573
13574 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
13575 windows. Consistent with gdb/configure.
13576
13577 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
13578
13579 * configure.in: Name Linux target fragment.
13580
13581 * configure: Rewrite so that project Makefile fragment is inserted
13582 first and appears last in the resulting Makefile.
13583
13584 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
13585
13586 * Makefile.in (install-itcl): Install tcl first.
13587
13588 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
13589
13590 * configure.in: remove bison from noconfigdirs for Cygwin32 host
13591
13592 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
13593
13594 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
13595
13596 * configure.in (skipdirs): Add target-librx for Linux.
13597 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
13598
13599 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
13600
13601 * Makefile.in (bootstrap): New target.
13602
13603 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
13604
13605 * config.sub: Accept 'amigados' for backward compatibility.
13606
13607 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
13608
13609 * config.guess: Merge with FSF.
13610
13611 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
13612
13613 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
13614
13615 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
13616
13617 * config.sub: Add "marketing-names" patch.
13618
13619 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
13620
13621 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
13622
13623 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
13624
13625 * config.sub: Handle v850-elf.
13626
13627 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
13628
13629 * .cvsignore (*-install): Remove.
13630
13631 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
13632
13633 * ltconfig: Set CONFIG_SHELL in libtool.
13634 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
13635
13636 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
13637
13638 * configure.in (target_subdir): Set to libraries if enable_multilib.
13639
13640 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
13641
13642 * config.guess: Update from gcc directory.
13643
13644 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
13645
13646 * Makefile.in (all-sim): Depends on all-readline.
13647
13648 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
13649
13650 * Makefile.in (BISON, YACC): Use $$s.
13651 (all-bison): Depend on all-texinfo.
13652
13653 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
13654
13655 * Makefile.in (BISON): Add -L flag.
13656 (YACC): Likewise.
13657
13658 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
13659
13660 * configure.in (noconfigdirs): Add support for v850e target.
13661
13662 * config.sub (maybe_os): Add support for v850e target.
13663
13664 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
13665
13666 * configure.in (noconfigdirs): Add support for v850ea target.
13667
13668 * config.sub (maybe_os): Add support for v850ea target.
13669
13670 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
13671
13672 * config.sub: Add mipstx39. Delete r3900.
13673
13674 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
13675
13676 * Makefile.in (all-autoconf): Depends on all-texinfo.
13677
13678 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
13679
13680 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
13681 eabi targets.
13682
13683 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
13684
13685 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
13686
13687 * configure: When handling a Canadian Cross, handle YACC as well as
13688 BISON. Just set BISON to bison. When setting YACC, prefer bison.
13689 * Makefile.in (all-bison): Depend upon all-texinfo.
13690
13691 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
13692
13693 * Makefile.in (BISON): bison, not byacc or bison -y.
13694 (YACC): bison -y or byacc or yacc.
13695 (various): Add *-bison as appropriate.
13696 (taz): No need to mess with BISON anymore.
13697
13698 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
13699
13700 * configure: If OSTYPE matches *win32*, try to find a good value for
13701 CONFIG_SHELL.
13702
13703 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
13704
13705 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
13706 configure.in if it is present.
13707
13708 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
13709
13710 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
13711
13712 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
13713
13714 * config.sub: Recognize `arc' cpu.
13715 * configure.in: Likewise.
13716 * config-ml.in: Likewise.
13717
13718 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
13719
13720 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
13721
13722 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
13723
13724 * configure: Changed sed delimiter from ':' to '|' when
13725 attempting to substitute ${config_shell} for SHELL. On
13726 NT ${config_shell} may contain a ':' in it.
13727
13728 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
13729
13730 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
13731
13732 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
13733
13734 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
13735
13736 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
13737
13738 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
13739
13740 * ylwrap: If the program is a relative path, force it to be
13741 absolute.
13742
13743 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
13744
13745 * configure (tooldir): Set BISON to `bison -y' and not just bison.
13746
13747 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
13748
13749 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
13750 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
13751 for libraries.
13752
13753 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
13754
13755 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
13756 separated by spaces.
13757
13758 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
13759
13760 * ylwrap: New file.
13761 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
13762
13763 * ltmain.sh: Handle /bin/sh at start of install program.
13764
13765 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
13766
13767 * ltconfig, ltmain.sh: New files, from libtool 1.0.
13768 * missing: New file, from automake 1.2.
13769
13770 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
13771
13772 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
13773 check-tk to CHECK_X11_MODULES.
13774
13775 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
13776
13777 * config.sub: Merge with FSF.
13778
13779 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
13780
13781 * config.guess: Merge with FSF.
13782
13783 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
13784
13785 * configure: Treat msdosdjgpp like go32.
13786 * configure.in: Likewise. Don't remove gprof for go32.
13787
13788 * configure: Change Makefile.tem2 to Makefile.tm2.
13789
13790 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
13791
13792 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
13793
13794 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13795
13796 * install-sh (chmodcmd): Set to null if the DST directory already
13797 exists. Same as Nov 11th change.
13798
13799 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
13800
13801 * configure (GDB_TK): Needs itcl and tix.
13802
13803 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
13804
13805 * config.guess: Update from FSF.
13806
13807 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
13808
13809 * Makefile.in (GDB_TK): Depend on itcl and tix.
13810
13811 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
13812
13813 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
13814 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
13815 (INSTALL_SCRIPT): New variable.
13816 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
13817 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
13818 to -x.
13819 * install-sh: Add support for -x option.
13820
13821 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
13822
13823 * configure.in, Makefile.in: Treat tix like itcl.
13824
13825 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
13826
13827 * Makefile.in (WINDRES): New variable.
13828 (WINDRES_FOR_TARGET): New variable.
13829 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
13830 (EXTRA_HOST_FLAGS): Add WINDRES.
13831 (EXTRA_TARGET_FLAGS): Add WINDRES.
13832 (EXTRA_GCC_FLAGS): Add WINDRES.
13833 ($(DO_X)): Pass down WINDRES.
13834 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
13835 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
13836 DLLTOOL_FOR_TARGET.
13837
13838 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
13839
13840 * configure.in: configure sim before gdb for win32-x-ppc
13841
13842 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13843
13844 Move gperf into the toplevel, from libg++.
13845 * configure.in (target_tools): Add target-gperf.
13846 (native_only): Add target-gperf.
13847 * Makefile.in (all-target-gperf): New target, depend on
13848 all-target-libg++.
13849 (configure-target-gperf): Empty rule.
13850 (ALL_TARGET_MODULES): Add all-target-gperf.
13851 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
13852 (CHECK_TARGET_MODULES): Add check-target-gperf.
13853 (INSTALL_TARGET_MODULES): Add install-target-gperf.
13854 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
13855
13856 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
13857
13858 * config.sub (mn10200): Recognize new basic machine.
13859
13860 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13861
13862 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
13863 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
13864
13865 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13866
13867 * configure.in: If we're building mips-sgi-irix6* native, turn on
13868 ENABLE_MULTILIB and set TARGET_SUBDIR.
13869
13870 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
13871
13872 * Makefile.in (all-sn): Depend on all-grep.
13873
13874 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
13875
13876 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
13877
13878 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
13879 Makefile. From Jeff Makey <jeff@cts.com>.
13880 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
13881
13882 * Makefile.in (DISTBISONFILES): Remove.
13883 (taz): Don't futz with DISTBISONFILES. Change BISON to use
13884 $(DEFAULT_YACC).
13885
13886 * configure.in: Build itl, db, sn, etc., when building for native
13887 cygwin32.
13888
13889 * Makefile.in (LD): New variable.
13890 (EXTRA_HOST_FLAGS): Pass down LD.
13891 ($(DO_X)): Likewise.
13892
13893 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
13894
13895 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
13896
13897 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
13898
13899 * configure.in (targargs): Strip out any supplied --build argument
13900 before adding our own. Always add --build.
13901
13902 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
13903
13904 * configure.in (targargs): Pass --build if we're doing
13905 a cross-compile.
13906
13907 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
13908
13909 * configure: Use '|' instead of ":" as the separator in
13910 sed. Otherwise sed chokes on NT path names with drive
13911 designators. Also look for "?:*" as the leading characters in an
13912 absolute pathname.
13913
13914 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
13915
13916 * config.sub: Support for r3900.
13917
13918 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
13919
13920 * configure.in: Use install-sh, not install.sh.
13921
13922 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
13923
13924 * Makefile.in (taz): Improve check for BISON so it doesn't try to
13925 apply it twice.
13926
13927 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
13928
13929 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
13930 install-binutils.
13931
13932 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
13933
13934 * Makefile.in: Add automake targets.
13935 * configure.in (host_tools): Add automake.
13936
13937 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
13938
13939 * configure: Default CXX to c++, not gcc.
13940 * Makefile.in (CXX): Set to c++, not gcc.
13941 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
13942
13943 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
13944
13945 * install-sh: try appending a .exe if source file doesn't
13946 exist
13947
13948 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
13949
13950 * configure.in: Turn on multilib by default.
13951 (cross_only): Remove target-libiberty.
13952
13953 * Makefile.in (all-gcc): Don't depend on libiberty.
13954
13955 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
13956
13957 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
13958
13959 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
13960
13961 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
13962 (DISTBISONFILES): Add ld/Makefile.in
13963
13964 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
13965
13966 * configure.in: if target is cygwin32 but host isn't cygwin32,
13967 don't configure gdb tcl tk expect, not just gdb.
13968
13969 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
13970
13971 * configure.in: Added gnuserv everywhere sn appears.
13972
13973 * Makefile.in (ALL_MODULES): Added all-gnuserv.
13974 (CROSS_CHECK_MODULES): Added check-gnuserv.
13975 (INSTALL_MODULES): Added install-gnuserv.
13976 (CLEAN_MODULES): Added clean-gnuserv.
13977 (all-gnuserv): New target.
13978
13979 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
13980
13981 * config.guess: Fixes for MIPS OpenBSD systems.
13982
13983 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
13984
13985 * Makefile.in (INSTALL_XFORM): Remove.
13986 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
13987
13988 * mkinstalldirs: New file, copied from automake.
13989 * Makefile.in (installdirs): Rename from install-dirs. Use
13990 mkinstalldirs. Change all users.
13991 (DEVO_SUPPORT): Add mkinstalldirs.
13992
13993 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
13994
13995 * install-sh: Rename from install.sh.
13996 * Makefile.in (INSTALL): Change install.sh to install-sh.
13997 (DEVO_SUPPORT): Likewise.
13998
13999 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
14000 Graichen <graichen@rzpd.de>.
14001
14002 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
14003
14004 * config.guess: Recognize OpenBSD systems correctly.
14005
14006 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14007
14008 * README, Makefile.in (ETC_SUPPORT): Remove references to
14009 cfg-paper*, configure.{texi,man,info*}._
14010
14011 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
14012
14013 * Makefile.in (all.normal): Ensure that gcc is built after all
14014 the x11 - ie gdb - targets.
14015
14016 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
14017
14018 * makefile.vms: Don't run conf-a-gas.
14019
14020 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
14021
14022 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
14023
14024 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
14025
14026 * configure.in: Remove noconfigdirs case since gdb also
14027 configures and builds for tic80-coff.
14028
14029 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
14030
14031 * configure: Set cache_file to config.cache.
14032 * Makefile.in (local-distclean): Remove config.cache.
14033
14034 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
14035
14036 * COPYING: Update FSF address.
14037
14038 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
14039
14040 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
14041 noconfigdirs.
14042
14043 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
14044
14045 * Makefile.in (install-dirs): Don't crash if prefix, and hence
14046 MAKEDIRS, is empty.
14047
14048 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
14049
14050 * config.sub: Tweak mn10300 entry.
14051
14052 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
14053
14054 * configure.in (host_tools): Put sim before gdb, so gdb's
14055 configure.tgt can determine if the simulator was configured.
14056
14057 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
14058
14059 * config.sub: Move BeOS $os case to be with other Cygnus
14060 local cases.
14061
14062 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
14063
14064 * config.sub: Remove misplaced comment that broke Linux.
14065
14066 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
14067
14068 * config.sub: Add BeOS support.
14069
14070 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
14071
14072 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
14073
14074 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
14075
14076 * configure.in (noconfigdirs): Remove tcl and tk from
14077 noconfigdirs for cygwin32 builds.
14078
14079 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
14080
14081 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
14082
14083 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
14084
14085 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
14086 make-all.com, use makefile.vms instead.
14087
14088 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
14089
14090 * config.sub: Accept -lnews*.
14091
14092 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
14093
14094 * configure.in (noconfigdirs): Disable target-newlib,
14095 target-examples and target-libiberty for d30v.
14096
14097 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
14098
14099 * configure.in (noconfigdirs): Enable ld for d30v.
14100
14101 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
14102
14103 * configure.in (tic80-*-*): Build compiler.
14104
14105 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
14106
14107 * configure.in (d30v-*): Remove sim directory from list of
14108 unsupported d30v directories
14109
14110 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
14111
14112 * config.sub, configure.in: Add d30v target cpu.
14113
14114 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
14115
14116 * makefile.vms: New file.
14117 * make-all.com: Remove.
14118
14119 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
14120
14121 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
14122
14123 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
14124
14125 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
14126
14127 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
14128
14129 * Makefile.in (ALL_MODULES): Added all-db.
14130 (CROSS_CHECK_MODULES): Addec check-db.
14131 (INSTALL_MODULES): Added install-db.
14132 (CLEAN_MODULES): Added clean-db.
14133
14134 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
14135
14136 * config.guess: Merge with latest FSF sources.
14137
14138 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
14139
14140 * Makefile.in (ALL_MODULES): Added all-itcl.
14141 (CROSS_CHECK_MODULES): Added check-itcl.
14142 (INSTALL_MODULES): Added install-itcl.
14143 (CLEAN_MODULES): Added clean-itcl.
14144
14145 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
14146
14147 * configure.in: build gdb for mn10200
14148
14149 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
14150
14151 * Makefile.in (all-target-winsup): Depend on all-target-libio.
14152
14153 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
14154
14155 * configure.in (tic80-*-*): Turn off most targets right now.
14156
14157 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
14158
14159 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
14160 rather than the makeinfo program.
14161 (do-info): Depend upon all-texinfo.
14162
14163 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
14164
14165 * configure.in: Remove uses of config/mh-linux.
14166
14167 * config.sub, config.guess: Merge with latest FSF sources.
14168
14169 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
14170
14171 * config.sub (case $basic_machine): Add tic80 entries.
14172
14173 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
14174
14175 * config.sub, config.guess: Merge with latest FSF sources.
14176
14177 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
14178
14179 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
14180 * mpw-config.in: Test for NewFolderRecursive.
14181 * mpw-install: Use symbolic name for startup filename.
14182 * mpw-README: Add various additional details.
14183
14184 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
14185
14186 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
14187
14188 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
14189
14190 * configure.in: Do build gcc and the target libraries for
14191 the mn10200.
14192
14193 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
14194
14195 * configure.in: don't avoid building gdb for mn10300 any more
14196 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
14197 instead of single-quoting it.
14198
14199 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
14200
14201 * configure.in: Don't use --with-stabs on IRIX 6.
14202
14203 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
14204
14205 * configure.in (m32r): Build gdb, libg++ now.
14206
14207 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14208
14209 * configure.in (mips*-sgi-irix6*): Remove gdb and related
14210 directories from noconfigdirs.
14211
14212 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
14213
14214 * config.sub (basic_machine): added mips16 configuration
14215
14216 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14217
14218 * config.sub: Handle d10v-unknown.
14219
14220 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
14221
14222 * config.sub: Handle v850-unknown.
14223
14224 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
14225
14226 * Makefile.in: add findutils
14227 * configure.in: add findutils to list of host_tools
14228
14229 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
14230
14231 * config.sub: Handle mn10200 and mn10300.
14232
14233 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14234
14235 * configure.in (d10v-*): Do not build librx.
14236
14237 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
14238
14239 * configure.in (mn10300): Build everything except gdb & libgloss.
14240
14241 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
14242
14243 * config.guess: Patch for Dansk Data Elektronik servers,
14244 from Niels Skou Olsen <nso@dde.dk>.
14245
14246 For ncr, use /bin/uname rather than uname, since GNU uname does not
14247 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
14248
14249 Patch for MIPS R4000 running System V,
14250 from Eric S. Raymond <esr@snark.thyrsus.com>.
14251
14252 Fix thinko for nextstep.
14253
14254 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
14255
14256 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
14257 * config.guess: Guess mips-dec-mach_bsd4.3.
14258
14259 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
14260 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
14261 release numbers.
14262 * config.guess (mips-mips-riscos*): Emit just enough of the
14263 release number.
14264
14265 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
14266 * config.guess (sparc-auspex-sunos*): Added.
14267 (f300-fujitsu-*): Added.
14268
14269 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
14270 * config.guess: Recognize a Tadpole as a sparc.
14271
14272 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
14273
14274 * config.guess: Don't assume that NextStep version is either 2 or
14275 3. NextStep 4 (aka OpenStep 4) has come out now.
14276
14277 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
14278
14279 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
14280 From Rik Faith <faith@cs.unc.edu>.
14281
14282 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
14283
14284 * config.sub: Contributions from bug-gnu-utils to:
14285 Support plain "hppa" (no version given) architecture, reported by
14286 OpenStep.
14287 OpenBSD like NetBSD.
14288 LynxOs is not a hardware supplier.
14289
14290 * config.guess: Contributions from bug-gnu-utils to add support for:
14291 OpenBSD like NetBSD.
14292 Stratus systems.
14293 More Pyramid systems.
14294 i[n>4]86 Intel chips.
14295 M680[n>4]0 Motorola chips.
14296 Use unknown instead of lynx for hardware manufacturer.
14297
14298 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14299
14300 * install.sh (chmodcmd): Set to null if the DST directory already
14301 exists.
14302
14303 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14304
14305 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
14306 not use mt-ppc target Makefile fragment any more.
14307
14308 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
14309
14310 * configure.in (*-*-windows): Exclude everything but those dirs
14311 needed to build windows.
14312
14313 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
14314
14315 * Makefile.in (all-target-winsup): Depend on all-target-librx.
14316
14317 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
14318
14319 * configure.in: Exclude mmalloc from i386-windows.
14320
14321 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
14322
14323 * Undo my previous change.
14324
14325 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
14326
14327 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
14328 unconditionally.
14329 (MAKEOVERRIDES): Define (revert this part of October 18 change).
14330
14331 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
14332
14333 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
14334 host to add it's own flags.
14335
14336 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
14337
14338 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
14339
14340 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
14341
14342 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
14343 (CXX_FOR_TARGET): Likewise.
14344 (GCC_FOR_TARGET): Define.
14345 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
14346 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
14347 CC_FOR_TARGET was specified on the command line.
14348 (MAKEOVERRIDES): Don't define.
14349
14350 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
14351
14352 * configure.in (m32r): Fix spelling of libg++ libs.
14353
14354 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
14355
14356 * config.sub (-apple*): Remove, now redundant.
14357
14358 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
14359
14360 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
14361
14362 * configure: Rework yesterday's sed script patch.
14363
14364 * config.sub: Merge with FSF.
14365
14366 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
14367
14368 * config.guess: Merge from FSF.
14369
14370 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
14371 * config.guess: Use pc instead of unknown, for pc clone systems.
14372 Change linux to linux-gnu.
14373
14374 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
14375 * config.guess: Avoid non-portable tr syntax.
14376
14377 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
14378
14379 * test-build.mk (HOLES): Add "xargs" for gdb.
14380
14381 * configure: Avoid hpux10.20 sed bug.
14382
14383 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
14384
14385 * configure.in: Add support for windows host
14386 (that is a build done under the Microsoft build environment).
14387
14388 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
14389
14390 * Makefile.in: Replace all uses of srcroot with s, to shrink
14391 command line lengths.
14392
14393 Patches from Geoffrey Noer <noer@cygnus.com>:
14394 * configure.in: If configuring for newlib, pass --with-newlib to
14395 subdirectories.
14396 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
14397 -Bnewlib/ and -Lwinsup to gcc.
14398 (CXX_FOR_TARGET): Likewise.
14399
14400 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
14401
14402 * Makefile.in (ETC_SUPPORT): Add configure.
14403
14404 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
14405
14406 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
14407 host configuration file.
14408
14409 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
14410
14411 * configure.in: Break mn10x00 support into separate
14412 mn10200 and mn10300 configurations.
14413 * config.sub: Likewise.
14414
14415 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
14416
14417 * configure.in: Add lots of stuff to noconfigdirs for
14418 the mn10x00 targets.
14419
14420 * config.sub, configure.in: Add mn10x00 support.
14421
14422 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
14423
14424 * make-all.com: Call conf-a-gas, not config-a-gas.
14425
14426 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
14427
14428 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
14429 targets.
14430
14431 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
14432
14433 * mpw-README: Add much more detail for native PowerMac.
14434 * mpw-install: New file.
14435 * mpw-configure: Add --norecursion and --help options.
14436 * mpw-config.in: Translate readme and install files when
14437 copying to objdir.
14438 * mpw-build.in: Don't always depend on byacc and flex.
14439 (install-only-top): New action.
14440
14441 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
14442
14443 * configure.in: You can now configure GDB for the v850.
14444
14445 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
14446
14447 * configure.in (noconfigdirs): Don't configure any C++ dirs
14448 if targeting D10V.
14449
14450 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
14451
14452 * config.sub: Recognize mips64vr5000.
14453
14454 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
14455
14456 * configure.in: Use a single line for host_tools and native_only.
14457
14458 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
14459
14460 * config.sub, configure.in: Add entries for m32r.
14461
14462 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
14463
14464 * Makefile.in (inet-install): Don't run install-gzip.
14465
14466 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
14467
14468 * configure.in: Don't config lots of things for *-*-windows*.
14469
14470 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
14471
14472 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
14473 (host_libs, host_tools): Copy from configure.in.
14474 * mpw-configure: Don't complain about directories not found.
14475
14476 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14477
14478 * configure.in (i[345]86): Recognize i686 for pentium pro.
14479 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
14480 file.
14481
14482 * config.guess (i[345]86): Ditto.
14483
14484 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14485
14486 * configure.in (noconfigdirs): Removed gdb for D10V.
14487
14488 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
14489
14490 * configure.in: Remove ld, target-libio, target-libg++, and
14491 target-libstdc++ from noconfigdirs.
14492
14493 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
14494
14495 * configure: Fix three locations where shell scripts were
14496 being run directly rather than with config_shell.
14497
14498 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
14499
14500 * configure.in (v850-*-*): Set up initial $noconfigdirs.
14501 * config.sub (basic_machine): Recognize v850.
14502
14503 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
14504
14505 * mpw-configure: Handle multiple enable/disable options and
14506 pass them down recursively, handle -c and -s flags appropriately
14507 depending on choice of compiler, add escape mechanism for
14508 quoted arguments to gC.
14509
14510 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14511
14512 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
14513 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
14514 so that -mrelocatable-lib and -mno-eabi are used.
14515
14516 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
14517 not support --print-multi-lib, don't abort.
14518
14519 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
14520
14521 * make-all.com: Run config-a-gas.
14522 * setup.com: Don't copy subdirectory files around.
14523
14524 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
14525
14526 * configure.in (*-*-ose): Remove exclusion of libgloss for this
14527 target, it now compiles correctly.
14528
14529 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
14530
14531 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
14532
14533 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14534
14535 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
14536
14537 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14538
14539 * configure.in (native_only): Add prms.
14540
14541 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
14542
14543 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
14544 (BINUTILS_SUPPORT_DIRS): Likewise.
14545
14546 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14547
14548 * configure.in (d10v-*-*): Don't configure ld or gdb until the
14549 d10v support is added.
14550
14551 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14552
14553 * configure.in (d10v-*-*): New target.
14554
14555 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
14556
14557 * config.guess (HP 9000/811): Recognize this as a PA1.1
14558 machine.
14559
14560 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
14561
14562 * Makefile.in (do-tar-gz): New target, split out from tail end of
14563 taz target. Run each command separately, don't use pipes.
14564 (taz): Use it.
14565
14566 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
14567
14568 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
14569 * mpw-build.in: No builds should depend on building byacc or flex,
14570 they are assumed to be installed already.
14571
14572 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14573
14574 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
14575 variable that CC_FOR_TARGET needs.
14576
14577 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14578
14579 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
14580 options have changed since the last time the subdirectory was
14581 configured, and if it has, reconfigure.
14582 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
14583 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
14584
14585 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
14586
14587 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
14588 CLEAN_MODULES): Add bash.
14589 (all-bash): New target.
14590
14591 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
14592
14593 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
14594
14595 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14596
14597 * config.sub (basic_machine): Recognize d10v as a valid processor.
14598
14599 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
14600
14601 * mpw-configure: Add support for --bindir.
14602 * mpw-build.in: Use a GCC-specific build script for GCC actions.
14603
14604 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
14605
14606 * configure.in: add bash, time, gawk to list of hosttools and things
14607 to only build for native toolchains
14608
14609 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
14610
14611 * Makefile.in (docdir): Remove.
14612
14613 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
14614
14615 * Makefile.in (datadir): Set to $(prefix)/share.
14616
14617 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
14618
14619 * configure.in: build diff and patch for cygwin32-hosted
14620 toolchains.
14621
14622 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
14623
14624 * config.sub: Accept -rtems*.
14625
14626 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
14627
14628 * configure.in: enable dosrel for cygwin32-hosted builds,
14629 remove diff from the list of things not buildable
14630 via Canadian Cross
14631
14632 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
14633
14634 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
14635 don't get ". ".
14636
14637 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
14638
14639 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
14640
14641 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
14642
14643 * Makefile.in (taz): Handle case where tex3patch didn't even get
14644 checked out. Also, if it was found, put the symlink in a new util
14645 subdirectory.
14646
14647 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14648
14649 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
14650
14651 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
14652
14653 * config.sub: Recognize -openvms.
14654 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
14655 * make-all.com, setup.com: New files.
14656
14657 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
14658
14659 * Makefile.in (taz): tex3patch moved to texinfo/util.
14660
14661 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
14662
14663 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
14664 * configure.in: remove make from disable-if-Can-Cross list
14665 enable gdb if ${host} and ${target} are cygwin32
14666
14667 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
14668
14669 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
14670 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
14671
14672 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
14673
14674 * config.guess: Combine mips-mips-riscos cases, and use cpp to
14675 distinguish sysv/svr4/bsd variants.
14676 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
14677
14678 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
14679
14680 * configure.in: Added copyright notice.
14681 * move-if-change: Added copyright notice.
14682
14683 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14684
14685 * configure.in (powerpcle-*-solaris*): Until we get shared
14686 libraries working, don't build gdb, sim, make, tcl, tk, or
14687 expect.
14688
14689 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
14690
14691 * config.guess: Merge with FSF:
14692
14693 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
14694 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
14695
14696 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
14697 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
14698
14699 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
14700 * config.guess: Combine two OSF1 rules.
14701 Also recognize field test versions. From mjr@zk3.dec.com.
14702 * config.guess (dgux): Use /usr/bin/uname rather than uname,
14703 because GNU uname does not support -p. From pmr@pajato.com.
14704
14705 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
14706
14707 * Makefile.in (MAKEDIRS): Removed $(tooldir).
14708
14709 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
14710
14711 * mpw-README: Document GCCIncludes.
14712
14713 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
14714
14715 * configure.in (alpha-*-linux*): Set enable_shared to yes.
14716
14717 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
14718
14719 * mpw-configure: Handle --enable-FOO and --disable-FOO.
14720
14721 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
14722
14723 * configure.in (*-*-cygwin32): Configure make.
14724
14725 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
14726
14727 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
14728
14729 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
14730
14731 * Makefile.in (all-inet): Depend on all-perl.
14732
14733 * Makefile.in (inet-install): New target.
14734
14735 * Makefile.in (all-inet): Depend on all-tcl.
14736 (all-inet): Depend on all-send-pr.
14737
14738 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14739
14740 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
14741 temporarily.
14742
14743 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
14744
14745 * configure.in: Don't configure --with-gnu-ld on AIX.
14746
14747 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
14748
14749 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
14750
14751 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
14752
14753 * Makefile.in (ALL_MODULES): Added all-inet.
14754 (CROSS_CHECK_MODULES): Added check-inet.
14755 (INSTALL_MODULES): Added install-inet.
14756 (CLEAN_MODULES): Added clean-inet.
14757 (all-indent): New target.
14758
14759 * configure.in (host_tools): Added inet.
14760 (native_only): Added inet.
14761 (noconfigdirs): Added inet.
14762
14763 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
14764
14765 * configure.in: Don't configure libgloss if we are not configuring
14766 newlib.
14767
14768 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
14769
14770 * configure.in: Don't configure libgloss for unsupported
14771 architectures.
14772
14773 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14774
14775 * Makefile.in (CLEAN_MODULES): Add clean-apache.
14776
14777 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
14778
14779 * Makefile.in (ALL_MODULES): Include all-apache.
14780 (CROSS_CHECK_MODULES): Include check-apache.
14781 (INSTALL_MODULES): Include install-apache.
14782 (all-apache): New target.
14783
14784 * configure.in: Added apache everywhere perl is seen.
14785
14786 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14787
14788 * Makefile.in: Add support for clean-{module} and
14789 clean-target-{module} rules.
14790
14791 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
14792
14793 * configure.in (*-*-ose) do not build libgloss.
14794
14795 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14796
14797 * config.guess (prep*:SunOS:5.*:*): Turn into
14798 powerpele-unknown-solaris2.
14799
14800 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
14801
14802 * configure.in: Permit --enable-shared to specify a list of
14803 directories.
14804
14805 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14806
14807 * configure.in (host==solaris): Pass only the first word of $CC
14808 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
14809
14810 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14811
14812 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
14813
14814 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
14815
14816 * Makefile.in (ALL_MODULES): Include all-perl.
14817 (CROSS_CHECK_MODULES): Include check-perl.
14818 (INSTALL_MODULES): Include install-perl.
14819 (ALL_X11_MODULES): Include all-guile.
14820 (CHECK_X11_MODULES): Include check-guile.
14821 (INSTALL_X11_MODULES): Include install-guile.
14822 (all-perl): New target.
14823 (all-guile): New target.
14824
14825 * configure.in (host_tools): Include perl and guile.
14826 (native_only): Include perl and guile.
14827 (noconfigdirs): Don't build guile and perl; no ports have been
14828 done.
14829
14830 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
14831
14832 * configure (--enable-*): Handle quoted option lists such as
14833 --enable-sim-cflags='-g0 -O' better.
14834
14835 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14836
14837 * Makefile.in ({,inst}all-target): New rule so we can make and
14838 install all of the target directories easily.
14839
14840 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14841
14842 * configure.in: Add missing global flag in sed substitution when
14843 deleting `target-' from ${configdirs}.
14844
14845 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
14846
14847 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
14848 option.
14849
14850 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
14851 config/mh-necv4.
14852
14853 * install.sh: Correct misspelling of transformbasename.
14854
14855 * config.guess: Recognize mips-*-sysv*.
14856
14857 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
14858
14859 * config.sub: Recognize mon960.
14860
14861 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
14862
14863 * configure: Restore Canadian Cross handling of BISON and LEX,
14864 removed in Feb 20 change.
14865
14866 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
14867
14868 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
14869 Mention make install. Remove the old copyright date as well the
14870 clumsy and rather pointless copyright on the README file.
14871
14872 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
14873
14874 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
14875 Makefile after running symlink-tree, then run `make distclean' to
14876 avoid clobbering any generated files in srcdir.
14877
14878 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
14879
14880 * configure.in (m68k-*-netbsd*): Build everything now.
14881
14882 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
14883
14884 * Makefile.in (taz): Fix quoting.
14885
14886 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
14887
14888 * configure.in (sparclet-*-*): Build everything now.
14889
14890 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14891
14892 * configure.in (m68k-*-linux*): New host.
14893
14894 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
14895
14896 * configure: Check for bison before byacc.
14897
14898 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
14899
14900 * Makefile.in configure: Change the way LEX and BISON/YACC are
14901 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
14902 searching PATH. These are used as fallbacks by Makefile.in if
14903 flex/bison/byacc aren't in objdir.
14904
14905 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
14906
14907 * Makefile.in: Make everything which depends upon all-bfd also
14908 depend upon all-opcodes, in case --with-commonbfdlib is used.
14909
14910 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14911
14912 * configure.in (host *-*-cygwin32): Don't build gdb if we are
14913 building NT native compilers on Unix.
14914
14915 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
14916
14917 * configure.in: Don't get CC from the host Makefile fragment if we
14918 can find gcc in PATH, or if this is a Canadian Cross. Move the
14919 Solaris test for /usr/ucb/cc to the post target script, just after
14920 the compiler sanity test.
14921
14922 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
14923
14924 * config.sub: Merge with FSF.
14925
14926 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
14927
14928 * Makefile.in (RPATH_ENVVAR): New variable.
14929 (REALLY_SET_LIB_PATH): Use it.
14930 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
14931
14932 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
14933
14934 * config.sub, configure.in: Recognize sparclet cpu.
14935
14936 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
14937
14938 * config.guess: Support m68k-cbm-sysv4.
14939
14940 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14941
14942 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
14943 m68k-unknown-linuxaout from linker help string. Put quotes around
14944 $ld_help_string.
14945
14946 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
14947
14948 * config.guess (powerpc-harris-powerunix): Add guess for port
14949 to new target.
14950
14951 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14952
14953 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
14954
14955 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
14956
14957 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
14958 $(REALLY_SET_LIB_PATH) in Makefile.
14959 * Makefile.in (SET_LIB_PATH): New variable.
14960 (REALLY_SET_LIB_PATH): New variable.
14961 ($(DO_X)): Use $(SET_LIB_PATH).
14962 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
14963 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
14964 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
14965 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
14966 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
14967 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
14968 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
14969 (install-dosrel): Likewise.
14970 (all-opcodes): Depend upon all-libiberty.
14971
14972 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
14973
14974 * config.guess (*:CYGWIN*): New
14975
14976 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14977
14978 * Makefile.in (all-target-winsup): All all-target-libiberty.
14979
14980 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14981
14982 * configure.in (noconfigdirs): Add missing # in front of comment.
14983
14984 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
14985
14986 * configure.in: add second pass to things added to noconfigdirs
14987 so *-gm-magic can exclude libgloss properly.
14988
14989 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
14990
14991 * mpw-configure (extralibs_name, rez_name): Set correctly
14992 for MWC68K compiler.
14993
14994 * mpw-README: Add more info on the necessary build tools.
14995
14996 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
14997
14998 * configure.in, config.sub: Recognize cygwin32.
14999
15000 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
15001
15002 * config.guess, config.sub: Recognize A/UX.
15003
15004 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
15005
15006 * config.sub: Merge with gcc/config.sub.
15007
15008 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
15009
15010 * mpw-build.in (do-binutils): Add build of stamps.
15011
15012 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
15013
15014 * config.sub: Add recognition for mips64vr4100*-* targets.
15015
15016 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15017
15018 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
15019 Add creation of gconfigargs with `--enable-shared' turned on.
15020 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
15021 ($(host)-stamp-stage3-configured): Likewise.
15022 (HOLES): Add chatr and ldd.
15023 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
15024
15025 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
15026
15027 * configure: Pass --nfp to recursive configures.
15028
15029 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
15030
15031 * Makefile.in (DLLTOOL): New.
15032 (DLLTOOL_FOR_TARGET): New.
15033 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
15034 (EXTRA_TARGET_FLAGS): Ditto.
15035 (EXTRA_GCC_FLAGS): Ditto.
15036 (CONFIGURE_TARGET_MODULES): Ditto.
15037 (DO_X): Ditto.
15038 * configure: Add DLLTOOL.
15039
15040 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
15041
15042 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
15043 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
15044 mh-sco, since old workarounds no longer needed, and don't
15045 build ld, since libraries have weak symbols in COFF.
15046
15047 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
15048
15049 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
15050
15051 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
15052
15053 * configure.in: Make sure that ${CC} can be used to compile an
15054 executable.
15055
15056 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
15057
15058 * Makefile.in (all-gdb): Depend on $(GDB_TK).
15059 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
15060 nothing depending on whether gdbtk is being built.
15061
15062 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
15063
15064 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
15065
15066 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
15067
15068 * configure.in (noconfigdirs): Put ld or gas in this early, if the
15069 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
15070
15071 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
15072
15073 * config-ml.in: Add support for
15074 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
15075 Simplify setting of multidirs from --disable-foo.
15076
15077 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15078
15079 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
15080 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
15081 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
15082 non-empty, pass them on to the GCC make.
15083 (all-bootstrap): New rule that is like all-gcc, except it executes
15084 the GCC bootstrap rule instead of the GCC all rule.
15085
15086 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
15087
15088 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
15089
15090 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15091
15092 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
15093 DG/UX support.
15094
15095 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
15096
15097 * config.sub (i*86*) Change [345] to [3456]
15098
15099 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15100
15101 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
15102 --with-gnu-ld=no.
15103
15104 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15105
15106 * config-ml.in (rs6000*, powerpc*): Add switches to control which
15107 AIX multilibs get built.
15108
15109 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15110
15111 * configure.in (i386-win32): Don't build expect if we're not
15112 building the tcl subdir.
15113
15114 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
15115
15116 * Makefile.in: (configure-target-examples, all-target-examples):
15117 New targets, configure and build example programs.
15118
15119 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
15120
15121 * mpw-configure: If an mpw-config.in generated a file mk.sed,
15122 use it as input to sedit the generated MPW makefile.
15123 * mpw-README: Add a suggestion about Gestalt.h.
15124
15125 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
15126
15127 * config.sub: Accept *-*-ieee*.
15128
15129 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
15130
15131 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
15132 Ronald F. Guilmette <rfg@monkeys.com>.
15133
15134 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15135
15136 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
15137 for powerpc-pe native.
15138 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
15139 (target==powerpc-pe): duplicate i386-win32 entry.
15140
15141 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15142
15143 * configure.in (noconfigdirs): Exclude target-newlib for all versions
15144 of vxworks, not just vxworks5.1.
15145
15146 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
15147
15148 * mpw-configure: Add support for exec-prefix.
15149
15150 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15151
15152 * config.guess: Recognize HP model 816 machines as having
15153 a PA1.1 processor.
15154
15155 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
15156
15157 * configure: Ignore new autoconf configure options.
15158
15159 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
15160
15161 * config.guess: Recognize Pentium under SCO.
15162 From Robert Lipe <robertl@arnet.com>.
15163
15164 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15165
15166 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
15167
15168 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
15169
15170 * configure.in: Don't configure gas for alpha-dec-osf*.
15171
15172 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
15173
15174 * configure.in: Default to --with-stabs for some targets for which
15175 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
15176 i[345]86*-*-unixware*.
15177
15178 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
15179
15180 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
15181 rather than basing it on the target. Simplify handling of options
15182 controlling which directories to configure. Remove extraneous
15183 slash in multi-clean target.
15184
15185 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
15186
15187 * config-ml.in: Prefix more variables with ml_ so they don't collide
15188 with configure's.
15189
15190 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
15191
15192 * configure: Don't turn -v into --v.
15193
15194 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
15195
15196 * configure.in (targargs): Fix typo.
15197
15198 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
15199
15200 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
15201
15202 * configure.in: Strip --host and --target options from
15203 CONFIG_ARGUMENTS, and always configure for --host only. Add
15204 --with-cross-host option when building with a cross-compiler.
15205 * configure: Canonicalize the arguments put into config.status by
15206 always using `=' for an option with an argument. Pass a presumed
15207 --host or --target explicitly.
15208
15209 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
15210
15211 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
15212 into general OS recognition case.
15213
15214 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15215
15216 * configure.in (target_configdirs): add target-winsup only
15217 for win32 target systems.
15218
15219 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
15220
15221 * Makefile.in (all-target-libgloss): Depend upon
15222 configure-target-newlib, since when libgloss is built it looks to
15223 see if the newlib directory exists.
15224
15225 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
15226
15227 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
15228 cfg-ml-*.in.
15229
15230 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
15231
15232 * configure: Handle LD and LD_FOR_TARGET when configuring a
15233 Canadian Cross.
15234
15235 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15236
15237 * configure.in (target_libs): add target-winsup.
15238 (target==i386-win32): add patch diff flex make to $noconfigdirs.
15239 (target==ppcle-pe): remove ld from $noconfigdirs.
15240
15241 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
15242
15243 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
15244 Preserve relative path names in $srcdir. Build symlink tree if
15245 configuring cross target dir and srcdir=. (= no VPATH support).
15246 (configure-target-libg++): Depend on configure-target-librx.
15247 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
15248 * config-ml.in: New file.
15249 * symlink-tree: New file.
15250 * configure: Ensure srcdir="." if that's what it is.
15251
15252 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
15253
15254 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
15255 includes and FLEX_SKELETON setting.
15256 * mpw-configure (--with-gnu-ld): New option, controls whether
15257 to use PPCLink or ld with PowerMac GCC.
15258 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
15259 * mpw-config.in: Configure grez if targeting Mac.
15260
15261 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
15262 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
15263 just macos.
15264 * configure.in: Configure grez resource compiler if targeting Mac.
15265 * Makefile.in (all-grez, install-grez): New targets.
15266
15267 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
15268
15269 * configure: CXX defaults to gcc, not g++. If we find
15270 gcc in the path, set CC to gcc -O2.
15271
15272 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
15273
15274 * configure: Default ${build} correctly. Avoid picking up extra
15275 spaces when reading CC and CXX from Makefile. When doing a
15276 Canadian Cross, use plausible default values for numerous
15277 variables.
15278 * configure.in: When doing a Canadian Cross, don't try to
15279 configure tools whose configure script can't handle it.
15280
15281 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15282
15283 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
15284
15285 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
15286
15287 * configure: Remove dubious bug reporting address.
15288
15289 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
15290
15291 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
15292 configure script, run that instead of this directory's configure.
15293 In either case, print a message that we're configuring the sub-dir.
15294
15295 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
15296
15297 * configure.in: Before checking for the existence of various files,
15298 use sed to filter out "target-".
15299
15300 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
15301
15302 * Makefile.in (DO_X): Split rule to decrease command line length
15303 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
15304 (Philippe De Muyter).
15305
15306 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15307
15308 * Makefile.in (all-patch): depend on all-libiberty.
15309
15310 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
15311
15312 * configure.in: If the only directory in target_configdirs which
15313 actually exists is libiberty, then set target_configdirs to empty,
15314 to avoid trying to build a target libiberty in a gas or gdb
15315 distribution.
15316
15317 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
15318
15319 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
15320 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
15321 systems.
15322
15323 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15324
15325 * configure.in (copy_dirs): Use sys-include instead of include
15326 for --with-headers option.
15327
15328 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
15329
15330 * Makefile.in, configure.in: Make winsup builds work with
15331 new scheme.
15332
15333 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
15334
15335 * configure.in: Build the linker on AIX.
15336
15337 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
15338
15339 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
15340 where needed.
15341
15342 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
15343
15344 * Makefile.in (all-gcc): Fix typo.
15345
15346 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
15347
15348 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
15349
15350 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
15351
15352 * configure.in: Rename libFOO to target-libFOO, and xiberty
15353 to target-xiberty, to provide more flexibility.
15354 (target_subdir): Define. Create if cross.
15355 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
15356 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
15357 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
15358 check-libFOO -> check-target-libFOO, etc.
15359 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
15360 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
15361 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
15362 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
15363 allow ALL_GCC="" to only configure.
15364 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
15365 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
15366 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
15367
15368 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
15369
15370 * Makefile.in (taz): Build "info" in etc explicitly.
15371
15372 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
15373
15374 * configure.in: Make sure that CC is undefined (as opposed to
15375 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
15376 problem with autoconf trying to configure on a host without GCC.
15377
15378 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
15379
15380 * mpw-configure: Set host alias from choice of host compiler,
15381 only use generic MPW Makefile sed if present, edit a file
15382 named "hacked_Makefile.in" instead of "Makefile.in" if present.
15383 * mpw-README: Add problem notes about CW6 and CW7.
15384
15385 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
15386
15387 * Makefile.in (taz): Use ";" instead of ";;".
15388
15389 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
15390
15391 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
15392 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
15393 DISTDOCDIRS.
15394 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
15395 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
15396
15397 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
15398
15399 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
15400 and gnats, because they are now subsumed by DISTSTUFFDIRS.
15401 Move bfd to DISTSTUFFDIRS.
15402
15403 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15404
15405 * Makefile.in (X11_LIB): Removed.
15406 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
15407
15408 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
15409
15410 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15411
15412 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
15413 names.
15414
15415 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15416
15417 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
15418
15419 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
15420
15421 * configure.in (i[345]86-*-win32): Always build newlib.
15422 Don't configure cvs, autoconf or texinfo.
15423 * Makefile.in (LD_FOR_TARGET): New.
15424 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
15425 Pass down LD_FOR_TARGET.
15426
15427 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
15428
15429 * winsup: New directory.
15430 * Makefile.in: Build winsup.
15431 * configure.in: Winsup is configured when target is win32.
15432 Can only build win32 target GDB when native.
15433
15434 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
15435
15436 * config.guess: Recognize HP model 819 machines as having
15437 a PA 1.1 processor.
15438
15439 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
15440
15441 * configure: Fix sed loop which substitutes for CC and CXX to
15442 avoid bug found in various sed implementations.
15443
15444 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15445
15446 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
15447 simulator. Use standard powerpc-*-eabi*.
15448
15449 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
15450
15451 * configure.in: Stop putting gas and binutils in noconfigdirs for
15452 powerpc-*-aix* and rs6000-*-*.
15453
15454 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
15455
15456 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
15457 -mcall-aixdesc libraries.
15458
15459 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
15460
15461 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15462
15463 * config.sub (arm | armel | armeb): Fix shell syntax.
15464
15465 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15466
15467 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
15468 -msoft-float and -mcpu=common support.
15469 (powerpc*-*-eabisim*): Add support for building -mcall-aix
15470 libraries.
15471
15472 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15473
15474 * configure.in: Allow configuration and build of emacs19 for the alpha.
15475
15476 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15477
15478 * configure.in (CC): Get ^CC, not just any old CC, from
15479 ${host_makefile_frag}.
15480
15481 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15482
15483 * configure.in (CC): Try to get CC from
15484 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
15485
15486 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15487
15488 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
15489 only if it exists in $(srcdir).
15490
15491 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
15492
15493 * configure: If CC and CXX are not set in the environment, set
15494 them, based on either an existing Makefile or on searching for gcc
15495 in PATH. Substitute for CC and CXX in Makefile.
15496 * configure.in: Remove libm from target_libs. Separate
15497 target_configdirs from configdirs. If CC is not set in
15498 environment, try to get it from a host Makefile fragment. Rewrite
15499 changes of configdirs to use skipdirs instead. A few minor
15500 tweaks. Take directories out of target_configdirs as they are
15501 taken out of configdirs. Remove existing Makefile files from
15502 subdirectories. Substitute for TARGET_CONFIGDIRS and
15503 CONFIG_ARGUMENTS in Makefile.
15504 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
15505 by configure.in.
15506 (CONFIG_ARGUMENTS): Likewise.
15507 (CONFIGURE_TARGET_MODULES): New variable.
15508 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
15509 ($(CONFIGURE_TARGET_MODULES)): New target.
15510 (configure-libg++, configure-libio): New targets.
15511 (all-libg++): Depend upon configure-libg++.
15512 (all-libio): Depend upon configure-libio.
15513 (configure-libgloss, all-libgloss): New targets.
15514 (configure-libstdc++): New target.
15515 (all-libstdc++): Depend upon configure-libstdc++.
15516 (configure-librx, all-librx): New targets.
15517 (configure-newlib): New target.
15518 (all-newlib): Depend upon configure-newlib
15519 (configure-xiberty): New target.
15520 (all-xiberty): Depend upon configure-xiberty.
15521
15522 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15523
15524 * configure.in (host i[345]86-*-win32): Expand the
15525 noconfigdirs again.
15526
15527 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
15528
15529 * mpw-configure: Fix sed command file name.
15530
15531 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
15532
15533 * configure.in (host i[345]86-*-win32): Reduce the
15534 noconfigdirs again.
15535
15536 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
15537
15538 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
15539 or powerpc*-*-pe*, since they are not yet supported.
15540
15541 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
15542
15543 Add PowerMac support and many other enhancements.
15544 * mpw-configure: New option --cc to select compiler to use,
15545 paste options set according to --cc into the generated
15546 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
15547 if mpw-make.sed is present.
15548 * mpw-config.in: Don't test for gC1, test for mpw-touch,
15549 add forward includes for PowerPC include files.
15550 * mpw-build.in: Build using Makefile.PPC if present.
15551 (do-byacc, etc): Remove separate version resource builds.
15552 (do-gas): Build "stamps" before "all".
15553 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
15554 * mpw-README: Update to reflect --cc option, PowerMac support,
15555 and recently-reported compatibility problems.
15556
15557 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
15558
15559 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
15560 embedded m68k systems (-aout, -coff, -elf, -vxworks).
15561 (--with-multilib-top): Pass to recursive invocations.
15562
15563 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
15564
15565 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
15566 v810-*-*.
15567
15568 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15569
15570 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
15571 gdb, ld and opcodes on v810-*-*.
15572
15573 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
15574
15575 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
15576 (local-maintainer-clean): New target.
15577 (maintainer-clean): New target.
15578 (realclean): Just depend upon maintainer-clean.
15579
15580 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15581
15582 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
15583
15584 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
15585
15586 * configure.in: Build ld in mips*-*-bsd* case.
15587
15588 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
15589
15590 * config.sub: Accept -lites* OS. From Ian Dall.
15591
15592 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
15593
15594 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
15595 targets.
15596
15597 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15598
15599 * configure.in: treat i386-win32 canadian cross the same as
15600 i386-go32 canadian cross.
15601
15602 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15603
15604 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
15605 running under the simulator to build a reduced set of libraries.
15606 (powerpc-*-eabiaix): Add fine grained multilib support added to
15607 other powerpc targets yesterday.
15608
15609 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15610
15611 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
15612 -disable-softfloat, -disable-relocatable, -disable-aix, and
15613 -disable-sysv to control which multilib libraries get built.
15614
15615 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
15616
15617 * configure: Add Makefile.tem to list of files to remove in trap
15618 handler.
15619
15620 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
15621
15622 * config.guess (*Linux*): Add missing "exit"s.
15623 Also, need specific check for alpha-unknown-linux (uses COFF).
15624
15625 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
15626
15627 * config.guess: Merge with FSF:
15628
15629 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
15630 * config.guess (AIX4): More robust release numbering discovery.
15631
15632 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
15633 * config.guess (i386-sequent-ptx): Properly get version number.
15634
15635 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
15636 * config.guess (mips:*:4*:UMIPS): New case.
15637
15638 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
15639
15640 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
15641 (i386-win32 host): Likewise. Don't build readline.
15642
15643 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
15644
15645 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
15646 SUPPORT_FILES to submakes.
15647
15648 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
15649
15650 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
15651 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
15652 mpw-configure.
15653
15654 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
15655
15656 * configure.in (appdirs): Use =, not ==, in test expression when
15657 trying to build the text to print in the warning message for
15658 Solaris users.
15659
15660 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
15661
15662 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
15663
15664 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15665
15666 * config.guess: Recognize lynx-2.3.
15667
15668 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
15669
15670 * config.sub (z8ksim): Deleted
15671 (z8k-*-coff): New, this is the one true name of the target.
15672
15673 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
15674
15675 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
15676
15677 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
15678
15679 * config.guess (*:Linux:*:*): First try asking the linker what the
15680 default object file format is (elf, aout, or coff). Then if this
15681 fails, try previous methods.
15682
15683 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15684
15685 * configure.in: Don't build newlib for *-*-vxworks5.1.
15686
15687 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15688
15689 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
15690 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
15691
15692 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
15693
15694 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
15695
15696 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
15697
15698 * cfg-ml-com.in: New file.
15699 * cfg-ml-pos.in: New file.
15700
15701 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15702
15703 * COPYING.NEWLIB: Add HP free copyright to list.
15704
15705 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15706
15707 * config.sub: Recognize -eabi* for the system, not just -eabi.
15708
15709 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
15710
15711 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
15712 * config.sub, configure.in (win32): New target and host.
15713
15714 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
15715
15716 * configure.in: Add i386-pe configuration.
15717
15718 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
15719
15720 * mpw-build.in (install): Install GDB after LD.
15721
15722 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
15723
15724 * mpw-config.in (elf/mips.h): Always forward-include, needed
15725 for GDB to build.
15726
15727 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
15728
15729 * testsuite: New directory for customer acceptance and whole tool
15730 chain tests.
15731
15732 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
15733
15734 * configure: If per-host line isn't found, but AC_OUTPUT is found
15735 and a configure script exists, run it instead.
15736
15737 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
15738
15739 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
15740
15741 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
15742
15743 * configure: Set build_{cpu,vendor,os,alias} to host values when
15744 --build isn't specified.
15745
15746 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15747
15748 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
15749 (FLAGS_TO_PASS): Pass them.
15750 (EXTRA_TARGET_FLAGS): Ditto.
15751
15752 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15753
15754 * Makefile.in (all-libg++): Depend on all-libstdc++.
15755
15756 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15757
15758 * configure.in (noconfigdirs): Enable all packages for
15759 i386-unknown-netbsd.
15760
15761 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
15762
15763 * configure.in (noconfigdirs): Don't configure tk for i386-go32
15764 hosted builds (DOS builds)
15765
15766 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
15767
15768 Changes for ARM based on patches from Richard Earnshaw:
15769 * config.sub: Handle armeb and armel.
15770 * configure.in: Omit arm linker only for riscix.
15771
15772 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
15773
15774 * config.guess: Update from FSF.
15775
15776 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
15777
15778 * config.sub: Recognize powerpcle as the little endian variant of
15779 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
15780 powerpcle variant. Convert pentium into i586, not i486. Add p5
15781 alias for i586. Map new x86 variants p6, k5, nexgen into i586
15782 temporarily.
15783
15784 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
15785
15786 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
15787
15788 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
15789
15790 * config.sub: Accept -lites* as a basic system type.
15791
15792 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
15793
15794 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
15795 installed, and if so return linuxoldld as the system name.
15796
15797 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
15798
15799 * config.guess: Add hppa1.1-hp-lites support.
15800
15801 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
15802
15803 * configure.in: Don't build newlib for m68k-vxworks5.1.
15804
15805 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15806
15807 * configure.in (mips-sgi-irix6): Use mh-irix5.
15808
15809 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
15810
15811 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
15812
15813 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15814
15815 * test-build.mk: Enable building of shared libraries on IRIX 5 and
15816 OSF/1. Fix compiler flags.
15817 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
15818
15819 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
15820
15821 * configure.in: Recognize --with-newlib.
15822 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
15823
15824 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15825
15826 * Makefile.in: move {all,check,install}-gdb from *_MODULES
15827 to *_X11_MODULES due to gdbtk needing X include files et al.
15828
15829 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
15830
15831 Merge in support for Mac MPW as a host.
15832 (Old change descriptions retained for informational value.)
15833
15834 * mpw-config.in: Add generic include forwards for cpu-specific
15835 include files in aout and elf directories.
15836
15837 * mpw-configure: Added copyright.
15838 * mpw-config.in: Check for presence of required build tools.
15839 (target_libs): Add newlib.
15840 (target_tools): Add examples.
15841 (Read Me): Generate as "Read Me for MPW" instead.
15842 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
15843 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
15844 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
15845
15846 * mpw-configure: Remove subdir-specific makefile hackery,
15847 delete mk.tmp after using it.
15848
15849 * mpw-build.in (all): Display start and end times.
15850
15851 * mpw-configure (host_canonical): Set.
15852 (target_cpu): Always add to makefiles.
15853 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
15854 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
15855 (mpw-mh-mpw): Look for in srcdir and srcroot.
15856 Use sed instead of mpw-edit-prefix to edit prefix definitions.
15857
15858 * mpw-build.in: (install-only): New target.
15859
15860 * mpw-configure (host_alias, target_alias): Rename from hostalias
15861 and targetalias, add into generated Makefile.
15862 (mk.tmp): If present, add into generated Makefile.
15863 * mpw-build.in (all-gas): Build config.h first before gas proper.
15864
15865 * mpw-configure (config.status): Write only if changed.
15866 * mpw-config.in (readline): Configure it (not built, just used for
15867 definitions).
15868
15869 * mpw-config.in (elf/mips.h): Add a forward include.
15870
15871 * mpw-config.in: Forward-include most .h files in include into
15872 extra-include.
15873 (readline): Don't build.
15874 mpw-build.in (install): Install GDB.
15875
15876 * mpw-configure (prefix, mpw_prefix): Handle it.
15877 * mpw-config.in (mmalloc, readline): Don't configure.
15878 * mpw-build.in (thisscript): Rename to ThisScript.
15879 Use mpw-build instead of BuildProgram everywhere.
15880 (mmalloc, readline): Don't build.
15881 * mpw-README: New file, basic documentation about the MPW port.
15882
15883 * mpw-config.in: Use forward-include to create include files.
15884
15885 * mpw-configure: Add more things to the top of each configured
15886 Makefile, including contents of config/mpw-mh-mpw.
15887 * mpw-config.in (extra-include): Create this directory and fill it
15888 with Posix-like include files when configuring.
15889
15890 * config.sub (apple, mac, mpw): Add various aliases.
15891
15892 * mpw-build.in: New file, top-level build script fragment for MPW.
15893 * mpw-configure: New file, configure script for MPW.
15894 * mpw-config.in: New file, config fragment for MPW.
15895
15896 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15897
15898 * configure.in (host_libs): Remove glob, since it is gone from the
15899 sources.
15900
15901 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15902
15903 * Makefile.in: define empty GDB_NLM_DEPS var.
15904
15905 * configure.in(target_makefile_frag): use config/mt-netware
15906 for netware targets.
15907
15908 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
15909
15910 * config.sub: Merge in recent FSF changes. Remove linux special
15911 cases.
15912
15913 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15914
15915 Revert this change:
15916
15917 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15918
15919 * build-all.mk: Use CC=cc -Xs on Solaris.
15920
15921 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15922
15923 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
15924 stop using it.
15925 * Makefile.in: Nuke all references to glob subdirectory.
15926
15927 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15928
15929 * configure.in: Fix --enable-shared logic in per-host.
15930
15931 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
15932
15933 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
15934
15935 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15936
15937 * configure.in (noconfigdirs): Don't build gas on AIX, for
15938 powerpc*-*-aix* as well as for rs6000*-*-aix*.
15939
15940 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
15941
15942 * configure: Fix --cache-file to work if the file argument is a
15943 relative path.
15944
15945 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
15946
15947 * configure: If the --cache-file is used, pass it down to
15948 configure in subdirectories.
15949
15950 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
15951
15952 * config.sub: add vxworks29k configuration.
15953
15954 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
15955
15956 * Makefile.in (taz): Do "diststuff" part quietly.
15957
15958 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
15959
15960 * config.sub: Mini-merge with gcc/config.sub.
15961
15962 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15963
15964 * config.guess (IRIX): Sed - to _.
15965
15966 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15967
15968 * Makefile.in (source-vault, binary-vault): New targets.
15969
15970 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
15971
15972 * config.sub: Recognize -eabi as a basic system type.
15973
15974 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15975
15976 * configure.in (enable_shared stuff): Fix typo.
15977
15978 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
15979
15980 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
15981
15982 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15983
15984 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
15985
15986 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
15987
15988 * configure.in (rs6000-*-*): Don't build gas.
15989
15990 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
15991
15992 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
15993 reduce command line length.
15994 (AS_FOR_TARGET): Check for as.new, not Makefile.
15995 (NM_FOR_TARGET): Check for nm.new, not Makefile.
15996
15997 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
15998
15999 * config.guess: Merge from FSF.
16000
16001 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16002
16003 * configure: Don't use $ when handling program_suffix.
16004
16005 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
16006
16007 * configure.in: Configure tk for hppa/hpux.
16008
16009 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
16010
16011 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
16012
16013 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
16014
16015 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
16016 to LIBCXXFLAGS. Tests are better run without it.
16017
16018 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
16019
16020 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
16021
16022 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
16023
16024 * configure.in (*-*-netware*): Don't configure xiberty.
16025
16026 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
16027
16028 * configure.in: Remove tk from native_only list.
16029
16030 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
16031
16032 * build-all.mk: Add mips-ncd-elf target to sun4 targets
16033 for special NCD build.
16034
16035 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16036
16037 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
16038 makeall.bat, they're only useful for binutils snapshots.
16039 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
16040 makeall.bat to specified SUPPORT_FILES.
16041
16042 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
16043
16044 * build-all.mk: Add Ericsson targets to sun4 and solaris
16045 hosts. Add BNR's sun4 target to solaris host, so their
16046 build-from-source will be tested in-house first.
16047
16048 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16049
16050 * Makefile.in (LIBCFLAGS): New variable.
16051 (CFLAGS_FOR_TARGET): Ditto.
16052 (LIBCFLAGS_FOR_TARGET): Ditto.
16053 (LIBCXXFLAGS): Ditto.
16054 (CXXFLAGS_FOR_TARGET): Ditto.
16055 (LIBCXXFLAGS_FOR_TARGET): Ditto.
16056 (BASE_FLAGS_TO_PASS): Pass them.
16057 (EXTRA_TARGET_FLAGS): Ditto.
16058
16059 * configure.in: Support --enable-shared.
16060
16061 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
16062
16063 * configure.in (target_libs): Include libstdc++ again.
16064 * config.guess: Update from FSF (for FreeBSD).
16065
16066 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16067
16068 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
16069 makeall.bat.
16070 (DISTDOCDIRS): Add `etc'.
16071 (ETC_SUPPORT_PFX): New variable.
16072 (taz): Include anything from etc starting with a word in
16073 ETC_SUPPORT_PFX.
16074
16075 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16076
16077 * config.sub: Update for recent FSF changes. Remove obsolete
16078 h8300hds entry. Add -windows* and -osx as basic os. Minor
16079 spacing changes.
16080
16081 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
16082
16083 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
16084
16085 * config.guess: Merge with FSF.
16086 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
16087
16088 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16089
16090 * configure: Since the "trap 0" handler will override the exit
16091 status on many systems, only use it for "exit 1", and make it set
16092 a non-zero exit status; reset it before "exit 0". Also, check
16093 exit status of config.sub, and error out if it failed.
16094
16095 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
16096
16097 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
16098 and install libgloss.
16099
16100 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16101
16102 * Makefile.in (all-binutils): Depend upon all-byacc.
16103
16104 * configure.in: Don't build emacs on Irix 5.
16105
16106 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16107
16108 * configure.in (*-*-netware*): Add libio.
16109
16110 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16111
16112 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
16113 (CHECK_TARGET_MODULES): Ditto.
16114 (INSTALL_TARGET_MODULES): Ditto.
16115 (TARGET_LIBS): Ditto.
16116 (all-libstdc++): Note dependencies.
16117
16118 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16119
16120 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
16121
16122 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16123
16124 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
16125 -fexternal-templates.
16126
16127 * configure.in (target_libs): Add libstdc++.
16128 (noconfigdirs): Add libstdc++ as appropriate.
16129
16130 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16131
16132 * config.guess: Update from FSF.
16133
16134 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16135
16136 * configure: Use ${config_shell} when running ${configsub}.
16137
16138 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
16139
16140 * config.sub: No longer recognize h8300h.
16141
16142 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16143
16144 * config.sub: Remove extraneous differences between config.sub and
16145 gcc/config.sub.
16146
16147 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16148
16149 * Makefile.in (DISTSTUFFDIRS): Add gas.
16150
16151 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
16152
16153 * COPYING.NEWLIB: New file.
16154
16155 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
16156
16157 * config.guess (HP-UX): Patch from Harlan Stenn
16158 <harlan@landmark.com> to also emit release level.
16159
16160 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
16161
16162 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
16163
16164 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
16165
16166 * config.sub: Merge nextstep cleanup from FSF.
16167
16168 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16169
16170 * configure.in (arm-*-*): Don't configure ld for this target.
16171
16172 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16173
16174 * configure.in (*-*-netware): don't configure libg++, libio,
16175 librx, or newlib.
16176
16177 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16178
16179 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
16180 configure ld--it works, but it doesn't support shared libraries.
16181
16182 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
16183
16184 * config.guess (*-unknown-freebsd*): Get rid of possible
16185 trailing "(Release)" in version string.
16186 Patch from Paul Richards <paul@isl.cf.ac.uk>.
16187
16188 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
16189
16190 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
16191 Fix type: *-next-neststep -> *-next-nextstep.
16192
16193 * config.guess: Merge from FSF:
16194
16195 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
16196
16197 * config.guess: Recognize powerpc-ibm-aix3.2.5.
16198
16199 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
16200
16201 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
16202 instead of UNIX_SV for UnixWare 1.0).
16203
16204 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
16205
16206 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
16207 to make gdb/nlm/* build after the compiler and linker.
16208
16209 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
16210
16211 * config.guess (netbsd, freebsd, linux): Accept any machine,
16212 not just i[34]86.
16213 (m68k-atari-sysv4): Relocate to match FSF version.
16214
16215 * config.guess: More merges from the FSF:
16216
16217 Add a space before function call or macro invocation.
16218
16219 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16220
16221 * config.guess: Add trap cmd to remove dummy.c and dummy when
16222 interrupted.
16223
16224 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16225
16226 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
16227 (dummy): Redirect stderr from compilation of dummy.c.
16228
16229 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
16230
16231 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
16232
16233 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
16234
16235 * configure: Accept and ignore --cache*, for compatibility with
16236 new autoconf.
16237
16238 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
16239
16240 * config.guess: Merge from FSF:
16241
16242 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
16243
16244 * config.guess (Pyramid*:OSx*:*:*): New case.
16245 (PATH): Add /.attbin at end for finding uname.
16246 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
16247
16248 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
16249
16250 * config.guess (M88*:DolphinOS:*:*): New case.
16251
16252 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
16253
16254 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
16255 to select whether to use ELF or COFF.
16256
16257 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
16258
16259 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
16260
16261 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
16262
16263 * config.guess: Guess the OS version for HPUX.
16264
16265 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
16266
16267 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
16268
16269 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16270
16271 * configure.in: Recognize --with-headers, --with-libs, and
16272 --without-newlib.
16273 * Makefile.in (all-xiberty): Depend upon all-ld.
16274
16275 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16276
16277 * configure.in: Change i[34]86 to i[345]86.
16278
16279 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16280
16281 * configure (version): A few more tweaks to help message.
16282
16283 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
16284
16285 * Makefile.in: Remove (for now) librx as a host library,
16286 now that we're building it for target.
16287
16288 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16289
16290 * configure: Fix up help message; from karl@owl.hq.ileaf.com
16291 (Karl Berry).
16292
16293 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
16294
16295 * configure.in: Also configure librx.
16296
16297 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
16298
16299 * Makefile.in: Update various rules to reflect that librx
16300 is now needed for libg++.
16301
16302 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16303
16304 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
16305
16306 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
16307
16308 * configure.in: Configure the examples directory.
16309
16310 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16311
16312 * configure: Simplify Jun 2 1994 change.
16313
16314 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16315
16316 * change CC to /usr/latest/bin/gcc for lynx host builds, since
16317 /bin/gcc isn't good enough to build gcc.
16318
16319 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
16320
16321 * Makefile.in (GDB_SUPPORT_FILES): Remove
16322 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
16323 (gdb.tar.gz): Add new rule to use standard distribution building
16324 mechanism.
16325
16326 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16327
16328 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
16329 Bill Cox <bill@cygnus.com>.
16330
16331 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
16332
16333 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
16334
16335 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
16336
16337 * configure: Search current dir first in .gdbinit.
16338
16339 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
16340
16341 * config.sub: Recognize freebsd (merged from gcc config.sub).
16342
16343 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
16344
16345 * config.sub: Refer to NeXT's operating system as nextstep.
16346
16347 * config.sub (case $basic_machine): Re-order the cases, to match
16348 the order in the FSF version (which is mostly alphabethical).
16349 Merge in some additions and changes from the FSF.
16350
16351 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
16352
16353 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
16354 * config.sub: Recognize cxux7.
16355 * configure.in: Use mh-cxux for m88k-harris-cxux*.
16356
16357 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
16358
16359 * config.sub: Fix typo powerpc -> powerpc-*.
16360
16361 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
16362
16363 * Makefile.in: `all-emacs19' depends on `all-byacc'.
16364
16365 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
16366 parallel with all-emacs and install-emacs). Top-level command
16367 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
16368
16369 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16370
16371 * test-build.mk ($(host)-stamp-stage2-installed): Remove
16372 $(relbindir)/make before doing ``make install'', and use
16373 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
16374 installing over running make binary.
16375 ($(host)-stamp-stage3-installed): Likewise.
16376
16377 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16378
16379 * config.guess: Recognize Mach.
16380
16381 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16382
16383 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
16384 see whether --exec-prefix was used.
16385
16386 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16387
16388 * README: Explicitly mention libg++/README. (Zoo's idea.)
16389
16390 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16391
16392 * Makefile.in: Add all-librx target similar to all-libproc.
16393
16394 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
16395
16396 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
16397 with post 1.2 uname bogosity.
16398
16399 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16400
16401 * configure: Remove temporary files on receipt of a signal.
16402
16403 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
16404
16405 * configure: If there is a package_makefile_frag, remove
16406 ${subdir}/Makefile.tem after copying it in.
16407
16408 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16409
16410 * build_all.mk: support rs6000 lynx identifies itself as
16411 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
16412 since /bin/gcc is too feeble to compile a modern gcc.
16413
16414 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
16415
16416 * brought devo/test-build.mk update-to-date with progressive/
16417 test-build.mk. Add lynx targets and hppa flag info.
16418
16419 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16420
16421 * configure.in: Use mh-ncrsvr43. Patch from
16422 Tom McConnell <tmcconne@sedona.intel.com>.
16423
16424 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
16425
16426 * config.guess (i386-unknown-bsdi): No longer need to
16427 check #if defined(__bsdi__) && defined(__i386__).
16428
16429 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16430
16431 * configure: Set program_transform_nameoption correctly.
16432
16433 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
16434
16435 * brought build-all.mk update-to-date with progressive build-all.mk,
16436 added new targets and hppa info.
16437
16438 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16439
16440 * configure: If config.guess result is a prefix of the user
16441 specified target, assume a native build and use the user specified
16442 target as the host alias. Remove SunOS patch suffix removal hack.
16443 * configure.in: Remove SunOS patch suffix removal hack.
16444
16445 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
16446 in NATIVE_CHECK_MODULES.
16447
16448 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
16449
16450 * Makefile.in: Rename HOST_ONLY to NATIVE.
16451 * configure: Delete SunOs patch suffix from host_canonical
16452 and build_canonical variables that are prepended to Makefiles.
16453 * configure.in: Add comments for easier maintenance.
16454
16455 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16456
16457 * Makefile.in: Add all-libproc target similar to all-gui.
16458
16459 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
16460
16461 * Makefile.in (CHECK_MODULES): split into
16462 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
16463
16464 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
16465
16466 * config.guess (i386-unknown-bsdi): New system to guess.
16467
16468 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16469
16470 * Makefile.in: Add all-gui target (but not yet build by "all").
16471
16472 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
16473
16474 * config.sub: Move deletion of patch suffix from here...
16475 * configure.in: To here, at Ian's suggestion. The top-
16476 level scripts might need to know of a patch level.
16477
16478 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
16479
16480 * config.sub: Strip off patch suffix so rtl is recognized
16481 as a sunos4.1.3 machine, even though it's been patched.
16482
16483 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
16484
16485 * Makefile.in (INSTALL_LAST): Delete.
16486 (INSTALL_DOSREL): New.
16487
16488 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16489
16490 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
16491 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
16492 whether we pass down --with-gnu-ld anyhow.
16493
16494 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
16495
16496 * Makefile.in (INSTALL_LAST): Change operation so it works
16497 on more flavors of make.
16498 * configure.in (go32): Don't build libg++ or libio.
16499
16500 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
16501
16502 * Makefile.in (Move HOST_PREFIX_1 and friends up so
16503 they can be overriden by templates.
16504
16505 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
16506
16507 * configure.in (target==go32): Don't build gdb.
16508 * dosrel: New directory.
16509
16510 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
16511
16512 * configure.in (host==go32): Configure dosrel too.
16513 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
16514 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
16515 be set by incoming names or templates.
16516 (INSTALL_LAST): New rule.
16517
16518 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
16519
16520 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
16521
16522 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16523
16524 * configure.in (appdirs): New variable. Currently empty, but will
16525 be used in gas distribution. If nonempty, lists a set of
16526 directories at least one of which must get configured, or top
16527 level configuration is considered to have failed.
16528 (rs6000-*-lynxos*): Use new file name.
16529
16530 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16531
16532 Eliminate XTRAFLAGS.
16533 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
16534 newlib include files using -idirafter, and also use -nostdinc.
16535 (CXX_FOR_TARGET): Likewise.
16536 (XTRAFLAGS): Removed.
16537 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
16538 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
16539 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
16540 ($(DO_X)): Don't pass down XTRAFLAGS.
16541
16542 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16543
16544 * configure.in (mips*-dec-bsd*): New target; do build linker.
16545 (mips*-*-bsd*): New target; don't build linker.
16546
16547 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16548
16549 * configure.in: support rs6000-*-lynxos* configuration.
16550 support sunos4 as a cross target.
16551
16552 * config.sub: look for lynx*, not lynx since the OS version may
16553 legitimately be part of the name.
16554
16555 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16556
16557 * configure.in (i[34]86-*-sco*): Move to be with other i386
16558 targets.
16559 (romp-*-*): New target. Skip various binary utilities.
16560 (vax-*-*): New target. Don't build newlib.
16561 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
16562
16563 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16564
16565 * configure.in: Only set host_makefile_frag if config
16566 directory exists.
16567
16568 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16569
16570 * install.sh: If $dstdir exists, don't check whether each
16571 component does.
16572
16573 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16574
16575 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
16576
16577 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
16578
16579 * configure.in (*-*-lynxos*): Don't configure newlib for either
16580 native or cross Lynx.
16581
16582 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
16583
16584 * config.sub (sparc64-elf): Fix os.
16585 (z8k): Remove duplicate.
16586
16587 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16588
16589 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
16590 gcc/stmp-fixproto, to try to prevent fixproto from being run.
16591
16592 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
16593
16594 * configure: Make file links cleanly even if Lynx fails on
16595 an NFS symlink (at least fail cleanly).
16596
16597 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
16598
16599 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
16600 -XNh2000.
16601
16602 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16603
16604 * configure: Unknown options are fatal again.
16605
16606 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
16607
16608 * configure: Ignore --x-includes and --x-libraries, for Autoconf
16609 compatibility.
16610
16611 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
16612
16613 * build-all.mk: Add `clean' target.
16614
16615 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16616
16617 * config.guess: Add SINIX support.
16618 * configure.in: Add mips-*-sysv4* support.
16619
16620 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
16621
16622 * build-all.mk: Document all useful targets.
16623 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
16624 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
16625
16626 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16627
16628 * configure: Support --silent, --quiet.
16629
16630 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16631
16632 * configure: Support --disable-FEATURE.
16633
16634 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16635
16636 * config.guess: Recognize NCR running SVR4.3.
16637
16638 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
16639
16640 * config.guess: Make BSDI generate i386-unknown-bsd386.
16641 Patch from Paul Eggert <eggert@twinsun.com>.
16642
16643 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16644
16645 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
16646
16647 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16648
16649 * configure: Make unrecognized options give nonfatal warnings
16650 instead of fatal errors, and pass them to any subdirectory
16651 configures in case they recognize them.
16652 Make --x equivalent to --with-x.
16653
16654 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16655
16656 * configure: Add --enable-* options. Clean up usage message and
16657 some comments.
16658
16659 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
16660
16661 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
16662
16663 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16664
16665 * configure.in (hppa*-*-*): Enable binutils.
16666
16667 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16668
16669 * config.sub: Recognize cisco.
16670
16671 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
16672
16673 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
16674
16675 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16676
16677 * config.guess: about target *-hitachi-hiuxwe2, don't print more
16678 than one configuration name. Add comment.
16679
16680 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
16681
16682 * config.guess: about target *-hitachi-hiuxwe2, fixed
16683 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
16684 macro is incorrect.]
16685
16686 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16687
16688 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
16689 than the "make ls" stuff which used to be here.
16690
16691 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
16692
16693 * config.guess: Recognize i[34]86-unknown-freebsd.
16694 From Shawn M Carey <smcarey@rodan.syr.edu>.
16695
16696 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
16697
16698 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
16699
16700 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
16701
16702 * config.guess: Check for ptx.
16703
16704 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
16705
16706 * config.sub: Add os9k checking.
16707
16708 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16709
16710 * config.guess: Handle OSF1 running on HPPA processors
16711
16712 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
16713
16714 * configure: If subdir configure fails, print out a message with
16715 subdirectory name, in case subdir's configure code didn't identify
16716 itself.
16717
16718 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
16719
16720 * configure.in: Remove embedded newlines from configdirs.
16721 Avoid mismatches of substrings. Fix matching strings at end
16722 of configdirs.
16723
16724 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
16725
16726 * config.guess: Add Lynx/rs6000 config support.
16727
16728 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
16729
16730 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
16731
16732 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
16733
16734 * configure.in (hppa*-*-osf*): Treat this just like most other
16735 PA configurations (eg no binutils or ld).
16736 (hppa*-*-*elf*): These configurations have binutils and ld.
16737
16738 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16739
16740 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
16741
16742 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16743
16744 * configure.in (rs6000-*-*): Build gas.
16745
16746 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16747
16748 * Makefile.in: Avoid bug in losing hpux sed.
16749
16750 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16751
16752 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
16753 for GDB and GDB has been fixed to not need it.
16754
16755 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16756
16757 * config.guess: Recognize vax hosts.
16758
16759 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16760
16761 * configure (while loop): Don't use "break 2" inside case
16762 statement -- the case statement isn't an enclosing loop.
16763
16764 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
16765
16766 * config.guess: Clean up NeXT support, to allow nextstep
16767 on Intel machines. Make OS be nextstep.
16768
16769 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
16770
16771 * config.guess: Add alternate forms for Convex.
16772
16773 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
16774
16775 * configure: Completely rewrite option processing. Take
16776 advantage of pattern-matching to avoid invoking test frequently.
16777 Also clean up host and target defaulting logic.
16778
16779 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16780
16781 * Makefile.in: Replace all occurrances of "rootme" with "r" and
16782 "$${rootme}" with "$$r", to increase the likelihood that the do-*
16783 commands (plus user environment) will fit SCO limits.
16784
16785 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16786
16787 * configure.in: Don't issue warnings about directories which are
16788 not being configured if -norecursion is set. Correct test for
16789 --with-gnu-as and --with-gnu-ld to not get confused by substring
16790 matches.
16791
16792 * configure.in: Don't build gas for alpha-dec-osf1*.
16793
16794 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
16795
16796 * configure: Back out Per's change of 12/19/1993. It changes the
16797 behavior of configure in unexpected and confusing ways.
16798
16799 Also, use different delim char when calculating
16800 program_transform_name so that the name can contain slashes.
16801
16802 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
16803
16804 * configure.in, config.sub: Add support for VSTa micro-kernel.
16805
16806 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
16807
16808 * configure.in: Nuke hacks which were used to get a special
16809 version of GAS for HPPA configurations.
16810
16811 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
16812
16813 * configure: If only ${target_alias} is given, use that
16814 as the default for ${host_alias}.
16815 * configure: Add missing back-slashes before nested quotes.
16816
16817 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16818
16819 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
16820
16821 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
16822
16823 * config.guess: Recognize some Tektronix configurations.
16824 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
16825
16826 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16827
16828 * config.sub: Match any flavor of SH.
16829
16830 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
16831
16832 * configure.in: Don't try to configure newlib for Alpha.
16833
16834 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16835
16836 * configure.in: Don't build ld for Irix 5. Don't build gas,
16837 libg++ or libio for any Alpha target.
16838
16839 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
16840
16841 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
16842
16843 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
16844 default arguments -- so it tried to compress itself.
16845
16846 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16847
16848 * configure.in (notsupp): ensure that a space is always at the end
16849 of the configdirs list, since the grep checks for an explicit space
16850
16851 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16852
16853 * configure.in (target i386-sysv4.2): don't build ld, since static
16854 versions of many libraries are not available.
16855
16856 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16857
16858 * config.guess: Recognize Apollos (using environment variables).
16859 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
16860
16861 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16862
16863 * config.guess: Recognize Sony news mips running newsos.
16864
16865 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
16866
16867 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
16868 "fi ; else" for bash.
16869
16870 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
16871
16872 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
16873
16874 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
16875
16876 * config.sub: accept unixware as an alias for svr4.2.
16877 Fix some inconsistancies with the gcc version.
16878
16879 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16880
16881 * Makefile.in (DISTDOCDIRS): Add gdb.
16882
16883 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
16884
16885 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
16886
16887 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16888
16889 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
16890 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
16891 this now.
16892
16893 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16894
16895 * config.sub: Accept hiux* as an OS name.
16896
16897 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
16898 etc/make-stds.texi. The underscore came from gcc, and dje now
16899 agrees that RUNTESTFLAGS is the correct name.
16900
16901 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
16902
16903 * install.sh: Remove 'set -e'. It makes any conditionals
16904 in the script useless.
16905
16906 * config.guess: Automatically recognize arm-acorn-riscix
16907 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
16908
16909 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
16910
16911 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
16912
16913 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16914
16915 * Makefile.in (DISTDOCDIRS): New variable.
16916 (taz): Edit local Makefile.in sooner, instead of proto-toplev
16917 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
16918
16919 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16920
16921 * configure.in (hppa target): check the source directory for the
16922 pagas sub-directory
16923
16924 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
16925
16926 * config.sub: Allow -aout* and -elf*.
16927
16928 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16929
16930 * configure.in: Don't build ld on i386-solaris2, same as for
16931 sparc-solaris2.
16932
16933 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
16934
16935 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
16936
16937 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16938
16939 * configure.in: Configure gdb for alpha.
16940
16941 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16942
16943 * Makefile.in (CXXFLAGS): Add -O.
16944
16945 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16946
16947 * config.guess: added support for DG Aviion
16948
16949 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16950
16951 * configure.in: Produce warning message for subdirectories not
16952 configurable for this host/target combination. Don't try to
16953 configure gdb for vms.
16954
16955 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16956
16957 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
16958 appropriate files before making "diststuff".
16959 (DISTBISONFILES): New var: list of files to be edited.
16960 (DISTSTUFFDIRS): Add binutils.
16961
16962 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16963
16964 * config.sub: also handle mipsel and mips64el (for little endian mips)
16965
16966 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16967
16968 * configure.in: Add * to end of all OS names.
16969
16970 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
16971
16972 * configure.in: Build newlib for LynxOS native.
16973
16974 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16975
16976 * config.guess: Add support for delta 88k running SVR3.
16977
16978 * configure.in: Add comment about HP compiler vs. emacs.
16979
16980 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16981
16982 * configure.in: don't build ld on solaris2 (not a viable option
16983 due to bugs in getpwnam & getpwuid)
16984
16985 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16986
16987 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
16988 config.guess will produce a full version number.
16989
16990 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16991
16992 * configure.in: Build linker and binutils for alpha-dec-osf1.
16993
16994 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16995
16996 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
16997 and gdb/testsuite/Makefile.in.
16998
16999 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17000
17001 * configure.in: recognize mips*- instead of mips-
17002
17003 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
17004
17005 * config.sub: Accept linux*coff and linux*elf as operating
17006 systems.
17007
17008 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17009
17010 * config.sub: Recognize mips64, and mips3 as an alias for it.
17011
17012 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17013
17014 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
17015 gdb knows how to handle OSF/1 shared libraries.
17016
17017 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17018
17019 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
17020 * config.guess: Recognize Hitachi's HIUX.
17021 * config.sub: Recognize h3050r* and hppahitachi.
17022 Remove redundant cases for hp9k[23]*.
17023
17024 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17025
17026 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
17027 if gas and ld are in the source tree and are in ${configdirs}.
17028 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
17029 --with options (but still pass them down on the command line,
17030 if they were explicitly specified).
17031
17032 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17033
17034 * configure: substitute SHELL value in Makefile.in with
17035 ${CONFIG_SHELL}
17036
17037 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17038
17039 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
17040 *-*-solaris2* targets.
17041
17042 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17043
17044 * Makefile.in: define M4, and pass it down to sub-makes;
17045 all-autoconf now depends on all-m4
17046
17047 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17048
17049 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
17050 presence of {ar,ranlib} instead of a configured directory
17051
17052 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
17053
17054 * config.guess: Accept 34?? as well as 33?? for NCR.
17055
17056 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17057
17058 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
17059 of 'gas' in sed commands, since 'gash' is now in the tree as well.
17060
17061 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17062
17063 * configure: grab values for $(CC) and $(CXX) from the
17064 environment, so that someone can do "CC=gcc configure; make" and
17065 have it work right (matching the way that autoconf works now)
17066
17067 * configure.in, Makefile.in: add support for gash, the tcl
17068 interface to Galaxy
17069
17070 * config.guess: add NetBSD variants (hp300, x86)
17071
17072 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
17073
17074 * install.sh: Support -d option (in the manner of SunOS 4 install,
17075 as it is more deterministic than that of GNU install)
17076 (chmodcmd): Set file to mode 755 by default (should also do default
17077 chgrp and chown, but I don't feel like dealing with that now)
17078
17079 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
17080
17081 * config.sub: Remove h8300hhms alias.
17082
17083 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17084
17085 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
17086
17087 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17088
17089 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
17090 as stmp-fixinc
17091
17092 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
17093
17094 * config.sub: recognize m88110-bug-coff.
17095
17096 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17097
17098 * Makefile.in (all-libio): all dependencies on the toolchain used
17099 to build this (gcc, gas, ld, etc)
17100
17101 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17102
17103 * config.guess: Deal with OSF/1 1.3 on alpha.
17104
17105 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17106
17107 * install.sh: add some 'else true' clauses for portability
17108
17109 * configure.in: don't build libio for h8[35]00-*-* targets
17110
17111 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
17112
17113 * Makefile.in: Add support for new libio.
17114
17115 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17116
17117 * install.sh: If one command fails, don't try the rest. Don't try
17118 to remove $dsttmp (via trap) unless we have already created it.
17119 If $src doesn't exist, detect it and exit with an error.
17120
17121 * config.guess: Recognize BSD on hp300.
17122
17123 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
17124
17125 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
17126 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
17127
17128 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
17129
17130 * Makefile.in (all-send-pr): depends on all-prms
17131
17132 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17133
17134 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
17135
17136 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17137
17138 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
17139 Added test for mips-mips-riscos5.
17140
17141 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17142
17143 * configure.in: use mh-hp300 for 68k HP hosts
17144
17145 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17146
17147 * configure: add support for CONFIG_SHELL, so that you can use
17148 some alternate shell for evaluating configure scripts
17149
17150 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
17151
17152 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
17153 in configure script to bug-gdb@prep.ai.mit.edu when building
17154 distribution archive.
17155 * Makefile.in (COMPRESS): Remove def.
17156 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
17157 gdb.tar.Z and make-gdb.tar.Z respectively.
17158 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
17159 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
17160 to convergence with 'taz' target in Makefile.in.
17161
17162 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17163
17164 * install.sh (dsttmp): use trap to ensure that tmp files go
17165 away on error conditions
17166
17167 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17168
17169 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
17170
17171 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17172
17173 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
17174 its parent is '/' not ''.
17175
17176 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
17177
17178 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
17179
17180 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
17181 that ${newsrcdir}/configure.in does.
17182
17183 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17184
17185 * test-build.mk: support for CONFIG_SHELL
17186
17187 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
17188
17189 * config.sub (netware): Add as a basic system type.
17190
17191 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
17192
17193 * Makefile.in (Makefile): depend on configure.in. Also drop the
17194 $(srcdir)/ from the dependency on Makefile.in.
17195
17196 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
17197
17198 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
17199 (h8300hhms is temporary until multi-libraries are implemented).
17200 * configure.in: Handle h8300h too.
17201
17202 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17203
17204 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
17205
17206 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
17207
17208 * configure: Remove extraneous output when guessing host type.
17209 * config.guess: Remove extraneous output when guessing using C
17210 compiler rather than uname, or when guessing fails.
17211
17212 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
17213
17214 * Makefile.in: remove all.cross and install.cross targets
17215
17216 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
17217 definitions
17218
17219 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
17220
17221 * configure.in (target sh): Build gprof.
17222
17223 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17224
17225 * config.sub: change -solaris to -solaris2
17226
17227 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17228
17229 * configure.in: Use config/mh-riscos for mips-*-sysv*.
17230
17231 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
17232
17233 * configure: Correct error message for missing Makefile.in to
17234 print correct directory.
17235
17236 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17237
17238 * install.sh: kludge around 386BSD shell bug
17239
17240 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
17241
17242 * config.guess: Recognize NeXT.
17243 * config.guess: Recognize i486-ncr-sysv4.
17244 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
17245
17246 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
17247
17248 * Makefile.in (MAKEINFOFLAGS): New variable.
17249 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
17250 * build-all.mk, test-build.mk: Pass down --no-split as
17251 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
17252
17253 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
17254
17255 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
17256
17257 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
17258
17259 * Makefile.in (libg++.tar.z): New rule.
17260 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
17261 * Makefile.in (taz): Only do a single chmod.
17262
17263 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
17264
17265 * install.sh: don't use dirname anymore (replaced with sed usage)
17266
17267 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
17268
17269 * Makefile.in: Change extension for gzip'd files from '.z' to
17270 '.gz' per new FSF standard usage.
17271
17272 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
17273
17274 * configure: put quotes around the final value of program_transform_name
17275
17276 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17277
17278 * Makefile.in: new install.sh support; update install-info rules
17279
17280 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
17281
17282 * configure.in: Build diff for crosses, but not for go32 host.
17283
17284 * configure.in: Build gprof only for native, and don't build it
17285 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
17286
17287 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
17288
17289 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
17290
17291 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17292
17293 * configure.in (host_tools): Add prms.
17294
17295 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17296
17297 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
17298 with $(FLAGS_TO_PASS) on the command line
17299
17300 * config.sub: Recognize lynx and lynxos
17301
17302 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
17303
17304 * config.sub: Accept -ecoff*, not just -ecoff.
17305
17306 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17307
17308 * Makefile.in (taz): Use .gz suffix instead of .z.
17309 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
17310 names.
17311
17312 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17313
17314 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
17315
17316 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17317
17318 * Makefile.in (install-no-fixedincludes): install gcc last, so
17319 that rebuilds that might happen during 'make install' don't get
17320 bogus gcc include files
17321
17322 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17323
17324 Change from Utah for HPPA support:
17325 * config.guess: Recognize hppa1.x-hp-bsd.
17326
17327 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
17328
17329 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
17330 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
17331
17332 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
17333
17334 * config.sub: Add support for rom68k and bug boot monitors.
17335
17336 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
17337
17338 * Makefile.in: Make all-opcodes depend on all-bfd.
17339
17340 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
17341
17342 * config.guess: Added special check for i[34]86-univel-sysv4*.
17343
17344 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
17345
17346 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
17347 the processor rather than assuming i486.
17348
17349 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17350
17351 * config.guess: Recognize SunOS6 as Solaris3.
17352
17353 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
17354
17355 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
17356 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
17357
17358 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
17359
17360 * build-all.mk (all-cross): New target for Canadian Cross.
17361 Added Q2 go32 targets.
17362 * test-build.mk: Configure go32 cross sparclite-aout and
17363 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
17364 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
17365
17366 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17367
17368 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
17369 GO32 hosted toolchains
17370
17371 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
17372
17373 * configure: change so "-exec-prefix" gets passed down rather
17374 than "-exec_prefix" so autoconf generated Makefiles get the
17375 exec_prefix set right.
17376
17377 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17378
17379 * config.guess: get the Solaris2 minor version number
17380
17381 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
17382
17383 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17384
17385 * config.guess: Recognize some Sequent platforms.
17386
17387 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17388
17389 * Makefile.in: added the vault-install target
17390
17391 * configure.in: actually use the Sun3 makefile fragment that's in
17392 config, also added the release dir to configdirs
17393
17394 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17395
17396 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
17397
17398 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17399
17400 * configure.in: remove some program from Alpha targetted toolchains
17401
17402 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
17403
17404 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
17405 gprof.
17406 (taz): Run "make diststuff" in those directories instead of "make
17407 proto-dir". Look for "VERSION=" only at start of line in subdir
17408 Makefile. Use "gzip -9" for compression.
17409 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
17410 (binutils.tar.z): New target.
17411
17412 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17413
17414 * Makefile.in (taz): Include gpl.texinfo.
17415
17416 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17417
17418 * Makefile.in (setup-dirs): Merged into "taz" target.
17419 (taz): Only do `proto-dir' stuff if a directory is actually needed
17420 for this target.
17421
17422 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
17423
17424 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
17425 (FLAGS_TO_PASS): Pass down MUNCH_NM.
17426 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
17427 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
17428 (gcc-no-fixedincludes): Correct for current gcc Makefile.
17429
17430 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
17431
17432 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
17433 config.sub, and move-if-change to gdb testsuite distribution
17434 archive, so the testsuite can be extracted, configured, and
17435 run separately from the gdb distribution. Blow away the Chill
17436 tests that require a Chill compiled executable, since GNU Chill
17437 is not yet publically available.
17438
17439 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17440
17441 * test-build.mk: set environment variables in a single command,
17442 instead of a list of assignments and exports
17443
17444 * config.guess: recognize Alpha/OSF1 systems
17445
17446 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17447
17448 * configure: Change help message to prefer --options rather than
17449 -options.
17450
17451 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17452
17453 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
17454 zippy@ecst.csuchico.edu.
17455 * config.guess: Recognize miniframe.
17456
17457 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
17458
17459 * Makefile.in: Use srcroot to find runtest rather than rootme.
17460 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
17461
17462 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
17463
17464 * test-build.mk: Extensive additions to support building on a
17465 machine other than the host.
17466
17467 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17468
17469 * configure (tooldir): Fix for i386-aix again.
17470
17471 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
17472
17473 * configure, Makefile.in: Change definition of $(tooldir)
17474 to match the FSF.
17475
17476 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
17477
17478 * config.guess: Recognize i[34]86/SVR4.
17479
17480 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17481
17482 * Makefile.in (all-gdb): gdb depends on sim.
17483
17484 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
17485
17486 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
17487 at the same time we make the prototype gdb directory.
17488 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
17489 files at the same time as the gdb base release distribution.
17490
17491 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
17492
17493 * Makefile.in (check): Use individual check targets rather than
17494 DO_X rule.
17495 (check-gcc): Added.
17496
17497 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
17498
17499 * config.sub: Use sysv3.2 not sysv32 for canonical OS
17500 for System V release 3.2.
17501
17502 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17503
17504 * config.sub: Recognize hppaosf.
17505 * configure.in: Do configure ld/binutils/gas for it.
17506
17507 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17508
17509 * configure (tooldir): Alter syntax used to set this, for systems
17510 where "\$" isn't handled right, like i386-aix.
17511
17512 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
17513
17514 * configure: Pass program-transform-name, not
17515 program_transform_name, to recursive configures.
17516
17517 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
17518
17519 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
17520 of gas+ld+binutils.
17521
17522 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
17523
17524 * config.guess: Recognize AIX3.2 as distinct from 3.1.
17525
17526 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17527
17528 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
17529
17530 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17531
17532 * Makefile.in (PRMS): Set back to all-prms.
17533
17534 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
17535
17536 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
17537 targets, rather than for MIPS hosts.
17538
17539 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17540
17541 * configure.in: add comment for --with-x default values
17542
17543 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
17544
17545 * Makefile.in: add check-* targets for each of the directories in
17546 the tree. Add a definition of RUNTEST that will use the one we
17547 just built, if it exists. Pass this down via FLAGS_TO_PASS.
17548
17549 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
17550
17551 * configure.in: Removed obsolete references to bfd_target and
17552 target_makefile_frag.
17553
17554 * build-all.mk: Set assorted targets for Q2.
17555 * config.sub: Recognize z8k-sim and h8300-hms.
17556 * test-build.mk: Really don't pass host to configure.
17557 (HOLES): Added uname.
17558
17559 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
17560
17561 * configure: Handle an empty program-prefix, program-suffix or
17562 program-transform-name correctly.
17563
17564 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
17565
17566 * build-all.mk: -G 8 no longer required for MIPS targets.
17567 * test-build.mk: Don't pass host argument to configure; make it
17568 guess.
17569
17570 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
17571
17572 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
17573 * Makefile.in (COMPRESS): New macro, like GZIP.
17574
17575 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
17576
17577 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
17578
17579 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
17580 with gas currently defaults to -G 0.
17581
17582 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
17583
17584 * Makefile.in (all-flex): flex depends on byacc.
17585
17586 * build-all.mk: If host not specified, use config.guess. Pass TAG
17587 to test-build.mk as RELEASE_TAG.
17588 * test-build.mk (configargs): New variable containing arguments to
17589 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
17590 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
17591
17592 * config.guess: Use /bin/uname when checking -X argument on SCO,
17593 to avoid invoking GNU uname which doesn't understand -X.
17594
17595 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
17596
17597 * configure.in: Build gas for mips-*-*.
17598
17599 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17600
17601 * Makefile.in (all.normal): insert missing backslash.
17602
17603 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
17604
17605 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
17606
17607 * Makefile.in: Complete overhaul to merge many almost identical
17608 targets.
17609
17610 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17611
17612 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
17613 (gdb.tar.Z): Adjusted.
17614
17615 * Makefile.in (setup-dirs, taz): New targets; should be general
17616 enough to adapt for gdb sometime. Build only .z file.
17617 (gas.tar.z): New target.
17618
17619 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
17620
17621 * build-all.mk: Use CC=cc -Xs on Solaris.
17622
17623 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
17624
17625 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
17626 for handling BISON for FSF releases.
17627
17628 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17629
17630 * configure: Actually implement the change zoo just documented.
17631
17632 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
17633
17634 * configure: when using config.guess, only set target_alias when
17635 it's not already been set (ie, on the command line)
17636
17637 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17638
17639 * Makefile.in: add installcheck target, set PRMS to install-prms
17640
17641 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17642
17643 * configure: add support for package_makefile_fragment, handle the
17644 case where a directory has a configure.in file but no Makefile.in
17645 more gracefully (with an actual understandable error message, even);
17646 add support for --without (and add this to the usage message); also
17647 explicitly add a --host=${host_alias} to the command line when
17648 config.guess is used
17649
17650 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17651
17652 * configure: Must use both --host and --target in recursive calls.
17653
17654 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
17655
17656 * Makefile.in: Change deja-gnu to dejagnu.
17657
17658 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
17659
17660 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
17661
17662 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17663
17664 * configure.in: canonicalize all instances to *-*-solaris2*,
17665 also strip out a number of tools to not build for go32 host
17666
17667 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17668
17669 * config.guess: add GPL.
17670
17671 * Makefile.in, config.guess, config.sub, configure: bump
17672 copyrights to 93.
17673
17674 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
17675
17676 * Makefile.in (do-info): Removed obsolete check for existence of
17677 localenv file.
17678
17679 * Makefile.in (MAKEOVERRIDES): Define to be empty.
17680
17681 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17682
17683 * Makefile.in: a couple of 'else true' for decstation,
17684 support for TclX
17685
17686 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
17687
17688 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
17689
17690 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
17691
17692 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
17693
17694 * config.guess: Recognize i386-ibm-aix (PS/2).
17695 * configure.in: Use config/mh-aix386 file for it.
17696
17697 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
17698
17699 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
17700 CC_FOR_TARGET instead.
17701 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
17702
17703 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
17704
17705 * Makefile.in: Add sim to list of directories sent with gdb
17706
17707 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
17708
17709 * configure.in: Put back mips-dec-bsd* case.
17710
17711 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
17712
17713 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
17714 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
17715 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
17716
17717 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17718
17719 * configure.in: remove no-op mips-dec-bsd* in "case $target"
17720
17721 * Makefile.in (dir.info): only run gen-info-dir if it exists,
17722 (install-info): install dir.info only if it exists,
17723 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
17724
17725 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
17726
17727 * configure.in: For vms target, skip bfd, ld, binutils. Do build
17728 gas for mips-dec-bsd.
17729
17730 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
17731
17732 * configure (makesrcdir): If ${srcdir} is relative and not ".",
17733 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
17734
17735 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
17736
17737 * configure.in: Added "dejagnu" to hosttools list.
17738
17739 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
17740
17741 * config.sub, configure.in, config.guess: Add support
17742 for Bosx, an AIX variant from Bull.
17743 Patches from F.Pierresteguy@frcl.bull.fr.
17744
17745 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
17746
17747 * devo/dejagnu: Initial creation of devo/dejagnu.
17748 Migrated dejagnu testcases and support files for testing software
17749 tools to reside as subdirectories, currently called "testsuite",
17750 within the directory of the software tool. Migrated all programs,
17751 support libraries, etc. beloging to dejagnu proper from
17752 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
17753 with no modifications. The changes to these files which will
17754 allow them to configure, build, and execute properly will be made
17755 in a future update.
17756
17757 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17758
17759 * Makefile.in: Change send_pr to send-pr.
17760 * configure.in: Likewise.
17761 * send_pr: Renamed directory to send-pr.
17762
17763 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
17764
17765 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
17766
17767 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
17768
17769 * README: Update for gdb-4.8 release.
17770 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
17771 gdb-xxx.tar.z (gzip'd) file also.
17772
17773 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17774
17775 * Makefile.in: make all-diff depend on all-libiberty
17776
17777 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
17778
17779 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
17780
17781 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17782
17783 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
17784
17785 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
17786
17787 * Makefile.in (DEVO_SUPPORT): Remove etc directory
17788 (ETC_SUPPORT): Only add the files GDB wants from etc/.
17789 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
17790
17791 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17792
17793 * Makefile.in: makeinfo binary is in a new location
17794
17795 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
17796
17797 * config.sub: Accept -ecoff as an OS.
17798
17799 * Makefile.in: Various changes to eliminate a level of make
17800 recursion and reduce the required command line length.
17801 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
17802 sub-makes.
17803 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
17804 variables holding settings for specific sub-makes.
17805 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
17806 in terms of BASE_FLAGS_TO_PASS.
17807 (TARGET_LIBS): New variable listing directories which use
17808 TARGET_FLAGS_TO_PASS.
17809 (subdir_do): Eliminated.
17810 (do-*): New set of targets to replace subdir_do.
17811 (various): All targets which used subdir_do now depend on do-*.
17812 (local-clean): Renamed from do_clean.
17813 (local-distclean): New target, dependency of distclean and
17814 realclean.
17815 (install-info): Don't create directories. Depend on dir.info
17816 rather than calling make recursively.
17817 (install-dir.info): Eliminated.
17818 (install-info-dirs): Create all info directories here.
17819 (dir.info): Depend upon do-install-info.
17820
17821 * test-build.mk (HOLES): Added false.
17822
17823 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
17824
17825 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
17826
17827 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17828
17829 * Makefile.in (info): remove dependency on all-texinfo. The
17830 problem was really in texinfo/C, not at this level.
17831
17832 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
17833
17834 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
17835
17836 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
17837
17838 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
17839 GDB releases.
17840
17841 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17842
17843 * configure: Include srcdir in message about target of link not
17844 being found. Don't convert `-' to `_' in `with' options being
17845 passed to subdirs.
17846
17847 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17848
17849 * configure.in: add uudecode to host_tools
17850
17851 * Makefile.in: added {all,install}-uudecode targets, added them to
17852 the appropriate lists
17853
17854 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
17855
17856 * Makefile.in (all-gcc): Added dependency on all-gas.
17857
17858 * configure.in (mips-*-*): Build ld and binutils.
17859
17860 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17861
17862 * configure: check return code from mkdir, print error message and
17863 exit on failure.
17864
17865 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
17866
17867 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
17868
17869 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
17870
17871 * test-build.mk (HOLES): Added tar, cpio and uudecode.
17872
17873 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17874
17875 * config.sub (h8500): Recognize this as a cpu type.
17876
17877 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17878
17879 * configure: source directory missing is no longer a warning
17880
17881 * configure.in: recognize irix[34]* instead of irix[34]
17882
17883 * Makefile.in: define and pass down X11_LIB
17884
17885 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
17886
17887 * guess-systype: Renamed to ...
17888 * config.guess: ... by popular request.
17889 * configure.in, Makefile.in: Update accordingly.
17890
17891 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
17892
17893 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
17894 + Add Convex, Cray/Unicos, and Encore/Multimax support.
17895 + Execute ./dummy instead of assuming . is in PATH.
17896
17897 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
17898
17899 * guess-systype: New shell script. Attempts to guess the
17900 canonical host name of the executing host.
17901 Only a few hosts are supported so far.
17902 * configure: Call guess-systype if no host is specified.
17903
17904 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
17905
17906 * Makefile.in (gcc-no-fixedincludes): Made to work with current
17907 gcc Makefile.
17908
17909
17910 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
17911
17912 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
17913 (all-gcc, install-gcc, subdir_do): Use it.
17914
17915 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17916
17917 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
17918
17919 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
17920
17921 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
17922 set exclusively by configure, using configure.in .
17923
17924 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17925
17926 * test-build.mk: set $PATH for all builds
17927
17928 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
17929
17930 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
17931
17932 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
17933 the one used in gcc/Makefile.in, so that a null expansion doesn't
17934 override the one needed to build gcc with a native cc.
17935
17936
17937 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17938
17939 * configure: Accept -with arguments.
17940
17941 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17942
17943 * Makefile.in: added h8300sim
17944
17945 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
17946
17947 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
17948 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
17949 (all-cygnus, native, build-cygnus): Make
17950 $(canonhost)-stamp-3stage-done, not $(host)....
17951 * test-build.mk (stamp-3stage-compared): Use tail +10c for
17952 i386-sco3.2v4. Added else true to if command.
17953
17954 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
17955
17956 * config.sub: (from FSF) Sequent uses a BSD-like OS.
17957
17958 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
17959
17960 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
17961
17962 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17963
17964 * configure.in: don't remove binutils from Solaris builds
17965
17966 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
17967
17968 * Makefile.in: get rid of earlier definitions for *clean,
17969 also handle the recursive info rule better
17970
17971 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
17972
17973 * Makefile.in (mostlyclean, distclean, realclean): Fix to
17974 do more-or-less the right thing.
17975
17976 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
17977
17978 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
17979 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
17980
17981 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17982
17983 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
17984 $(host_canonical).
17985
17986 * configure.in: split the configdirs list into 4 categories (native
17987 v. cross, library v. tool) and handle the cross-only and native-
17988 only in more reasonable (and correct!) way.
17989
17990 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
17991
17992 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
17993 configdirs anymore.
17994
17995 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17996
17997 * Makefile.in: extensive cleanup:: removed all of the explicit
17998 clean-* targets, collapsed many wrappers around subdir_do into
17999 one, added additional targets to satisfy standards.texi, deleted
18000 some old targets, some changes for consistency
18001
18002 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18003
18004 * configure.in: handle some programs as cross-only, and others as
18005 native only
18006
18007 * test-build.mk: handle partial holes in a more generic manner
18008
18009 * Makefile.in: m4 depends on libiberty
18010
18011 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18012
18013 * configure.in: add m4, textutils, fileutils, sed, shellutils,
18014 time, wdiff, and find to configdirs
18015
18016 * Makefile.in: all, clean, and install rules for the new programs
18017 added to configure.in
18018
18019 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18020
18021 * configure.in: use mh-sun for all *-sun-* hosts
18022
18023 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18024
18025 * Makefile.in: define flags for X11 include files and library file
18026 locations, pass them down to the programs that need this info
18027
18028 * build-all.mk: added a 'native' target, to 3stage the native toolchain
18029
18030 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18031
18032 * configure.in: start building libg++ for HP-UX targets
18033
18034 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
18035
18036 * README: Update references to files moved into etc/.
18037
18038 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
18039
18040 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
18041 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
18042
18043 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
18044
18045 * configure: accept dash as well as underscore in long option
18046 names for FSF compatibility.
18047
18048 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
18049
18050 * config.sub: added -sco3.2v4 support from FSF.
18051
18052 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18053
18054 * configure.in: expand the section that adds or removes
18055 directories from the list of programs to build, to handle native
18056 vs. cross in addition to host v. native
18057
18058 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
18059
18060 * Makefile.in: Replace C++ in macro names with CXX.
18061 This is less likely to break ...
18062
18063 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18064
18065 * test-build.mk: add -w to GNU_MAKE
18066
18067 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18068
18069 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
18070 add 'sparc' to list of recognized cpus. This needed to make
18071 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
18072 Delete some redundant ose68 variants. Recognize -wrs as an os,
18073 then changes that into $CPU-wrs-vxworks.
18074
18075 * configure.in: remove most references to gdbtest, regularize
18076 target based program removal
18077
18078 * test-build.mk: import from p3 tree (many fixes and changes)
18079
18080 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
18081
18082 * Makefile.in: added rules to handle tcl, tk, and expect
18083
18084 * configure.in: handle those directories if they exist
18085
18086 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18087
18088 * config.sub: removed bogus hppabsd and hppahpux names, since
18089 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
18090
18091 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18092
18093 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
18094 depends upon all-xiberty
18095
18096 * Makefile.in: changes from p3, including:
18097
18098 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
18099
18100 * Makefile.in (XTRAFLAGS): include newlib directories if
18101 newlib/Makefile exists, rather than if host != target.
18102
18103 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
18104
18105 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18106 from the same source tree and not building a cross-compiler. This
18107 matters for the libg++ configuration if reconfiguring a tree that
18108 has already been installed.
18109
18110 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
18111
18112 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18113 pick up the machine and system specific header files.
18114
18115 * Makefile.in: added AS_FOR_TARGET, passed down in
18116 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
18117 the C compiler to use to create programs which are run in the
18118 build environment, set it to default to $(CC), and passed it down
18119 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18120
18121 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
18122
18123 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
18124 We need them for unusual native builds, like systems without
18125 ranlib.
18126
18127 * configure: also define $(host_canonical) and
18128 $(target_canonical), which are the full, canonical names for the
18129 given host and target
18130
18131 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
18132
18133 * Makefile.in: Added separate definitions for C++.
18134
18135 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
18136
18137 * configure.in (configdirs): Add deja-gnu.
18138
18139 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
18140
18141 * README: Update for configure.texi and gdb-4.7 release.
18142
18143 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
18144
18145 * Makefile.in: Move "all" target to top of file.
18146 Previously, first target was ".PHONY" which caused BSD4.4 make
18147 to build .PHONY when make was run without arguments.
18148
18149 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
18150
18151 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
18152 Library-copylefted code in libiberty.
18153
18154 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
18155
18156 * config.sub: Replace m68kmote with plain old m68k.
18157
18158 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
18159
18160 * Makefile.in: Remove space from blank line, avoid Make complaints.
18161
18162 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
18163
18164 * config.sub: Complain if no argument is given. Added support for
18165 386bsd as OS and target alias.
18166
18167 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
18168
18169 * Makefile.in (XTRAFLAGS): include newlib directories if
18170 newlib/Makefile exists, rather than if host != target.
18171
18172 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
18173
18174 * config.sub: recognize sparclite-wrs-vxworks.
18175
18176 * Makefile.in (install-xiberty): added *-xiberty make rules (from
18177 p3.) Added clean-xiberty to clean.
18178
18179 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18180
18181 * configure.in: use *-*-* instead of nested cases for host and target
18182
18183 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
18184
18185 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18186 from the same source tree and not building a cross-compiler. This
18187 matters for the libg++ configuration if reconfiguring a tree that
18188 has already been installed.
18189
18190 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
18191
18192 * config.sub (i486v/i486v4): Merge in from FSF version.
18193
18194 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
18195
18196 * configure: only set PWD if it is already set.
18197
18198 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
18199
18200 * configure: just set PWD=`pwd` at the top, since Ultrix sh
18201 doesn't have unset and all success paths (and most error paths)
18202 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
18203 to just ${PWD} to avoid confusion.)
18204
18205 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
18206
18207 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
18208 even for a native compilation.
18209
18210 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
18211
18212 Changes to make the gdb.tar.Z rule work better.
18213
18214 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
18215 (DEVO_SUPPORT): Add configure.texi.
18216 (bfd-ilrt.tar.Z): Remove ancient rule.
18217
18218 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
18219
18220 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18221 pick up the machine and system specific header files.
18222
18223 * configure.in, config.sub: added new target m68010-adobe-scout,
18224 with alias of adobe68k. Changed configure.in to check for
18225 -scout before -sco* to avoid a false match.
18226
18227 * Makefile.in: added AS_FOR_TARGET, passed down in
18228 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
18229 the C compiler to use to create programs which are run in the
18230 build environment, set it to default to $(CC), and passed it down
18231 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18232
18233 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
18234
18235 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
18236 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
18237 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
18238 FOR_TARGET variants, to newlib and libg++.
18239
18240 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
18241
18242 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
18243 first.
18244
18245 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
18246
18247 * config.sub: Accept `elf' as an environment.
18248
18249 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18250
18251 * Makefile.in (all-opcodes): cd into the right directory
18252
18253 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
18254
18255 * configure: added -program_transform_name option, used as
18256 argument to sed when installing programs.
18257 configure.texi: added documentation for -program_prefix,
18258 -program_suffix and -program_transform_name.
18259
18260 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
18261
18262 * config.sub: Accept i486 where i386 ok.
18263
18264 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
18265
18266 * config.sub: accept we32k
18267
18268 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
18269
18270 * config.sub, configure.in: accept OSE68000 and OSE68k.
18271
18272 * Makefile.in: don't create all directories for ``make install'';
18273 let the subdirectories create the ones they need.
18274
18275 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18276
18277 * COPYING: new file, GPL v2
18278
18279 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18280
18281 * Makefile.in: use the new gen-info-dir, which needs a template
18282 argument (which also lives in texinfo)
18283
18284 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
18285
18286 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
18287
18288 * config.sub (ncr3000): Change i386 to i486.
18289
18290 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18291
18292 * Makefile.in: add install-rcs, install-grep to
18293 install-no-fixedincludes, removed install-bison and install-libgcc
18294
18295 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
18296
18297 * configure.in: grab the HPUX makefile fragment if on HPUX
18298
18299 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
18300
18301 * Makefile.in: eradicate bison spoor (ditto libgcc).
18302 configure.in: recognise m68{k,000}-ericsson-OSE.
18303 es1800 is alias for m68k-ericsson-OSE
18304
18305 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18306
18307 * configure.in: rearrange the parts that remove programs from
18308 configdirs, based now on HOST==TARGET or by canonical triple.
18309
18310 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18311
18312 * test-build.mk: recurse explicitly with -f test-build.mk when
18313 appropriate. predicate stage3 and comparison on the existence
18314 of gcc. That is, if gcc isn't around, we aren't three-staging.
18315 On very clean, also remove ...stamp-co. Build in-place before
18316 doing other builds.
18317
18318 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18319
18320 * Makefile.in, configure.in: add tgas
18321
18322 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18323
18324 * Makefile.in: a number of changes merged in from progressive.
18325
18326 * configure.in: add libm.
18327
18328 * .cvsignore: ignore some stuff that comes from test-build.mk.
18329
18330 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
18331
18332 * config.sub: Add es1800 (m68k-ericsson-es1800).
18333
18334 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
18335
18336 * configure: Add program_suffix (parallel to program_prefix)
18337 * Makefile.in: adjust directory-creating script for losing decstation
18338
18339 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
18340
18341 * configure: Minor $subdir-related fixes.
18342
18343 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18344
18345 * configure: fix various problems with propogating
18346 makefile_target_frag in subdirs.
18347 * configure.in: config libgcc if its there
18348
18349 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
18350
18351 * config.sub: HPPA merge.
18352
18353 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
18354
18355 * Makefile.in: Replace all-bison with all-byacc in all
18356 dependency lines for other tools (which now use byacc).
18357
18358 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
18359
18360 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
18361
18362 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
18363
18364 * Makefile.in: make gprof rules similar to byacc rules (instead of
18365 vestigal $(unsubdir) that didn't work...)
18366
18367 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
18368
18369 * config.sub: Add support for Linux.
18370 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
18371 (at least for libg++).
18372
18373 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
18374
18375 * configure.texi: fix doc for the -nfp option to configure
18376
18377 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
18378
18379 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
18380
18381 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
18382
18383 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
18384 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
18385 * configure.in: added solaris* host_makefile_frag hook.
18386
18387 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18388
18389 * config.sub: changed recognition of m68000 so that various
18390 m68k types can be specified via m680[01234]0
18391
18392 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18393
18394 * config.sub (basic_machine): fix sed so that '-foo' isn't
18395 completely substituted out while .+'-foo' loses the '-foo'
18396
18397 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
18398
18399 * config.sub ($os): Add -aout.
18400
18401 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
18402
18403 * configure: If host_makefile_frag is absolute, don't
18404 prefix ${invsubdir} (relevant to libg++ auto-configure).
18405
18406 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
18407
18408 * Makefile.in (tooldir): Define it.
18409 (all-ld): Depend on all-flex.
18410
18411 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
18412
18413 * Makefile.in (check): Fix libg++ special case.
18414
18415 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
18416
18417 * configure: do not bury `pwd` into config.status, thus do fewer
18418 pwd's.
18419
18420 * configure: print the "Building in" message only when building in
18421 other than "." AND verbose.
18422
18423 * configure: remove -s, rework -v to better accommodate guested
18424 configures.
18425
18426 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
18427
18428 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
18429
18430 * Makefile.in: macroize flags passed on recursion. remove
18431 fileutils.
18432
18433 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
18434
18435 * configure: get makesrcdir right for subdirs deeper than 1.
18436
18437 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
18438 install.
18439
18440 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
18441
18442 * Makefile.in: don't print subdir_do or recursion lines.
18443
18444 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
18445
18446 * standards.texi: added menu item.
18447
18448 * Makefile.in: build and install standards.info.
18449
18450 * standards.texi: new file.
18451
18452 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18453
18454 * configure: test for and move config.status pieces from
18455 ${subdir}/.
18456
18457 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
18458
18459 * configure: Test for existance of files before trying to mv
18460 them, to avoid numerous non-existance messages.
18461
18462 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
18463
18464 * configure: correct final line of config.status.
18465
18466 * configure: patch from eggert. Avoids a protection problem if
18467 the original Makefile.in is read only.
18468
18469 * configure: use move-if-change from gcc to create config.status.
18470 Some makefiles depend on config.status to tell if a directory
18471 has been reconfigured for a different host. This change
18472 prevents those directories from remaking everything in the case
18473 where the reconfig was only intended to rebuild a Makefile.
18474
18475 * configure: test for config.sub with "config.sub sun4" rather
18476 than "config.sub ${host_alias}". Otherwise we can't tell a bad
18477 host alias from a missing config.sub.
18478
18479 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18480
18481 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
18482 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
18483
18484 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
18485
18486 * configure: mkdir ${subdir} as needed.
18487
18488 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
18489
18490 * Makefile.in,configure.in: added autoconf.
18491
18492 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18493
18494 * Makefile.in: no longer pass against on recursion.
18495
18496 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
18497 definitions are not inherited.
18498
18499 * configure: correct makesrcdir when subdir is .
18500
18501 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
18502
18503 * configure: Add support for 'subdirs' variable, which is
18504 like 'configdirs', except that configure doesn't re-invoke
18505 itself for subdirs, it just creates a Makefile for each subdir.
18506 * configure.texi: Document subdirs.
18507
18508 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18509
18510 * configure.in: added flex to configdirs
18511
18512 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
18513
18514 * Makefile.in: remove clean-stamps from clean.
18515
18516 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
18517
18518 * configure.in: Add gdbtest to configdirs.
18519
18520 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
18521
18522 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
18523 to recursive makes.
18524 * configure.in: Recognize new ncr3000 config.
18525
18526 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
18527
18528 * Makefile.in, configure.in: removed references to gdbm.
18529
18530 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
18531
18532 * config.sub: Don't canonicalize os value
18533 newsos* to bsd (readline needs to check for newsos).
18534 (This fix was earlier made Jan 31, but got re-broken.)
18535
18536 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
18537
18538 * configure.in: sco is an os, not a vendor!
18539
18540 * configure: Quote $( better. Keep various shells happy.
18541
18542 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
18543
18544 * Makefile.in: eliminate stamp-files.
18545
18546 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
18547
18548 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
18549 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
18550
18551 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
18552
18553 * config.sub: fix iris/iris3.
18554
18555 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
18556
18557 * configure: re-add -rm.
18558
18559 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
18560
18561 * Maskefile.in: add .stmp-rcs to all.
18562
18563 * configure.in: remove gas from rs6000 build, use aix host fragment.
18564
18565 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
18566
18567 * configure: pass down site_option during recursion.
18568
18569 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
18570
18571 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
18572
18573 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
18574
18575 * configure: Change exec_prefix so that it really defaults to prefix.
18576
18577 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
18578
18579 * Makefile.in, configure.in: Add support for mmalloc library.
18580
18581 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
18582
18583 * Makefile.in: add stmp dependencies for a few more things.
18584
18585 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
18586
18587 * configure: adjusted error message on objdir/srcdir configure
18588 collision, per john's suggestion.
18589
18590 * Makefile.in: add libiberty stmp to all and all.cross.
18591
18592 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
18593
18594 * Makefile.in: remove force dependencies, add grep to all.
18595
18596 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
18597
18598 * Makefile.in: drop flex. make stamp files work.
18599
18600 * configure: added test for conflicting configuration in srcdir,
18601 remove trailing slashes from srcdir. Otherwise emacs gdb mode
18602 gets cranky. use relative paths for configure and srcdir
18603 whenever possible. Send some error messages to stderr that were
18604 going to stdout.
18605
18606 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
18607
18608 * Makefile.in: Fix libg++ rule to check for gcc directory
18609 before using gcc/gcc. Also pass XTRAFLAGS.
18610
18611 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
18612
18613 * Makefile.in: added stmp-files so that directories aren't polled
18614 when they are already built.
18615
18616 * configure.texi: fixed a node pointer problem.
18617
18618 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
18619
18620 * config.sub configure.in gdb/configure.in
18621 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
18622 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
18623 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
18624
18625 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18626
18627 * configure: -recurring becomes -silent. corrected help message
18628 for -site= option.
18629
18630 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
18631
18632 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18633
18634 * configure: when building Makefile for crosses, replace
18635 tooldir and program_prefix. default srcdir from location of
18636 config.sub. remove "for host in hosts" and "for target in
18637 targets" loops.
18638
18639 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18640
18641 * Makefile.in: Do not pass bindir or mandir to cvs.
18642
18643 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
18644
18645 * Makefile.in, configure.in: removed traces of namesubdir,
18646 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
18647 copyrights to '92, changed some from Cygnus to FSF.
18648
18649 * configure.texi: remove most references to multiple hosts,
18650 multiple targets, subdirs, etc.
18651
18652 * configure.man: removed rcsid. reference config.sub not
18653 config.subr.
18654
18655 * Makefile.in: mkdir $(infodir) on install-info.
18656
18657 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
18658
18659 * configure.texi: Explain better about .gdbinit and about
18660 the environment that configure.in sections run in.
18661
18662 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
18663
18664 * configure.in: Ultrix is only a decstation if it's a MIPS.
18665
18666 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
18667
18668 * README: DOC.configure => cfg-paper.texi.
18669
18670 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
18671
18672 * config.sub (near case $os): Don't convert newsos* to bsd!
18673
18674 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
18675
18676 * Makefile.in: Reinstall change from gdb-4.3 that reduces
18677 the number of copies of COPYING that go into the GDB tar file.
18678
18679 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
18680
18681 * bfd/configure.in, gdb/config/mh-i386sco,
18682 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
18683 Fix SCO configuration stuff.
18684
18685 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
18686
18687 * Makefile.in: For libg++, make sure the -I pointing
18688 to the gcc directory goes *after* all the libg++-local -I flags.
18689 Also, move just-gcc dependency from just-libg++ to all-libg++.
18690
18691 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
18692
18693 * configure: Change -x to -f to keep Ultrix /bin/test happy.
18694
18695 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
18696
18697 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
18698
18699 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
18700
18701 * config.sub: Add stratus configuration frags. Also
18702 submitted to FSF.
18703
18704 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
18705
18706 * Makefile.in (DEV_SUPPORT): add configure.man.
18707
18708 * config.sub(Decode manufacturer-specific): add -none*.
18709
18710 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
18711
18712 * Makefile.in: remove form feeds to make Sun's make happy.
18713 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
18714
18715 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
18716
18717 * Makefile.in (AR_FLAGS): Make quieter.
18718
18719 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
18720
18721 * configure.in: Add libg++.
18722 * configure: When verbose, don't output the command line at each
18723 level; it will be unremarkably the same as the previous version,
18724 which will be the same as what the user typed.
18725
18726 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
18727
18728 * configure.in, Makefile.in: fix clean-info, add flex. add
18729 fileutils.
18730
18731 * configure: be less sensitive to spaces in Makefile.in. Do not
18732 look for sources in "..". Doing so breaks subdirectories that
18733 might have their own configure. If a subdir has it's own
18734 configure script, use it.
18735
18736 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
18737
18738 * cfg-paper.texi: some changes suggested by rms.
18739
18740 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
18741
18742 * config.sub: Merge in some small additions from the FSF version,
18743 taken from the gcc distribution, to bring the Cygnus and FSF
18744 versions into closer sync.
18745
18746 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
18747
18748 * configure.in: Changed svr4 references to sysv4.
18749
18750 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
18751
18752 * configure: added -V for version number option.
18753
18754 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
18755
18756 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
18757 renamed from DOC.configure to cfg-paper.texi.
18758
18759 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18760
18761 * configure, config.subr, config.sub: config.subr is now
18762 config.sub again.
18763
18764 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
18765
18766 * configure.texi: new file, in progress.
18767
18768 * Makefile.in: build info file and install the man page for
18769 configure.
18770
18771 * configure.man: new file, first cut.
18772
18773 * configure: find config.subr again now that configuration "none"
18774 has gone. removed all traces of the -ansi option. removed all
18775 traces of the -languages option.
18776
18777 * config.subr: resync from rms.
18778
18779 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18780
18781 * configure, config.sub, config.subr: merge config.sub into
18782 config.subr, call the result config.subr, remove config.sub, use
18783 config.subr.
18784
18785 * Makefile.in: revised install for dir.info.
18786
18787 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18788
18789 * configure.in: add decstation host makefile frag.
18790
18791 * Makefile.in: BISON now bison -y again. also install-gcc on
18792 install. clean-gdbm on clean. infodir belongs in datadir.
18793 Make directories for info install. Build dir.info here then
18794 install it.
18795
18796 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18797
18798 * Makefile.in: fix for bad directory tests.
18799
18800 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18801
18802 * configure: \{1,2\} appears to be a sysv'ism. Use a different
18803 regexp. -srcdir relative was being handled incorrectly.
18804
18805 * Makefile.in: unwrapped some for loops so that parallel makes
18806 work again and so one can focus one's attention on a particular
18807 package.
18808
18809 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18810
18811 * configure: added PWD as a stand in for `pwd` (for speed). use
18812 elif wherever possible. make -srcdir work without -objdir.
18813 -objdir= commented out.
18814
18815 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18816
18817 * configure: +options become --options. -subdirs commented out.
18818 added -host, -datadir. Renamed -destdir to -prefix. Comment in
18819 Makefile now at top of generated Makefile. Removed cvs log
18820 entries. added -srcdir. create .gdbinit only if there is one
18821 in ${srcdir}.
18822
18823 * Makefile.in: idestdir and ddestdir go away. Added copyrights
18824 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
18825 and mandir now keyed off datadir by default.
18826
18827 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18828
18829 * Freshly created ChangeLog.
18830
18831 \f
18832 Local Variables:
18833 mode: change-log
18834 left-margin: 8
18835 fill-column: 76
18836 version-control: never
18837 End: