re PR target/62631 (gcc.dg/tree-ssa/ivopts-lt-2.c FAILs)
[gcc.git] / ChangeLog
1 2015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
2
3 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
4 (Write After Approval): Update address.
5
6 2015-01-29 David Malcolm <dmalcolm@redhat.com>
7
8 PR jit/64780
9 * configure.ac: Require the user to explicitly specify
10 --enable-host-shared if the jit is enabled.
11 * configure: Regenerate.
12
13 2015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
14
15 * MAINTAINERS (Write After Approval): Add myself.
16
17 2015-01-25 Tom de Vries <tom@codesourcery.com>
18
19 * MAINTAINERS: Make whitespace consistent.
20
21 2015-01-23 Braden Obrzut <admin@maniacsvault.net>
22
23 * MAINTAINERS (Write After Approval): Add myself.
24
25 2015-01-20 Andre Vehreschild <vehre@gmx.de>
26
27 * MAINTAINERS: (Write After Approval): Add myself.
28
29 2015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
30
31 * MAINTAINERS: (Write After Approval): Add myself.
32
33 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
34
35 * MAINTAINERS: (Write After Approval): Add myself.
36
37 2015-01-13 Iain Sandoe <iain@codesourcery.com>
38
39 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
40 objective-c/c++ front end maintainer.
41
42 2015-01-13 Marek Polacek <polacek@redhat.com>
43
44 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
45
46 2015-01-12 Jeff Law <law@redhat.com>
47
48 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
49 a very long time.
50
51 2015-01-09 Ian Lance Taylor <iant@google.com>
52
53 * configure.ac (host_tools): Add gotools.
54 * Makefile.def (host_modules): Add gotools.
55 (dependencies): Add dependency of all-gotools on all-target-libgo.
56
57 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
58
59 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
60 * configure: Regenerate.
61
62 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
63
64 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
65 all-target-libgomp.
66 * Makefile.in: Regenerate.
67
68 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
69
70 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
71
72 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
73
74 * configure.ac: Add Visium support.
75 * configure: Regenerate.
76
77 2015-01-04 Andreas Schwab <schwab@linux-m68k.org>
78
79 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
80 * configure: Regenerate.
81
82 2015-01-03 Andrew Pinski <apinski@cavium.com>
83
84 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
85 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
86 (BASE_TARGET_EXPORTS): Add OBJCOPY.
87 (OBJCOPY_FOR_TARGET): New variable.
88 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
89 * Makefile.in: Regenerate.
90 * configure.ac: Check for already installed target objcopy.
91 Also GCC_TARGET_TOOL on objcopy.
92 * configure: Regenerate.
93
94 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
95
96 * config.sub: Update from upstream, to 2015-01-01 version.
97 * config.guess: Ditto.
98
99 2014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
100
101 * MAINTAINERS (RTEMS Ports): Add myself.
102
103 2014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
104
105 * MAINTAINERS (Write After Approval): Add myself.
106
107 2014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
108
109 * MAINTAINERS (Write After Approval): Add myself.
110
111 2014-12-15 Thomas Schwinge <thomas@codesourcery.com>
112
113 * configure.ac (--enable-as-accelerator-for): Don't set
114 ENABLE_AS_ACCELERATOR_FOR. Update all users.
115 * configure: Regenerate.
116
117 2014-12-13 Jakub Jelinek <jakub@redhat.com>
118
119 PR bootstrap/64023
120 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
121 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
122 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
123 to CXX.
124 * Makefile.in: Regenerated.
125
126 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
127 Yury Gribov <y.gribov@samsung.com>
128
129 * .gitignore: Added .local.vimrc and .lvimrc.
130 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
131 * Makefile.in: Regenerate.
132
133 2014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
134
135 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
136 * configure: Regenerated.
137
138 2014-11-27 Bernd Schmidt <bernds@codesourcery.com>
139
140 * MAINTAINERS (nvptx port): New entry.
141
142 2014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
143
144 * configure: Regenerate.
145
146 2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
147
148 * configure.ac: Merge with Binutils.
149
150 2014-11-26 Tobias Burnus <burnus@net-b.de>
151
152 * Makefile.def: Make more dependent on mpfr, mpc and isl.
153 * Makefile.in: Regenerate.
154
155 2014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
156
157 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
158 missing flex.
159 * Makefile.in: Regenerated.
160
161 2014-11-21 Ilya Verbin <ilya.verbin@intel.com>
162
163 * Makefile.in: Regenerate.
164
165 2014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
166
167 PR bootstrap/63784
168 * libtool.m4: Add $pic_flag with -shared.
169
170 2014-11-21 Renlin Li <Renlin.Li@arm.com>
171
172 * MAINTAINERS (Write After Approval): Added myself.
173
174 2014-11-21 Alex Velenko <Alex.Velenko@arm.com>
175
176 * MAINTAINERS (write-after-approval): Add myself.
177
178 2014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
179
180 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
181 from 2 years ago.
182
183 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
184
185 Revert:
186 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
187
188 * MAINTAINERS (Write After Approval): Added myself as line map
189 maintainer.
190
191 2014-11-19 Renlin Li <Renlin.Li@arm.com>
192
193 Revert:
194 2014-11-19 Renlin Li <Renlin.Li@arm.com>
195
196 * MAINTAINERS (Write After Approval): Added myself.
197
198 2014-11-19 Renlin Li <Renlin.Li@arm.com>
199
200 * MAINTAINERS (Write After Approval): Added myself.
201
202 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
203
204 * MAINTAINERS (Write After Approval): Added myself as line map
205 maintainer.
206
207 2014-11-17 Dodji Seketeli <dodji@redhat.com>
208
209 * MAINTAINERS (Various Maintainers): Added myself as line map
210 maintainer.
211
212 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
213
214 * move-if-change: Sync from upstream gnulib.
215
216 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
217
218 * compile: Sync with upstream Automake.
219 * depcomp: Ditto.
220 * install-sh: Ditto.
221 * missing: Ditto.
222 * mkinstalldirs: Ditto.
223 * ylwrap: Ditto.
224
225 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
226
227 * config.sub: Update from upstream config repo.
228 * config.guess: Ditto.
229
230 2014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
231
232 * Makefile.def: Add liboffloadmic to target_modules. Make
233 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
234 * Makefile.in: Regenerate.
235 * configure: Regenerate.
236 * configure.ac: Add liboffloadmic to target binaries.
237 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
238 Add liboffloadmic to noconfig list when C++ is not supported.
239
240 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
241 Thomas Schwinge <thomas@codesourcery.com>
242 Ilya Verbin <ilya.verbin@intel.com>
243 Andrey Turetskiy <andrey.turetskiy@intel.com>
244
245 * configure: Regenerate.
246 * configure.ac (--enable-as-accelerator-for)
247 (--enable-offload-targets): New configure options.
248
249 2014-11-11 Tobias Burnus <burnus@net-b.de>
250
251 * Makefile.def: Make all-gcc depend on all-isl.
252 * Makefile.in: Regenerate.
253
254 2014-11-11 David Malcolm <dmalcolm@redhat.com>
255
256 * ChangeLog.jit: New.
257 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
258
259 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
260
261 PR target/63610
262 * libtool.m4: Fix globbing of darwin versions.
263 * configure: Regenerate.
264
265 2014-11-11 Tobias Burnus <burnus@net-b.de>
266
267 * config/cloog.m4: Remove.
268 * Makefile.def: Remove CLooG.
269 * Makefile.tpl: Ditto.
270 * configure.ac: Ditto.
271 * configure: Regenerate.
272 * Makefile.in: Ditto.
273
274 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
275
276 * configure.ac: Handle nvptx-*-*.
277 * configure: Regenerate.
278
279 2014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
280
281 * MAINTAINERS (Write After Approval): Add myself.
282
283 2014-10-31 Jakub Jelinek <jakub@redhat.com>
284
285 * Makefile.def (libcc1): Remove bootstrap=true;.
286 * Makefile.in: Regenerated.
287
288 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
289
290 * configure.ac: Update comment.
291 * configure: Regenerate.
292
293 2014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
294
295 * MAINTAINERS (Write After Approval): Add myself.
296
297 2014-10-30 Thomas Schwinge <thomas@codesourcery.com>
298
299 * configure.ac (extra_host_libiberty_configure_flags): Add
300 --enable-shared also for libcc1's benefit.
301 * configure: Regenerate.
302
303 2014-10-29 Tristan Gingold <gingold@adacore.com>
304
305 * MAINTAINERS: Change my email address.
306
307 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
308 Tom Tromey <tromey@redhat.com>
309
310 * Makefile.def: Add libcc1 to host_modules.
311 * configure.ac (host_tools): Add libcc1.
312 * Makefile.in, configure: Rebuild.
313
314 2014-10-24 Hans-Peter Nilsson <hp@axis.com>
315
316 * configure.ac (build_configargs): Don't share config.cache between
317 build subdirs.
318 * configure: Regenerate.
319
320 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
321
322 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
323 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
324 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
325 leon3v7 as leon3.
326 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
327 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
328 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
329 * config/sparc/sparc.md (cpu): Add leon3v7.
330 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
331
332 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
333
334 * MAINTAINERS (write-after-approval): Add myself.
335
336 2014-10-23 Ian Lance Taylor <iant@google.com>
337
338 * configure.ac: Disable the Go frontend on systems where it is known
339 to not work.
340 * configure: Regenerate.
341
342 2014-10-23 Richard Biener <rguenther@suse.de>
343
344 * Makefile.def: Add libcpp build module and dependencies.
345 * configure.ac: Add libcpp build module.
346 * Makefile.in: Regenerate.
347 * configure: Likewise.
348
349 2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
350
351 * MAINTAINERS (write-after-approval): Add myself.
352
353 2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
354
355 * INSTALL/README: Do not mention CVS.
356
357 2014-10-03 Jing Yu <jingyu@google.com>
358
359 * configure.ac: Add aarch64 to list of targets that support gold.
360 * configure: Regenerate.
361
362 2014-09-29 François Dumont <fdumont@gcc.gnu.org>
363
364 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
365
366 2014-09-29 Catherine Moore <clm@codesourcery.com>
367
368 * MAINTAINERS: Add myself as MIPS maintainer.
369
370 2014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
371
372 * MAINTAINERS: Move myself to MIPS maintainers.
373
374 2014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
375
376 * MAINTAINERS: Put all email addresses between '<' and '>'.
377
378 2014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
379
380 * MAINTAINERS: Move myself to reviewers (Fortran).
381
382 2014-09-01 Andi Kleen <ak@linux.intel.com>
383
384 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
385 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
386 * Makefile.in: Regenerate.
387
388 2014-08-28 David Malcolm <dmalcolm@redhat.com>
389
390 * rtx-classes-status.txt: Delete
391
392 2014-08-28 David Malcolm <dmalcolm@redhat.com>
393
394 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
395
396 2014-08-27 Sebastian Pop <s.pop@samsung.com>
397
398 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
399 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
400 of checking for version number.
401 * configure: Regenerated.
402 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
403
404 2014-08-27 David Malcolm <dmalcolm@redhat.com>
405
406 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
407 is done; begin phase 6 (use extra rtx_def subclasses).
408
409 2014-08-27 David Malcolm <dmalcolm@redhat.com>
410
411 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
412 done; begin phase 5 (additional rtx_def subclasses).
413
414 2014-08-26 David Malcolm <dmalcolm@redhat.com>
415
416 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
417
418 2014-08-26 David Malcolm <dmalcolm@redhat.com>
419
420 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
421 SET_BB_HEADER are done.
422
423 2014-08-26 David Malcolm <dmalcolm@redhat.com>
424
425 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
426 done.
427
428 2014-08-26 David Malcolm <dmalcolm@redhat.com>
429
430 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
431
432 2014-08-26 David Malcolm <dmalcolm@redhat.com>
433
434 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
435
436 2014-08-25 David Malcolm <dmalcolm@redhat.com>
437
438 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
439
440 2014-08-25 David Malcolm <dmalcolm@redhat.com>
441
442 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
443
444 2014-08-25 David Malcolm <dmalcolm@redhat.com>
445
446 * rtx-classes-status.txt: Phase 3 (per-file commits within
447 "config" subdirs) is done; begin phase 4 (removal of
448 "scaffolding").
449
450 2014-08-23 David Malcolm <dmalcolm@redhat.com>
451
452 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
453 dir) is done; begin phase 3 (per-file commits within "config"
454 subdirs).
455
456 2014-08-21 David Malcolm <dmalcolm@redhat.com>
457
458 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
459 phase 2 (per-file commits in main source dir).
460
461 2014-08-21 Bin Cheng <bin.cheng@arm.com>
462
463 * configure: Regenerated.
464
465 2014-08-19 David Malcolm <dmalcolm@redhat.com>
466
467 * rtx-classes-status.txt (TODO): Add SET_BND_TO
468
469 2014-08-19 David Malcolm <dmalcolm@redhat.com>
470
471 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
472
473 2014-08-19 David Malcolm <dmalcolm@redhat.com>
474
475 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
476
477 2014-08-19 David Malcolm <dmalcolm@redhat.com>
478
479 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
480
481 2014-08-19 David Malcolm <dmalcolm@redhat.com>
482
483 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
484
485 2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
486
487 * MAINTAINERS (Write After Approval): Add myself.
488
489 2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
490
491 * MAINTAINERS: Remove myself
492
493 2014-08-19 David Malcolm <dmalcolm@redhat.com>
494
495 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
496
497 2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
498
499 * MAINTAINERS (Write After Approval): Add myself.
500
501 2014-08-18 David Malcolm <dmalcolm@redhat.com>
502
503 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
504 SET_BB_HEADER, SET_BB_FOOTER
505
506 2014-08-18 David Malcolm <dmalcolm@redhat.com>
507
508 * rtx-classes-status.txt: New file
509
510 2014-08-18 Roman Gareev <gareevroman@gmail.com>
511
512 * configure.ac: Eliminate ClooG installation dependency.
513 * configure: Regenerate.
514 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
515 * Makefile.in: Regenerate.
516
517 2014-08-15 Ilya Verbin <iverbin@gmail.com>
518
519 * MAINTAINERS (Write After Approval): Add myself.
520
521 2014-08-15 Ilya Tocar <tocarip@gmail.com>
522
523 * MAINTAINERS (Write After Approval): Add myself.
524
525 2014-08-01 Jiong Wang <jiong.wang@arm.com>
526
527 * MAINTAINERS (Write After Approval): Add myself.
528
529 2014-07-28 Anthony Green <green@moxielogic.com>
530
531 Import from savannah.gnu.org:
532 * config.sub: Update to 2014-07-28 version.
533
534 2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
535
536 * MAINTAINERS: Remove my MIPS maintainer entry.
537
538 2014-07-26 Uros Bizjak <ubizjak@gmail.com>
539
540 PR target/47230
541 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
542 * configure: Regenerate.
543
544 2014-07-24 James Norris <jnorris@codesourcery.com>
545
546 * MAINTAINERS (Write After Approval): Add myself.
547
548 2014-07-20 Roman Gareev <gareevroman@gmail.com>
549
550 * configure.ac: Accept only CLooG 0.18.1.
551 * configure: Regenerate.
552
553 2014-07-17 Roman Gareev <gareevroman@gmail.com>
554
555 * configure.ac: Don't accept isl 0.11.
556 * configure: Regenerate.
557
558 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
559
560 * MAINTAINERS (Write After Approval): Add myself.
561
562 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
563
564 * configure.ac: Don't accept isl 0.10.
565 * configure: Regenerate.
566
567 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
568
569 Fix include path for in-tree cloog.
570 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
571 * configure: Regenerate.
572
573 2014-06-18 Richard Henderson <rth@redhat.com>
574
575 * .gitignore: Import gcc_update output.
576
577 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
578
579 * config-ml.in: Robustify ac_configure_args parsing.
580
581 * configure.ac (--enable-linker-plugin-configure-flags)
582 (--enable-linker-plugin-flags): New flags.
583 (configdirs): Conditionally add libiberty-linker-plugin.
584 * configure: Regenerate.
585 * Makefile.def (host_modules): Add libiberty-linker-plugin.
586 (host_modules) <lto-plugin>: Pay attention to
587 @extra_linker_plugin_flags@ and
588 @extra_linker_plugin_configure_flags@.
589 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
590 * Makefile.in: Regenerate.
591
592 * Makefile.tpl (configure-[+prefix+][+module+])
593 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
594 "module_srcdir" instead of "module" for locating a module's srcdir.
595 * Makefile.in: Regenerate.
596
597 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
598
599 * MAINTAINERS (Write After Approval): Add myself.
600
601 2014-06-06 Sebastian Pop <sebpop@gmail.com>
602
603 * MAINTAINERS: Update my email address.
604
605 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
606
607 * MAINTAINERS (Write After Approval): Add myself.
608
609 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
610
611 * MAINTAINERS (Write After Approval): Add myself.
612
613 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
614
615 PR libstdc++/61011
616 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
617 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
618 * configure: Regenerate.
619
620 2014-05-28 Pedro Alves <palves@redhat.com>
621
622 * MAINTAINERS (Write After Approval): Add myself.
623
624 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
625
626 * MAINTAINERS: Update my affiliation/email.
627
628 2014-05-19 Mike Stump <mikestump@comcast.net>
629
630 * MAINTAINERS: Add wide-int reviewers.
631
632 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
633
634 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
635 * configure: Regenerated.
636
637 2014-05-15 Torvald Riegel <triegel@redhat.com>
638
639 * MAINTAINERS (libitm): Add myself as maintainer.
640
641 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
642
643 * MAINTAINERS (Write After Approval): Add myself.
644
645 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
646
647 * config.sub, config.guess: Import from upstream.
648
649 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
650
651 * MAINTAINERS (Write After Approval): Put myself in correct order.
652
653 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
654
655 * MAINTAINERS (Write After Approval): Add myself.
656
657 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
658
659 * MAINTAINERS: Move myself from Reviewers to Write After Approval
660 section.
661
662 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
663
664 * MAINTAINERS (Write After Approval): Delete myself.
665
666 2014-04-17 Jakub Jelinek <jakub@redhat.com>
667
668 PR sanitizer/56781
669 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
670 and -B* options with -Xcompiler.
671
672 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
673
674 PR bootstrap/60620
675 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
676 * Makefile.in: Regenerate.
677
678 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
679
680 * Makefile.def (dependencies): Make all-ld depend on all-binutils
681 for WINDRES_FOR_TARGET in default-manifest.o rule.
682 * Makefile.in: Regenerate.
683
684 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
685
686 * MAINTAINERS (Write After Approval): Add myself.
687
688 2014-03-26 Jakub Jelinek <jakub@redhat.com>
689
690 PR sanitizer/56781
691 * Makefile.def: Set bootstrap=true; for host fixincludes.
692 * configure.ac: Don't bootstrap host fixincludes unless
693 --with-build-config=bootstrap-{a,ub}san.
694 * Makefile.in: Regenerated.
695 * configure: Regenerated.
696
697 2014-03-21 Jakub Jelinek <jakub@redhat.com>
698
699 * configure.ac: Move BUILD_CONFIG set up earlier. Add
700 --enable-vtable-verify option parsing. Don't add
701 target-libsanitizer to bootstrap_target_libs unless
702 --with-build-config=bootstrap-asan or
703 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
704 to bootstrap_target_libs unless --enable-vtable-verify.
705 * configure: Regenerated.
706
707 2014-03-10 Anatoly Sokolov <aesok@post.ru>
708
709 * MAINTAINERS (Write After Approval): Add myself.
710
711 2014-03-07 Denis Chertykov <chertykov@gmail.com>
712
713 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
714
715 2014-03-07 Jakub Jelinek <jakub@redhat.com>
716
717 PR bootstrap/58572
718 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
719 -I for libstdc++-v3 includes if $(LEAN).
720 * Makefile.in: Regenerated.
721
722 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
723
724 * MAINTAINERS: Update my email address.
725
726 2014-02-24 Walter Lee <walt@tilera.com>
727
728 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
729 (tilegx-*-*): Change to tilegx*-*-*.
730 * configure: Regenerate.
731
732 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
733
734 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
735
736 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
737
738 * MAINTAINERS (Write After Approval): Add myself.
739
740 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
741
742 PR target/59788
743 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
744 *solaris2*.
745
746 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
747
748 * MAINTAINERS: Update my email address.
749
750 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
751
752 * MAINTAINERS: Convert to UTF-8.
753 Properly sort Xinliang David Li's entry.
754
755 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
756 Sandra Loosemore <sandra@codesourcery.com>
757
758 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
759 nios2 port maintainers.
760
761 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
762
763 * MAINTAINERS (Write After Approval): Add myself.
764
765 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
766
767 * configure.ac: Add user-friendly check for native x86_64-linux
768 multilibs.
769 * configure: Regenerate.
770
771 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
772
773 * MAINTAINERS: Add myself as sh maintainer.
774
775 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
776
777 * MAINTAINERS: Add self as SLSR maintainer.
778
779 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
780
781 * MAINTAINERS: Update my email address.
782
783 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
784
785 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
786
787 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
788
789 * Makefile.in: Regenerate.
790
791 * Makefile.tpl: Fix typo.
792 * Makefile.in: Regenerate partially.
793
794 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
795
796 * configure.ac: Added libcilkrts to noconfig list when C++ is not
797 supported.
798 * configure: Regenerated.
799
800 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
801
802 * MAINTAINERS (Write After Approval): Add myself.
803
804 2013-10-30 Jason Merrill <jason@redhat.com>
805
806 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
807 --disable-build-format-warnings.
808
809 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
810
811 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
812 depend on libstdc++ and libgcc.
813 * configure: Regenerate.
814 * configure.ac: Added libcilkrts to target binaries. Also, restrict
815 libcilkrts for POSIX and i*86, and x86_64 architectures.
816 * Makefile.in: Added libcilkrts related fields to support building it.
817
818 2013-10-26 Jeff Law <law@redhat.com>
819
820 * Makefile.def (target_modules): Remove libmudflap
821 (languages): Remove check-target-libmudflap).
822 * Makefile.in: Rebuilt.
823 * Makefile.tpl (check-target-libmudflap-c++): Remove.
824 * configure.ac (target_libraries): Remove target-libmudflap.
825 Remove checks which disabled libmudflap on some systems.
826 * configure: Rebuilt.
827 * libmudflap: Directory removed.
828
829 2013-10-21 Cong Hou <congh@google.com>
830
831 * MAINTAINERS (Write After Approval): Add myself.
832
833 2013-10-16 Mike Stump <mikestump@comcast.net>
834
835 * .dir-locals.el: Add.
836
837 2013-10-15 David Malcolm <dmalcolm@redhat.com>
838
839 * configure.ac: Add --enable-host-shared
840 * configure: Regenerate.
841
842 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
843
844 Import from savannah.gnu.org:
845 * config.guess: Update to 2013-06-10 version.
846 * config.sub: Update to 2013-10-01 version.
847
848 2013-10-01 Simon Cook <simon.cook@embecosm.com>
849
850 Changes to build configuration to allow big endian ARC ELF toolchain
851 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
852 * configure: Regenerate.
853
854 2013-09-20 Alan Modra <amodra@gmail.com>
855
856 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
857 ppc host match. Support little-endian powerpc linux hosts.
858
859 2013-09-19 Dodji Seketeli <dodji@redhat.com>
860
861 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
862 maintainer.
863
864 2013-09-12 DJ Delorie <dj@redhat.com>
865
866 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
867 maintainers.
868
869 2013-09-03 Richard Biener <rguenther@suse.de>
870
871 * configure.ac: Also allow ISL 0.12.
872 * configure: Regenerated.
873
874 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
875
876 * MAINTAINERS (Write After Approval): Add myself.
877
878 2013-08-27 David Malcolm <dmalcolm@redhat.com>
879
880 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
881
882 2013-08-26 Caroline Tice <cmtice@google.com>
883
884 * MAINTAINERS: Correct earliers update: Move myself from libvtv
885 "Various Reviewers" to libvtv "Various Maintainers".
886
887 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
888
889 * MAINTAINERS: Add myself as RTL optimizers reviewer.
890
891 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
892
893 * MAINTAINERS: Update name, email.
894
895 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
896
897 * MAINTAINERS (Write After Approval): Add myself.
898
899 2013-08-12 Caroline Tice <cmtice@google.com>
900
901 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
902 address in the Write After Approval section.
903
904 2013-08-09 Carlos O'Donell <carlos@redhat.com>
905
906 * MAINTAINERS (Write After Approval): Update email.
907
908 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
909
910 * configure.ac: Adjust to check VTV_SUPPORTED.
911 * configure: Regenerated.
912
913 2013-08-02 Caroline Tice <cmtice@google.com>
914
915 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
916 on non-linux systems; add target-libvtv to noconfigdirs; add
917 libsupc++/.libs to C++ library search paths.
918 * configure: Regenerated.
919 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
920 libstdc++ and libgcc.
921 * Makefile.in: Regenerated.
922
923 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
924
925 * MAINTAINERS (Write After Approval): Add myself.
926
927 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
928 Shiva Chen <shiva0217@gmail.com>
929
930 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
931 nds32 port maintainers.
932
933 2013-07-17 Tim Shen <timshen91@gmail.com>
934
935 * MAINTAINERS (Write After Approval): Add myself.
936
937 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
938
939 * configure.ac: Sync from binutils.
940 * configure: Regenerate.
941
942 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
943
944 * MAINTAINERS (Write After Approval): Add myself.
945
946 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
947
948 * MAINTAINERS (Write After Approval): Add myself.
949
950 2013-05-17 David Malcolm <dmalcolm@redhat.com>
951
952 * MAINTAINERS (Write After Approval): Add myself.
953
954 2013-04-30 Brooks Moses <bmoses@google.com>
955
956 * MAINTAINERS: Update my email; move myself from Fortran
957 reviewer to Write After Approval.
958
959 2013-04-16 Andreas Schwab <schwab@suse.de>
960
961 * configure.ac (aarch64-*-*): Don't disable java.
962 * configure: Regenerate.
963
964 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
965
966 * MAINTAINERS (Write After Approval): Add myself.
967
968 2013-03-30 Matthias Klose <doko@ubuntu.com>
969
970 * Makefile.def (target_modules): Don't install libffi.
971 * Makefile.in: Regenerate.
972
973 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
974
975 * MAINTAINERS (Write After Approval): Add myself.
976
977 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
978
979 * MAINTAINERS (Write After Approval): Add myself.
980
981 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
982
983 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
984 * configure: Regenerated.
985
986 2013-02-05 Ian Lance Taylor <iant@google.com>
987
988 PR go/55969
989 * configure.ac: Disable libgo on some systems where it does not
990 work.
991
992 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
993
994 * MAINTAINERS: Explicitly add myself as AIX maintainer.
995 Remove Geoff Keating as rs6000 port maintainer, at his request.
996
997 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
998
999 * MAINTAINERS: Update my email.
1000
1001 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
1002
1003 * configure: Re-generate.
1004
1005 2013-01-15 Richard Biener <rguenther@suse.de>
1006
1007 PR other/55973
1008 * configure: Re-generate.
1009
1010 2013-01-14 Matthias Klose <doko@ubuntu.com>
1011
1012 * Makefile.def (install-target-libsanitizer): Depend on
1013 install-target-libstdc++-v3.
1014 * Makefile.in: Regenerate.
1015
1016 2013-01-14 Richard Biener <rguenther@suse.de>
1017
1018 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
1019 * configure: Re-generate
1020
1021 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1022
1023 * config.sub: Update from config repo.
1024
1025 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1026
1027 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1028 * Makefile.in: Regenerate.
1029
1030 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
1031
1032 * MAINTAINERS (arc): Add new port maintainership for myself.
1033
1034 2013-01-09 Jason Merrill <jason@redhat.com>
1035
1036 * .gitignore: Import from gdb repository.
1037
1038 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1039
1040 * Makefile.def (configure-gcc): Depend on all-gmp.
1041 (all-gcc): Remove dependency on all-gmp.
1042 * Makefile.in: Regenerated.
1043
1044 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1045
1046 * config.sub: Merge from config repo.
1047 * config.guess: Ditto.
1048
1049 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1050
1051 * Makefile.def: Merge from binutils.
1052 * Makefile.in: Ditto.
1053
1054 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
1055
1056 * MAINTAINERS: Update my email.
1057
1058 2012-12-29 Ben Elliston <bje@gnu.org>
1059
1060 * config.guess: Update to 2012-12-29 version.
1061 * config.sub: Likewise.
1062
1063 2012-12-20 Matthias Klose <doko@ubuntu.com>
1064
1065 * Makefile.def (install-target-libgfortran): Depend on
1066 install-target-libquadmath, install-target-libgcc.
1067 (install-target-libsanitizer): Depend on install-target-libgcc.
1068 (install-target-libjava): Depend on install-target-libgcc.
1069 (install-target-libitm): Depend on install-target-libgcc.
1070 (install-target-libobjc): Depend on install-target-libgcc.
1071 (install-target-libstdc++-v3): Depend on install-target-libgcc.
1072 * Makefile.in: Regenerate.
1073
1074 2012-12-19 Matthias Klose <doko@ubuntu.com>
1075
1076 * Makefile.def (install-target-libgo): Depend on
1077 install-target-libatomic.
1078 * Makefile.in: Regenerate.
1079
1080 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
1081
1082 PR go/55201
1083 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
1084 * Makefile.in: Regenerate.
1085
1086 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1087
1088 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1089 * configure: Regenerate.
1090
1091 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1092
1093 * config.sub: Merge from config repo.
1094
1095 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1096
1097 * Makefile.def (target_modules): Add bootstrap=true and
1098 raw_cxx=true to libsanitizer.
1099 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1100 * Makefile.in: Regenerated.
1101 * configure: Likewise.
1102
1103 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
1104
1105 * MAINTAINERS: Remove self as RTL optimization maintainer.
1106
1107 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1108
1109 * MAINTAINERS (Write After Approval): Add myself.
1110
1111 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
1112
1113 * Makefile.def (target_modules): Remove bootstrap=true and
1114 raw_cxx=true from libsanitizer.
1115 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
1116 * Makefile.in: Regenerated.
1117 * configure: Likewise.
1118
1119 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
1120
1121 * Makefile.def (target_modules): Add bootstrap=true and
1122 raw_cxx=true to libsanitizer.
1123 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1124 * Makefile.in: Regenerated.
1125 * configure: Likewise.
1126
1127 2012-11-28 Andrew Pinski <apinski@cavium.com>
1128
1129 PR bootstrap/54279
1130 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
1131 * configure: Regenerate.
1132 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
1133 * Makefile.in: Regenerate.
1134
1135 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1136
1137 * configure.ac: Disable libsanitizer if we're not building C++.
1138 * configure: Regenerate.
1139
1140 2012-11-15 Roland McGrath <roland@hack.frob.com>
1141
1142 * MAINTAINERS (Write After Approval): Add myself.
1143
1144 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
1145
1146 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
1147 Kostya Serebryany (kcc@google.com) and
1148 Jakub Jelinek (jakub@redhat.com).
1149 Rename area for Dodji Seketeli (dodji@redhat.com).
1150
1151 2012-11-15 Dodji Seketeli <dodji@redhat.com>
1152
1153 * MAINTAINERS: (asan.c, related): Add myself.
1154
1155 2012-11-14 Roland McGrath <mcgrathr@google.com>
1156
1157 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1158 * configure: Regenerate.
1159
1160 2012-11-13 Richard Henderson <rth@redhat.com>
1161
1162 * configure.ac: Move libsanitizer logic to subdirectory.
1163 * configure: Regenerate.
1164
1165 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1166
1167 * configure.ac: Enable libsanitizer just on x86 linux for now.
1168 * configure: Re-generate.
1169
1170 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1171
1172 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
1173 sections.
1174 * configure: Regenerate.
1175
1176 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
1177
1178 * configure.ac: Add section for configdirs for libsanitizer.
1179 Disable for cris-*-* and mmix-*-*.
1180 * configure: Regenerate.
1181
1182 2012-11-12 Wei Mi <wmi@google.com>
1183
1184 * configure.ac: Add libsanitizer to target_libraries.
1185 * Makefile.def: Ditto.
1186 * configure: Regenerate.
1187 * Makefile.in: Regenerate.
1188 * libsanitizer: New directory for asan runtime. Contains an empty
1189 tsan directory.
1190
1191 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
1192
1193 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1194 against Mingw64 w32api.
1195 * configure: Regenerate.
1196
1197 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1198
1199 * configure: Regenerated.
1200
1201 2012-11-03 Robert Mason <rbmj@verizon.net>
1202
1203 * configure.ac: add --disable-libstdcxx configure option
1204 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1205
1206 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
1207
1208 * MAINTAINERS (Write After Approval): Add myself.
1209
1210 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
1211
1212 * MAINTAINERS (Write After Approval): Add myself.
1213
1214 2012-10-24 Sharad Singhai <singhai@google.com>
1215
1216 * MAINTAINERS (Write After Approval): Add myself.
1217
1218 2012-10-24 Eric Christopher <echristo@gmail.com>
1219
1220 * MAINTAINERS: Update email address.
1221
1222 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1223
1224 PR bootstrap/54820
1225 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1226 * configure: Regenerate.
1227
1228 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
1229
1230 * MAINTAINERS (aarch64): Add Marcus and myself.
1231
1232 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1233
1234 PR bootstrap/54820
1235 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1236 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1237 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1238 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1239 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1240 * Makefile.in: Regenerate.
1241 * configure.ac (have_static_libs): New variable and associated check.
1242 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1243 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1244 * configure: Regenerate.
1245
1246 2012-10-10 Richard Biener <rguenther@suse.de>
1247
1248 * MAINTAINERS: Adjust for changed surname.
1249
1250 2012-10-04 Lawrence Crowl <crowl@google.com>
1251
1252 * MAINTAINERS (Write After Approval): Add myself.
1253
1254 2012-10-01 Cary Coutant <ccoutant@google.com>
1255
1256 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
1257
1258 2012-09-28 Ian Lance Taylor <iant@google.com>
1259
1260 * Makefile.def: Make all-target-libgo depend on
1261 all-target-libbacktrace.
1262 * Makefile.in: Rebuild.
1263
1264 2012-09-26 Ian Lance Taylor <iant@google.com>
1265
1266 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1267 * Makefile.in: Rebuild.
1268
1269 2012-09-20 Walter Lee <walt@tilera.com>
1270
1271 * configure.ac: Add tilegx to list of targets that support gold.
1272 * configure: Regenerate.
1273
1274 2012-09-20 Marek Polacek <polacek@redhat.com>
1275
1276 * MAINTAINERS (Write After Approval): Add myself.
1277
1278 2012-09-19 Steve Ellcey <sellcey@mips.com>
1279
1280 * configure.ac: Add mips*-mti-elf* target.
1281 * configure: Regenerate.
1282
1283 2012-09-17 Ian Lance Taylor <iant@google.com>
1284
1285 * MAINTAINERS (Various Maintainers): Add libbacktrace.
1286 * configure.ac (host_libs): Add libbacktrace.
1287 (target_libraries): Add libbacktrace.
1288 * Makefile.def (host_modules): Add libbacktrace.
1289 (target_modules): Likewise.
1290 * configure, Makefile.in: Rebuild.
1291
1292 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1293
1294 PR target/38607
1295 Merge upstream change.
1296 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1297
1298 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1299 Add libgomp*.o to compare_exclusions for AIX.
1300 * configure: Regenerate.
1301
1302 2012-09-06 Diego Novillo <dnovillo@google.com>
1303
1304 * configure.ac: Bump minimum GMP version to 4.2.3.
1305 * configure: Re-generate.
1306
1307 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1308
1309 PR target/54461
1310 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1311 target-libgloss if not configured --with-avrlibc=no.
1312 * configure: Regenerate.
1313
1314 2012-09-04 Jason Merrill <jason@redhat.com>
1315
1316 * configure.ac: Fix --enable-languages=all.
1317
1318 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
1319
1320 * MAINTAINERS (Write After Approval): Add myself.
1321
1322 2012-09-03 Richard Guenther <rguenther@suse.de>
1323
1324 PR bootstrap/54138
1325 * configure.ac: Re-organize ISL / CLOOG checks to allow
1326 disabling with either --without-isl or --without-cloog.
1327 * configure: Regenerated.
1328
1329 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1330
1331 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1332 * configure: Regenerate.
1333
1334 2012-08-27 Ulrich Drepper <drepper@gmail.com>
1335
1336 * MAINTAINERS: Fix my email address.
1337
1338 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1339
1340 PR binutils/4970
1341 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1342 and opcodes.
1343 * Makefile.in: Regenerated.
1344
1345 2012-08-26 Art Haas <ahaas@impactweather.com>
1346
1347 * configure: Regenerate.
1348
1349 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
1350
1351 * INSTALL/README: Also refer to the online installation
1352 instructions.
1353
1354 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1355
1356 * MAINTAINERS (Write After Approval): Add myself.
1357 (Picochip port): Remove myself.
1358
1359 2012-08-14 Diego Novillo <dnovillo@google.com>
1360
1361 Merge from cxx-conversion branch.
1362
1363 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1364 POSTSTAGE1_CONFIGURE_FLAGS.
1365 * Makefile.in: Regenerate.
1366 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1367 Force C++ when bootstrapping.
1368 * configure: Regenerate.
1369
1370 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1371
1372 * MAINTAINERS (Write After Approval): Add myself.
1373
1374 2012-07-16 Joseph Myers <joseph@codesourcery.com>
1375
1376 * README: Document use of ranges of years in copyright notices.
1377
1378 2012-07-06 Richard Guenther <rguenther@suse.de>
1379
1380 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1381 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1382 --with-gmp=system.
1383 * Makefile.in: Regenerated.
1384 * configure: Likewise.
1385
1386 2012-07-06 Richard Guenther <rguenther@suse.de>
1387
1388 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1389 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1390 supply V=1 as extra_make_flags.
1391 * configure: Regenerated.
1392 * Makefile.in: Likewise.
1393
1394 2012-07-04 Tristan Gingold <gingold@adacore.com>
1395
1396 * configure: Regenerate.
1397
1398 2012-07-03 Richard Guenther <rguenther@suse.de>
1399
1400 * Makfile.def (isl): Remove not necessary extra_exports and
1401 extra_make_flags.
1402 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1403 * Makefile.in: Regenerated.
1404
1405 2012-07-03 Richard Guenther <rguenther@suse.de>
1406
1407 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1408 * configure.ac: If either the ISL or the CLooG check failed
1409 do not try to build in-tree versions.
1410 * Makefile.in: Regenerated.
1411 * configure: Regenerated.
1412
1413 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1414
1415 * configure: Regenerate.
1416
1417 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
1418
1419 * MAINTAINERS (Various Maintainers): Add myself as testsuite
1420 maintainer.
1421
1422 2012-07-02 Richard Guenther <rguenther@suse.de>
1423
1424 * configure: Regenerated.
1425
1426 2012-07-02 Richard Guenther <rguenther@suse.de>
1427 Michael Matz <matz@suse.de>
1428 Tobias Grosser <tobias@grosser.es>
1429 Sebastian Pop <sebpop@gmail.com>
1430
1431 * Makefile.def: Add ISL host module, remove PPL host module.
1432 Adjust ClooG host module to use the proper ISL.
1433 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1434 * configure.ac: Include config/isl.m4. Add ISL host library,
1435 remove PPL. Remove PPL configury, add ISL configury, adjust
1436 ClooG configury.
1437 * Makefile.in: Regenerated.
1438 * configure: Likewise.
1439
1440 2012-07-02 Richard Guenther <rguenther@suse.de>
1441
1442 Merge from graphite branch
1443 2011-07-21 Tobias Grosser <tobias@grosser.es>
1444
1445 * configure: Regenerated.
1446 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1447 both cloog.org and legacy versions. The only supported version will
1448 be CLooG with the isl backend.
1449
1450 2011-07-21 Tobias Grosser <tobias@grosser.es>
1451
1452 * configure: Regenerated.
1453 * configure.ac: Require cloog isl 0.17.0
1454
1455 2011-07-21 Tobias Grosser <tobias@grosser.es>
1456
1457 * configure: Regenerated.
1458 * config/cloog.m4: Do not define CLOOG_ORG
1459
1460 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1461
1462 * configure.ac: Skip C if explicitly selected.
1463 * configure: Regenerate.
1464
1465 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1466
1467 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1468 they contain -O2.
1469 * configure: Regenerate.
1470
1471 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
1472
1473 PR debug/53740
1474 * df.h, df-problems.c, dce.c: Revert last patch.
1475
1476 2012-06-25 Iain Sandoe <iain@codesourcery.com>
1477
1478 * MAINTAINERS (Write After Approval): Update my email address.
1479
1480 2012-06-21 Meador Inge <meadori@codesourcery.com>
1481
1482 * MAINTAINERS (Write After Approval): Add myself.
1483
1484 2012-06-20 Jason Merrill <jason@redhat.com>
1485
1486 * Makefile.tpl (check-target-libgomp-c++): New.
1487 (check-target-libitm-c++): New.
1488 * Makefile.def (c++): Add them.
1489 * Makefile.in: Regenerate.
1490
1491 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
1492
1493 * MAINTAINERS (Write After Approval): Add myself.
1494
1495 2012-05-16 Olivier Hainque <hainque@adacore.com>
1496
1497 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1498 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1499 (install-no-fixedincludes): Adjust accordingly.
1500 * Makefile.in: Regenerate.
1501
1502 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1503
1504 Merge upstream change
1505 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1506
1507 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
1508
1509 * MAINTAINERS (Write After Approval): Add myself.
1510
1511 2012-05-09 Nick Clifton <nickc@redhat.com>
1512 Paul Smith <psmith@gnu.org>
1513
1514 PR bootstrap/50461
1515 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1516 allow for the fact that from release v3.1.0 of MPFR the source
1517 files were moved into a src sub-directory.
1518 * configure: Regenerate.
1519
1520 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1521
1522 * configure.ac: Bump minimum MPFR version to 2.4.0.
1523 * configure: Regenerated.
1524
1525 2012-05-01 Richard Henderson <rth@redhat.com>
1526
1527 * Makefile.def (libatomic): New target_module.
1528 * configure.ac (target_libraries): Add libatomic.
1529 (noconfigdirs): Check if libatomic is supported.
1530 * Makefile.in, configure: Rebuild.
1531
1532 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
1533
1534 * MAINTAINERS (Write After Approval): Add myself.
1535
1536 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1537
1538 * config.sub: Update to 2012-04-18 version from official repo.
1539
1540 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
1541
1542 * MAINTAINERS (Write After Approval): Add myself.
1543
1544 2012-04-11 Steve Ellcey <sellcey@mips.com>
1545
1546 * MAINTAINERS: Changed email address.
1547
1548 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
1549
1550 PR target/52737
1551 * contrib/gcc_update (files_and_dependencies):
1552 Remove gcc/config/avr/t-multilib from touch data.
1553
1554 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1555
1556 * MAINTAINERS (OS Port Maintainers): Remove irix.
1557 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1558 (unsupported_languages): Remove mips-sgi-irix6.*.
1559 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1560 (with_stabs): Remove.
1561 * configure: Regenerate.
1562
1563 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1564
1565 * MAINTAINERS (OS Port Maintainers): Remove osf.
1566 * configure.ac (enable_libgomp): Remove *-*-osf*.
1567 (with_stabs): Remove alpha*-*-osf*.
1568 * configure: Regenerate.
1569
1570 2012-03-05 Tristan Gingold <gingold@adacore.com>
1571
1572 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1573 * configure: Regenerate.
1574
1575 2012-02-17 Walter Lee <walt@tilera.com>
1576
1577 * MAINTAINERS: (Write After Approval): Delete myself.
1578
1579 2012-02-14 Walter Lee <walt@tilera.com>
1580
1581 * MAINTAINERS (tilegx port): Add myself.
1582 (tilepro port): Add myself.
1583 (Write After Approval): Add myself.
1584
1585 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
1586
1587 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
1588 and Joseph Myers as docstring relicensing maintainers.
1589
1590 2012-02-09 Bin Cheng <bin.cheng@arm.com>
1591
1592 * MAINTAINERS (write-after-approval): Add myself.
1593
1594 2012-02-08 Ira Rosen <irar@il.ibm.com>
1595
1596 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
1597 maintainer.
1598
1599 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
1600
1601 * MAINTAINERS (Write After Approval): Move myself to
1602 maintain alphabetical order.
1603
1604 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
1605
1606 * MAINTAINERS (Write After Approval): Add myself.
1607
1608 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
1609
1610 * MAINTAINERS (Write After Approval): Add myself.
1611
1612 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
1613 Jayant R Sonar <jayant.sonar@kpitcummins.com>
1614
1615 * configure.ac (cr16-*-*): Remove nonconfigdirs.
1616 * configure: Regenerate.
1617
1618 2012-01-23 Harshit Chopra <harshit@google.com>
1619
1620 * MAINTAINERS (Write After Approval): Add myself.
1621
1622 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
1623
1624 * configure.ac: Remove reference to mh-interix.
1625 * configure: Regenerate.
1626
1627 2012-01-05 Richard Henderson <rth@redhat.com>
1628
1629 PR bootstrap/51072
1630 * configure.ac: Disable libitm if c++ is not enabled.
1631 * configure: Rebuild.
1632
1633 * configure.ac: Fix regexp for same.
1634 * configure: Rebuild.
1635
1636 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
1637
1638 * MAINTAINERS (Write After Approval): Add myself.
1639
1640 2012-01-02 Richard Guenther <rguenther@suse.de>
1641
1642 PR bootstrap/51686
1643 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
1644 * Makefile.in: Regenerate.
1645
1646 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
1647
1648 * MAINTAINERS (Write After Approval): Add myself.
1649
1650 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1651
1652 * configure: Regenerate.
1653
1654 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1655
1656 * MAINTAINERS (picochip): Changed email address.
1657
1658 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1659
1660 * MAINTAINERS (write-after-approval): Add self.
1661
1662 2011-11-29 DJ Delorie <dj@redhat.com>
1663
1664 * configure.ac (rl78-*-*) New case.
1665 * configure: Regenerate.
1666 * MAINTAINERS: Add myself as RL78 maintainer.
1667
1668 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
1669
1670 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
1671
1672 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1673
1674 * libtool.m4: Additional FreeBSD 10 fixes.
1675
1676 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
1677
1678 * MAINTAINERS: Move myself from Write After Approval to CPU Port
1679 Maintainers section, as Epiphany maintainer.
1680
1681 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
1682
1683 PR target/49992
1684 * configure.ac: Remove ranlib special-casing for Darwin.
1685 * configure: Regenerate.
1686
1687 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
1688
1689 * MAINTAINERS (Reviewers): Keep the list sorted.
1690
1691 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
1692
1693 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
1694
1695 2011-11-09 Roland McGrath <mcgrathr@google.com>
1696
1697 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1698 * configure: Rebuild.
1699 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1700 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1701 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1702 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1703 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1704 Add READELF.
1705 * Makefile.in: Rebuild.
1706
1707 2011-11-09 Jason Merrill <jason@redhat.com>
1708
1709 * Makefile.def (language=c++): Remove check-c++0x.
1710 * Makefile.in (check-gcc-c++): Regenerate.
1711
1712 2011-11-08 Richard Henderson <rth@redhat.com>
1713
1714 * configure.ac: Test for libitm directory present first.
1715
1716 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1717
1718 * configure.ac: Test libitm/configure.tgt to disable libitm.
1719 * configure: Rebuild.
1720
1721 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
1722 Richard Henderson <rth@redhat.com>
1723
1724 Merged from transactional-memory.
1725
1726 * Makefile.def (lang_env_dependencies): libitm is c++.
1727 Add libitm target module.
1728 * configure.ac: Likewise.
1729 * config/mmap.m4: New file.
1730 * contrib/gcc_update: Add libitm to touch data.
1731 * Makefile.in, configure: Rebuild.
1732
1733 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1734
1735 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1736 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1737 * Makefile.in: Regenerate.
1738
1739 2011-11-01 DJ Delorie <dj@redhat.com>
1740
1741 * config.sub: Update to version 2011-10-29 (added rl78)
1742
1743 2011-10-27 Nick Clifton <nickc@redhat.com>
1744
1745 * config.sub: Import these changes from the config project:
1746
1747 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1748 Ben Elliston <bje@gnu.org>
1749
1750 * config.sub (epiphany): New.
1751
1752 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1753 Ben Elliston <bje@gnu.org>
1754
1755 * config.sub (hexagon, hexagon-*): New.
1756
1757 2011-08-23 Roland McGrath <mcgrathr@google.com>
1758
1759 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1760 64eb to be64.
1761
1762 2011-08-16 Roland McGrath <mcgrathr@google.com>
1763
1764 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1765 (nacl): Grok as alias for 32el-unknown-nacl.
1766
1767 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
1768
1769 * MAINTAINERS (Write After Approval): Add myself.
1770
1771 2011-10-24 Teresa Johnson <tejohnson@google.com>
1772
1773 * MAINTAINERS (Write After Approval): Add myself.
1774
1775 2011-09-21 Jakub Jelinek <jakub@redhat.com>
1776
1777 * MAINTAINERS (sparc port): Remove myself.
1778
1779 2011-09-14 Tom de Vries <tom@codesourcery.com>
1780
1781 * MAINTAINERS (Write After Approval): Add myself.
1782
1783 2011-08-14 Yao Qi <yao@codesourcery.com>
1784
1785 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1786 * configure: Regenerate.
1787
1788 2011-07-26 Ian Lance Taylor <iant@google.com>
1789
1790 * configure.ac: Set have_compiler based on whether gcc directory
1791 exists, rather than on whether gcc is in configdirs.
1792 * configure: Rebuild.
1793
1794 2011-07-21 Joseph Myers <joseph@codesourcery.com>
1795
1796 * MAINTAINERS (Global Reviewers): Add self.
1797
1798 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1799
1800 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1801 link directories.
1802 * Makefile.in: Rebuild.
1803
1804 2011-07-20 Ian Lance Taylor <iant@google.com>
1805
1806 PR bootstrap/49787
1807 * configure.ac: Move --enable-bootstrap handling earlier in file.
1808 If --enable-bootstrap and either --enable-build-with-cxx or
1809 --enable-build-poststage1-with-cxx, enable C++ automatically.
1810 * configure: Rebuild.
1811
1812 2011-07-19 Ian Lance Taylor <iant@google.com>
1813
1814 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1815 make C++ a boot_language. Set and substitute
1816 POSTSTAGE1_CONFIGURE_FLAGS.
1817 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1818 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1819 * configure, Makefile.in: Rebuild.
1820
1821 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
1822
1823 * MAINTAINERS (Register Allocation): Move myself from reviewers to
1824 maintainers.
1825
1826 2011-07-18 Jakub Jelinek <jakub@redhat.com>
1827
1828 * MAINTAINERS (Global Reviewers): Add myself.
1829
1830 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1831
1832 * configure: Regenerate.
1833
1834 2011-07-16 Jason Merrill <jason@redhat.com>
1835
1836 * Makefile.def (language=c++): Add check-c++0x and
1837 check-target-libmudflap-c++.
1838 * Makefile.tpl (check-target-libmudflap-c++): New.
1839 * Makefile.in: Regenerate.
1840
1841 2011-07-16 Matthias Klose <doko@ubuntu.com>
1842
1843 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1844 * Makefile.def (target_modules/libjava): Pass
1845 $(EXTRA_CONFIGARGS_LIBJAVA).
1846 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1847 if not configured with --enable-static-libjava.
1848 * Makefile.in: Regenerate.
1849 * configure: Likewise.
1850
1851 2011-07-15 Jason Merrill <jason@redhat.com>
1852
1853 * Makefile.in (check-c++): Move check-gcc-c++0x after
1854 check-target-libstdc++-v3.
1855
1856 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
1857
1858 * MAINTAINERS (c6x port): New entry.
1859
1860 2011-07-13 Jason Merrill <jason@redhat.com>
1861
1862 * Makefile.in (check-gcc-c++0x): New.
1863 (check-c++): Depend on it.
1864
1865 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1866
1867 PR target/39150
1868 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1869 x86_64-*-solaris2.1[0-9]*.
1870 * configure: Regenerate.
1871
1872 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
1873
1874 * MAINTAINERS (RTL optimizers): Add self.
1875
1876 2011-06-27 Gabriel Charette <gchare@google.com>
1877
1878 * MAINTAINERS (Write After Approval): Add myself.
1879
1880 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1881
1882 PR regression/47836
1883 PR bootstrap/23656
1884 PR other/47733
1885 PR bootstrap/49247
1886 PR c/48825
1887 * configure.ac (target_libraries): Remove target-libiberty.
1888 Remove case-statement setting skipdirs=target-libiberty for
1889 multiple targets. Remove checking target_configdirs and
1890 removing target-libiberty but keeping target-libgcc if
1891 otherwise empty.
1892 * Makefile.def (target_modules): Don't add libiberty.
1893 (dependencies): Remove all traces of target-libiberty.
1894 * configure, Makefile.in: Regenerate.
1895
1896 2011-06-13 Walter Lee <walt@tilera.com>
1897
1898 * configure.ac (tilepro-*-*) New case.
1899 (tilegx-*-*): Likewise.
1900 * configure: Regenerate.
1901
1902 2011-06-06 Jing Yu <jingyu@google.com>
1903
1904 * configure.ac: Skip target-libiberty for
1905 arm*-*-linux-androideabi.
1906 * configure: Regenerated.
1907
1908 2011-06-06 Nick Clifton <nickc@redhat.com>
1909
1910 * config.sub: Sync from upstream.
1911
1912 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
1913
1914 * MAINTAINERS (Write After Approval): Add myself.
1915
1916 2011-06-01 Daniel Jacobowitz <drow@false.org>
1917
1918 * MAINTAINERS: Update my email address.
1919
1920 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
1921
1922 * MAINTAINERS (Write After Approval): Update my email address.
1923
1924 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
1925
1926 * MAINTAINERS (Write After Approval): Add myself.
1927
1928 2011-05-08 Doug Kwan <dougkwan@google.com>
1929
1930 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1931 * configure: Regenerated.
1932 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1933 value from configure.
1934 * Makefile.in: Regenerated.
1935
1936 2011-05-05 Joseph Myers <joseph@codesourcery.com>
1937
1938 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1939 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1940 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1941 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1942 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1943 *-*-vxworks*): Disable newlib and libgloss in separate case
1944 statement.
1945 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1946 to separate case statement.
1947 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1948 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1949 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1950 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1951 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1952 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1953 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1954 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1955 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1956 i[[3456789]]86-*-rdos*, m32r-*-*,
1957 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1958 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1959 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1960 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1961 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1962 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1963 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1964 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1965 and libgloss in main case over targets. Remove most empty cases
1966 in main case over targets.
1967 * configure: Regenerate.
1968
1969 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
1970
1971 * MAINTAINERS (Write After Approval): Add myself.
1972
1973 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1974
1975 * configure.ac: Remove code setting special library locations for
1976 hppa*64*-*-hpux11*. Remove code setting compiler for
1977 sparc-sun-solaris2*.
1978 * configure: Regenerate.
1979
1980 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1981
1982 * configure.ac: Separate libgloss_dir settings from general case
1983 over targets.
1984 * configure: Regenerate.
1985
1986 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1987
1988 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1989 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1990 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1991 cases in libgcj-disabling case statement.
1992 (hppa*64*-*-linux*): Set unsupported_languages instead of
1993 disabling target-zlib.
1994 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1995 to hppa*64*-*-hpux*.
1996 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1997 hppa*-*-hpux*.
1998 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1999 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2000 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2001 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2002 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2003 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2004 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2005 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2006 libgcj-disabling case statement.
2007 * configure: Regenerate.
2008
2009 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2010
2011 * configure.ac: Disable Java for targets not supporting libffi.
2012 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2013 Remove cases in Java-disabling statement.
2014 (*arm-wince-pe): Change to arm-wince-pe.
2015 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2016 cases in Java-disabling statement.
2017 (bfin-*-*): Don't disable Java again.
2018 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2019 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2020 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2021 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2022 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2023 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2024 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2025 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2026 Java-disabling statement.
2027 (mmix-*-*): Don't disable Java again.
2028 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2029 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2030 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2031 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2032 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2033 statement.
2034 * configure: Regenerate.
2035
2036 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2037
2038 * configure.ac: Separate cases disabling Java and Java libraries
2039 from general case over targets.
2040 * configure: Regenerate.
2041
2042 2011-04-21 Jie Zhang <jzhang918@gmail.com>
2043
2044 * MAINTAINERS: Update my email address.
2045
2046 2011-04-20 Easwaran Raman <eraman@google.com>
2047
2048 * MAINTAINERS (Write After Approval): Add myself.
2049
2050 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2051
2052 PR lto/48086
2053 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2054 * configure: Regenerate.
2055
2056 2011-04-16 Jim Meyering <meyering@redhat.com>
2057
2058 * MAINTAINERS (Write After Approval): Add myself.
2059
2060 2011-04-15 Dodji Seketeli <dodji@redhat.com>
2061
2062 * MAINTAINERS: Update my email address.
2063
2064 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
2065
2066 * MAINTAINERS (Write After Approval): Add myself.
2067
2068 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
2069
2070 * MAINTAINERS (Write After Approval): Add myself.
2071
2072 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
2073
2074 * MAINTAINERS (Write After Approval): Add myself.
2075
2076 2011-04-06 Joseph Myers <joseph@codesourcery.com>
2077
2078 * configure.ac (build_tools): Remove build-byacc.
2079 (host_libs): Remove mmalloc.
2080 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2081 autoconf automake libtool diff rcs fileutils shellutils time
2082 textutils wdiff find uudecode hello tar gzip indent recode release
2083 sed perl gawk findutils gettext zip.
2084 (libgcj): Remove target-qthreads.
2085 (target_tools): Remove target-examples target-gperf.
2086 (YACC): Don't handle building byacc.
2087 * configure: Regenerate.
2088 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2089 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2090 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2091 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2092 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2093 handle building components.
2094 * Makefile.in: Regenerate.
2095
2096 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
2097
2098 * MAINTAINERS: Update my email address as Xtensa maintainer.
2099
2100 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2101
2102 * config.sub: Sync from upstream.
2103
2104 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2105
2106 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2107 (microblaze*): Don't disable libssp.
2108 * configure: Regenerate.
2109
2110 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2111
2112 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2113 moveifchange.
2114 * configure: Regenerate.
2115 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2116 * Makefile.in: Regenerate.
2117
2118 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2119
2120 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2121 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2122 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2123 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2124 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2125 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2126 md_exec_prefix cases.
2127 * configure: Regenerate.
2128
2129 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2130
2131 * configure.ac: Separate cases disabling target-libssp,
2132 target-libiberty, target-libstdc++-v3 and Fortran from general
2133 case over targets.
2134 * configure: Regenerate.
2135
2136 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2137
2138 * configure.ac (*-*-chorusos): Don't disable libgcj.
2139 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2140 Remove case.
2141 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2142 (arm-*-coff): Don't disable libgcj.
2143 (arm*-*-linux-gnueabi): Remove useless assignment.
2144 (arm-*-riscix*): Don't disable libgcj.
2145 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2146 configuration.
2147 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2148 (c54x*-*-*): Remove case.
2149 (tic54x-*-*): Don't disable GCC or GCC libraries.
2150 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2151 to *.
2152 (d10v-*-*): Don't disable GCC libraries.
2153 (d30v-*-*): Don't disable libgcj.
2154 (h8500-*-*): Don't disable GCC libraries.
2155 (i960-*-*): Don't disable libgcj.
2156 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2157 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2158 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2159 libgcj.
2160 (m68k-*-coff*): Remove case.
2161 (mmix-*-*): Don't disable libgloss on host.
2162 (mn10200-*-*, mn10300-*-*): Remove cases.
2163 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2164 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2165 Don't disable libgcj.
2166 (romp-*-*): Remove case.
2167 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2168 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2169 case.
2170 (v810-*-*): Don't disable GCC libraries.
2171 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2172 (ip2k-*-*): Don't disable GCC libraries.
2173 * configure: Regenerate.
2174
2175 2011-03-28 Joseph Myers <joseph@codesourcery.com>
2176
2177 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2178 libffi on host.
2179 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2180 on host.
2181 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2182 * configure: Regenerate.
2183
2184 2011-03-26 John Marino <binutils@marino.st>
2185
2186 * configure.ac: Add support for *-*-dragonfly*
2187 * configure: Regenerate.
2188
2189 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2190
2191 * configure.ac (native_only): Remove.
2192 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2193 send-pr uudecode guile gnuserv on host.
2194 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2195 send-pr rcs guile perl texinfo libtool on host.
2196 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2197 automake send-pr rcs guile perl texinfo libtool on host.
2198 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2199 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2200 (alpha*-dec-osf*): Don't disable fileutils on target.
2201 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2202 texinfo send-pr expect dejagnu on target.
2203 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2204 target-qthreads on target.
2205 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2206 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2207 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2208 x86_64-*-mingw*): Don't disable expect on target.
2209 (*-*-cygwin*): Don't disable target-gperf on target.
2210 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2211 gnuserv on target.
2212 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2213 target.
2214 * configure: Regenerate.
2215
2216 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2217
2218 * configure.ac (target_tools): Remove target-groff.
2219 (native_only): Remove target-groff.
2220 (hppa*64*-*-*): Don't disable byacc.
2221 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2222 setting.
2223 (*-*-kaos*): Don't skip target-librx and target-groff.
2224 (*-*-netware*): Don't skip target-libmudflap.
2225 (*-*-tpf*): Don't skip target-libmudflap.
2226 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2227 directories on the host.
2228 (ia64*-*-*vms*): Don't skip tix.
2229 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2230 host.
2231 * configure: Regenerate.
2232
2233 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2234
2235 * configure.ac: Remove references to mt-mep, mt-netware,
2236 mt-wince.
2237 * Makefile.def: Add all-utils soft dependencies.
2238 * Makefile.tpl: Remove GDB_NLM_DEPS.
2239 * configure: Regenerate.
2240 * Makefile.in: Regenerate.
2241
2242 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2243
2244 * configure.ac: Do not include mh-x86omitfp.
2245 * configure: Regenerate.
2246
2247 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2248
2249 * configure.ac: Remove empty cases.
2250 * configure: Regenerate.
2251
2252 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2253
2254 * Makefile.def: Add dependency from termcap to gdb.
2255 * Makefile.in: Regenerate.
2256
2257 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2258
2259 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2260 * configure: Regenerate.
2261 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2262 * Makefile.tpl: Likewise.
2263 * Makefile.in: Regenerate.
2264
2265 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2266
2267 * configure.ac: Remove all mentions of tentative_cc.
2268 * configure: Regenerate.
2269
2270 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2271
2272 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2273 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2274 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2275 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2276 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2277 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2278 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2279 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2280 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2281 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2282 *-*-rhapsody*): Remove host cases.
2283 * configure: Regenerate.
2284
2285 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2286
2287 * configure.ac (ppc*-*-pe): Remove host case.
2288 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2289 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2290 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2291 cases.
2292 * configure: Regenerate.
2293
2294 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2295
2296 * config.sub: Update to version 2011-03-23.
2297
2298 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2299
2300 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2301 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2302 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2303 * configure: Regenerate.
2304
2305 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2306
2307 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
2308 to Write After Approval.
2309 * config-ml.in: Don't handle arc-*-elf*.
2310 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2311 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2312 handle GCC libraries.
2313 * configure: Regenerate.
2314
2315 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2316
2317 PR bootstrap/48120:
2318 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2319 Add -lstdc++ -lm to LIBS.
2320 * configure: Regenerate.
2321
2322 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
2323
2324 * config.guess: Update to version 2011-02-02
2325 * config.sub: Update to version 2011-02-24
2326
2327 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2328
2329 PR lto/48086
2330 * configure.ac: Re-enable LTO on *-apple-darwin9.
2331 * configure: Regenerate.
2332
2333 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
2334
2335 PR lto/48086
2336 * configure.ac: Disable LTO on darwin due to an assembler change in
2337 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
2338 under 256.
2339 * configure: Regenerate.
2340
2341 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
2342
2343 * MAINTAINERS: Update myself as score backend maintainer,
2344 update my e-mail address.
2345
2346 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
2347
2348 * MAINTAINERS: Update my e-mail address.
2349
2350 2011-03-06 Joey Ye <joey.ye@arm.com>
2351
2352 * MAINTAINERS: Update my e-mail address.
2353
2354 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2355
2356 * configure.ac: Adjust test of with_ppl.
2357 * configure: Regenerated.
2358
2359 2011-03-02 Kai Tietz <ktietz@redhat.com>
2360
2361 * MAINTAINERS: Adjust my e-mail address.
2362
2363 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2364
2365 * configure.ac: Add -lpwl to ppllibs.
2366 * configure: Regenerated.
2367
2368 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2369
2370 * config/cloog.m4: Add -lisl to clooglibs.
2371 * configure: Regenerated.
2372
2373 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2374
2375 * MAINTAINERS (CPU Port maintainers): Add self.
2376
2377 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2378
2379 * MAINTAINERS: Add myself as testsuite maintainer.
2380
2381 2011-02-15 Mike Stump <mikestump@comcast.net>
2382
2383 * MAINTAINERS: Add myself as testsuite maintainer.
2384
2385 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2386
2387 Import from Libtool and gnulib:
2388
2389 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2390
2391 Prepare for supporting FreeBSD 10.
2392 * config.rpath: Remove handling of freebsd1* which soon would
2393 match FreeBSD 10.0.
2394
2395 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2396
2397 Remove support for FreeBSD 1.x.
2398 * libtool.m4 (_LT_LINKER_SHLIBS)
2399 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2400 soon would incorrectly match FreeBSD 10.0.
2401
2402 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2403
2404 PR binutils/12283
2405 * move-if-change: Import version from gnulib.
2406
2407 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2408
2409 PR lto/47225
2410 * Makefile.def (lto-plugin): Double dash for enable-shared.
2411 (configure-gcc): Depend on all-lto-plugin.
2412 * Makefile.in: Rebuilt.
2413
2414 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2415
2416 * configure.ac: Remove extra bracket.
2417 * configure: Regenerate.
2418
2419 2011-02-08 Tobias Burnus <burnus@net-b.de>
2420
2421 * MAINTAINERS: Add myself as libquadmath maintainer.
2422
2423 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
2424
2425 * MAINTAINERS: Update my email address.
2426
2427 2011-02-07 Joseph Myers <joseph@codesourcery.com>
2428
2429 * MAINTAINERS (option handling): Add self.
2430
2431 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2432
2433 PR lto/47225
2434 * Makefile.def: Add dependency for install-gcc
2435 on install-lto-plugin.
2436 * Makfile.in: Regenerated
2437
2438 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
2439
2440 * MAINTAINERS (CPU Port Maintainers): Add myself.
2441
2442 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2443
2444 PR libgcj/44341
2445 * configure.ac: Discard --with-* flags for host when configuring
2446 target libraries for cross build.
2447 * configure: Rebuilt.
2448
2449 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2450
2451 * MAINTAINERS (linear loop transforms): Removed.
2452
2453 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2454
2455 * configure.ac: If with_ppl is no, move setting with_cloog=no
2456 after CLOOG_REQUESTED check.
2457 * configure: Regenerated.
2458
2459 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2460
2461 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2462 CLooG has been requested.
2463 * configure: Regenerated.
2464
2465 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2466
2467 * configure: Regenerated.
2468 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2469
2470 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2471
2472 * configure: Regenerated.
2473 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2474
2475 2011-01-21 Andreas Schwab <schwab@redhat.com>
2476
2477 * configure.ac: Use AS_HELP_STRING throughout.
2478 * configure: Regenerate.
2479
2480 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2481
2482 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2483 * configure: Regenerate.
2484
2485 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2486
2487 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2488
2489 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2490
2491 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2492 for ia64-hpux.
2493 * configure: Regenerate.
2494
2495 2011-01-07 Jan Hubicka <jh@suse.cz>
2496
2497 PR lto/47225
2498 * Makefile.in: Regenerate.
2499 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2500 configure.
2501
2502 2011-01-07 Jan Hubicka <jh@suse.cz>
2503
2504 * Makefile.in: Regenerate.
2505 * Makefile.def (gcc host module) and soft dependency on lto-plugin
2506 and configure dependency on lto-plugin configure.
2507 (lto-plugin module): Remove dependency on GCC; add dependency on
2508 liniberty.
2509
2510 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
2511
2512 * MAINTAINERS (Write After Approval): Add myself.
2513
2514 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
2515
2516 * configure: Regenerate.
2517
2518 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2519
2520 * configure.ac: (picochip): Disable libiberty.
2521
2522 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
2523
2524 * MAINTAINERS (Write After Approval): Add myself.
2525
2526 2010-12-10 Ian Lance Taylor <iant@google.com>
2527
2528 PR bootstrap/46819
2529 * configure.ac: For --disable-libgcj clear libgcj_saved.
2530 * configure: Rebuild.
2531
2532 2010-12-10 Tobias Burnus <burnus@net-b.de>
2533
2534 PR fortran/46540
2535 * configure.ac: Add --disable-libquadmath and
2536 --disable-libquadmath-support.
2537 * configure: Regenerate.
2538
2539 2010-12-03 Ian Lance Taylor <iant@google.com>
2540
2541 * MAINTAINERS: Add myself as libgo maintainer.
2542
2543 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2544
2545 PR libffi/46792
2546 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2547 * configure: Regenerate.
2548
2549 2010-12-02 Ian Lance Taylor <iant@google.com>
2550
2551 * configure.ac: Always set default for poststage1_ldflags to
2552 -static-libstdc++ -static-libgcc.
2553
2554 2010-11-29 Andreas Schwab <schwab@redhat.com>
2555
2556 * configure.ac: Move comment to remove extra space in last argument
2557 of GCC_TARGET_TOOL.
2558
2559 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2560
2561 PR other/46026
2562 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2563 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2564 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2565 (BASE_FLAGS_TO_PASS): Use it.
2566 * configure: Rebuilt.
2567 * Makefile.in: Rebuilt.
2568
2569 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2570
2571 PR binutils/12258
2572 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2573 Properly check default linker.
2574 * configure: Regnerated.
2575
2576 2010-11-23 Matthias Klose <doko@ubuntu.com>
2577
2578 * configure.ac: For --enable-gold, handle value `default' instead of
2579 `both*'. New configure option --{en,dis}able-ld.
2580 * configure: Regenerate.
2581
2582 2010-11-20 Ian Lance Taylor <iant@google.com>
2583
2584 * configure.ac: Only disable a language library if no language needs
2585 it. Don't let --disable-libgcj uncondtionally disable libffi.
2586 * configure: Rebuild.
2587
2588 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2589
2590 * Makefile.in: Regenerate.
2591
2592 PR other/46202
2593 * configure.ac: Fix just-built in-tree STRIP name to be
2594 binutils/strip-new.
2595 * configure: Regenerate.
2596 * Makefile.def (install-strip-gcc, install-strip-binutils)
2597 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2598 (install-strip-sid): Mirror dependencies on non-strip variants
2599 of these targets on the respective -strip prerequisites.
2600 * Makefile.tpl (install-strip, install-strip-host)
2601 (install-strip-target): New targets.
2602 (install-strip-[+module+], install-strip-target-[+module+]):
2603 New targets.
2604 * Makefile.in: Regenerate.
2605
2606 2010-11-19 Ian Lance Taylor <iant@google.com>
2607 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2608
2609 * configure.ac: Add target-libgo to target_libraries. Set
2610 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2611 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2612 (HOST_EXPORTS): Add GOC.
2613 (BASE_TARGET_EXPORTS): Add GOC.
2614 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2615 (GOCFLAGS_FOR_TARGET): New variable.
2616 (EXTRA_HOST_FLAGS): Add GOC.
2617 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2618 * Makefile.def (target_modules): Add libgo.
2619 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2620 (dependencies): Add dependency from configure-target-libgo to
2621 configure-target-libffi and all-target-libstdc++-v3. Add
2622 dependencies from all-target-libgo to all-target-libffi.
2623 (languages): Add go.
2624 * configure: Rebuild.
2625 * Makefile.in: Rebuild.
2626
2627 2010-11-19 Ian Lance Taylor <iant@google.com>
2628
2629 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2630 compiler/flag environment variables.
2631
2632 2010-11-18 Ian Lance Taylor <iant@google.com>
2633
2634 * configure.ac: Check for lang_requires_boot_languages in
2635 config-lang.in files.
2636 * configure: Rebuild.
2637
2638 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2639 Tobias Burnus <burnus@net-b.de>
2640
2641 PR fortran/32049
2642 * Makefile.def: Add libquadmath; build it with language=fortran.
2643 * configure.ac: Add libquadmath.
2644 * Makefile.tpl: Handle multiple libs in check-[+language+].
2645 * Makefile.in: Regenerate.
2646 * configure: Regenerate.
2647
2648 2010-11-16 Tom Tromey <tromey@redhat.com>
2649
2650 * MAINTAINERS: Moved myself to reviewers section.
2651
2652 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
2653
2654 * MAINTAINERS: Moved myself to reviewers section.
2655
2656 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2657
2658 * MAINTAINERS (Various Maintainers): Add self for build machinery.
2659 (Write After Approval): Remove self.
2660
2661 2010-11-15 Andreas Schwab <schwab@redhat.com>
2662
2663 * configure.ac: Fix spelling in option names.
2664 * configure: Regenerated.
2665
2666 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2667
2668 PR bootstrap/39622
2669 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2670 * configure: Regenerated.
2671
2672 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
2673
2674 * MAINTAINERS: Update my email address.
2675
2676 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2677
2678 * configure: Regenerate.
2679
2680 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2681
2682 * configure: Regenerate.
2683
2684 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2685
2686 * configure: Regenerate.
2687
2688 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2689
2690 * configure: Regenerate.
2691
2692 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2693
2694 * configure.ac: Support official CLooG.org versions.
2695 * configure: Regenerate.
2696 * config/cloog.m4: New.
2697
2698 2010-11-10 François Dumont <francois.cppdevs@free.fr>
2699
2700 * MAINTAINERS (Write After Approval): Add myself.
2701
2702 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
2703
2704 * MAINTAINERS: Update my email address.
2705
2706 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2707
2708 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2709 * configure: Regenerate.
2710
2711 2010-11-03 Ian Lance Taylor <iant@google.com>
2712 Dave Korn <dave.korn.cygwin@gmail.com>
2713
2714 PR lto/46273
2715 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2716 and on other supported platforms whenever LTO is enabled.
2717 * configure: Rebuild.
2718
2719 2010-11-02 Alan Modra <amodra@gmail.com>
2720
2721 PR binutils/12110
2722 * configure.ac: Error when source path contains spaces.
2723 * configure: Regenerate.
2724
2725 2010-10-23 James E. Wilson <wilson@codesourcery.com>
2726
2727 * MAINTAINERS: Update my email address.
2728
2729 2010-10-20 Ian Lance Taylor <iant@google.com>
2730
2731 * Makefile.def (target_modules): Set lib_path to src/.libs for
2732 libstdc++-v3 module.
2733 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2734 * Makefile.in: Rebuild.
2735
2736 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2737
2738 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
2739 (Write After Approval): Remove myself.
2740
2741 2010-10-15 Tristan Gingold <gingold@adacore.com>
2742
2743 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2744
2745 2010-10-14 Douglas Rupp <rupp@gnat.com>
2746
2747 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2748
2749 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2750
2751 * configure.ac (build_lto_plugin): New shell variable.
2752 (--enable-lto): Turn on by default for all non-ELF platforms that
2753 have had LTO support added so far. Set build_lto_plugin appropriately
2754 for both ELF and non-ELF.
2755 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2756 * configure: Regenerate.
2757
2758 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2759
2760 Sync from src:
2761 * configure.ac (v850 support): Remove target-libgloss from
2762 noconfigdirs.
2763 * configure: Regenerate.
2764
2765 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2766
2767 PR bootstrap/45326
2768 PR bootstrap/45174
2769 * configure.ac: Honor initial values of $build_configargs,
2770 $host_configargs, $target_configargs. Mark the precious, so
2771 environment settings get recorded.
2772 * configure: Regenerate.
2773
2774 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2775
2776 PR bootstrap/45796
2777 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2778 Depend on all-build-libiberty.
2779 * Makefile.in: Regenerate.
2780
2781 2010-09-30 Michael Eager <eager@eagercon.com>
2782
2783 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2784 * configure: Regenerate.
2785
2786 2010-09-28 Michael Eager <eager@eagercon.com>
2787
2788 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
2789
2790 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2791
2792 PR bootstrap/44621
2793 * configure.ac: Fix unportable shell quoting.
2794 * configure: Regenerate.
2795
2796 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2797
2798 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2799 targets and amend comment.
2800 * configure: Regenerate.
2801
2802 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
2803
2804 * MAINTAINERS (Write After Approval): Add myself.
2805
2806 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2807
2808 * configure.ac: Enable LTO by default on Darwin.
2809 * configure: Regenerate.
2810
2811 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
2812
2813 * MAINTAINERS (Write After Approval): Add myself.
2814
2815 2010-09-01 Ian Bolton <ian.bolton@arm.com>
2816
2817 * MAINTAINERS (Write After Approval): Add myself.
2818
2819 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
2820
2821 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
2822 ports
2823
2824 2010-07-28 David Yuste <david.yuste@gmail.com>
2825
2826 * MAINTAINERS (Write After Approval): Add myself.
2827
2828 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2829
2830 * configure.ac: Support all v850 targets.
2831 * configure: Regenerate.
2832
2833 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2834
2835 PR bootstrap/44455
2836 * configure.ac (extra_mpfr_configure_flags): Copy from
2837 extra_mpc_gmp_configure_flags.
2838 * configure: Re-generated.
2839
2840 2010-07-22 Andi Kleen <ak@linux.intel.com>
2841
2842 * MAINTAINERS (Write After Approval): Add myself.
2843
2844 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
2845
2846 * MAINTAINERS (Write After Approval): Add myself.
2847
2848 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
2849
2850 * MAINTAINERS (Write After Approval): Add myself.
2851
2852 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2853
2854 PR target/44862
2855 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2856 Provide -B option to allow for link spec %s substitutions for
2857 libstdc++.a on darwin.
2858 * Makefile.in: Regenerate.
2859
2860 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
2861
2862 * MAINTAINERS (Reviewers): Update my e-mail address
2863
2864 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2865
2866 * Makefile.def (configure-gcc): Depend on all-libelf.
2867 * Makefile.in: Rebuild.
2868
2869 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
2870
2871 * MAINTAINERS (Write After Approval): Add myself in the right place.
2872
2873 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
2874
2875 * MAINTAINERS (Write After Approval): Add myself.
2876
2877 2010-05-25 Sterling Augustine <sterling@tensilica.com>
2878
2879 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
2880
2881 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
2882
2883 * config.sub: Update to version 2010-05-21.
2884 * config.guess: Update to version 2010-04-03.
2885
2886 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2887
2888 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2889 * configure: Regenerate.
2890
2891 2010-05-12 Sriraman Tallam <tmsriram@google.com>
2892
2893 * MAINTAINERS (Write After Approval): Add myself.
2894
2895 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2896
2897 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2898 a platform that supports LTO.
2899 * configure: Regenerate.
2900
2901 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2902
2903 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2904 * configure: Regenerated.
2905
2906 2010-04-27 Roland McGrath <roland@redhat.com>
2907 H.J. Lu <hongjiu.lu@intel.com>
2908
2909 * configure.ac (--enable-gold): Support both, both/gold and
2910 both/bfd to add gold to configdirs without removing ld.
2911 * configure: Regenerated.
2912
2913 * Makefile.def: Add install-gold dependency to install-ld.
2914 * Makefile.in: Regenerated.
2915
2916 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2917
2918 PR lto/42776
2919 * configure.ac (--enable-lto): Refactor handling so libelf tests
2920 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2921 and allow LTO to be explicitly enabled on non-ELF platforms that
2922 are known to support it inside else-clause.
2923 * configure: Regenerate.
2924
2925 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2926
2927 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2928 * configure: Regenerate.
2929
2930 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
2931
2932 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2933 * configure: Regenerate.
2934
2935 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2936
2937 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2938 separately.
2939 * configure: Regenerate.
2940
2941 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
2942
2943 * MAINTAINERS (Write After Approval): Add myself.
2944
2945 2010-04-14 Tristan Gingold <gingold@adacore.com>
2946
2947 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2948 * configure: Regenerate.
2949
2950 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2951
2952 * configure: Regenerate after change to elf.m4.
2953
2954 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
2955
2956 * MAINTAINERS (Write After Approval): Add myself.
2957
2958 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2959
2960 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2961 * configure: Regenerated.
2962
2963 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2964
2965 * configure.ac: Print "buggy but acceptable" when CLooG
2966 revision is less than 9.
2967 * configure: Regenerated.
2968
2969 2010-04-01 Diego Novillo <dnovillo@google.com>
2970
2971 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
2972
2973 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2974
2975 PR bootstrap/43615
2976 PR bootstrap/43328
2977
2978 Revert:
2979
2980 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2981
2982 * configure.ac: Do not pass --enable-multilib nor
2983 --disable-multilib in baseargs. Accept explicitly passed
2984 --enable_multilib.
2985 * configure: Regenerate.
2986
2987 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
2988
2989 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
2990
2991 2010-03-31 Janis Johnson <janis187@us.ibm.com>
2992
2993 * MAINTAINERS: Remove myself.
2994
2995 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2996
2997 PR bootstrap/43328
2998 * configure.ac: Do not pass --enable-multilib nor
2999 --disable-multilib in baseargs. Accept explicitly passed
3000 --enable_multilib.
3001 * configure: Regenerate.
3002
3003 2010-03-28 Andrew Pinski <pinskia@gmail.com>
3004
3005 * MAINTAINERS (spu port): Remove me.
3006
3007 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3008
3009 * configure.ac (tic6x-*-*): New case.
3010 * configure: Regenerate.
3011
3012 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3013
3014 * config.sub: Update to version 2010-03-22.
3015 * config.guess: Update to version 2009-12-30.
3016
3017 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
3018
3019 PR ada/42554
3020 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3021 * configure: Regenerate.
3022
3023 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3024
3025 * MAINTAINERS: Update my email address.
3026
3027 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
3028
3029 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
3030 (ghassan.shobaki@amd.com): Removed.
3031
3032 2010-03-17 Alan Modra <amodra@gmail.com>
3033
3034 * MAINTAINERS: Update my email address.
3035
3036 2010-03-16 Diego Novillo <dnovillo@google.com>
3037
3038 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
3039 Matthews.
3040
3041 2010-03-16 Joseph Myers <joseph@codesourcery.com>
3042
3043 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
3044 Gutson, Jeffrey D. Oldham and Mark Shinwell.
3045
3046 2010-03-16 Joseph Myers <joseph@codesourcery.com>
3047
3048 * MAINTAINERS: Update my email address.
3049
3050 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
3051
3052 * MAINTAINERS: Update my email address.
3053
3054 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
3055
3056 * MAINTAINERS: Update my email address.
3057
3058 2010-03-09 Jie Zhang <jie@codesourcery.com>
3059
3060 * MAINTAINERS: Update my email address.
3061
3062 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3063
3064 PR libstdc++/32499
3065 * configure.ac (RANLIB): Default to true.
3066 (STRIP): Likewise.
3067 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3068 * configure: Regenerate.
3069
3070 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
3071
3072 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
3073 (Write After Approval): Update my email address.
3074
3075 2010-02-17 Nick Clifton <nickc@redhat.com>
3076
3077 PR 11238
3078 * Makefile.tpl (local-distclean): Also remove config.cache files in
3079 sub-directories as there may not be Makefiles present in the
3080 sub-directories.
3081 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3082 the config.cache files found by the find command.
3083
3084 * Makefile.in: Regenerate.
3085 * configure.ac: Revert previous delta.
3086 * configure: Regenerate.
3087
3088 2010-02-15 Nick Clifton <nickc@redhat.com>
3089
3090 PR 11238
3091 * configure.ac: Delete config.cache files in sub-directories when
3092 deleting Makefiles.
3093 * configure: Regenerate.
3094
3095 2010-02-12 Ben Elliston <bje@gnu.org>
3096
3097 * MAINTAINERS: Update my email address.
3098
3099 2010-02-08 Andrew Pinski <pinskia@gmail.com>
3100
3101 * MAINTAINERS (spu port): Update my email address.
3102
3103 2010-02-08 Jie Zhang <jie.zhang@analog.com>
3104
3105 * MAINTAINERS: Add myself as a maintainer for the bfin port.
3106
3107 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3108
3109 * configure.ac: Add "recommended" version checks for GMP/MPC.
3110 Update recommended GMP/MPFR/MPC versions.
3111 * configure: Regenerate.
3112
3113 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
3114
3115 * MAINTAINERS: Move my Embecosm email address into the
3116 write-after-approval section.
3117
3118 2010-01-26 Ian Lance Taylor <iant@google.com>
3119
3120 * MAINTAINERS: Add myself as Go frontend maintainer.
3121
3122 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
3123
3124 PR libstdc++/36101, PR libstdc++/42813
3125 * configure.ac (bootstrap_target_libs): Make inclusion of
3126 target-libgomp conditional on libgomb being in target_configdirs.
3127 * configure: Regenerate.
3128
3129 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
3130
3131 PR libstdc++/36101, PR libstdc++/42813
3132 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3133 * configure: Regenerate.
3134
3135 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
3136
3137 PR libstdc++/36101, PR libstdc++/42813
3138 * configure.ac (target_configdirs): Substitute.
3139 * Makefile.def: Bootstrap target module libgomp.
3140 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3141 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3142 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3143 * configure, Makefile.in: Regenerate.
3144
3145 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
3146
3147 * MAINTAINERS: Adjust my details.
3148
3149 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
3150
3151 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
3152
3153 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
3154
3155 * MAINTAINERS: reindented my entry with tabs instead of spaces.
3156
3157 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
3158
3159 * MAINTAINERS (Write After Approval): Add myself.
3160
3161 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3162
3163 * MAINTAINERS (Write After Approval): Add myself.
3164
3165 2010-01-11 Richard Guenther <rguenther@suse.de>
3166
3167 PR lto/41569
3168 * Makefile.def (all-lto-plugin): Depend on all-gcc.
3169 * Makefile.in: Regenerated.
3170
3171 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
3172
3173 * configure.ac: Enable libjava build on x86_64-*freebsd*.
3174 * configure: Regenerate.
3175
3176 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3177 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3178
3179 PR bootstrap/42424
3180 * configure.ac: Include libtool m4 files.
3181 (_LT_CHECK_OBJDIR): Call it.
3182 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3183 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3184
3185 * configure: Regenerate.
3186
3187 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3188
3189 PR bootstrap/41818
3190 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3191 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3192 * Makefile.in: Regenerate.
3193
3194 2010-01-02 Richard Guenther <rguenther@suse.de>
3195
3196 PR lto/41529
3197 * configure.ac: Include config/elf.m4. Disable LTO if not
3198 builting for an elf target.
3199 * configure: Regenerate.
3200
3201 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
3202
3203 * MAINTAINERS: Change my email address.
3204
3205 2009-12-18 Ben Elliston <bje@au.ibm.com>
3206
3207 * config.sub, config.guess: Update from upstream sources.
3208
3209 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
3210
3211 * MAINTAINERS (Write After Approval): Add myself.
3212
3213 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3214
3215 PR middle-end/30447
3216 PR middle-end/30789
3217 PR other/40302
3218
3219 * configure.ac: Require MPC.
3220 * configure: Regenerate.
3221
3222 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3223
3224 PR target/38384
3225 PR bootstrap/40972
3226 * libtool.m4: Sync from git Libtool.
3227 * ltoptions.m4: Likewise.
3228 * ltversion.m4: Likewise.
3229 * lt~obsolete.m4: Likewise.
3230 * ltmain.sh: Likewise.
3231
3232 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3233
3234 * configure.ac: Update minimum MPC version to 0.8.
3235 * configure: Regenerate.
3236
3237 2009-11-21 Sebastian Pop <sebpop@gmail.com>
3238
3239 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
3240 * configure: Regenerated.
3241
3242 2009-11-21 Ian Lance Taylor <iant@google.com>
3243
3244 * configure.ac: Change default of poststage1_ldflags to be empty if
3245 poststage1_libs is set. When poststage1_libs is empty, and
3246 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
3247 * configure: Rebuild.
3248
3249 2009-11-21 Adam Nemet <adambnmet@gmail.com>
3250
3251 * MAINTAINERS (Write After Approval): Update my email address.
3252
3253 2009-11-20 Ben Elliston <bje@au.ibm.com>
3254
3255 * config.guess: Update from upstream sources.
3256
3257 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3258
3259 * Makefile.def: Restore host and target settings for gmp.
3260 * Makefile.in: Rebuild.
3261
3262 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3263
3264 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3265 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3266 Fix portability of test of C++ as bootstrap language. Add
3267 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3268 * configure: Rebuild.
3269 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3270 and cloog. Fix in-tree ppl configuration. Introduce libelf
3271 in-tree building.
3272 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3273 (POSTSTAGE1_HOST_EXPORTS): Use it.
3274 (STAGE[+id+]_CXXFLAGS): New.
3275 (BASE_FLAGS_TO_PASS): Pass it down.
3276 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3277 extra_exports.
3278 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3279 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3280 extra_exports.
3281 * Makefile.in: Rebuild.
3282
3283 2009-11-17 Ben Elliston <bje@au.ibm.com>
3284
3285 * config.sub, config.guess: Update from upstream sources.
3286
3287 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3288
3289 * MAINTAINERS (Write After Approval): Add myself.
3290
3291 2009-11-09 Jon Beniston <jon@beniston.com>
3292
3293 * MAINTAINERS (Write After Approval): Add myself.
3294
3295 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3296
3297 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3298 paths for *-w64-mingw* and x86_64-*mingw*.
3299 * configure: Regenerated.
3300
3301 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
3302
3303 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
3304
3305 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
3306
3307 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
3308 Phil Edwards to Write-After Approval.
3309
3310 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
3311
3312 * configure.ac: Disable target-winsup & co for
3313 x86_64-*-mingw* and *-w64-mingw* targets.
3314 * configure: Regenerated.
3315
3316 2009-10-16 Nick Clifton <nickc@redhat.com>
3317
3318 * MAINTAINERS: Add myself as a maintainer for the RX port.
3319
3320 2009-10-26 Johannes Singler <singler@kit.edu>
3321
3322 * MAINTAINERS (Write After Approval): Update my e-mail address.
3323
3324 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3325
3326 * configure.ac (CLooG test): Use = with test.
3327 * configure: Regenerate.
3328
3329 2009-10-22 Richard Guenther <rguenther@suse.de>
3330
3331 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3332 cloog if the ppl version check failed. Move flags saving
3333 before setting in libelf check.
3334 * configure: Regenerate.
3335
3336 2009-10-21 Richard Guenther <rguenther@suse.de>
3337
3338 * configure.ac: Adjust the ppl and cloog configure to work as
3339 documented. Disable cloog if ppl was disabled. Omit the version
3340 checks if they were disabled.
3341 * configure: Re-generate.
3342
3343 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3344
3345 * configure.ac: Add 'lto' to enable_languages, not
3346 new_enable_languages, and only if not already present.
3347 * configure: Regenerate.
3348
3349 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
3350
3351 * README: Refer to the various COPYING* files instead of just
3352 COPYING.
3353 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
3354
3355 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
3356
3357 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
3358
3359 2009-10-07 Richard Guenther <rguenther@suse.de>
3360
3361 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
3362 and Richard Guenther as reviewers.
3363 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
3364 as reviewers.
3365
3366 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
3367
3368 * config.sub: Update from upstream sources.
3369
3370 2009-10-06 Ian Lance Taylor <iant@google.com>
3371
3372 * Makefile.def: check-gold depends upon all-gas.
3373 * Makefile.in: Rebuild.
3374
3375 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
3376
3377 * MAINTAINERS (Write After Approval): Add myself.
3378
3379 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3380
3381 * Makefile.def: all-lto-plugin depends on all-libiberty.
3382 set bootstrap=true for lto-plugin.
3383 Add lto-plugin.
3384 * Makefile.in: Regenerate.
3385 * configure.ac (host_libs): Add lto-plugin.
3386 * configure: Regenerate.
3387
3388 2009-10-03 Diego Novillo <dnovillo@google.com>
3389
3390 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3391 (HOST_LIBELFLIBS): Define.
3392 (HOST_LIBELFINC): Define.
3393 * Makefile.in: Regenerate.
3394 * configure.ac: Add --enable-lto.
3395 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3396 If --enable-lto is used, add 'lto' to new_enable_languages.
3397 If --enable-lto is used and gold is enabled, add
3398 lto-plugin to configdirs.
3399 * configure: Regenerate.
3400
3401 2009-10-03 Simon Baldwin <simonb@google.com>
3402
3403 * configure.ac: If --with-system-zlib, suppress local zlib and
3404 pass --with-system-zlib to subdir configure scripts.
3405 * configure: Regenerate.
3406
3407 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
3408 Paolo Bonzini <bonzini@gnu.org>
3409
3410 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3411 $(srcdir).
3412 * Makefile.in: Rebuilt.
3413
3414 2009-09-26 Gary Funck <gary@intrepid.com>
3415
3416 * MAINTAINERS (Write After Approval): Add myself.
3417
3418 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3419
3420 * configure.ac: Update minimum MPC version to 0.7.
3421 * configure: Regenerate.
3422
3423 2009-09-25 Nick Clifton <nickc@redhat.com>
3424
3425 * configure.ac: Pass any --cache-file=/dev/null option on to
3426 subconfigures.
3427 * configure: Regenerate.
3428
3429 2009-09-23 Nick Clifton <nickc@redhat.com>
3430
3431 * config.sub, config.guess: Update from upstream sources.
3432
3433 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
3434
3435 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3436 * Makefile.in: Rebuilt.
3437
3438 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3439
3440 PR bootstrap/32272
3441 * configure.ac: Error out if $srcdir isn't '.' but contains
3442 host-${host_noncanonical}.
3443 * configure: Regenerate.
3444
3445 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3446
3447 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
3448 maintainer.
3449
3450 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3451
3452 * configure.ac: If bootstrapping a combined tree with
3453 --enable-gold, require c++ in stage1_languages.
3454 * configure: Regenerate.
3455
3456 * configure.ac: Also add target_libs of stage1_languages to
3457 bootstrap_target_libs.
3458 * configure: Regenerate.
3459
3460 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3461 with --enable-languages not containing c++.
3462 * configure: Regenerate.
3463
3464 2009-09-15 Jie Zhang <jie.zhang@analog.com>
3465
3466 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3467 * configure: Regenerate.
3468
3469 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
3470
3471 * MAINTAINERS (Write After Approval): Update my e-mail address,
3472 and move from from here...
3473 (Waiting for paperwork): To here.
3474
3475 2009-09-09 Joseph Myers <joseph@codesourcery.com>
3476
3477 * MAINTAINERS (Reviewers): Add self as driver reviewer.
3478
3479 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3480
3481 * configure.ac: Do not use $extrasub for replacing @if/@endif
3482 parts in Makefile; instead, use additional arguments to
3483 AC_CONFIG_COMMANDS to do the replacement manually, with several
3484 sed invocations, to avoid HP-UX sed command limits.
3485 * configure: Regenerate.
3486
3487 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
3488
3489 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
3490 blank before -L.
3491
3492 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
3493
3494 * configure.ac (with-build-config): Document. Handle without.
3495 Handle missing argument.
3496 * configure: Rebuilt.
3497
3498 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
3499
3500 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3501 Default to bootstrap-debug only if compare-debug works.
3502 * configure: Rebuilt.
3503 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3504 * Makefile.in: Rebuilt.
3505
3506 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3507
3508 * MAINTAINERS (OS Port Maintainers): Update my email address.
3509
3510 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
3511
3512 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3513 * Makefile.in: Rebuilt.
3514
3515 2009-09-01 Chris Demetriou <cgd@google.com>
3516
3517 * MAINTAINERS (Write After Approval): Add myself.
3518
3519 2009-08-31 Dodji Seketeli <dodji@redhat.com>
3520
3521 PR debug/30161
3522 * include/dwarf2.h (enum dwarf_tag): Added
3523 DW_TAG_GNU_template_template_param
3524 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
3525
3526 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
3527
3528 * Makefile.tpl (AWK): Fix typo.
3529 * Makefile.in: Regenerate.
3530
3531 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
3532
3533 * configure.ac: Detect awk and sed.
3534 * Makefile.def (flags_to_pass): Add AWK and SED.
3535 * Makefile.tpl (AWK, SED): New.
3536 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3537 * configure: Regenerate.
3538 * Makefile.in: Regenerate.
3539
3540 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
3541
3542 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
3543 (collapseslashes): Likewise.
3544
3545 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3546
3547 * configure.ac (AC_PREREQ): Bump to 2.64.
3548
3549 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3550
3551 * configure.ac: Remove --with-datarootdir, --with-docdir,
3552 --with-pdfdir, --with-htmldir switches.
3553 * configure: Regenerate.
3554
3555 * configure: Regenerate.
3556
3557 * compile: Sync from Automake 1.11.
3558 * depcomp: Likewise.
3559 * install-sh: Likewise.
3560 * missing: Likewise.
3561 * mkinstalldirs: Likewise.
3562 * ylwrap: Likewise.
3563
3564 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
3565
3566 * ltmain.sh (func_normal_abspath): New function.
3567 (func_relative_path): Likewise.
3568 (func_mode_help): Document new -bindir option for link mode.
3569 (func_mode_link): Add new -bindir option, and use it to place
3570 output DLL if specified.
3571
3572 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3573
3574 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3575 (baseargs): Add --disable-option-checking.
3576 * configure: Regenerate.
3577
3578 * Makefile.def (configure-target-libiberty): Depend on
3579 all-binutils and all-ld.
3580 (configure-target-newlib): Likewise.
3581 * Makefile.in: Regenerate.
3582
3583 2009-08-17 Ben Elliston <bje@au.ibm.com>
3584
3585 * config.sub, config.guess: Update from upstream sources.
3586
3587 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3588
3589 Sync from src, merge:
3590
3591 2009-07-02 Tristan Gingold <gingold@adacore.com>
3592
3593 * configure.ac: Do not exclude gas for i386-*-darwin.
3594 Add a case for x86_64-*-darwin.
3595 * configure: Regenerate.
3596
3597 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
3598
3599 * MAINTAINERS: Add my name to Write After Approval list.
3600
3601 2009-08-06 Michael Eager <eager@eagercon.com>
3602
3603 * configure.ac: Add Microblaze target.
3604 * configure: Regenerate.
3605
3606 2009-07-31 Christian Bruel <christian.bruel@st.com>
3607
3608 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3609 * configure: Regenerate.
3610
3611 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
3612
3613 * MAINTAINERS (Write After Approval): Update my e-mail address.
3614
3615 2009-07-06 Ian Lance Taylor <iant@google.com>
3616
3617 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3618 * configure: Rebuild.
3619
3620 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
3621
3622 * MAINTAINERS: Move myself to the Graphite Reviewers.
3623
3624 2009-06-30 Wei Guozhi <carrot@google.com>
3625
3626 * MAINTAINERS: Add my name to Write After Approval list.
3627
3628 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3629
3630 PR bootstrap/40338
3631 * configure.ac (comparestring): Create new variable.
3632 * Makefile.tpl (comparestring): Use to skip some comparisions.
3633 * configure: Regenerate.
3634 * Makefile.in: Regenerate.
3635
3636 2009-06-26 Doug Evans <dje@sebabeach.org>
3637
3638 * Makefile.def (host_modules): Add cgen.
3639 * Makefile.in: Regenerate.
3640 * configure.ac (host_tools): Add cgen.
3641 * configure: Regenerate.
3642
3643 2009-06-23 DJ Delorie <dj@redhat.com>
3644
3645 * MAINTAINERS: Add myself as mep maintainer.
3646
3647 2009-06-23 Ian Lance Taylor <iant@google.com>
3648
3649 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3650 boot_languages. Only bootstrap target libraries listed in
3651 target_libs for some boot language. Add --with-stage1-ldflags,
3652 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3653 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3654 if not building with C++.
3655 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3656 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3657 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3658 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3659 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3660 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3661 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3662 * configure, Makefile.in: Rebuild.
3663
3664 2009-06-23 Li Feng <nemokingdom@gmail.com>
3665
3666 * MAINTAINERS: Added my name to write-after-approval list.
3667
3668 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3669
3670 * configure.ac: Define is_elf for QNX Neutrino targets.
3671 * configure: Regenerate.
3672
3673 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
3674
3675 * MAINTAINERS: Added my name to the write-after-approval list
3676
3677 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3678
3679 * configure.ac: Detect MPC in default directory.
3680 * configure: Regenerate.
3681
3682 2009-06-03 Jerome Guitton <guitton@adacore.com>
3683 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3684
3685 * Makefile.tpl (all): Avoid a trailing backslash.
3686 * Makefile.in: Regenerate.
3687
3688 2009-06-03 Ben Elliston <bje@au.ibm.com>
3689
3690 * config.sub, config.guess: Update from upstream sources.
3691
3692 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3693
3694 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3695 to noconfdirs.
3696 * configure: Regenerate.
3697
3698 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3699
3700 * Makefile.tpl ([+compare-target+]): Compare all stage
3701 directories, rather than just gcc.
3702 * Makefile.in: Rebuilt.
3703
3704 2009-06-01 Doug Kwan <dougkwan@google.com>
3705
3706 * configure.ac: Support gold for target arm*-*-*.
3707 * configure: Regenerate.
3708
3709 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3710
3711 * Makefile.def: Add MPC support and dependencies.
3712 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3713
3714 * Makefile.in, configure: Regenerate.
3715
3716 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3717
3718 * Makefile.tpl (all): Avoid harmless warning in make all when
3719 gcc-bootstrap is enabled but stage_last does not exist.
3720 * Makefile.in: Rebuilt.
3721
3722 2009-05-24 Nicolas Roche <roche@adacore.com>
3723
3724 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3725 * Makefile.in: Regenerate.
3726
3727 2009-05-21 Denis Chertykov <chertykov@gmail.com>
3728
3729 * MAINTAINERS: Update my e-mail address.
3730
3731 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3732
3733 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3734 * configure: Regenerate.
3735
3736 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3737
3738 PR other/40159
3739 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3740 gcc-no-bootstrap are mutually exclusive.
3741 * Makefile.in: Rebuilt.
3742
3743 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3744
3745 PR other/40159
3746 * Makefile.tpl (all): Don't end with unconditional success.
3747 * Makefile.in: Rebuilt.
3748
3749 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3750
3751 PR target/37137
3752 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3753 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3754 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3755 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3756 stage_configureflags, stage_cflags and stage_libcflags into
3757 explicit Makefile macros.
3758 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3759 GFORTRAN.
3760 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3761 CC. Set CC_FOR_BUILD from CC.
3762 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3763 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3764 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3765 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3766 and GFORTRAN.
3767 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3768 (_LIBCFLAGS): Renamed to _TFLAGS.
3769 (do-compare-debug, do-compare3-debug): Drop.
3770 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3771 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3772 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3773 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3774 (XGCC_FLAGS_FOR_TARGET): New.
3775 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3776 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3777 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3778 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3779 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3780 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3781 TFLAGS.
3782 (BUILD_CONFIG): Include if requested.
3783 (all): Set TFLAGS on bootstrap.
3784 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3785 (all-stageid-prefixmodule): Likewise.
3786 (do-clean, distclean-stageid): Set TFLAGS.
3787 (restrap): Fix whitespace.
3788 * Makefile.in: Rebuilt.
3789
3790 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
3791
3792 * config.guess: Sync with src.
3793
3794 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3795
3796 * configure.ac ($with_ppl): Default to no if not supplied.
3797 ($with_cloog): Likewise.
3798 configure: Regenerate.
3799
3800 2009-04-27 James E. Wilson <wilson@codesourcery.com>
3801
3802 * MAINTAINERS: Update my e-mail address.
3803
3804 2009-04-27 Nick Clifton <nickc@redhat.com>
3805
3806 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
3807
3808 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3809
3810 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3811 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3812 * Makefile.in: Regenerate.
3813
3814 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3815
3816 PR bootstrap/39739
3817 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3818 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3819
3820 * configure, Makefile.in: Regenerate.
3821
3822 2009-04-21 Taras Glek <tglek@mozilla.com>
3823
3824 * include/hashtab.h: Update GTY annotations to new syntax
3825 * include/splay-tree.h: Likewise
3826
3827 2009-04-17 Ben Elliston <bje@au.ibm.com>
3828
3829 * config.sub, config.guess: Update from upstream sources.
3830
3831 2009-04-15 Anthony Green <green@moxielogic.com>
3832
3833 * configure.ac: Add moxie support.
3834 * configure: Rebuilt.
3835
3836 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3837
3838 * configure.ac: Change copyright header to refer to version
3839 3 of the GNU General Public License and to point readers at the
3840 COPYING3 file and the FSF's license web page.
3841 * Makefile.def: Likewise.
3842 * Makefile.tpl: Likewise.
3843 * Makefile.in: Regenerate.
3844
3845 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3846
3847 * configure.ac: Restore match for darwin9 or later. Use double
3848 brackets since regeneration eats one pair.
3849 * configure: Regenerate.
3850
3851 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3852
3853 PR gas/10039
3854 * configure.ac: Require texinfo 4.7.
3855 * configure: Regenerated.
3856
3857 2009-04-09 Nick Clifton <nickc@redhat.com>
3858
3859 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
3860 the GCC Runtime Library Exception.
3861
3862 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3863
3864 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3865 * configure: Regenerate.
3866
3867 2009-04-01 Steve Ellcey <sje@cup.hp.com>
3868
3869 * Makefil.def (languages): New entries.
3870 * Makefile.tpl (check-gcc-*): New generic target.
3871 * Makefile.in: Regenerate.
3872
3873 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
3874
3875 * MAINTAINERS: Update my email address.
3876
3877 2009-03-18 Tom Tromey <tromey@redhat.com>
3878
3879 * configure: Rebuild.
3880 * configure.ac (host_libs): Add libiconv.
3881 * Makefile.in: Rebuild.
3882 * Makefile.def (host_modules): Add libiconv.
3883 (configure-gdb, all-gdb): Depend on libiconv.
3884
3885 2009-03-16 Tristan Gingold <gingold@adacore.com>
3886
3887 * configure.ac: Treat gdb as supported on x86_64-darwin.
3888 * configure: Regenerate.
3889
3890 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3891
3892 * configure.ac (--with-host-libstdcxx): New option.
3893 * configure: Regenerate.
3894
3895 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
3896
3897 * MAINTAINERS: Move myself into the write after approval list.
3898
3899 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
3900
3901 * MAINTAINERS: Update e-mail address.
3902
3903 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
3904
3905 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
3906
3907 2009-03-10 Ira Rosen <irar@il.ibm.com>
3908
3909 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
3910
3911 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3912
3913 Backport from git Libtool:
3914
3915 2009-01-19 Robert Millan <rmh@aybabtu.com>
3916 Support GNU/kOpenSolaris.
3917 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3918 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3919 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3920 GNU/kOpenSolaris.
3921
3922 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
3923
3924 * MAINTAINERS: Update e-mail address.
3925
3926 2009-02-24 Michael Eager <eager@eagercon.com>
3927
3928 * MAINTAINERS (Write After Approval): Add self.
3929
3930 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
3931
3932 * MAINTAINERS (Write After Approval): Add myself.
3933
3934 2009-02-05 Andreas Schwab <schwab@suse.de>
3935
3936 * Makefile.tpl (stage_last): Define $r and $s before using
3937 $(RECURSE_FLAGS_TO_PASS).
3938 * Makefile.in: Regenerate
3939
3940 2009-01-30 Ian Lance Taylor <iant@google.com>
3941
3942 * MAINTAINERS: Move myself to the Global Reviewers list.
3943
3944 2009-01-29 Robert Millan <rmh@aybabtu.com>
3945
3946 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3947 * configure: Regenerate.
3948
3949 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
3950
3951 * MAINTAINERS: Make whitespace consistent.
3952 Remove Robert Millan from Write After Approval.
3953
3954 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3955
3956 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3957 (all-opcodes): Depend on all-libiberty.
3958 * Makefile.in: Regenerate.
3959
3960 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3961
3962 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3963 * configure: Regenerate.
3964
3965 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
3966
3967 * MAINTAINERS (Write After Approval): Add myself.
3968
3969 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
3970
3971 * MAINTAINERS: Add myself to reviewers (Fortran).
3972
3973 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3974
3975 PR tree-optimization/38515
3976 * configure.ac (cloog-polylib): Removed.
3977 (with_ppl, with_cloog): Test for "no".
3978 * configure: Regenerated.
3979
3980 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
3981
3982 * MAINTAINERS: Moved myself to reviewers (Fortran).
3983
3984 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
3985
3986 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
3987 (Write After Approval): Remove myself.
3988
3989 2009-01-03 Diego Novillo <dnovillo@google.com>
3990
3991 * MAINTAINERS: Remove myself from alias maintainership.
3992
3993 2009-01-02 David Ayers <ayers@fsfe.org>
3994
3995 * MAINTAINERS: Update e-mail address.
3996
3997 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
3998
3999 * MAINTAINERS: Make whitespace consistent.
4000
4001 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4002
4003 Backport from upstream Libtool:
4004 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
4005 Add cache variables to tests that require the linker to work.
4006 For shlibpath_overrides_runpath, this also changes the semantics
4007 to let the result from the C compiler take precedence.
4008
4009 2008-12-02 Ben Elliston <bje@au.ibm.com>
4010
4011 * config.sub, config.guess: Update from upstream sources.
4012
4013 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
4014
4015 * configure.ac (ppllibs): Add by default the lib flags.
4016 * configure: Regenerate.
4017
4018 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
4019
4020 * MAINTAINERS: Add myself to the write after approval list.
4021
4022 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
4023
4024 * configure.ac: Add double brackets on darwin[912].
4025 * configure: Regenerate.
4026
4027 2008-12-03 Daniel Kraft <d@domob.eu>
4028
4029 * MAINTAINERS: Moved myself and Mikael Morin from Write After
4030 Approval to Reviewer section (for Fortran front-end).
4031
4032 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
4033
4034 * configure.ac: Expand to darwin10 and later.
4035 * configure: Regenerate.
4036
4037 2008-12-02 Andreas Schwab <schwab@suse.de>
4038
4039 * Makefile.def: configure-target-boehm-gc depends on
4040 all-target-libstdc++-v3.
4041 * Makefile.in: Regenerate.
4042
4043 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
4044
4045 * MAINTAINERS: Add myself as mingw maintainer.
4046
4047 2008-12-02 Ben Elliston <bje@au.ibm.com>
4048
4049 * config.sub, config.guess: Update from upstream sources.
4050
4051 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
4052
4053 * README.SCO: Remove.
4054
4055 2008-11-29 Fernando Pereira <pronesto@gmail.com>
4056
4057 * MAINTAINERS: Add myself to the write after approval list.
4058
4059 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
4060
4061 * MAINTAINERS: Update my email address in WAA section.
4062
4063 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
4064
4065 * MAINTAINERS: Update e-mail address.
4066
4067 2008-11-27 Toon Moene <toon@moene.org>
4068
4069 * MAINTAINERS: Change e-mail address.
4070
4071 2008-11-27 Tristan Gingold <gingold@adacore.com>
4072
4073 * configure.ac: Build gdb for i?86-*-darwin*
4074 * configure: Regenerated.
4075
4076 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
4077
4078 * MAINTAINERS: Added my full name.
4079
4080 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
4081
4082 PR bootstrap/38014
4083 PR bootstrap/37923
4084
4085 Revert:
4086
4087 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4088
4089 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4090 * Makefile.in: Regenerated.
4091
4092 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
4093
4094 PR gdb/921
4095 PR gdb/1646
4096 PR gdb/2175
4097 PR gdb/2176
4098
4099 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4100 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4101 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
4102 (HOST_EXPORTS): Pass CPPFLAGS.
4103 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4104 (LDFLAGS_FOR_TARGET): Initialize from configure script.
4105 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4106 * Makefile.in, configure: Regenerated.
4107 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4108 and CPPFLAGS_FOR_BUILD.
4109
4110 2008-11-06 Jeff Law <law@redhat.com>
4111
4112 * MAINTAINERS: Add myself as middle end maintainer.
4113
4114 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
4115
4116 * MAINTAINERS (Write after approval): Add myself.
4117
4118 2008-11-05 Diego Novillo <dnovillo@google.com>
4119
4120 * MAINTAINERS (Global Reviewers): Add myself.
4121 (Non-Algorithmic Maintainers): Remove myself.
4122
4123 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
4124
4125 * MAINTAINERS (Write after approval): Add myself.
4126
4127 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
4128
4129 * MAINTAINERS (Write after approval): Add myself.
4130
4131 2008-10-31 Ben Elliston <bje@au.ibm.com>
4132
4133 * configure.ac (spu-*-*): Remove special case.
4134 * configure: Regenerate.
4135
4136 2008-10-30 Catherine Moore <clm@codesourcery.com>
4137
4138 * MAINTAINERS (Write after approval): Update my email address.
4139
4140 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
4141
4142 * configure.ac [spu-*-*]: Do not set skipdirs.
4143 * configure: Re-generate.
4144
4145 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
4146
4147 * MAINTAINERS (Various Maintainers): Add myself to reload.
4148
4149 2008-10-25 Richard Guenther <rguenther@suse.de>
4150
4151 * MAINTAINERS (Various Maintainers): Add myself as middle-end
4152 maintainer. Remove myself as libgcc-math maintainer.
4153 (Non-Algorithmic Maintainers): Remove myself.
4154
4155 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4156
4157 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4158 * Makefile.in: Regenerated.
4159
4160 2008-10-23 Cary Coutant <ccoutant@google.com>
4161
4162 * MAINTAINERS (Write after approval): Add myself.
4163
4164 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
4165
4166 PR gdb/921
4167 PR gdb/1646
4168 PR gdb/2175
4169 PR gdb/2176
4170
4171 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4172 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4173 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
4174 (HOST_EXPORTS): Pass CPPFLAGS.
4175 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4176 (LDFLAGS_FOR_TARGET): Initialize from configure script.
4177 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4178 * Makefile.in, configure: Regenerated.
4179 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4180 and CPPFLAGS_FOR_BUILD.
4181
4182 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
4183
4184 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
4185 Sebastian Pop.
4186
4187 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
4188
4189 * MAINTAINERS (Write After Approval): Added myself.
4190
4191 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4192
4193 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
4194 recommended version to 2.3.2.
4195
4196 * configure: Regenerate.
4197
4198 2008-10-01 Mark Mitchell <mark@codesourcery.com>
4199
4200 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
4201
4202 2008-09-29 David Daney <david.daney@caviumnetworks.com>
4203
4204 * MAINTAINERS (Write After Approval): Update e-mail address.
4205
4206 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
4207
4208 * libtool.m4: Update to libtool 2.2.6.
4209 * lt~obsolete.m4: Update to libtool 2.2.6.
4210 * ltmain.sh: Update to libtool 2.2.6.
4211 * ltsugar.m4: Update to libtool 2.2.6.
4212 * ltversion.m4: Update to libtool 2.2.6.
4213 * ltoptions.m4: Update to libtool 2.2.6.
4214 * ltgcc.m4: Update to match changes from libtool 2.2.6.
4215
4216 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
4217
4218 * MAINTAINERS (Write After Approval): Add myself.
4219
4220 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
4221
4222 * MAINTAINERS (Write After Approval): Update my name.
4223
4224 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
4225
4226 * MAINTAINERS: Add myself in "Write After Approval".
4227
4228 2008-09-18 Steve Ellcey <sje@cup.hp.com>
4229
4230 * MAINTAINERS: Add myself as ia64 maintainer.
4231
4232 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
4233
4234 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
4235 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
4236 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
4237 and Michael Tiemann from Write After Approval since they do not
4238 actually have access.
4239
4240 2008-09-05 Richard Guenther <rguenther@suse.de>
4241
4242 * configure.ac: Initialize clooglibs to -lcloog.
4243 * configure: Re-generate.
4244
4245 2008-09-04 Le-Chun Wu <lcwu@google.com>
4246
4247 * MAINTAINERS (Write After Approval): Add myself.
4248
4249 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
4250
4251 * configure.ac (--with-cloog-polylib): New.
4252 (--disable-cloog-version-check): New.
4253 (--disable-ppl-version-check): New.
4254 * configure: Re-generate.
4255
4256 2008-09-03 Richard Guenther <rguenther@suse.de>
4257
4258 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
4259 cloog test.
4260 * configure: Re-generate.
4261
4262 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
4263
4264 Add picoChip port.
4265 * MAINTAINERS: Add picoChip maintainers.
4266
4267 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
4268 Tobias Grosser <grosser@fim.uni-passau.de>
4269 Jan Sjodin <jan.sjodin@amd.com>
4270 Harsha Jagasia <harsha.jagasia@amd.com>
4271 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4272 Konrad Trifunovic <konrad.trifunovic@inria.fr>
4273 Adrien Eliche <aeliche@isty.uvsq.fr>
4274
4275 Merge from graphite branch.
4276 * configure: Regenerate.
4277 * Makefile.in: Regenerate.
4278 * configure.ac (host_libs): Add ppl and cloog.
4279 Add checks for PPL and CLooG.
4280 * Makefile.def (ppl, cloog): Added modules and dependences.
4281 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
4282 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
4283
4284 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
4285
4286 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
4287 (GCC_SHLIB_SUBDIR): New.
4288 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
4289 * configure: Regenerate.
4290 * Makefile.in: Regenerate.
4291
4292 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
4293
4294 * MAINTAINERS: Consistently use tabs to separate columns.
4295
4296 2008-08-29 Tristan Gingold <gingold@adacore.com>
4297
4298 * MAINTAINERS (Write after Approval): Add myself.
4299
4300 2008-08-28 Tristan Gingold <gingold@adacore.com>
4301
4302 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
4303 Enable bfd, binutils and opcodes.
4304 * configure: Regenerate.
4305
4306 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4307
4308 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
4309
4310 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
4311
4312 * MAINTAINERS: Use correct Umlaut for last name.
4313
4314 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4315
4316 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
4317
4318 2008-08-16 David Edelsohn <edelsohn@gnu.org>
4319
4320 * MAINTAINERS: Update my email address.
4321
4322 2008-08-16 Nicolas Roche <roche@adacore.com>
4323
4324 * Makefile.tpl: Add BOOT_ADAFLAGS.
4325 * Makefile.in: Regenerate.
4326
4327 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
4328
4329 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
4330 * configure: Regenerate.
4331
4332 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
4333
4334 * configure.ac: Add makefile fragments for hpux.
4335 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
4336 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
4337 * configure: Regenerate.
4338 * Makefile.in: Regenerate.
4339
4340 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
4341
4342 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
4343
4344 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
4345
4346 * MAINTAINERS (Write after Approval): Add myself.
4347
4348 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
4349
4350 * MAINTAINERS (Write After Approval): Add myself.
4351
4352 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
4353
4354 * MAINTAINERS (Write After Approval): Add myself.
4355
4356 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
4357
4358 * MAINTAINERS: Update my email address.
4359
4360 2008-06-25 Joey Ye <joey.ye@intel.com>
4361
4362 * MAINTAINERS (Write After Approval): Add myself.
4363
4364 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4365
4366 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
4367 * Makefile.in: Regenerate.
4368 * configure: Regenerate.
4369
4370 2008-06-17 Daniel Kraft <d@domob.eu>
4371
4372 * MAINTAINERS (Write After Approval): Add myself.
4373
4374 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4375
4376 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
4377 "$@" is still intact with both Autoconf 2.59 and 2.62.
4378 * configure: Regenerate.
4379
4380 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4381
4382 * Makefile.tpl: Fix comment errors.
4383 * Makefile.in: Regenerate.
4384
4385 2008-06-12 David S. Miller <davem@davemloft.net>
4386 David Edelsohn <edelsohn@gnu.org>
4387
4388 * configure.ac: Add powerpc*-*-* to gold supported targets.
4389 * configure: Regenerate.
4390
4391 2008-06-08 Joseph Myers <joseph@codesourcery.com>
4392
4393 PR tree-optimization/36218
4394 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
4395 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
4396 (all prefix="build-"): Pass them to build-system sub-makes.
4397 * Makefile.in: Regenerate.
4398
4399 2008-06-07 Joseph Myers <joseph@codesourcery.com>
4400
4401 * MAINTAINERS (mt port): Remove.
4402 (sco5, unixware, sco udk): Remove.
4403 (Kean Johnston): Add to Write After Approval.
4404
4405 2008-05-30 Julian Brown <julian@codesourcery.com>
4406
4407 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
4408 of libobjc for ARM EABI Linux.
4409 * configure: Regenerate.
4410
4411 2008-05-18 Xinliang David Li <davidxl@google.com>
4412
4413 * ChangeLog: Remove wrong ChangeLog entry.
4414
4415 2008-05-17 Xinliang David Li <davidxl@google.com>
4416
4417 * MAINTAINERS (Write After Approval): Add myself.
4418
4419 2008-05-15 Janus Weil <janus@gcc.gnu.org>
4420
4421 * MAINTAINERS (Write After Approval): Add myself.
4422
4423 2008-05-14 Rafael Espíndola <espindola@google.com>
4424
4425 * config-ml.in: don't handle --enable-shared and --enable-static.
4426
4427 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
4428
4429 * MAINTAINERS: Update my email address.
4430
4431 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
4432
4433 * MAINTAINERS: Update my email address.
4434
4435 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
4436
4437 * MAINTAINERS (Write After Approval): Add myself.
4438
4439 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
4440
4441 * MAINTAINERS (Write After Approval): Add myself.
4442
4443 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
4444
4445 * MAINTAINERS (crx): Add myself.
4446
4447 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4448
4449 Sync with src:
4450 2008-04-14 David S. Miller <davem@davemloft.net>
4451
4452 * configure.ac: Add sparc*-*-* to gold supported targets.
4453 * configure: Regenerate.
4454
4455 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4456
4457 PR bootstrap/35457
4458 * configure.ac: Include override.m4.
4459 * configure: Regenerate.
4460
4461 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4462
4463 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
4464 * Makefile.in: Regenerate.
4465
4466 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
4467
4468 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
4469 as nonconfigurable directories list.
4470 * configure: Regenerate.
4471
4472 2008-04-14 Ben Elliston <bje@au.ibm.com>
4473
4474 * config.sub, config.guess: Update from upstream sources.
4475
4476 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
4477
4478 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4479 * Makefile.in: Regenerate.
4480
4481 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
4482
4483 * configure.ac: Do not build libssp for the AVR.
4484 * configure: Regenerate.
4485
4486 2008-04-07 Ian Lance Taylor <iant@google.com>
4487
4488 * Makefile.def: check-gold depends upon all-binutils.
4489 * Makefile.in: Regenerate.
4490
4491 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
4492
4493 * MAINTAINERS (Write After Approval): Add myself.
4494
4495 2008-04-04 Nick Clifton <nickc@redhat.com>
4496
4497 PR binutils/4334
4498 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4499 builds.
4500 * configure: Regenerate.
4501
4502 2008-04-04 NightStrike <NightStrike@gmail.com>
4503
4504 PR other/35151
4505 * configure.ac: Combine rules for mingw32 and mingw64.
4506 * configure: Regenerate.
4507
4508 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
4509
4510 * MAINTAINERS (Write After Approval): Add myself.
4511
4512 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
4513
4514 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
4515 * Makefile.in (.NOTPARALLEL): Ditto.
4516
4517 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
4518
4519 * MAINTAINERS (Write After Approval): Add myself.
4520
4521 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
4522
4523 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
4524 * Makefile.in (.NOTPARALLEL): Regenerate.
4525
4526 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
4527
4528 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4529 * Makefile.in: Regenerate.
4530
4531 2008-03-26 Jakub Staszak <kuba@et.pl>
4532
4533 * MAINTAINERS (Write After Approval): Add myself.
4534
4535 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
4536
4537 * MAINTAINERS: Update e-mail address.
4538
4539 2008-03-20 Ian Lance Taylor <iant@google.com>
4540
4541 * configure.ac: Add support for --enable-gold.
4542 * Makefile.def: Add gold as a directory like ld.
4543 * configure, Makefile.in: Regenerate.
4544
4545 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4546
4547 * configure.ac: m4_include config/proginstall.m4.
4548 * configure: Regenerate.
4549
4550 Backport from upstream Libtool:
4551
4552 2007-10-12 Eric Blake <ebb9@byu.net>
4553
4554 Deal with Autoconf 2.62's semantic change in m4_append.
4555 * ltsugar.m4 (lt_append): Replace broken versions of
4556 m4_append.
4557 (lt_if_append_uniq): Don't require separator to be overquoted,
4558 and avoid broken m4_append.
4559 (lt_dict_add): Fix typo.
4560 * libtool.m4 (_LT_DECL): Don't overquote separator.
4561
4562 2008-03-13 David Edelsohn <edelsohn@gnu.org>
4563
4564 * config.rpath: Add AIX 6 support.
4565
4566 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
4567
4568 * Makefile.def (stageprofile). Remove -fprofile-generate
4569 from stage_libcflags.
4570 * Makefile.in: Regenerate.
4571
4572 2008-03-13 Ben Elliston <bje@au.ibm.com>
4573
4574 * config.sub, config.guess: Update from upstream sources.
4575
4576 2008-03-06 Tom Tromey <tromey@redhat.com>
4577
4578 * MAINTAINERS: Update for treelang deletion.
4579
4580 2008-03-03 James E. Wilson <wilson@tuliptree.org>
4581
4582 * MAINTAINERS: Update my email address.
4583
4584 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
4585
4586 * MAINTAINERS (darwin port): Add myself as a maintainer.
4587 (objective-c/c++): Add myself as a maintainer.
4588
4589 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
4590
4591 * MAINTAINERS (Write After Approval): Update my email address.
4592
4593 2008-02-25 Tomas Bily <tbily@suse.cz>
4594
4595 * MAINTAINERS (Write After Approval): Add myself.
4596
4597 2008-02-23 Jakub Jelinek <jakub@redhat.com>
4598
4599 * MAINTAINERS (OpenMP): Add myself.
4600
4601 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
4602
4603 PR bootstrap/32009
4604 PR bootstrap/32161
4605
4606 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4607 * configure: Regenerate.
4608
4609 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4610 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4611 STAGE4_LIBCFLAGS): New.
4612 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4613 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4614 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4615 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4616 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4617 for target modules. Don't export LIBCFLAGS.
4618 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4619 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4620 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4621 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4622 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4623 * Makefile.in: Regenerate.
4624
4625 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4626
4627 PR libgcj/33085
4628 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4629 Do not use -DDLL_EXPORT. Backport from upstream.
4630
4631 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4632
4633 * MAINTAINERS (Write After Approval): Add myself.
4634
4635 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
4636
4637 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4638 * configure: Regenerate.
4639
4640 2008-01-31 Marc Gauthier <marc@tensilica.com>
4641
4642 * configure.ac (xtensa*-*-*): Recognize processor variants.
4643 * configure: Regenerate.
4644
4645 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4646
4647 PR bootstrap/34922
4648 * configure.ac (PARSE_ARGS): Push suitable setting of
4649 ac_subdirs_all, for `./configure --help=recursive'.
4650 Handle `+' in generic toplevel directory disabling.
4651 * configure: Regenerate.
4652
4653 2008-01-28 Nick Clifton <nickc@redhat.com>
4654
4655 * MAINTAINERS (xstormy16): Take over maintainership.
4656
4657 2008-01-25 Joseph Myers <joseph@codesourcery.com>
4658
4659 * MAINTAINERS (c4x port): Remove.
4660
4661 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4662
4663 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4664
4665 2008-01-23 Ben Elliston <bje@au.ibm.com>
4666
4667 * config.sub, config.guess: Update from upstream sources.
4668
4669 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
4670
4671 * MAINTAINERS (Write After Approval): Add myself.
4672
4673 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
4674
4675 * MAINTAINERS: Update my email address.
4676
4677 2008-01-09 Raksit Ashok <raksit@google.com>
4678
4679 * MAINTAINERS (Write After Approval): Add myself.
4680
4681 2008-01-09 Raksit Ashok <raksit@google.com>
4682
4683 * MAINTAINERS (Write After Approval): Add myself.
4684
4685 2008-01-08 Ben Elliston <bje@au.ibm.com>
4686
4687 * config.sub, config.guess: Update from upstream sources.
4688
4689 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4690
4691 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4692 Change recommended MPFR from 2.2.1 -> 2.3.0.
4693 * configure: Regenerate.
4694
4695 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
4696
4697 * MAINTAINERS: Update my email address.
4698
4699 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
4700
4701 * MAINTAINERS: Update my email address.
4702
4703 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4704
4705 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4706 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4707 * Makefile.in: Regenerate.
4708
4709 2007-12-10 Mark Heffernan <meheff@google.com>
4710
4711 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
4712 misplaced entries.
4713
4714 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4715
4716 * configure.ac: Enable libjava for x86_64-*-darwin9.
4717 * configure: Regenerate.
4718
4719 2007-12-07 Bill Maddox <maddox@google.com>
4720
4721 * MAINTAINERS (Write After Approval): Add myself.
4722
4723 2007-12-05 Ben Elliston <bje@au.ibm.com>
4724
4725 * config.sub, config.guess: Update from upstream sources.
4726
4727 2007-12-02 Matthias Klose <doko@ubuntu.com>
4728
4729 * config-ml.in: Remove 64bit configure tests.
4730
4731 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4732
4733 * config-ml.in: Robustify against white space in absolute file
4734 names.
4735
4736 * config-ml.in (multi-clean): Substitute ${Makefile}.
4737 Remove superfluous ${Makefile} in list.
4738
4739 2007-11-19 Thiemo Seufer <ths@mips.com>
4740
4741 * config-ml.in: Don't hardcode the Makefile name.
4742
4743 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
4744
4745 * MAINTAINERS (Write After Approval): Add myself.
4746
4747 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
4748
4749 * MAINTAINERS (Write After Approval): Add myself.
4750
4751 2007-11-06 Doug Kwan <dougkwan@google.com>
4752
4753 * MAINTAINERS (Write After Approval): Add myself.
4754
4755 2007-10-25 Ben Elliston <bje@au.ibm.com>
4756
4757 * MAINTAINERS (mercury): Remove entry.
4758 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
4759
4760 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4761
4762 * Makefile.def (dependencies): Make configure-gdb depend on
4763 all-intl.
4764 * Makefile.in: Regenerated.
4765
4766 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
4767
4768 * MAINTAINERS (Fortran maintainer): Remove myself.
4769
4770 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4771
4772 * Makefile.def: To avoid problems running with parallel makes,
4773 build newlib before libgloss so that target specific header
4774 files are availble.
4775 * Makefile.in: Regenerate
4776
4777 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4778
4779 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4780 * Makefile.in: Regenerate.
4781
4782 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
4783
4784 * MAINTAINERS (Register allocation reviewer): Add myself.
4785
4786 2007-10-08 Mike Frysinger <vapier@gentoo.org>
4787
4788 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4789 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4790 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4791 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4792 * configure: Regenerate.
4793
4794 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
4795
4796 * MAINTAINERS (Register allocation reviewer): Add myself.
4797
4798 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
4799
4800 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4801 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4802 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4803 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4804 * configure.ac: Default them to host tools for $host = $build.
4805 Subst them.
4806
4807 * configure: Regenerate.
4808 * Makefile.in: Regenerate.
4809
4810 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
4811
4812 * MAINTAINERS (Register allocation reviewer): Add myself.
4813
4814 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
4815
4816 * MAINTAINERS (Register allocation reviewer): Add myself.
4817
4818 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
4819
4820 * MAINTAINERS (Write After Approval): Fix typo.
4821
4822 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4823
4824 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4825 * configure: Regenerate.
4826
4827 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
4828
4829 PR bootstrap/31906
4830 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
4831 they're already prefixed.
4832
4833 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4834
4835 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4836 libstdc++.
4837 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4838 * configure: Regenerate.
4839 * Makefile.in: Regenerate.
4840
4841 2007-09-17 Andreas Schwab <schwab@suse.de>
4842
4843 * configure.ac: Raise minimum makeinfo version to 4.6.
4844 * configure: Regenerate.
4845
4846 2007-09-17 Johannes Singler <singler@ira.uka.de>
4847
4848 * MAINTAINERS (write-after-approval) add myself
4849
4850 2007-09-15 Alan Modra <amodra@bigpond.net.au>
4851
4852 * configure.ac: Correct makeinfo version check.
4853 * configure: Regenerate.
4854
4855 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
4856
4857 * MAINTAINERS: Update my email address.
4858
4859 2007-09-14 Richard Sandiford <richard@codesourcery.com>
4860
4861 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4862 to $skipdirs and only disable gprof for newlib. Use the normal
4863 mips*-elf* handling in other respects.
4864 * configure: Regnerate.
4865
4866 2007-09-12 David Daney <ddaney@avtrex.com>
4867
4868 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4869 enabling libgcj.
4870 * configure: Regenerate.
4871
4872 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4873
4874 PR other/32154
4875 * configure.ac: For libgloss targets, point the linker to the linker
4876 script, startup code and simulator library.
4877 * configure: Regenerate.
4878
4879 2007-09-07 Andrew Haley <aph@redhat.com>
4880
4881 * configure.ac (noconfigdirs): Remove target-libffi and
4882 target-libjava.
4883 * configure: Regenerate.
4884
4885 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4886
4887 PR target/33281
4888 * configure.ac: Use config/mh-mingw on mingw.
4889 * configure: Regenerate.
4890
4891 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
4892
4893 * MAINTAINERS (Write After Approval): Add myself.
4894
4895 2007-09-05 Richard Guenther <rguenther@suse.de>
4896
4897 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4898 nor --disable-checking is provided also turn on yes and types
4899 checking for stage1.
4900 * configure: Re-generate.
4901
4902 2007-08-30 Krister Walfridsson <cato@df.lth.se>
4903
4904 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
4905 (Write After Approval): Remove myself.
4906
4907 2007-08-29 Nick Clifton <nickc@redhat.com>
4908
4909 * config.sub, config.guess: Update from upstream sources.
4910
4911 2007-08-22 Bud Davis <jmdavis@link.com>
4912
4913 * MAINTAINERS (Write After Approval): Added myself.
4914 * MAINTAINERS (Reviewers): Removed myself.
4915
4916 2007-08-18 Paul Brook <paul@codesourcery.com>
4917 Joseph Myers <joseph@codesourcery.com>
4918
4919 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4920 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4921 * Makefile.in: Regenerate.
4922 * configure.ac (--with-debug-prefix-map): New.
4923 * configure: Regenerate.
4924
4925 2007-08-17 Richard Sandiford <richard@codesourcery.com>
4926 Nigel Stephens <nigel@mips.com>
4927
4928 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4929 as target_makefile_frag.
4930 * configure: Regenerate.
4931
4932 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4933
4934 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4935 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4936 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4937 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4938 (do-compare, do-compare3, do-compare-debug): New.
4939 ([+compare-target+]): Use them.
4940
4941 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
4942
4943 * MAINTAINERS (Write After Approval): Change my email address.
4944
4945 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4946 Ben Elliston <bje@au.ibm.com>
4947
4948 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4949 --silent if $silent.
4950 * configure: Regenerate.
4951
4952 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
4953
4954 * MAINTAINERS (Various Maintainers): Add myself as
4955 loop infrastructure maintainer. Update my e-mail
4956 address.
4957
4958 2007-07-31 Diego Novillo <dnovillo@google.com>
4959
4960 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
4961 Adjust description.
4962
4963 2007-07-26 Richard Guenther <rguenther@suse.de>
4964
4965 * configure.ac: Add types checking to stage1 checking flags.
4966 * configure: Regenerate.
4967
4968 2007-07-17 Nick Clifton <nickc@redhat.com>
4969
4970 * COPYING3: New file. Contains version 3 of the GNU General
4971 Public License.
4972 * COPYING3.LIB: New file. Contains version 3 of the GNU
4973 Lesser General Public License.
4974
4975 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
4976
4977 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
4978
4979 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
4980
4981 * MAINTAINERS (S/390 co-maintainer): Add myself.
4982 (Write After Approval): Remove myself.
4983
4984 2007-07-13 Dan Hipschman <dsh@google.com>
4985
4986 * MAINTAINERS (Write After Approval): Add myself.
4987
4988 2007-07-11 Nick Clifton <nickc@redhat.com>
4989
4990 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
4991 WINDRES export.
4992 * Makefile.in: Regenerate.
4993
4994 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4995
4996 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
4997 maintainer.
4998
4999 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
5000
5001 * lt~obsolete.m4: New. Import from 20070318 libtool.
5002
5003 2007-07-03 Julian Brown <julian@codesourcery.com>
5004
5005 * MAINTAINERS (Write After Approval): Add myself.
5006
5007 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5008
5009 * configure.ac: Rewrite 'configure --help' strings to look nicer.
5010 * configure: Regenerate.
5011
5012 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5013
5014 * configure.ac: Add some missing m4 quotation.
5015 * configure: Regenerate.
5016
5017 2007-07-02 Simon Baldwin <simonb@google.com>
5018
5019 * MAINTAINERS (Write After Approval): Add myself.
5020
5021 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
5022
5023 * configure: Regenerate.
5024
5025 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
5026
5027 * Makefile.def: Add windmc tool to build.
5028 * Makefile.tpl: Likewise.
5029 * configure.ac: Likewise.
5030 * Makefile.in: Regenerate.
5031 * configure: Regenerate.
5032
5033 2007-06-28 DJ Delorie <dj@redhat.com>
5034
5035 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
5036 not building newlib.
5037 * configure: Regenerated.
5038
5039 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
5040
5041 * MAINTAINERS (Write After Approval): Add myself.
5042
5043 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
5044
5045 * MAINTAINERS (Write After Approval): Add myself.
5046
5047 2007-06-19 Chris Matthews <chrismatthews@google.com>
5048
5049 * MAINTAINERS (Write After Approval): Add myself.
5050
5051 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
5052
5053 * MAINTAINERS (Write After Approval): Add myself.
5054
5055 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5056
5057 * Makefile.def: Add dependency from configure-gdb to all-bfd.
5058 * Makefile.in: Regenerated.
5059
5060 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
5061
5062 * configure.ac: Don't add target-libmudflap to noconfigdirs for
5063 bfin*-*-uclinux* targets.
5064 * configure: Regenerate.
5065
5066 2007-06-14 Ian Lance Taylor <iant@google.com>
5067
5068 * MAINTAINERS: Add myself as non-algorithmic global write
5069 maintainer.
5070
5071 2007-06-14 Diego Novillo <dnovillo@google.com>
5072
5073 * MAINTAINERS: Add self as middle-end maintainer and
5074 non-algorithmic global write maintainer.
5075
5076 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5077
5078 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
5079 Move all Fortran maintainers except Paul Brook into the
5080 Non-Autopoiesis section.
5081
5082 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
5083
5084 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
5085 (distclean-stage[+id+]): Possibly delete stage_last.
5086 * Makefile.in: Regenerate.
5087
5088 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
5089
5090 * MAINTAINERS (Various Maintainer): Fix typo.
5091
5092 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
5093
5094 * MAINTAINERS (Various Maintainer): Add myself as
5095 dataflow maintainer.
5096
5097 2007-06-07 Ben Elliston <bje@au.ibm.com>
5098
5099 * config.sub, config.guess: Update from upstream sources.
5100
5101 2007-06-07 Ben Elliston <bje@au.ibm.com>
5102
5103 * Makefile.tpl: Fix spelling error.
5104 * Makefile.in: Regenerate.
5105
5106 2007-06-01 Steve Ellcey <sje@cup.hp.com>
5107
5108 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
5109 lt_cv_sys_max_cmd_len.
5110
5111 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
5112
5113 * MAINTAINERS (Various Maintainers): Add myself as
5114 auto-vectorizer maintainer.
5115
5116 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
5117
5118 PR libjava/32098
5119 * libtool.m4: Revert previous change.
5120 * ltgcc.m4: Put it here.
5121
5122 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
5123
5124 * MAINTAINERS (Various Maintainers): Add myself as
5125 auto-vectorizer maintainer.
5126
5127 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
5128
5129 PR libjava/32098
5130 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
5131
5132 2007-05-30 Richard Guenther <rguenther@suse.de>
5133
5134 * MAINTAINERS (Various Maintainers): Add myself as
5135 auto-vectorizer maintainer.
5136
5137 2007-05-30 Jakub Jelinek <jakub@redhat.com>
5138
5139 PR bootstrap/29382
5140 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
5141 * configure: Rebuilt.
5142
5143 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
5144
5145 * MAINTAINERS (Write After Approval): Removed my name.
5146
5147 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
5148
5149 * MAINTAINERS (Write After Approval): Remove myself.
5150
5151 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
5152
5153 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
5154
5155 2007-05-23 Steve Ellcey <sje@cup.hp.com>
5156
5157 * ltmain.sh: Update from ToT Libtool.
5158 * libtool.m4: Update from ToT Libtool.
5159 * ltsugar.m4: New. Update from ToT Libtool.
5160 * ltversion.m4: New. Update from ToT Libtool.
5161 * ltoptions.m4: New. Update from ToT Libtool.
5162 * ltconfig: Remove.
5163 * ltcf-c.sh: Remove.
5164 * ltcf-cxx.sh: Remove.
5165 * ltcf-gcj.sh: Remove.
5166
5167 2007-05-22 Ollie Wild <aaw@google.com>
5168
5169 * MAINTAINERS (Write After Approval): Add myself.
5170
5171 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
5172
5173 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
5174 stage_cflags.
5175 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
5176 Remove CFLAGS/LIBCFLAGS.
5177 (configure-stage[+id+]-[+prefix+][+module+],
5178 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
5179 * Makefile.in: Regenerate.
5180
5181 2007-05-15 Diego Novillo <dnovillo@google.com>
5182
5183 * MAINTAINERS: Update e-mail address.
5184
5185 2007-05-15 Revital Eres <eres@il.ibm.com>
5186
5187 * MAINTAINERS (Write After Approval): Add myself.
5188
5189 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
5190
5191 * MAINTAINERS (Write After Approval): Updated my address.
5192
5193 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
5194
5195 * MAINTAINERS (Write After Approval): Add myself.
5196
5197 2007-05-11 Silvius Rus <rus@google.com>
5198
5199 * MAINTAINERS (Write After Approval): Add myself.
5200
5201 2007-04-23 Tom Tromey <tromey@redhat.com>
5202
5203 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
5204
5205 2007-04-22 Mark Mitchell <mark@codesourcery.com>
5206
5207 * MAINTAINERS (cpplib): Rename to ...
5208 (libcpp): ... this. Add C/C++ front end maintainers.
5209
5210 2007-04-14 Steve Ellcey <sje@cup.hp.com>
5211
5212 * config-ml.in: Pass ${ml_config_env} to configure calls.
5213
5214 2007-04-04 Christian Bruel <christian.bruel@st.com>
5215
5216 * MAINTAINERS (Write After Approval): Add myself.
5217
5218 2007-04-02 Dave Korn <dave.korn@artimi.com>
5219
5220 * MAINTAINERS (Write After Approval): Add myself.
5221
5222 2007-03-31 Tobias Burnus <burnus@net-b.de>
5223
5224 * MAINTAINERS (fortran 95 front end): Add myself.
5225
5226 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5227
5228 * MAINTAINERS (Write After Approval): Add myself.
5229
5230 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
5231
5232 * MAINTAINERS (Modulo Scheduler): Add myself.
5233
5234 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
5235
5236 * MAINTAINERS (fortran 95 front end): Add myself.
5237 (c++ front end): whitespace fix.
5238
5239 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
5240
5241 * MAINTAINERS (Write After Approval): Add myself.
5242
5243 2007-03-21 Richard Sandiford <richard@codesourcery.com>
5244
5245 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
5246 of glob. Quote arguments with single quotes too.
5247 * configure: Regenerate.
5248
5249 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
5250
5251 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
5252 * Makefile.in: Regenerate
5253
5254 2007-03-07 Andreas Schwab <schwab@suse.de>
5255
5256 * configure: Regenerate.
5257
5258 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
5259
5260 * configure.ac: Add "--with-pdfdir" configure option,
5261 which defines pdfdir variable.
5262 * Makefile.def (target=fixincludes): Add install-pdf to
5263 missing targets.
5264 (recursive_targets): Add install-pdf target.
5265 (flags_to_pass): Add pdfdir.
5266 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
5267 target.
5268 * configure: Regenerate
5269 * Makefile.in: Regenerate
5270
5271 2007-02-28 Eric Christopher <echristo@apple.com>
5272
5273 Revert:
5274 2006-12-07 Mike Stump <mrs@apple.com>
5275
5276 * Makefile.def (dependencies): Add dependency for
5277 install-target-libssp and install-target-libgomp on
5278 install-gcc.
5279 * Makefile.in: Regenerate.
5280
5281 2007-02-27 Matt Kraai <kraai@ftbfs.org>
5282
5283 * configure: Regenerate.
5284 * configure.ac: Move statements after variable declarations.
5285
5286 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
5287
5288 * MAINTAINERS: Add myself as sh maintainer.
5289
5290 2007-02-19 Joseph Myers <joseph@codesourcery.com>
5291
5292 * configure.ac: Adjust for loop syntax.
5293 * configure: Regenerate.
5294
5295 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
5296
5297 * configure: Rebuilt.
5298
5299 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
5300
5301 * configure.ac: Drop multiple occurrences of --enable-languages,
5302 and fix its quoting.
5303 * configure: Rebuilt.
5304
5305 2007-02-17 Mark Mitchell <mark@codesourcery.com>
5306 Nathan Sidwell <nathan@codesourcery.com>
5307 Vladimir Prus <vladimir@codesourcery.com>
5308 Joseph Myers <joseph@codesourcery.com>
5309
5310 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
5311 * configure: Regenerate.
5312
5313 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
5314
5315 * ltconfig (freebsd*): Default to elf.
5316
5317 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
5318
5319 * configure.ac (target_libraries): Move libgcc before libiberty.
5320 * configure: Regenerated.
5321
5322 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
5323 Paolo Bonzini <bonzini@gnu.org>
5324
5325 PR bootstrap/30753
5326 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
5327 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
5328 * configure: Regenerated.
5329
5330 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5331
5332 * MAINTAINERS (Language Front End Maintainers): Update my mail
5333 address.
5334
5335 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
5336
5337 PR bootstrap/30748
5338 * configure.ac: Correct syntax for Solaris ksh.
5339 * configure: Regenerated.
5340
5341 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
5342
5343 * configure.ac: Sync with src.
5344 * configure: Regenerate.
5345
5346 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
5347
5348 * Makefile.in: Regenerate.
5349
5350 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
5351
5352 * config.sub: Sync with src.
5353
5354 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
5355
5356 * Makefile.tpl (build_alias, host_alias, target_alias): Use
5357 noncanonical equivalents.
5358 * configure.in: Rename to...
5359 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
5360 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
5361 target_noncanonical. Use them. Rewrite removal of configure
5362 arguments for autoconf 2.59. Discard variable settings. Force
5363 program_transform_name for native tools.
5364
5365 * Makefile.in: Regenerated.
5366 * configure: Regenerated with autoconf 2.59.
5367
5368 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
5369
5370 * MAINTAINERS (Write After Approval): Add myself.
5371
5372 2007-01-31 Andreas Schwab <schwab@suse.de>
5373
5374 * Makefile.tpl (LDFLAGS): Substitute it.
5375 * Makefile.in: Regenerate.
5376
5377 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
5378
5379 * MAINTAINERS (Write After Approval): Add myself.
5380
5381 2007-01-28 David Edelsohn <edelsohn@gnu.org>
5382
5383 * MAINTAINERS (spu port): Add myself.
5384
5385 2007-01-23 Richard Guenther <rguenther@suse.de>
5386
5387 PR bootstrap/30541
5388 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
5389 * Makefile.tpl (GNATBIND): Substitute it.
5390 (GNATMAKE): Likewise.
5391 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
5392 of STAGE_PREFIX.
5393 * Makefile.in: Regenerate.
5394 * configure: Regenerate.
5395
5396 2007-01-18 Mike Stump <mrs@apple.com>
5397
5398 * configure.in: Re-enable -Werror for gcc builds.
5399
5400 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
5401
5402 * MAINTAINERS (Write After Approval): Add myself.
5403
5404 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
5405
5406 * configure.in: Change == to = in test command.
5407 * configure: Regenerate.
5408
5409 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
5410 Nick Clifton <nickc@redhat.com>
5411 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
5412
5413 * configure.in (build_configargs, host_configargs, target_configargs):
5414 Remove build/host/target parameters.
5415 (host_libs): Add gmp and mpfr.
5416 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
5417 * Makefile.def (gmp, mpfr): New.
5418 (gcc): Remove target.
5419 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
5420 target_os, target_vendor): New.
5421 (configure): Add host_alias/target_alias arguments; adjust invocations.
5422 * configure: Regenerate.
5423 * Makefile.in: Regenerate.
5424
5425 2007-01-11 Matt Fago <fago@earthlink.net>
5426
5427 * configure.in: Try to link to functions only in mpfr 2.2.x
5428 to improve robustness of configure tests.
5429 * configure: Regenerate.
5430
5431 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
5432
5433 * MAINTAINERS: Add myself as i386 maintainer.
5434
5435 2007-01-08 Jan Hubicka <jh@suse.cz>
5436
5437 * MAINTAINERS: Add myself as i386 maintainer.
5438
5439 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
5440
5441 * configure.in: Add support for an x86_64-mingw* target.
5442 * configure: Regenerate.
5443
5444 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
5445
5446 * Makefile.tpl (all-target): Correct @if conditional for target
5447 modules.
5448 * configure.in: Omit libiberty if building only target libgcc.
5449 * configure, Makefile.in: Regenerated.
5450
5451 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
5452
5453 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
5454 * configure: Regenerate.
5455
5456 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
5457
5458 * Makefile.def (target_modules): Add libgcc.
5459 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
5460 * Makefile.tpl (clean-target-libgcc): Delete.
5461 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
5462 on gcc even for bootstrapped modules. Rewrite handling of
5463 lang_env_dependencies to loop over target_modules.
5464 * configure.in (target_libraries): Add target-libgcc.
5465 * Makefile.in, configure: Regenerated.
5466
5467 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
5468
5469 * configure.in: Reorganize recognition of languages. Add
5470 --enable-stage1-languages. Show supported languages for the chosen
5471 target rather than all recognized languages.
5472 * configure: Regenerate.
5473
5474 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
5475
5476 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
5477 * Makefile.in: Regenerate.
5478
5479 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5480
5481 * configure.in: Warn that MPFR 2.2.0 is buggy.
5482 * configure: Regenerate.
5483
5484 2006-12-27 Ian Lance Taylor <iant@google.com>
5485
5486 * configure.in: When removing Makefiles to force a reconfigure, also
5487 remove prev-DIR*/Makefile.
5488 * configure: Regenerate.
5489
5490 2006-12-22 Andreas Schwab <schwab@suse.de>
5491
5492 * configure: Regenerate with correct autoconf version.
5493
5494 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
5495
5496 * configure.in: add AC_SUBST for *_FOR_TARGET.
5497 * configure: Regenerate.
5498
5499 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
5500
5501 * configure.in: Simplify logic for rejecting languages that cannot
5502 be built. Separate the case when a language is unsupported,
5503 from the case when the user chooses not to build a language.
5504
5505 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
5506
5507 * configure.in: Remove "$build" case for powerpc-*-darwin* since
5508 it only affects bootstrap and could be tested on "$host" as well.
5509 * configure: Regenerate.
5510 * config/mh-ppc-darwin: Add to the stage1 cflags here.
5511
5512 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
5513
5514 PR bootstrap/29544
5515 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
5516 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
5517 move here comment from Makefile.tpl.
5518 * Makefile.tpl: Move some definitions higher in the file.
5519 (STAGE1_CHECKING): New.
5520 * configure.in: Add --enable-stage1-checking.
5521 * configure: Regenerate.
5522 * Makefile.in: Regenerate.
5523
5524 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
5525
5526 * MAINTAINERS: Add myself as build system maintainer.
5527
5528 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
5529
5530 * MAINTAINERS (Write After Approval): Add myself.
5531
5532 2006-12-13 Eric Christopher <echristo@apple.com>
5533
5534 * MAINTAINERS: Add myself as darwin maintainer.
5535
5536 2006-12-11 Ian Lance Taylor <ian@airs.com>
5537
5538 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
5539
5540 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
5541
5542 MAINTAINERS: Update my entry.
5543
5544 2006-12-11 Alan Modra <amodra@bigpond.net.au>
5545
5546 * configure.in: Handle spu makefile frag.
5547 * Makefile.tpl (MAINT): Define
5548 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
5549 * configure: Regenerate.
5550 * Makefile.in: Regenerate.
5551
5552 2006-12-11 Ben Elliston <bje@au.ibm.com>
5553
5554 * config.guess: Import latest version.
5555 * config.sub: Likewise.
5556
5557 2006-12-11 Ben Elliston <bje@au.ibm.com>
5558
5559 * configure.in (spu-*-*): Don't skip target-libiberty.
5560 * configure: Regenerate.
5561
5562 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
5563
5564 PR bootstrap/30134
5565 * configure.in: Correct x86 darwin support for libjava to powerpc
5566 and i?86 only.
5567 * configure: Regenerate.
5568
5569 2006-12-08 Sandro Tolaini <tolaini@libero.it>
5570
5571 * configure.in: Add x86 darwin support for libjava.
5572 * configure: Regenerate.
5573
5574 2006-12-07 Mike Stump <mrs@apple.com>
5575
5576 * Makefile.def (dependencies): Add dependency for
5577 install-target-libssp and install-target-libgomp on
5578 install-gcc.
5579 * Makefile.in: Regenerate.
5580
5581 2006-12-04 Richard Guenther <rguenther@suse.de>
5582
5583 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
5584 (Non-Algorithmic Maintainers): Move over non-algorithmic
5585 loop optimizer maintainers, add myself as a non-algorithmic
5586 middle-end maintainer.
5587
5588 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
5589
5590 * MAINTAINERS (Write After Approval): Add myself.
5591
5592 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5593
5594 * configure.in: Update error message for missing GMP/MPFR.
5595
5596 * configure: Regenerate.
5597
5598 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5599
5600 * configure.in: Update MPFR version in error message.
5601
5602 * configure: Regenerate.
5603
5604 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5605
5606 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
5607 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
5608 --with-gmp-lib): New flags.
5609
5610 * configure: Regenerate.
5611
5612 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
5613
5614 * MAINTAINERS (Write After Approval): Change my email address.
5615
5616 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
5617
5618 * MAINTAINERS (Write After Approval): Add myself.
5619
5620 2006-11-22 Philipp Thomas <pth@suse.de>
5621
5622 * MAINTAINERS (i18n): Update e-mail address.
5623
5624 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5625
5626 * MAINTAINERS (spu port): Add myself as maintainer.
5627 (Write After Approval): Remove myself.
5628
5629 2006-11-22 Ben Elliston <bje@au.ibm.com>
5630
5631 * configure.in (skipdirs): Don't build libssp for SPU.
5632 * configure: Regenerate.
5633
5634 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
5635
5636 * MAINTAINERS (spu port): Add myself as maintainer.
5637 (libobjc): Update my email address.
5638
5639 2006-11-21 Andrea Bona <andrea.bona@st.com>
5640
5641 * MAINTAINERS (Write After Approval): Add myself.
5642
5643 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5644
5645 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
5646 * configure : Rebuilt.
5647
5648 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5649
5650 * MAINTAINERS (Write After Approval): Add myself.
5651
5652 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
5653
5654 * MAINTAINERS (Write After Approval): Add myself.
5655
5656 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5657
5658 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
5659 libmpfr.a.
5660 * configure: Regenerate.
5661
5662 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
5663
5664 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
5665 (unstage): Test for stage_last presence.
5666
5667 PR bootstrap/29802
5668 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
5669 STAGE_PREFIX.
5670 * Makefile.in: Regenerate.
5671
5672 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
5673
5674 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
5675 maintainers.
5676
5677 2006-11-14 Erven Rohou <erven.rohou@st.com>
5678
5679 * MAINTAINERS (Write After Approval): Add myself.
5680
5681 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
5682
5683 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
5684 and stageN-package/Makefile.
5685 * Makefile.in: Regenerated.
5686
5687 2006-11-14 Jie Zhang <jie.zhang@analog.com>
5688
5689 * configure.in: Remove target-libgloss from noconfigdirs for
5690 bfin-*-*.
5691 * configure: Regenerated.
5692
5693 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5694
5695 * configure.in (have_gmp): Only error if the gcc directory exists.
5696
5697 * configure: Regenerate.
5698
5699 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5700
5701 * configure.in: Robustify error message for missing GMP/MPFR.
5702
5703 * configure: Regenerate.
5704
5705 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
5706
5707 * MAINTAINERS (Write After Approval): Add myself.
5708
5709 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
5710
5711 * MAINTAINERS: Change email address.
5712
5713 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
5714
5715 * MAINTAINERS (Write After Approval): Add myself.
5716
5717 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
5718
5719 * MAINTAINERS (Write After Approval): Add myself.
5720
5721 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
5722
5723 * MAINTAINERS (Write After Approval): Move myself to
5724 Write After Approval section.
5725
5726 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5727
5728 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
5729 need_gmp anymore.
5730 * configure: Regenerate.
5731
5732 2006-10-16 Tobias Burnus <burnus@net-b.de>
5733
5734 * MAINTAINERS (Write After Approval): Add myself.
5735
5736 2006-10-16 Ben Elliston <bje@au.ibm.com>
5737
5738 * config.guess: Import latest version.
5739 * config.sub: Likewise.
5740
5741 2006-10-10 Brooks Moses <bmoses@stanford.edu>
5742
5743 * Makefile.def: Added pdf target handling.
5744 * Makefile.tpl: Added pdf target handling.
5745 * Makefile.in: Regenerated.
5746
5747 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
5748
5749 * MAINTAINERS: Add self as score port maintainer.
5750
5751 2006-10-04 Brooks Moses <bmoses@stanford.edu>
5752
5753 * MAINTAINERS (Write After Approval): Add myself.
5754
5755 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
5756
5757 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
5758 or newer.
5759 * configure: Regenerated.
5760
5761 2006-09-27 Dave Brolley <brolley@redhat.com>
5762
5763 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
5764 using $s instead of $r.
5765 * configure: Regenerated.
5766
5767 2006-09-26 Thiemo Seufer <ths@mips.com>
5768
5769 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5770 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5771 * configure: Regenerate.
5772
5773 2006-09-24 Graeme Peterson <gridly@gmail.com>
5774
5775 * MAINTAINERS (Write After Approval): Remove myself.
5776
5777 2006-09-22 Chao-ying Fu <fu@mips.com>
5778
5779 * MAINTAINERS (Write After Approval): Add myself.
5780
5781 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
5782
5783 * MAINTAINERS: Add self as soft-fp maintainer.
5784
5785 2006-09-09 Anatoly Sokolov <aesok@post.ru>
5786
5787 * MAINTAINERS: Add myself as avr maintainer.
5788 Remove Marek Michalkiewicz as avr maintainer.
5789
5790 2006-09-07 Roberto Costa <roberto.costa@st.com>
5791
5792 * MAINTAINERS (Write After Approval): Add myself.
5793
5794 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
5795
5796 * configure.in: Never build newlib for a Mingw host.
5797 Never build newlib as Mingw target library.
5798 Test the existence of winsup/cygwin for building a Cygwin newlib,
5799 rather than just winsup.
5800 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5801 building a Mingw target.
5802 * configure: Regenerate.
5803
5804 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
5805
5806 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
5807
5808 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
5809
5810 * config.guess: Import from src (was more updated).
5811 * config.sub: Likewise.
5812
5813 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
5814
5815 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5816 * configure: Regenerated.
5817
5818 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
5819
5820 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5821 for stages after the first.
5822
5823 2006-07-17 Jakub Jelinek <jakub@redhat.com>
5824
5825 * Makefile.def: Add dependencies for configure-opcodes
5826 on configure-intl and all-opcodes on all-intl.
5827 * Makefile.in: Regenerated.
5828
5829 2006-07-13 Ben Elliston <bje@au.ibm.com>
5830
5831 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
5832
5833 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
5834
5835 Port to hosts whose 'sort' and 'tail' implementations
5836 treat operands with leading '+' as file names, as POSIX
5837 has required since 2001. However, make sure the code still
5838 works on pre-POSIX hosts.
5839 * ltmain.sh: Don't assume "sort +2" is equivalent to
5840 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
5841
5842 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
5843
5844 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
5845
5846 2006-07-04 Peter O'Gorman <peter@pogma.com>
5847
5848 * ltconfig: chmod 644 before ranlib during install.
5849
5850 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5851
5852 PR bootstrap/18058
5853 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5854 if the bootstrap compiler is a GCC version that supports it.
5855 * configure: Regenerate.
5856
5857 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5858
5859 * configure.in: Fix thinkos in previous check-in.
5860 * configure: Regenerate.
5861
5862 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5863
5864 PR other/27063
5865 * configure.in: Test subdir_requires and give an appropriate
5866 error message.
5867 * configure: Regenerate.
5868
5869 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
5870
5871 * MAINTAINERS (Write After Approval): Add myself.
5872
5873 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
5874
5875 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5876
5877 2006-06-22 Steve Ellcey <sje@cup.hp.com>
5878
5879 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5880
5881 2006-06-20 David Ayers <d.ayers@inode.at>
5882
5883 PR bootstrap/28072
5884 * configure.in: Add target-boehm-gc to noconfigdirs depending on
5885 whether target-libjava is being configured instead of whether the
5886 java front end is enabled.
5887 * configure: Regenerate.
5888
5889 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5890
5891 PR target/27540
5892 * configure.in: Only enable libgomp on IRIX 6.
5893 * configure: Regenerate.
5894
5895 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
5896
5897 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5898 too.
5899 * Makefile.in: Regenerate.
5900
5901 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
5902
5903 * config-ml.in: Alter CCASFLAGS to include special
5904 multilib options the same as is done for CFLAGS.
5905
5906 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5907
5908 * configure.in: Don't enable libgomp on hpux10.
5909 * configure: Rebuilt.
5910
5911 2006-06-12 David Ayers <d.ayers@inode.at>
5912
5913 PR bootstrap/27963
5914 PR target/19970
5915 * configure.in: Remove target-boehm-gc from noconfigdirs where
5916 ${libgcj} is specified.
5917 * configure: Regenerate.
5918
5919 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
5920
5921 Sync from src:
5922
5923 * configure.in: Sync.
5924 * configure: Regenerated.
5925
5926 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5927
5928 * Makefile.def: Added dependencies from sim and gdb on intl, and
5929 added configure dependencies to everything with an all dependency
5930 on intl.
5931 * Makefile.in: Regenerated.
5932
5933 2006-06-06 David Ayers <d.ayers@inode.at>
5934
5935 PR libobjc/13946
5936 * Makefile.def: Add dependencies for libobjc which boehm-gc.
5937 * Makefile.in: Regenerate.
5938 * configure.in: Add --enable-objc-gc at toplevel and have it
5939 enable boehm-gc for Objective-C.
5940 Remove target-boehm-gc from libgcj.
5941 Add target-boehm-gc to target_libraries.
5942 Add target-boehm-gc to noconfigdirs where ${libgcj}
5943 is specified.
5944 Assert that boehm-gc is supported when requested for Objective-C.
5945 Only build boehm-gc if needed either for Java or Objective-C.
5946 * configure: Regenerate.
5947
5948 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
5949
5950 PR 27674
5951 * Makefile.tpl (configure-[+prefix+][+module+],
5952 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5953 Remove rule to unstage bootstrapped modules.
5954 (stage_current): New.
5955 * Makefile.in: Regenerate.
5956
5957 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
5958
5959 * MAINTAINERS (Write After Approval): Update my e-mail address.
5960
5961 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
5962
5963 * include/libiberty.h: Declare pex_run_in_environment.
5964
5965 2006-05-31 Asher Langton <langton2@llnl.gov>
5966
5967 * MAINTAINERS (Write After Approval): Add myself.
5968
5969 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
5970
5971 * Makefile.def (bfd, opcodes): Fix lib_path.
5972 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5973 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5974 * Makefile.in: Regenerate.
5975
5976 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
5977
5978 * Makefile.in: Regenerate.
5979
5980 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
5981
5982 * Makefile.def: Add install-html target. Add datarootdir
5983 docdir and htmldir to flags_to_pass.
5984 * Makefile.tpl: Add install-html target.
5985 * Makefile.in: Regenerate.
5986 * configure.in: Add --with-datarootdir, --with-docdir, and
5987 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
5988 * configure: Regenerate.
5989
5990 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5991
5992 * configure.in: Enable gprof for cross builds.
5993 * configure: Regenerate.
5994
5995 2006-05-22 Richard Guenther <rguenther@suse.de>
5996
5997 Revert
5998 2006-01-31 Richard Guenther <rguenther@suse.de>
5999 Paolo Bonzini <bonzini@gnu.org>
6000
6001 * Makefile.def (target_modules): Add libgcc-math target module.
6002 * configure.in (target_libraries): Add libgcc-math target library.
6003 (--enable-libgcc-math): New configure switch.
6004 * Makefile.in: Re-generate.
6005 * configure: Re-generate.
6006 * libgcc-math: New toplevel directory.
6007
6008 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6009 Andreas Tobler <a.tobler@schweiz.ch>
6010
6011 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
6012 * configure: Rebuilt.
6013
6014 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
6015
6016 * MAINTAINERS (Write After Approval): Add myself.
6017
6018 2006-05-01 DJ Delorie <dj@redhat.com>
6019
6020 * configure.in: Restore CFLAGS if GMP isn't present.
6021 * configure: Regenerate.
6022
6023 2006-05-01 Richard Guenther <rguenther@suse.de>
6024
6025 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
6026 maintainer.
6027
6028 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
6029
6030 * MAINTAINERS (Write After Approval): Add myself.
6031
6032 2006-04-28 Jan Beulich <jbeulich@novell.com>
6033
6034 * MAINTAINERS (Write After Approval): Add myself.
6035
6036 2006-04-18 DJ Delorie <dj@redhat.com>
6037
6038 * configure.in (m32c): Build libstdc++-v3. Pass flags to
6039 reference libgloss so that libssp can be built in a combined
6040 tree.
6041 * configure: Regenerate.
6042
6043 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
6044
6045 * MAINTAINERS (Write After Approval): Add myself.
6046
6047 2006-04-05 Ben Elliston <bje@au.ibm.com>
6048
6049 * configure.in: Require makeinfo 4.4 or higher.
6050 * configure: Regenerate.
6051
6052 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
6053
6054 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
6055 Rearrange the entries of other libraries to have them in one place.
6056
6057 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
6058
6059 * MAINTAINERS (Write After Approval): Remove myself.
6060 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6061
6062 2006-03-14 Richard Guenther <rguenther@suse.de>
6063
6064 * configure: Regenerate with autoconf 2.13.
6065
6066 2006-03-13 Jim Blandy <jimb@codesourcery.com>
6067
6068 * MAINTAINERS: Use my work address.
6069
6070 * MAINTAINERS: Update my E-mail address.
6071
6072 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
6073
6074 * configure.in: Handle --disable-<component> generically.
6075 * configure: Regenerate.
6076
6077 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
6078
6079 PR libgcj/17311
6080 * ltmain.sh: Don't use "$finalize_rpath" for compile.
6081
6082 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
6083
6084 * MAINTAINERS (Write After Approval): Remove myself.
6085 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6086
6087 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
6088
6089 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
6090 (TARGET_CONFIGDIRS): Remove.
6091 * configure.in: Remove AC_SUBST(target_configdirs).
6092 * Makefile.in, configure: Regenerated.
6093
6094 2006-02-20 Steven G. Kargl <kargls@comcast.net>
6095
6096 * MAINTAINERS (Write After Approval): Remove myself.
6097 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6098
6099 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
6100
6101 PR bootstrap/25670
6102
6103 * Makefile.tpl ([+compare-target+]): Print explanation messages.
6104
6105 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
6106 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
6107 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
6108 BUILD_PREFIX, BUILD_PREFIX_1.
6109 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
6110
6111 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
6112 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
6113
6114 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
6115 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
6116 of `cat stage_current`. Always provide the `r' and `s' variables.
6117 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
6118 a single shell execution.
6119 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
6120 bootstrapped modules, make the stage1 module if the build was not
6121 started yet, else build the current stage.
6122 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
6123 (all-build, all-host, all-target, [+make_target+]-host,
6124 [+make_target+]-target): Do not use \-continued lines.
6125 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
6126 (current_stage, restrap, stage_last): New.
6127
6128 * Makefile.in: Regenerate.
6129 * configure: Regenerate.
6130
6131 2006-02-19 Bud Davis <jmdavis@link.com>
6132
6133 * MAINTAINERS (Write After Approval): Remove myself.
6134 (Language Front End Maintainers): Add myself as fortran 95
6135 maintainer and update e-mail address.
6136
6137 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
6138
6139 * MAINTAINERS (Write After Approval): Remove myself.
6140 (Language Front End Maintainers): Add myself as fortran 95
6141 maintainer.
6142
6143 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
6144
6145 * MAINTAINERS (Write After Approval): Add myself.
6146
6147 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
6148
6149 * MAINTAINERS (Write After Approval): Remove myself.
6150 (Language Front End Maintainers): Add myself as
6151 fortran 95 maintainer.
6152
6153 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
6154
6155 Sync from src:
6156
6157 2005-12-27 Leif Ekblad <leif@rdos.net>
6158
6159 * configure.in: Add support for RDOS target.
6160 * configure: Regenerate.
6161
6162 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
6163 Andreas Schwab <schwab@suse.de>
6164
6165 * configure: Regenerate.
6166
6167 2006-02-12 David Edelsohn <edelsohn@gnu.org>
6168
6169 * configure.in (enable_libgomp): Add AIX.
6170 * configure: Regenerate.
6171
6172 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
6173
6174 * MAINTAINERS (Write After Approval): Add myself.
6175
6176 2006-02-03 Lee Millward <lee.millward@gmail.com>
6177
6178 * MAINTAINERS (Write After Approval): Add myself.
6179
6180 2006-01-31 Richard Guenther <rguenther@suse.de>
6181 Paolo Bonzini <bonzini@gnu.org>
6182
6183 * Makefile.def (target_modules): Add libgcc-math target module.
6184 * configure.in (target_libraries): Add libgcc-math target library.
6185 (--enable-libgcc-math): New configure switch.
6186 * Makefile.in: Re-generate.
6187 * configure: Re-generate.
6188 * libgcc-math: New toplevel directory.
6189
6190 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
6191
6192 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
6193 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
6194 the assembler, linker and binutils.
6195 * configure: Regenerate.
6196
6197 2006-01-22 Dirk Mueller <dmueller@suse.de>
6198
6199 * MAINTAINERS (Write After Approval): Add myself.
6200
6201 2006-01-20 Diego Novillo <dnovillo@redhat.com>
6202
6203 * configure: Regenerate.
6204
6205 2006-01-18 Richard Henderson <rth@redhat.com>
6206 Jakub Jelinek <jakub@redhat.com>
6207 Diego Novillo <dnovillo@redhat.com>
6208
6209 * libgomp: New directory.
6210 * Makefile.def: Add target_module libgomp.
6211 * Makefile.in: Regenerate.
6212 * configure.in (target_libraries): Add target-libgomp.
6213 * configure: Regenerate.
6214
6215 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
6216
6217 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
6218 @ from continuation.
6219 * Makefile.in: Rebuilt.
6220
6221 2006-01-04 Chris Lattner <sabre@gnu.org>
6222
6223 * MAINTAINERS (Write After Approval): Add myself.
6224
6225 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
6226
6227 PR bootstrap/24252
6228
6229 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
6230 * Makefile.tpl (OBJDUMP): New.
6231 (EXTRA_HOST_FLAGS): Add it.
6232 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
6233
6234 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
6235 to use symbolic links between directories. Avoid race conditions
6236 or make them harmless.
6237 * configure.in: Do not try to use symbolic links between directories.
6238
6239 * Makefile.def (LEAN): Pass.
6240 * Makefile.tpl (LEAN): Define.
6241 (stage[+id+]-start): Accept that the previous directory does not
6242 exist, if the bootstrap is lean.
6243 (stage[+id+]-bubble): Invoke lean bootstrap commands after
6244 stage[+id+]-start. Use a makefile variable and an `if' instead of a
6245 configure substitution.
6246 ([+compare-target+]): Likewise.
6247 ([+bootstrap-target+]-lean): New.
6248 * configure.in: Remove lean bootstrap support from here.
6249
6250 * Makefile.in: Regenerate.
6251 * configure: Regenerate.
6252
6253 2006-01-04 Ben Elliston <bje@au.ibm.com>
6254
6255 * MAINTAINERS (libdecnumber): Add myself.
6256
6257 2006-01-02 Mark Mitchell <mark@codesourcery.com>
6258
6259 * libtool-ldflags: New script.
6260
6261 2006-01-02 Andreas Schwab <schwab@suse.de>
6262
6263 * configure.in: When reconfiguring remove Makefile in
6264 all stage directories.
6265 * configure: Regenerate.
6266
6267 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
6268
6269 * MAINTAINERS: Update my email address.
6270
6271 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
6272
6273 Revert Ada-related part of the previous change.
6274
6275 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
6276 Do not pass.
6277 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
6278 * Makefile.in: Regenerate.
6279 * configure.in: Do not include mt-ppc-aix target fragment.
6280 * configure: Regenerate.
6281
6282 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
6283
6284 * configure.in: Select appropriate fragments for PowerPC/AIX.
6285 * configure: Regenerate.
6286
6287 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
6288 BOOT_CFLAGS, BOOT_LDFLAGS.
6289 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
6290 BOOT_CFLAGS, BOOT_LDFLAGS.
6291 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
6292 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
6293 (stage): Fail if we cannot complete the work.
6294 * Makefile.in: Regenerate.
6295
6296 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
6297
6298 * configure.in: Replace ms1 with mt.
6299 * configure: Rebuilt.
6300
6301 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
6302
6303 * MAINTAINERS: Update my email address.
6304
6305 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
6306
6307 * Makefile.tpl (all, do-[+make_target+], do-check, install,
6308 install-host-nogcc): Don't invoke $(stage) at the end.
6309 * Makefile.in: Regenerate.
6310
6311 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
6312
6313 * configure.in: Flip the top-level bootstrap switch.
6314 * configure: Regenerate.
6315
6316 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
6317
6318 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
6319 $(stage) and $(unstage).
6320 (EXTRA_TARGET_FLAGS): Correct double-quoting.
6321 (all): Remove stray semicolon.
6322 (local-distclean): Don't handle multilib.tmp and multilib.out.
6323 (install.all): Set $s for consistency.
6324 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
6325 check_multilibs setting. Always make the install directory.
6326 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
6327 Correct @if/@endif.
6328 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
6329 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
6330 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
6331 (multilib.out): Remove.
6332 * Makefile.in: Regenerated.
6333
6334 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
6335
6336 * MAINTAINERS (Write After Approval): Add myself.
6337
6338 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
6339
6340 * MAINTAINERS: Add myself as mt maintainer.
6341
6342 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
6343
6344 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
6345
6346 * MAINTAINERS: Change email address.
6347
6348 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
6349
6350 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
6351 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
6352 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
6353 Find in-tree tools if available.
6354 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
6355 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
6356 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
6357 (COMPILER_*_FOR_TARGET): New.
6358 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
6359 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
6360 (CONFIGURED_*, USUAL_*): Remove.
6361 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
6362 STRIP): Use autoconf substitutions.
6363 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
6364 COMPILER_NM_FOR_TARGET): New.
6365 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
6366
6367 (all): Make all-host and all-target in parallel.
6368 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
6369 that $$r and $$s are set before invoking a recursive make.
6370 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
6371 ([+bootstrap-target+]): Inline most of the `all' target.
6372
6373 2005-11-29 Ben Elliston <bje@au.ibm.com>
6374
6375 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
6376 from the gcc build directory.
6377 * Makefile.in: Regenerate.
6378
6379 2005-11-29 Ben Elliston <bje@au.ibm.com>
6380
6381 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
6382 depend on all-libdecnumber.
6383 * configure.in (host_libs): Include libdecnumber.
6384 * Makefile.in: Regenerate.
6385 * configure: Likewise.
6386
6387 2005-11-29 Ben Elliston <bje@au.ibm.com>
6388
6389 * libdecnumber: Import decNumber sources from the dfp-branch.
6390
6391 2005-11-21 Kean Johnston <jkj@sco.com>
6392
6393 * config.sub, config.guess: Sync from upstream sources.
6394
6395 2005-11-21 Ben Elliston <bje@au.ibm.com>
6396
6397 Import from Autoconf sources:
6398
6399 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
6400 * config/move-if-change: Don't output "$2 is unchanged";
6401 suggested by Ben Elliston. Handle weird characters correctly.
6402
6403 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
6404
6405 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
6406 to match upstream libtool for darwin.
6407
6408 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
6409
6410 * Makefile.def: Remove gdb dependencies for gdbtk.
6411 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
6412 (configure-gdb, install-gdb): New rules.
6413 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
6414 * Makefile.in, configure: Regenerated.
6415
6416 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
6417
6418 * MAINTAINERS (Write After Approval): Add myself.
6419
6420 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
6421
6422 * MAINTAINERS (Write After Approval): Add myself.
6423
6424 2005-10-24 Diego Novillo <dnovillo@redhat.com>
6425
6426 * MAINTAINERS (alias analysis): Add Daniel Berlin and
6427 Diego Novillo.
6428
6429 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
6430
6431 PR bootstrap/24297
6432 * Makefile.tpl (do-[+make-target+], do-check, install,
6433 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
6434 are set before recursing.
6435 * Makefile.in: Regenerate.
6436
6437 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
6438
6439 PR bootstrap/18939
6440 * Makefile.def (gcc) <target>: Fix thinko.
6441 * Makefile.in: Regenerate.
6442
6443 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
6444
6445 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
6446 * configure: Regenerate.
6447
6448 2005-10-15 Jie Zhang <jie.zhang@analog.com>
6449
6450 * MAINTAINERS (Write After Approval): Add self.
6451
6452 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
6453
6454 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
6455 target-libffi, target-qthreads, target-libjava, and
6456 targetlibobjc.
6457 * configure: Regenerate.
6458
6459 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
6460
6461 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
6462 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
6463 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
6464 (USUAL_OBJDUMP_FOR_TARGET): New.
6465 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
6466 * configure.in: Check for $OBJDUMP_FOR_TARGET.
6467 * configure, Makefile.in: Regenerated.
6468
6469 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
6470
6471 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
6472 before other host packages.
6473
6474 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
6475
6476 * MAINTAINERS: Add self as sh libraries/configury maintainer.
6477
6478 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
6479
6480 PR bootstrap/22340
6481
6482 * configure.in (default_target): Remove.
6483 * Makefile.tpl (all): Do not use prerequisites as subroutines
6484 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
6485 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
6486 use prerequisites as subroutines.
6487 (check-host, check-target): New.
6488 (bootstrap configure & all targets): Do not use stage*-start
6489 if the directory layout is already ok.
6490 (non-bootstrap configure & all targets): Prepend a $(unstage).
6491 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
6492 (NOTPARALLEL): Remove.
6493 (unstage, stage variables): New variables.
6494 (unstage, stage targets): Simply expand to those variables.
6495
6496 * configure: Regenerate.
6497 * Makefile.in: Regenerate.
6498
6499 2005-10-04 James E Wilson <wilson@specifix.com>
6500
6501 * Makefile.def (lang_env_dependencies): Add libmudflap.
6502 * Makefile.in: Regenerate.
6503
6504 2005-10-03 Andreas Schwab <schwab@suse.de>
6505
6506 Backport from libtool CVS:
6507 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
6508
6509 * ltmain.sh: add support for installing into temporary
6510 staging area (e.g. 'make install DESTDIR=...')
6511
6512 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
6513
6514 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
6515 * configure: Regenerated.
6516
6517 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
6518
6519 * configure: Regenerate with the correct
6520 autoconf version.
6521
6522 2005-09-30 Catherine Moore <clm@cm00re.com>
6523
6524 * configure.in (bfin-*-*): New.
6525 * configure: Regenerated.
6526
6527 2005-09-28 Geoffrey Keating <geoffk@apple.com>
6528
6529 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
6530 (LIPO_FOR_TARGET): New.
6531 (CONFIGURED_LIPO_FOR_TARGET): New.
6532 (USUAL_LIPO_FOR_TARGET): New.
6533 (STRIP_FOR_TARGET): New.
6534 (CONFIGURED_STRIP_FOR_TARGET): New.
6535 (USUAL_STRIP_FOR_TARGET): New.
6536 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
6537 STRIP_FOR_TARGET.
6538 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
6539 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
6540 * Makefile.in: Regenerate.
6541 * configure: Regenerate.
6542
6543 2005-09-19 David Edelsohn <edelsohn@gnu.org>
6544
6545 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
6546 (rs6000-*-aix*): Same.
6547 * configure: Regenerate.
6548
6549 2005-09-16 Tom Tromey <tromey@redhat.com>
6550
6551 * MAINTAINERS: Add self as java maintainer.
6552
6553 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
6554
6555 * configure.in: Recognize f95 in the --enable-languages option,
6556 and substitute it for fortran, issuing a warning.
6557 * configure: Regenerate.
6558
6559 2005-08-30 Phil Edwards <phil@codesourcery.com>
6560
6561 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
6562 * configure: Regenerated.
6563
6564 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
6565
6566 * MAINTAINERS: Add self as ms1 maintainer.
6567
6568 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
6569
6570 * Makefile.def (libssp): Add to lang_env_dependencies.
6571 * Makefile.in: Regenerate.
6572
6573 2005-08-18 Ian Lance Taylor <ian@airs.com>
6574
6575 * MAINTAINERS: Add myself as middle-end maintainer.
6576
6577 2005-08-17 Christian Groessler <chris@groessler.org>
6578
6579 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
6580 * Makefile.in: Regenerate.
6581
6582 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
6583
6584 * MAINTAINERS (write after approval): Added myself.
6585
6586 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
6587
6588 * MAINTAINERS (Write After Approval): Add myself.
6589
6590 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
6591
6592 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
6593 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
6594 Look for alternate names of the target cc and c++
6595 * configure: Regenerate.
6596
6597 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
6598
6599 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6600 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
6601 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
6602 tools; remove code to manually set them.
6603 (Target tools): Look in the environment for them.
6604 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6605 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
6606 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
6607 build directory.
6608 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
6609 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
6610 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
6611 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6612 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
6613 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
6614 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
6615 * configure: Regenerate.
6616 * Makefile.in: Regenerate.
6617
6618 2005-07-28 Ben Elliston <bje@au.ibm.com>
6619
6620 * MAINTAINERS: Update for removed CPU targets.
6621
6622 2005-07-27 Mark Mitchell <mark@codesourcery.com>
6623
6624 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
6625 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
6626 * Makefile.in: Regenerated.
6627
6628 2005-07-26 Mark Mitchell <mark@codesourcery.com>
6629
6630 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
6631 (CFLAGS_FOR_TARGET): Use it.
6632 (CXXFLAGS_FOR_TARGET): Likewise.
6633 * Makefile.in: Regenerated.
6634 * configure.in (--with-build-sysroot): New option.
6635 * configure: Regenerated.
6636
6637 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
6638
6639 * Makefile.tpl: Wrap install between unstage and stage
6640 * Makefile.in: Regenerate.
6641
6642 2005-07-21 Eric Christopher <echristo@apple.com>
6643
6644 * MAINTAINERS: Update affiliation.
6645
6646 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
6647
6648 * MAINTAINERS: Add self as crx port maintainer.
6649
6650 2005-07-20 DJ Delorie <dj@redhat.com>
6651
6652 * MAINTAINERS: Add self as m32c maintainer.
6653
6654 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
6655
6656 * all files: Update FSF address.
6657
6658 2005-07-15 Eric Christopher <echristo@redhat.com>
6659
6660 * MAINTAINERS: Change affiliation.
6661
6662 2005-07-14 Jim Blandy <jimb@redhat.com>
6663
6664 * configure.in: Add cases for Renesas m32c.
6665 * configure: Regenerated.
6666
6667 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
6668
6669 * COPYING.LIB: Update from fsf.org.
6670
6671 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
6672
6673 * COPYING, compile, config.guess,
6674 config.sub, install-sh, missing, mkinstalldirs,
6675 symlink-tree, ylwrap: Sync from upstream sources.
6676 * config-ml.in: Update FSF address.
6677
6678 2005-07-13 Eric Christopher <echristo@redhat.com>
6679
6680 * configure.in: Add toplevel noconfigdir support for tpf.
6681 * configure: Regenerate.
6682
6683 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
6684
6685 PR ada/22340
6686
6687 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
6688 * Makefile.in: Regenerate.
6689
6690 2005-07-07 Mark Mitchell <mark@codesourcery.com>
6691
6692 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
6693 Brolley to write-after-approval.
6694
6695 2005-07-07 Andreas Schwab <schwab@suse.de>
6696
6697 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
6698 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
6699 * Makefile.in: Regenerated.
6700
6701 2005-07-06 Geoffrey Keating <geoffk@apple.com>
6702
6703 * configure.in: Don't build sim or rda when targetting darwin.
6704 * configure: Regenerate.
6705
6706 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
6707
6708 * configure.in: Add --enable-libssp and --disable-libssp.
6709 * configure: Regenerate with autoconf-2.13.
6710
6711 2005-07-02 Jakub Jelinek <jakub@redhat.com>
6712
6713 * Makefile.def (target_modules): Add libssp.
6714 * configure.in (target_libraries): Add target-libssp.
6715 * configure: Rebuilt.
6716 * Makefile.in: Rebuilt.
6717
6718 2005-07-01 Zack Weinberg <zackw@panix.com>
6719
6720 * MAINTAINERS: Change email address. Resign from maintainership.
6721
6722 2005-07-01 Richard Guenther <rguenther@suse.de>
6723
6724 * MAINTAINERS: Change my e-mail address and affiliation.
6725
6726 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
6727
6728 * Makefile.def (stagefeedback): Come after profile.
6729 Define profiledbootstrap target.
6730 * Makefile.tpl (profiledbootstrap): Remove.
6731 (stageprofile-end): Zap stagefeedback.
6732 (stagefeedback-start): Copy all .gcda files, not only GCC's.
6733 * Makefile.in: Regenerate.
6734
6735 2005-06-13 Richard Sandiford <richard@codesourcery.com>
6736
6737 * MAINTAINERS: Update my email address.
6738
6739 2005-06-13 Zack Weinberg <zack@codesourcery.com>
6740
6741 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
6742 In 'cpp' stanza, support '#line' as well as '# '.
6743
6744 2005-06-08 Andreas Schwab <schwab@suse.de>
6745
6746 * MAINTAINERS: Move myself from 'Write After Approval' to
6747 'CPU Port Maintainers' section as m68k maintainer.
6748
6749 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
6750
6751 * configure.in (unsupported_languages): New macro.
6752 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
6753 non-ported target libraries in noconfigdirs.
6754 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
6755 non-linux-gnu. Remove libgcj_ex_libffi.
6756 <lang_frag loop>: Set add_this_lang=no if the language is in
6757 unsupported_languages.
6758 * configure: Regenerate.
6759
6760 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
6761
6762 * configure.in: Fix typo in handling of --with-mpfr-dir.
6763 * configure: Regenerate.
6764
6765 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
6766
6767 * MAINTAINERS: Update my email address.
6768
6769 2005-06-02 Jim Blandy <jimb@redhat.com>
6770
6771 * config.sub: Add cases for the Renesas m32c. (This patch has been
6772 accepted into the master sources.)
6773
6774 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
6775 Michael Snyder <msnyder@redhat.com>
6776 Stan Cox <scox@redhat.com>
6777
6778 * configure.in: Set noconfigdirs for ms1.
6779
6780 * configure: Regenerate.
6781
6782 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
6783
6784 * MAINTAINERS (Write After Approval): Add self.
6785
6786 2005-06-01 Josh Conner <jconner@apple.com>
6787
6788 * MAINTAINERS (Write After Approval): Add self.
6789
6790 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
6791
6792 * MAINTAINERS: Update my email address.
6793
6794 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
6795
6796 * MAINTAINERS (Write After Approval): Add self.
6797
6798 2005-05-26 Chris Demetriou <cgd@broadcom.com>
6799
6800 * MAINTAINERS (Write After Approval): Remove self.
6801
6802 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
6803
6804 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
6805 (Dependencies): Consider target modules for bootstrap dependencies.
6806 Make target bootstrap modules depend on each stage's gcc.
6807 * Makefile.in: Regenerate.
6808
6809 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
6810
6811 * Makefile.def (configure-gcc): Depend on binutils having been built.
6812 (all-gcc): No need to do it here.
6813 * Makefile.in: Regenerate.
6814
6815 2005-05-19 Paul Brook <paul@codesourcery.com>
6816
6817 * configure.in: Rewrite misleading error message when requested
6818 language cannot be built.
6819 * configure: Regenerate.
6820
6821 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6822
6823 * ylwrap: Import from Automake 1.9.5.
6824
6825 2005-05-13 David Ung <davidu@mips.com>
6826
6827 * MAINTAINERS (Write After Approval): Add self.
6828
6829 2005-05-09 Mike Stump <mrs@apple.com>
6830
6831 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
6832 lt_cv_sys_max_cmd_len for now.
6833
6834 2005-05-09 Stan Cox <scox@redhat.com>
6835
6836 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
6837
6838 2005-05-08 Matt Kraai <kraai@ftbfs.org>
6839
6840 * README.SCO: Update the URL.
6841
6842 2005-05-05 David Edelsohn <edelsohn@gnu.org>
6843
6844 * ltconfig: Define file_list_spec. Pass file_list_spec and
6845 with_gnu_ld to libtool.
6846 * ltcf-c.sh (aix[45]): Define file_list_spec.
6847 * ltcf-cxx.sh (aix[45]): Same.
6848 * ltcf-gcj.sh (aix[45]): Same.
6849 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
6850 exists, write list of input files to temporary file.
6851
6852 2005-05-04 Mike Stump <mrs@apple.com>
6853
6854 * configure.in: Always pass --target to target configures as
6855 otherwise rebuilds that do --recheck will fail.
6856 * confiugure: Rebuilt.
6857
6858 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
6859
6860 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
6861 STAGE_HOST_EXPORTS.
6862 (configure, all): Add bootstrap support.
6863 (Host modules, target modules): Pass post-stage1 flags and exports.
6864 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
6865 * Makefile.in: Regenerate.
6866
6867 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
6868
6869 * configure: Regenerate.
6870
6871 2005-04-27 Mike Stump <mrs@apple.com>
6872
6873 * MAINTAINERS: Add self as darwin maintainer.
6874
6875 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
6876
6877 * config.sub: Update from master copy.
6878
6879 2005-04-21 Mike Stump <mrs@apple.com>
6880
6881 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
6882 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
6883
6884 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
6885
6886 * configure.in <crisv32-*-*, cris-*-*>: New local variable
6887 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
6888 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
6889 "*-*-elf" and "*-*-linux*".
6890 * configure: Regenerate.
6891
6892 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
6893
6894 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
6895
6896 2005-04-12 Mike Stump <mrs@apple.com>
6897
6898 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
6899
6900 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
6901
6902 * MAINTAINERS (Write After Approval): Add myself.
6903
6904 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
6905
6906 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
6907
6908 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
6909
6910 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
6911 (TARGET_CONFIGARGS): Include --with-target-subdir.
6912 (configure, all): New macros. Use them throughout.
6913 * Makefile.in: Regenerate.
6914
6915 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
6916
6917 * MAINTAINERS (Write After Approval): Add myself.
6918
6919 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6920
6921 * MAINTAINERS: Remove 'loop unrolling' maintainer.
6922
6923 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
6924
6925 * MAINTAINERS: Move John Carr to Write After Approval.
6926
6927 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
6928
6929 * config/mh-mingw32: Delete.
6930 * configure.in: Don't use it.
6931 * configure: Regenerate.
6932
6933 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
6934
6935 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
6936 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
6937 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
6938 (HOST_LIB_PATH): Generate from Makefile.def.
6939 (TARGET_LIB_PATH): Likewise.
6940 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
6941 * Makefile.in: Regenerate.
6942 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
6943 (RPATH_ENVVAR): Include Darwin case.
6944 * configure: Regenerate.
6945
6946 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
6947
6948 * MAINTAINERS (Various Maintainers): Remove self.
6949 (Write After Approval): Add self.
6950
6951 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
6952
6953 * MAINTAINERS (Various Maintainers): Add self.
6954
6955 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
6956
6957 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
6958 * configure: Regenerate.
6959
6960 2005-03-21 Zack Weinberg <zack@codesourcery.com>
6961
6962 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
6963 gcc_version, and gcc_version_trigger from set of flags to pass.
6964 * Makefile.tpl: Remove definitions of above variables.
6965 (config.status): Remove dependency on $(gcc_version_trigger).
6966 * Makefile.in: Regenerate.
6967 * configure.in: Do not reference config/gcc-version.m4 nor
6968 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
6969 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
6970 * configure: Regenerate.
6971
6972 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
6973 Andrew Pinski <pinskia@physics.uc.edu>
6974
6975 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
6976 * Makefile.in: Regenerate.
6977
6978 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
6979
6980 * MAINTAINERS (Write After Approval): Add myself.
6981
6982 2005-03-03 David Ayers <d.ayers@inode.at>
6983
6984 * MAINTAINERS (Write After Approval): Add myself.
6985
6986 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
6987
6988 PR libgcj/20160
6989 * ltmain.sh: Avoid creating archives with components that have
6990 duplicate basenames.
6991
6992 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
6993
6994 PR bootstrap/20250
6995 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
6996 instead of check.
6997 * Makefile.in: Regenerate.
6998
6999 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
7000
7001 * Makefile.in: Regenerate to fix conflict between the previous two
7002 patches.
7003
7004 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
7005
7006 PR bootstrap/17383
7007 * Makefile.def (target_modules): Remove "stage", now unnecessary.
7008 * Makefile.tpl (HOST_SUBDIR): New substitution.
7009 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
7010 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7011 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
7012 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
7013 (Host modules, Bootstrapped modules): Use it.
7014 (Build modules, Target modules): Do not create symlink trees,
7015 always configure out-of-srcdir.
7016 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
7017 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
7018 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
7019 $(HOST_SUBDIR). Create a symlink for host_subdir.
7020
7021 * Makefile.in: Regenerate.
7022 * configure: Regenerate.
7023
7024 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7025
7026 Merged from libada-gnattools-branch:
7027 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
7028
7029 * gnattools: New directory.
7030 * Makefile.def: Add gnattools as a module, depending on target-libada.
7031 * Makefile.in: Regenerate.
7032 * configure.in: Include gnattools in host_tools; disable it if ada
7033 is disabled.
7034 * configure: Regenerate.
7035
7036 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
7037
7038 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
7039 treelang maintainer.
7040 (Write After Approval): Remove myself.
7041
7042 2005-02-23 Paul Schlie <schlie@comcast.net>
7043
7044 * configure.in: Allow darwin targeted ports to build tk, itcl and
7045 libgui.
7046 * configure: Regenerate.
7047
7048 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
7049
7050 PR libgcj/10353
7051 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
7052 * configure: Regenerate.
7053
7054 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
7055
7056 * MAINTAINERS (Write After Approval): Add myself.
7057
7058 2005-02-10 Ian Lance Taylor <ian@airs.com>
7059
7060 * MAINTAINERS: Update my e-mail address.
7061
7062 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
7063
7064 * MAINTAINERS (Write After Approval): Add myself.
7065
7066 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
7067
7068 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
7069 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
7070 target-libgloss when not *-*-elf and *-*-aout.
7071 * configure: Regenerate.
7072
7073 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
7074
7075 * MAINTAINERS: Remove obsolete entries.
7076
7077 * MAINTAINERS (Write After Approval): Add Michael Matz.
7078
7079 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
7080
7081 * MAINTAINERS: Remove self as cpplib maintainer.
7082
7083 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
7084
7085 * install-sh, config.sub: Import from upstream.
7086
7087 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
7088
7089 PR bootstrap/18222
7090 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
7091 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
7092 * Makefile.in: Regenerate.
7093
7094 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
7095
7096 * MAINTAINERS: Update my email address.
7097
7098 2005-01-12 David Edelsohn <edelsohn@gnu.org>
7099 Andreas Schwab <schwab@suse.de>
7100
7101 PR bootstrap/18033
7102 * config-ml.in: Eval option if surrounded by single quotes.
7103
7104 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
7105
7106 Revert 2004-12-28 Makefile changes, a better fix will be
7107 applied to mainline and src after GCC 4.0 branches.
7108
7109 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
7110
7111 PR bootstrap/17383
7112
7113 * Makefile.def (target_modules): Remove stage parameter,
7114 it is always true now.
7115 * Makefile.tpl (configure-build-[+module+],
7116 configure-target-[+module+]): Always build symlink tree
7117 for the directory and for include. BUILD_SUBDIR and
7118 TARGET_SUBDIR cannot be . anymore.
7119 * Makefile.in: Regenerate.
7120
7121 2004-12-25 David Edelsohn <edelsohn@gnu.org>
7122
7123 Revert 2004-12-08 Makefile changes.
7124
7125 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
7126
7127 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
7128 cygwin, mingw.
7129
7130 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
7131
7132 * configure.in (sh64-*-*): Reenable gprof.
7133 * configure: Regenerate.
7134
7135 2004-12-08 David Edelsohn <edelsohn@gnu.org>
7136
7137 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
7138 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
7139 (EXTRA_TARGET_FLAGS): Add PICFLAG.
7140 * Makefile.in: Regenerate.
7141
7142 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
7143
7144 * MAINTAINERS: Update my email address.
7145
7146 2004-12-07 Matt Kraai <kraai@ftbfs.org>
7147
7148 * Makefile.tpl: Generate normal dependencies if the LHS module is
7149 not bootstrapped.
7150 * Makefile.in: Regenerate.
7151
7152 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
7153
7154 * configure.in: Include config/gxx-include-dir.m4. Use
7155 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
7156 * configure: Regenerate.
7157
7158 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
7159
7160 * config.if: Delete.
7161 * configure.in: Set libstdcxx_incdir directly.
7162 * configure: Regenerate.
7163
7164 2004-12-02 Eric Christopher <echristo@redhat.com>
7165
7166 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
7167 * Makefile.in: Regenerate.
7168
7169 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
7170
7171 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
7172 * configure: Regenerate.
7173
7174 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
7175
7176 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
7177 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
7178 * configure: Regenerate.
7179
7180 2004-12-01 Eric Christopher <echristo@redhat.com>
7181
7182 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
7183 of things to remove.
7184
7185 2004-11-29 Matt Kraai <kraai@ftbfs.org>
7186
7187 * MAINTAINERS (Write After Approval): Update my e-mail address.
7188
7189 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
7190
7191 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
7192 from CVS libtool to always pass_all.
7193
7194 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7195
7196 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
7197 (hppa*64*-*-*): Delete incorrect comment.
7198 * configure: Rebuilt.
7199
7200 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
7201
7202 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
7203
7204 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
7205
7206 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
7207 from CVS libtool to always pass_all.
7208
7209 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
7210
7211 * install-sh, compile: Import from automake.
7212
7213 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
7214
7215 * config.guess, config.sub: Import from savannnah.
7216
7217 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
7218
7219 * MAINTAINERS (Write After Approval): Add myself
7220
7221 2004-11-12 Mike Stump <mrs@apple.com>
7222
7223 * Makefile.def: Add html support.
7224 * Makefile.tpl: Likewise.
7225 * Makefile.in: Regenerate.
7226
7227 2004-11-11 Geoffrey Keating <geoffk@apple.com>
7228
7229 PR 18423
7230 * configure.in: Remove all instances of build-fixincludes from
7231 noconfigdirs.
7232 (build_configargs): Supply --target to subdirectories.
7233 * configure: Regenerate.
7234
7235 * Makefile.def: Make gcc install depend on fixincludes install.
7236 * Makefile.in: Regenerate.
7237
7238 2004-11-10 Janis Johnson <janis187@us.ibm.com>
7239
7240 * MAINTAINERS: Add myself as gcc testsuite maintainer.
7241
7242 2004-11-11 Paul Brook <paul@codesourcery.com>
7243
7244 * MAINTAINERS: Add self as arm maintainer. Update email address.
7245
7246 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
7247
7248 * configure.in (noconfigdirs) [mmix-*-*]: Disable
7249 target-libgfortran.
7250 * configure: Regenerate.
7251
7252 2004-11-07 David Edelsohn <edelsohn@gnu.org>
7253
7254 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
7255 like CC.
7256
7257 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
7258
7259 * Makefile.def (host fixincludes): Specify missing targets.
7260 * Makefile.in: Regenerate.
7261
7262 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
7263
7264 * MAINTAINERS: Add myself
7265
7266 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
7267
7268 * MAINTAINERS (Write After Approval): Add myself.
7269
7270 2004-11-04 Geoffrey Keating <geoffk@apple.com>
7271
7272 * Makefile.def: Build fixincludes for the host, too.
7273 * Makefile.in: Regenerate.
7274 * configure.in (host_tools): Add fixincludes.
7275 * configure: Regenerate.
7276
7277 2004-11-04 Daniel Jacobowitz <dan@debian.org>
7278
7279 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
7280 * configure: Regenerated.
7281
7282 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
7283
7284 PR other/17783
7285 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
7286 * configure: Regenerated.
7287
7288 2004-10-31 Mark Mitchell <mark@codesourcery.com>
7289
7290 * README.SCO: Update per FSF instructions.
7291
7292 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
7293
7294 PR target/18151
7295 * configure.in (case ${target}): Do not build fixincludes for avr.
7296 * configure: Regenerated.
7297
7298 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
7299
7300 * configure.in (case ${target}): Do not build fixincludes
7301 on platforms where it is not used.
7302 * configure: Regenerated.
7303
7304 2004-10-23 Daniel Jacobowitz <dan@debian.org>
7305
7306 * configure.in: Use an absolute path to install-sh.
7307 * configure: Regenerated.
7308
7309 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
7310
7311 * MAINTAINERS (Write After Approval): Add myself.
7312
7313 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
7314
7315 * MAINTAINERS: Remove from Write After Approval those that are
7316 already maintainers.
7317
7318 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
7319
7320 * MAINTAINERS: Update my email address.
7321
7322 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
7323
7324 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
7325 * configure: Regenerate.
7326
7327 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
7328
7329 * MAINTAINERS: Update my email address.
7330
7331 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
7332
7333 * MAINTAINERS (Language Front Ends Maintainers): New. Move
7334 entries belonging to this category.
7335
7336 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
7337
7338 * MAINTAINERS: Update my e-mail address.
7339
7340 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
7341
7342 Fix wrong conflict resolution in:
7343
7344 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
7345
7346 * Makefile.in: Regenerate.
7347 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7348 in the recursive `make', instead of hardwiring `all'.
7349 (Autogenerated TARGET-* variables): New.
7350
7351 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
7352
7353 * configure.in: Enable target-libgloss for crx-*-*.
7354 * configure: Regenerate.
7355
7356 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
7357
7358 * MAINTAINERS (Various Maintainers): Move the "windows,
7359 cygwin, mingw" maintainer to ...
7360 (OS Port Maintainers): ... here.
7361
7362 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
7363
7364 * MAINTAINERS (Write After Approval): Remove those that are
7365 maintainers of some subsystem.
7366
7367 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
7368
7369 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
7370 * ltcf-cxx.sh (tpf*): Likewise.
7371 * ltconfig (tpf*): Add TPF OS configuration support.
7372
7373 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
7374
7375 * MAINTAINERS: Change my email address to my new work account.
7376
7377 2004-09-24 Michael Roth <mroth@nessie.de>
7378
7379 * configure.in (--without-headers): Add missing double quotes.
7380 * configure: Regenerate.
7381
7382 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
7383
7384 * ylwrap: Revert to previous version.
7385
7386 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
7387
7388 PR bootstrap/17369
7389 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
7390 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
7391 SET_GCC_LIB_PATH_CMD.
7392 (BASE_TARGET_EXPORTS): Likewise.
7393 * Makefile.in: Regenerated.
7394
7395 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
7396 * configure: Regenerated.
7397
7398 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
7399
7400 * config.guess: New upstream version
7401 * compile, depcomp, install-sh, ylwrap: Likewise.
7402
7403 2004-09-19 Roger Sayle <roger@eyesopen.com>
7404
7405 * config/mh-x86omitfp: New host makefile fragment. Add
7406 -fomit-frame-pointer to the default BOOT_CFLAGS.
7407 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
7408 * configure: Regenerate.
7409
7410 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
7411
7412 PR target/11572
7413 * configure.in (*-*-darwin*): Renable libobjc.
7414 * configure: Regenerate.
7415
7416 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
7417
7418 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
7419
7420 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
7421
7422 * Makefile.def: Remove libbanshee.
7423 * Makefile.tpl: Ditto.
7424 * configure.in: Ditto.
7425 * Makefile.in: Regen.
7426 * configure: Ditto.
7427
7428 2004-09-08 David Edelsohn <edelsohn@gnu.org>
7429
7430 * ltmain.sh: Use $pic_object as $non_pic_object if
7431 $non_pic_object=none.
7432
7433 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
7434
7435 * missing: Import latest version from master repository.
7436
7437 2004-09-06 Nick Clifton <nickc@redhat.com>
7438
7439 * config.sub: Import latest version from master repository.
7440 * config.guess: Likewise.
7441 This includes these changes:
7442
7443 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
7444
7445 * config.sub: Handle crisv32, alias etraxfs.
7446 * config.guess (crisv32:Linux:*:*): Handle.
7447
7448 2004-08-13 Brad Smith <brad@comstyle.com>
7449
7450 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
7451 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
7452
7453 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
7454
7455 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
7456 assume the processor is a powerpc. This is because coreutils
7457 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
7458 in this case, due to a MacOS X bug that causes
7459 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
7460 to return a negative number.
7461 Problem reported by Petter Reinholdtsen in:
7462 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
7463
7464 2004-07-19 Ben Elliston <bje@gnu.org>
7465
7466 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
7467
7468 2004-06-24 Ben Elliston <bje@gnu.org>
7469
7470 * config.guess: Update copyright years.
7471 * config.sub: Likewise.
7472
7473 2004-06-22 Robert Millan <robertmh@gnu.org>
7474
7475 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
7476 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
7477
7478 2004-06-22 Stanley F. Quayle <stan@stanq.com>
7479
7480 * config.guess (*:*VMS:*:*): New entry. Replaces
7481 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
7482 manufacturer.
7483
7484 2004-06-22 Ben Elliston <bje@gnu.org>
7485
7486 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
7487 * config.sub: Likewise.
7488
7489 2004-06-22 Ben Elliston <bje@gnu.org>
7490
7491 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
7492 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
7493
7494 2004-06-11 Ben Elliston <bje@gnu.org>
7495
7496 * config.guess (pegasos:OpenBSD:*:*): Remove.
7497
7498 2004-06-11 Ben Elliston <bje@gnu.org>
7499
7500 From Wouter Verhelst <wouter@grep.be>:
7501 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
7502
7503 2004-06-11 Ben Elliston <bje@gnu.org>
7504
7505 * config.guess (luna88k:OpenBSD:*:*): New.
7506
7507 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
7508
7509 * config.guess (m32r*:Linux:*:*): New case.
7510 * config.sub: Handle m32rle.
7511
7512 2004-03-12 Ben Elliston <bje@wasabisystems.com>
7513
7514 From Jens Petersen <petersen@redhat.com>:
7515 * config.sub: Handle sparcv8.
7516
7517 2004-03-03 Ben Elliston <bje@wasabisystems.com>
7518
7519 From Tom Smith <smith@cag.lkg.hp.com>:
7520 * config.guess: Version suffixes are equally significant on Tru64
7521 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
7522 prefix of "P" (patched kernel).
7523
7524 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
7525
7526 * config.sub: Add support for National Semiconductor CRX target.
7527
7528 2004-09-03 Janis Johnson <janis187@us.ibm.com>
7529
7530 * MAINTAINERS (Various Maintainers): Remove myself as web page
7531 maintainer, add myself as maintainer of build status lists.
7532
7533 2004-09-03 Jan Beulich <jbeulich@novell.com>
7534
7535 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
7536 *-*-netware, but add target-libmudflap.
7537 Consolidate *-*-netware targets (of which really only i?86 exists)
7538 into a single entry.
7539 * configure: Likewise.
7540
7541 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
7542
7543 * Makefile.tpl (sorry): Remove.
7544 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
7545 (cleanstrap targets): Depend on distclean, not distclean-stage1.
7546 (do-clean): Clean per-stage directories too.
7547 (do-distclean): Run distclean-stage1 too.
7548 (.NOTPARALLEL): Enable during toplevel bootstrap.
7549 (stage[+id+]-bubble): Enable parallel execution during
7550 the recursive invocation.
7551 * Makefile.in: Regenerate.
7552
7553 Fix previous checkin:
7554
7555 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
7556 include.
7557 * configure.in: Fix indentation.
7558 * configure: Regenerate.
7559
7560 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
7561
7562 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
7563 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
7564 * configure: regenerate
7565 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
7566 -mdynamic-no-pic
7567
7568 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
7569
7570 * Makefile.def (build_modules): Add fixincludes.
7571 (dependencies): Make gcc depend on fixincludes.
7572 * configure.in (build_tools): Add fixincludes.
7573 (build_configdirs): Always include build_libs.
7574 * Makefile.in: Regenerate.
7575 * configure: Regenerate.
7576
7577 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
7578
7579 * Makefile.def (bootstrap stages): Add 'lean' parameter.
7580 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
7581 phony targets; do not generate timestamp files.
7582 (distclean-stageN): Remove references to their timestamp files.
7583 (restageN, touch-stageN): Remove.
7584 (stageN-bubble): Rewritten.
7585 (compare): Support lean bootstraps.
7586 * Makefile.in: Regenerate.
7587
7588 * configure.in: Only warn when bootstrapping but
7589 build != host or build != target. Support lean bootstraps.
7590 * configure: Regenerate.
7591
7592 2004-08-26 Phil Edwards <phil@codesourcery.com>
7593
7594 * configure.in: Give a better error message if GMP/MPFR are missing
7595 and a language needing them has been requested.
7596 * configure: Regenerated.
7597
7598 2004-08-25 Phil Edwards <phil@codesourcery.com>
7599
7600 * configure.in: Print a list of available language front-ends if
7601 a requested one is missing. Tidy stray tab characters.
7602 * configure: Regenerated.
7603
7604 2004-08-19 Michael Koch <konqueror@gmx.de>
7605
7606 * gcc/doc/install.texi: Update entry about automake for libjava.
7607
7608 2004-08-17 Robert Millan <robertmh@gnu.org>
7609
7610 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
7611 (instead of FreeBSD).
7612 * configure: Regenerate.
7613
7614 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
7615
7616 * Makefile.in: Regenerate.
7617 * configure: Regenerate.
7618
7619 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
7620 stage_*_flags.
7621 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
7622 for bootstrapped modules if toplevel bootstrap is going.
7623 (GCC bootstrap): Generate per-stage targets for all bootstrapped
7624 modules. Adjust for changes in Makefile.def. Enable several
7625 rules even in non-bootstrap mode, just to avoid peppering the
7626 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
7627 (stage-[+prev+]-bubble): Remove.
7628
7629 * Makefile.def (Dependencies): Depend on all-build-bison,
7630 all-build-flex, all-build-byacc, all-build-texinfo, rather
7631 than the host variations.
7632 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
7633 with BUILD_SUBDIR.
7634 (BISON): Update for recent Bisons.
7635 (YACC): Fix typo.
7636 (cross): Depend on all-build.
7637 (all): Do not depend on all-build.
7638 (prebootstrap): Remove.
7639 (dep-kind): Accept separate prefixes for MODULE and ON variables.
7640 (Prebootstrap dependencies): Add them to the per-stage targets
7641 and to all-prebootstrap.
7642 * configure.in (build_configdirs): Always enable build_tools.
7643 (BUILD_DIR_PREFIX): Remove.
7644
7645 * Makefile.def (gcc): Add target variable.
7646 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
7647 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7648 in the recursive `make', instead of hardwiring `all'.
7649 (Autogenerated TARGET-* variables): New.
7650
7651 2004-08-13 Brian Booth <bbooth@redhat.com>
7652
7653 * MAINTAINERS: Remove myself from write-after-approval.
7654
7655 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
7656
7657 * src-release: Stop distributing mmalloc with gdb (which doesn't
7658 use it).
7659 * Makefile.def: GDB doesn't depend on mmalloc anymore.
7660 * Makefile.in: Regenerate.
7661
7662 2004-08-09 Mark Mitchell <mark@codesourcery.com>
7663
7664 * configure.in (arm*-*-eabi*): New target.
7665 * configure: Regenerate.
7666
7667 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
7668
7669 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
7670 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
7671 (Dependencies): New section.
7672 * Makefile.tpl (Dependencies): Generate from Makefile.def.
7673 (configure-target-[+module+]): Depend on maybe-all-gcc
7674 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
7675 (toplevel profiledbootstrap): Fix dependencies.
7676 * Makefile.in: Regenerate.
7677
7678 2004-08-03 Mark Mitchell <mark@codesourcery.com>
7679
7680 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
7681 target-libiberty to noconfigdirs.
7682 * configure: Regenerate.
7683
7684 2004-08-03 Paul Brook <paul@codesourcery.com>
7685
7686 * configure.in: Check for MPFR as well as GMP.
7687 * configure: Regenerate.
7688
7689 2004-08-01 Robert Millan <robertmh@gnu.org>
7690
7691 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
7692 libmudflap for all GNU-based systems (with Glibc).
7693 * configure: Regenerate.
7694
7695 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
7696
7697 * Makefile.def (host-modules): Add gcc.
7698 * Makefile.in: Regenerate.
7699 * Makefile.tpl (sorry): New rule.
7700 (configure-host, all-host, [+make_target+]-host, do-check,
7701 install-host): Do not add gcc as a special case.
7702 (host modules): Add a small special-casing for gcc. Export
7703 extra_make_flags through the environment.
7704 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
7705 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
7706 other recursive targets for gcc): Remove.
7707
7708 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
7709 (stage, unstage): New rules.
7710 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
7711 distclean-stage[+id+]): Use stage_current.
7712 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
7713 the stage*-start rules.
7714
7715 2004-08-02 Geoffrey Keating <geoffk@apple.com>
7716
7717 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
7718 use -all_load flag.
7719
7720 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
7721
7722 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
7723 * configure: Regenerate.
7724
7725 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
7726
7727 * maintainer-scripts/gcc_release: Revert yesterday's change.
7728
7729 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
7730
7731 * MAINTAINERS: Add myself to write-after-approval.
7732
7733 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
7734
7735 * libf2c: Removed.
7736 * gcc/gccbug.in: Updated because of libf2c removal.
7737 * maintainer-scripts/gcc_release: Ditto.
7738
7739 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
7740
7741 * configure.in: Build libmudflap by default on FreeBSD.
7742 * configure: Regenerated.
7743
7744 2004-07-09 Mark Mitchell <mark@codesourcery.com>
7745
7746 * configure.in: Do not build libmudflap by default on non-GNU/Linux
7747 systems.
7748 * configure: Regenerated.
7749
7750 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7751
7752 PR target/16344
7753 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
7754 feedback based compiler.
7755 * Makefile.in: Rebuilt.
7756
7757 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
7758
7759 * Makefile.def (host_modules): Set bootstrap=true for flex.
7760 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
7761 * Makefile.in: Rebuilt.
7762
7763 2004-07-07 Jan Hubicka <jh@suse.cz>
7764
7765 * MAINTAINERS: Add self as a profile feedback maintainer.
7766
7767 2004-07-05 Phil Edwards <phil@codesourcery.com>
7768
7769 * configure.in: Do not prepend $srcdir to /dev/null in
7770 makefile fragments.
7771 * configure: Regenerate.
7772
7773 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
7774
7775 * Makefile.def (build_modules): Add bison, byacc, flex,
7776 m4, texinfo.
7777 (flags_to_pass): Add FLEX.
7778 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
7779 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
7780 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
7781 DEFAULT_MAKEINFO): Remove.
7782 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
7783 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
7784 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
7785 objdir or else use configured tool.
7786 (all-build): New.
7787 (all): Depend on it.
7788 (Build module dependencies): Add.
7789 * Makefile.in: Regenerate.
7790 * configure.in: Better support for multiple build modules,
7791 matching what is done for host/target modules. Do not look
7792 for "plausible" locations of build tools if Canadian cross.
7793 Use autoconf's AC_PROG_CC to find a C compiler. Define
7794 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
7795 * configure: Regenerate.
7796
7797 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
7798
7799 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
7800 * Makefile.in: Regenerate.
7801
7802 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
7803
7804 * Makefile.tpl (configure-build-[+module+],
7805 configure-[+module+], configure-target-[+module+]): Pass
7806 [+extra_configure_args+].
7807 (all-build-[+module+], all-[+module+], check-[+module+],
7808 install-[+module+], [+make_target+]-[+module+],
7809 all-target-[+module+], check-target-[+module+],
7810 install-target-[+module+], [+make_target+]-target-[+module+]):
7811 Pass [+extra_make_args+].
7812 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
7813 (GCC_HOST_EXPORTS): Remove.
7814 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
7815 cross, check-gcc, check-gcc-c++, install-gcc,
7816 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
7817 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
7818 * Makefile.in: Regenerate.
7819
7820 2004-06-21 Matthew Sachs <msachs@apple.com>
7821
7822 * MAINTAINERS: Added self to write-after-approval.
7823
7824 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
7825
7826 * configure.in: Check for srcdir/winsup rather than build directory
7827 winsup.
7828 * configure: Regenerate.
7829
7830 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
7831
7832 * configure.in: Don't build Cygwin native newlib if winsup
7833 directory is missing. Emit warning instead.
7834 * configure: Regenerate.
7835
7836 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
7837
7838 * Makefile.tpl (touch-stage[+id+]): New.
7839 (restage[+prev+]): Depend on touch-stage[+id+].
7840
7841 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
7842 Use it throughout.
7843
7844 * Makefile.def: Add profile and feedback bootstrap stages.
7845 Remove next field from bootstrap stages.
7846 * Makefile.tpl (LN, LN_S): Substitute.
7847 (stageN-start, stageN-end): Use double-colon rules, to
7848 provide a hook for additional setup commands.
7849 (distclean-stageN-gcc, restageN): Create dependencies from
7850 [+prev+], not from [+next+].
7851 (stageN-bubble): Add commands for successive stages from
7852 [+prev+], using double-colon rules.
7853 (all-stageN-gcc): Fix typo.
7854 (stagefeedback-start, profiledbootstrap): New.
7855 * Makefile.in: Regenerate.
7856 * configure.in: Call ACX_PROG_LN.
7857 * configure: Regenerate.
7858
7859 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
7860
7861 * MAINTAINERS (Write After Approval): Add myself.
7862
7863 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
7864
7865 * MAINTAINERS (Write After Approval): Add myself.
7866
7867 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
7868
7869 * configure.in: Fix --enable-bootstrap breakage introduced in trees
7870 without gcc.
7871 * configure: Regenerate.
7872
7873 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7874
7875 * Makefile.tpl: Fix typo.
7876 * Makefile.in: Regenerate.
7877
7878 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7879
7880 * configure.in: Remove new- prefix from toplevel
7881 bootstrap targets.
7882 * configure: Regenerate.
7883
7884 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7885
7886 * Makefile.tpl (all.normal): Rename to all.
7887 (all): Replace with a rule to pick the default
7888 target from configure.
7889 (all-gcc, configure-gcc): Use conditionals to
7890 do nothing when toplevel bootstrap is going on.
7891 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
7892 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
7893 * configure.in: Support --enable-bootstrap.
7894
7895 * Makefile.def: Remove new- prefix from toplevel
7896 bootstrap targets.
7897 * Makefile.tpl: Likewise.
7898
7899 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
7900 target.
7901
7902 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
7903 $(RECURSE_FLAGS) to recursive invocation of make.
7904
7905 * Makefile.in: Regenerate.
7906 * configure: Regenerate.
7907
7908 2004-05-30 Andreas Jaeger <aj@suse.de>
7909 Jim Wilson <wilson@specifixinc.com>
7910
7911 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
7912 like CC.
7913
7914 2004-05-27 Daniel Jacobowitz <dan@debian.org>
7915
7916 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
7917 * configure: Regenerate.
7918
7919 2004-05-25 Daniel Jacobowitz <drow@false.org>
7920
7921 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
7922 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
7923 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
7924 targets.
7925 * Makefile.in: Regenerate.
7926
7927 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
7928
7929 * configure.in: Test the ability to symlink directories.
7930 * configure: Regenerate.
7931
7932 * Makefile.def (bootstrap-stage): New definitions.
7933 * Makefile.tpl (configure-stage1-gcc,
7934 configure-stage2-gcc, configure-stage3-gcc,
7935 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
7936 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
7937 new-restage3, compare): Autogenerate, see Makefile.in
7938 entry for behavioral changes.
7939 (distclean-stage1, new-stage1-start, new-stage1-end,
7940 new-stage1-bubble, distclean-stage2, new-stage2-start,
7941 new-stage2-end, new-stage2-bubble, distclean-stage3,
7942 new-stage3-start, new-stage3-end): New autogenerated targets.
7943 (objext, prebootstrap, BOOT_CFLAGS,
7944 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
7945 targets.
7946
7947 * Makefile.in: Regenerate.
7948 (distclean-stage1, new-stage1-start, new-stage1-end,
7949 new-stage1-bubble, distclean-stage2, new-stage2-start,
7950 new-stage2-end, new-stage2-bubble, distclean-stage3,
7951 new-stage3-start, new-stage3-end): New targets.
7952 (all-stage1-gcc): Move prebootstrap dependency from here...
7953 (configure-stage1-gcc): ...to here.
7954 (new-bootstrap): Use bubble targets.
7955 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7956 Use per-stage distclean targets.
7957 (configure-stage1-gcc, configure-stage2-gcc,
7958 configure-stage3-gcc, all-stage1-gcc,
7959 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
7960 Use new-stageN-start to prepare the tree.
7961
7962 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
7963
7964 * Makefile.def (host_modules): add libcpp.
7965 * Makefile.tpl: Add dependencies on and for libcpp.
7966 * Makefile.in: Regenerate.
7967 * configure.in: Add libcpp host module.
7968 * configure: Regenerate.
7969
7970 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
7971
7972 * Makefile.tpl: Whenever a recursive target is defined, wrap
7973 it in a special @if/@endif block, and prepare its maybe
7974 dependency in the @if/@endif block
7975 * configure.in: Instead of writing maybe dependencies, remove
7976 the @if/@endif statements, and remove the @if/@endif blocks
7977 that remain.
7978 * configure: Regenerate.
7979 * Makefile.in: Regenerate.
7980
7981 2004-05-20 Janis Johnson <janis187@us.ibm.com>
7982
7983 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
7984
7985 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
7986
7987 PR bootstrap/15120
7988 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
7989 * */configure: Rebuilt.
7990
7991 2004-05-17 Zack Weinberg <zack@codesourcery.com>
7992
7993 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
7994 of libf2c.
7995 * configure, Makefile.in: Regenerate.
7996
7997 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
7998
7999 * MAINTAINERS (Write After Approval): Add myself.
8000
8001 2004-05-13 Diego Novillo <dnovillo@redhat.com>
8002
8003 Merge from tree-ssa-20020619-branch.
8004
8005 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
8006 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
8007 (HOST_GMPLIBS): Define.
8008 (HOST_GMPINC): Define.
8009 (TARGET_LIB_PATH): Add libmudflap.
8010 (GFORTRAN_FOR_TARGET): Define.
8011 (configure-build*): Export GFORTRAN.
8012 (configure-gcc): Export GMPLIBS and GMPINC.
8013 (all-gcc): Add maybe-all-libbanshee.
8014 (configure-target-libgfortran): Define.
8015 * Makefile.in: Regenerate.
8016 * configure.in (host_libs): Add libbanshee.
8017 (target_libraries): Add target-libmudflap and target-libgfortran.
8018 Add --with-libbanshee.
8019 Handle --disable-libmudflap.
8020 (*-*-freebsd*): Use with_gmp.
8021 Add $(libgcj) to noconfigdirs.
8022 * configure: Regenerate.
8023 * depcomp: New file.
8024 * MAINTAINERS: Add tree-ssa maintainers.
8025
8026 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
8027
8028 * MAINTAINERS (Various Maintainers): Add myself.
8029
8030 2004-04-30 Brian Ford <ford@vss.fsi.com>
8031
8032 * MAINTAINERS (Write After Approval): Add myself.
8033
8034 2004-04-29 Uros Bizjak <uros@kss-loka.si>
8035
8036 * MAINTAINERS (Write After Approval): Add myself.
8037
8038 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
8039
8040 * config/acx.m4: Fix fastcompare support for new-bootstrap.
8041 * configure: Regenerate.
8042
8043 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
8044
8045 Revert:
8046 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8047
8048 * Makefile.def (flags_to_pass): Remove *dir variables that
8049 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8050 as well as prefix and exec_prefix.
8051 * Makefile.in: Regenerate.
8052
8053 2004-04-26 Robert Millan <robertmh@gnu.org>
8054
8055 Add patches from libtool CVS.
8056 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
8057 * ltconfig: Likewise.
8058 * ltcf-c.sh: Likewise.
8059 * ltcf-cxx.sh: Likewise.
8060 * ltcf-gcj.sh: Likewise.
8061
8062 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8063
8064 * Makefile.def (host_modules): Mark with the bootstrap
8065 flag packages on which gcc depends.
8066 * Makefile.tpl (all-bootstrap): Use it.
8067 * Makefile.in: Regenerate.
8068
8069 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8070
8071 * Makefile.def (flags_to_pass): Remove *dir variables that
8072 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8073 as well as prefix and exec_prefix.
8074 * Makefile.in: Regenerate.
8075
8076 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8077
8078 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
8079 * configure: Regenerate.
8080 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
8081 * gcc/Makefile.tpl (compare): Use the result of the test.
8082 * gcc/Makefile.in: Regenerate.
8083
8084 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
8085
8086 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
8087 Always relocate gcc and prev-gcc to the original names, even
8088 if the build fails.
8089 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8090 New targets.
8091
8092 2004-04-23 Laurent GUERBY <laurent@guerby.net>
8093
8094 * MAINTAINERS: Update my email address.
8095
8096 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8097
8098 * configure.in (mips*-*-irix5*): Enable ld.
8099 * configure: Regenerate.
8100
8101 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8102
8103 * configure: Regenerate.
8104
8105 2004-04-15 James E Wilson <wilson@specifixinc.com>
8106
8107 * Makefile.tpl (configure-[+module+], configure-gcc,
8108 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
8109 Set and export LDFLAGS.
8110 * Makefile.in: Regenerate.
8111
8112 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
8113
8114 * MAINTAINERS: Add myself to write-after-approval.
8115
8116 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
8117
8118 PR bootstrap/14871
8119 * Makefile.tpl: If we don't have built-in-tree target tools,
8120 use the ones found by configure rather than hacking around with
8121 program_transform_name.
8122 * configure.in: Give Makefile.tpl the information necessary
8123 to do that.
8124 * Makefile.in: Regenerate.
8125 * configure: Regenerate.
8126
8127 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
8128
8129 PR bootstrap/14760
8130 * configure.in: When computing baseargs, strip *all* copies of
8131 offending options. Also, don't match/substitute the trailing space,
8132 so that this actually works when two similar options are separated by
8133 only one space.
8134 * configure: Regenerate.
8135
8136 2004-04-06 David Edelsohn <edelsohn@gnu.org>
8137
8138 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
8139 (rs6000-*-aix*): Same.
8140 * configure: Regenerate.
8141
8142 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
8143
8144 * MAINTAINERS: Add myself to write-after-approval.
8145
8146 2004-04-03 Bud Davis <bdavis9659@comcast.net>
8147
8148 * MAINTAINERS: Add myself to write-after-approval.
8149
8150 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
8151
8152 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
8153 STRICT_WARN, WARN_CFLAGS flags passed down to make.
8154 * Makefile.in: Regenerate.
8155
8156 * configure.in (top level bootstrap support): Rework --enable-werror
8157 to set @stage2_werror_flag@.
8158 * configure: Regenerate.
8159 * Makefile.tpl (top level bootstrap support): Pass
8160 @stage2_werror_flag@ down to configure in stages 2 and 3.
8161 * Makefile.in: Regenerate.
8162
8163 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
8164
8165 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
8166 for stages 2 and 3 as well as in make. As a consequence, remove
8167 OUTPUT_OPTION (now detected by configure) from the flags passed down
8168 to make.
8169 * Makefile.in: Regenerate.
8170
8171 * Makefile.tpl (new-bootstrap): Fix typo.
8172 * Makefile.in: Regenerate.
8173
8174 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
8175
8176 * Makefile.tpl: Rearrange by moving recursive_targets rules
8177 into their proper sections.
8178 * Makefile.tpl (top level bootstrap support): Move disabling
8179 of coverage flags from 'make' to 'configure'; improve comments.
8180 * Makefile.in: Regenerate.
8181
8182 * Makefile.tpl (experimental top level bootstrap) Move stage1
8183 language setting from all- target to configure- target; disable
8184 intermodule optimization in stage 1; prevent gratuitous rebuilds
8185 of stage 1.
8186 * Makefile.in: Regenerate.
8187 * configure.in: Comma-separate stage 1 language list for top
8188 level bootstrap.
8189 * configure: Regenerate.
8190
8191 * Makefile.tpl: Clean up experimental top level bootstrap support:
8192 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
8193 prev-gcc in configure- targets as well as all- targets.
8194 * Makefile.in: Regenerate.
8195
8196 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
8197
8198 * compile: New file imported from automake.
8199
8200 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
8201
8202 * configure.in: Remove symbolic link section.
8203 * configure: Regenerate.
8204 * Makefile.tpl (links): Remove.
8205 * Makefile.in: Regenerate.
8206
8207 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
8208 Nathanael Nerode <neroden@gcc.gnu.org>
8209
8210 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
8211 Set with AC_CHECK_PROGS.
8212 * configure.in: Fix comment typo from last patch.
8213 * configure: Regenerate.
8214
8215 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
8216
8217 * Makefile.tpl: Introduce experimental top level bootstrap support.
8218 * Makefile.in: Regenerate.
8219 * configure.in: Introduce support for top level bootstrap.
8220 * configure: Regenerate.
8221
8222 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
8223 Paolo Bonzini <bonzini@gnu.org>
8224
8225 PR bootstrap/14522
8226 * configure.in: Cope with shells that do not support unquoted ^
8227 * configure: Regenerate.
8228
8229 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
8230 Paolo Bonzini <bonzini@gnu.org>
8231
8232 PR bootstrap/14522
8233 * configure.in: Cope with shells that do not support nesting
8234 quotes inside quoted backquote substitutions.
8235 * configure: Regenerate.
8236
8237 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
8238
8239 PR bootstrap/14522
8240 * configure.in: Fix escaping of $.
8241 * configure: Regenerate.
8242
8243 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
8244
8245 * configure: Regenerate, since I forgot to while committing Paolo's
8246 changes.
8247
8248 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
8249
8250 PR ada/14131
8251 Move language detection to the top level.
8252 * configure.in: Find default values for the tools as
8253 soon as possible. Disable ada if GNAT is not found.
8254 Emit error message about missing languages. Expand
8255 --enable-languages=all for the gcc subdirectory.
8256
8257 2004-03-10 Ben Elliston <bje@gnu.org>
8258
8259 * MAINTAINERS: Update my email address.
8260
8261 2004-03-05 David Edelsohn <edelsohn@gnu.org>
8262
8263 * ltconfig: Disable building static libraries if building shared
8264 libraries on AIX 5L.
8265
8266 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
8267
8268 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
8269 and disable libgcj.
8270 * configure: Regenerated.
8271
8272 2004-03-01 Brian Booth <bbooth@redhat.com>
8273
8274 * MAINTAINERS: Add myself to write-after-approval.
8275
8276 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
8277
8278 * MAINTAINERS: Add myself to write-after-approval.
8279
8280 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8281
8282 PR bootstrap/7087
8283 * Makefile.tpl: Guard XFOO sed statements better.
8284 * Makefile.tpl: Add dependency for configure-target-libada.
8285 * Makefile.in: Regenerate (incidentally fixes broken
8286 commit when libada-branch was merged).
8287
8288 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
8289
8290 * MAINTAINERS: Add myself to write-after-approval.
8291
8292 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
8293
8294 * MAINTAINERS: Add Nicola Pero and myself as libobjc
8295 maintainers.
8296
8297 2004-02-20 Andrew Cagney <cagney@redhat.com>
8298
8299 * config.guess: Update from version 2003-10-16 to 2004-02-16.
8300 * config.sub: Update from version 2003-11-03 to 2004-02-16.
8301
8302 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
8303
8304 PR bootstrap/11932
8305 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
8306
8307 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
8308
8309 * MAINTAINERS: Added myself to write-after-approval.
8310
8311 2004-02-14 Michael Koch <konqueror@gmx.de>
8312
8313 * MAINTAINERS: Added myself to write-after-approval.
8314
8315 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
8316
8317 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
8318 some OS port maintainers to OS port maintainers section.
8319
8320 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
8321
8322 * MAINTAINERS: Add self.
8323
8324 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
8325
8326 * MAINTAINERS: Alphabetize.
8327
8328 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
8329
8330 * MAINTAINERS: Remove myself.
8331
8332 2004-02-11 David Edelsohn <edelsohn@gnu.org>
8333
8334 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
8335 (rs6000-*-aix*): Same.
8336 * configure: Regenerate.
8337
8338 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
8339
8340 * configure.in (host): Add in missing $noconfigdirs to defines.
8341 * configure: Regenerate.
8342
8343 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
8344 Nathanael Nerode <neroden@gcc.gnu.org>
8345
8346 PR ada/6637, PR ada/5911
8347 Merge with libada-branch:
8348 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
8349 with appropriate dependencies. Add --enable-libada configure switch.
8350 * configure, Makefile.in: Regenerate.
8351
8352 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
8353
8354 * MAINTAINERS: Add myself to write-after-approval.
8355
8356 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8357
8358 * configure.in: Don't pass --with-stabs on IRIX 5 either.
8359 * configure: Regenerate.
8360
8361 2004-02-04 Geoffrey Keating <geoffk@apple.com>
8362
8363 Merge from upstream:
8364
8365 * ltmain.in: When setting IFS to '~', be careful about user
8366 arguments that contain '~'.
8367
8368 2004-02-04 Peter O'Gorman <peter@pogma.com>
8369
8370 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
8371 Also test $base_compile against $CC with escaped arguments. Bug
8372 reported by Geoff Keating <geoffk@apple.com>.
8373
8374 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
8375
8376 * MAINTAINERS: Remove i960 port.
8377
8378 2004-01-23 DJ Delorie <dj@redhat.com>
8379
8380 * Makefile.def (target_modules) [libiberty]: Don't stage.
8381 * Makefile.in: Rebuilt.
8382
8383 2004-01-20 Caroline Tice <ctice@apple.com>
8384
8385 * MAINTAINERS: Add myself to write-after-approval.
8386
8387 2004-01-19 Paolo Carlini <pcarlini@suse.de>
8388
8389 * MAINTAINERS: Update my email address.
8390
8391 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
8392
8393 * MAINTAINERS: Add myself to write-after-approval.
8394
8395 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
8396
8397 * MAINTAINERS: Remove entries without email address.
8398
8399 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
8400
8401 * MAINTAINERS: Add myself to write-after-approval.
8402
8403 2004-01-15 Steven Bosscher <stevenb@suse.de>
8404
8405 * MAINTAINERS: Update my email address.
8406
8407 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
8408
8409 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
8410 * Makefile.tpl (configure-target-[+module+]): Support stage.
8411 * Makefile.in: Rebuilt.
8412
8413 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
8414
8415 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
8416
8417 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
8418
8419 * MAINTAINERS: Add myself as a MIPS maintainer.
8420
8421 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
8422
8423 * configure.in: Use ./config.cache, not config.cache.
8424 * configure: Regenerate.
8425 * Makefile.tpl: Special-casing not needed for GCC any more.
8426 * Makefile.in: Regenerate.
8427
8428 * configure.in: Don't share a cache file for host dirs.
8429 * configure: Regenerate.
8430
8431 * config-ml.in: Don't mess with the cache file.
8432
8433 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
8434
8435 * MAINTAINERS: Move myself from 'Write After Approval' to
8436 'CPU Port Maintainers' section as SPARC maintainer.
8437
8438 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
8439
8440 * Makefile.tpl: Make GCC use a separate config.cache.
8441 * Makefile.in: Regenerate.
8442
8443 PR bootstrap/11932, PR bootstrap/11933
8444 (I don't know if it will fix either of them, but it relates
8445 to them.)
8446 * configure.in: Don't use shared config.cache for target
8447 directories.
8448 * configure: Regenerate.
8449
8450 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
8451
8452 * MAINTAINERS: Add myself to 'Write After Approval' section.
8453
8454 2003-12-31 Roger Sayle <roger@eyesopen.com>
8455
8456 * configure.in (ia64*-*-hpux*): Disable building java libraries.
8457 * configure: Regenerated.
8458
8459 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
8460
8461 * MAINTAINERS: Remove the mn10200 maintainer.
8462
8463 2003-12-21 Bernardo Innocenti <bernie@develer.com>
8464
8465 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
8466 * configure: Regenerated.
8467
8468 2003-12-16 Jan Hubicka <jh@suse.cz>
8469
8470 * MAINTAINERS: Add myself as callgraph maintainer.
8471
8472 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
8473
8474 * configure.in (raw_libstdcxx_flags): Remove the leading space.
8475 * configure: Regenerate.
8476
8477 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
8478
8479 * MAINTAINERS: Move myself from 'Bug database only accounts' to
8480 'Write After Approval' section. Update email.
8481
8482 2003-12-01 James Lemke <jim@wasabisystems.com>
8483
8484 * MAINTAINERS (Write After Approval): Add myself.
8485
8486 2003-11-20 Matt Thomas <matt@3am-software.com>
8487
8488 * MAINTAINERS: Add myself as a vax port maintainer.
8489
8490 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
8491
8492 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
8493 (configure-build-[+module+], configure-[+module+]): Likewise.
8494 (configure-target-[+module+], configure-gcc, config.status): Likewise.
8495 * Makefile.in: Regenerate.
8496
8497 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
8498
8499 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
8500 shared/dylibed libraries.
8501 * ltmain.sh: Likewise.
8502 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
8503 * ltcf-cxx.sh: Likewise.
8504 * ltcf-gcj.sh: Likewise.
8505 * ltconfig: Likewise.
8506
8507 2003-11-17 Stan Cox <scox@redhat.com>
8508
8509 * MAINTAINERS: Add myself as iq2000 port maintainer.
8510
8511 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
8512
8513 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
8514 * Makefile.in: Regenerate.
8515
8516 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
8517
8518 * config.sub: Update to 2003-11-03 version.
8519
8520 2003-10-20 Phil Edwards <phil@codesourcery.com>
8521
8522 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
8523 * configure: Regenerate.
8524
8525 2003-10-20 Nicolas Pitre <nico@cam.org>
8526
8527 * MAINTAINERS: Add myself to 'Write After Approval' section.
8528
8529 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
8530
8531 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8532
8533 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
8534
8535 * MAINTAINERS: Update my email address.
8536
8537 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8538
8539 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
8540
8541 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
8542
8543 * MAINTAINERS: Add myself to 'Write After Approval' section.
8544
8545 2003-10-16 Bernardo Innocenti <bernie@develer.com>
8546
8547 * config.guess: Update to 2003-10-16 version.
8548 * config.sub: Update to 2003-10-16 version.
8549
8550 2003-10-15 David Daney <ddaney@avtrex.com>
8551
8552 * MAINTAINERS: Added myself to 'Write After Approval' section.
8553
8554 2003-10-15 Falk Hueffner <falk@debian.org>
8555
8556 * MAINTAINERS: Move myself from 'Bug database only accounts' to
8557 'Write After Approval' section. Update email.
8558
8559 2003-10-14 Roger Sayle <roger@eyesopen.com>
8560
8561 * MAINTAINERS: Move myself from 'Write After Approval' to
8562 'Various Maintainers' section as middle-end maintainer.
8563
8564 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
8565
8566 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
8567 HOST_FLAGS_TO_PASS.
8568 * Makefile.in: Regenerate.
8569
8570 2003-10-11 Bernardo Innocenti <bernie@develer.com>
8571
8572 * config.guess: Update to 2003-10-07 version.
8573 * config.sub: Update to 2003-10-07 version.
8574
8575 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8576
8577 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
8578 * ltconfig (irix5*, irix6*): Don't override version_type.
8579
8580 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
8581
8582 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
8583 * configure: Rebuilt
8584 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
8585 * Makefile.in: Rebuilt
8586
8587 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
8588
8589 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
8590
8591 2003-09-30 Carlo Wood <carlo@alinoe.com>
8592
8593 * MAINTAINERS (Write After Approval): Add myself.
8594
8595 2003-09-29 Paul Koning <ni1d@arrl.net>
8596
8597 * MAINTAINERS: Move myself from "Write After Approval"
8598 to CPU platform maintainers for pdp11 platform.
8599
8600 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
8601
8602 * MAINTAINERS: Move myself from 'Write After Approval' to
8603 'Various Maintainers' section as libffi testsuite maintainer.
8604
8605 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
8606
8607 * configure.in: Pass a computed --program-transform-name
8608 to subconfigures.
8609 * configure: Regenerated.
8610
8611 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8612
8613 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
8614 * Makefile.in: Regenerate.
8615
8616 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
8617 * Makefile.in: Regenerate.
8618
8619 2003-09-19 Ziemowit Laski <zlaski@apple.com>
8620
8621 * MAINTAINERS: Move myself from 'Write After Approval'
8622 to 'Various Maintainers' (objective-c) section.
8623
8624 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
8625
8626 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
8627 quoting.
8628 * configure: Regenerated.
8629
8630 2003-09-16 Joel Brobecker <brobecker@gnat.com>
8631
8632 * MAINTAINERS (Write After Approval): Add myself to write after
8633 approval list.
8634
8635 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
8636
8637 * MAINTAINERS (Write After Approval): Add myself.
8638
8639 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
8640
8641 * MAINTAINERS: Update my e-mail address.
8642
8643 2003-09-09 Alan Modra <amodra@bigpond.net.au>
8644
8645 * libtool.m4 (LD): Correct powerpc64 host match.
8646
8647 2003-09-06 James E Wilson <wilson@tuliptree.org>
8648
8649 * MAINTAINTERS: Update my affiliation and email address.
8650
8651 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8652
8653 * MAINTAINERS (Write After Approval): Add myself.
8654
8655 2003-09-04 DJ Delorie <dj@redhat.com>
8656
8657 * configure: Regenerate.
8658
8659 2003-09-04 Robert Millan <robertmh@gnu.org>
8660
8661 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
8662
8663 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8664
8665 * configure.in: Ensure arguments to sed are properly spaced.
8666 * configure: Regenerate.
8667
8668 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
8669
8670 * MAINTAINERS: Update my e-mail address.
8671
8672 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
8673
8674 * MAINTAINERS (Write After Approval): Add myself.
8675
8676 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
8677
8678 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
8679 * configure: Regenerated.
8680
8681 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
8682
8683 * MAINTAINERS: Update my email address.
8684
8685 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
8686
8687 * configure.in: Use newline instead of semicolon when assuming
8688 shell arguments in a for loop.
8689 * configure: Regenerated.
8690
8691 2003-08-22 Jason Eckhardt <jle@rice.edu>
8692
8693 * MAINTAINERS: Resurrect the i860 maintainer.
8694
8695 2003-08-20 Geoffrey Keating <geoffk@apple.com>
8696
8697 PR 8180
8698 * configure.in: When testing with_libs and with_headers, treat
8699 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
8700 * configure: Regenerate.
8701
8702 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
8703 make, shell, etc.
8704 (baseargs): Likewise.
8705 * configure: Regenerate.
8706
8707 2003-08-20 Bernardo Innocenti <bernie@develer.com>
8708
8709 * MAINTAINERS (Write After Approval): Add myself.
8710
8711 2003-08-19 Geoffrey Keating <geoffk@apple.com>
8712
8713 * configure.in: Disable libgcj for darwin not on powerpc.
8714 * configure: Rebuild.
8715
8716 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
8717
8718 * config-ml.in, symlink-tree: Add license.
8719
8720 2003-08-03 Richard Stallman <rms@gnu.org>
8721 Eben Moglen <moglen@columbia.edu>
8722
8723 * README.SCO: New file.
8724
8725 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
8726
8727 * Makefile.tpl (check, check-c++): Express dependencies using
8728 dependencies rather than commands.
8729 * Makefile.in: Regenerate.
8730
8731 2003-08-01 Andrew Cagney <cagney@redhat.com>
8732
8733 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
8734 * configure: Ditto.
8735
8736 2003-07-31 Geoffrey Keating <geoffk@apple.com>
8737
8738 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
8739 * Makefile.in: Update.
8740
8741 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
8742
8743 * configure.in: Enable libgcj for darwin.
8744 * configure: Rebuild.
8745
8746 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
8747
8748 * config-ml.in: Use ac_configure_args directly instead of
8749 ml_arguments. Only set ml_norecursion if --no[-]recursion is
8750 actually seen.
8751
8752 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
8753
8754 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
8755 creating target and build subdirs to build all parent dirs as needed.
8756 * Makefile.in: Rebuild.
8757 * configure.in: Don't build dirs explicitly here.
8758 * configure: Rebuild.
8759
8760 2003-07-26 Paul Brook <paul@nowt.org>
8761
8762 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
8763
8764 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
8765
8766 * Makefile.tpl (all-make): Depend on intl.
8767 * Makefile.in: Rebuilt.
8768
8769 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
8770
8771 * install-sh: Update to newer upstream versions (associated with
8772 aclocal 1.7).
8773 * mkinstalldirs: Likewise.
8774 * missing: Likewise, plus $1Help2man -> $1 typo fix.
8775
8776 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
8777
8778 * MAINTAINERS: Move self from Bug database only accounts
8779 to write-after-approval.
8780
8781 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
8782
8783 * config.if: Remove unused libc_interface determination.
8784
8785 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
8786
8787 * MAINTAINERS: Move self from write-after-approval to
8788 build machinery (*.in).
8789
8790 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
8791
8792 PR bootstrap/11273
8793 PR bootstrap/11408
8794 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
8795 unused INSTALL_PROGRAM_ARGS.
8796 * configure.in: Use AC_PROG_INSTALL.
8797 * Makefile.in: Regenerate.
8798 * configure: Regenerate.
8799
8800 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
8801
8802 * MAINTAINERS: Alphabetize.
8803
8804 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
8805
8806 * configure: Rebuilt.
8807 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8808 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
8809 newlib nor libgloss.
8810 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
8811 * configure.in (am33_2.0-*-linux*): Added.
8812
8813 2003-07-09 Bob Wilson <bob.wilson@acm.org>
8814
8815 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
8816 * configure: Regenerate.
8817
8818 2003-07-07 Zack Weinberg <zack@codesourcery.com>
8819
8820 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
8821 * Makefile.in: Regenerate.
8822
8823 2003-07-04 Zack Weinberg <zack@codesourcery.com>
8824
8825 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
8826 * Makefile.in: Regenerate.
8827
8828 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8829
8830 * Makefile.tpl: Replace PWD with PWD_COMMAND.
8831 * Makefile.in: Regenerated.
8832
8833 * config-ml.in: Replace PWD with PWD_COMMAND.
8834
8835 2003-07-04 Zack Weinberg <zack@codesourcery.com>
8836
8837 * intl: New directory; see intl/ChangeLog for details.
8838 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
8839 * Makefile.tpl: all-gcc depends on maybe-all-intl.
8840 * Makefile.in: Regenerate.
8841
8842 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
8843
8844 * configure.in: Clean up config-lang.in handling. Delete
8845 useless assignment to "subdirs".
8846 * configure: Regenerate.
8847
8848 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
8849
8850 * configure.in: Rename 'target_libs' to 'target_libraries'.
8851 Remove useless reference to 'target_libs'.
8852 * configure: Regenerate.
8853
8854 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
8855
8856 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
8857 * Makefile.in: Regenerate.
8858
8859 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
8860
8861 * Makefile.def: Introduce flags_to_pass.
8862 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
8863 * Makefile.in: Regenerate.
8864
8865 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
8866
8867 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
8868 and target-libgloss.
8869 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
8870 <h8300*-*-*>: Disable libf2c and ${libgcj}.
8871 * configure: Regenerate.
8872
8873 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
8874
8875 * configure.in: Update testsuite_flags to new location.
8876 * configure. Regenerate.
8877
8878 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
8879
8880 * Makefile.tpl: Remove BUILD_CC stuff.
8881 * Makefile.in: Regenerate.
8882
8883 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
8884
8885 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
8886
8887 2003-06-16 Graeme Peterson <gp@qnx.com>
8888
8889 * MAINTAINERS (Write After Approval): Add myself.
8890
8891 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
8892
8893 * config.guess: Update to 2003-06-12 version.
8894 * config.sub: Update to 2003-06-13 version.
8895
8896 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
8897
8898 * config.guess: Update to 2003-06-06 version.
8899 * config.sub: Update to 2003-06-06 version.
8900
8901 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8902
8903 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
8904 * configure. Regenerate.
8905
8906 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
8907
8908 * configure.in: Disable serial configure by default.
8909 * configure: Regenerate.
8910 * Makefile.tpl: Abolish .NOTPARALLEL.
8911 * Makefile.in: Regenerate.
8912
8913 * Makefile.tpl: Replace {build,host,target}_canonical by
8914 {build,host,target}.
8915 * Makefile.in: Regenerate.
8916
8917 * Makefile.tpl: Fix stupid pasto.
8918 * Makefile.in: Regenerate.
8919
8920 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
8921
8922 * Makefile.tpl: Remove bogus conditional.
8923 * Makefile.in: Regenerate.
8924
8925 2003-06-05 Jan Hubicka <jh@suse.cz>
8926
8927 * Makefile.tpl (profiledbootstrap): New target.
8928 * Makefile.in (profiledbootstrap): New target.
8929
8930 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
8931
8932 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
8933 Pinski. Remove user names from other bugzilla-only maintainers.
8934
8935 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
8936
8937 * Makefile.tpl: Make 'recursive targets' using autogen rather
8938 than shell loop. Remove duplicate 'clean' targets and false
8939 comments.
8940 * Makefile.def: Add systematic dependencies to 'recursive' targets.
8941 Add systematic method of specifying missing targets in subdirs.
8942 Add copyright boilerplate.
8943 * Makefile.in: Regenerate.
8944 * configure.in: Add 'recursive targets' to maybe list.
8945 * configure: Regenerate.
8946
8947 * MAINTAINERS: "GNATS only" -> "Bug database only".
8948
8949 * Makefile.tpl: Rename [+target+] to [+make_target+].
8950 * Makefile.def: Rename 'target' to 'make_target'.
8951
8952 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
8953
8954 * MAINTAINERS: Add self as options handling maintainer.
8955
8956 2003-05-28 Michael Meissner <gnu@the-meissners.org>
8957
8958 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
8959 been too long since I touched those ports.
8960
8961 2003-05-28 DJ Delorie <dj@redhat.com>
8962
8963 * Makefile.tpl: Make maybe-check-gcc .PHONY.
8964 * Makefile.in: Regenerate.
8965
8966 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
8967
8968 * configure.in: Use curly braces in the definition of tooldir.
8969 * configure: Regenerate.
8970
8971 2003-05-21 DJ Delorie <dj@redhat.com>
8972
8973 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
8974 newlib or libgloss.
8975 * Makefile.in: Regenerate.
8976
8977 2003-05-21 DJ Delorie <dj@redhat.com>
8978
8979 * Makefile.tpl: Add missing empty maybe-check-gcc target.
8980 * Makefile.in: Regenerate.
8981
8982 2003-05-20 Ian Lance Taylor <ian@airs.com>
8983
8984 * MAINTAINERS: Update my e-mail address.
8985
8986 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
8987
8988 * configure.in: Switch more things to use maybe dependencies.
8989 * Makefile.tpl: Switch more things to use maybe dependencies.
8990 Factor out common code from autogen IF statements.
8991 * configure: Regenerate.
8992 * Makefile.in: Regenerate.
8993
8994 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
8995
8996 * configure.in: Accept i[3456789]86 for machine type.
8997 * configure: Regenerate.
8998
8999 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
9000
9001 * configure.in: Switch more things to use maybe dependencies.
9002 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
9003 * configure: Regenerate.
9004 * Makefile.tpl: Switch more things to use maybe dependencies.
9005 * Makefile.in: Regenerate.
9006
9007 2003-05-16 Andreas Schwab <schwab@suse.de>
9008
9009 * Makefile.tpl (install-opcodes): Define.
9010 * Makefile.in: Rebuild.
9011
9012 2003-05-13 Andreas Jaeger <aj@suse.de>
9013
9014 * config.guess: Update to 2003-05-09 version.
9015 * config.sub: Update to 2003-05-09 version.
9016
9017 2003-05-13 Michael Eager <eager@mvista.com>
9018
9019 * configure.in: Correct sed script so that options in quotes are not
9020 deleted.
9021 * configure: Rebuild.
9022
9023 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
9024
9025 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
9026 and $$s/newlib/libc/sys/cygwin32 include paths.
9027 * configure: Ditto.
9028
9029 2003-05-12 Michael Meissner <gnu@the-meissners.org>
9030
9031 * MAINTAINERS: Update my email addresses.
9032
9033 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
9034
9035 * config-ml.in: Propagate INSTALL variables.
9036
9037 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9038
9039 * MAINTAINERS: Remove duplicate entries in Write After Approval.
9040
9041 2003-05-02 Chris Demetriou <cgd@broadcom.com>
9042
9043 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
9044 * Makefile.in: Regenerate.
9045
9046 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
9047
9048 * MAINTAINERS (GNATS only): Add Falk Hueffner.
9049
9050 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
9051
9052 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
9053
9054 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
9055
9056 * Makefile.tpl: Clean $(BUILD_SUBDIR).
9057 * Makefile.in: Regenerated.
9058
9059 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
9060
9061 * MAINTAINERS (Write After Approval): Upgrade myself from
9062 GNATS only to write-after-approval. Update my mail address.
9063
9064 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
9065
9066 (OS Port Maintainers: freebsd): Add myself.
9067
9068 2003-04-22 Mark Mitchell <mark@codesourcery.com>
9069
9070 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
9071
9072 2003-04-22 Kean Johnston <jkj@sco.com>
9073
9074 * MAINTAINERS (SCO ports): Added myself.
9075
9076 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
9077
9078 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
9079
9080 2003-04-19 Kean Johnston <jkj@sco.com>
9081
9082 * MAINTAINERS (Write After Approval): Add myself.
9083
9084 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9085
9086 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
9087 * Makefile.in: Regenerate.
9088
9089 2003-04-18 Jakub Jelinek <jakub@redhat.com>
9090
9091 * configure.in (powerpc64*-*-linux*): Remove.
9092 * configure: Rebuilt.
9093
9094 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
9095
9096 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
9097 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
9098 and restrap.
9099 * Makefile.in: Regenerate.
9100
9101 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
9102
9103 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
9104 * configure: Regenerated.
9105
9106 2003-04-15 DJ Delorie <dj@redhat.com>
9107
9108 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
9109
9110 2003-04-13 Nick Clifton <nickc@redhat.com>
9111
9112 * config-ml.in: Remove support for --disable-aix removing
9113 call-aix multilibs.
9114
9115 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
9116
9117 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
9118 * */configure: Rebuilt.
9119
9120 2003-04-08 Joel Sherrill <joel@oarcorp.com>
9121
9122 * MAINTAINERS: Add my email address.
9123
9124 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
9125
9126 * MAINTAINERS (Write After Approval): Add myself.
9127
9128 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
9129
9130 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
9131 * Makefile.in: Regenerate.
9132
9133 2003-03-14 Michael Chastain <mec@shout.net>
9134
9135 * Makefile.in: Regenerate with correct Makefile.def.
9136
9137 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
9138
9139 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
9140 Make macro.
9141 * Makefile.in: Regenerate.
9142 * configure.in: Clean up gxx_include_dir logic.
9143 * configure: Regenerate.
9144
9145 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
9146
9147 * MAINTAINERS (Write After Approval): Add myself.
9148
9149 2003-03-10 Ben Elliston <bje@wasabisystems.com>
9150
9151 * MAINTAINERS: Update my mail address.
9152
9153 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9154
9155 * configure.in (gxx_include_dir): Fix typo.
9156 * configure: Regenerated.
9157
9158 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
9159
9160 * Makefile.tpl: Reindent.
9161 * Makefile.in: Regenerate.
9162 * configure.in: Reindent. Don't set unused variables.
9163 * configure: Regenerate.
9164
9165 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
9166
9167 * configure.in: Include $(build_tooldir)/sys-include in
9168 FLAGS_FOR_TARGET.
9169 * configure: Regenerated.
9170
9171 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
9172
9173 * Makefile.tpl: Always pass down RANLIB.
9174 * Makefile.in: Regenerate.
9175
9176 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
9177 * Makefile.in: Regenerate.
9178 * configure.in: Remove unused logic relating to --enable-shared
9179 and --enable-threads. Remove bogus comments. Remove redundant
9180 noconfigdirs.
9181 * configure: Regenerate.
9182
9183 * configure.in: Replace ${libstdcxx_version} by its value.
9184 Remove reference to mh-dgux.
9185 * configure: Regenerate.
9186
9187 2003-03-03 Kevin Buettner <kevinb@redhat.com>
9188
9189 * MAINTAINERS (Write After Approval): Add myself.
9190
9191 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9192
9193 * Makefile.tpl: Rearrange.
9194 * Makefile.in: Regenerate.
9195
9196 2003-02-25 Uwe Stieber <uwe@wwws.de>
9197
9198 * configure.in: Add support for kaOS as cross build target system.
9199 * configure: Regenerated.
9200
9201 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
9202
9203 * MAINTAINERS (Write after approval): Add myself.
9204
9205 2003-02-21 James E Wilson <wilson@tuliptree.org>
9206
9207 * MAINTAINERS: Update my email address.
9208
9209 2003-02-21 Zack Weinberg <zack@codesourcery.com>
9210
9211 * MAINTAINERS: Add self to blanket write privs. section.
9212
9213 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
9214
9215 * Makefile.tpl: Add definition of CPPFLAGS to pass into
9216 configure-target-* as some target builds may require additional
9217 flags for preprocessor tests.
9218 * Makefile.in: Regenerated.
9219
9220 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
9221
9222 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
9223 * ltconfig: Handle it.
9224 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
9225 auto-detecting it.
9226
9227 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
9228 it is used as argument to $CC.
9229 * ltcf-gcj.sh: Likewise.
9230
9231 * configure.in: Introduce --enable-maintainer-mode.
9232 * configure: Rebuilt.
9233 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
9234 for maintainer mode.
9235 * Makefile.in: Rebuilt.
9236
9237 2003-02-18 Jason Merrill <jason@redhat.com>
9238
9239 * Makefile.tpl (check-c++): Allow parallelism.
9240
9241 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9242
9243 * MAINTAINERS: Remove John Carr (who never actually had access to
9244 gcc.gnu.org).
9245
9246 2003-02-15 Geoffrey Keating <geoffk@apple.com>
9247
9248 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
9249 don't configure target-libobjc.
9250 * configure: Regenerate.
9251
9252 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9253
9254 * Makefile.tpl (RANLIB): Define.
9255 * Makefile.in: Regenerate.
9256
9257 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
9258
9259 * MAINTAINERS: Update my email.
9260
9261 2003-02-06 Keith R Seitz <keiths@redhat.com>
9262
9263 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
9264 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
9265 * Makefile.in: Regenerated.
9266 * configure.in: Remove all traces of snavigator, db, and grep.
9267 * configure: Regenerated.
9268
9269 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9270
9271 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
9272 After Approval.
9273
9274 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
9275
9276 * MAINTAINERS (Write after approval): Add myself.
9277
9278 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
9279
9280 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
9281 * Makefile.in: Regenerated.
9282
9283 2003-01-30 Roger Sayle <roger@eyesopen.com>
9284
9285 * config.guess: Updated to 2003-01-30's version.
9286 * config.sub: Updated to 2003-01-28's version.
9287
9288 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
9289
9290 * config.if: If gcc_version is already set, just use it. Don't set
9291 gcc_version_trigger if it's already set, otherwise set it to
9292 gcc/version.c, but only if the file exists. If it is not set and
9293 gcc/version.c does not exist, try to extract the version number from
9294 $CC.
9295
9296 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
9297
9298 * MAINTAINERS: Add myself to write-after-approval list.
9299
9300 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
9301
9302 * configure.in: Revert 24Jan change.
9303 * configure: Regenerate.
9304
9305 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9306
9307 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
9308 entry of HJ Lu.
9309
9310 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
9311
9312 * configure.in: Revert previous change.
9313 * configure: Regenerate.
9314
9315 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
9316
9317 * configure.in: Make rda native-only.
9318 * configure: Regenerate.
9319
9320 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9321
9322 * MAINTAINERS: Move myself from GNATS-only-accounts to
9323 write-after-approval.
9324
9325 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
9326
9327 * configure.in: Add missing \.
9328 * configure: Rebuilt.
9329
9330 2003-01-17 Jakub Jelinek <jakub@redhat.com>
9331
9332 * configure.in (baseargs): Avoid using \| in sed regular
9333 expressions.
9334 * configure: Rebuilt.
9335
9336 2003-01-16 Jakub Jelinek <jakub@redhat.com>
9337
9338 * configure.in (baseargs): Remove all supported forms of
9339 --cache-file, --srcdir, --host, --build and --target options
9340 from argument lists.
9341 * configure: Rebuilt.
9342
9343 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
9344
9345 * MAINTAINERS: Add myself to write-after-approval list.
9346
9347 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
9348
9349 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
9350 * configure: Rebuilt.
9351
9352 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
9353
9354 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
9355 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
9356 * Makefile.in: Regenerate.
9357 * configure: Regenerate.
9358
9359 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
9360
9361 * configure.in: Remove Makefile in build, host and target modules
9362 unless configure was run with --no-recursion.
9363 * configure: Rebuilt.
9364
9365 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
9366
9367 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
9368 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
9369 * Makefile.in: Regenerate.
9370
9371 2003-01-08 Chris Demetriou <cgd@broadcom.com>
9372
9373 * config.guess: Update to 2003-01-03 version.
9374 * config.sub: Update to 2003-01-03 version.
9375
9376 2003-01-07 Christopher Faylor <cgf@redhat.com>
9377
9378 * configure: Regenerate with proper autoconf 2.13.
9379
9380 2003-01-07 Christopher Faylor <cgf@redhat.com>
9381
9382 * configure.in: Add AC_PREREQ for consistency.
9383 * configure: Regenerate.
9384
9385 2003-01-06 Andrew Cagney <ac131313@redhat.com>
9386
9387 * configure.in (GDB_TK): Add tcl directories conditional on
9388 gdb/gdbtk directory being present.
9389 * configure: Regenerate.
9390
9391 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
9392
9393 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
9394 used by gcc if LD is not defined and we are not doing a Canadian Cross.
9395 * configure: Rebuilt.
9396
9397 2002-12-31 Tom Tromey <tromey@redhat.com>
9398
9399 * Makefile.in: Rebuilt.
9400 * Makefile.def (target_modules) [libffi]: Allow installation.
9401
9402 2002-12-31 Andreas Schwab <schwab@suse.de>
9403
9404 * configure.in: Fix use of $program_transform_name.
9405 * configure: Regenerated.
9406
9407 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
9408
9409 * configure.in (baseargs): Don't remove first configure argument.
9410 * configure: Regenerated.
9411
9412 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
9413
9414 * Makefile.tpl (local-distclean): Don't remove...
9415 (multilib.ts): ... this. Moved into...
9416 (multilib.out): ... this. Don't use sub-make.
9417 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
9418 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
9419 (configure-build-[+module+], configure-[+module+],
9420 configure-target-[+module+], configure-gcc): ... these. Test
9421 for Makefile existence. Drop config.status from dependencies.
9422 * Makefile.in: Rebuilt.
9423 * configure.in: Move gcc-version-trigger to the end of
9424 ac_configure_args. Add comments to maybedep.tmp and
9425 serdep.tmp. Introduce --disable-serial-configure. Remove
9426 nonopt from baseargs, matching and removing corresponding
9427 whitespace while at it.
9428 * configure: Rebuilt.
9429
9430 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
9431
9432 * configure.in (host_configargs): Replace reference to
9433 no-longer-defined buildopts with --build=${build_alias}.
9434 * configure: Rebuilt.
9435
9436 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
9437 program_transform_name to standard idiom.
9438 (AUTOGEN, AUTOCONF): Define.
9439 (Makefile.in): Use $(AUTOGEN).
9440 (Makefile): Depend on config.status, and use autoconf-style rule to
9441 build it. Move original commands to...
9442 (config.status): ... this new target.
9443 (configure): Add $(srcdir). Depend on config/acx.m4. Use
9444 $(AUTOCONF).
9445 * Makefile.in: Rebuilt.
9446
9447 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
9448
9449 * Makefile.tpl: Fix dramatic bustage due to change in
9450 program_transform_name.
9451 * Makefile.in: Regenerate.
9452
9453 * configure.in: Remove unnecessary PATH setting.
9454 * configure: Regnerate.
9455
9456 * configure.in: Don't default to unprefixed tools unless
9457 the native tools will work.
9458 * configure: Regenerate.
9459
9460 * configure.in: Convert to autoconf script. Blow away lots
9461 of now-redundant Makefile fragments.
9462 * configure: Generate using Autoconf.
9463 * Makefile.tpl: Rewrite to reflect autoconfiscation.
9464 * Makefile.in: Regenerate.
9465
9466 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
9467
9468 * configure: Fix stupid bug where RANLIB was mistakenly included.
9469
9470 * configure.in: Rename (buildargs, hostargs, targargs) to
9471 (build_configargs, host_configargs, target_configargs).
9472
9473 * configure.in: Move logic out of sed statement.
9474
9475 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
9476 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
9477
9478 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
9479
9480 * config.sub: Import from master repository
9481 * config.guess: Ditto
9482
9483 2002-12-24 Andreas Schwab <schwab@suse.de>
9484
9485 * Makefile.tpl (multilib.out): Fix missing space.
9486 * Makefile.in: Regenerate.
9487
9488 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
9489
9490 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
9491 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
9492 * Makefile.in: Regenerate.
9493 * configure.in: Remove unnecessary leftovers.
9494
9495 2002-12-21 Geoffrey Keating <geoffk@apple.com>
9496
9497 * configure.in (extra_ranlibflags_for_target): New variable.
9498 (*-*-darwin): Add -c to ranlib commands.
9499 * configure (tooldir): Handle extra_ranlibflags_for_target.
9500
9501 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
9502
9503 * Makefile.tpl: Revert HJL's change.
9504 * Makefile.in: Regenerated.
9505 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
9506 always.
9507
9508 2002-12-19 Andreas Schwab <schwab@suse.de>
9509
9510 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
9511 * Makefile.in: Regenerate.
9512
9513 2002-12-18 H.J. Lu <hjl@gnu.org>
9514
9515 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
9516 * Makefile.in: Regenerated.
9517
9518 * configure.in (build_prefix): New. Substitute.
9519
9520 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
9521
9522 * Makefile.tpl: Don't let real targets depend on phony targets.
9523 * Makefile.in: Regenerate.
9524
9525 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
9526 * Makefile.in: Regenerate.
9527
9528 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
9529
9530 * config.sub: Import from master repository
9531 * config.guess: Ditto
9532
9533 2002-12-16 Jason Merrill <jason@redhat.com>
9534
9535 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
9536 previous 'make bootstrap'.
9537 * Makefile.in: Regenerate.
9538
9539 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
9540
9541 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
9542
9543 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
9544
9545 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
9546 * Makefile.in: Regenerate.
9547
9548 2002-12-13 Jason Merrill <jason@redhat.com>
9549
9550 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
9551 library tests.
9552 (check-c++): Just depend on it and check-target-libstdc++-v3.
9553 * Makefile.in: Regenerate.
9554
9555 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
9556
9557 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
9558 * Makefile.in: Rebuilt.
9559
9560 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
9561
9562 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
9563
9564 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
9565
9566 * configure: Fix bug put in by gremlins.
9567
9568 * Makefile.tpl: Substitute more autoconfily.
9569 * configure: Substitute more autoconfily.
9570 * Makefile.in: Regenerate.
9571
9572 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
9573
9574 * config.sub: Import from master repository
9575 * config.guess: Ditto
9576 * MAINTAINERS: Added Svein Seldal under write after approval
9577
9578 2002-12-08 Andrew Cagney <ac131313@redhat.com>
9579
9580 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
9581 * Makefile.in (all-sim): Ditto.
9582
9583 2002-12-06 DJ Delorie <dj@redhat.com>
9584
9585 * Makefile.tpl: Change configure dependencies to not have real
9586 targets depend on phony targets.
9587
9588 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
9589
9590 * configure.in: Revert unintentional change.
9591
9592 * Makefile.tpl: Change dependency for */multilib.out so that
9593 it works when gcc isn't in the tree.
9594
9595 * configure.in: Substitute more.
9596 * configure: Run subconfigures from the Makefile.
9597 * Makefile.tpl: Run subconfigures from the Makefile; add a few
9598 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
9599
9600 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9601
9602 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
9603
9604 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
9605
9606 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
9607 and corresponding dependencies.
9608 * Makefile.in: Regenerate.
9609
9610 * configure.in (host_tools): Order binutils, gas and ld for
9611 convenience in running the testsuites.
9612
9613 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
9614 * Makefile.in: Regenerate.
9615 * configure.in: Introduce rules to serialize subconfigure runs.
9616
9617 * configure.in: Introduce BASE_CC_FOR_TARGET.
9618 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
9619 Realize configure-build-* targets. Realize configure-target-* targets.
9620 * Makefile.in: Regenerate.
9621
9622 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
9623
9624 * configure: Move gcc_version_trigger stuff from here...
9625 * configure.in: ...to here.
9626
9627 * configure.in: Separate subconfigure options added by this file from
9628 options given by the user. Add machinery to put args for host
9629 subconfigures into the Makefile.
9630
9631 * Makefile.tpl: Remove 'vault' targets.
9632 * Makefile.tpl: Reorder and comment dependencies.
9633 * Makefile.in: Regenerate.
9634
9635 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
9636 * configure.in: Fix my broken commit of previous patch. (sigh)
9637
9638 2002-11-28 Geoffrey Keating <geoffk@apple.com>
9639
9640 * configure.in: Move host-specific darwin noconfigdirs into
9641 the host-specific section.
9642
9643 2002-11-28 Geoffrey Keating <geoffk@apple.com>
9644
9645 * configure.in: Move host-specific darwin noconfigdirs into
9646 the host-specific section.
9647
9648 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
9649
9650 * configure: Remove skip-this-dir support.
9651 * Makefile.tpl: Remove skip-this-dir support.
9652
9653 * Makefile.tpl: Remove leftover support for non-autoconfiscated
9654 subdirectories.
9655 * Makefile.in: Regenerate.
9656
9657 * Makefile.tpl: Strip out useless setting of 'dir'.
9658 * Makefile.in: Regenerate.
9659
9660 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
9661
9662 * configure.in: Fix deeply stupid bug.
9663
9664 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
9665 shell code in CXX_FOR_TARGET
9666 * Makefile.def: Introduce raw_cxx.
9667 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
9668 RAW_CXX_FOR_TARGET.
9669 * Makefile.in: Regenerate.
9670
9671 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
9672
9673 * Makefile.tpl: Remove unnecessary ifs.
9674 * Makefile.in: Regenerate.
9675
9676 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
9677 dependencies. Maybe-ize build-libiberty. Create dummy install
9678 targets for 'no_install' modules.
9679 * configure: Move GDB_TK substitution to configure.in. Move
9680 build_modules stuff to configure.in.
9681 * configure.in: Implement soft dependency machinery. Maybe-ize
9682 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
9683 * Makefile.in: Regenerate.
9684
9685 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
9686
9687 * Makefile.tpl: Make all-target, install-target behave similarly
9688 to all, install (only hitting configured targets). Eliminate
9689 unused macro defintions.
9690
9691 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
9692 build != host.
9693
9694 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
9695
9696 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
9697
9698 * configure.in: Produce lists of subdir targets we're actually
9699 configuring. Remove references to "dosrel".
9700 * Makefile.tpl: Let configure set which subdir targets are hit.
9701 Remove install-cross; clean up install; remove ALL. Remove
9702 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
9703 Autogenerate host module targets. Remove empty dependency lines
9704 and redundant dependency; rearrange slightly.
9705 * Makefile.def: Add host-side libtermcap, utils.
9706
9707 * Makefile.in: Regenerate.
9708
9709 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9710
9711 * ltconfig (osf[345]): Append $major to soname_spec.
9712 Reflect this in library_names_spec.
9713 * ltmain.sh (osf): Prefix $major with . for use as extension.
9714
9715 2002-11-19 Andreas Jaeger <aj@suse.de>
9716
9717 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
9718 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
9719 and sparc64 GNU/Linux systems.
9720
9721 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
9722
9723 * MAINTAINERS: Update email.
9724
9725 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9726
9727 * MAINTAINERS: Complete James Dennett's entry.
9728
9729 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
9730
9731 * MAINTAINERS (Write After Approval): Add myself.
9732
9733 2002-11-13 Bruce Korb <bkorb@gnu.org>
9734
9735 * Makefile.tpl: syntactic cleanup
9736
9737 2002-11-13 Stuart Hastings <stuart@apple.com>
9738
9739 * MAINTAINERS: Add myself to write-after-approval list.
9740
9741 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9742
9743 * Makefile.def: Add list of recursive targets to autogenerate.
9744 Add build_modules.
9745 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
9746 targets. Autogenerate *-build-* targets.
9747 * Makefile.in: Regenerate.
9748
9749 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9750
9751 * configure: More autoconf-style substitutions.
9752 * Makefile.tpl: More autoconf-style substitutions.
9753 * Makefile.in: Regenerate.
9754
9755 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
9756
9757 * configure: Substitute more variables in a more autoconf-friendly
9758 way. Simplify slightly.
9759 * Makefile.tpl: Make more variables substitutable in an
9760 autoconf-friendly way.
9761 * Makefile.in: Regenerate.
9762
9763 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
9764
9765 * MAINTAINERS (Write After Approval): Add myself.
9766
9767 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
9768
9769 * configure.in (v810*): Remove special setting of tools.
9770
9771 * configure: Add support for extra required flags for ar or nm.
9772 * configure.in (aix4.3+): Use above support for target-specific
9773 issues, rather than using config/mt-aix43.
9774
9775 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
9776
9777 * configure: Remove 'removing', which doesn't work. Replace $subdir
9778 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
9779 with $srcdir. Reformat indentation. Substitute some variables
9780 formerly hard-coded in the Makefile for build=host.
9781 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
9782 * Makefile.def: Autogenerate more.
9783 * Makefile.in: Regenerate.
9784
9785 2002-11-04 Adam Nemet <anemet@lnxw.com>
9786
9787 * MAINTAINERS (Write After Approval): Add myself.
9788
9789 2002-11-04 Kevin Buettner <kevinb@redhat.com>
9790
9791 * Makefile.def (host_modules): Add rda.
9792 * Makefile.in: Regenerate.
9793 * configure.in (target_tool): Add target-rda to list.
9794
9795 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9796
9797 * MAINTAINERS: Remove "co-maintainer" note for web pages.
9798
9799 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
9800
9801 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
9802 and restrap targets to this rule.
9803 * Makefile.in: Regenerate.
9804
9805 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9806
9807 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
9808 GNATS only accounts.
9809
9810 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
9811
9812 * configure.in (i[3456]86-*-linux*): Add check to disable
9813 ${libgcj} for glibc1.
9814
9815 2002-10-24 Denis Chertykov <denisc@overta.ru>
9816
9817 * MAINTAINERS: Add myself as ip2k port maintainer.
9818
9819 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
9820
9821 * configure.in: Add tic4x target.
9822
9823 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
9824
9825 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
9826 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
9827 * Makefile.in: Regenerate.
9828
9829 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
9830 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
9831 * Makefile.in: Regenerate.
9832
9833 2002-10-02 Janis Johnson <janis187@us.ibm.com>
9834
9835 * MAINTAINERS: Add myself as web pages co-maintainer.
9836
9837 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
9838
9839 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
9840 * Makefile.in: Regenerate.
9841
9842 2002-10-02 Zack Weinberg <zack@codesourcery.com>
9843
9844 * MAINTAINERS: Add myself and Nathan Sidwell
9845 <nathan@codesourcery.com> as VxWorks maintainers.
9846
9847 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
9848
9849 * Makefile.def: Remove order dependency comments.
9850 * Makefile.tpl: Add explicit install-install dependencies.
9851 * Makefile.in: Regenerate.
9852
9853 * Makefile.tpl: Remove material now in src-release. (Finally!)
9854 * Makefile.in: Regenerate.
9855
9856 * Makefile.tpl: Add configure-target (for src-release in src)
9857 * Makefile.in: Regenerate.
9858
9859 2002-09-30 Nick Clifton <nickc@redhat.com>
9860
9861 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
9862
9863 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
9864
9865 * configure.in (s390*-*-linux*): Enable libgcj.
9866
9867 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
9868
9869 * configure: Revert accidentally applied changes.
9870
9871 * Makefile.tpl: Make more autoconf-friendly.
9872 * Makefile.in: Regenerate.
9873 * configure: Make substitution more autoconf-like.
9874
9875 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
9876
9877 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
9878 single entry to handle all these.
9879 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
9880 libjava on arm-*-elf.
9881
9882 2002-09-27 Geoffrey Keating <geoffk@apple.com>
9883
9884 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
9885 things that depend on them.
9886
9887 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
9888
9889 * Makefile.tpl: Make subsituted variables more autoconfy.
9890 * Makefile.in: Regenerate.
9891 * configure: Make seds more autoconfy.
9892
9893 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
9894
9895 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
9896 * Makefile.in: Regenerate.
9897 * configure.in: Rewrite sed statements to look autoconfy.
9898
9899 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
9900 all-target-foo on configure-target-foo.
9901 * Makefile.def: Ditto.
9902 * Makefile.in: Rebuild.
9903
9904 2002-09-25 Andrew Haley <aph@redhat.com>
9905
9906 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
9907
9908 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
9909
9910 * Makefile.def: New file.
9911 * Makefile.tpl: New file.
9912 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
9913 * contrib/gcc_update: Note that Makefile.in is a generated file.
9914
9915 * configure.in: Minor rearrangement. Simplify tests.
9916
9917 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
9918
9919 * configure.in (with_headers): Skip copy if value is "yes".
9920 (with_libs): Likewise.
9921
9922 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
9923
9924 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
9925 * configure.in (sh*-*-pe*): Ditto.
9926 * configure.in (mips*-*-pe*): Ditto.
9927 * configure.in (*arm-wince-pe): Ditto.
9928
9929 * configure.in: Rearrange.
9930
9931 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
9932
9933 * MAINTAINERS: Update my email address.
9934
9935 2002-08-30 Paul Koning <pkoning@equallogic.com>
9936
9937 * MAINTAINERS: (Write After Approval): Add myself.
9938
9939 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
9940
9941 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
9942
9943 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
9944
9945 * MAINTAINERS: Change my mailing address.
9946
9947 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
9948
9949 * MAINTAINERS (Write After Approval): Remove myself.
9950 (Various Maintainers: c++ runtime libs): Add myself.
9951
9952 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
9953
9954 * MAINTAINERS (Write After Approval): Remove myself.
9955 (Various Maintainers: c++ runtime libs): Add myself.
9956
9957 2002-08-15 Eric Christopher <echristo@redhat.com>
9958
9959 * config.sub: Import from master repository.
9960 * config.guess: Ditto.
9961
9962 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
9963
9964 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
9965 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
9966 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
9967
9968 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
9969
9970 * MAINTAINERS: Add self to rs6000 vector extensions.
9971
9972 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
9973
9974 * libiberty/configure: Reverted unintended yesterday's check in.
9975
9976 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
9977
9978 * boehm-gc/configure, libf2c/configure: Rebuilt.
9979 * libffi/configure, libiberty/configure: Ditto.
9980 * libjava/configure, libobjc/configure: Ditto.
9981 * libstdc++-v3/configure, zlib/configure: Ditto.
9982 Merged from binutils:
9983 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
9984 From Steve Ellcey <sje@cup.hp.com>:
9985 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
9986 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
9987 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
9988 IA64.
9989 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
9990 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
9991 soname_spec, sys_lib_search_path_spec): Ditto.
9992
9993 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
9994
9995 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
9996
9997 2002-08-04 H.J. Lu (hjl@gnu.org)
9998
9999 * configure.in (mips*-*-linux*): Don't skip target-libffi.
10000
10001 2002-08-02 Krister Walfridsson <cato@df.lth.se>
10002
10003 * MAINTAINERS (Write After Approval): Add myself.
10004
10005 2002-07-31 Alan Modra <amodra@bigpond.net.au>
10006
10007 * configure.in: Move generic linux case to end. Copy generic
10008 linux noconfigdirs to mips*-*-linux* entry and new
10009 powerpc64*-*-linux* entry. Add target-libffi for the latter.
10010
10011 2002-07-19 Michael Matz <matz@suse.de>
10012
10013 * MAINTAINERS: Add myself as ra* maintainer.
10014
10015 2002-07-16 Chris Demetriou <cgd@broadcom.com>
10016
10017 * config.guess: Update to 2002-07-09 version.
10018 * config.sub: Update to 2002-07-03 version.
10019
10020 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
10021
10022 * MAINTAINERS: Fix typo in a maintainer email address.
10023
10024 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
10025
10026 * configure.in: Remove two redundant tests.
10027
10028 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10029
10030 * configure.in (mips*-*-irix6*o32): Enable stabs.
10031
10032 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
10033
10034 * configure.in: Don't build grez.
10035 * Makefile.in: Ditto.
10036
10037 * Makefile.in: Remove references to bsp, cygmon, libstub.
10038 * configure.in: Ditto.
10039
10040 * configure.in: Remove leftover reference to gdbtest.
10041
10042 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
10043
10044 * configure.in (gxx_include_dir): Change to match versioned
10045 C++ headers if --enable-version-specific-runtime-libs is used.
10046
10047 2002-07-04 Steve Ellcey <sje@cup.hp.com>
10048
10049 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
10050
10051 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
10052
10053 * configure.in: Make --without-x work.
10054
10055 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
10056
10057 * configure.in: Rearrange target Makefile fragment collection.
10058
10059 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
10060 cvs[src].
10061 * configure.in: Ditto.
10062
10063 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
10064
10065 * MAINTAINERS (Write After Approval): Update my e-mail address.
10066
10067 2002-06-24 Ben Elliston <bje@redhat.com>
10068
10069 * configure.in (host_tools): Remove cgen.
10070
10071 * Makefile.in (all-cgen): Remove; runs from its source directory.
10072 (check-cgen, install-cgen, clean-cgen): Likewise.
10073 (all-opcodes): Do not depend on all-cgen.
10074 (all-sim): Likewise.
10075
10076 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
10077
10078 * Makefile.in: Eliminate 'apache' targets.
10079 * configure.in: Eliminate 'apache' targets.
10080
10081 * configure.in: Eliminate redundant tests. Reorganize.
10082
10083 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
10084
10085 * config-ml.in: Eliminate references to Cygnus configure.
10086
10087 * Makefile.in: Eliminate references to building emacs.
10088
10089 2002-06-28 Graham Stott <graham.stott@btinternet.com>
10090
10091 * MAINTAINERS: Update my email address.
10092
10093 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
10094
10095 * config.if (libstdcxx_incdir): Version C++ headers.
10096 (cxx_incdir): Remove.
10097
10098 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
10099
10100 * MAINTAINERS (Write After Approval): Add self.
10101
10102 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
10103
10104 * configure.in: Add support for ip2k.
10105
10106 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
10107
10108 * configure.in: Fix AIX configury bug.
10109
10110 2002-06-20 Steve Ellcey <sje@cup.hp.com>
10111
10112 * MAINTAINERS (Write After Approval): Add self.
10113
10114 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
10115
10116 * configure.in: replace ${topsrcdir} with ${srcdir}
10117
10118 * configure.in: Move definition of libstdcxx_flags
10119 right above usage, rather than waaay earlier.
10120
10121 * configure.in: Pull definition of is_cross_compiler earlier.
10122
10123 * configure.in: Rearrange a little.
10124
10125 * configure.in: Remove references to librx.
10126 * Makefile.in: Remove references to librx.
10127
10128 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
10129
10130 * config.sub: Add support for avr target.
10131 Import from master sources, rev 1.255
10132
10133 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
10134
10135 * configure, .cvsignore: Revert previous change...
10136 * Makefile: ...delete.
10137
10138 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
10139
10140 * configure.in: Eliminate ${gasdir} variable.
10141
10142 2002-06-18 Dave Brolley <brolley@redhat.com>
10143
10144 * configure.in: Add support for frv.
10145 * config.sub: Add support for frv.
10146
10147 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
10148
10149 * configure: Remove garbage from previous commit.
10150
10151 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
10152
10153 * configure: For in-source builds, make a subdir and re-exec there.
10154 * Makefile: New file. Pass targets through to build directory.
10155 * .cvsignore: No longer ignore "Makefile".
10156
10157 2002-06-16 Douglas Rupp <rupp@gnat.com>
10158
10159 * MAINTAINERS (Write After Approval): Add self.
10160
10161 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10162
10163 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
10164
10165 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
10166
10167 * configure.in (vax-*-netbsd*): Re-enable gas.
10168
10169 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
10170
10171 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
10172 BUILD_PREFIX_1, to correct nomenclature.
10173 * configure: Likewise.
10174
10175 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
10176 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
10177
10178 2002-05-31 Olaf Hering <olh@suse.de>
10179
10180 * config-ml.in: Propogate DESTDIR also.
10181
10182 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
10183
10184 * configure.in (vax-*-netbsd*): Don't build gas for this
10185 platform.
10186
10187 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
10188
10189 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10190 and libgcj for AVR.
10191
10192 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
10193
10194 * MAINTAINERS (Write After Approval): Add myself.
10195
10196 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
10197
10198 * config.guess: Update to 2002-05-22 version.
10199 * config.sub: Likewise.
10200
10201 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10202
10203 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
10204 * config-ml.in: Likewise.
10205 * configure: Likewise.
10206 * configure.in: Likewise.
10207
10208 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
10209
10210 * MAINTAINERS: Update my email address.
10211
10212 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
10213
10214 * configure.in: Simplify makefile fragment collection.
10215
10216 * configure.in: Remove code to build emacs.
10217
10218 * configure.in : Remove --srcdir argument from targargs and buildargs
10219 (it's always overridden in the Makefile anyway). Rearrange a bit.
10220
10221 * configure: Move some logic to configure.in.
10222 * configure.in: Move some logic from configure.
10223
10224 2002-05-11 Tom Tromey <tromey@redhat.com>
10225
10226 * MAINTAINERS: Reflect libgcj reality.
10227
10228 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
10229
10230 * Makefile.in: Honour DESTDIR.
10231
10232 2002-05-08 Mark Mitchell <mark@codesourcery.com>
10233
10234 * config.guess: Import 2002-03-20 version.
10235 * config.sub: Import 2002-04-26 version.
10236
10237 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10238
10239 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
10240
10241 2002-05-07 Tim Josling <tej@melbpc.org.au>
10242
10243 * MAINTAINERS: Add self.
10244
10245 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
10246
10247 * ltmain.sh: Detect and handle object name conflicts
10248 while piecewise linking a static library.
10249
10250 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
10251
10252 * configure.in (noconfigdirs): Don't disable libgcj on
10253 sparc64-*-solaris* and sparcv9-*-solaris*.
10254
10255 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
10256
10257 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
10258
10259 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
10260
10261 * configure.in (FLAGS_FOR_TARGET): Do not add
10262 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
10263 on i[3456]86-*-linux*.
10264
10265 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
10266
10267 * configure.in (noconfigdirs): Replace [ ] with test.
10268
10269 * configure.in (noconfigdirs): Do not add target-newlib if
10270 target == i[3456]86-*-linux*, and host == target.
10271
10272 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
10273
10274 * configure.in: delete reference to absent file
10275
10276 * configure.in: replace '[' with 'test'
10277
10278 * configure.in: Eliminate references to gash.
10279 * Makefile.in: Eliminate references to gash.
10280
10281 * configure.in: remove useless references to 'pic' makefile fragments.
10282
10283 * configure.in: (*-*-windows*) Finish removing.
10284
10285 * configure.in: Eliminate redundant test for libgui.
10286
10287 2002-04-29 Roger Sayle <roger@eyesopen.com>
10288
10289 * MAINTAINERS: Add self and realphabetize. Update entries
10290 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
10291 entry for a29k port maintainer.
10292
10293 2002-04-26 Joel Sherrill <joel@OARcorp.com>
10294
10295 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
10296 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
10297
10298 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
10299
10300 * configure.in: remove references to dead files
10301
10302 2002-04-19 Mark Mitchell <mark@codesourcery.com>
10303
10304 * MAINTAINERS: Add information about purpose of this file.
10305
10306 2002-04-18 Tom Tromey <tromey@redhat.com>
10307
10308 * configure.in: Disallow configuring libgcj when it is already
10309 installed and we're using Solaris 2.8 linker. Do enable libgcj on
10310 Solaris 2.8 by default. For PR libgcj/6158.
10311
10312 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
10313
10314 * configure.in: Move default CC setting out of config/mh-* fragments
10315 directly into here.
10316
10317 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
10318
10319 * configure.in: don't even try to configure or make a subdirectory
10320 if there's no configure script for it.
10321
10322 2002-04-15 Mark Mitchell <mark@codesourcery.com>
10323
10324 * MAINTAINERS: Remove chill maintainers.
10325 * Makefile.in (CHILLFLAGS): Remove.
10326 (CHILL_LIB): Remove.
10327 (TARGET_CONFIGDIRS): Remove libchill.
10328 (CHILL_FOR_TARGET): Remove.
10329 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
10330 CHILL_LIB.
10331 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
10332 (CHECK_TARGET_MODULES): Likewise.
10333 (INSTALL_TARGET_MODULES): Likewise.
10334 (CLEAN_TARGET_MODULES): Likewise.
10335 (configure-target-libchill): Remove.
10336 (all-target-libchill): Remove.
10337 * configure.in (target_libs): Remove target-libchill.
10338 Do not compute CHILL_FOR_TARGET.
10339 * libchill: Remove directory.
10340
10341 2002-04-11 DJ Delorie <dj@redhat.com>
10342
10343 * Makefile.in, configure.in: Sync with binutils, entries
10344 follow...
10345
10346 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10347
10348 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
10349 (do-tar, do-bz2): New rules.
10350 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
10351 (gdb-tar): New rule.
10352 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
10353 (insight_dejagnu.tar): New rule.
10354 (insight.tar): New rule.
10355 (gdb+dejagnu.tar): New rule.
10356 (gdb.tar): New rule.
10357
10358 2002-02-01 Mo DeJong <supermo@bayarea.net>
10359
10360 * Makefile.in: Add all-tix to deps for all-snavigator
10361 so that tix is built when building snavigator.
10362
10363 2002-01-11 Steve Ellcey <sje@cup.hp.com>
10364
10365 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
10366 ld and gdb are not supported.
10367
10368 2002-01-07 Mark Salter <msalter@redhat.com>
10369
10370 * configure.in: Remove target-bsp and target-cygmon from arm builds.
10371 Allow target-libgloss to be built for arm, strongarm, and xscale.
10372
10373 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
10374
10375 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
10376 options for i[3456]86-pc-linux* native builds.
10377
10378 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
10379
10380 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
10381 files from .po files for a distribution.
10382
10383 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
10384
10385 * configure.in: Enable libstdc++-v3 for h8300 targets.
10386
10387 2001-06-19 Alan Modra <amodra@bigpond.net.au>
10388
10389 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
10390 version from bfd/.
10391
10392 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
10393
10394 * Makefile.in (VER): When present, extract the version number from
10395 the file version.in.
10396
10397 2001-05-24 Tom Rix <trix@redhat.com>
10398
10399 * configure.in : enable ld for aix
10400
10401 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
10402
10403 * config.guess: Add linux target for S/390.
10404
10405 2000-11-07 Philip Blundell <pb@futuretv.com>
10406
10407 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
10408
10409 2000-11-03 Philip Blundell <pb@futuretv.com>
10410
10411 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
10412 files.
10413
10414 2001-01-15 Ben Elliston <bje@redhat.com>
10415
10416 * configure.in (host_tools): Add sid.
10417 Always configure cgen.
10418
10419 2000-11-24 Nick Clifton <nickc@redhat.com>
10420
10421 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
10422
10423
10424 2000-08-20 Doug Evans <dje@casey.transmeta.com>
10425
10426 * Makefile.in (ALL_MODULES): Add all-cgen.
10427 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
10428 (all-cgen): New target.
10429 (all-opcodes,all-sim): Depend on all-cgen.
10430 * configure.in (host_tools): Add cgen.
10431 Only configure cgen if --enable-cgen-maint.
10432
10433 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
10434
10435 * configure.in: Add *-*-freebsd* configurations.
10436
10437 2002-04-08 Tom Tromey <tromey@redhat.com>
10438
10439 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
10440 Fixes PR libgcj/6068.
10441
10442 2002-03-30 Krister Walfridsson <cato@df.lth.se>
10443
10444 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
10445
10446 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10447
10448 * configure.in (alpha*-dec-osf*): Enable libgcj.
10449
10450 2003-03-27 Matthew Gingell <gingell@gnat.com>
10451
10452 * MAINTAINERS (Write After Approval): Add myself.
10453
10454 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
10455
10456 Fix for: PR bootstrap/3591, target/5676
10457 * configure.in (mcore-pe): Disable the configuration of
10458 libstdc++-v3 since exceptions are not supported.
10459
10460 2002-03-20 Anthony Green <green@redhat.com>
10461
10462 * configure.in: Enable libgcj for xscale-elf target.
10463
10464 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
10465
10466 * MAINTAINERS: Update my email address.
10467
10468 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
10469
10470 * ltmain.sh (relink_command): Fix typo in previous change.
10471
10472 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
10473
10474 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
10475 (relink_command): Added --tag flags.
10476 (mode=install): If relinking fails; error out.
10477
10478 2002-03-12 Richard Henderson <rth@redhat.com>
10479
10480 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
10481 .NOTPARALLEL tag.
10482 (do-check): Rename from check.
10483 (check): Allow parallel check.
10484
10485 2002-03-12 Bob Wilson <bob.wilson@acm.org>
10486
10487 * MAINTAINERS: Add myself as maintainer for xtensa port.
10488 Fix alphabetical order in CPU port maintainer list.
10489 Remove myself from Write After Approval list.
10490
10491 2002-03-11 Richard Henderson <rth@redhat.com>
10492
10493 * Makefile.in (.NOTPARALLEL): Add fake tag.
10494
10495 2002-03-07 H.J. Lu (hjl@gnu.org)
10496
10497 * configure.in: Enable gprof for mips*-*-linux*.
10498
10499 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
10500
10501 * MAINTAINERS (Write After Approval): Add myself.
10502
10503 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
10504
10505 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
10506 libjava.
10507 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
10508
10509 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
10510
10511 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
10512 because its Makefile is there; test for the executable instead.
10513
10514 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
10515
10516 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
10517 libstdc++-v3 and libjava.
10518
10519 2002-02-11 Adam Megacz <adam@xwt.org>
10520
10521 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
10522 boehm-gc
10523
10524 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
10525
10526 * config.guess: Updated to 2002-01-30's version.
10527 * config.sub: Updated to 2002-02-01's version.
10528 Contribute sh64-elf.
10529 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
10530 * configure.in: Added sh64-*-*.
10531
10532 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10533
10534 * MAINTAINERS: Belatedly add myself to write after approval list.
10535
10536 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
10537
10538 * MAINTAINERS: Put self in as maintainer for x86-64 port.
10539 Remove self as Write After Approval.
10540
10541 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
10542
10543 * MAINTAINERS: Put self in as maintainer for contrib/regression
10544 directory.
10545
10546 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
10547
10548 * MAINTAINERS: Update my email address.
10549
10550 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
10551
10552 * configure.in (*-*-netbsd*): New. Skip target-newlib,
10553 target-libiberty, and target-libgloss. Skip Java-related
10554 libraries if not supported for NetBSD on target CPU.
10555
10556 2002-01-25 Douglas B Rupp <rupp@gnat.com>
10557
10558 * install-sh: Use _inst.$$_ for temp file name.
10559
10560 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
10561
10562 * MAINTAINERS (Write After Approval): Move my contact info
10563 from here...
10564 (OS Port Maintainers): ...to here (netbsd).
10565
10566 2002-01-22 Bob Wilson <bob.wilson@acm.org>
10567
10568 * MAINTAINERS (Write After Approval): Add myself.
10569
10570 2002-01-17 H.J. Lu <hjl@gnu.org>
10571
10572 * Makefile.in (all-fastjar): Also depend on all-libiberty.
10573 (all-target-fastjar): Also depend on all-target-libiberty.
10574
10575 2002-01-16 H.J. Lu (hjl@gnu.org)
10576
10577 * config.guess: Import from master sources, rev 1.225.
10578 * config.sub: Import from master sources, rev 1.238.
10579
10580 2002-01-16 Kazu Hirata <kazu@hxi.com>
10581
10582 * MAINTAINERS (Write After Approval): Remove myself.
10583
10584 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
10585
10586 * MAINTAINERS (Write After Approval): Add myself.
10587
10588 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
10589
10590 * MAINTAINERS: Add self as docs co-maintainer.
10591
10592 2001-12-11 Matthias Klose <doko@debian.org>
10593
10594 * MAINTAINERS (Write After Approval): Add myself.
10595
10596 2001-12-09 Zack Weinberg <zack@codesourcery.com>
10597
10598 * MAINTAINERS: Update my email address.
10599
10600 2001-12-07 Turly O'Connor <turly@apple.com>
10601 * MAINTAINERS (Write After Approval): Add myself.
10602 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
10603 (rs6000_initialize_trampoline): Call __trampoline_setup for
10604 ABI_DARWIN too.
10605 * darwin-tramp.asm: New file, implements __trampoline_setup.
10606 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
10607
10608 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
10609
10610 * MAINTAINERS (Write After Approval): Add myself.
10611
10612 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
10613
10614 * configure, configure.in: Use temp file for long sed commands.
10615
10616 2001-12-03 Laurent Guerby <guerby@acm.org>
10617
10618 * config.sub: Update to version 1.232 on subversion.
10619
10620 2001-12-03 Ben Elliston <bje@redhat.com>
10621
10622 * MAINTAINERS: Update mail address for config.* patches.
10623
10624 2001-11-27 DJ Delorie <dj@redhat.com>
10625 Zack Weinberg <zack@codesourcery.com>
10626
10627 When build != host, create libiberty for the build machine.
10628
10629 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
10630 CONFIG_ARGUMENTS.
10631 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
10632 New variables.
10633 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
10634 and rules.
10635 (all.normal): Depend on ALL_BUILD_MODULES.
10636 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
10637 (all-build-libiberty): Depend on configure-build-libiberty.
10638
10639 * configure: Calculate and substitute proper value for
10640 ALL_BUILD_MODULES.
10641 * configure.in: Create the build subdirectory.
10642 Calculate and substitute TARGET_CONFIGARGS (formerly
10643 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
10644
10645 2001-11-26 Ziemowit Laski <zlaski@apple.com>
10646
10647 * MAINTAINERS (write-after-approval): Add self.
10648
10649 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
10650
10651 * MAINTAINERS (GNATS only accounts): Remove self.
10652
10653 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
10654
10655 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
10656 libf2c.
10657
10658 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
10659
10660 * MAINTAINERS (Write After Approval): Add self.
10661
10662 2001-11-12 David O'Brien <obrien@FreeBSD.org>
10663
10664 * MAINTAINERS: mips and s390 are also CPU ports.
10665
10666 2001-11-12 David O'Brien <obrien@FreeBSD.org>
10667
10668 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
10669
10670 2001-11-11 David O'Brien <obrien@FreeBSD.org>
10671
10672 * MAINTAINERS: Alphabetize.
10673
10674 2001-11-09 Kazu Hirata <kazu@hxi.com>
10675
10676 * MAINTAINERS (Various maintainers: h8 port): Add myself.
10677
10678 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
10679
10680 * MAINTAINERS (Various maintainers: hppa port): Added myself.
10681
10682 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
10683
10684 * configure.in (--enable-languages): Be more permissive about
10685 syntax. Check for empty lists better. Warn about $LANGUAGES.
10686
10687 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
10688
10689 * config.sub: Import from master sources, rev. 1.230.
10690 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
10691
10692 2001-11-07 Laurent Guerby <guerby@acm.org>
10693
10694 * MAINTAINERS (Write After Approval): Add self.
10695
10696 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
10697
10698 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
10699
10700 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
10701
10702 * config.sub: Import from master sources, rev 1.226.
10703 * config.guess: Import from master sources, rev 1.216.
10704
10705 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
10706
10707 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
10708 * MAINTAINERS: Add self as maintainer of MMIX port.
10709 Remove old after-approval entry.
10710
10711 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
10712
10713 * ChangeLog, configure: Fix spelling errors.
10714
10715 2001-10-20 Brendan Kehoe <brendan@zen.org>
10716
10717 * MAINTAINERS: Tweak my address.
10718
10719 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
10720
10721 * MAINTAINERS: Update my email address.
10722
10723 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
10724
10725 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
10726 * MAINTAINERS: Add self as maintainer of CRIS port.
10727
10728 2001-10-10 Geert Bosch <bosch@gnat.com>
10729
10730 * MAINTAINERS (Various maintainers: Ada front end):
10731 Added Robert Dewar.
10732
10733 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
10734
10735 * MAINTAINERS (Write After Approval): Added self
10736
10737 2001-10-02 Geert Bosch <bosch@gnat.com>
10738
10739 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10740
10741 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
10742
10743 * configure: Handle temporary files securely using mkdir.
10744
10745 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
10746
10747 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
10748
10749 2001-09-26 Will Cohen <wcohen@redhat.com>
10750
10751 * configure.in (*-*-linux*): Disable configuration of target-newlib
10752 and target-libgloss.
10753
10754 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
10755
10756 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
10757 RANLIB.
10758
10759 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
10760
10761 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
10762 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
10763 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
10764 avoid quotes nesting problems.
10765 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
10766 (DO_X): Export only variables that are set.
10767
10768 2001-09-19 Ben Elliston <bje@redhat.com>
10769
10770 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
10771 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
10772 semantics. Use the shell built-in "type" command instead.
10773
10774 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
10775
10776 Merged from gcc-3_0-branch:
10777 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
10778 * ltcf-c.sh: Use $objext, not $ac_objext.
10779 2001-07-27 Mark Kettenis <kettenis@gnu.org>
10780 * ltcf-cxx.sh: Add support for GNU.
10781 2001-07-22 Timothy Wall <twall@redhat.com>
10782 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
10783 default settings if using GNU tools with that configuration.
10784 * ltcf-cxx.sh: Ditto.
10785 * ltcf-gcj.sh: Ditto.
10786 2001-07-21 Michael Chastain <chastain@redhat.com>
10787 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
10788 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
10789 * ltmain.sh: Mark as gcc-local.
10790
10791 2001-08-30 Eric Christopher <echristo@redhat.com>
10792 Jason Eckhardt <jle@redhat.com>
10793
10794 * config.guess: Merge from master sources.
10795 * config.sub: Merge from master sources, add support for mipsisa32.
10796
10797 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
10798 * config.sub: Merge from master sources, rev 1.219.
10799 * MAINTAINERS: Add self as contact for stormy16 port.
10800
10801 2001-08-14 Zack Weinberg <zackw@panix.com>
10802
10803 * config.sub: Merge from master sources, rev 1.218.
10804 * config.guess: Merge from master sources, rev 1.209.
10805
10806 2001-08-11 Graham Stott <grahams@redhat.com>
10807
10808 * Makefile.in (check-c++): Add missing semicolon.
10809
10810 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
10811
10812 * MAINTAINERS (Various maitainers: predict.def): Added myself.
10813
10814 2001-07-30 Eric Christopher <echristo@redhat.com>
10815
10816 * MAINTAINERS (Various maintainers: mips port): Added myself.
10817
10818 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
10819
10820 * configure.in (sh-*-linux*): New.
10821
10822 2001-07-27 Richard Henderson <rth@redhat.com>
10823
10824 * .cvsignore: Add LAST_UPDATED.
10825
10826 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
10827
10828 * MAINTAINERS (Various maintainers: s390 port): Added myself.
10829
10830 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
10831
10832 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
10833
10834 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
10835
10836 * MAINTAINERS (Write After Approval): Added myself.
10837
10838 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10839
10840 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10841 and libgcj on m68hc11/m68hc12.
10842
10843 2001-06-27 H.J. Lu (hjl@gnu.org)
10844
10845 * Makefile (CFLAGS_FOR_BUILD): New.
10846 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
10847
10848 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
10849
10850 * README: Remove version number.
10851
10852 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10853
10854 * INSTALL/README: Update wrt. to the installation instructions now
10855 residing in gcc/doc/install.texi.
10856
10857 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
10858
10859 * README: Replace with a cut-down and updated version of gcc/README.
10860
10861 2001-06-12 David Edelsohn <edelsohn@gnu.org>
10862
10863 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
10864 multilibs to be disabled.
10865
10866 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
10867
10868 * MAINTAINERS (Write After Approval): Add myself.
10869
10870 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
10871
10872 * config.guess: Import CVS version 1.195.
10873 * config.sub: Import CVS version 1.212.
10874
10875 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
10876
10877 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10878 gcc/xgcc is built, use -print-prog-name to find out the program
10879 name to use.
10880
10881 2001-06-04 Phil Edwards <pme@sources.redhat.com>
10882
10883 * config.guess: Import CVS version 1.194. All gcc-local changes
10884 appear to also be in the master copy.
10885 * config.sub: Import CVS version 1.211.
10886
10887 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
10888
10889 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
10890 with_gcc]: Use `gcc -shared' to build a shared library.
10891
10892 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
10893
10894 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
10895 archives.
10896
10897 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10898
10899 * MAINTAINERS (Write After Approval): Add myself.
10900
10901 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
10902
10903 * configure.in (libstdcxx_flags): Do not try to execute
10904 libstdc++-v3/testsuite_flags until it exists.
10905
10906 2001-06-01 Alan Modra <amodra@bigpond.net.au>
10907
10908 * MAINTAINERS: Update my email address.
10909
10910 2001-05-31 Graham Stott <grahams@redhat.com>
10911
10912 * MAINTAINERS (Write After Approval): Add myself.
10913
10914 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
10915
10916 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
10917 libraries when using g++ with native linker.
10918
10919 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
10920
10921 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
10922
10923 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
10924
10925 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
10926 [aix4*|aix5*]: Prepend blank.
10927
10928 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
10929
10930 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10931 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
10932 of subdir/configure scripts to use the new libtool.m4.
10933
10934 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
10935
10936 * MAINTAINERS (Write After Approval): Add myself.
10937
10938 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
10939
10940 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
10941
10942 2001-05-11 Ben Elliston <bje@redhat.com>
10943
10944 * Makefile.in (all-sid): New target.
10945 (check-sid, clean-sid, install-sid): Likewise.
10946
10947 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
10948
10949 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
10950
10951 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
10952
10953 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
10954 libgcj.
10955
10956 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
10957
10958 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10959 gcc/xgcc is built, use -print-prog-name to find out the program
10960 name to use.
10961
10962 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
10963
10964 * configure.in (noconfigdirs): Don't reset it from scratch in the
10965 target case; only append to it.
10966
10967 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
10968 sparc-*-solaris2.8]: Disable ${libgcj}.
10969
10970 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
10971
10972 * configure.in (libgcj_saved): Copy from $libgcj.
10973 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
10974 --disable-libgcj.
10975
10976 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
10977
10978 * MAINTAINERS: Remove self as MIPS maintainer and
10979 C front end maintainer.
10980
10981 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
10982
10983 * configure.in: Move *-chorusos target case to the proper switch.
10984 Disable libgcj.
10985
10986 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
10987
10988 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
10989 1.641.2.228.
10990
10991 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10992
10993 * Makefile.in (STAGE1_CFLAGS): Pass down.
10994
10995 2001-04-13 Alan Modra <amodra@one.net.au>
10996
10997 * config.guess: Add hppa64-linux support. Note for next import that
10998 this is already in the master file.
10999 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
11000
11001 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
11002
11003 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11004 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
11005
11006 2001-04-11 Stan Shebs <shebs@apple.com>
11007
11008 * MAINTAINERS: Add self as Darwin port maintainer.
11009
11010 2001-04-11 Alan Modra <amodra@one.net.au>
11011
11012 * MAINTAINERS: Update my email address.
11013
11014 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
11015
11016 * ltcf-cxx.sh: Support creation of C++ shared libraries on
11017 recent versions of FreeBSD (release 3 or later).
11018 * ltconfig: On FreeBSD, -lc must not be provided when building
11019 a shared library or else the standard -pthread gcc option is
11020 rendered worthless to later users of the built library.
11021
11022 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
11023
11024 * MAINTAINERS: Add self and RTH as C front end maintainers.
11025
11026 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
11027
11028 * config.sub: Make sure to match an already-canonicalized
11029 machine name (eg. mn10300-unknown-elf).
11030
11031 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
11032
11033 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
11034 New macros.
11035 (bootstrap, cross): Use RECURSE_FLAGS.
11036 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
11037
11038 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
11039
11040 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
11041
11042 2001-03-22 Colin Howell <chowell@redhat.com>
11043
11044 * Makefile.in (DO_X): Do not backslash single-quotes in
11045 backquotes (two places).
11046
11047 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
11048
11049 Re-installed:
11050 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11051 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
11052 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11053 * ltcf-cxx.sh: Likewise.
11054 * ltcf-gcj.sh: Likewise.
11055
11056 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11057
11058 * MAINTAINERS: Add myself as "documentation co-maintainer".
11059
11060 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
11061
11062 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11063 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
11064
11065 2001-03-19 Tom Tromey <tromey@redhat.com>
11066
11067 * config-ml.in: Handle GCJ and GCJFLAGS.
11068
11069 2001-03-21 Michael Chastain <chastain@redhat.com>
11070
11071 * Makefile.in: all-m4 depends on all-texinfo.
11072
11073 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
11074
11075 * MAINTAINERS: Add myself to write after approval list.
11076
11077 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
11078
11079 * Makefile.in (DO_X): Quote nested quotes.
11080
11081 2001-03-18 Alan Modra <alan@linuxcare.com.au>
11082
11083 * MAINTAINERS: Add myself to write after approval list.
11084
11085 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
11086
11087 * Makefile.in (DO_X): Use double quotes for quoting
11088 "RANLIB=$${RANLIB}".
11089
11090 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
11091
11092 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
11093
11094 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
11095
11096 * configure.in: Only use `lang_requires' for languages athat are
11097 actually enabled.
11098
11099 2001-03-08 Phil Edwards <pme@sources.redhat.com>
11100
11101 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
11102
11103 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
11104
11105 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
11106
11107 2001-03-07 Tom Tromey <tromey@redhat.com>
11108
11109 * configure.in: Allow config-lang.in to set `lang_requires' to list
11110 of other required languages.
11111
11112 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
11113
11114 * Makefile.in: Remove RANLIB definition. Use RANLIB
11115 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
11116 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
11117
11118 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
11119 Alexandre Oliva <aoliva@redhat.com>
11120
11121 * Makefile.in (check-c++): Use tabs, not spaces.
11122
11123 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
11124
11125 * MAINTAINERS: add myself to Write After Approval list.
11126
11127 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
11128
11129 * Makefile.in (check-c++): New rule.
11130
11131 * configure.in (target_libs): Remove libg++.
11132 (noconfigdirs): Remove libg++.
11133 (noconfigdirs): Same.
11134 (noconfigdirs): Same.
11135 (noconfigdirs): Same.
11136
11137 * config-ml.in: Remove libg++ references.
11138
11139 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
11140 (ALL_TARGET_MODULES): Same.
11141 (configure-target-libg++): Remove.
11142 (all-target-libg++): Remove.
11143 (configure-target-libio): Remove.
11144 (all-target-libio): Remove.
11145 (check-target-libio): Remove.
11146 (.PHONY): Remove.
11147 (libg++.tar.bz2): Remove.
11148 (all-target-cygmon): Remove libio.
11149 (all-target-libstdc++): Remove.
11150 (configure-target-libstdc++): Remove.
11151 (TARGET_LIB_PATH): Remove libstdc++.
11152 (ALL_GCC_CXX): Remove libstdc++.
11153 (all-target-gperf): Correct.
11154
11155 2001-02-16 Nick Clifton <nickc@redhat.com>
11156
11157 * configure.in (noconfigdirs): Allow configuration of texinfo
11158 for Cygwin hosts.
11159
11160 2001-02-15 Anthony Green <green@redhat.com>
11161
11162 * configure: Introduce GCJ_FOR_TARGET.
11163 * configure.in: Ditto.
11164 * Makefile.in: Ditto.
11165
11166 2001-02-13 Andreas Schwab <schwab@suse.de>
11167
11168 * MAINTAINERS: Update mail address.
11169
11170 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
11171
11172 * config.guess: Add linux target for S/390.
11173 * config.sub: Likewise.
11174
11175 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
11176
11177 * configure.in: for *-chorusos, don't config target-newlib and
11178 target-libgloss.
11179
11180 2001-02-06 Ben Elliston <bje@redhat.com>
11181
11182 * configure: Output host type to stdout, not stderr.
11183
11184 2001-02-05 Mark Mitchell <mark@codesourcery.com>
11185
11186 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
11187 * ltcf-cxx.sh: Likewise.
11188
11189 * config.if: Assume enable_libstdcxx_v3 is defined.
11190
11191 2001-02-04 Mark Mitchell <mark@codesourcery.com>
11192
11193 Remove V2 C++ library.
11194 * configure.in: Remove --enable-libstdcxx_v3 support.
11195
11196 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
11197
11198 * include/demangle.h: Add prototype for java_demangle_v3.
11199
11200 2001-01-29 Phil Edwards <pme@sources.redhat.com>
11201
11202 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
11203
11204 2001-01-27 Richard Henderson <rth@redhat.com>
11205
11206 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
11207
11208 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11209
11210 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
11211 Don't unset, it's non-portable and no longer necessary, set to empty
11212 instead.
11213
11214 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11215
11216 * ltconfig: Shell portability fix for the tagname validity check.
11217
11218 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
11219
11220 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
11221 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
11222
11223 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11224
11225 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
11226
11227 2001-01-26 Tom Tromey <tromey@redhat.com>
11228
11229 * configure.in: Allow libgcj to be built on Sparc Solaris.
11230
11231 2001-01-25 David Edelsohn <edelsohn@gnu.org>
11232
11233 * ltcf-c.sh: Add aix5 case.
11234 * ltcf-cxx.sh: Likewise.
11235 * ltconfig: Likewise.
11236
11237 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
11238
11239 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
11240 keep at least one of build_libtool_libs or build_old_libs set to
11241 yes.
11242
11243 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
11244 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
11245
11246 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
11247
11248 * configure.in: Enable libgcj on several additional platforms.
11249
11250 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
11251
11252 * configure.in: Enable libgcj for linux targets.
11253
11254 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11255
11256 * MAINTAINERS (Write After Approval): Add myself.
11257
11258 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
11259
11260 * MAINTAINERS: Add myself as vax port maintainer.
11261
11262 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
11263
11264 * MAINTAINERS: Add myself as Mercury front-end maintainer.
11265
11266 2001-01-09 Mike Stump <mrs@wrs.com>
11267
11268 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
11269 failures of subdirectories.
11270
11271 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11272
11273 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
11274 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11275 * ltcf-cxx.sh: Likewise.
11276 * ltcf-gcj.sh: Likewise.
11277 * ltconfig.sh: Fix typo.
11278
11279 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11280
11281 * configure: handle DOS-style absolute paths.
11282
11283 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11284
11285 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
11286
11287 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
11288
11289 * MAINTAINERS: Add myself as avr port co-maintainer.
11290
11291 2000-12-28 Ben Elliston <bje@redhat.com>
11292
11293 * MAINTAINERS: Add myself under ``Write After Approval''.
11294
11295 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
11296
11297 * texinfo: Remove directory from GCC.
11298
11299 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
11300
11301 * COPYING: Update to current
11302 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
11303 to 19yy as example year in copyright notice).
11304
11305 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
11306
11307 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
11308 (libstdcxx_incdir): Pass down.
11309 * config.if: Remove expired bits for cxx_interface, add stub.
11310 (libstdcxx_incdir): Add variable for g++ include directory.
11311 * configure.in (gxx_include_dir): Use it.
11312
11313 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
11314
11315 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
11316 with old-email address from ``Write After Approval''.
11317
11318 2000-12-15 Andreas Jaeger <aj@suse.de>
11319
11320 * configure.in: Handle lang_dirs.
11321
11322 2000-12-14 Tom Tromey <tromey@redhat.com>
11323
11324 * MAINTAINERS: Removed brads.
11325
11326 * MAINTAINERS: Added gcj developers.
11327
11328 2000-12-13 Anthony Green <green@redhat.com>
11329
11330 * configure.in: Disable libgcj for any target not specifically
11331 listed. Disable libgcj for x86 and Alpha Linux until compatible
11332 with g++ abi.
11333
11334 2000-12-13 Mike Stump <mrs@wrs.com>
11335
11336 * Makefile.in (local-distclean): Also remove fastjar.
11337
11338 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
11339
11340 * contrib/gcc_update: Add fastjar --touch entries.
11341
11342 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
11343
11344 * configure.in: Disable language-specific target libraries for
11345 languages that aren't enabled.
11346
11347 2000-12-10 Anthony Green <green@redhat.com>
11348
11349 * configure.in: Define libgcj. Disable libgcj target libraries for
11350 most targets.
11351
11352 2000-12-10 Neil Booth <neilb@earthling.net>
11353
11354 * MAINTAINERS: Update mail address, remove from WAA list.
11355
11356 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
11357
11358 * libjava: Imported from /cvs/java.
11359 * libffi: Likewise.
11360 * Boehm-gc: Likewise.
11361
11362 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
11363
11364 * configure.in (target_libs): Revert 2000-12-08 patch.
11365 (noconfigdirs): Added target-libjava.
11366
11367 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
11368
11369 * djunpack.bat: removed.
11370
11371 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
11372
11373 * Makefile.in: handle DOS-style absolute paths.
11374 * config-ml.in: likewise.
11375 * symlink-tree: likewise.
11376
11377 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11378
11379 * fastjar: Imported.
11380
11381 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11382
11383 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
11384 libjava.
11385 * configure.in (target_libs): Removed `target-libjava'.
11386
11387 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11388
11389 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
11390 (ALL_MODULES): Added fastjar.
11391 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
11392 (all-target-libjava): all-fastjar replaces all-zip.
11393 (all-fastjar): Added.
11394 (configure-target-fastjar, all-target-fastjar): Likewise.
11395 * configure.in (host_tools): Added fastjar.
11396
11397 2000-12-07 Mike Stump <mrs@wrs.com>
11398
11399 * Makefile.in (local-distclean): Remove leftover built files.
11400
11401 2000-11-24 Nick Clifton <nickc@redhat.com>
11402
11403 * configure.in (xscale-elf): Add target.
11404 (xscale-coff): Add target.
11405
11406 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
11407
11408 * ltcf-cxx.sh: Support creation of C++ shared libraries on
11409 recent versions of FreeBSD (release 3 or later).
11410 * ltconfig: On FreeBSD, -lc must not be provided when building
11411 a shared library or else the standard -pthread gcc option is
11412 rendered worthless to later users of the built library.
11413
11414 2000-11-16 Fred Fish <fnf@be.com>
11415
11416 * configure.in (enable_libstdcxx_v3): Fix typo,
11417 libstd++ -> libstdc++.
11418
11419 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11420
11421 * MAINTAINERS: Add self to Write After Approval list.
11422
11423 2000-11-21 Bernd Schmidt <bernds@redhat.com>
11424
11425 * MAINTAINERS: Update my email address. Add myself to global write
11426 privs list.
11427
11428 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
11429
11430 * Makefile.in: Merge with src and libgcj.
11431 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
11432 configure-target-<library> when their configure scripts need the C
11433 or C++ library to have already been built to work properly.
11434 (do_proto_toplev): Set them to an empty string.
11435
11436 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
11437 (REALLY_SET_LIB_PATH): Use them.
11438
11439 2000-11-17 Stan Shebs <shebs@apple.com>
11440
11441 * MAINTAINERS: Add self to Write After Approval list.
11442
11443 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
11444
11445 * configure: Provide the original toplevel configure arguments
11446 (including $0) to subprocesses in the environment rather than
11447 through gcc/configargs.h.
11448
11449 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
11450
11451 * MAINTAINERS: Remove references to cccp. Change C9X reference to
11452 C99. Alphabetise "Write After Approval" list.
11453
11454 2000-11-12 Mark Mitchell <mark@codesourcery.com>
11455
11456 * configure: Turn on libstdc++ V3 by default.
11457
11458 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
11459 if we've got GCC.
11460
11461 2000-11-11 Philip Blundell <philb@gnu.org>
11462
11463 * MAINTAINERS: Add self to Write After Approval list.
11464
11465 2000-11-09 David Edelsohn <edelsohn@gnu.org>
11466
11467 * ltcf-c.sh (aix4): Improve shared library configuration; require
11468 exporting symbols.
11469 * ltcf-cxx.sh (aix4): Define.
11470 * ltconfig (aix4): Define library and soname specs appropriate for
11471 AIX. Define command to create export symbols list.
11472
11473 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
11474
11475 * config.sub: Add support for Sun Chorus
11476
11477 2000-10-31 Nick Clifton <nickc@redhat.com>
11478
11479 * MAINTAINERS: Rename <name>@cygnus.com addresses to
11480 <name>@redhat.com. Also installed new email address for Clint
11481 Popetz.
11482
11483 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
11484
11485 * etc: Remove directory from GCC.
11486
11487 2000-10-16 Michael Meissner <meissner@redhat.com>
11488
11489 * configure (gcc/configargs.h): Only create if there is a build GCC
11490 directory created.
11491
11492 2000-10-16 Matthias Klose <doko@debian.org>
11493
11494 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
11495 when configured for libstdc++-v3.
11496
11497 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
11498
11499 * configure: Save configure arguments to gcc/configargs.h.
11500
11501 2000-10-04 Philipp Thomas <pthomas@suse.de>
11502
11503 * config.guess: Import CVS version 1.157.
11504 * config.sub: Import CVS version 1.181.
11505
11506 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
11507
11508 * Makefile.in (bootstrap): avoid recursion if subdir missing
11509 (cross): ditto
11510 (do-proto-toplev): ditto
11511
11512 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
11513
11514 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
11515 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
11516
11517 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
11518 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
11519 all affected `configure' scripts.
11520
11521 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
11522
11523 * MAINTAINERS: Add self as cpplib co-maintainer.
11524
11525 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
11526
11527 * MAINTAINERS: Add self to Write After Approval list.
11528
11529 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11530
11531 * INSTALL/README: egcs -> GCC update.
11532
11533 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
11534
11535 * MAINTAINERS: Add myself to Write After Approval list.
11536
11537 2000-09-15 Kazu Hirata <kazu@hxi.com>
11538
11539 * MAINTAINERS: Add myself to Write After Approval list.
11540
11541 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
11542
11543 * configure.in: Do not build byacc for hppa64. Provide paths to the
11544 X11 libraries for hppa64.
11545
11546 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11547
11548 * MAINTAINERS: Add myself as 68hc11 port maintainer.
11549
11550 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
11551
11552 * Makefile.in (all-zlib): Added dummy target.
11553
11554 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11555 ltcf-gcj.sh: Updated from libtool multi-language branch.
11556
11557 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
11558
11559 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
11560 (bootstrap*): Depend on all-bootstrap.
11561
11562 2000-09-05 Philipp Thomas <pthomas@suse.de>
11563
11564 * config.guess: Import CVS version 1.156.
11565 * config.sub: Import CVS version 1.179.
11566
11567 2000-09-02 Anthony Green <green@cygnus.com>
11568
11569 * Makefile.in (all-gcc): Depend on all-zlib.
11570 (CLEAN_MODULES): Add clean-zlib.
11571 (ALL_MODULES): Add all-zlib.
11572 * configure.in (host_libs): Add zlib.
11573
11574 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
11575
11576 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
11577 crosses, but add gcc/include to the header search path for them.
11578
11579 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
11580
11581 * MAINTAINERS: Add self to Write After Approval list.
11582
11583 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11584
11585 * config.guess: Import CVS version 1.152.
11586 * config.sub: Import CVS version 1.177.
11587
11588 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
11589
11590 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
11591 $targargs to tell whether newlib is going to be built.
11592
11593 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
11594 $$r/TARGET_SUBDIR/libio for _G_config.h.
11595
11596 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
11597
11598 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
11599
11600 2000-08-22 DJ Delorie <dj@redhat.com>
11601
11602 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
11603
11604 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
11605
11606 * config-ml.in (CC, CXX): Avoid trailing whitespace.
11607 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
11608 sub-configures.
11609
11610 2000-08-21 DJ Delorie <dj@redhat.com>
11611
11612 * MAINTAINERS: Add self as a libiberty maintainer
11613
11614 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
11615
11616 * configure.in (libstdcxx_flags): Use
11617 libstdc++-v3/src/libstdc++.INC.
11618
11619 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
11620
11621 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
11622
11623 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
11624
11625 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
11626
11627 * configure: Make enable_threads and enable_shared defaults
11628 explicit. Substitute enable_threads into generated Makefiles.
11629 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
11630 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
11631
11632 2000-08-13 Geoff Keating <geoffk@cygnus.com>
11633
11634 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
11635
11636 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
11637
11638 * config-ml.in (CC): Remove bogus duplicate quotation mark from
11639 previous delta.
11640
11641 2000-08-11 Jason Merrill <jason@redhat.com>
11642
11643 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
11644 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
11645 (FLAGS_FOR_TARGET): Not here.
11646 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
11647
11648 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
11649
11650 * config-ml.in (CC, CXX): Don't introduce a leading space.
11651
11652 2000-08-07 DJ Delorie <dj@delorie.com>
11653
11654 * MAINTAINERS: Add self as a DJGPP maintainer
11655
11656 2000-08-07 DJ Delorie <dj@redhat.com>
11657
11658 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
11659 "if we're also building gcc, and it's a gcc that will run on the
11660 build machine, we want to use its includes instead of the system's
11661 default includes".
11662
11663 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
11664
11665 * MAINTAINERS: Add self to Write After Approval list.
11666
11667 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
11668
11669 * configure.in (libstdcxx_flags): Don't use `"'.
11670
11671 * config-ml.in: Adjust multilib search paths to the
11672 appropriate multilib tree.
11673
11674 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
11675
11676 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
11677 commas in $LANGUAGES.
11678
11679 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
11680
11681 * configure.in: Re-enable all references to libg++ and librx.
11682
11683 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
11684
11685 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
11686 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
11687 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
11688 * ltcf-cxx.sh (need_lc): Set based on postdeps.
11689
11690 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
11691
11692 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
11693
11694 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
11695 CXX_FOR_TARGET for sed.
11696
11697 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
11698
11699 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
11700 Do not override if already set in the environment or in configure.
11701 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
11702 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
11703
11704 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
11705
11706 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
11707 the libtool CVS tree multi-language branch.
11708 * ltconfig, ltmain.sh: Updated.
11709
11710 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
11711
11712 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
11713 (clean-target): Depend on it.
11714
11715 * Makefile.in (FLAGS_FOR_TARGET): New macro.
11716 (GCC_FOR_TARGET): Use it.
11717 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
11718 * configure.in: ... here.
11719 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
11720 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
11721
11722 2000-07-24 Eric Christopher <echristo@cygnus.com>
11723
11724 * MAINTAINERS: Add self to Write After Approval list.
11725
11726 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
11727
11728 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
11729 (configure-target-libchill, configure-target-libobjc): Likewise.
11730
11731 * configure.in: Use the same cache file for all target libs.
11732 * config-ml.in: But different cache files per multilib variant.
11733
11734 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11735
11736 * configure (topsrcdir): Don't use dirname.
11737
11738 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
11739
11740 * MAINTAINERS: Add self to Write After Approval list.
11741
11742 2000-07-20 Jason Merrill <jason@redhat.com>
11743
11744 * configure.in: Remove all references to libg++ and librx.
11745
11746 * configure, configure.in, Makefile.in: Unify gcc and binutils.
11747
11748 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
11749
11750 * config.sub: Update to subversions version 2000-07-06.
11751
11752 2000-07-12 Andrew Haley <aph@cygnus.com>
11753
11754 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
11755 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
11756
11757 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
11758
11759 * symlink-tree: Check number of arguments.
11760
11761 2000-07-05 Jim Wilson <wilson@cygnus.com>
11762
11763 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
11764 search path for a g++ extracted from the build tree. This
11765 will allow link tests run by configure scripts in
11766 subdirectories to succeed.
11767
11768 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
11769
11770 * ltconfig: Add support for mips-dde-sysv4.2MP
11771
11772 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11773
11774 * MAINTAINERS: Add myself as loop discovery maintainer.
11775
11776 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
11777
11778 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
11779 `os2'. Force ac_cv_exeext to be ".exe" in that case.
11780
11781 2000-06-19 Timothy Wall <twall@cygnus.com>
11782
11783 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
11784 * config.sub: Add tic54x target.
11785
11786 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
11787
11788 * MAINTAINERS: Add self as Fortran maintainer,
11789 remove Craig Burley.
11790
11791 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
11792
11793 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
11794 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
11795
11796 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
11797
11798 * MAINTAINERS: Add self as i18n maintainer
11799
11800 20000-05-21 H.J. Lu (hjl@gnu.org)
11801
11802 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
11803 directory are used if they exist. Make sure
11804 $(build_tooldir)/include is searched for header files,
11805 $(build_tooldir)/lib/ for library files.
11806 (GCC_FOR_TARGET): Likewise.
11807 (CXX_FOR_TARGET): Likewise.
11808
11809 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
11810
11811 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
11812
11813 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
11814
11815 * Makefile.in (configure-target-libiberty): Depend on
11816 configure-target-newlib.
11817
11818 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
11819
11820 * configure.in, Makefile.in: Merge all libffi-related
11821 configury stuff from the libgcj tree.
11822
11823 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
11824
11825 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11826 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
11827
11828 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11829
11830 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11831 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
11832 current version information. Add to proto-toplev directory.
11833 (gdb-taz): Build do-djunpack.
11834
11835 2000-05-15 David Edelsohn <edelsohn@gnu.org>
11836
11837 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
11838
11839 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
11840
11841 * MAINTAINERS: Add self to Write After Approval list.
11842
11843 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11844
11845 * ltmain.sh: Preserve in relink_command any environment
11846 variables that may affect the linker behavior.
11847
11848 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
11849
11850 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
11851
11852 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
11853
11854 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
11855
11856 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11857
11858 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
11859 with the version name.
11860
11861 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
11862
11863 * MAINTAINERS: Add self as bb-reorder maintainer.
11864
11865 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
11866
11867 * config.if: Tweak.
11868
11869 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
11870
11871 * djunpack.bat: New file.
11872
11873 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
11874
11875 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
11876 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
11877 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
11878 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
11879
11880 2000-04-16 Dave Pitts <dpitts@cozx.com>
11881
11882 * config.sub (case $basic_machine): Change default for "ibm-*"
11883 to "openedition".
11884
11885 2000-04-13 Andreas Jaeger <aj@suse.de>
11886
11887 * MAINTAINERS: Added myself.
11888
11889 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11890
11891 * Makefile.in (gdb-taz): New target. GDB specific archive.
11892 (do-md5sum): New target.
11893 (MD5PROG): Define.
11894 (PACKAGE): Default to TOOL.
11895 (VER): Default to a shell script.
11896 (taz): Rewrite target. Move real work to do-proto-toplev. Include
11897 md5 checksum generation.
11898 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
11899 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
11900 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
11901 insight.tar.bz2): Use gdb-taz to create archive.
11902
11903 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
11904
11905 * configure (warn_cflags): Delete.
11906
11907 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
11908
11909 * MAINTAINERS: Added myself.
11910
11911 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
11912 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
11913
11914 * configure.in (enable_libstdcxx_v3): Add.
11915 (target_libs): Add bits here to switch between libstdc++-v2 and
11916 libstdc++-v3.
11917 * config.if: And this file too.
11918 * Makefile.in: Add libstdc++-v3 targets.
11919
11920 2000-04-05 Michael Meissner <meissner@redhat.com>
11921
11922 * config.sub (d30v): Add d30v as a basic machine type.
11923
11924 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
11925
11926 * configure.in: -linux-gnu*, not -linux-gnu.
11927
11928 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
11929
11930 * MAINTAINERS: Add self in write-after-approval section.
11931
11932 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
11933
11934 * MAINTAINERS: Add self as ia64 port maintainer.
11935
11936 2000-03-08 Neil Booth <NeilB@earthling.net>
11937
11938 * MAINTAINERS: Add self in write-after-approval section.
11939
11940 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
11941
11942 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
11943 (do-tar-bz2): Replace TOOL with PACKAGE.
11944 (gdb.tar.bz2): Remove GDBTK from GDB package.
11945 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
11946 dejagnu.tar.bz2): New packages.
11947
11948 2000-02-27 Andreas Jaeger <aj@suse.de>
11949
11950 * configure.in: Add entry for mips*-*-linux*, move catch all
11951 *-*-*linux* entry below this one.
11952
11953 2000-02-27 Ian Lance Taylor <ian@zembu.com>
11954
11955 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
11956
11957 2000-02-24 Nick Clifton <nickc@cygnus.com>
11958
11959 * config.sub: Support an OS of "wince".
11960
11961 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
11962
11963 * config.guess, config.sub: Updated to match config's 2000-02-15
11964 version.
11965
11966 2000-02-23 Linas Vepstas <linas@linas.org>
11967
11968 * config.sub: Add support for Linux/IBM 370.
11969 * configure.in: Likewise.
11970
11971 2000-02-22 Nick Clifton <nickc@cygnus.com>
11972
11973 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
11974
11975 2000-02-20 Christopher Faylor <cgf@cygnus.com>
11976
11977 * config.guess: Guess "cygwin" rather than "cygwin32".
11978
11979 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11980
11981 * configure (gcc_version): When setting, narrow search to
11982 lines containing `version_string'.
11983
11984 2000-02-15 Denis Chertykov <denisc@overta.ru>
11985
11986 * config.sub: Add support for avr target.
11987
11988 2000-02-14 Nick Clifton <nickc@cygnus.com>
11989
11990 * MAINTAINERS: Add maintainers for MCore port.
11991
11992 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
11993
11994 * config.sub: Add mmix-knuth-mmixware.
11995
11996 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11997
11998 * MAINTAINERS: Pair cccp with cpplib maintainership.
11999
12000 2000-01-27 Christopher Faylor <cgf@redhat.com>
12001
12002 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
12003 structure stuff to -L library search.
12004 (CXX_FOR_TARGET): Ditto.
12005 (CROSS_CHECK_MODULES): Fix spelling mistake.
12006
12007 2000-01-24 Mark Mitchell <mark@codesourcery.com>
12008
12009 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
12010 the C++ compiler.
12011
12012 2000-01-12 Richard Henderson <rth@cygnus.com>
12013
12014 * configure.in: Don't build some bits for beos.
12015
12016 2000-01-12 Joel Sherrill (joel@OARcorp.com)
12017
12018 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
12019 as include files.
12020
12021 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
12022
12023 * Add self as cpplib maintainer, as requested by Jason
12024 Merrill. Correct my e-mail address.
12025
12026 2000-01-06 Geoff Keating <geoffk@cygnus.com>
12027
12028 * configure.in: Use mt-aix43 to handle *_TARGET defs,
12029 not mh-aix43.
12030
12031 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
12032
12033 * MAINTAINERS: Add myself to "write after approval" list.
12034
12035 1999-12-14 Richard Henderson <rth@cygnus.com>
12036
12037 * config.guess (alpha-osf, alpha-linux): Detect ev67.
12038 * config.sub: Accept alphaev[78], alphaev8.
12039
12040 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12041
12042 * config.guess, config.sub: Update from autoconf.
12043
12044 1999-11-29 Bruce Korb <autogen@linuxbox.com>
12045
12046 * MAINTAINERS: update my playtime e-address.
12047
12048 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12049
12050 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
12051 necessary libraries are missing.
12052
12053 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
12054
12055 * MAINTAINERS: Add new 'write after approval' maintainer.
12056
12057 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
12058
12059 * MAINTAINERS: Add new Java maintainer.
12060
12061 1999-10-25 Andreas Schwab <schwab@suse.de>
12062
12063 * configure: Fix quoting inside arguments of eval.
12064
12065 1999-10-21 Nick Clifton <nickc@cygnus.com>
12066
12067 * config-ml.in: Allow suppression of some ARM multilibs.
12068
12069 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
12070
12071 * config.guess: Add OS/390 match pattern.
12072 * config.sub: Add mvs, openedition targets.
12073 * configure.in (i370-ibm-opened*): New.
12074
12075 1999-09-04 Steve Chamberlain <sac@pobox.com>
12076
12077 * config.sub: Add support for configuring for pj.
12078
12079 1999-08-31 Nick Clifton <nickc@cygnus.com>
12080
12081 * config.sub (maybe_os): Add support for configuring for fr30.
12082
12083 1999-08-25 Nick Clifton <nickc@cygnus.com>
12084
12085 * configure.in: Do not configure or build ld for AIX
12086 platforms. ld is known to be broken on these platforms.
12087
12088 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12089
12090 * config-ml.in: Pass compiler flag corresponding to multidirs to
12091 subdir configures.
12092
12093 1999-08-09 Ian Lance Taylor <ian@zembu.com>
12094
12095 * Makefile.in (LDFLAGS): Define.
12096
12097 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
12098
12099 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
12100 noconfigdirs.
12101 (*-*-cygwin*): Likewise.
12102
12103 1999-08-08 Ian Lance Taylor <ian@zembu.com>
12104
12105 * mkdep: New file.
12106 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
12107 (BINUTILS_SUPPORT_DIRS): Add mkdep.
12108
12109 From Eli Zaretskii <eliz@is.elta.co.il>:
12110 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
12111 long file name when using DJGPP on MS-DOS.
12112
12113 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
12114
12115 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
12116
12117 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
12118
12119 * Makefile.in (check-target-libio): Remove all-target-libstdc++
12120 dependency as this causes "make check" to globally "make all"
12121
12122 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
12123
12124 * configure.in (target_libs): Added target-zlib.
12125 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
12126 (CONFIGURE_TARGET_MODULES): Likewise.
12127 (CHECK_TARGET_MODULES): Likewise.
12128 (INSTALL_TARGET_MODULES): Likewise.
12129 (CLEAN_TARGET_MODULES): Likewise.
12130 (configure-target-zlib): New target.
12131 (all-target-zlib): Likewise.
12132 (all-target-libjava): Depend on all-target-zlib.
12133 (configure-target-libjava): Depend on configure-target-zlib.
12134
12135 * Makefile.in (configure-target-libjava): Depend on
12136 configure-target-newlib.
12137 (configure-target-boehm-gc): New target.
12138 (configure-target-qthreads): New target.
12139
12140 * configure.in (target_libs): Added target-qthreads.
12141 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
12142 (CONFIGURE_TARGET_MODULES): Likewise.
12143 (CHECK_TARGET_MODULES): Likewise.
12144 (INSTALL_TARGET_MODULES): Likewise.
12145 (CLEAN_TARGET_MODULES): Likewise.
12146 (all-target-qthreads): New target.
12147 (configure-target-libjava): Depend on configure-target-qthreads.
12148 (all-target-libjava): Depend on all-target-qthreads.
12149
12150 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
12151 (CONFIGURE_TARGET_MODULES): Likewise.
12152 (CHECK_TARGET_MODULES): Likewise.
12153 (INSTALL_TARGET_MODULES): Likewise.
12154 (CLEAN_TARGET_MODULES): Likewise.
12155 (all-target-libjava): New target.
12156 (all-target-boehm-gc): Likewise.
12157 * configure.in (target_libs): Added libjava, boehm-gc.
12158
12159 1999-07-22 Ian Lance Taylor <ian@zembu.com>
12160
12161 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
12162 configure.bat in SUPPORT_FILES.
12163 (gas+binutils.tar.bz2): Likewise.
12164
12165 * makeall.bat: Remove; obsolete.
12166
12167 1999-07-21 Ian Lance Taylor <ian@zembu.com>
12168
12169 From Mark Elbrecht:
12170 * configure.bat: Remove; obsolete.
12171
12172 1999-07-11 Ian Lance Taylor <ian@zembu.com>
12173
12174 * configure: Add -W -Wall to the default CFLAGS when compiling with
12175 gcc.
12176
12177 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
12178
12179 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
12180
12181 1999-06-30 Mark Mitchell <mark@codesourcery.com>
12182
12183 * configure.in: Build ld on IRIX6.
12184
12185 1999-06-12 Ian Lance Taylor <ian@zembu.com>
12186
12187 * Makefile.in: Change distribution targets to use bzip2 instead of
12188 gzip.
12189 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
12190 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
12191
12192 1999-06-04 Nick Clifton <nickc@cygnus.com>
12193
12194 * config.sub: Add mcore target.
12195
12196 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
12197
12198 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
12199
12200 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
12201
12202 * config.guess (dummy): Changed to $dummy.
12203
12204 1999-05-24 Nick Clifton <nickc@cygnus.com>
12205
12206 * config.sub: Tidied up case statements.
12207
12208 1999-05-22 Ben Elliston <bje@cygnus.com>
12209
12210 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
12211 <jiro@din.or.jp>.
12212
12213 * config.guess: Merge with FSF version. Future changes will be
12214 more accurately recorded in this ChangeLog.
12215 * config.sub: Likewise.
12216
12217 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
12218
12219 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
12220
12221 1999-04-30 Tom Tromey <tromey@cygnus.com>
12222
12223 * ltmain.sh: [mode link] Always use CC given by ltconfig.
12224
12225 1999-04-23 Tom Tromey <tromey@cygnus.com>
12226
12227 * ltconfig, ltmain.sh: Update to libtool 1.2f.
12228
12229 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
12230
12231 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
12232 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
12233 Bad merge removed these two changes.
12234
12235 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
12236 Martin Heller (Ing.-Buero_Heller@t-online.de)
12237
12238 * config.guess (interix Alpha): Add.
12239
12240 1999-04-11 Richard Henderson <rth@cygnus.com>
12241
12242 * configure.in (i?86-*-beos*): Do config gperf; don't config
12243 gdb, newlib, or libgloss.
12244
12245 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
12246
12247 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
12248 link a trivial program with -mabi=64. If it fails, remove mabi=64
12249 from multidirs.
12250
12251 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
12252
12253 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
12254
12255 1999-04-08 Nick Clifton <nickc@cygnus.com>
12256
12257 * config.sub: Add support for mcore targets.
12258
12259 1999-04-07 Michael Meissner <meissner@cygnus.com>
12260
12261 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
12262 not mt-ospace, in order to shut up assembler warning about using
12263 symbols that are named the same as registers.
12264
12265 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
12266
12267 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
12268 dependency list for all-target-cygmon.
12269
12270 1999-04-05 Doug Evans <devans@casey.cygnus.com>
12271
12272 * config-ml.in: Check $host, not $target, for selective multilibs.
12273 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
12274 thumb interworking, and underscore prefix multilibs.
12275
12276 1999-04-04 Ian Lance Taylor <ian@zembu.com>
12277
12278 * missing: Update to version from current automake.
12279
12280 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
12281
12282 * configure (gxx_include_dir): Removed.
12283
12284 * configure.in (gxx_include_dir): Handle it.
12285 * Makefile.in: Likewise.
12286
12287 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
12288
12289 * config.sub (mips64vr4111,mips64vr4111el) Add.
12290
12291 1999-03-21 Ben Elliston <bje@cygnus.com>
12292
12293 * config.guess: Correct typo for detecting ELF on FreeBSD.
12294
12295 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
12296
12297 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
12298 config/mh-djgpp.
12299
12300 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
12301
12302 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
12303 all-target-newlib to dependency list for all-target-bsp.
12304
12305 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
12306
12307 * config.sub: Add i386-uwin support.
12308 * config.guess: Likewise.
12309
12310 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12311
12312 * configure.in: cleanup, add mh-*pic handling for arm, special
12313 case powerpc*-*-aix*
12314
12315 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
12316
12317 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
12318 can be built.
12319
12320 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
12321
12322 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
12323 targets.
12324
12325 1999-03-02 Nick Clifton <nickc@cygnus.com>
12326
12327 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
12328
12329 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
12330
12331 * config.sub: Check for "cygwin*" rather than "cygwin32*"
12332
12333 1999-02-24 Nick Clifton <nickc@cygnus.com>
12334
12335 * config.sub: Fix typo in arm recognition.
12336
12337 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
12338
12339 * configure.in (noconfigdirs): Changed target_configdirs to
12340 include target-bsp only for m68k-*-elf* and m68k-*-coff*
12341 rather than m68k-*-* since it is not known to work on
12342 m68k-aout. Ditto for arm-*-*oabi.
12343
12344 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
12345
12346 * configure.in (*-*-windows*): Remove, no longer used.
12347
12348 1999-02-19 Ben Elliston <bje@cygnus.com>
12349
12350 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
12351 Smart and improved by Andrew Cagney.
12352
12353 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
12354
12355 * config.guess: Recognize openbsd-*-hppa.
12356
12357 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
12358
12359 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
12360 only if it is not empty.
12361
12362 1999-02-17 Nick Clifton <nickc@cygnus.com>
12363
12364 Patch from: Scott Bambrough <scottb@corelcomputer.com>
12365
12366 * config.guess: Modified to recognize uname's armv* syntax.
12367
12368 * config.sub: Modified to recognize uname's armv* syntax.
12369
12370 1999-02-17 Mark Salter <msalter@cygnus.com>
12371
12372 * configure.in: Added target-bsp for sparclite.
12373
12374 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
12375
12376 * config.sub: Recognize alphapca5[67] and up to alphaev8.
12377
12378 1999-02-08 Nick Clifton <nickc@cygnus.com>
12379
12380 * configure.in: Add support for strongarm port.
12381 * config.sub: Add support for strongarm target.
12382
12383 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
12384
12385 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
12386 the old name config/mh-cygwin32.
12387 Enable texinfo.
12388
12389 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
12390
12391 * configure.in: Do build ld for ix86 Solaris.
12392
12393 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
12394
12395 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
12396 $AR_FOR_TARGET. Likewise for RANLIB.
12397
12398 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
12399
12400 * config.sub (oabi): Recognize.
12401 * configure.in (arm-*-oabi): Handle.
12402
12403 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
12404
12405 * config.guess: Improve detection of i686 on UnixWare 7.
12406
12407 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
12408
12409 * config.guess: Add support for i386-pc-interix.
12410 * config.sub: Likewise.
12411 * configure.in: Likewise.
12412
12413 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
12414
12415 * Makefile.in: Remove unneeded all-target-libio from
12416 from all-target-winsup target since it is now unneeded.
12417 Add all-target-libtermcap in its place since it is now
12418 needed.
12419
12420 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
12421
12422 * configure.in: makefile stub for cygwin target is probably
12423 unnecessary. Remove it for now.
12424
12425 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
12426
12427 * configure.in: libtermcap.a should be built when cygwin is the
12428 target as well as the host.
12429 * config.guess: Allow mixed case in cygwin uname output.
12430 * Makefile.in: Add libtermcap target.
12431
12432 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
12433
12434 * config.sub: Clean up handling of hppa2.0.
12435
12436 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
12437
12438 * config.guess: Use C code to identify more HP machines.
12439
12440 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
12441
12442 * config.sub: Handle hppa2.0.
12443
12444 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
12445
12446 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
12447 cygmon for all sparclite targets, regardless of object format.
12448
12449 1998-12-15 Mark Salter <msalter@cygnus.com>
12450
12451 * configure.in: Added target-bsp for several target architectures.
12452
12453 * Makefile.in: Added rules for bsp.
12454
12455 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
12456
12457 * config.guess: Improve detection of hppa2.0 processors.
12458
12459 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
12460
12461 * config.guess: Recognize FreeBSD using ELF automatically.
12462
12463 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
12464
12465 * configure (skip-this-dir): Add handling for new shell script, which
12466 might be created by a sub-directory's configure to indicate, this particular
12467 directory is "unwanted".
12468 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
12469
12470 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
12471
12472 * ltconfig: import from libtool, after changing libtool to
12473 account for the cygwin name change.
12474
12475 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
12476
12477 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
12478 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
12479
12480 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
12481
12482 * configure.in: Add libtermcap to list of cygwin dependencies.
12483
12484 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
12485
12486 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
12487 they include winsup/include when it's a cygwin target.
12488
12489 1998-11-12 Tom Tromey <tromey@cygnus.com>
12490
12491 * configure.in (host_tools): Added zip.
12492 * Makefile.in (all-target-libjava): Depend on all-zip.
12493 (all-zip): New target.
12494 (ALL_MODULES): Added all-zip.
12495 (NATIVE_CHECK_MODULES): Added check-zip.
12496 (INSTALL_MODULES): Added install-zip.
12497 (CLEAN_MODULES): Added clean-zip.
12498
12499 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
12500
12501 * Makefile.in: lose "32" from comment about cygwin.
12502
12503 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
12504
12505 * configure.in: Use -Os to build target libraries for the fr30.
12506
12507 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
12508
12509 * config.sub: Add fr30.
12510
12511 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
12512
12513 * configure.in: drop "32" from config/mh-cygwin32. Check
12514 cygwin* instead of cygwin32*.
12515 * config.sub: Check cygwin* instead of cygwin32*.
12516
12517 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
12518
12519 * config.guess: Match any version of Unixware7.
12520
12521 1998-10-20 Syd Polk <spolk@cygnus.com>
12522
12523 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
12524 if desired.
12525
12526 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
12527
12528 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
12529 these if the appropriate directories and files to not exist.
12530
12531 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
12532
12533 * Makefile.in (DEVO_SUPPORT): Add config.if.
12534
12535 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
12536
12537 * configure: Add pattern to replace "build_tooldir"'s
12538 definition in the generated Makefile with "tooldir"'s
12539 actual value.
12540
12541 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
12542
12543 * config.sub: Bring back lost sparcv9.
12544
12545 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
12546
12547 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
12548
12549 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
12550 CC_FOR_TARGET and friends.
12551
12552 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12553
12554 * Makefile.in (build_tooldir): New variable, same as tooldir.
12555 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
12556 -B$(build_tooldir)/bin/.
12557 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
12558
12559 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12560
12561 * README: Remove installation instructions and refer to the
12562 INSTALL directory instead.
12563
12564 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
12565
12566 * config.sub: Add support for i[34567]86-pc-udk.
12567 * configure.in: Likewise.
12568
12569 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
12570
12571 * Makefile.in: add bzip2 package building bits for user
12572 tools module
12573 * configure.in: ditto
12574
12575 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
12576
12577 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
12578 (ALL_TARGET_MODULES): Add all-target-libobjc.
12579 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12580 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12581 (all-target-libchill): Add dependencies.
12582 * configure.in (target_libs): Add libchill.
12583
12584 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
12585
12586 * configure.in (target_subdir): Remove duplicate line.
12587
12588 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
12589
12590 * Makefile.in (all-automake): fix dependencies.
12591
12592 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
12593
12594 * configure.in: Minor cleanups for building in the $(target_alias)
12595 subdir.
12596
12597 1998-09-22 Jim Wilson <wilson@cygnus.com>
12598
12599 * Makefile.in (bootstrap): Set r and s before make all. Use
12600 BASE_FLAGS_TO_PASS in make all.
12601 (cross): Likewise.
12602
12603 1998-09-20 Mark Mitchell <mark@markmitchell.com>
12604
12605 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
12606
12607 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
12608
12609 * config.sub: Fix typo in last change.
12610
12611 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12612
12613 * config.sub: Add support for C4x target.
12614 * configure.in: Likewise.
12615
12616 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
12617
12618 * config.sub: Recognize sparcv9 just like sparc64.
12619
12620 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
12621
12622 * config.guess: Match "Pent II" or "PentII" for OpenServer.
12623
12624 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
12625
12626 * config.guess: Correctly identify Pentium II sco boxes.
12627
12628 * config.guess: Fix "tr" code. From Weiwen Liu.
12629
12630 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
12631
12632 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
12633 stabs.
12634
12635 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
12636
12637 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
12638 (ALL_TARGET_MODULES): Add all-target-libchill.
12639 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12640 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12641 (all-target-libchill): Add dependencies.
12642 * configure.in (target_libs): Add libchill.
12643
12644 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
12645
12646 * config.guess: Avoid assumptions about "tr" behaves when
12647 LANG is set to something other than English.
12648
12649 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
12650
12651 * configure (gxx_include_dir): Changed to
12652 '${prefix}/include/g++'-${libstdcxx_interface}.
12653
12654 * config.if: New to determine the interfaces.
12655
12656 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
12657
12658 * config.guess: Detect and handle MPE/IX.
12659 * config.sub: Deal with MPE/IX.
12660
12661 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
12662
12663 * configure.in: Use mh-aix43.
12664
12665 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
12666
12667 * configure: Fix --without/--disable cases for gxx-include-dir.
12668
12669 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
12670
12671 * mdata-sh: Imported. Needed for automake support.
12672
12673 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
12674
12675 * Makefile.in (taz): Try "chmod -R og=u ." before
12676 "chmod og=u `find . -print`".
12677
12678 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
12679
12680 * configure.in: Add arm-elf and thumb-elf support.
12681
12682 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
12683
12684 * Makefile.in: Undo previous patch.
12685
12686 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
12687
12688 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
12689 to here ...
12690 (install-no-fixedincludes): and here
12691 (INSTALL_MODULES): ... from here.
12692
12693 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
12694
12695 * config.sub: Merge with FSF.
12696
12697 * config.guess: Merge with FSF.
12698
12699 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
12700
12701 * configure (extraconfigdirs): New variable.
12702 (SUBDIRS): Add extraconfigdirs and recurse on them too.
12703 * Makefile.in (all): Move higher in file.
12704 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
12705 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
12706 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
12707 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
12708 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
12709
12710 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
12711
12712 * Makefile.in (all-target-libjava): Depend on all-gcc and
12713 all-target-newlib.
12714 (configure-target-libjava): Depend on $(ALL_GCC).
12715
12716 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
12717
12718 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
12719 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
12720
12721 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
12722
12723 * INSTALL/README: Fix typo.
12724
12725 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
12726
12727 * ylwrap: Change absolute path checks to check for DOS style path
12728 names.
12729
12730 * ylwrap: Don't use a full path name if the source file is in the
12731 same directory. From hjl@lucon.org (H.J. Lu).
12732
12733 * config-ml.in: Default to being verbose, to match Feb 18 change to
12734 configure.
12735
12736 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
12737
12738 Brought over from egcs:
12739
12740 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12741
12742 * configure.in (target_subdir): Set to ${target_alias} instead
12743 of "libraries".
12744
12745 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12746
12747 * configure.in (target_subdir): Set to libraries if enable_multilib.
12748
12749 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
12750
12751 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
12752 multilibs, force reconfiguration the first time we create
12753 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
12754
12755 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
12756
12757 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
12758 avoid confusion with --no-recursion.
12759
12760 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
12761
12762 * configure.in: Win32 hosts shouldn't use install -x
12763 * install-sh: remove -x option, and special .exe-handling
12764 hack.
12765
12766 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
12767
12768 * config.guess: Recognize i586-pc-beos.
12769 * configure.in: Don't build some bits for beos.
12770
12771 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
12772
12773 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
12774 CFLAGS default to -O2.
12775
12776 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
12777 when using GNU ld.
12778
12779 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
12780
12781 * ltmain.sh: Correct install when using a different shell.
12782
12783 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
12784
12785 * ltconfig, ltmain.sh: Update to libtool 1.2b.
12786
12787 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
12788
12789 * makefile.vms: Update to build binutils/makefile.vms. Add install
12790 target.
12791
12792 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
12793
12794 * ltconfig: Update to correct AIX handling.
12795
12796 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12797
12798 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
12799
12800 * configure.in (target_subdir): Set to ${target_alias} instead
12801 of "libraries".
12802
12803 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
12804
12805 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
12806 (Makefile): Depend on $(gcc_version_trigger).
12807
12808 * configure (gcc_version): Change default initializer to empty
12809 string.
12810 (gcc_version_trigger): New variable; pass this variable down
12811 to subdir configures to enable them checking gcc's version
12812 themselves. Emit make macros for both gcc_version vars.
12813 (topsrcdir): Initialize reliably.
12814 (recursion line): Remove --with-gcc-version=${gcc_version}.
12815
12816 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
12817
12818 * configure (enable_version_specific_runtime_libs): Implement new flag
12819 --enable-version-specific-runtime-libs which installs C++ runtime stuff
12820 in $(libsubdir); emit definition in each generated Makefile.
12821 (gxx_include_dir): Initialize depending on
12822 $enable_version_specific_runtime_libs.
12823
12824 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
12825
12826 * configure (gcc_version): Initialize properly depending on
12827 how and where configure is started.
12828 (recursion line): Pass a --with-gcc-version=${gcc_version}
12829 to configures in subdirs.
12830
12831 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
12832
12833 * configure.in (noconfigdirs): Add configure pattern for mips tx39
12834 cygmon
12835
12836 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
12837
12838 * configure.in: Add cygmon and libstub support for mn10200.
12839
12840 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
12841
12842 * configure (gcc_version): Add new variable describing the
12843 particular gcc version we're building.
12844 * Makefile.in (libsubdir): Add new macro for the directory
12845 in which the compiler finds executables, libraries, etc.
12846 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
12847 and libsubdir.
12848
12849 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12850
12851 * Makefile.in (local-clean): Remove *.log.
12852 (warning.log): Built with warn_summary from build.log.
12853 (mail-report.log): Run test_summary.
12854 (mail-report-with-warnings.log): Run test_summary including
12855 warning.log in the report.
12856
12857 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
12858
12859 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
12860
12861 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
12862
12863 * Makefile.in (grep): Grep no longer depends on libiberty.
12864
12865 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
12866
12867 * Makefile.in: all-snavigator needs all-libgui.
12868
12869 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
12870
12871 * configure.in: Add cygmon and libstub support for mn10300.
12872
12873 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
12874
12875 * missing: Update to version from automake 1.3.
12876
12877 * ltmain.sh: On installation, don't get confused if the same name
12878 appears more than once in the list of library names.
12879
12880 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
12881
12882 * config.sub: Accept m68060 and m5200 as CPU names.
12883
12884 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
12885
12886 * configure: Use && rather than using -a in test, because odd
12887 strings can confuse test.
12888 * configure.in: Likewise.
12889
12890 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
12891
12892 * ltconfig, ltmain.sh: Bring in Visual C++ support.
12893
12894 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12895
12896 * Makefile.in (boostrap2-lean, bootstrap3-lean,
12897 bootstrap4-lean): New targets.
12898
12899 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
12900
12901 * mpw-* Delete. Not used.
12902
12903 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
12904
12905 * COPYING.LIB: Update FSF address.
12906
12907 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
12908
12909 * ltconfig, ltmain.sh: Update to libtool 1.2a.
12910
12911 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
12912 GAS_SUPPORT_DIRS.
12913
12914 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
12915
12916 * ltconfig, ltmain.sh: Avoid producing a version number if
12917 -version-info was not used.
12918
12919 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
12920
12921 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
12922 building with newlib.
12923
12924 1998-04-30 Paul Eggert <eggert@twinsun.com>
12925
12926 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
12927 Solaris `make' causes it to continue to next definition.
12928
12929 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
12930
12931 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
12932 the right GUI libraries and files are installed along with GDB.
12933
12934 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
12935
12936 * configure.in: Change alpha to alpha* in several places.
12937
12938 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
12939
12940 * config.sub: Recognize sparc86x.
12941
12942 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
12943
12944 * configure.in (--enable-target-optspace): Remove debug echo.
12945
12946 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
12947
12948 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
12949
12950 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
12951
12952 * ltconfig: Update cygwin32 support.
12953
12954 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
12955 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
12956 (GDB_SUPPORT_DIRS): Likewise.
12957
12958 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
12959
12960 * configure.in (target_makefile_frag): If --enable-target-optspace,
12961 use -Os to compile target libraries rather than -O2. Default to
12962 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
12963 not used.
12964 * configure.in (target_cflags): Ditto for d30v.
12965
12966 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
12967
12968 * Makefile.in (all-bfd): Depend on all-intl.
12969 (all-binutils): Likewise.
12970 (all-gas): Likewise.
12971 (all-gprof): Likewise.
12972 (all-ld): Likewise.
12973
12974 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
12975
12976 * configure.in (host_tools): Fix typo, lbtool -> libtool.
12977
12978 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
12979
12980 * Makefile.in (all-bfd): Depend upon all-libiberty.
12981
12982 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
12983
12984 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
12985
12986 * Makefile.in: Add libstub.
12987
12988 * configure.in: Ditto. Build libstub for targets that have cygmon
12989 support.
12990
12991 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
12992
12993 * configure.in: Don't set PICFLAG on ix86-cygwin32.
12994
12995 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
12996
12997 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
12998 use mh-sysv5 if specified. Support gprof on SCO Open Server.
12999
13000 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
13001
13002 * configure: Define DEFAULT_M4 by searching PATH.
13003 * Makfile.in: Use DEFAULT_M4.
13004
13005 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
13006
13007 * ltconfig: Add cygwin32 support.
13008
13009 * Makefile.in, configure.in: Add libtool as a native only directory
13010 to configure and build.
13011
13012 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
13013
13014 * Makefile.in (INSTALL_MODULES): Remove texinfo.
13015
13016 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
13017
13018 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
13019
13020 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
13021
13022 * Makefile.in: add ash make rules
13023 * configure.in: add ash to native_only and host_tools lists
13024
13025 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
13026
13027 * Makefile.in (all-gettext, all-intl): New targets.
13028 (ALL_MODULES): Added all-gettext, all-intl.
13029 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
13030 (INSTALL_MODULES): Added install-gettext, install-intl.
13031 (CLEAN_MODULES): Added clean-gettext, clean-intl.
13032
13033 * configure.in (host_tools): Added gettext.
13034 (native_only): Likewise.
13035 (noconfigdirs) [various cases]: Likewise.
13036 (host_libs): Added intl.
13037
13038 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
13039
13040 * configure: Do not disable building gdbtk for cygwin32 hosts.
13041
13042 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
13043
13044 * configure.in: Add thumb-coff target.
13045 * config.sub: Add thumb-coff target.
13046
13047 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
13048
13049 * Makefile.in: Revert yesterday's change.
13050 (all-target-winsup): all-target-librx stays out of here.
13051
13052 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
13053
13054 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
13055 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
13056 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
13057 Remove references to librx and libg++.
13058
13059 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
13060
13061 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
13062 recursive makes
13063
13064 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
13065
13066 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
13067 for newlib directory.
13068 (CXX_FOR_TARGET): Likewise.
13069
13070 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
13071
13072 * ltconfig: Update after libtool/ltconfig.in change for
13073 hpux11.
13074
13075 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
13076
13077 * ltconfig, ltmain.sh: Update to libtool 1.2.
13078
13079 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
13080
13081 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
13082 (install-gcc-cross): Instead, override LANGUAGES here.
13083
13084 1998-03-18 Dave Love <d.love@dl.ac.uk>
13085
13086 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
13087 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
13088
13089 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
13090
13091 * configure.in: Add Thumb-pe target.
13092
13093 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
13094
13095 * Makefile.in - changed sn targets to snavigator
13096 * configure.in - changed sn targets to snavigator
13097
13098 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
13099
13100 * config-ml.in: After building symlink tree call make distclean
13101 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
13102 to be the case for libiberty.
13103
13104 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
13105
13106 * configure: When making link, also check the current
13107 directory. The configure scripts may create one.
13108
13109 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
13110
13111 * config.sub: Accept alphapca56 and alphaev6 properly.
13112
13113 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13114
13115 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
13116
13117 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
13118
13119 * config.sub (sco5): Fix typo.
13120
13121 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
13122
13123 * Makefile.in (INSTALL_MODULES): Move install-tcl before
13124 install-itcl.
13125 (install-itcl): Remove dependency on install-tcl.
13126
13127 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
13128
13129 * configure.in: Remove libgloss from noconfigdirs for MN10300.
13130
13131 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
13132
13133 * configure.in: Don't build libgui for a cygwin32 target when not on
13134 a cygwin32 host.
13135
13136 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
13137
13138 * configure (redirect): Set to null, so default behavior of
13139 configure is now --verbose.
13140
13141 1998-02-16 Dave Love <d.love@dl.ac.uk>
13142
13143 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
13144 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
13145
13146 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
13147
13148 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
13149 this change to sync Makefile.in with its ChangeLog entries.
13150
13151 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
13152
13153 * ltmain.sh (mkdir): Check that the directory doesn't exist
13154 before we exit with error, so that we don't get races during
13155 parallel builds.
13156
13157 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
13158
13159 * ltconfig, ltmain.sh: Update from libtool 1.0i.
13160
13161 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
13162
13163 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
13164 PICFLAG_FOR_TARGET.
13165 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
13166
13167 * configure: Emit a definition for the new macro enable_shared
13168 into each Makefile.
13169
13170 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
13171
13172 * configure.in (host_tools, native_only): Add libtool.
13173
13174 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
13175
13176 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
13177 Fix typo in ming config comment.
13178
13179 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
13180
13181 * ltconfig, ltmain.sh: Update from libtool 1.0h.
13182
13183 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
13184
13185 * config.sub: Add tic30 cases, and map c30 to tic30.
13186
13187 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
13188
13189 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
13190 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
13191 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
13192 (CLEAN_TARGET_MODULES): Similarly
13193 (all-target-libf2c): Add dependences.
13194 * configure.in (target_libs): Add libf2c.
13195
13196 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
13197
13198 * configure.in: Remove expect from noconfigdirs when target
13199 is cygwin32. OK to build expect and dejagnu with Canadian
13200 Cross.
13201
13202 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
13203
13204 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
13205 host.
13206
13207 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
13208 and mingw32.
13209
13210 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
13211
13212 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
13213 here as it is not defined in the toplevel Makefile.
13214
13215 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
13216
13217 * configure (package_makefile_rules_frag): New variable, which names
13218 a file with generic rules, ...
13219 Change comment to mention we now have FIVE parts.
13220 * configure: Undo last change.
13221
13222 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
13223
13224 * config.guess: More accurate determination of HP processor types.
13225 * config.sub: More accurate determination of HP processor types.
13226
13227 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
13228
13229 * configure (package_makefile_frag): Move inserting the
13230 ${package_makefile_frag} to where it should be according
13231 to the comment.
13232
13233 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
13234
13235 * config.guess: Add support for Linux/ARM.
13236
13237 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
13238
13239 * .cvsignore: Remove *-info and *-install since they match
13240 release-info and mpw-install, which we don't want to just ignore.
13241
13242 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
13243
13244 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
13245
13246 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
13247
13248 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
13249 local_prefix to sub-make invocations.
13250
13251 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
13252
13253 * configure.in: Check makefile fragments in the source
13254 directory.
13255
13256 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13257
13258 * configure.in: Check whether host and target makefile
13259 fragments exist before adding them to *_makefile_frag.
13260
13261 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
13262
13263 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
13264
13265 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
13266
13267 * configure.in: Make sure we only replace RPATH_ENVVAR on
13268 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
13269 regexp to sed.
13270
13271 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
13272 to sub-makes.
13273
13274 1998-01-13 Lee Iverson (leei@ai.sri.com)
13275
13276 * config-ml.in (multi-do): LDFLAGS must include multilib
13277 designator.
13278
13279 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
13280
13281 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
13282
13283 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
13284
13285 * config.sub: Add mingw32 support.
13286 * configure.in: Likewise.
13287
13288 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
13289
13290 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
13291
13292 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
13293
13294 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13295 * configure (gxx_include_dir): Provide a definition for subdirs
13296 which do not use autoconf.
13297
13298 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
13299
13300 * config.guess: Sync with egcs. Picks up new alpha support,
13301 BeOS & some additional linux support.
13302
13303 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
13304
13305 * config.guess: HP 9000/803 is a PA1.1 machine.
13306
13307 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
13308
13309 * configure.in: It's alpha*-...
13310
13311 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
13312
13313 * configure.in (host_makefile_frag, target_makefile_frag):
13314 Handle multiple config files.
13315 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
13316 alpha-*-*.
13317
13318 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
13319
13320 * mkdep: New file.
13321
13322 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
13323
13324 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
13325
13326 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
13327
13328 * Makefile.in: Add libgui directory.
13329 (GDB_TK): Add all-libgui.
13330 * configure.in: Add libgui directory.
13331 * configure: Add all-libgui to GDB_TK.
13332
13333 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
13334
13335 * config-ml.in (multidirs): Add m32r to multilib list.
13336
13337 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
13338
13339 * Makefile.in (all-target-gperf): Change dependency to
13340 all-target-libstdc++.
13341
13342 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
13343
13344 * config.guess: Add BeOS support.
13345
13346 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
13347
13348 Source directory cvs renamed to cvssrc:
13349 * configure.in (host_tools): Change cvs to cvssrc.
13350 (native_only): Likewise.
13351 (noconfigdirs) [various cases]: Likewise.
13352 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
13353 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
13354 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
13355 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
13356 (all-cvssrc): Rename target from all-cvs.
13357
13358 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
13359
13360 * configure (gxx_include_dir): Fix thinko.
13361
13362 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
13363
13364 * Makefile.in (INSTALL_TARGET_CROSS): Define.
13365 (install-cross, install-gcc-cross): New targets.
13366
13367 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
13368
13369 * configure.in (noconfigdirs): Add support for Thumb target.
13370
13371 * config.sub (maybe_os): Add support for Thumb target.
13372
13373 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
13374
13375 * Makefile.in: Add rules for cygmon.
13376
13377 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
13378
13379 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
13380
13381 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13382 * configure (gxx_include_dir): Provide a definition for subdirs
13383 which do not use autoconf.
13384
13385 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
13386
13387 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
13388 11/18/97 build
13389
13390 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
13391
13392 * From Franz Sirl.
13393 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
13394 found on RedHat Linux systems.
13395
13396 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
13397
13398 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
13399 guesses.
13400
13401 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
13402
13403 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
13404
13405 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
13406
13407 * ltmain.sh: If mkdir fails, check whether the directory was created
13408 anyhow by some other process.
13409
13410 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
13411
13412 * configure.in (d30v-*-*): Configure all directories.
13413
13414 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
13415
13416 * configure.in (d30v-*-*): Configure newlib, libiberty directories
13417 for the D30V.
13418
13419 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
13420
13421 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
13422
13423 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
13424
13425 * include/libiberty.h: Add extern "C" { so it can be used with C++
13426 progrms.
13427 * include/remote-sim.h: Add extern "C" { so it can be used with C++
13428 programs.
13429
13430 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
13431
13432 * configure.in (d30v-*-*): Configure GCC now.
13433
13434 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
13435
13436 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
13437 is no longer needed.
13438
13439 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
13440
13441 * Makefile.in: check-target-libio depends on all-target-libstdc++.
13442
13443 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
13444
13445 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
13446 targets using "$@" to provide support for similar but not identical
13447 targets without having to duplicate code.
13448
13449 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
13450
13451 * makefile.vms: Fix to work with DEC C.
13452
13453 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
13454
13455 * config.sub: Add mips-tx39-elf to marketing names.
13456
13457 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
13458
13459 * ltmain.sh: Handle symlinks in generated script.
13460
13461 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
13462
13463 * configure: Handle autoconf style directory options: --bindir,
13464 --datadir, --includedir, --infodir, --libdir, --libexecdir,
13465 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
13466 --sysconfdir.
13467 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
13468 (sharedstatedir, localstatedir, oldincludedir): New variables.
13469 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
13470 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
13471 sbindir, sharedstatedir, and sysconfdir.
13472
13473 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
13474
13475 * Makefile.in (bootstrap-lean): New target.
13476
13477 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
13478
13479 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
13480 sn, and gnuserv from noconfigdirs.
13481
13482 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
13483
13484 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
13485
13486 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
13487
13488 * Makefile.in (cross): New target.
13489
13490 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
13491 Jeff Law <law@cygnus.com>
13492
13493 * Makefile.in (bootstrap2, bootstrap3): New targets.
13494 (all-bootstrap): Remove outdated and confusing target.
13495 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
13496
13497 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
13498
13499 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
13500 windows. Consistent with gdb/configure.
13501
13502 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
13503
13504 * configure.in: Name Linux target fragment.
13505
13506 * configure: Rewrite so that project Makefile fragment is inserted
13507 first and appears last in the resulting Makefile.
13508
13509 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
13510
13511 * Makefile.in (install-itcl): Install tcl first.
13512
13513 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
13514
13515 * configure.in: remove bison from noconfigdirs for Cygwin32 host
13516
13517 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
13518
13519 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
13520
13521 * configure.in (skipdirs): Add target-librx for Linux.
13522 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
13523
13524 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
13525
13526 * Makefile.in (bootstrap): New target.
13527
13528 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
13529
13530 * config.sub: Accept 'amigados' for backward compatibility.
13531
13532 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
13533
13534 * config.guess: Merge with FSF.
13535
13536 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
13537
13538 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
13539
13540 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
13541
13542 * config.sub: Add "marketing-names" patch.
13543
13544 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
13545
13546 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
13547
13548 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
13549
13550 * config.sub: Handle v850-elf.
13551
13552 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
13553
13554 * .cvsignore (*-install): Remove.
13555
13556 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
13557
13558 * ltconfig: Set CONFIG_SHELL in libtool.
13559 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
13560
13561 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
13562
13563 * configure.in (target_subdir): Set to libraries if enable_multilib.
13564
13565 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
13566
13567 * config.guess: Update from gcc directory.
13568
13569 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
13570
13571 * Makefile.in (all-sim): Depends on all-readline.
13572
13573 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
13574
13575 * Makefile.in (BISON, YACC): Use $$s.
13576 (all-bison): Depend on all-texinfo.
13577
13578 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
13579
13580 * Makefile.in (BISON): Add -L flag.
13581 (YACC): Likewise.
13582
13583 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
13584
13585 * configure.in (noconfigdirs): Add support for v850e target.
13586
13587 * config.sub (maybe_os): Add support for v850e target.
13588
13589 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
13590
13591 * configure.in (noconfigdirs): Add support for v850ea target.
13592
13593 * config.sub (maybe_os): Add support for v850ea target.
13594
13595 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
13596
13597 * config.sub: Add mipstx39. Delete r3900.
13598
13599 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
13600
13601 * Makefile.in (all-autoconf): Depends on all-texinfo.
13602
13603 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
13604
13605 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
13606 eabi targets.
13607
13608 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
13609
13610 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
13611
13612 * configure: When handling a Canadian Cross, handle YACC as well as
13613 BISON. Just set BISON to bison. When setting YACC, prefer bison.
13614 * Makefile.in (all-bison): Depend upon all-texinfo.
13615
13616 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
13617
13618 * Makefile.in (BISON): bison, not byacc or bison -y.
13619 (YACC): bison -y or byacc or yacc.
13620 (various): Add *-bison as appropriate.
13621 (taz): No need to mess with BISON anymore.
13622
13623 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
13624
13625 * configure: If OSTYPE matches *win32*, try to find a good value for
13626 CONFIG_SHELL.
13627
13628 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
13629
13630 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
13631 configure.in if it is present.
13632
13633 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
13634
13635 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
13636
13637 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
13638
13639 * config.sub: Recognize `arc' cpu.
13640 * configure.in: Likewise.
13641 * config-ml.in: Likewise.
13642
13643 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
13644
13645 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
13646
13647 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
13648
13649 * configure: Changed sed delimiter from ':' to '|' when
13650 attempting to substitute ${config_shell} for SHELL. On
13651 NT ${config_shell} may contain a ':' in it.
13652
13653 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
13654
13655 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
13656
13657 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
13658
13659 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
13660
13661 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
13662
13663 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
13664
13665 * ylwrap: If the program is a relative path, force it to be
13666 absolute.
13667
13668 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
13669
13670 * configure (tooldir): Set BISON to `bison -y' and not just bison.
13671
13672 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
13673
13674 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
13675 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
13676 for libraries.
13677
13678 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
13679
13680 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
13681 separated by spaces.
13682
13683 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
13684
13685 * ylwrap: New file.
13686 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
13687
13688 * ltmain.sh: Handle /bin/sh at start of install program.
13689
13690 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
13691
13692 * ltconfig, ltmain.sh: New files, from libtool 1.0.
13693 * missing: New file, from automake 1.2.
13694
13695 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
13696
13697 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
13698 check-tk to CHECK_X11_MODULES.
13699
13700 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
13701
13702 * config.sub: Merge with FSF.
13703
13704 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
13705
13706 * config.guess: Merge with FSF.
13707
13708 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
13709
13710 * configure: Treat msdosdjgpp like go32.
13711 * configure.in: Likewise. Don't remove gprof for go32.
13712
13713 * configure: Change Makefile.tem2 to Makefile.tm2.
13714
13715 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
13716
13717 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
13718
13719 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13720
13721 * install-sh (chmodcmd): Set to null if the DST directory already
13722 exists. Same as Nov 11th change.
13723
13724 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
13725
13726 * configure (GDB_TK): Needs itcl and tix.
13727
13728 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
13729
13730 * config.guess: Update from FSF.
13731
13732 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
13733
13734 * Makefile.in (GDB_TK): Depend on itcl and tix.
13735
13736 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
13737
13738 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
13739 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
13740 (INSTALL_SCRIPT): New variable.
13741 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
13742 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
13743 to -x.
13744 * install-sh: Add support for -x option.
13745
13746 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
13747
13748 * configure.in, Makefile.in: Treat tix like itcl.
13749
13750 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
13751
13752 * Makefile.in (WINDRES): New variable.
13753 (WINDRES_FOR_TARGET): New variable.
13754 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
13755 (EXTRA_HOST_FLAGS): Add WINDRES.
13756 (EXTRA_TARGET_FLAGS): Add WINDRES.
13757 (EXTRA_GCC_FLAGS): Add WINDRES.
13758 ($(DO_X)): Pass down WINDRES.
13759 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
13760 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
13761 DLLTOOL_FOR_TARGET.
13762
13763 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
13764
13765 * configure.in: configure sim before gdb for win32-x-ppc
13766
13767 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13768
13769 Move gperf into the toplevel, from libg++.
13770 * configure.in (target_tools): Add target-gperf.
13771 (native_only): Add target-gperf.
13772 * Makefile.in (all-target-gperf): New target, depend on
13773 all-target-libg++.
13774 (configure-target-gperf): Empty rule.
13775 (ALL_TARGET_MODULES): Add all-target-gperf.
13776 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
13777 (CHECK_TARGET_MODULES): Add check-target-gperf.
13778 (INSTALL_TARGET_MODULES): Add install-target-gperf.
13779 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
13780
13781 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
13782
13783 * config.sub (mn10200): Recognize new basic machine.
13784
13785 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13786
13787 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
13788 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
13789
13790 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13791
13792 * configure.in: If we're building mips-sgi-irix6* native, turn on
13793 ENABLE_MULTILIB and set TARGET_SUBDIR.
13794
13795 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
13796
13797 * Makefile.in (all-sn): Depend on all-grep.
13798
13799 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
13800
13801 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
13802
13803 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
13804 Makefile. From Jeff Makey <jeff@cts.com>.
13805 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
13806
13807 * Makefile.in (DISTBISONFILES): Remove.
13808 (taz): Don't futz with DISTBISONFILES. Change BISON to use
13809 $(DEFAULT_YACC).
13810
13811 * configure.in: Build itl, db, sn, etc., when building for native
13812 cygwin32.
13813
13814 * Makefile.in (LD): New variable.
13815 (EXTRA_HOST_FLAGS): Pass down LD.
13816 ($(DO_X)): Likewise.
13817
13818 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
13819
13820 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
13821
13822 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
13823
13824 * configure.in (targargs): Strip out any supplied --build argument
13825 before adding our own. Always add --build.
13826
13827 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
13828
13829 * configure.in (targargs): Pass --build if we're doing
13830 a cross-compile.
13831
13832 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
13833
13834 * configure: Use '|' instead of ":" as the separator in
13835 sed. Otherwise sed chokes on NT path names with drive
13836 designators. Also look for "?:*" as the leading characters in an
13837 absolute pathname.
13838
13839 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
13840
13841 * config.sub: Support for r3900.
13842
13843 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
13844
13845 * configure.in: Use install-sh, not install.sh.
13846
13847 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
13848
13849 * Makefile.in (taz): Improve check for BISON so it doesn't try to
13850 apply it twice.
13851
13852 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
13853
13854 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
13855 install-binutils.
13856
13857 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
13858
13859 * Makefile.in: Add automake targets.
13860 * configure.in (host_tools): Add automake.
13861
13862 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
13863
13864 * configure: Default CXX to c++, not gcc.
13865 * Makefile.in (CXX): Set to c++, not gcc.
13866 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
13867
13868 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
13869
13870 * install-sh: try appending a .exe if source file doesn't
13871 exist
13872
13873 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
13874
13875 * configure.in: Turn on multilib by default.
13876 (cross_only): Remove target-libiberty.
13877
13878 * Makefile.in (all-gcc): Don't depend on libiberty.
13879
13880 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
13881
13882 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
13883
13884 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
13885
13886 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
13887 (DISTBISONFILES): Add ld/Makefile.in
13888
13889 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
13890
13891 * configure.in: if target is cygwin32 but host isn't cygwin32,
13892 don't configure gdb tcl tk expect, not just gdb.
13893
13894 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
13895
13896 * configure.in: Added gnuserv everywhere sn appears.
13897
13898 * Makefile.in (ALL_MODULES): Added all-gnuserv.
13899 (CROSS_CHECK_MODULES): Added check-gnuserv.
13900 (INSTALL_MODULES): Added install-gnuserv.
13901 (CLEAN_MODULES): Added clean-gnuserv.
13902 (all-gnuserv): New target.
13903
13904 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
13905
13906 * config.guess: Fixes for MIPS OpenBSD systems.
13907
13908 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
13909
13910 * Makefile.in (INSTALL_XFORM): Remove.
13911 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
13912
13913 * mkinstalldirs: New file, copied from automake.
13914 * Makefile.in (installdirs): Rename from install-dirs. Use
13915 mkinstalldirs. Change all users.
13916 (DEVO_SUPPORT): Add mkinstalldirs.
13917
13918 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
13919
13920 * install-sh: Rename from install.sh.
13921 * Makefile.in (INSTALL): Change install.sh to install-sh.
13922 (DEVO_SUPPORT): Likewise.
13923
13924 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
13925 Graichen <graichen@rzpd.de>.
13926
13927 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
13928
13929 * config.guess: Recognize OpenBSD systems correctly.
13930
13931 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
13932
13933 * README, Makefile.in (ETC_SUPPORT): Remove references to
13934 cfg-paper*, configure.{texi,man,info*}._
13935
13936 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
13937
13938 * Makefile.in (all.normal): Ensure that gcc is built after all
13939 the x11 - ie gdb - targets.
13940
13941 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
13942
13943 * makefile.vms: Don't run conf-a-gas.
13944
13945 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
13946
13947 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
13948
13949 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
13950
13951 * configure.in: Remove noconfigdirs case since gdb also
13952 configures and builds for tic80-coff.
13953
13954 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
13955
13956 * configure: Set cache_file to config.cache.
13957 * Makefile.in (local-distclean): Remove config.cache.
13958
13959 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
13960
13961 * COPYING: Update FSF address.
13962
13963 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
13964
13965 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
13966 noconfigdirs.
13967
13968 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
13969
13970 * Makefile.in (install-dirs): Don't crash if prefix, and hence
13971 MAKEDIRS, is empty.
13972
13973 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
13974
13975 * config.sub: Tweak mn10300 entry.
13976
13977 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
13978
13979 * configure.in (host_tools): Put sim before gdb, so gdb's
13980 configure.tgt can determine if the simulator was configured.
13981
13982 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
13983
13984 * config.sub: Move BeOS $os case to be with other Cygnus
13985 local cases.
13986
13987 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
13988
13989 * config.sub: Remove misplaced comment that broke Linux.
13990
13991 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
13992
13993 * config.sub: Add BeOS support.
13994
13995 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
13996
13997 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
13998
13999 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
14000
14001 * configure.in (noconfigdirs): Remove tcl and tk from
14002 noconfigdirs for cygwin32 builds.
14003
14004 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
14005
14006 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
14007
14008 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
14009
14010 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
14011 make-all.com, use makefile.vms instead.
14012
14013 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
14014
14015 * config.sub: Accept -lnews*.
14016
14017 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
14018
14019 * configure.in (noconfigdirs): Disable target-newlib,
14020 target-examples and target-libiberty for d30v.
14021
14022 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
14023
14024 * configure.in (noconfigdirs): Enable ld for d30v.
14025
14026 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
14027
14028 * configure.in (tic80-*-*): Build compiler.
14029
14030 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
14031
14032 * configure.in (d30v-*): Remove sim directory from list of
14033 unsupported d30v directories
14034
14035 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
14036
14037 * config.sub, configure.in: Add d30v target cpu.
14038
14039 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
14040
14041 * makefile.vms: New file.
14042 * make-all.com: Remove.
14043
14044 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
14045
14046 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
14047
14048 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
14049
14050 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
14051
14052 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
14053
14054 * Makefile.in (ALL_MODULES): Added all-db.
14055 (CROSS_CHECK_MODULES): Addec check-db.
14056 (INSTALL_MODULES): Added install-db.
14057 (CLEAN_MODULES): Added clean-db.
14058
14059 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
14060
14061 * config.guess: Merge with latest FSF sources.
14062
14063 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
14064
14065 * Makefile.in (ALL_MODULES): Added all-itcl.
14066 (CROSS_CHECK_MODULES): Added check-itcl.
14067 (INSTALL_MODULES): Added install-itcl.
14068 (CLEAN_MODULES): Added clean-itcl.
14069
14070 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
14071
14072 * configure.in: build gdb for mn10200
14073
14074 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
14075
14076 * Makefile.in (all-target-winsup): Depend on all-target-libio.
14077
14078 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
14079
14080 * configure.in (tic80-*-*): Turn off most targets right now.
14081
14082 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
14083
14084 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
14085 rather than the makeinfo program.
14086 (do-info): Depend upon all-texinfo.
14087
14088 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
14089
14090 * configure.in: Remove uses of config/mh-linux.
14091
14092 * config.sub, config.guess: Merge with latest FSF sources.
14093
14094 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
14095
14096 * config.sub (case $basic_machine): Add tic80 entries.
14097
14098 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
14099
14100 * config.sub, config.guess: Merge with latest FSF sources.
14101
14102 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
14103
14104 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
14105 * mpw-config.in: Test for NewFolderRecursive.
14106 * mpw-install: Use symbolic name for startup filename.
14107 * mpw-README: Add various additional details.
14108
14109 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
14110
14111 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
14112
14113 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
14114
14115 * configure.in: Do build gcc and the target libraries for
14116 the mn10200.
14117
14118 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
14119
14120 * configure.in: don't avoid building gdb for mn10300 any more
14121 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
14122 instead of single-quoting it.
14123
14124 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
14125
14126 * configure.in: Don't use --with-stabs on IRIX 6.
14127
14128 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
14129
14130 * configure.in (m32r): Build gdb, libg++ now.
14131
14132 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14133
14134 * configure.in (mips*-sgi-irix6*): Remove gdb and related
14135 directories from noconfigdirs.
14136
14137 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
14138
14139 * config.sub (basic_machine): added mips16 configuration
14140
14141 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14142
14143 * config.sub: Handle d10v-unknown.
14144
14145 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
14146
14147 * config.sub: Handle v850-unknown.
14148
14149 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
14150
14151 * Makefile.in: add findutils
14152 * configure.in: add findutils to list of host_tools
14153
14154 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
14155
14156 * config.sub: Handle mn10200 and mn10300.
14157
14158 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14159
14160 * configure.in (d10v-*): Do not build librx.
14161
14162 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
14163
14164 * configure.in (mn10300): Build everything except gdb & libgloss.
14165
14166 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
14167
14168 * config.guess: Patch for Dansk Data Elektronik servers,
14169 from Niels Skou Olsen <nso@dde.dk>.
14170
14171 For ncr, use /bin/uname rather than uname, since GNU uname does not
14172 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
14173
14174 Patch for MIPS R4000 running System V,
14175 from Eric S. Raymond <esr@snark.thyrsus.com>.
14176
14177 Fix thinko for nextstep.
14178
14179 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
14180
14181 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
14182 * config.guess: Guess mips-dec-mach_bsd4.3.
14183
14184 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
14185 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
14186 release numbers.
14187 * config.guess (mips-mips-riscos*): Emit just enough of the
14188 release number.
14189
14190 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
14191 * config.guess (sparc-auspex-sunos*): Added.
14192 (f300-fujitsu-*): Added.
14193
14194 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
14195 * config.guess: Recognize a Tadpole as a sparc.
14196
14197 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
14198
14199 * config.guess: Don't assume that NextStep version is either 2 or
14200 3. NextStep 4 (aka OpenStep 4) has come out now.
14201
14202 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
14203
14204 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
14205 From Rik Faith <faith@cs.unc.edu>.
14206
14207 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
14208
14209 * config.sub: Contributions from bug-gnu-utils to:
14210 Support plain "hppa" (no version given) architecture, reported by
14211 OpenStep.
14212 OpenBSD like NetBSD.
14213 LynxOs is not a hardware supplier.
14214
14215 * config.guess: Contributions from bug-gnu-utils to add support for:
14216 OpenBSD like NetBSD.
14217 Stratus systems.
14218 More Pyramid systems.
14219 i[n>4]86 Intel chips.
14220 M680[n>4]0 Motorola chips.
14221 Use unknown instead of lynx for hardware manufacturer.
14222
14223 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14224
14225 * install.sh (chmodcmd): Set to null if the DST directory already
14226 exists.
14227
14228 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14229
14230 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
14231 not use mt-ppc target Makefile fragment any more.
14232
14233 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
14234
14235 * configure.in (*-*-windows): Exclude everything but those dirs
14236 needed to build windows.
14237
14238 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
14239
14240 * Makefile.in (all-target-winsup): Depend on all-target-librx.
14241
14242 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
14243
14244 * configure.in: Exclude mmalloc from i386-windows.
14245
14246 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
14247
14248 * Undo my previous change.
14249
14250 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
14251
14252 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
14253 unconditionally.
14254 (MAKEOVERRIDES): Define (revert this part of October 18 change).
14255
14256 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
14257
14258 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
14259 host to add it's own flags.
14260
14261 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
14262
14263 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
14264
14265 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
14266
14267 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
14268 (CXX_FOR_TARGET): Likewise.
14269 (GCC_FOR_TARGET): Define.
14270 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
14271 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
14272 CC_FOR_TARGET was specified on the command line.
14273 (MAKEOVERRIDES): Don't define.
14274
14275 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
14276
14277 * configure.in (m32r): Fix spelling of libg++ libs.
14278
14279 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
14280
14281 * config.sub (-apple*): Remove, now redundant.
14282
14283 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
14284
14285 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
14286
14287 * configure: Rework yesterday's sed script patch.
14288
14289 * config.sub: Merge with FSF.
14290
14291 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
14292
14293 * config.guess: Merge from FSF.
14294
14295 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
14296 * config.guess: Use pc instead of unknown, for pc clone systems.
14297 Change linux to linux-gnu.
14298
14299 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
14300 * config.guess: Avoid non-portable tr syntax.
14301
14302 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
14303
14304 * test-build.mk (HOLES): Add "xargs" for gdb.
14305
14306 * configure: Avoid hpux10.20 sed bug.
14307
14308 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
14309
14310 * configure.in: Add support for windows host
14311 (that is a build done under the Microsoft build environment).
14312
14313 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
14314
14315 * Makefile.in: Replace all uses of srcroot with s, to shrink
14316 command line lengths.
14317
14318 Patches from Geoffrey Noer <noer@cygnus.com>:
14319 * configure.in: If configuring for newlib, pass --with-newlib to
14320 subdirectories.
14321 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
14322 -Bnewlib/ and -Lwinsup to gcc.
14323 (CXX_FOR_TARGET): Likewise.
14324
14325 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
14326
14327 * Makefile.in (ETC_SUPPORT): Add configure.
14328
14329 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
14330
14331 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
14332 host configuration file.
14333
14334 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
14335
14336 * configure.in: Break mn10x00 support into separate
14337 mn10200 and mn10300 configurations.
14338 * config.sub: Likewise.
14339
14340 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
14341
14342 * configure.in: Add lots of stuff to noconfigdirs for
14343 the mn10x00 targets.
14344
14345 * config.sub, configure.in: Add mn10x00 support.
14346
14347 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
14348
14349 * make-all.com: Call conf-a-gas, not config-a-gas.
14350
14351 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
14352
14353 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
14354 targets.
14355
14356 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
14357
14358 * mpw-README: Add much more detail for native PowerMac.
14359 * mpw-install: New file.
14360 * mpw-configure: Add --norecursion and --help options.
14361 * mpw-config.in: Translate readme and install files when
14362 copying to objdir.
14363 * mpw-build.in: Don't always depend on byacc and flex.
14364 (install-only-top): New action.
14365
14366 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
14367
14368 * configure.in: You can now configure GDB for the v850.
14369
14370 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
14371
14372 * configure.in (noconfigdirs): Don't configure any C++ dirs
14373 if targeting D10V.
14374
14375 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
14376
14377 * config.sub: Recognize mips64vr5000.
14378
14379 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
14380
14381 * configure.in: Use a single line for host_tools and native_only.
14382
14383 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
14384
14385 * config.sub, configure.in: Add entries for m32r.
14386
14387 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
14388
14389 * Makefile.in (inet-install): Don't run install-gzip.
14390
14391 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
14392
14393 * configure.in: Don't config lots of things for *-*-windows*.
14394
14395 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
14396
14397 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
14398 (host_libs, host_tools): Copy from configure.in.
14399 * mpw-configure: Don't complain about directories not found.
14400
14401 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14402
14403 * configure.in (i[345]86): Recognize i686 for pentium pro.
14404 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
14405 file.
14406
14407 * config.guess (i[345]86): Ditto.
14408
14409 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14410
14411 * configure.in (noconfigdirs): Removed gdb for D10V.
14412
14413 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
14414
14415 * configure.in: Remove ld, target-libio, target-libg++, and
14416 target-libstdc++ from noconfigdirs.
14417
14418 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
14419
14420 * configure: Fix three locations where shell scripts were
14421 being run directly rather than with config_shell.
14422
14423 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
14424
14425 * configure.in (v850-*-*): Set up initial $noconfigdirs.
14426 * config.sub (basic_machine): Recognize v850.
14427
14428 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
14429
14430 * mpw-configure: Handle multiple enable/disable options and
14431 pass them down recursively, handle -c and -s flags appropriately
14432 depending on choice of compiler, add escape mechanism for
14433 quoted arguments to gC.
14434
14435 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14436
14437 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
14438 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
14439 so that -mrelocatable-lib and -mno-eabi are used.
14440
14441 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
14442 not support --print-multi-lib, don't abort.
14443
14444 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
14445
14446 * make-all.com: Run config-a-gas.
14447 * setup.com: Don't copy subdirectory files around.
14448
14449 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
14450
14451 * configure.in (*-*-ose): Remove exclusion of libgloss for this
14452 target, it now compiles correctly.
14453
14454 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
14455
14456 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
14457
14458 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14459
14460 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
14461
14462 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14463
14464 * configure.in (native_only): Add prms.
14465
14466 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
14467
14468 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
14469 (BINUTILS_SUPPORT_DIRS): Likewise.
14470
14471 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14472
14473 * configure.in (d10v-*-*): Don't configure ld or gdb until the
14474 d10v support is added.
14475
14476 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14477
14478 * configure.in (d10v-*-*): New target.
14479
14480 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
14481
14482 * config.guess (HP 9000/811): Recognize this as a PA1.1
14483 machine.
14484
14485 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
14486
14487 * Makefile.in (do-tar-gz): New target, split out from tail end of
14488 taz target. Run each command separately, don't use pipes.
14489 (taz): Use it.
14490
14491 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
14492
14493 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
14494 * mpw-build.in: No builds should depend on building byacc or flex,
14495 they are assumed to be installed already.
14496
14497 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14498
14499 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
14500 variable that CC_FOR_TARGET needs.
14501
14502 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14503
14504 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
14505 options have changed since the last time the subdirectory was
14506 configured, and if it has, reconfigure.
14507 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
14508 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
14509
14510 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
14511
14512 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
14513 CLEAN_MODULES): Add bash.
14514 (all-bash): New target.
14515
14516 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
14517
14518 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
14519
14520 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14521
14522 * config.sub (basic_machine): Recognize d10v as a valid processor.
14523
14524 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
14525
14526 * mpw-configure: Add support for --bindir.
14527 * mpw-build.in: Use a GCC-specific build script for GCC actions.
14528
14529 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
14530
14531 * configure.in: add bash, time, gawk to list of hosttools and things
14532 to only build for native toolchains
14533
14534 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
14535
14536 * Makefile.in (docdir): Remove.
14537
14538 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
14539
14540 * Makefile.in (datadir): Set to $(prefix)/share.
14541
14542 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
14543
14544 * configure.in: build diff and patch for cygwin32-hosted
14545 toolchains.
14546
14547 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
14548
14549 * config.sub: Accept -rtems*.
14550
14551 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
14552
14553 * configure.in: enable dosrel for cygwin32-hosted builds,
14554 remove diff from the list of things not buildable
14555 via Canadian Cross
14556
14557 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
14558
14559 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
14560 don't get ". ".
14561
14562 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
14563
14564 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
14565
14566 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
14567
14568 * Makefile.in (taz): Handle case where tex3patch didn't even get
14569 checked out. Also, if it was found, put the symlink in a new util
14570 subdirectory.
14571
14572 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14573
14574 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
14575
14576 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
14577
14578 * config.sub: Recognize -openvms.
14579 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
14580 * make-all.com, setup.com: New files.
14581
14582 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
14583
14584 * Makefile.in (taz): tex3patch moved to texinfo/util.
14585
14586 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
14587
14588 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
14589 * configure.in: remove make from disable-if-Can-Cross list
14590 enable gdb if ${host} and ${target} are cygwin32
14591
14592 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
14593
14594 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
14595 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
14596
14597 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
14598
14599 * config.guess: Combine mips-mips-riscos cases, and use cpp to
14600 distinguish sysv/svr4/bsd variants.
14601 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
14602
14603 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
14604
14605 * configure.in: Added copyright notice.
14606 * move-if-change: Added copyright notice.
14607
14608 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14609
14610 * configure.in (powerpcle-*-solaris*): Until we get shared
14611 libraries working, don't build gdb, sim, make, tcl, tk, or
14612 expect.
14613
14614 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
14615
14616 * config.guess: Merge with FSF:
14617
14618 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
14619 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
14620
14621 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
14622 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
14623
14624 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
14625 * config.guess: Combine two OSF1 rules.
14626 Also recognize field test versions. From mjr@zk3.dec.com.
14627 * config.guess (dgux): Use /usr/bin/uname rather than uname,
14628 because GNU uname does not support -p. From pmr@pajato.com.
14629
14630 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
14631
14632 * Makefile.in (MAKEDIRS): Removed $(tooldir).
14633
14634 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
14635
14636 * mpw-README: Document GCCIncludes.
14637
14638 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
14639
14640 * configure.in (alpha-*-linux*): Set enable_shared to yes.
14641
14642 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
14643
14644 * mpw-configure: Handle --enable-FOO and --disable-FOO.
14645
14646 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
14647
14648 * configure.in (*-*-cygwin32): Configure make.
14649
14650 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
14651
14652 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
14653
14654 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
14655
14656 * Makefile.in (all-inet): Depend on all-perl.
14657
14658 * Makefile.in (inet-install): New target.
14659
14660 * Makefile.in (all-inet): Depend on all-tcl.
14661 (all-inet): Depend on all-send-pr.
14662
14663 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14664
14665 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
14666 temporarily.
14667
14668 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
14669
14670 * configure.in: Don't configure --with-gnu-ld on AIX.
14671
14672 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
14673
14674 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
14675
14676 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
14677
14678 * Makefile.in (ALL_MODULES): Added all-inet.
14679 (CROSS_CHECK_MODULES): Added check-inet.
14680 (INSTALL_MODULES): Added install-inet.
14681 (CLEAN_MODULES): Added clean-inet.
14682 (all-indent): New target.
14683
14684 * configure.in (host_tools): Added inet.
14685 (native_only): Added inet.
14686 (noconfigdirs): Added inet.
14687
14688 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
14689
14690 * configure.in: Don't configure libgloss if we are not configuring
14691 newlib.
14692
14693 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
14694
14695 * configure.in: Don't configure libgloss for unsupported
14696 architectures.
14697
14698 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14699
14700 * Makefile.in (CLEAN_MODULES): Add clean-apache.
14701
14702 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
14703
14704 * Makefile.in (ALL_MODULES): Include all-apache.
14705 (CROSS_CHECK_MODULES): Include check-apache.
14706 (INSTALL_MODULES): Include install-apache.
14707 (all-apache): New target.
14708
14709 * configure.in: Added apache everywhere perl is seen.
14710
14711 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14712
14713 * Makefile.in: Add support for clean-{module} and
14714 clean-target-{module} rules.
14715
14716 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
14717
14718 * configure.in (*-*-ose) do not build libgloss.
14719
14720 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14721
14722 * config.guess (prep*:SunOS:5.*:*): Turn into
14723 powerpele-unknown-solaris2.
14724
14725 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
14726
14727 * configure.in: Permit --enable-shared to specify a list of
14728 directories.
14729
14730 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14731
14732 * configure.in (host==solaris): Pass only the first word of $CC
14733 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
14734
14735 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14736
14737 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
14738
14739 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
14740
14741 * Makefile.in (ALL_MODULES): Include all-perl.
14742 (CROSS_CHECK_MODULES): Include check-perl.
14743 (INSTALL_MODULES): Include install-perl.
14744 (ALL_X11_MODULES): Include all-guile.
14745 (CHECK_X11_MODULES): Include check-guile.
14746 (INSTALL_X11_MODULES): Include install-guile.
14747 (all-perl): New target.
14748 (all-guile): New target.
14749
14750 * configure.in (host_tools): Include perl and guile.
14751 (native_only): Include perl and guile.
14752 (noconfigdirs): Don't build guile and perl; no ports have been
14753 done.
14754
14755 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
14756
14757 * configure (--enable-*): Handle quoted option lists such as
14758 --enable-sim-cflags='-g0 -O' better.
14759
14760 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14761
14762 * Makefile.in ({,inst}all-target): New rule so we can make and
14763 install all of the target directories easily.
14764
14765 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14766
14767 * configure.in: Add missing global flag in sed substitution when
14768 deleting `target-' from ${configdirs}.
14769
14770 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
14771
14772 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
14773 option.
14774
14775 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
14776 config/mh-necv4.
14777
14778 * install.sh: Correct misspelling of transformbasename.
14779
14780 * config.guess: Recognize mips-*-sysv*.
14781
14782 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
14783
14784 * config.sub: Recognize mon960.
14785
14786 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
14787
14788 * configure: Restore Canadian Cross handling of BISON and LEX,
14789 removed in Feb 20 change.
14790
14791 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
14792
14793 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
14794 Mention make install. Remove the old copyright date as well the
14795 clumsy and rather pointless copyright on the README file.
14796
14797 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
14798
14799 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
14800 Makefile after running symlink-tree, then run `make distclean' to
14801 avoid clobbering any generated files in srcdir.
14802
14803 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
14804
14805 * configure.in (m68k-*-netbsd*): Build everything now.
14806
14807 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
14808
14809 * Makefile.in (taz): Fix quoting.
14810
14811 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
14812
14813 * configure.in (sparclet-*-*): Build everything now.
14814
14815 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14816
14817 * configure.in (m68k-*-linux*): New host.
14818
14819 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
14820
14821 * configure: Check for bison before byacc.
14822
14823 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
14824
14825 * Makefile.in configure: Change the way LEX and BISON/YACC are
14826 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
14827 searching PATH. These are used as fallbacks by Makefile.in if
14828 flex/bison/byacc aren't in objdir.
14829
14830 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
14831
14832 * Makefile.in: Make everything which depends upon all-bfd also
14833 depend upon all-opcodes, in case --with-commonbfdlib is used.
14834
14835 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14836
14837 * configure.in (host *-*-cygwin32): Don't build gdb if we are
14838 building NT native compilers on Unix.
14839
14840 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
14841
14842 * configure.in: Don't get CC from the host Makefile fragment if we
14843 can find gcc in PATH, or if this is a Canadian Cross. Move the
14844 Solaris test for /usr/ucb/cc to the post target script, just after
14845 the compiler sanity test.
14846
14847 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
14848
14849 * config.sub: Merge with FSF.
14850
14851 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
14852
14853 * Makefile.in (RPATH_ENVVAR): New variable.
14854 (REALLY_SET_LIB_PATH): Use it.
14855 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
14856
14857 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
14858
14859 * config.sub, configure.in: Recognize sparclet cpu.
14860
14861 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
14862
14863 * config.guess: Support m68k-cbm-sysv4.
14864
14865 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14866
14867 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
14868 m68k-unknown-linuxaout from linker help string. Put quotes around
14869 $ld_help_string.
14870
14871 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
14872
14873 * config.guess (powerpc-harris-powerunix): Add guess for port
14874 to new target.
14875
14876 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14877
14878 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
14879
14880 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
14881
14882 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
14883 $(REALLY_SET_LIB_PATH) in Makefile.
14884 * Makefile.in (SET_LIB_PATH): New variable.
14885 (REALLY_SET_LIB_PATH): New variable.
14886 ($(DO_X)): Use $(SET_LIB_PATH).
14887 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
14888 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
14889 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
14890 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
14891 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
14892 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
14893 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
14894 (install-dosrel): Likewise.
14895 (all-opcodes): Depend upon all-libiberty.
14896
14897 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
14898
14899 * config.guess (*:CYGWIN*): New
14900
14901 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14902
14903 * Makefile.in (all-target-winsup): All all-target-libiberty.
14904
14905 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14906
14907 * configure.in (noconfigdirs): Add missing # in front of comment.
14908
14909 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
14910
14911 * configure.in: add second pass to things added to noconfigdirs
14912 so *-gm-magic can exclude libgloss properly.
14913
14914 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
14915
14916 * mpw-configure (extralibs_name, rez_name): Set correctly
14917 for MWC68K compiler.
14918
14919 * mpw-README: Add more info on the necessary build tools.
14920
14921 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
14922
14923 * configure.in, config.sub: Recognize cygwin32.
14924
14925 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
14926
14927 * config.guess, config.sub: Recognize A/UX.
14928
14929 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
14930
14931 * config.sub: Merge with gcc/config.sub.
14932
14933 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
14934
14935 * mpw-build.in (do-binutils): Add build of stamps.
14936
14937 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
14938
14939 * config.sub: Add recognition for mips64vr4100*-* targets.
14940
14941 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14942
14943 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
14944 Add creation of gconfigargs with `--enable-shared' turned on.
14945 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
14946 ($(host)-stamp-stage3-configured): Likewise.
14947 (HOLES): Add chatr and ldd.
14948 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
14949
14950 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
14951
14952 * configure: Pass --nfp to recursive configures.
14953
14954 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
14955
14956 * Makefile.in (DLLTOOL): New.
14957 (DLLTOOL_FOR_TARGET): New.
14958 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
14959 (EXTRA_TARGET_FLAGS): Ditto.
14960 (EXTRA_GCC_FLAGS): Ditto.
14961 (CONFIGURE_TARGET_MODULES): Ditto.
14962 (DO_X): Ditto.
14963 * configure: Add DLLTOOL.
14964
14965 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
14966
14967 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
14968 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
14969 mh-sco, since old workarounds no longer needed, and don't
14970 build ld, since libraries have weak symbols in COFF.
14971
14972 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
14973
14974 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
14975
14976 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
14977
14978 * configure.in: Make sure that ${CC} can be used to compile an
14979 executable.
14980
14981 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
14982
14983 * Makefile.in (all-gdb): Depend on $(GDB_TK).
14984 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
14985 nothing depending on whether gdbtk is being built.
14986
14987 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
14988
14989 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
14990
14991 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
14992
14993 * configure.in (noconfigdirs): Put ld or gas in this early, if the
14994 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
14995
14996 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
14997
14998 * config-ml.in: Add support for
14999 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
15000 Simplify setting of multidirs from --disable-foo.
15001
15002 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15003
15004 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
15005 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
15006 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
15007 non-empty, pass them on to the GCC make.
15008 (all-bootstrap): New rule that is like all-gcc, except it executes
15009 the GCC bootstrap rule instead of the GCC all rule.
15010
15011 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
15012
15013 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
15014
15015 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15016
15017 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
15018 DG/UX support.
15019
15020 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
15021
15022 * config.sub (i*86*) Change [345] to [3456]
15023
15024 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15025
15026 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
15027 --with-gnu-ld=no.
15028
15029 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15030
15031 * config-ml.in (rs6000*, powerpc*): Add switches to control which
15032 AIX multilibs get built.
15033
15034 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15035
15036 * configure.in (i386-win32): Don't build expect if we're not
15037 building the tcl subdir.
15038
15039 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
15040
15041 * Makefile.in: (configure-target-examples, all-target-examples):
15042 New targets, configure and build example programs.
15043
15044 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
15045
15046 * mpw-configure: If an mpw-config.in generated a file mk.sed,
15047 use it as input to sedit the generated MPW makefile.
15048 * mpw-README: Add a suggestion about Gestalt.h.
15049
15050 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
15051
15052 * config.sub: Accept *-*-ieee*.
15053
15054 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
15055
15056 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
15057 Ronald F. Guilmette <rfg@monkeys.com>.
15058
15059 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15060
15061 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
15062 for powerpc-pe native.
15063 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
15064 (target==powerpc-pe): duplicate i386-win32 entry.
15065
15066 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15067
15068 * configure.in (noconfigdirs): Exclude target-newlib for all versions
15069 of vxworks, not just vxworks5.1.
15070
15071 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
15072
15073 * mpw-configure: Add support for exec-prefix.
15074
15075 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15076
15077 * config.guess: Recognize HP model 816 machines as having
15078 a PA1.1 processor.
15079
15080 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
15081
15082 * configure: Ignore new autoconf configure options.
15083
15084 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
15085
15086 * config.guess: Recognize Pentium under SCO.
15087 From Robert Lipe <robertl@arnet.com>.
15088
15089 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15090
15091 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
15092
15093 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
15094
15095 * configure.in: Don't configure gas for alpha-dec-osf*.
15096
15097 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
15098
15099 * configure.in: Default to --with-stabs for some targets for which
15100 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
15101 i[345]86*-*-unixware*.
15102
15103 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
15104
15105 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
15106 rather than basing it on the target. Simplify handling of options
15107 controlling which directories to configure. Remove extraneous
15108 slash in multi-clean target.
15109
15110 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
15111
15112 * config-ml.in: Prefix more variables with ml_ so they don't collide
15113 with configure's.
15114
15115 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
15116
15117 * configure: Don't turn -v into --v.
15118
15119 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
15120
15121 * configure.in (targargs): Fix typo.
15122
15123 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
15124
15125 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
15126
15127 * configure.in: Strip --host and --target options from
15128 CONFIG_ARGUMENTS, and always configure for --host only. Add
15129 --with-cross-host option when building with a cross-compiler.
15130 * configure: Canonicalize the arguments put into config.status by
15131 always using `=' for an option with an argument. Pass a presumed
15132 --host or --target explicitly.
15133
15134 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
15135
15136 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
15137 into general OS recognition case.
15138
15139 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15140
15141 * configure.in (target_configdirs): add target-winsup only
15142 for win32 target systems.
15143
15144 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
15145
15146 * Makefile.in (all-target-libgloss): Depend upon
15147 configure-target-newlib, since when libgloss is built it looks to
15148 see if the newlib directory exists.
15149
15150 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
15151
15152 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
15153 cfg-ml-*.in.
15154
15155 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
15156
15157 * configure: Handle LD and LD_FOR_TARGET when configuring a
15158 Canadian Cross.
15159
15160 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15161
15162 * configure.in (target_libs): add target-winsup.
15163 (target==i386-win32): add patch diff flex make to $noconfigdirs.
15164 (target==ppcle-pe): remove ld from $noconfigdirs.
15165
15166 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
15167
15168 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
15169 Preserve relative path names in $srcdir. Build symlink tree if
15170 configuring cross target dir and srcdir=. (= no VPATH support).
15171 (configure-target-libg++): Depend on configure-target-librx.
15172 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
15173 * config-ml.in: New file.
15174 * symlink-tree: New file.
15175 * configure: Ensure srcdir="." if that's what it is.
15176
15177 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
15178
15179 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
15180 includes and FLEX_SKELETON setting.
15181 * mpw-configure (--with-gnu-ld): New option, controls whether
15182 to use PPCLink or ld with PowerMac GCC.
15183 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
15184 * mpw-config.in: Configure grez if targeting Mac.
15185
15186 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
15187 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
15188 just macos.
15189 * configure.in: Configure grez resource compiler if targeting Mac.
15190 * Makefile.in (all-grez, install-grez): New targets.
15191
15192 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
15193
15194 * configure: CXX defaults to gcc, not g++. If we find
15195 gcc in the path, set CC to gcc -O2.
15196
15197 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
15198
15199 * configure: Default ${build} correctly. Avoid picking up extra
15200 spaces when reading CC and CXX from Makefile. When doing a
15201 Canadian Cross, use plausible default values for numerous
15202 variables.
15203 * configure.in: When doing a Canadian Cross, don't try to
15204 configure tools whose configure script can't handle it.
15205
15206 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15207
15208 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
15209
15210 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
15211
15212 * configure: Remove dubious bug reporting address.
15213
15214 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
15215
15216 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
15217 configure script, run that instead of this directory's configure.
15218 In either case, print a message that we're configuring the sub-dir.
15219
15220 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
15221
15222 * configure.in: Before checking for the existence of various files,
15223 use sed to filter out "target-".
15224
15225 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
15226
15227 * Makefile.in (DO_X): Split rule to decrease command line length
15228 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
15229 (Philippe De Muyter).
15230
15231 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15232
15233 * Makefile.in (all-patch): depend on all-libiberty.
15234
15235 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
15236
15237 * configure.in: If the only directory in target_configdirs which
15238 actually exists is libiberty, then set target_configdirs to empty,
15239 to avoid trying to build a target libiberty in a gas or gdb
15240 distribution.
15241
15242 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
15243
15244 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
15245 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
15246 systems.
15247
15248 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15249
15250 * configure.in (copy_dirs): Use sys-include instead of include
15251 for --with-headers option.
15252
15253 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
15254
15255 * Makefile.in, configure.in: Make winsup builds work with
15256 new scheme.
15257
15258 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
15259
15260 * configure.in: Build the linker on AIX.
15261
15262 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
15263
15264 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
15265 where needed.
15266
15267 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
15268
15269 * Makefile.in (all-gcc): Fix typo.
15270
15271 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
15272
15273 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
15274
15275 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
15276
15277 * configure.in: Rename libFOO to target-libFOO, and xiberty
15278 to target-xiberty, to provide more flexibility.
15279 (target_subdir): Define. Create if cross.
15280 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
15281 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
15282 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
15283 check-libFOO -> check-target-libFOO, etc.
15284 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
15285 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
15286 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
15287 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
15288 allow ALL_GCC="" to only configure.
15289 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
15290 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
15291 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
15292
15293 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
15294
15295 * Makefile.in (taz): Build "info" in etc explicitly.
15296
15297 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
15298
15299 * configure.in: Make sure that CC is undefined (as opposed to
15300 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
15301 problem with autoconf trying to configure on a host without GCC.
15302
15303 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
15304
15305 * mpw-configure: Set host alias from choice of host compiler,
15306 only use generic MPW Makefile sed if present, edit a file
15307 named "hacked_Makefile.in" instead of "Makefile.in" if present.
15308 * mpw-README: Add problem notes about CW6 and CW7.
15309
15310 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
15311
15312 * Makefile.in (taz): Use ";" instead of ";;".
15313
15314 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
15315
15316 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
15317 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
15318 DISTDOCDIRS.
15319 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
15320 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
15321
15322 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
15323
15324 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
15325 and gnats, because they are now subsumed by DISTSTUFFDIRS.
15326 Move bfd to DISTSTUFFDIRS.
15327
15328 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15329
15330 * Makefile.in (X11_LIB): Removed.
15331 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
15332
15333 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
15334
15335 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15336
15337 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
15338 names.
15339
15340 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15341
15342 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
15343
15344 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
15345
15346 * configure.in (i[345]86-*-win32): Always build newlib.
15347 Don't configure cvs, autoconf or texinfo.
15348 * Makefile.in (LD_FOR_TARGET): New.
15349 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
15350 Pass down LD_FOR_TARGET.
15351
15352 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
15353
15354 * winsup: New directory.
15355 * Makefile.in: Build winsup.
15356 * configure.in: Winsup is configured when target is win32.
15357 Can only build win32 target GDB when native.
15358
15359 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
15360
15361 * config.guess: Recognize HP model 819 machines as having
15362 a PA 1.1 processor.
15363
15364 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
15365
15366 * configure: Fix sed loop which substitutes for CC and CXX to
15367 avoid bug found in various sed implementations.
15368
15369 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15370
15371 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
15372 simulator. Use standard powerpc-*-eabi*.
15373
15374 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
15375
15376 * configure.in: Stop putting gas and binutils in noconfigdirs for
15377 powerpc-*-aix* and rs6000-*-*.
15378
15379 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
15380
15381 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
15382 -mcall-aixdesc libraries.
15383
15384 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
15385
15386 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15387
15388 * config.sub (arm | armel | armeb): Fix shell syntax.
15389
15390 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15391
15392 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
15393 -msoft-float and -mcpu=common support.
15394 (powerpc*-*-eabisim*): Add support for building -mcall-aix
15395 libraries.
15396
15397 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15398
15399 * configure.in: Allow configuration and build of emacs19 for the alpha.
15400
15401 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15402
15403 * configure.in (CC): Get ^CC, not just any old CC, from
15404 ${host_makefile_frag}.
15405
15406 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15407
15408 * configure.in (CC): Try to get CC from
15409 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
15410
15411 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15412
15413 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
15414 only if it exists in $(srcdir).
15415
15416 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
15417
15418 * configure: If CC and CXX are not set in the environment, set
15419 them, based on either an existing Makefile or on searching for gcc
15420 in PATH. Substitute for CC and CXX in Makefile.
15421 * configure.in: Remove libm from target_libs. Separate
15422 target_configdirs from configdirs. If CC is not set in
15423 environment, try to get it from a host Makefile fragment. Rewrite
15424 changes of configdirs to use skipdirs instead. A few minor
15425 tweaks. Take directories out of target_configdirs as they are
15426 taken out of configdirs. Remove existing Makefile files from
15427 subdirectories. Substitute for TARGET_CONFIGDIRS and
15428 CONFIG_ARGUMENTS in Makefile.
15429 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
15430 by configure.in.
15431 (CONFIG_ARGUMENTS): Likewise.
15432 (CONFIGURE_TARGET_MODULES): New variable.
15433 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
15434 ($(CONFIGURE_TARGET_MODULES)): New target.
15435 (configure-libg++, configure-libio): New targets.
15436 (all-libg++): Depend upon configure-libg++.
15437 (all-libio): Depend upon configure-libio.
15438 (configure-libgloss, all-libgloss): New targets.
15439 (configure-libstdc++): New target.
15440 (all-libstdc++): Depend upon configure-libstdc++.
15441 (configure-librx, all-librx): New targets.
15442 (configure-newlib): New target.
15443 (all-newlib): Depend upon configure-newlib
15444 (configure-xiberty): New target.
15445 (all-xiberty): Depend upon configure-xiberty.
15446
15447 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15448
15449 * configure.in (host i[345]86-*-win32): Expand the
15450 noconfigdirs again.
15451
15452 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
15453
15454 * mpw-configure: Fix sed command file name.
15455
15456 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
15457
15458 * configure.in (host i[345]86-*-win32): Reduce the
15459 noconfigdirs again.
15460
15461 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
15462
15463 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
15464 or powerpc*-*-pe*, since they are not yet supported.
15465
15466 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
15467
15468 Add PowerMac support and many other enhancements.
15469 * mpw-configure: New option --cc to select compiler to use,
15470 paste options set according to --cc into the generated
15471 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
15472 if mpw-make.sed is present.
15473 * mpw-config.in: Don't test for gC1, test for mpw-touch,
15474 add forward includes for PowerPC include files.
15475 * mpw-build.in: Build using Makefile.PPC if present.
15476 (do-byacc, etc): Remove separate version resource builds.
15477 (do-gas): Build "stamps" before "all".
15478 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
15479 * mpw-README: Update to reflect --cc option, PowerMac support,
15480 and recently-reported compatibility problems.
15481
15482 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
15483
15484 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
15485 embedded m68k systems (-aout, -coff, -elf, -vxworks).
15486 (--with-multilib-top): Pass to recursive invocations.
15487
15488 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
15489
15490 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
15491 v810-*-*.
15492
15493 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15494
15495 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
15496 gdb, ld and opcodes on v810-*-*.
15497
15498 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
15499
15500 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
15501 (local-maintainer-clean): New target.
15502 (maintainer-clean): New target.
15503 (realclean): Just depend upon maintainer-clean.
15504
15505 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15506
15507 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
15508
15509 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
15510
15511 * configure.in: Build ld in mips*-*-bsd* case.
15512
15513 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
15514
15515 * config.sub: Accept -lites* OS. From Ian Dall.
15516
15517 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
15518
15519 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
15520 targets.
15521
15522 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15523
15524 * configure.in: treat i386-win32 canadian cross the same as
15525 i386-go32 canadian cross.
15526
15527 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15528
15529 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
15530 running under the simulator to build a reduced set of libraries.
15531 (powerpc-*-eabiaix): Add fine grained multilib support added to
15532 other powerpc targets yesterday.
15533
15534 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15535
15536 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
15537 -disable-softfloat, -disable-relocatable, -disable-aix, and
15538 -disable-sysv to control which multilib libraries get built.
15539
15540 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
15541
15542 * configure: Add Makefile.tem to list of files to remove in trap
15543 handler.
15544
15545 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
15546
15547 * config.guess (*Linux*): Add missing "exit"s.
15548 Also, need specific check for alpha-unknown-linux (uses COFF).
15549
15550 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
15551
15552 * config.guess: Merge with FSF:
15553
15554 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
15555 * config.guess (AIX4): More robust release numbering discovery.
15556
15557 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
15558 * config.guess (i386-sequent-ptx): Properly get version number.
15559
15560 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
15561 * config.guess (mips:*:4*:UMIPS): New case.
15562
15563 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
15564
15565 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
15566 (i386-win32 host): Likewise. Don't build readline.
15567
15568 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
15569
15570 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
15571 SUPPORT_FILES to submakes.
15572
15573 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
15574
15575 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
15576 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
15577 mpw-configure.
15578
15579 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
15580
15581 * configure.in (appdirs): Use =, not ==, in test expression when
15582 trying to build the text to print in the warning message for
15583 Solaris users.
15584
15585 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
15586
15587 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
15588
15589 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15590
15591 * config.guess: Recognize lynx-2.3.
15592
15593 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
15594
15595 * config.sub (z8ksim): Deleted
15596 (z8k-*-coff): New, this is the one true name of the target.
15597
15598 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
15599
15600 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
15601
15602 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
15603
15604 * config.guess (*:Linux:*:*): First try asking the linker what the
15605 default object file format is (elf, aout, or coff). Then if this
15606 fails, try previous methods.
15607
15608 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15609
15610 * configure.in: Don't build newlib for *-*-vxworks5.1.
15611
15612 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15613
15614 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
15615 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
15616
15617 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
15618
15619 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
15620
15621 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
15622
15623 * cfg-ml-com.in: New file.
15624 * cfg-ml-pos.in: New file.
15625
15626 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15627
15628 * COPYING.NEWLIB: Add HP free copyright to list.
15629
15630 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15631
15632 * config.sub: Recognize -eabi* for the system, not just -eabi.
15633
15634 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
15635
15636 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
15637 * config.sub, configure.in (win32): New target and host.
15638
15639 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
15640
15641 * configure.in: Add i386-pe configuration.
15642
15643 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
15644
15645 * mpw-build.in (install): Install GDB after LD.
15646
15647 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
15648
15649 * mpw-config.in (elf/mips.h): Always forward-include, needed
15650 for GDB to build.
15651
15652 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
15653
15654 * testsuite: New directory for customer acceptance and whole tool
15655 chain tests.
15656
15657 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
15658
15659 * configure: If per-host line isn't found, but AC_OUTPUT is found
15660 and a configure script exists, run it instead.
15661
15662 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
15663
15664 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
15665
15666 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
15667
15668 * configure: Set build_{cpu,vendor,os,alias} to host values when
15669 --build isn't specified.
15670
15671 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15672
15673 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
15674 (FLAGS_TO_PASS): Pass them.
15675 (EXTRA_TARGET_FLAGS): Ditto.
15676
15677 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15678
15679 * Makefile.in (all-libg++): Depend on all-libstdc++.
15680
15681 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15682
15683 * configure.in (noconfigdirs): Enable all packages for
15684 i386-unknown-netbsd.
15685
15686 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
15687
15688 * configure.in (noconfigdirs): Don't configure tk for i386-go32
15689 hosted builds (DOS builds)
15690
15691 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
15692
15693 Changes for ARM based on patches from Richard Earnshaw:
15694 * config.sub: Handle armeb and armel.
15695 * configure.in: Omit arm linker only for riscix.
15696
15697 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
15698
15699 * config.guess: Update from FSF.
15700
15701 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
15702
15703 * config.sub: Recognize powerpcle as the little endian variant of
15704 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
15705 powerpcle variant. Convert pentium into i586, not i486. Add p5
15706 alias for i586. Map new x86 variants p6, k5, nexgen into i586
15707 temporarily.
15708
15709 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
15710
15711 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
15712
15713 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
15714
15715 * config.sub: Accept -lites* as a basic system type.
15716
15717 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
15718
15719 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
15720 installed, and if so return linuxoldld as the system name.
15721
15722 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
15723
15724 * config.guess: Add hppa1.1-hp-lites support.
15725
15726 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
15727
15728 * configure.in: Don't build newlib for m68k-vxworks5.1.
15729
15730 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15731
15732 * configure.in (mips-sgi-irix6): Use mh-irix5.
15733
15734 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
15735
15736 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
15737
15738 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15739
15740 * test-build.mk: Enable building of shared libraries on IRIX 5 and
15741 OSF/1. Fix compiler flags.
15742 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
15743
15744 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
15745
15746 * configure.in: Recognize --with-newlib.
15747 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
15748
15749 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15750
15751 * Makefile.in: move {all,check,install}-gdb from *_MODULES
15752 to *_X11_MODULES due to gdbtk needing X include files et al.
15753
15754 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
15755
15756 Merge in support for Mac MPW as a host.
15757 (Old change descriptions retained for informational value.)
15758
15759 * mpw-config.in: Add generic include forwards for cpu-specific
15760 include files in aout and elf directories.
15761
15762 * mpw-configure: Added copyright.
15763 * mpw-config.in: Check for presence of required build tools.
15764 (target_libs): Add newlib.
15765 (target_tools): Add examples.
15766 (Read Me): Generate as "Read Me for MPW" instead.
15767 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
15768 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
15769 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
15770
15771 * mpw-configure: Remove subdir-specific makefile hackery,
15772 delete mk.tmp after using it.
15773
15774 * mpw-build.in (all): Display start and end times.
15775
15776 * mpw-configure (host_canonical): Set.
15777 (target_cpu): Always add to makefiles.
15778 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
15779 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
15780 (mpw-mh-mpw): Look for in srcdir and srcroot.
15781 Use sed instead of mpw-edit-prefix to edit prefix definitions.
15782
15783 * mpw-build.in: (install-only): New target.
15784
15785 * mpw-configure (host_alias, target_alias): Rename from hostalias
15786 and targetalias, add into generated Makefile.
15787 (mk.tmp): If present, add into generated Makefile.
15788 * mpw-build.in (all-gas): Build config.h first before gas proper.
15789
15790 * mpw-configure (config.status): Write only if changed.
15791 * mpw-config.in (readline): Configure it (not built, just used for
15792 definitions).
15793
15794 * mpw-config.in (elf/mips.h): Add a forward include.
15795
15796 * mpw-config.in: Forward-include most .h files in include into
15797 extra-include.
15798 (readline): Don't build.
15799 mpw-build.in (install): Install GDB.
15800
15801 * mpw-configure (prefix, mpw_prefix): Handle it.
15802 * mpw-config.in (mmalloc, readline): Don't configure.
15803 * mpw-build.in (thisscript): Rename to ThisScript.
15804 Use mpw-build instead of BuildProgram everywhere.
15805 (mmalloc, readline): Don't build.
15806 * mpw-README: New file, basic documentation about the MPW port.
15807
15808 * mpw-config.in: Use forward-include to create include files.
15809
15810 * mpw-configure: Add more things to the top of each configured
15811 Makefile, including contents of config/mpw-mh-mpw.
15812 * mpw-config.in (extra-include): Create this directory and fill it
15813 with Posix-like include files when configuring.
15814
15815 * config.sub (apple, mac, mpw): Add various aliases.
15816
15817 * mpw-build.in: New file, top-level build script fragment for MPW.
15818 * mpw-configure: New file, configure script for MPW.
15819 * mpw-config.in: New file, config fragment for MPW.
15820
15821 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15822
15823 * configure.in (host_libs): Remove glob, since it is gone from the
15824 sources.
15825
15826 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15827
15828 * Makefile.in: define empty GDB_NLM_DEPS var.
15829
15830 * configure.in(target_makefile_frag): use config/mt-netware
15831 for netware targets.
15832
15833 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
15834
15835 * config.sub: Merge in recent FSF changes. Remove linux special
15836 cases.
15837
15838 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15839
15840 Revert this change:
15841
15842 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15843
15844 * build-all.mk: Use CC=cc -Xs on Solaris.
15845
15846 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15847
15848 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
15849 stop using it.
15850 * Makefile.in: Nuke all references to glob subdirectory.
15851
15852 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15853
15854 * configure.in: Fix --enable-shared logic in per-host.
15855
15856 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
15857
15858 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
15859
15860 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15861
15862 * configure.in (noconfigdirs): Don't build gas on AIX, for
15863 powerpc*-*-aix* as well as for rs6000*-*-aix*.
15864
15865 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
15866
15867 * configure: Fix --cache-file to work if the file argument is a
15868 relative path.
15869
15870 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
15871
15872 * configure: If the --cache-file is used, pass it down to
15873 configure in subdirectories.
15874
15875 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
15876
15877 * config.sub: add vxworks29k configuration.
15878
15879 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
15880
15881 * Makefile.in (taz): Do "diststuff" part quietly.
15882
15883 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
15884
15885 * config.sub: Mini-merge with gcc/config.sub.
15886
15887 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15888
15889 * config.guess (IRIX): Sed - to _.
15890
15891 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15892
15893 * Makefile.in (source-vault, binary-vault): New targets.
15894
15895 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
15896
15897 * config.sub: Recognize -eabi as a basic system type.
15898
15899 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15900
15901 * configure.in (enable_shared stuff): Fix typo.
15902
15903 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
15904
15905 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
15906
15907 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15908
15909 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
15910
15911 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
15912
15913 * configure.in (rs6000-*-*): Don't build gas.
15914
15915 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
15916
15917 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
15918 reduce command line length.
15919 (AS_FOR_TARGET): Check for as.new, not Makefile.
15920 (NM_FOR_TARGET): Check for nm.new, not Makefile.
15921
15922 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
15923
15924 * config.guess: Merge from FSF.
15925
15926 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15927
15928 * configure: Don't use $ when handling program_suffix.
15929
15930 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
15931
15932 * configure.in: Configure tk for hppa/hpux.
15933
15934 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
15935
15936 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
15937
15938 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
15939
15940 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
15941 to LIBCXXFLAGS. Tests are better run without it.
15942
15943 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
15944
15945 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
15946
15947 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
15948
15949 * configure.in (*-*-netware*): Don't configure xiberty.
15950
15951 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
15952
15953 * configure.in: Remove tk from native_only list.
15954
15955 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
15956
15957 * build-all.mk: Add mips-ncd-elf target to sun4 targets
15958 for special NCD build.
15959
15960 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15961
15962 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
15963 makeall.bat, they're only useful for binutils snapshots.
15964 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
15965 makeall.bat to specified SUPPORT_FILES.
15966
15967 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
15968
15969 * build-all.mk: Add Ericsson targets to sun4 and solaris
15970 hosts. Add BNR's sun4 target to solaris host, so their
15971 build-from-source will be tested in-house first.
15972
15973 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15974
15975 * Makefile.in (LIBCFLAGS): New variable.
15976 (CFLAGS_FOR_TARGET): Ditto.
15977 (LIBCFLAGS_FOR_TARGET): Ditto.
15978 (LIBCXXFLAGS): Ditto.
15979 (CXXFLAGS_FOR_TARGET): Ditto.
15980 (LIBCXXFLAGS_FOR_TARGET): Ditto.
15981 (BASE_FLAGS_TO_PASS): Pass them.
15982 (EXTRA_TARGET_FLAGS): Ditto.
15983
15984 * configure.in: Support --enable-shared.
15985
15986 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
15987
15988 * configure.in (target_libs): Include libstdc++ again.
15989 * config.guess: Update from FSF (for FreeBSD).
15990
15991 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15992
15993 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
15994 makeall.bat.
15995 (DISTDOCDIRS): Add `etc'.
15996 (ETC_SUPPORT_PFX): New variable.
15997 (taz): Include anything from etc starting with a word in
15998 ETC_SUPPORT_PFX.
15999
16000 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16001
16002 * config.sub: Update for recent FSF changes. Remove obsolete
16003 h8300hds entry. Add -windows* and -osx as basic os. Minor
16004 spacing changes.
16005
16006 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
16007
16008 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
16009
16010 * config.guess: Merge with FSF.
16011 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
16012
16013 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16014
16015 * configure: Since the "trap 0" handler will override the exit
16016 status on many systems, only use it for "exit 1", and make it set
16017 a non-zero exit status; reset it before "exit 0". Also, check
16018 exit status of config.sub, and error out if it failed.
16019
16020 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
16021
16022 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
16023 and install libgloss.
16024
16025 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16026
16027 * Makefile.in (all-binutils): Depend upon all-byacc.
16028
16029 * configure.in: Don't build emacs on Irix 5.
16030
16031 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16032
16033 * configure.in (*-*-netware*): Add libio.
16034
16035 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16036
16037 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
16038 (CHECK_TARGET_MODULES): Ditto.
16039 (INSTALL_TARGET_MODULES): Ditto.
16040 (TARGET_LIBS): Ditto.
16041 (all-libstdc++): Note dependencies.
16042
16043 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16044
16045 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
16046
16047 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16048
16049 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
16050 -fexternal-templates.
16051
16052 * configure.in (target_libs): Add libstdc++.
16053 (noconfigdirs): Add libstdc++ as appropriate.
16054
16055 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16056
16057 * config.guess: Update from FSF.
16058
16059 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16060
16061 * configure: Use ${config_shell} when running ${configsub}.
16062
16063 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
16064
16065 * config.sub: No longer recognize h8300h.
16066
16067 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16068
16069 * config.sub: Remove extraneous differences between config.sub and
16070 gcc/config.sub.
16071
16072 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16073
16074 * Makefile.in (DISTSTUFFDIRS): Add gas.
16075
16076 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
16077
16078 * COPYING.NEWLIB: New file.
16079
16080 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
16081
16082 * config.guess (HP-UX): Patch from Harlan Stenn
16083 <harlan@landmark.com> to also emit release level.
16084
16085 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
16086
16087 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
16088
16089 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
16090
16091 * config.sub: Merge nextstep cleanup from FSF.
16092
16093 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16094
16095 * configure.in (arm-*-*): Don't configure ld for this target.
16096
16097 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16098
16099 * configure.in (*-*-netware): don't configure libg++, libio,
16100 librx, or newlib.
16101
16102 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16103
16104 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
16105 configure ld--it works, but it doesn't support shared libraries.
16106
16107 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
16108
16109 * config.guess (*-unknown-freebsd*): Get rid of possible
16110 trailing "(Release)" in version string.
16111 Patch from Paul Richards <paul@isl.cf.ac.uk>.
16112
16113 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
16114
16115 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
16116 Fix type: *-next-neststep -> *-next-nextstep.
16117
16118 * config.guess: Merge from FSF:
16119
16120 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
16121
16122 * config.guess: Recognize powerpc-ibm-aix3.2.5.
16123
16124 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
16125
16126 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
16127 instead of UNIX_SV for UnixWare 1.0).
16128
16129 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
16130
16131 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
16132 to make gdb/nlm/* build after the compiler and linker.
16133
16134 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
16135
16136 * config.guess (netbsd, freebsd, linux): Accept any machine,
16137 not just i[34]86.
16138 (m68k-atari-sysv4): Relocate to match FSF version.
16139
16140 * config.guess: More merges from the FSF:
16141
16142 Add a space before function call or macro invocation.
16143
16144 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16145
16146 * config.guess: Add trap cmd to remove dummy.c and dummy when
16147 interrupted.
16148
16149 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16150
16151 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
16152 (dummy): Redirect stderr from compilation of dummy.c.
16153
16154 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
16155
16156 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
16157
16158 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
16159
16160 * configure: Accept and ignore --cache*, for compatibility with
16161 new autoconf.
16162
16163 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
16164
16165 * config.guess: Merge from FSF:
16166
16167 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
16168
16169 * config.guess (Pyramid*:OSx*:*:*): New case.
16170 (PATH): Add /.attbin at end for finding uname.
16171 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
16172
16173 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
16174
16175 * config.guess (M88*:DolphinOS:*:*): New case.
16176
16177 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
16178
16179 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
16180 to select whether to use ELF or COFF.
16181
16182 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
16183
16184 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
16185
16186 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
16187
16188 * config.guess: Guess the OS version for HPUX.
16189
16190 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
16191
16192 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
16193
16194 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16195
16196 * configure.in: Recognize --with-headers, --with-libs, and
16197 --without-newlib.
16198 * Makefile.in (all-xiberty): Depend upon all-ld.
16199
16200 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16201
16202 * configure.in: Change i[34]86 to i[345]86.
16203
16204 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16205
16206 * configure (version): A few more tweaks to help message.
16207
16208 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
16209
16210 * Makefile.in: Remove (for now) librx as a host library,
16211 now that we're building it for target.
16212
16213 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16214
16215 * configure: Fix up help message; from karl@owl.hq.ileaf.com
16216 (Karl Berry).
16217
16218 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
16219
16220 * configure.in: Also configure librx.
16221
16222 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
16223
16224 * Makefile.in: Update various rules to reflect that librx
16225 is now needed for libg++.
16226
16227 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16228
16229 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
16230
16231 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
16232
16233 * configure.in: Configure the examples directory.
16234
16235 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16236
16237 * configure: Simplify Jun 2 1994 change.
16238
16239 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16240
16241 * change CC to /usr/latest/bin/gcc for lynx host builds, since
16242 /bin/gcc isn't good enough to build gcc.
16243
16244 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
16245
16246 * Makefile.in (GDB_SUPPORT_FILES): Remove
16247 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
16248 (gdb.tar.gz): Add new rule to use standard distribution building
16249 mechanism.
16250
16251 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16252
16253 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
16254 Bill Cox <bill@cygnus.com>.
16255
16256 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
16257
16258 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
16259
16260 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
16261
16262 * configure: Search current dir first in .gdbinit.
16263
16264 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
16265
16266 * config.sub: Recognize freebsd (merged from gcc config.sub).
16267
16268 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
16269
16270 * config.sub: Refer to NeXT's operating system as nextstep.
16271
16272 * config.sub (case $basic_machine): Re-order the cases, to match
16273 the order in the FSF version (which is mostly alphabethical).
16274 Merge in some additions and changes from the FSF.
16275
16276 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
16277
16278 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
16279 * config.sub: Recognize cxux7.
16280 * configure.in: Use mh-cxux for m88k-harris-cxux*.
16281
16282 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
16283
16284 * config.sub: Fix typo powerpc -> powerpc-*.
16285
16286 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
16287
16288 * Makefile.in: `all-emacs19' depends on `all-byacc'.
16289
16290 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
16291 parallel with all-emacs and install-emacs). Top-level command
16292 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
16293
16294 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16295
16296 * test-build.mk ($(host)-stamp-stage2-installed): Remove
16297 $(relbindir)/make before doing ``make install'', and use
16298 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
16299 installing over running make binary.
16300 ($(host)-stamp-stage3-installed): Likewise.
16301
16302 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16303
16304 * config.guess: Recognize Mach.
16305
16306 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16307
16308 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
16309 see whether --exec-prefix was used.
16310
16311 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16312
16313 * README: Explicitly mention libg++/README. (Zoo's idea.)
16314
16315 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16316
16317 * Makefile.in: Add all-librx target similar to all-libproc.
16318
16319 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
16320
16321 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
16322 with post 1.2 uname bogosity.
16323
16324 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16325
16326 * configure: Remove temporary files on receipt of a signal.
16327
16328 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
16329
16330 * configure: If there is a package_makefile_frag, remove
16331 ${subdir}/Makefile.tem after copying it in.
16332
16333 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16334
16335 * build_all.mk: support rs6000 lynx identifies itself as
16336 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
16337 since /bin/gcc is too feeble to compile a modern gcc.
16338
16339 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
16340
16341 * brought devo/test-build.mk update-to-date with progressive/
16342 test-build.mk. Add lynx targets and hppa flag info.
16343
16344 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16345
16346 * configure.in: Use mh-ncrsvr43. Patch from
16347 Tom McConnell <tmcconne@sedona.intel.com>.
16348
16349 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
16350
16351 * config.guess (i386-unknown-bsdi): No longer need to
16352 check #if defined(__bsdi__) && defined(__i386__).
16353
16354 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16355
16356 * configure: Set program_transform_nameoption correctly.
16357
16358 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
16359
16360 * brought build-all.mk update-to-date with progressive build-all.mk,
16361 added new targets and hppa info.
16362
16363 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16364
16365 * configure: If config.guess result is a prefix of the user
16366 specified target, assume a native build and use the user specified
16367 target as the host alias. Remove SunOS patch suffix removal hack.
16368 * configure.in: Remove SunOS patch suffix removal hack.
16369
16370 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
16371 in NATIVE_CHECK_MODULES.
16372
16373 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
16374
16375 * Makefile.in: Rename HOST_ONLY to NATIVE.
16376 * configure: Delete SunOs patch suffix from host_canonical
16377 and build_canonical variables that are prepended to Makefiles.
16378 * configure.in: Add comments for easier maintenance.
16379
16380 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16381
16382 * Makefile.in: Add all-libproc target similar to all-gui.
16383
16384 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
16385
16386 * Makefile.in (CHECK_MODULES): split into
16387 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
16388
16389 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
16390
16391 * config.guess (i386-unknown-bsdi): New system to guess.
16392
16393 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16394
16395 * Makefile.in: Add all-gui target (but not yet build by "all").
16396
16397 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
16398
16399 * config.sub: Move deletion of patch suffix from here...
16400 * configure.in: To here, at Ian's suggestion. The top-
16401 level scripts might need to know of a patch level.
16402
16403 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
16404
16405 * config.sub: Strip off patch suffix so rtl is recognized
16406 as a sunos4.1.3 machine, even though it's been patched.
16407
16408 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
16409
16410 * Makefile.in (INSTALL_LAST): Delete.
16411 (INSTALL_DOSREL): New.
16412
16413 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16414
16415 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
16416 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
16417 whether we pass down --with-gnu-ld anyhow.
16418
16419 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
16420
16421 * Makefile.in (INSTALL_LAST): Change operation so it works
16422 on more flavors of make.
16423 * configure.in (go32): Don't build libg++ or libio.
16424
16425 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
16426
16427 * Makefile.in (Move HOST_PREFIX_1 and friends up so
16428 they can be overriden by templates.
16429
16430 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
16431
16432 * configure.in (target==go32): Don't build gdb.
16433 * dosrel: New directory.
16434
16435 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
16436
16437 * configure.in (host==go32): Configure dosrel too.
16438 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
16439 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
16440 be set by incoming names or templates.
16441 (INSTALL_LAST): New rule.
16442
16443 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
16444
16445 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
16446
16447 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16448
16449 * configure.in (appdirs): New variable. Currently empty, but will
16450 be used in gas distribution. If nonempty, lists a set of
16451 directories at least one of which must get configured, or top
16452 level configuration is considered to have failed.
16453 (rs6000-*-lynxos*): Use new file name.
16454
16455 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16456
16457 Eliminate XTRAFLAGS.
16458 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
16459 newlib include files using -idirafter, and also use -nostdinc.
16460 (CXX_FOR_TARGET): Likewise.
16461 (XTRAFLAGS): Removed.
16462 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
16463 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
16464 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
16465 ($(DO_X)): Don't pass down XTRAFLAGS.
16466
16467 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16468
16469 * configure.in (mips*-dec-bsd*): New target; do build linker.
16470 (mips*-*-bsd*): New target; don't build linker.
16471
16472 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16473
16474 * configure.in: support rs6000-*-lynxos* configuration.
16475 support sunos4 as a cross target.
16476
16477 * config.sub: look for lynx*, not lynx since the OS version may
16478 legitimately be part of the name.
16479
16480 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16481
16482 * configure.in (i[34]86-*-sco*): Move to be with other i386
16483 targets.
16484 (romp-*-*): New target. Skip various binary utilities.
16485 (vax-*-*): New target. Don't build newlib.
16486 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
16487
16488 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16489
16490 * configure.in: Only set host_makefile_frag if config
16491 directory exists.
16492
16493 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16494
16495 * install.sh: If $dstdir exists, don't check whether each
16496 component does.
16497
16498 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16499
16500 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
16501
16502 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
16503
16504 * configure.in (*-*-lynxos*): Don't configure newlib for either
16505 native or cross Lynx.
16506
16507 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
16508
16509 * config.sub (sparc64-elf): Fix os.
16510 (z8k): Remove duplicate.
16511
16512 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16513
16514 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
16515 gcc/stmp-fixproto, to try to prevent fixproto from being run.
16516
16517 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
16518
16519 * configure: Make file links cleanly even if Lynx fails on
16520 an NFS symlink (at least fail cleanly).
16521
16522 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
16523
16524 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
16525 -XNh2000.
16526
16527 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16528
16529 * configure: Unknown options are fatal again.
16530
16531 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
16532
16533 * configure: Ignore --x-includes and --x-libraries, for Autoconf
16534 compatibility.
16535
16536 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
16537
16538 * build-all.mk: Add `clean' target.
16539
16540 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16541
16542 * config.guess: Add SINIX support.
16543 * configure.in: Add mips-*-sysv4* support.
16544
16545 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
16546
16547 * build-all.mk: Document all useful targets.
16548 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
16549 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
16550
16551 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16552
16553 * configure: Support --silent, --quiet.
16554
16555 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16556
16557 * configure: Support --disable-FEATURE.
16558
16559 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16560
16561 * config.guess: Recognize NCR running SVR4.3.
16562
16563 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
16564
16565 * config.guess: Make BSDI generate i386-unknown-bsd386.
16566 Patch from Paul Eggert <eggert@twinsun.com>.
16567
16568 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16569
16570 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
16571
16572 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16573
16574 * configure: Make unrecognized options give nonfatal warnings
16575 instead of fatal errors, and pass them to any subdirectory
16576 configures in case they recognize them.
16577 Make --x equivalent to --with-x.
16578
16579 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16580
16581 * configure: Add --enable-* options. Clean up usage message and
16582 some comments.
16583
16584 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
16585
16586 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
16587
16588 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16589
16590 * configure.in (hppa*-*-*): Enable binutils.
16591
16592 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16593
16594 * config.sub: Recognize cisco.
16595
16596 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
16597
16598 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
16599
16600 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16601
16602 * config.guess: about target *-hitachi-hiuxwe2, don't print more
16603 than one configuration name. Add comment.
16604
16605 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
16606
16607 * config.guess: about target *-hitachi-hiuxwe2, fixed
16608 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
16609 macro is incorrect.]
16610
16611 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16612
16613 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
16614 than the "make ls" stuff which used to be here.
16615
16616 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
16617
16618 * config.guess: Recognize i[34]86-unknown-freebsd.
16619 From Shawn M Carey <smcarey@rodan.syr.edu>.
16620
16621 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
16622
16623 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
16624
16625 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
16626
16627 * config.guess: Check for ptx.
16628
16629 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
16630
16631 * config.sub: Add os9k checking.
16632
16633 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16634
16635 * config.guess: Handle OSF1 running on HPPA processors
16636
16637 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
16638
16639 * configure: If subdir configure fails, print out a message with
16640 subdirectory name, in case subdir's configure code didn't identify
16641 itself.
16642
16643 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
16644
16645 * configure.in: Remove embedded newlines from configdirs.
16646 Avoid mismatches of substrings. Fix matching strings at end
16647 of configdirs.
16648
16649 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
16650
16651 * config.guess: Add Lynx/rs6000 config support.
16652
16653 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
16654
16655 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
16656
16657 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
16658
16659 * configure.in (hppa*-*-osf*): Treat this just like most other
16660 PA configurations (eg no binutils or ld).
16661 (hppa*-*-*elf*): These configurations have binutils and ld.
16662
16663 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16664
16665 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
16666
16667 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16668
16669 * configure.in (rs6000-*-*): Build gas.
16670
16671 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16672
16673 * Makefile.in: Avoid bug in losing hpux sed.
16674
16675 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16676
16677 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
16678 for GDB and GDB has been fixed to not need it.
16679
16680 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16681
16682 * config.guess: Recognize vax hosts.
16683
16684 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16685
16686 * configure (while loop): Don't use "break 2" inside case
16687 statement -- the case statement isn't an enclosing loop.
16688
16689 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
16690
16691 * config.guess: Clean up NeXT support, to allow nextstep
16692 on Intel machines. Make OS be nextstep.
16693
16694 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
16695
16696 * config.guess: Add alternate forms for Convex.
16697
16698 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
16699
16700 * configure: Completely rewrite option processing. Take
16701 advantage of pattern-matching to avoid invoking test frequently.
16702 Also clean up host and target defaulting logic.
16703
16704 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16705
16706 * Makefile.in: Replace all occurrances of "rootme" with "r" and
16707 "$${rootme}" with "$$r", to increase the likelihood that the do-*
16708 commands (plus user environment) will fit SCO limits.
16709
16710 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16711
16712 * configure.in: Don't issue warnings about directories which are
16713 not being configured if -norecursion is set. Correct test for
16714 --with-gnu-as and --with-gnu-ld to not get confused by substring
16715 matches.
16716
16717 * configure.in: Don't build gas for alpha-dec-osf1*.
16718
16719 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
16720
16721 * configure: Back out Per's change of 12/19/1993. It changes the
16722 behavior of configure in unexpected and confusing ways.
16723
16724 Also, use different delim char when calculating
16725 program_transform_name so that the name can contain slashes.
16726
16727 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
16728
16729 * configure.in, config.sub: Add support for VSTa micro-kernel.
16730
16731 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
16732
16733 * configure.in: Nuke hacks which were used to get a special
16734 version of GAS for HPPA configurations.
16735
16736 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
16737
16738 * configure: If only ${target_alias} is given, use that
16739 as the default for ${host_alias}.
16740 * configure: Add missing back-slashes before nested quotes.
16741
16742 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16743
16744 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
16745
16746 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
16747
16748 * config.guess: Recognize some Tektronix configurations.
16749 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
16750
16751 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16752
16753 * config.sub: Match any flavor of SH.
16754
16755 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
16756
16757 * configure.in: Don't try to configure newlib for Alpha.
16758
16759 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16760
16761 * configure.in: Don't build ld for Irix 5. Don't build gas,
16762 libg++ or libio for any Alpha target.
16763
16764 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
16765
16766 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
16767
16768 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
16769 default arguments -- so it tried to compress itself.
16770
16771 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16772
16773 * configure.in (notsupp): ensure that a space is always at the end
16774 of the configdirs list, since the grep checks for an explicit space
16775
16776 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16777
16778 * configure.in (target i386-sysv4.2): don't build ld, since static
16779 versions of many libraries are not available.
16780
16781 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16782
16783 * config.guess: Recognize Apollos (using environment variables).
16784 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
16785
16786 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16787
16788 * config.guess: Recognize Sony news mips running newsos.
16789
16790 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
16791
16792 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
16793 "fi ; else" for bash.
16794
16795 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
16796
16797 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
16798
16799 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
16800
16801 * config.sub: accept unixware as an alias for svr4.2.
16802 Fix some inconsistancies with the gcc version.
16803
16804 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16805
16806 * Makefile.in (DISTDOCDIRS): Add gdb.
16807
16808 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
16809
16810 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
16811
16812 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16813
16814 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
16815 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
16816 this now.
16817
16818 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16819
16820 * config.sub: Accept hiux* as an OS name.
16821
16822 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
16823 etc/make-stds.texi. The underscore came from gcc, and dje now
16824 agrees that RUNTESTFLAGS is the correct name.
16825
16826 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
16827
16828 * install.sh: Remove 'set -e'. It makes any conditionals
16829 in the script useless.
16830
16831 * config.guess: Automatically recognize arm-acorn-riscix
16832 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
16833
16834 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
16835
16836 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
16837
16838 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16839
16840 * Makefile.in (DISTDOCDIRS): New variable.
16841 (taz): Edit local Makefile.in sooner, instead of proto-toplev
16842 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
16843
16844 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16845
16846 * configure.in (hppa target): check the source directory for the
16847 pagas sub-directory
16848
16849 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
16850
16851 * config.sub: Allow -aout* and -elf*.
16852
16853 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16854
16855 * configure.in: Don't build ld on i386-solaris2, same as for
16856 sparc-solaris2.
16857
16858 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
16859
16860 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
16861
16862 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16863
16864 * configure.in: Configure gdb for alpha.
16865
16866 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16867
16868 * Makefile.in (CXXFLAGS): Add -O.
16869
16870 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16871
16872 * config.guess: added support for DG Aviion
16873
16874 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16875
16876 * configure.in: Produce warning message for subdirectories not
16877 configurable for this host/target combination. Don't try to
16878 configure gdb for vms.
16879
16880 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16881
16882 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
16883 appropriate files before making "diststuff".
16884 (DISTBISONFILES): New var: list of files to be edited.
16885 (DISTSTUFFDIRS): Add binutils.
16886
16887 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16888
16889 * config.sub: also handle mipsel and mips64el (for little endian mips)
16890
16891 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16892
16893 * configure.in: Add * to end of all OS names.
16894
16895 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
16896
16897 * configure.in: Build newlib for LynxOS native.
16898
16899 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16900
16901 * config.guess: Add support for delta 88k running SVR3.
16902
16903 * configure.in: Add comment about HP compiler vs. emacs.
16904
16905 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16906
16907 * configure.in: don't build ld on solaris2 (not a viable option
16908 due to bugs in getpwnam & getpwuid)
16909
16910 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16911
16912 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
16913 config.guess will produce a full version number.
16914
16915 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16916
16917 * configure.in: Build linker and binutils for alpha-dec-osf1.
16918
16919 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16920
16921 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
16922 and gdb/testsuite/Makefile.in.
16923
16924 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16925
16926 * configure.in: recognize mips*- instead of mips-
16927
16928 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
16929
16930 * config.sub: Accept linux*coff and linux*elf as operating
16931 systems.
16932
16933 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16934
16935 * config.sub: Recognize mips64, and mips3 as an alias for it.
16936
16937 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16938
16939 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
16940 gdb knows how to handle OSF/1 shared libraries.
16941
16942 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16943
16944 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
16945 * config.guess: Recognize Hitachi's HIUX.
16946 * config.sub: Recognize h3050r* and hppahitachi.
16947 Remove redundant cases for hp9k[23]*.
16948
16949 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16950
16951 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
16952 if gas and ld are in the source tree and are in ${configdirs}.
16953 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
16954 --with options (but still pass them down on the command line,
16955 if they were explicitly specified).
16956
16957 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16958
16959 * configure: substitute SHELL value in Makefile.in with
16960 ${CONFIG_SHELL}
16961
16962 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16963
16964 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
16965 *-*-solaris2* targets.
16966
16967 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16968
16969 * Makefile.in: define M4, and pass it down to sub-makes;
16970 all-autoconf now depends on all-m4
16971
16972 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16973
16974 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
16975 presence of {ar,ranlib} instead of a configured directory
16976
16977 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
16978
16979 * config.guess: Accept 34?? as well as 33?? for NCR.
16980
16981 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16982
16983 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
16984 of 'gas' in sed commands, since 'gash' is now in the tree as well.
16985
16986 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16987
16988 * configure: grab values for $(CC) and $(CXX) from the
16989 environment, so that someone can do "CC=gcc configure; make" and
16990 have it work right (matching the way that autoconf works now)
16991
16992 * configure.in, Makefile.in: add support for gash, the tcl
16993 interface to Galaxy
16994
16995 * config.guess: add NetBSD variants (hp300, x86)
16996
16997 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
16998
16999 * install.sh: Support -d option (in the manner of SunOS 4 install,
17000 as it is more deterministic than that of GNU install)
17001 (chmodcmd): Set file to mode 755 by default (should also do default
17002 chgrp and chown, but I don't feel like dealing with that now)
17003
17004 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
17005
17006 * config.sub: Remove h8300hhms alias.
17007
17008 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17009
17010 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
17011
17012 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17013
17014 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
17015 as stmp-fixinc
17016
17017 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
17018
17019 * config.sub: recognize m88110-bug-coff.
17020
17021 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17022
17023 * Makefile.in (all-libio): all dependencies on the toolchain used
17024 to build this (gcc, gas, ld, etc)
17025
17026 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17027
17028 * config.guess: Deal with OSF/1 1.3 on alpha.
17029
17030 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17031
17032 * install.sh: add some 'else true' clauses for portability
17033
17034 * configure.in: don't build libio for h8[35]00-*-* targets
17035
17036 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
17037
17038 * Makefile.in: Add support for new libio.
17039
17040 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17041
17042 * install.sh: If one command fails, don't try the rest. Don't try
17043 to remove $dsttmp (via trap) unless we have already created it.
17044 If $src doesn't exist, detect it and exit with an error.
17045
17046 * config.guess: Recognize BSD on hp300.
17047
17048 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
17049
17050 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
17051 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
17052
17053 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
17054
17055 * Makefile.in (all-send-pr): depends on all-prms
17056
17057 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17058
17059 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
17060
17061 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17062
17063 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
17064 Added test for mips-mips-riscos5.
17065
17066 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17067
17068 * configure.in: use mh-hp300 for 68k HP hosts
17069
17070 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17071
17072 * configure: add support for CONFIG_SHELL, so that you can use
17073 some alternate shell for evaluating configure scripts
17074
17075 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
17076
17077 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
17078 in configure script to bug-gdb@prep.ai.mit.edu when building
17079 distribution archive.
17080 * Makefile.in (COMPRESS): Remove def.
17081 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
17082 gdb.tar.Z and make-gdb.tar.Z respectively.
17083 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
17084 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
17085 to convergence with 'taz' target in Makefile.in.
17086
17087 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17088
17089 * install.sh (dsttmp): use trap to ensure that tmp files go
17090 away on error conditions
17091
17092 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17093
17094 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
17095
17096 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17097
17098 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
17099 its parent is '/' not ''.
17100
17101 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
17102
17103 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
17104
17105 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
17106 that ${newsrcdir}/configure.in does.
17107
17108 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17109
17110 * test-build.mk: support for CONFIG_SHELL
17111
17112 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
17113
17114 * config.sub (netware): Add as a basic system type.
17115
17116 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
17117
17118 * Makefile.in (Makefile): depend on configure.in. Also drop the
17119 $(srcdir)/ from the dependency on Makefile.in.
17120
17121 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
17122
17123 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
17124 (h8300hhms is temporary until multi-libraries are implemented).
17125 * configure.in: Handle h8300h too.
17126
17127 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17128
17129 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
17130
17131 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
17132
17133 * configure: Remove extraneous output when guessing host type.
17134 * config.guess: Remove extraneous output when guessing using C
17135 compiler rather than uname, or when guessing fails.
17136
17137 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
17138
17139 * Makefile.in: remove all.cross and install.cross targets
17140
17141 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
17142 definitions
17143
17144 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
17145
17146 * configure.in (target sh): Build gprof.
17147
17148 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17149
17150 * config.sub: change -solaris to -solaris2
17151
17152 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17153
17154 * configure.in: Use config/mh-riscos for mips-*-sysv*.
17155
17156 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
17157
17158 * configure: Correct error message for missing Makefile.in to
17159 print correct directory.
17160
17161 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17162
17163 * install.sh: kludge around 386BSD shell bug
17164
17165 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
17166
17167 * config.guess: Recognize NeXT.
17168 * config.guess: Recognize i486-ncr-sysv4.
17169 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
17170
17171 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
17172
17173 * Makefile.in (MAKEINFOFLAGS): New variable.
17174 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
17175 * build-all.mk, test-build.mk: Pass down --no-split as
17176 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
17177
17178 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
17179
17180 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
17181
17182 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
17183
17184 * Makefile.in (libg++.tar.z): New rule.
17185 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
17186 * Makefile.in (taz): Only do a single chmod.
17187
17188 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
17189
17190 * install.sh: don't use dirname anymore (replaced with sed usage)
17191
17192 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
17193
17194 * Makefile.in: Change extension for gzip'd files from '.z' to
17195 '.gz' per new FSF standard usage.
17196
17197 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
17198
17199 * configure: put quotes around the final value of program_transform_name
17200
17201 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17202
17203 * Makefile.in: new install.sh support; update install-info rules
17204
17205 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
17206
17207 * configure.in: Build diff for crosses, but not for go32 host.
17208
17209 * configure.in: Build gprof only for native, and don't build it
17210 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
17211
17212 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
17213
17214 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
17215
17216 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17217
17218 * configure.in (host_tools): Add prms.
17219
17220 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17221
17222 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
17223 with $(FLAGS_TO_PASS) on the command line
17224
17225 * config.sub: Recognize lynx and lynxos
17226
17227 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
17228
17229 * config.sub: Accept -ecoff*, not just -ecoff.
17230
17231 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17232
17233 * Makefile.in (taz): Use .gz suffix instead of .z.
17234 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
17235 names.
17236
17237 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17238
17239 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
17240
17241 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17242
17243 * Makefile.in (install-no-fixedincludes): install gcc last, so
17244 that rebuilds that might happen during 'make install' don't get
17245 bogus gcc include files
17246
17247 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17248
17249 Change from Utah for HPPA support:
17250 * config.guess: Recognize hppa1.x-hp-bsd.
17251
17252 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
17253
17254 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
17255 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
17256
17257 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
17258
17259 * config.sub: Add support for rom68k and bug boot monitors.
17260
17261 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
17262
17263 * Makefile.in: Make all-opcodes depend on all-bfd.
17264
17265 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
17266
17267 * config.guess: Added special check for i[34]86-univel-sysv4*.
17268
17269 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
17270
17271 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
17272 the processor rather than assuming i486.
17273
17274 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17275
17276 * config.guess: Recognize SunOS6 as Solaris3.
17277
17278 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
17279
17280 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
17281 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
17282
17283 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
17284
17285 * build-all.mk (all-cross): New target for Canadian Cross.
17286 Added Q2 go32 targets.
17287 * test-build.mk: Configure go32 cross sparclite-aout and
17288 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
17289 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
17290
17291 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17292
17293 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
17294 GO32 hosted toolchains
17295
17296 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
17297
17298 * configure: change so "-exec-prefix" gets passed down rather
17299 than "-exec_prefix" so autoconf generated Makefiles get the
17300 exec_prefix set right.
17301
17302 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17303
17304 * config.guess: get the Solaris2 minor version number
17305
17306 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
17307
17308 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17309
17310 * config.guess: Recognize some Sequent platforms.
17311
17312 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17313
17314 * Makefile.in: added the vault-install target
17315
17316 * configure.in: actually use the Sun3 makefile fragment that's in
17317 config, also added the release dir to configdirs
17318
17319 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17320
17321 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
17322
17323 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17324
17325 * configure.in: remove some program from Alpha targetted toolchains
17326
17327 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
17328
17329 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
17330 gprof.
17331 (taz): Run "make diststuff" in those directories instead of "make
17332 proto-dir". Look for "VERSION=" only at start of line in subdir
17333 Makefile. Use "gzip -9" for compression.
17334 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
17335 (binutils.tar.z): New target.
17336
17337 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17338
17339 * Makefile.in (taz): Include gpl.texinfo.
17340
17341 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17342
17343 * Makefile.in (setup-dirs): Merged into "taz" target.
17344 (taz): Only do `proto-dir' stuff if a directory is actually needed
17345 for this target.
17346
17347 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
17348
17349 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
17350 (FLAGS_TO_PASS): Pass down MUNCH_NM.
17351 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
17352 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
17353 (gcc-no-fixedincludes): Correct for current gcc Makefile.
17354
17355 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
17356
17357 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
17358 config.sub, and move-if-change to gdb testsuite distribution
17359 archive, so the testsuite can be extracted, configured, and
17360 run separately from the gdb distribution. Blow away the Chill
17361 tests that require a Chill compiled executable, since GNU Chill
17362 is not yet publically available.
17363
17364 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17365
17366 * test-build.mk: set environment variables in a single command,
17367 instead of a list of assignments and exports
17368
17369 * config.guess: recognize Alpha/OSF1 systems
17370
17371 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17372
17373 * configure: Change help message to prefer --options rather than
17374 -options.
17375
17376 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17377
17378 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
17379 zippy@ecst.csuchico.edu.
17380 * config.guess: Recognize miniframe.
17381
17382 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
17383
17384 * Makefile.in: Use srcroot to find runtest rather than rootme.
17385 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
17386
17387 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
17388
17389 * test-build.mk: Extensive additions to support building on a
17390 machine other than the host.
17391
17392 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17393
17394 * configure (tooldir): Fix for i386-aix again.
17395
17396 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
17397
17398 * configure, Makefile.in: Change definition of $(tooldir)
17399 to match the FSF.
17400
17401 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
17402
17403 * config.guess: Recognize i[34]86/SVR4.
17404
17405 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17406
17407 * Makefile.in (all-gdb): gdb depends on sim.
17408
17409 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
17410
17411 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
17412 at the same time we make the prototype gdb directory.
17413 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
17414 files at the same time as the gdb base release distribution.
17415
17416 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
17417
17418 * Makefile.in (check): Use individual check targets rather than
17419 DO_X rule.
17420 (check-gcc): Added.
17421
17422 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
17423
17424 * config.sub: Use sysv3.2 not sysv32 for canonical OS
17425 for System V release 3.2.
17426
17427 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17428
17429 * config.sub: Recognize hppaosf.
17430 * configure.in: Do configure ld/binutils/gas for it.
17431
17432 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17433
17434 * configure (tooldir): Alter syntax used to set this, for systems
17435 where "\$" isn't handled right, like i386-aix.
17436
17437 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
17438
17439 * configure: Pass program-transform-name, not
17440 program_transform_name, to recursive configures.
17441
17442 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
17443
17444 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
17445 of gas+ld+binutils.
17446
17447 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
17448
17449 * config.guess: Recognize AIX3.2 as distinct from 3.1.
17450
17451 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17452
17453 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
17454
17455 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17456
17457 * Makefile.in (PRMS): Set back to all-prms.
17458
17459 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
17460
17461 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
17462 targets, rather than for MIPS hosts.
17463
17464 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17465
17466 * configure.in: add comment for --with-x default values
17467
17468 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
17469
17470 * Makefile.in: add check-* targets for each of the directories in
17471 the tree. Add a definition of RUNTEST that will use the one we
17472 just built, if it exists. Pass this down via FLAGS_TO_PASS.
17473
17474 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
17475
17476 * configure.in: Removed obsolete references to bfd_target and
17477 target_makefile_frag.
17478
17479 * build-all.mk: Set assorted targets for Q2.
17480 * config.sub: Recognize z8k-sim and h8300-hms.
17481 * test-build.mk: Really don't pass host to configure.
17482 (HOLES): Added uname.
17483
17484 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
17485
17486 * configure: Handle an empty program-prefix, program-suffix or
17487 program-transform-name correctly.
17488
17489 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
17490
17491 * build-all.mk: -G 8 no longer required for MIPS targets.
17492 * test-build.mk: Don't pass host argument to configure; make it
17493 guess.
17494
17495 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
17496
17497 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
17498 * Makefile.in (COMPRESS): New macro, like GZIP.
17499
17500 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
17501
17502 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
17503
17504 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
17505 with gas currently defaults to -G 0.
17506
17507 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
17508
17509 * Makefile.in (all-flex): flex depends on byacc.
17510
17511 * build-all.mk: If host not specified, use config.guess. Pass TAG
17512 to test-build.mk as RELEASE_TAG.
17513 * test-build.mk (configargs): New variable containing arguments to
17514 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
17515 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
17516
17517 * config.guess: Use /bin/uname when checking -X argument on SCO,
17518 to avoid invoking GNU uname which doesn't understand -X.
17519
17520 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
17521
17522 * configure.in: Build gas for mips-*-*.
17523
17524 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17525
17526 * Makefile.in (all.normal): insert missing backslash.
17527
17528 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
17529
17530 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
17531
17532 * Makefile.in: Complete overhaul to merge many almost identical
17533 targets.
17534
17535 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17536
17537 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
17538 (gdb.tar.Z): Adjusted.
17539
17540 * Makefile.in (setup-dirs, taz): New targets; should be general
17541 enough to adapt for gdb sometime. Build only .z file.
17542 (gas.tar.z): New target.
17543
17544 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
17545
17546 * build-all.mk: Use CC=cc -Xs on Solaris.
17547
17548 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
17549
17550 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
17551 for handling BISON for FSF releases.
17552
17553 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17554
17555 * configure: Actually implement the change zoo just documented.
17556
17557 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
17558
17559 * configure: when using config.guess, only set target_alias when
17560 it's not already been set (ie, on the command line)
17561
17562 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17563
17564 * Makefile.in: add installcheck target, set PRMS to install-prms
17565
17566 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17567
17568 * configure: add support for package_makefile_fragment, handle the
17569 case where a directory has a configure.in file but no Makefile.in
17570 more gracefully (with an actual understandable error message, even);
17571 add support for --without (and add this to the usage message); also
17572 explicitly add a --host=${host_alias} to the command line when
17573 config.guess is used
17574
17575 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17576
17577 * configure: Must use both --host and --target in recursive calls.
17578
17579 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
17580
17581 * Makefile.in: Change deja-gnu to dejagnu.
17582
17583 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
17584
17585 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
17586
17587 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17588
17589 * configure.in: canonicalize all instances to *-*-solaris2*,
17590 also strip out a number of tools to not build for go32 host
17591
17592 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17593
17594 * config.guess: add GPL.
17595
17596 * Makefile.in, config.guess, config.sub, configure: bump
17597 copyrights to 93.
17598
17599 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
17600
17601 * Makefile.in (do-info): Removed obsolete check for existence of
17602 localenv file.
17603
17604 * Makefile.in (MAKEOVERRIDES): Define to be empty.
17605
17606 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17607
17608 * Makefile.in: a couple of 'else true' for decstation,
17609 support for TclX
17610
17611 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
17612
17613 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
17614
17615 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
17616
17617 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
17618
17619 * config.guess: Recognize i386-ibm-aix (PS/2).
17620 * configure.in: Use config/mh-aix386 file for it.
17621
17622 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
17623
17624 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
17625 CC_FOR_TARGET instead.
17626 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
17627
17628 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
17629
17630 * Makefile.in: Add sim to list of directories sent with gdb
17631
17632 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
17633
17634 * configure.in: Put back mips-dec-bsd* case.
17635
17636 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
17637
17638 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
17639 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
17640 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
17641
17642 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17643
17644 * configure.in: remove no-op mips-dec-bsd* in "case $target"
17645
17646 * Makefile.in (dir.info): only run gen-info-dir if it exists,
17647 (install-info): install dir.info only if it exists,
17648 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
17649
17650 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
17651
17652 * configure.in: For vms target, skip bfd, ld, binutils. Do build
17653 gas for mips-dec-bsd.
17654
17655 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
17656
17657 * configure (makesrcdir): If ${srcdir} is relative and not ".",
17658 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
17659
17660 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
17661
17662 * configure.in: Added "dejagnu" to hosttools list.
17663
17664 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
17665
17666 * config.sub, configure.in, config.guess: Add support
17667 for Bosx, an AIX variant from Bull.
17668 Patches from F.Pierresteguy@frcl.bull.fr.
17669
17670 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
17671
17672 * devo/dejagnu: Initial creation of devo/dejagnu.
17673 Migrated dejagnu testcases and support files for testing software
17674 tools to reside as subdirectories, currently called "testsuite",
17675 within the directory of the software tool. Migrated all programs,
17676 support libraries, etc. beloging to dejagnu proper from
17677 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
17678 with no modifications. The changes to these files which will
17679 allow them to configure, build, and execute properly will be made
17680 in a future update.
17681
17682 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17683
17684 * Makefile.in: Change send_pr to send-pr.
17685 * configure.in: Likewise.
17686 * send_pr: Renamed directory to send-pr.
17687
17688 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
17689
17690 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
17691
17692 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
17693
17694 * README: Update for gdb-4.8 release.
17695 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
17696 gdb-xxx.tar.z (gzip'd) file also.
17697
17698 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17699
17700 * Makefile.in: make all-diff depend on all-libiberty
17701
17702 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
17703
17704 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
17705
17706 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17707
17708 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
17709
17710 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
17711
17712 * Makefile.in (DEVO_SUPPORT): Remove etc directory
17713 (ETC_SUPPORT): Only add the files GDB wants from etc/.
17714 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
17715
17716 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17717
17718 * Makefile.in: makeinfo binary is in a new location
17719
17720 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
17721
17722 * config.sub: Accept -ecoff as an OS.
17723
17724 * Makefile.in: Various changes to eliminate a level of make
17725 recursion and reduce the required command line length.
17726 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
17727 sub-makes.
17728 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
17729 variables holding settings for specific sub-makes.
17730 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
17731 in terms of BASE_FLAGS_TO_PASS.
17732 (TARGET_LIBS): New variable listing directories which use
17733 TARGET_FLAGS_TO_PASS.
17734 (subdir_do): Eliminated.
17735 (do-*): New set of targets to replace subdir_do.
17736 (various): All targets which used subdir_do now depend on do-*.
17737 (local-clean): Renamed from do_clean.
17738 (local-distclean): New target, dependency of distclean and
17739 realclean.
17740 (install-info): Don't create directories. Depend on dir.info
17741 rather than calling make recursively.
17742 (install-dir.info): Eliminated.
17743 (install-info-dirs): Create all info directories here.
17744 (dir.info): Depend upon do-install-info.
17745
17746 * test-build.mk (HOLES): Added false.
17747
17748 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
17749
17750 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
17751
17752 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17753
17754 * Makefile.in (info): remove dependency on all-texinfo. The
17755 problem was really in texinfo/C, not at this level.
17756
17757 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
17758
17759 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
17760
17761 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
17762
17763 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
17764 GDB releases.
17765
17766 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17767
17768 * configure: Include srcdir in message about target of link not
17769 being found. Don't convert `-' to `_' in `with' options being
17770 passed to subdirs.
17771
17772 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17773
17774 * configure.in: add uudecode to host_tools
17775
17776 * Makefile.in: added {all,install}-uudecode targets, added them to
17777 the appropriate lists
17778
17779 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
17780
17781 * Makefile.in (all-gcc): Added dependency on all-gas.
17782
17783 * configure.in (mips-*-*): Build ld and binutils.
17784
17785 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17786
17787 * configure: check return code from mkdir, print error message and
17788 exit on failure.
17789
17790 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
17791
17792 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
17793
17794 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
17795
17796 * test-build.mk (HOLES): Added tar, cpio and uudecode.
17797
17798 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17799
17800 * config.sub (h8500): Recognize this as a cpu type.
17801
17802 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17803
17804 * configure: source directory missing is no longer a warning
17805
17806 * configure.in: recognize irix[34]* instead of irix[34]
17807
17808 * Makefile.in: define and pass down X11_LIB
17809
17810 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
17811
17812 * guess-systype: Renamed to ...
17813 * config.guess: ... by popular request.
17814 * configure.in, Makefile.in: Update accordingly.
17815
17816 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
17817
17818 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
17819 + Add Convex, Cray/Unicos, and Encore/Multimax support.
17820 + Execute ./dummy instead of assuming . is in PATH.
17821
17822 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
17823
17824 * guess-systype: New shell script. Attempts to guess the
17825 canonical host name of the executing host.
17826 Only a few hosts are supported so far.
17827 * configure: Call guess-systype if no host is specified.
17828
17829 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
17830
17831 * Makefile.in (gcc-no-fixedincludes): Made to work with current
17832 gcc Makefile.
17833
17834
17835 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
17836
17837 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
17838 (all-gcc, install-gcc, subdir_do): Use it.
17839
17840 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17841
17842 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
17843
17844 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
17845
17846 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
17847 set exclusively by configure, using configure.in .
17848
17849 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17850
17851 * test-build.mk: set $PATH for all builds
17852
17853 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
17854
17855 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
17856
17857 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
17858 the one used in gcc/Makefile.in, so that a null expansion doesn't
17859 override the one needed to build gcc with a native cc.
17860
17861
17862 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17863
17864 * configure: Accept -with arguments.
17865
17866 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17867
17868 * Makefile.in: added h8300sim
17869
17870 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
17871
17872 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
17873 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
17874 (all-cygnus, native, build-cygnus): Make
17875 $(canonhost)-stamp-3stage-done, not $(host)....
17876 * test-build.mk (stamp-3stage-compared): Use tail +10c for
17877 i386-sco3.2v4. Added else true to if command.
17878
17879 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
17880
17881 * config.sub: (from FSF) Sequent uses a BSD-like OS.
17882
17883 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
17884
17885 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
17886
17887 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17888
17889 * configure.in: don't remove binutils from Solaris builds
17890
17891 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
17892
17893 * Makefile.in: get rid of earlier definitions for *clean,
17894 also handle the recursive info rule better
17895
17896 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
17897
17898 * Makefile.in (mostlyclean, distclean, realclean): Fix to
17899 do more-or-less the right thing.
17900
17901 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
17902
17903 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
17904 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
17905
17906 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17907
17908 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
17909 $(host_canonical).
17910
17911 * configure.in: split the configdirs list into 4 categories (native
17912 v. cross, library v. tool) and handle the cross-only and native-
17913 only in more reasonable (and correct!) way.
17914
17915 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
17916
17917 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
17918 configdirs anymore.
17919
17920 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17921
17922 * Makefile.in: extensive cleanup:: removed all of the explicit
17923 clean-* targets, collapsed many wrappers around subdir_do into
17924 one, added additional targets to satisfy standards.texi, deleted
17925 some old targets, some changes for consistency
17926
17927 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17928
17929 * configure.in: handle some programs as cross-only, and others as
17930 native only
17931
17932 * test-build.mk: handle partial holes in a more generic manner
17933
17934 * Makefile.in: m4 depends on libiberty
17935
17936 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17937
17938 * configure.in: add m4, textutils, fileutils, sed, shellutils,
17939 time, wdiff, and find to configdirs
17940
17941 * Makefile.in: all, clean, and install rules for the new programs
17942 added to configure.in
17943
17944 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17945
17946 * configure.in: use mh-sun for all *-sun-* hosts
17947
17948 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17949
17950 * Makefile.in: define flags for X11 include files and library file
17951 locations, pass them down to the programs that need this info
17952
17953 * build-all.mk: added a 'native' target, to 3stage the native toolchain
17954
17955 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17956
17957 * configure.in: start building libg++ for HP-UX targets
17958
17959 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
17960
17961 * README: Update references to files moved into etc/.
17962
17963 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
17964
17965 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
17966 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
17967
17968 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
17969
17970 * configure: accept dash as well as underscore in long option
17971 names for FSF compatibility.
17972
17973 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
17974
17975 * config.sub: added -sco3.2v4 support from FSF.
17976
17977 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17978
17979 * configure.in: expand the section that adds or removes
17980 directories from the list of programs to build, to handle native
17981 vs. cross in addition to host v. native
17982
17983 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
17984
17985 * Makefile.in: Replace C++ in macro names with CXX.
17986 This is less likely to break ...
17987
17988 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17989
17990 * test-build.mk: add -w to GNU_MAKE
17991
17992 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17993
17994 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
17995 add 'sparc' to list of recognized cpus. This needed to make
17996 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
17997 Delete some redundant ose68 variants. Recognize -wrs as an os,
17998 then changes that into $CPU-wrs-vxworks.
17999
18000 * configure.in: remove most references to gdbtest, regularize
18001 target based program removal
18002
18003 * test-build.mk: import from p3 tree (many fixes and changes)
18004
18005 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
18006
18007 * Makefile.in: added rules to handle tcl, tk, and expect
18008
18009 * configure.in: handle those directories if they exist
18010
18011 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18012
18013 * config.sub: removed bogus hppabsd and hppahpux names, since
18014 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
18015
18016 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18017
18018 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
18019 depends upon all-xiberty
18020
18021 * Makefile.in: changes from p3, including:
18022
18023 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
18024
18025 * Makefile.in (XTRAFLAGS): include newlib directories if
18026 newlib/Makefile exists, rather than if host != target.
18027
18028 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
18029
18030 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18031 from the same source tree and not building a cross-compiler. This
18032 matters for the libg++ configuration if reconfiguring a tree that
18033 has already been installed.
18034
18035 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
18036
18037 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18038 pick up the machine and system specific header files.
18039
18040 * Makefile.in: added AS_FOR_TARGET, passed down in
18041 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
18042 the C compiler to use to create programs which are run in the
18043 build environment, set it to default to $(CC), and passed it down
18044 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18045
18046 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
18047
18048 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
18049 We need them for unusual native builds, like systems without
18050 ranlib.
18051
18052 * configure: also define $(host_canonical) and
18053 $(target_canonical), which are the full, canonical names for the
18054 given host and target
18055
18056 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
18057
18058 * Makefile.in: Added separate definitions for C++.
18059
18060 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
18061
18062 * configure.in (configdirs): Add deja-gnu.
18063
18064 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
18065
18066 * README: Update for configure.texi and gdb-4.7 release.
18067
18068 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
18069
18070 * Makefile.in: Move "all" target to top of file.
18071 Previously, first target was ".PHONY" which caused BSD4.4 make
18072 to build .PHONY when make was run without arguments.
18073
18074 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
18075
18076 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
18077 Library-copylefted code in libiberty.
18078
18079 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
18080
18081 * config.sub: Replace m68kmote with plain old m68k.
18082
18083 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
18084
18085 * Makefile.in: Remove space from blank line, avoid Make complaints.
18086
18087 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
18088
18089 * config.sub: Complain if no argument is given. Added support for
18090 386bsd as OS and target alias.
18091
18092 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
18093
18094 * Makefile.in (XTRAFLAGS): include newlib directories if
18095 newlib/Makefile exists, rather than if host != target.
18096
18097 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
18098
18099 * config.sub: recognize sparclite-wrs-vxworks.
18100
18101 * Makefile.in (install-xiberty): added *-xiberty make rules (from
18102 p3.) Added clean-xiberty to clean.
18103
18104 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18105
18106 * configure.in: use *-*-* instead of nested cases for host and target
18107
18108 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
18109
18110 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18111 from the same source tree and not building a cross-compiler. This
18112 matters for the libg++ configuration if reconfiguring a tree that
18113 has already been installed.
18114
18115 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
18116
18117 * config.sub (i486v/i486v4): Merge in from FSF version.
18118
18119 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
18120
18121 * configure: only set PWD if it is already set.
18122
18123 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
18124
18125 * configure: just set PWD=`pwd` at the top, since Ultrix sh
18126 doesn't have unset and all success paths (and most error paths)
18127 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
18128 to just ${PWD} to avoid confusion.)
18129
18130 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
18131
18132 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
18133 even for a native compilation.
18134
18135 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
18136
18137 Changes to make the gdb.tar.Z rule work better.
18138
18139 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
18140 (DEVO_SUPPORT): Add configure.texi.
18141 (bfd-ilrt.tar.Z): Remove ancient rule.
18142
18143 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
18144
18145 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18146 pick up the machine and system specific header files.
18147
18148 * configure.in, config.sub: added new target m68010-adobe-scout,
18149 with alias of adobe68k. Changed configure.in to check for
18150 -scout before -sco* to avoid a false match.
18151
18152 * Makefile.in: added AS_FOR_TARGET, passed down in
18153 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
18154 the C compiler to use to create programs which are run in the
18155 build environment, set it to default to $(CC), and passed it down
18156 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18157
18158 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
18159
18160 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
18161 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
18162 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
18163 FOR_TARGET variants, to newlib and libg++.
18164
18165 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
18166
18167 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
18168 first.
18169
18170 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
18171
18172 * config.sub: Accept `elf' as an environment.
18173
18174 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18175
18176 * Makefile.in (all-opcodes): cd into the right directory
18177
18178 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
18179
18180 * configure: added -program_transform_name option, used as
18181 argument to sed when installing programs.
18182 configure.texi: added documentation for -program_prefix,
18183 -program_suffix and -program_transform_name.
18184
18185 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
18186
18187 * config.sub: Accept i486 where i386 ok.
18188
18189 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
18190
18191 * config.sub: accept we32k
18192
18193 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
18194
18195 * config.sub, configure.in: accept OSE68000 and OSE68k.
18196
18197 * Makefile.in: don't create all directories for ``make install'';
18198 let the subdirectories create the ones they need.
18199
18200 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18201
18202 * COPYING: new file, GPL v2
18203
18204 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18205
18206 * Makefile.in: use the new gen-info-dir, which needs a template
18207 argument (which also lives in texinfo)
18208
18209 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
18210
18211 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
18212
18213 * config.sub (ncr3000): Change i386 to i486.
18214
18215 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18216
18217 * Makefile.in: add install-rcs, install-grep to
18218 install-no-fixedincludes, removed install-bison and install-libgcc
18219
18220 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
18221
18222 * configure.in: grab the HPUX makefile fragment if on HPUX
18223
18224 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
18225
18226 * Makefile.in: eradicate bison spoor (ditto libgcc).
18227 configure.in: recognise m68{k,000}-ericsson-OSE.
18228 es1800 is alias for m68k-ericsson-OSE
18229
18230 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18231
18232 * configure.in: rearrange the parts that remove programs from
18233 configdirs, based now on HOST==TARGET or by canonical triple.
18234
18235 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18236
18237 * test-build.mk: recurse explicitly with -f test-build.mk when
18238 appropriate. predicate stage3 and comparison on the existence
18239 of gcc. That is, if gcc isn't around, we aren't three-staging.
18240 On very clean, also remove ...stamp-co. Build in-place before
18241 doing other builds.
18242
18243 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18244
18245 * Makefile.in, configure.in: add tgas
18246
18247 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18248
18249 * Makefile.in: a number of changes merged in from progressive.
18250
18251 * configure.in: add libm.
18252
18253 * .cvsignore: ignore some stuff that comes from test-build.mk.
18254
18255 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
18256
18257 * config.sub: Add es1800 (m68k-ericsson-es1800).
18258
18259 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
18260
18261 * configure: Add program_suffix (parallel to program_prefix)
18262 * Makefile.in: adjust directory-creating script for losing decstation
18263
18264 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
18265
18266 * configure: Minor $subdir-related fixes.
18267
18268 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18269
18270 * configure: fix various problems with propogating
18271 makefile_target_frag in subdirs.
18272 * configure.in: config libgcc if its there
18273
18274 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
18275
18276 * config.sub: HPPA merge.
18277
18278 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
18279
18280 * Makefile.in: Replace all-bison with all-byacc in all
18281 dependency lines for other tools (which now use byacc).
18282
18283 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
18284
18285 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
18286
18287 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
18288
18289 * Makefile.in: make gprof rules similar to byacc rules (instead of
18290 vestigal $(unsubdir) that didn't work...)
18291
18292 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
18293
18294 * config.sub: Add support for Linux.
18295 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
18296 (at least for libg++).
18297
18298 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
18299
18300 * configure.texi: fix doc for the -nfp option to configure
18301
18302 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
18303
18304 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
18305
18306 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
18307
18308 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
18309 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
18310 * configure.in: added solaris* host_makefile_frag hook.
18311
18312 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18313
18314 * config.sub: changed recognition of m68000 so that various
18315 m68k types can be specified via m680[01234]0
18316
18317 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18318
18319 * config.sub (basic_machine): fix sed so that '-foo' isn't
18320 completely substituted out while .+'-foo' loses the '-foo'
18321
18322 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
18323
18324 * config.sub ($os): Add -aout.
18325
18326 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
18327
18328 * configure: If host_makefile_frag is absolute, don't
18329 prefix ${invsubdir} (relevant to libg++ auto-configure).
18330
18331 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
18332
18333 * Makefile.in (tooldir): Define it.
18334 (all-ld): Depend on all-flex.
18335
18336 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
18337
18338 * Makefile.in (check): Fix libg++ special case.
18339
18340 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
18341
18342 * configure: do not bury `pwd` into config.status, thus do fewer
18343 pwd's.
18344
18345 * configure: print the "Building in" message only when building in
18346 other than "." AND verbose.
18347
18348 * configure: remove -s, rework -v to better accommodate guested
18349 configures.
18350
18351 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
18352
18353 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
18354
18355 * Makefile.in: macroize flags passed on recursion. remove
18356 fileutils.
18357
18358 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
18359
18360 * configure: get makesrcdir right for subdirs deeper than 1.
18361
18362 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
18363 install.
18364
18365 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
18366
18367 * Makefile.in: don't print subdir_do or recursion lines.
18368
18369 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
18370
18371 * standards.texi: added menu item.
18372
18373 * Makefile.in: build and install standards.info.
18374
18375 * standards.texi: new file.
18376
18377 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18378
18379 * configure: test for and move config.status pieces from
18380 ${subdir}/.
18381
18382 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
18383
18384 * configure: Test for existance of files before trying to mv
18385 them, to avoid numerous non-existance messages.
18386
18387 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
18388
18389 * configure: correct final line of config.status.
18390
18391 * configure: patch from eggert. Avoids a protection problem if
18392 the original Makefile.in is read only.
18393
18394 * configure: use move-if-change from gcc to create config.status.
18395 Some makefiles depend on config.status to tell if a directory
18396 has been reconfigured for a different host. This change
18397 prevents those directories from remaking everything in the case
18398 where the reconfig was only intended to rebuild a Makefile.
18399
18400 * configure: test for config.sub with "config.sub sun4" rather
18401 than "config.sub ${host_alias}". Otherwise we can't tell a bad
18402 host alias from a missing config.sub.
18403
18404 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18405
18406 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
18407 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
18408
18409 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
18410
18411 * configure: mkdir ${subdir} as needed.
18412
18413 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
18414
18415 * Makefile.in,configure.in: added autoconf.
18416
18417 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18418
18419 * Makefile.in: no longer pass against on recursion.
18420
18421 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
18422 definitions are not inherited.
18423
18424 * configure: correct makesrcdir when subdir is .
18425
18426 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
18427
18428 * configure: Add support for 'subdirs' variable, which is
18429 like 'configdirs', except that configure doesn't re-invoke
18430 itself for subdirs, it just creates a Makefile for each subdir.
18431 * configure.texi: Document subdirs.
18432
18433 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18434
18435 * configure.in: added flex to configdirs
18436
18437 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
18438
18439 * Makefile.in: remove clean-stamps from clean.
18440
18441 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
18442
18443 * configure.in: Add gdbtest to configdirs.
18444
18445 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
18446
18447 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
18448 to recursive makes.
18449 * configure.in: Recognize new ncr3000 config.
18450
18451 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
18452
18453 * Makefile.in, configure.in: removed references to gdbm.
18454
18455 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
18456
18457 * config.sub: Don't canonicalize os value
18458 newsos* to bsd (readline needs to check for newsos).
18459 (This fix was earlier made Jan 31, but got re-broken.)
18460
18461 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
18462
18463 * configure.in: sco is an os, not a vendor!
18464
18465 * configure: Quote $( better. Keep various shells happy.
18466
18467 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
18468
18469 * Makefile.in: eliminate stamp-files.
18470
18471 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
18472
18473 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
18474 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
18475
18476 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
18477
18478 * config.sub: fix iris/iris3.
18479
18480 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
18481
18482 * configure: re-add -rm.
18483
18484 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
18485
18486 * Maskefile.in: add .stmp-rcs to all.
18487
18488 * configure.in: remove gas from rs6000 build, use aix host fragment.
18489
18490 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
18491
18492 * configure: pass down site_option during recursion.
18493
18494 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
18495
18496 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
18497
18498 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
18499
18500 * configure: Change exec_prefix so that it really defaults to prefix.
18501
18502 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
18503
18504 * Makefile.in, configure.in: Add support for mmalloc library.
18505
18506 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
18507
18508 * Makefile.in: add stmp dependencies for a few more things.
18509
18510 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
18511
18512 * configure: adjusted error message on objdir/srcdir configure
18513 collision, per john's suggestion.
18514
18515 * Makefile.in: add libiberty stmp to all and all.cross.
18516
18517 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
18518
18519 * Makefile.in: remove force dependencies, add grep to all.
18520
18521 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
18522
18523 * Makefile.in: drop flex. make stamp files work.
18524
18525 * configure: added test for conflicting configuration in srcdir,
18526 remove trailing slashes from srcdir. Otherwise emacs gdb mode
18527 gets cranky. use relative paths for configure and srcdir
18528 whenever possible. Send some error messages to stderr that were
18529 going to stdout.
18530
18531 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
18532
18533 * Makefile.in: Fix libg++ rule to check for gcc directory
18534 before using gcc/gcc. Also pass XTRAFLAGS.
18535
18536 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
18537
18538 * Makefile.in: added stmp-files so that directories aren't polled
18539 when they are already built.
18540
18541 * configure.texi: fixed a node pointer problem.
18542
18543 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
18544
18545 * config.sub configure.in gdb/configure.in
18546 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
18547 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
18548 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
18549
18550 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18551
18552 * configure: -recurring becomes -silent. corrected help message
18553 for -site= option.
18554
18555 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
18556
18557 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18558
18559 * configure: when building Makefile for crosses, replace
18560 tooldir and program_prefix. default srcdir from location of
18561 config.sub. remove "for host in hosts" and "for target in
18562 targets" loops.
18563
18564 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18565
18566 * Makefile.in: Do not pass bindir or mandir to cvs.
18567
18568 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
18569
18570 * Makefile.in, configure.in: removed traces of namesubdir,
18571 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
18572 copyrights to '92, changed some from Cygnus to FSF.
18573
18574 * configure.texi: remove most references to multiple hosts,
18575 multiple targets, subdirs, etc.
18576
18577 * configure.man: removed rcsid. reference config.sub not
18578 config.subr.
18579
18580 * Makefile.in: mkdir $(infodir) on install-info.
18581
18582 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
18583
18584 * configure.texi: Explain better about .gdbinit and about
18585 the environment that configure.in sections run in.
18586
18587 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
18588
18589 * configure.in: Ultrix is only a decstation if it's a MIPS.
18590
18591 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
18592
18593 * README: DOC.configure => cfg-paper.texi.
18594
18595 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
18596
18597 * config.sub (near case $os): Don't convert newsos* to bsd!
18598
18599 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
18600
18601 * Makefile.in: Reinstall change from gdb-4.3 that reduces
18602 the number of copies of COPYING that go into the GDB tar file.
18603
18604 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
18605
18606 * bfd/configure.in, gdb/config/mh-i386sco,
18607 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
18608 Fix SCO configuration stuff.
18609
18610 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
18611
18612 * Makefile.in: For libg++, make sure the -I pointing
18613 to the gcc directory goes *after* all the libg++-local -I flags.
18614 Also, move just-gcc dependency from just-libg++ to all-libg++.
18615
18616 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
18617
18618 * configure: Change -x to -f to keep Ultrix /bin/test happy.
18619
18620 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
18621
18622 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
18623
18624 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
18625
18626 * config.sub: Add stratus configuration frags. Also
18627 submitted to FSF.
18628
18629 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
18630
18631 * Makefile.in (DEV_SUPPORT): add configure.man.
18632
18633 * config.sub(Decode manufacturer-specific): add -none*.
18634
18635 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
18636
18637 * Makefile.in: remove form feeds to make Sun's make happy.
18638 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
18639
18640 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
18641
18642 * Makefile.in (AR_FLAGS): Make quieter.
18643
18644 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
18645
18646 * configure.in: Add libg++.
18647 * configure: When verbose, don't output the command line at each
18648 level; it will be unremarkably the same as the previous version,
18649 which will be the same as what the user typed.
18650
18651 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
18652
18653 * configure.in, Makefile.in: fix clean-info, add flex. add
18654 fileutils.
18655
18656 * configure: be less sensitive to spaces in Makefile.in. Do not
18657 look for sources in "..". Doing so breaks subdirectories that
18658 might have their own configure. If a subdir has it's own
18659 configure script, use it.
18660
18661 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
18662
18663 * cfg-paper.texi: some changes suggested by rms.
18664
18665 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
18666
18667 * config.sub: Merge in some small additions from the FSF version,
18668 taken from the gcc distribution, to bring the Cygnus and FSF
18669 versions into closer sync.
18670
18671 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
18672
18673 * configure.in: Changed svr4 references to sysv4.
18674
18675 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
18676
18677 * configure: added -V for version number option.
18678
18679 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
18680
18681 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
18682 renamed from DOC.configure to cfg-paper.texi.
18683
18684 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18685
18686 * configure, config.subr, config.sub: config.subr is now
18687 config.sub again.
18688
18689 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
18690
18691 * configure.texi: new file, in progress.
18692
18693 * Makefile.in: build info file and install the man page for
18694 configure.
18695
18696 * configure.man: new file, first cut.
18697
18698 * configure: find config.subr again now that configuration "none"
18699 has gone. removed all traces of the -ansi option. removed all
18700 traces of the -languages option.
18701
18702 * config.subr: resync from rms.
18703
18704 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18705
18706 * configure, config.sub, config.subr: merge config.sub into
18707 config.subr, call the result config.subr, remove config.sub, use
18708 config.subr.
18709
18710 * Makefile.in: revised install for dir.info.
18711
18712 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18713
18714 * configure.in: add decstation host makefile frag.
18715
18716 * Makefile.in: BISON now bison -y again. also install-gcc on
18717 install. clean-gdbm on clean. infodir belongs in datadir.
18718 Make directories for info install. Build dir.info here then
18719 install it.
18720
18721 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18722
18723 * Makefile.in: fix for bad directory tests.
18724
18725 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18726
18727 * configure: \{1,2\} appears to be a sysv'ism. Use a different
18728 regexp. -srcdir relative was being handled incorrectly.
18729
18730 * Makefile.in: unwrapped some for loops so that parallel makes
18731 work again and so one can focus one's attention on a particular
18732 package.
18733
18734 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18735
18736 * configure: added PWD as a stand in for `pwd` (for speed). use
18737 elif wherever possible. make -srcdir work without -objdir.
18738 -objdir= commented out.
18739
18740 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18741
18742 * configure: +options become --options. -subdirs commented out.
18743 added -host, -datadir. Renamed -destdir to -prefix. Comment in
18744 Makefile now at top of generated Makefile. Removed cvs log
18745 entries. added -srcdir. create .gdbinit only if there is one
18746 in ${srcdir}.
18747
18748 * Makefile.in: idestdir and ddestdir go away. Added copyrights
18749 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
18750 and mandir now keyed off datadir by default.
18751
18752 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18753
18754 * Freshly created ChangeLog.
18755
18756 \f
18757 Local Variables:
18758 mode: change-log
18759 left-margin: 8
18760 fill-column: 76
18761 version-control: never
18762 End: