* MAINTAINERS: Added myself to maintainers.
[gcc.git] / ChangeLog
1 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2
3 * MAINTAINERS (Write After Approval): Added myself as line map
4 maintainer.
5
6 2014-11-17 Dodji Seketeli <dodji@redhat.com>
7
8 * MAINTAINERS (Various Maintainers): Added myself as line map
9 maintainer.
10
11 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
12
13 * move-if-change: Sync from upstream gnulib.
14
15 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
16
17 * compile: Sync with upstream Automake.
18 * depcomp: Ditto.
19 * install-sh: Ditto.
20 * missing: Ditto.
21 * mkinstalldirs: Ditto.
22 * ylwrap: Ditto.
23
24 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
25
26 * config.sub: Update from upstream config repo.
27 * config.guess: Ditto.
28
29 2014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
30
31 * Makefile.def: Add liboffloadmic to target_modules. Make
32 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
33 * Makefile.in: Regenerate.
34 * configure: Regenerate.
35 * configure.ac: Add liboffloadmic to target binaries.
36 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
37 Add liboffloadmic to noconfig list when C++ is not supported.
38
39 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
40 Thomas Schwinge <thomas@codesourcery.com>
41 Ilya Verbin <ilya.verbin@intel.com>
42 Andrey Turetskiy <andrey.turetskiy@intel.com>
43
44 * configure: Regenerate.
45 * configure.ac (--enable-as-accelerator-for)
46 (--enable-offload-targets): New configure options.
47
48 2014-11-11 Tobias Burnus <burnus@net-b.de>
49
50 * Makefile.def: Make all-gcc depend on all-isl.
51 * Makefile.in: Regenerate.
52
53 2014-11-11 David Malcolm <dmalcolm@redhat.com>
54
55 * ChangeLog.jit: New.
56 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
57
58 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
59
60 PR target/63610
61 * libtool.m4: Fix globbing of darwin versions.
62 * configure: Regenerate.
63
64 2014-11-11 Tobias Burnus <burnus@net-b.de>
65
66 * config/cloog.m4: Remove.
67 * Makefile.def: Remove CLooG.
68 * Makefile.tpl: Ditto.
69 * configure.ac: Ditto.
70 * configure: Regenerate.
71 * Makefile.in: Ditto.
72
73 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
74
75 * configure.ac: Handle nvptx-*-*.
76 * configure: Regenerate.
77
78 2014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
79
80 * MAINTAINERS (Write After Approval): Add myself.
81
82 2014-10-31 Jakub Jelinek <jakub@redhat.com>
83
84 * Makefile.def (libcc1): Remove bootstrap=true;.
85 * Makefile.in: Regenerated.
86
87 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
88
89 * configure.ac: Update comment.
90 * configure: Regenerate.
91
92 2014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
93
94 * MAINTAINERS (Write After Approval): Add myself.
95
96 2014-10-30 Thomas Schwinge <thomas@codesourcery.com>
97
98 * configure.ac (extra_host_libiberty_configure_flags): Add
99 --enable-shared also for libcc1's benefit.
100 * configure: Regenerate.
101
102 2014-10-29 Tristan Gingold <gingold@adacore.com>
103
104 * MAINTAINERS: Change my email address.
105
106 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
107 Tom Tromey <tromey@redhat.com>
108
109 * Makefile.def: Add libcc1 to host_modules.
110 * configure.ac (host_tools): Add libcc1.
111 * Makefile.in, configure: Rebuild.
112
113 2014-10-24 Hans-Peter Nilsson <hp@axis.com>
114
115 * configure.ac (build_configargs): Don't share config.cache between
116 build subdirs.
117 * configure: Regenerate.
118
119 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
120
121 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
122 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
123 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
124 leon3v7 as leon3.
125 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
126 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
127 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
128 * config/sparc/sparc.md (cpu): Add leon3v7.
129 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
130
131 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
132
133 * MAINTAINERS (write-after-approval): Add myself.
134
135 2014-10-23 Ian Lance Taylor <iant@google.com>
136
137 * configure.ac: Disable the Go frontend on systems where it is known
138 to not work.
139 * configure: Regenerate.
140
141 2014-10-23 Richard Biener <rguenther@suse.de>
142
143 * Makefile.def: Add libcpp build module and dependencies.
144 * configure.ac: Add libcpp build module.
145 * Makefile.in: Regenerate.
146 * configure: Likewise.
147
148 2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
149
150 * MAINTAINERS (write-after-approval): Add myself.
151
152 2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
153
154 * INSTALL/README: Do not mention CVS.
155
156 2014-10-03 Jing Yu <jingyu@google.com>
157
158 * configure.ac: Add aarch64 to list of targets that support gold.
159 * configure: Regenerate.
160
161 2014-09-29 François Dumont <fdumont@gcc.gnu.org>
162
163 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
164
165 2014-09-29 Catherine Moore <clm@codesourcery.com>
166
167 * MAINTAINERS: Add myself as MIPS maintainer.
168
169 2014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
170
171 * MAINTAINERS: Move myself to MIPS maintainers.
172
173 2014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
174
175 * MAINTAINERS: Put all email addresses between '<' and '>'.
176
177 2014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
178
179 * MAINTAINERS: Move myself to reviewers (Fortran).
180
181 2014-09-01 Andi Kleen <ak@linux.intel.com>
182
183 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
184 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
185 * Makefile.in: Regenerate.
186
187 2014-08-28 David Malcolm <dmalcolm@redhat.com>
188
189 * rtx-classes-status.txt: Delete
190
191 2014-08-28 David Malcolm <dmalcolm@redhat.com>
192
193 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
194
195 2014-08-27 Sebastian Pop <s.pop@samsung.com>
196
197 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
198 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
199 of checking for version number.
200 * configure: Regenerated.
201 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
202
203 2014-08-27 David Malcolm <dmalcolm@redhat.com>
204
205 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
206 is done; begin phase 6 (use extra rtx_def subclasses).
207
208 2014-08-27 David Malcolm <dmalcolm@redhat.com>
209
210 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
211 done; begin phase 5 (additional rtx_def subclasses).
212
213 2014-08-26 David Malcolm <dmalcolm@redhat.com>
214
215 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
216
217 2014-08-26 David Malcolm <dmalcolm@redhat.com>
218
219 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
220 SET_BB_HEADER are done.
221
222 2014-08-26 David Malcolm <dmalcolm@redhat.com>
223
224 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
225 done.
226
227 2014-08-26 David Malcolm <dmalcolm@redhat.com>
228
229 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
230
231 2014-08-26 David Malcolm <dmalcolm@redhat.com>
232
233 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
234
235 2014-08-25 David Malcolm <dmalcolm@redhat.com>
236
237 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
238
239 2014-08-25 David Malcolm <dmalcolm@redhat.com>
240
241 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
242
243 2014-08-25 David Malcolm <dmalcolm@redhat.com>
244
245 * rtx-classes-status.txt: Phase 3 (per-file commits within
246 "config" subdirs) is done; begin phase 4 (removal of
247 "scaffolding").
248
249 2014-08-23 David Malcolm <dmalcolm@redhat.com>
250
251 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
252 dir) is done; begin phase 3 (per-file commits within "config"
253 subdirs).
254
255 2014-08-21 David Malcolm <dmalcolm@redhat.com>
256
257 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
258 phase 2 (per-file commits in main source dir).
259
260 2014-08-21 Bin Cheng <bin.cheng@arm.com>
261
262 * configure: Regenerated.
263
264 2014-08-19 David Malcolm <dmalcolm@redhat.com>
265
266 * rtx-classes-status.txt (TODO): Add SET_BND_TO
267
268 2014-08-19 David Malcolm <dmalcolm@redhat.com>
269
270 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
271
272 2014-08-19 David Malcolm <dmalcolm@redhat.com>
273
274 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
275
276 2014-08-19 David Malcolm <dmalcolm@redhat.com>
277
278 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
279
280 2014-08-19 David Malcolm <dmalcolm@redhat.com>
281
282 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
283
284 2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
285
286 * MAINTAINERS (Write After Approval): Add myself.
287
288 2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
289
290 * MAINTAINERS: Remove myself
291
292 2014-08-19 David Malcolm <dmalcolm@redhat.com>
293
294 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
295
296 2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
297
298 * MAINTAINERS (Write After Approval): Add myself.
299
300 2014-08-18 David Malcolm <dmalcolm@redhat.com>
301
302 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
303 SET_BB_HEADER, SET_BB_FOOTER
304
305 2014-08-18 David Malcolm <dmalcolm@redhat.com>
306
307 * rtx-classes-status.txt: New file
308
309 2014-08-18 Roman Gareev <gareevroman@gmail.com>
310
311 * configure.ac: Eliminate ClooG installation dependency.
312 * configure: Regenerate.
313 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
314 * Makefile.in: Regenerate.
315
316 2014-08-15 Ilya Verbin <iverbin@gmail.com>
317
318 * MAINTAINERS (Write After Approval): Add myself.
319
320 2014-08-15 Ilya Tocar <tocarip@gmail.com>
321
322 * MAINTAINERS (Write After Approval): Add myself.
323
324 2014-08-01 Jiong Wang <jiong.wang@arm.com>
325
326 * MAINTAINERS (Write After Approval): Add myself.
327
328 2014-07-28 Anthony Green <green@moxielogic.com>
329
330 Import from savannah.gnu.org:
331 * config.sub: Update to 2014-07-28 version.
332
333 2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
334
335 * MAINTAINERS: Remove my MIPS maintainer entry.
336
337 2014-07-26 Uros Bizjak <ubizjak@gmail.com>
338
339 PR target/47230
340 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
341 * configure: Regenerate.
342
343 2014-07-24 James Norris <jnorris@codesourcery.com>
344
345 * MAINTAINERS (Write After Approval): Add myself.
346
347 2014-07-20 Roman Gareev <gareevroman@gmail.com>
348
349 * configure.ac: Accept only CLooG 0.18.1.
350 * configure: Regenerate.
351
352 2014-07-17 Roman Gareev <gareevroman@gmail.com>
353
354 * configure.ac: Don't accept isl 0.11.
355 * configure: Regenerate.
356
357 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
358
359 * MAINTAINERS (Write After Approval): Add myself.
360
361 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
362
363 * configure.ac: Don't accept isl 0.10.
364 * configure: Regenerate.
365
366 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
367
368 Fix include path for in-tree cloog.
369 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
370 * configure: Regenerate.
371
372 2014-06-18 Richard Henderson <rth@redhat.com>
373
374 * .gitignore: Import gcc_update output.
375
376 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
377
378 * config-ml.in: Robustify ac_configure_args parsing.
379
380 * configure.ac (--enable-linker-plugin-configure-flags)
381 (--enable-linker-plugin-flags): New flags.
382 (configdirs): Conditionally add libiberty-linker-plugin.
383 * configure: Regenerate.
384 * Makefile.def (host_modules): Add libiberty-linker-plugin.
385 (host_modules) <lto-plugin>: Pay attention to
386 @extra_linker_plugin_flags@ and
387 @extra_linker_plugin_configure_flags@.
388 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
389 * Makefile.in: Regenerate.
390
391 * Makefile.tpl (configure-[+prefix+][+module+])
392 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
393 "module_srcdir" instead of "module" for locating a module's srcdir.
394 * Makefile.in: Regenerate.
395
396 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
397
398 * MAINTAINERS (Write After Approval): Add myself.
399
400 2014-06-06 Sebastian Pop <sebpop@gmail.com>
401
402 * MAINTAINERS: Update my email address.
403
404 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
405
406 * MAINTAINERS (Write After Approval): Add myself.
407
408 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
409
410 * MAINTAINERS (Write After Approval): Add myself.
411
412 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
413
414 PR libstdc++/61011
415 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
416 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
417 * configure: Regenerate.
418
419 2014-05-28 Pedro Alves <palves@redhat.com>
420
421 * MAINTAINERS (Write After Approval): Add myself.
422
423 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
424
425 * MAINTAINERS: Update my affiliation/email.
426
427 2014-05-19 Mike Stump <mikestump@comcast.net>
428
429 * MAINTAINERS: Add wide-int reviewers.
430
431 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
432
433 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
434 * configure: Regenerated.
435
436 2014-05-15 Torvald Riegel <triegel@redhat.com>
437
438 * MAINTAINERS (libitm): Add myself as maintainer.
439
440 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
441
442 * MAINTAINERS (Write After Approval): Add myself.
443
444 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
445
446 * config.sub, config.guess: Import from upstream.
447
448 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
449
450 * MAINTAINERS (Write After Approval): Put myself in correct order.
451
452 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
453
454 * MAINTAINERS (Write After Approval): Add myself.
455
456 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
457
458 * MAINTAINERS: Move myself from Reviewers to Write After Approval
459 section.
460
461 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
462
463 * MAINTAINERS (Write After Approval): Delete myself.
464
465 2014-04-17 Jakub Jelinek <jakub@redhat.com>
466
467 PR sanitizer/56781
468 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
469 and -B* options with -Xcompiler.
470
471 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
472
473 PR bootstrap/60620
474 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
475 * Makefile.in: Regenerate.
476
477 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
478
479 * Makefile.def (dependencies): Make all-ld depend on all-binutils
480 for WINDRES_FOR_TARGET in default-manifest.o rule.
481 * Makefile.in: Regenerate.
482
483 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
484
485 * MAINTAINERS (Write After Approval): Add myself.
486
487 2014-03-26 Jakub Jelinek <jakub@redhat.com>
488
489 PR sanitizer/56781
490 * Makefile.def: Set bootstrap=true; for host fixincludes.
491 * configure.ac: Don't bootstrap host fixincludes unless
492 --with-build-config=bootstrap-{a,ub}san.
493 * Makefile.in: Regenerated.
494 * configure: Regenerated.
495
496 2014-03-21 Jakub Jelinek <jakub@redhat.com>
497
498 * configure.ac: Move BUILD_CONFIG set up earlier. Add
499 --enable-vtable-verify option parsing. Don't add
500 target-libsanitizer to bootstrap_target_libs unless
501 --with-build-config=bootstrap-asan or
502 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
503 to bootstrap_target_libs unless --enable-vtable-verify.
504 * configure: Regenerated.
505
506 2014-03-10 Anatoly Sokolov <aesok@post.ru>
507
508 * MAINTAINERS (Write After Approval): Add myself.
509
510 2014-03-07 Denis Chertykov <chertykov@gmail.com>
511
512 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
513
514 2014-03-07 Jakub Jelinek <jakub@redhat.com>
515
516 PR bootstrap/58572
517 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
518 -I for libstdc++-v3 includes if $(LEAN).
519 * Makefile.in: Regenerated.
520
521 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
522
523 * MAINTAINERS: Update my email address.
524
525 2014-02-24 Walter Lee <walt@tilera.com>
526
527 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
528 (tilegx-*-*): Change to tilegx*-*-*.
529 * configure: Regenerate.
530
531 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
532
533 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
534
535 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
536
537 * MAINTAINERS (Write After Approval): Add myself.
538
539 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
540
541 PR target/59788
542 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
543 *solaris2*.
544
545 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
546
547 * MAINTAINERS: Update my email address.
548
549 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
550
551 * MAINTAINERS: Convert to UTF-8.
552 Properly sort Xinliang David Li's entry.
553
554 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
555 Sandra Loosemore <sandra@codesourcery.com>
556
557 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
558 nios2 port maintainers.
559
560 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
561
562 * MAINTAINERS (Write After Approval): Add myself.
563
564 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
565
566 * configure.ac: Add user-friendly check for native x86_64-linux
567 multilibs.
568 * configure: Regenerate.
569
570 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
571
572 * MAINTAINERS: Add myself as sh maintainer.
573
574 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
575
576 * MAINTAINERS: Add self as SLSR maintainer.
577
578 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
579
580 * MAINTAINERS: Update my email address.
581
582 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
583
584 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
585
586 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
587
588 * Makefile.in: Regenerate.
589
590 * Makefile.tpl: Fix typo.
591 * Makefile.in: Regenerate partially.
592
593 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
594
595 * configure.ac: Added libcilkrts to noconfig list when C++ is not
596 supported.
597 * configure: Regenerated.
598
599 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
600
601 * MAINTAINERS (Write After Approval): Add myself.
602
603 2013-10-30 Jason Merrill <jason@redhat.com>
604
605 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
606 --disable-build-format-warnings.
607
608 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
609
610 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
611 depend on libstdc++ and libgcc.
612 * configure: Regenerate.
613 * configure.ac: Added libcilkrts to target binaries. Also, restrict
614 libcilkrts for POSIX and i*86, and x86_64 architectures.
615 * Makefile.in: Added libcilkrts related fields to support building it.
616
617 2013-10-26 Jeff Law <law@redhat.com>
618
619 * Makefile.def (target_modules): Remove libmudflap
620 (languages): Remove check-target-libmudflap).
621 * Makefile.in: Rebuilt.
622 * Makefile.tpl (check-target-libmudflap-c++): Remove.
623 * configure.ac (target_libraries): Remove target-libmudflap.
624 Remove checks which disabled libmudflap on some systems.
625 * configure: Rebuilt.
626 * libmudflap: Directory removed.
627
628 2013-10-21 Cong Hou <congh@google.com>
629
630 * MAINTAINERS (Write After Approval): Add myself.
631
632 2013-10-16 Mike Stump <mikestump@comcast.net>
633
634 * .dir-locals.el: Add.
635
636 2013-10-15 David Malcolm <dmalcolm@redhat.com>
637
638 * configure.ac: Add --enable-host-shared
639 * configure: Regenerate.
640
641 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
642
643 Import from savannah.gnu.org:
644 * config.guess: Update to 2013-06-10 version.
645 * config.sub: Update to 2013-10-01 version.
646
647 2013-10-01 Simon Cook <simon.cook@embecosm.com>
648
649 Changes to build configuration to allow big endian ARC ELF toolchain
650 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
651 * configure: Regenerate.
652
653 2013-09-20 Alan Modra <amodra@gmail.com>
654
655 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
656 ppc host match. Support little-endian powerpc linux hosts.
657
658 2013-09-19 Dodji Seketeli <dodji@redhat.com>
659
660 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
661 maintainer.
662
663 2013-09-12 DJ Delorie <dj@redhat.com>
664
665 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
666 maintainers.
667
668 2013-09-03 Richard Biener <rguenther@suse.de>
669
670 * configure.ac: Also allow ISL 0.12.
671 * configure: Regenerated.
672
673 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
674
675 * MAINTAINERS (Write After Approval): Add myself.
676
677 2013-08-27 David Malcolm <dmalcolm@redhat.com>
678
679 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
680
681 2013-08-26 Caroline Tice <cmtice@google.com>
682
683 * MAINTAINERS: Correct earliers update: Move myself from libvtv
684 "Various Reviewers" to libvtv "Various Maintainers".
685
686 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
687
688 * MAINTAINERS: Add myself as RTL optimizers reviewer.
689
690 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
691
692 * MAINTAINERS: Update name, email.
693
694 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
695
696 * MAINTAINERS (Write After Approval): Add myself.
697
698 2013-08-12 Caroline Tice <cmtice@google.com>
699
700 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
701 address in the Write After Approval section.
702
703 2013-08-09 Carlos O'Donell <carlos@redhat.com>
704
705 * MAINTAINERS (Write After Approval): Update email.
706
707 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
708
709 * configure.ac: Adjust to check VTV_SUPPORTED.
710 * configure: Regenerated.
711
712 2013-08-02 Caroline Tice <cmtice@google.com>
713
714 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
715 on non-linux systems; add target-libvtv to noconfigdirs; add
716 libsupc++/.libs to C++ library search paths.
717 * configure: Regenerated.
718 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
719 libstdc++ and libgcc.
720 * Makefile.in: Regenerated.
721
722 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
723
724 * MAINTAINERS (Write After Approval): Add myself.
725
726 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
727 Shiva Chen <shiva0217@gmail.com>
728
729 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
730 nds32 port maintainers.
731
732 2013-07-17 Tim Shen <timshen91@gmail.com>
733
734 * MAINTAINERS (Write After Approval): Add myself.
735
736 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
737
738 * configure.ac: Sync from binutils.
739 * configure: Regenerate.
740
741 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
742
743 * MAINTAINERS (Write After Approval): Add myself.
744
745 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
746
747 * MAINTAINERS (Write After Approval): Add myself.
748
749 2013-05-17 David Malcolm <dmalcolm@redhat.com>
750
751 * MAINTAINERS (Write After Approval): Add myself.
752
753 2013-04-30 Brooks Moses <bmoses@google.com>
754
755 * MAINTAINERS: Update my email; move myself from Fortran
756 reviewer to Write After Approval.
757
758 2013-04-16 Andreas Schwab <schwab@suse.de>
759
760 * configure.ac (aarch64-*-*): Don't disable java.
761 * configure: Regenerate.
762
763 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
764
765 * MAINTAINERS (Write After Approval): Add myself.
766
767 2013-03-30 Matthias Klose <doko@ubuntu.com>
768
769 * Makefile.def (target_modules): Don't install libffi.
770 * Makefile.in: Regenerate.
771
772 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
773
774 * MAINTAINERS (Write After Approval): Add myself.
775
776 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
777
778 * MAINTAINERS (Write After Approval): Add myself.
779
780 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
781
782 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
783 * configure: Regenerated.
784
785 2013-02-05 Ian Lance Taylor <iant@google.com>
786
787 PR go/55969
788 * configure.ac: Disable libgo on some systems where it does not
789 work.
790
791 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
792
793 * MAINTAINERS: Explicitly add myself as AIX maintainer.
794 Remove Geoff Keating as rs6000 port maintainer, at his request.
795
796 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
797
798 * MAINTAINERS: Update my email.
799
800 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
801
802 * configure: Re-generate.
803
804 2013-01-15 Richard Biener <rguenther@suse.de>
805
806 PR other/55973
807 * configure: Re-generate.
808
809 2013-01-14 Matthias Klose <doko@ubuntu.com>
810
811 * Makefile.def (install-target-libsanitizer): Depend on
812 install-target-libstdc++-v3.
813 * Makefile.in: Regenerate.
814
815 2013-01-14 Richard Biener <rguenther@suse.de>
816
817 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
818 * configure: Re-generate
819
820 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
821
822 * config.sub: Update from config repo.
823
824 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
825
826 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
827 * Makefile.in: Regenerate.
828
829 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
830
831 * MAINTAINERS (arc): Add new port maintainership for myself.
832
833 2013-01-09 Jason Merrill <jason@redhat.com>
834
835 * .gitignore: Import from gdb repository.
836
837 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
838
839 * Makefile.def (configure-gcc): Depend on all-gmp.
840 (all-gcc): Remove dependency on all-gmp.
841 * Makefile.in: Regenerated.
842
843 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
844
845 * config.sub: Merge from config repo.
846 * config.guess: Ditto.
847
848 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
849
850 * Makefile.def: Merge from binutils.
851 * Makefile.in: Ditto.
852
853 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
854
855 * MAINTAINERS: Update my email.
856
857 2012-12-29 Ben Elliston <bje@gnu.org>
858
859 * config.guess: Update to 2012-12-29 version.
860 * config.sub: Likewise.
861
862 2012-12-20 Matthias Klose <doko@ubuntu.com>
863
864 * Makefile.def (install-target-libgfortran): Depend on
865 install-target-libquadmath, install-target-libgcc.
866 (install-target-libsanitizer): Depend on install-target-libgcc.
867 (install-target-libjava): Depend on install-target-libgcc.
868 (install-target-libitm): Depend on install-target-libgcc.
869 (install-target-libobjc): Depend on install-target-libgcc.
870 (install-target-libstdc++-v3): Depend on install-target-libgcc.
871 * Makefile.in: Regenerate.
872
873 2012-12-19 Matthias Klose <doko@ubuntu.com>
874
875 * Makefile.def (install-target-libgo): Depend on
876 install-target-libatomic.
877 * Makefile.in: Regenerate.
878
879 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
880
881 PR go/55201
882 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
883 * Makefile.in: Regenerate.
884
885 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
886
887 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
888 * configure: Regenerate.
889
890 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
891
892 * config.sub: Merge from config repo.
893
894 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
895
896 * Makefile.def (target_modules): Add bootstrap=true and
897 raw_cxx=true to libsanitizer.
898 * configure.ac (bootstrap_target_libs): Add libsanitizer.
899 * Makefile.in: Regenerated.
900 * configure: Likewise.
901
902 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
903
904 * MAINTAINERS: Remove self as RTL optimization maintainer.
905
906 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
907
908 * MAINTAINERS (Write After Approval): Add myself.
909
910 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
911
912 * Makefile.def (target_modules): Remove bootstrap=true and
913 raw_cxx=true from libsanitizer.
914 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
915 * Makefile.in: Regenerated.
916 * configure: Likewise.
917
918 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
919
920 * Makefile.def (target_modules): Add bootstrap=true and
921 raw_cxx=true to libsanitizer.
922 * configure.ac (bootstrap_target_libs): Add libsanitizer.
923 * Makefile.in: Regenerated.
924 * configure: Likewise.
925
926 2012-11-28 Andrew Pinski <apinski@cavium.com>
927
928 PR bootstrap/54279
929 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
930 * configure: Regenerate.
931 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
932 * Makefile.in: Regenerate.
933
934 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
935
936 * configure.ac: Disable libsanitizer if we're not building C++.
937 * configure: Regenerate.
938
939 2012-11-15 Roland McGrath <roland@hack.frob.com>
940
941 * MAINTAINERS (Write After Approval): Add myself.
942
943 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
944
945 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
946 Kostya Serebryany (kcc@google.com) and
947 Jakub Jelinek (jakub@redhat.com).
948 Rename area for Dodji Seketeli (dodji@redhat.com).
949
950 2012-11-15 Dodji Seketeli <dodji@redhat.com>
951
952 * MAINTAINERS: (asan.c, related): Add myself.
953
954 2012-11-14 Roland McGrath <mcgrathr@google.com>
955
956 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
957 * configure: Regenerate.
958
959 2012-11-13 Richard Henderson <rth@redhat.com>
960
961 * configure.ac: Move libsanitizer logic to subdirectory.
962 * configure: Regenerate.
963
964 2012-11-13 Dodji Seketeli <dodji@redhat.com>
965
966 * configure.ac: Enable libsanitizer just on x86 linux for now.
967 * configure: Re-generate.
968
969 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
970
971 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
972 sections.
973 * configure: Regenerate.
974
975 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
976
977 * configure.ac: Add section for configdirs for libsanitizer.
978 Disable for cris-*-* and mmix-*-*.
979 * configure: Regenerate.
980
981 2012-11-12 Wei Mi <wmi@google.com>
982
983 * configure.ac: Add libsanitizer to target_libraries.
984 * Makefile.def: Ditto.
985 * configure: Regenerate.
986 * Makefile.in: Regenerate.
987 * libsanitizer: New directory for asan runtime. Contains an empty
988 tsan directory.
989
990 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
991
992 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
993 against Mingw64 w32api.
994 * configure: Regenerate.
995
996 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
997
998 * configure: Regenerated.
999
1000 2012-11-03 Robert Mason <rbmj@verizon.net>
1001
1002 * configure.ac: add --disable-libstdcxx configure option
1003 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1004
1005 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
1006
1007 * MAINTAINERS (Write After Approval): Add myself.
1008
1009 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
1010
1011 * MAINTAINERS (Write After Approval): Add myself.
1012
1013 2012-10-24 Sharad Singhai <singhai@google.com>
1014
1015 * MAINTAINERS (Write After Approval): Add myself.
1016
1017 2012-10-24 Eric Christopher <echristo@gmail.com>
1018
1019 * MAINTAINERS: Update email address.
1020
1021 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1022
1023 PR bootstrap/54820
1024 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1025 * configure: Regenerate.
1026
1027 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
1028
1029 * MAINTAINERS (aarch64): Add Marcus and myself.
1030
1031 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1032
1033 PR bootstrap/54820
1034 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1035 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1036 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1037 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1038 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1039 * Makefile.in: Regenerate.
1040 * configure.ac (have_static_libs): New variable and associated check.
1041 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1042 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1043 * configure: Regenerate.
1044
1045 2012-10-10 Richard Biener <rguenther@suse.de>
1046
1047 * MAINTAINERS: Adjust for changed surname.
1048
1049 2012-10-04 Lawrence Crowl <crowl@google.com>
1050
1051 * MAINTAINERS (Write After Approval): Add myself.
1052
1053 2012-10-01 Cary Coutant <ccoutant@google.com>
1054
1055 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
1056
1057 2012-09-28 Ian Lance Taylor <iant@google.com>
1058
1059 * Makefile.def: Make all-target-libgo depend on
1060 all-target-libbacktrace.
1061 * Makefile.in: Rebuild.
1062
1063 2012-09-26 Ian Lance Taylor <iant@google.com>
1064
1065 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1066 * Makefile.in: Rebuild.
1067
1068 2012-09-20 Walter Lee <walt@tilera.com>
1069
1070 * configure.ac: Add tilegx to list of targets that support gold.
1071 * configure: Regenerate.
1072
1073 2012-09-20 Marek Polacek <polacek@redhat.com>
1074
1075 * MAINTAINERS (Write After Approval): Add myself.
1076
1077 2012-09-19 Steve Ellcey <sellcey@mips.com>
1078
1079 * configure.ac: Add mips*-mti-elf* target.
1080 * configure: Regenerate.
1081
1082 2012-09-17 Ian Lance Taylor <iant@google.com>
1083
1084 * MAINTAINERS (Various Maintainers): Add libbacktrace.
1085 * configure.ac (host_libs): Add libbacktrace.
1086 (target_libraries): Add libbacktrace.
1087 * Makefile.def (host_modules): Add libbacktrace.
1088 (target_modules): Likewise.
1089 * configure, Makefile.in: Rebuild.
1090
1091 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1092
1093 PR target/38607
1094 Merge upstream change.
1095 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1096
1097 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1098 Add libgomp*.o to compare_exclusions for AIX.
1099 * configure: Regenerate.
1100
1101 2012-09-06 Diego Novillo <dnovillo@google.com>
1102
1103 * configure.ac: Bump minimum GMP version to 4.2.3.
1104 * configure: Re-generate.
1105
1106 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1107
1108 PR target/54461
1109 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1110 target-libgloss if not configured --with-avrlibc=no.
1111 * configure: Regenerate.
1112
1113 2012-09-04 Jason Merrill <jason@redhat.com>
1114
1115 * configure.ac: Fix --enable-languages=all.
1116
1117 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
1118
1119 * MAINTAINERS (Write After Approval): Add myself.
1120
1121 2012-09-03 Richard Guenther <rguenther@suse.de>
1122
1123 PR bootstrap/54138
1124 * configure.ac: Re-organize ISL / CLOOG checks to allow
1125 disabling with either --without-isl or --without-cloog.
1126 * configure: Regenerated.
1127
1128 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1129
1130 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1131 * configure: Regenerate.
1132
1133 2012-08-27 Ulrich Drepper <drepper@gmail.com>
1134
1135 * MAINTAINERS: Fix my email address.
1136
1137 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1138
1139 PR binutils/4970
1140 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1141 and opcodes.
1142 * Makefile.in: Regenerated.
1143
1144 2012-08-26 Art Haas <ahaas@impactweather.com>
1145
1146 * configure: Regenerate.
1147
1148 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
1149
1150 * INSTALL/README: Also refer to the online installation
1151 instructions.
1152
1153 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1154
1155 * MAINTAINERS (Write After Approval): Add myself.
1156 (Picochip port): Remove myself.
1157
1158 2012-08-14 Diego Novillo <dnovillo@google.com>
1159
1160 Merge from cxx-conversion branch.
1161
1162 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1163 POSTSTAGE1_CONFIGURE_FLAGS.
1164 * Makefile.in: Regenerate.
1165 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1166 Force C++ when bootstrapping.
1167 * configure: Regenerate.
1168
1169 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1170
1171 * MAINTAINERS (Write After Approval): Add myself.
1172
1173 2012-07-16 Joseph Myers <joseph@codesourcery.com>
1174
1175 * README: Document use of ranges of years in copyright notices.
1176
1177 2012-07-06 Richard Guenther <rguenther@suse.de>
1178
1179 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1180 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1181 --with-gmp=system.
1182 * Makefile.in: Regenerated.
1183 * configure: Likewise.
1184
1185 2012-07-06 Richard Guenther <rguenther@suse.de>
1186
1187 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1188 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1189 supply V=1 as extra_make_flags.
1190 * configure: Regenerated.
1191 * Makefile.in: Likewise.
1192
1193 2012-07-04 Tristan Gingold <gingold@adacore.com>
1194
1195 * configure: Regenerate.
1196
1197 2012-07-03 Richard Guenther <rguenther@suse.de>
1198
1199 * Makfile.def (isl): Remove not necessary extra_exports and
1200 extra_make_flags.
1201 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1202 * Makefile.in: Regenerated.
1203
1204 2012-07-03 Richard Guenther <rguenther@suse.de>
1205
1206 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1207 * configure.ac: If either the ISL or the CLooG check failed
1208 do not try to build in-tree versions.
1209 * Makefile.in: Regenerated.
1210 * configure: Regenerated.
1211
1212 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1213
1214 * configure: Regenerate.
1215
1216 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
1217
1218 * MAINTAINERS (Various Maintainers): Add myself as testsuite
1219 maintainer.
1220
1221 2012-07-02 Richard Guenther <rguenther@suse.de>
1222
1223 * configure: Regenerated.
1224
1225 2012-07-02 Richard Guenther <rguenther@suse.de>
1226 Michael Matz <matz@suse.de>
1227 Tobias Grosser <tobias@grosser.es>
1228 Sebastian Pop <sebpop@gmail.com>
1229
1230 * Makefile.def: Add ISL host module, remove PPL host module.
1231 Adjust ClooG host module to use the proper ISL.
1232 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1233 * configure.ac: Include config/isl.m4. Add ISL host library,
1234 remove PPL. Remove PPL configury, add ISL configury, adjust
1235 ClooG configury.
1236 * Makefile.in: Regenerated.
1237 * configure: Likewise.
1238
1239 2012-07-02 Richard Guenther <rguenther@suse.de>
1240
1241 Merge from graphite branch
1242 2011-07-21 Tobias Grosser <tobias@grosser.es>
1243
1244 * configure: Regenerated.
1245 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1246 both cloog.org and legacy versions. The only supported version will
1247 be CLooG with the isl backend.
1248
1249 2011-07-21 Tobias Grosser <tobias@grosser.es>
1250
1251 * configure: Regenerated.
1252 * configure.ac: Require cloog isl 0.17.0
1253
1254 2011-07-21 Tobias Grosser <tobias@grosser.es>
1255
1256 * configure: Regenerated.
1257 * config/cloog.m4: Do not define CLOOG_ORG
1258
1259 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1260
1261 * configure.ac: Skip C if explicitly selected.
1262 * configure: Regenerate.
1263
1264 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1265
1266 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1267 they contain -O2.
1268 * configure: Regenerate.
1269
1270 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
1271
1272 PR debug/53740
1273 * df.h, df-problems.c, dce.c: Revert last patch.
1274
1275 2012-06-25 Iain Sandoe <iain@codesourcery.com>
1276
1277 * MAINTAINERS (Write After Approval): Update my email address.
1278
1279 2012-06-21 Meador Inge <meadori@codesourcery.com>
1280
1281 * MAINTAINERS (Write After Approval): Add myself.
1282
1283 2012-06-20 Jason Merrill <jason@redhat.com>
1284
1285 * Makefile.tpl (check-target-libgomp-c++): New.
1286 (check-target-libitm-c++): New.
1287 * Makefile.def (c++): Add them.
1288 * Makefile.in: Regenerate.
1289
1290 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
1291
1292 * MAINTAINERS (Write After Approval): Add myself.
1293
1294 2012-05-16 Olivier Hainque <hainque@adacore.com>
1295
1296 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1297 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1298 (install-no-fixedincludes): Adjust accordingly.
1299 * Makefile.in: Regenerate.
1300
1301 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1302
1303 Merge upstream change
1304 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1305
1306 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
1307
1308 * MAINTAINERS (Write After Approval): Add myself.
1309
1310 2012-05-09 Nick Clifton <nickc@redhat.com>
1311 Paul Smith <psmith@gnu.org>
1312
1313 PR bootstrap/50461
1314 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1315 allow for the fact that from release v3.1.0 of MPFR the source
1316 files were moved into a src sub-directory.
1317 * configure: Regenerate.
1318
1319 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1320
1321 * configure.ac: Bump minimum MPFR version to 2.4.0.
1322 * configure: Regenerated.
1323
1324 2012-05-01 Richard Henderson <rth@redhat.com>
1325
1326 * Makefile.def (libatomic): New target_module.
1327 * configure.ac (target_libraries): Add libatomic.
1328 (noconfigdirs): Check if libatomic is supported.
1329 * Makefile.in, configure: Rebuild.
1330
1331 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
1332
1333 * MAINTAINERS (Write After Approval): Add myself.
1334
1335 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1336
1337 * config.sub: Update to 2012-04-18 version from official repo.
1338
1339 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
1340
1341 * MAINTAINERS (Write After Approval): Add myself.
1342
1343 2012-04-11 Steve Ellcey <sellcey@mips.com>
1344
1345 * MAINTAINERS: Changed email address.
1346
1347 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
1348
1349 PR target/52737
1350 * contrib/gcc_update (files_and_dependencies):
1351 Remove gcc/config/avr/t-multilib from touch data.
1352
1353 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1354
1355 * MAINTAINERS (OS Port Maintainers): Remove irix.
1356 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1357 (unsupported_languages): Remove mips-sgi-irix6.*.
1358 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1359 (with_stabs): Remove.
1360 * configure: Regenerate.
1361
1362 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1363
1364 * MAINTAINERS (OS Port Maintainers): Remove osf.
1365 * configure.ac (enable_libgomp): Remove *-*-osf*.
1366 (with_stabs): Remove alpha*-*-osf*.
1367 * configure: Regenerate.
1368
1369 2012-03-05 Tristan Gingold <gingold@adacore.com>
1370
1371 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1372 * configure: Regenerate.
1373
1374 2012-02-17 Walter Lee <walt@tilera.com>
1375
1376 * MAINTAINERS: (Write After Approval): Delete myself.
1377
1378 2012-02-14 Walter Lee <walt@tilera.com>
1379
1380 * MAINTAINERS (tilegx port): Add myself.
1381 (tilepro port): Add myself.
1382 (Write After Approval): Add myself.
1383
1384 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
1385
1386 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
1387 and Joseph Myers as docstring relicensing maintainers.
1388
1389 2012-02-09 Bin Cheng <bin.cheng@arm.com>
1390
1391 * MAINTAINERS (write-after-approval): Add myself.
1392
1393 2012-02-08 Ira Rosen <irar@il.ibm.com>
1394
1395 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
1396 maintainer.
1397
1398 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
1399
1400 * MAINTAINERS (Write After Approval): Move myself to
1401 maintain alphabetical order.
1402
1403 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
1404
1405 * MAINTAINERS (Write After Approval): Add myself.
1406
1407 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
1408
1409 * MAINTAINERS (Write After Approval): Add myself.
1410
1411 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
1412 Jayant R Sonar <jayant.sonar@kpitcummins.com>
1413
1414 * configure.ac (cr16-*-*): Remove nonconfigdirs.
1415 * configure: Regenerate.
1416
1417 2012-01-23 Harshit Chopra <harshit@google.com>
1418
1419 * MAINTAINERS (Write After Approval): Add myself.
1420
1421 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
1422
1423 * configure.ac: Remove reference to mh-interix.
1424 * configure: Regenerate.
1425
1426 2012-01-05 Richard Henderson <rth@redhat.com>
1427
1428 PR bootstrap/51072
1429 * configure.ac: Disable libitm if c++ is not enabled.
1430 * configure: Rebuild.
1431
1432 * configure.ac: Fix regexp for same.
1433 * configure: Rebuild.
1434
1435 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
1436
1437 * MAINTAINERS (Write After Approval): Add myself.
1438
1439 2012-01-02 Richard Guenther <rguenther@suse.de>
1440
1441 PR bootstrap/51686
1442 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
1443 * Makefile.in: Regenerate.
1444
1445 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
1446
1447 * MAINTAINERS (Write After Approval): Add myself.
1448
1449 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1450
1451 * configure: Regenerate.
1452
1453 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1454
1455 * MAINTAINERS (picochip): Changed email address.
1456
1457 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1458
1459 * MAINTAINERS (write-after-approval): Add self.
1460
1461 2011-11-29 DJ Delorie <dj@redhat.com>
1462
1463 * configure.ac (rl78-*-*) New case.
1464 * configure: Regenerate.
1465 * MAINTAINERS: Add myself as RL78 maintainer.
1466
1467 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
1468
1469 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
1470
1471 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1472
1473 * libtool.m4: Additional FreeBSD 10 fixes.
1474
1475 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
1476
1477 * MAINTAINERS: Move myself from Write After Approval to CPU Port
1478 Maintainers section, as Epiphany maintainer.
1479
1480 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
1481
1482 PR target/49992
1483 * configure.ac: Remove ranlib special-casing for Darwin.
1484 * configure: Regenerate.
1485
1486 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
1487
1488 * MAINTAINERS (Reviewers): Keep the list sorted.
1489
1490 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
1491
1492 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
1493
1494 2011-11-09 Roland McGrath <mcgrathr@google.com>
1495
1496 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1497 * configure: Rebuild.
1498 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1499 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1500 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1501 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1502 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1503 Add READELF.
1504 * Makefile.in: Rebuild.
1505
1506 2011-11-09 Jason Merrill <jason@redhat.com>
1507
1508 * Makefile.def (language=c++): Remove check-c++0x.
1509 * Makefile.in (check-gcc-c++): Regenerate.
1510
1511 2011-11-08 Richard Henderson <rth@redhat.com>
1512
1513 * configure.ac: Test for libitm directory present first.
1514
1515 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1516
1517 * configure.ac: Test libitm/configure.tgt to disable libitm.
1518 * configure: Rebuild.
1519
1520 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
1521 Richard Henderson <rth@redhat.com>
1522
1523 Merged from transactional-memory.
1524
1525 * Makefile.def (lang_env_dependencies): libitm is c++.
1526 Add libitm target module.
1527 * configure.ac: Likewise.
1528 * config/mmap.m4: New file.
1529 * contrib/gcc_update: Add libitm to touch data.
1530 * Makefile.in, configure: Rebuild.
1531
1532 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1533
1534 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1535 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1536 * Makefile.in: Regenerate.
1537
1538 2011-11-01 DJ Delorie <dj@redhat.com>
1539
1540 * config.sub: Update to version 2011-10-29 (added rl78)
1541
1542 2011-10-27 Nick Clifton <nickc@redhat.com>
1543
1544 * config.sub: Import these changes from the config project:
1545
1546 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1547 Ben Elliston <bje@gnu.org>
1548
1549 * config.sub (epiphany): New.
1550
1551 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1552 Ben Elliston <bje@gnu.org>
1553
1554 * config.sub (hexagon, hexagon-*): New.
1555
1556 2011-08-23 Roland McGrath <mcgrathr@google.com>
1557
1558 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1559 64eb to be64.
1560
1561 2011-08-16 Roland McGrath <mcgrathr@google.com>
1562
1563 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1564 (nacl): Grok as alias for 32el-unknown-nacl.
1565
1566 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
1567
1568 * MAINTAINERS (Write After Approval): Add myself.
1569
1570 2011-10-24 Teresa Johnson <tejohnson@google.com>
1571
1572 * MAINTAINERS (Write After Approval): Add myself.
1573
1574 2011-09-21 Jakub Jelinek <jakub@redhat.com>
1575
1576 * MAINTAINERS (sparc port): Remove myself.
1577
1578 2011-09-14 Tom de Vries <tom@codesourcery.com>
1579
1580 * MAINTAINERS (Write After Approval): Add myself.
1581
1582 2011-08-14 Yao Qi <yao@codesourcery.com>
1583
1584 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1585 * configure: Regenerate.
1586
1587 2011-07-26 Ian Lance Taylor <iant@google.com>
1588
1589 * configure.ac: Set have_compiler based on whether gcc directory
1590 exists, rather than on whether gcc is in configdirs.
1591 * configure: Rebuild.
1592
1593 2011-07-21 Joseph Myers <joseph@codesourcery.com>
1594
1595 * MAINTAINERS (Global Reviewers): Add self.
1596
1597 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1598
1599 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1600 link directories.
1601 * Makefile.in: Rebuild.
1602
1603 2011-07-20 Ian Lance Taylor <iant@google.com>
1604
1605 PR bootstrap/49787
1606 * configure.ac: Move --enable-bootstrap handling earlier in file.
1607 If --enable-bootstrap and either --enable-build-with-cxx or
1608 --enable-build-poststage1-with-cxx, enable C++ automatically.
1609 * configure: Rebuild.
1610
1611 2011-07-19 Ian Lance Taylor <iant@google.com>
1612
1613 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1614 make C++ a boot_language. Set and substitute
1615 POSTSTAGE1_CONFIGURE_FLAGS.
1616 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1617 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1618 * configure, Makefile.in: Rebuild.
1619
1620 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
1621
1622 * MAINTAINERS (Register Allocation): Move myself from reviewers to
1623 maintainers.
1624
1625 2011-07-18 Jakub Jelinek <jakub@redhat.com>
1626
1627 * MAINTAINERS (Global Reviewers): Add myself.
1628
1629 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1630
1631 * configure: Regenerate.
1632
1633 2011-07-16 Jason Merrill <jason@redhat.com>
1634
1635 * Makefile.def (language=c++): Add check-c++0x and
1636 check-target-libmudflap-c++.
1637 * Makefile.tpl (check-target-libmudflap-c++): New.
1638 * Makefile.in: Regenerate.
1639
1640 2011-07-16 Matthias Klose <doko@ubuntu.com>
1641
1642 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1643 * Makefile.def (target_modules/libjava): Pass
1644 $(EXTRA_CONFIGARGS_LIBJAVA).
1645 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1646 if not configured with --enable-static-libjava.
1647 * Makefile.in: Regenerate.
1648 * configure: Likewise.
1649
1650 2011-07-15 Jason Merrill <jason@redhat.com>
1651
1652 * Makefile.in (check-c++): Move check-gcc-c++0x after
1653 check-target-libstdc++-v3.
1654
1655 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
1656
1657 * MAINTAINERS (c6x port): New entry.
1658
1659 2011-07-13 Jason Merrill <jason@redhat.com>
1660
1661 * Makefile.in (check-gcc-c++0x): New.
1662 (check-c++): Depend on it.
1663
1664 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1665
1666 PR target/39150
1667 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1668 x86_64-*-solaris2.1[0-9]*.
1669 * configure: Regenerate.
1670
1671 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
1672
1673 * MAINTAINERS (RTL optimizers): Add self.
1674
1675 2011-06-27 Gabriel Charette <gchare@google.com>
1676
1677 * MAINTAINERS (Write After Approval): Add myself.
1678
1679 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1680
1681 PR regression/47836
1682 PR bootstrap/23656
1683 PR other/47733
1684 PR bootstrap/49247
1685 PR c/48825
1686 * configure.ac (target_libraries): Remove target-libiberty.
1687 Remove case-statement setting skipdirs=target-libiberty for
1688 multiple targets. Remove checking target_configdirs and
1689 removing target-libiberty but keeping target-libgcc if
1690 otherwise empty.
1691 * Makefile.def (target_modules): Don't add libiberty.
1692 (dependencies): Remove all traces of target-libiberty.
1693 * configure, Makefile.in: Regenerate.
1694
1695 2011-06-13 Walter Lee <walt@tilera.com>
1696
1697 * configure.ac (tilepro-*-*) New case.
1698 (tilegx-*-*): Likewise.
1699 * configure: Regenerate.
1700
1701 2011-06-06 Jing Yu <jingyu@google.com>
1702
1703 * configure.ac: Skip target-libiberty for
1704 arm*-*-linux-androideabi.
1705 * configure: Regenerated.
1706
1707 2011-06-06 Nick Clifton <nickc@redhat.com>
1708
1709 * config.sub: Sync from upstream.
1710
1711 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
1712
1713 * MAINTAINERS (Write After Approval): Add myself.
1714
1715 2011-06-01 Daniel Jacobowitz <drow@false.org>
1716
1717 * MAINTAINERS: Update my email address.
1718
1719 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
1720
1721 * MAINTAINERS (Write After Approval): Update my email address.
1722
1723 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
1724
1725 * MAINTAINERS (Write After Approval): Add myself.
1726
1727 2011-05-08 Doug Kwan <dougkwan@google.com>
1728
1729 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1730 * configure: Regenerated.
1731 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1732 value from configure.
1733 * Makefile.in: Regenerated.
1734
1735 2011-05-05 Joseph Myers <joseph@codesourcery.com>
1736
1737 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1738 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1739 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1740 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1741 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1742 *-*-vxworks*): Disable newlib and libgloss in separate case
1743 statement.
1744 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1745 to separate case statement.
1746 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1747 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1748 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1749 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1750 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1751 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1752 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1753 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1754 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1755 i[[3456789]]86-*-rdos*, m32r-*-*,
1756 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1757 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1758 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1759 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1760 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1761 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1762 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1763 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1764 and libgloss in main case over targets. Remove most empty cases
1765 in main case over targets.
1766 * configure: Regenerate.
1767
1768 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
1769
1770 * MAINTAINERS (Write After Approval): Add myself.
1771
1772 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1773
1774 * configure.ac: Remove code setting special library locations for
1775 hppa*64*-*-hpux11*. Remove code setting compiler for
1776 sparc-sun-solaris2*.
1777 * configure: Regenerate.
1778
1779 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1780
1781 * configure.ac: Separate libgloss_dir settings from general case
1782 over targets.
1783 * configure: Regenerate.
1784
1785 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1786
1787 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1788 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1789 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1790 cases in libgcj-disabling case statement.
1791 (hppa*64*-*-linux*): Set unsupported_languages instead of
1792 disabling target-zlib.
1793 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1794 to hppa*64*-*-hpux*.
1795 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1796 hppa*-*-hpux*.
1797 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1798 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1799 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1800 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1801 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1802 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1803 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1804 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1805 libgcj-disabling case statement.
1806 * configure: Regenerate.
1807
1808 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1809
1810 * configure.ac: Disable Java for targets not supporting libffi.
1811 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1812 Remove cases in Java-disabling statement.
1813 (*arm-wince-pe): Change to arm-wince-pe.
1814 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1815 cases in Java-disabling statement.
1816 (bfin-*-*): Don't disable Java again.
1817 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1818 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1819 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1820 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1821 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1822 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1823 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1824 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1825 Java-disabling statement.
1826 (mmix-*-*): Don't disable Java again.
1827 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1828 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1829 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1830 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1831 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1832 statement.
1833 * configure: Regenerate.
1834
1835 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1836
1837 * configure.ac: Separate cases disabling Java and Java libraries
1838 from general case over targets.
1839 * configure: Regenerate.
1840
1841 2011-04-21 Jie Zhang <jzhang918@gmail.com>
1842
1843 * MAINTAINERS: Update my email address.
1844
1845 2011-04-20 Easwaran Raman <eraman@google.com>
1846
1847 * MAINTAINERS (Write After Approval): Add myself.
1848
1849 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1850
1851 PR lto/48086
1852 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1853 * configure: Regenerate.
1854
1855 2011-04-16 Jim Meyering <meyering@redhat.com>
1856
1857 * MAINTAINERS (Write After Approval): Add myself.
1858
1859 2011-04-15 Dodji Seketeli <dodji@redhat.com>
1860
1861 * MAINTAINERS: Update my email address.
1862
1863 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
1864
1865 * MAINTAINERS (Write After Approval): Add myself.
1866
1867 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
1868
1869 * MAINTAINERS (Write After Approval): Add myself.
1870
1871 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
1872
1873 * MAINTAINERS (Write After Approval): Add myself.
1874
1875 2011-04-06 Joseph Myers <joseph@codesourcery.com>
1876
1877 * configure.ac (build_tools): Remove build-byacc.
1878 (host_libs): Remove mmalloc.
1879 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1880 autoconf automake libtool diff rcs fileutils shellutils time
1881 textutils wdiff find uudecode hello tar gzip indent recode release
1882 sed perl gawk findutils gettext zip.
1883 (libgcj): Remove target-qthreads.
1884 (target_tools): Remove target-examples target-gperf.
1885 (YACC): Don't handle building byacc.
1886 * configure: Regenerate.
1887 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1888 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1889 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1890 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1891 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1892 handle building components.
1893 * Makefile.in: Regenerate.
1894
1895 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
1896
1897 * MAINTAINERS: Update my email address as Xtensa maintainer.
1898
1899 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1900
1901 * config.sub: Sync from upstream.
1902
1903 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1904
1905 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1906 (microblaze*): Don't disable libssp.
1907 * configure: Regenerate.
1908
1909 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1910
1911 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1912 moveifchange.
1913 * configure: Regenerate.
1914 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1915 * Makefile.in: Regenerate.
1916
1917 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1918
1919 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1920 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1921 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1922 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1923 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1924 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1925 md_exec_prefix cases.
1926 * configure: Regenerate.
1927
1928 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1929
1930 * configure.ac: Separate cases disabling target-libssp,
1931 target-libiberty, target-libstdc++-v3 and Fortran from general
1932 case over targets.
1933 * configure: Regenerate.
1934
1935 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1936
1937 * configure.ac (*-*-chorusos): Don't disable libgcj.
1938 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1939 Remove case.
1940 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1941 (arm-*-coff): Don't disable libgcj.
1942 (arm*-*-linux-gnueabi): Remove useless assignment.
1943 (arm-*-riscix*): Don't disable libgcj.
1944 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1945 configuration.
1946 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1947 (c54x*-*-*): Remove case.
1948 (tic54x-*-*): Don't disable GCC or GCC libraries.
1949 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1950 to *.
1951 (d10v-*-*): Don't disable GCC libraries.
1952 (d30v-*-*): Don't disable libgcj.
1953 (h8500-*-*): Don't disable GCC libraries.
1954 (i960-*-*): Don't disable libgcj.
1955 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1956 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1957 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1958 libgcj.
1959 (m68k-*-coff*): Remove case.
1960 (mmix-*-*): Don't disable libgloss on host.
1961 (mn10200-*-*, mn10300-*-*): Remove cases.
1962 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1963 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1964 Don't disable libgcj.
1965 (romp-*-*): Remove case.
1966 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1967 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1968 case.
1969 (v810-*-*): Don't disable GCC libraries.
1970 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1971 (ip2k-*-*): Don't disable GCC libraries.
1972 * configure: Regenerate.
1973
1974 2011-03-28 Joseph Myers <joseph@codesourcery.com>
1975
1976 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1977 libffi on host.
1978 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1979 on host.
1980 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1981 * configure: Regenerate.
1982
1983 2011-03-26 John Marino <binutils@marino.st>
1984
1985 * configure.ac: Add support for *-*-dragonfly*
1986 * configure: Regenerate.
1987
1988 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1989
1990 * configure.ac (native_only): Remove.
1991 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1992 send-pr uudecode guile gnuserv on host.
1993 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1994 send-pr rcs guile perl texinfo libtool on host.
1995 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1996 automake send-pr rcs guile perl texinfo libtool on host.
1997 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1998 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1999 (alpha*-dec-osf*): Don't disable fileutils on target.
2000 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2001 texinfo send-pr expect dejagnu on target.
2002 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2003 target-qthreads on target.
2004 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2005 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2006 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2007 x86_64-*-mingw*): Don't disable expect on target.
2008 (*-*-cygwin*): Don't disable target-gperf on target.
2009 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2010 gnuserv on target.
2011 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2012 target.
2013 * configure: Regenerate.
2014
2015 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2016
2017 * configure.ac (target_tools): Remove target-groff.
2018 (native_only): Remove target-groff.
2019 (hppa*64*-*-*): Don't disable byacc.
2020 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2021 setting.
2022 (*-*-kaos*): Don't skip target-librx and target-groff.
2023 (*-*-netware*): Don't skip target-libmudflap.
2024 (*-*-tpf*): Don't skip target-libmudflap.
2025 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2026 directories on the host.
2027 (ia64*-*-*vms*): Don't skip tix.
2028 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2029 host.
2030 * configure: Regenerate.
2031
2032 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2033
2034 * configure.ac: Remove references to mt-mep, mt-netware,
2035 mt-wince.
2036 * Makefile.def: Add all-utils soft dependencies.
2037 * Makefile.tpl: Remove GDB_NLM_DEPS.
2038 * configure: Regenerate.
2039 * Makefile.in: Regenerate.
2040
2041 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2042
2043 * configure.ac: Do not include mh-x86omitfp.
2044 * configure: Regenerate.
2045
2046 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2047
2048 * configure.ac: Remove empty cases.
2049 * configure: Regenerate.
2050
2051 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2052
2053 * Makefile.def: Add dependency from termcap to gdb.
2054 * Makefile.in: Regenerate.
2055
2056 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2057
2058 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2059 * configure: Regenerate.
2060 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2061 * Makefile.tpl: Likewise.
2062 * Makefile.in: Regenerate.
2063
2064 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2065
2066 * configure.ac: Remove all mentions of tentative_cc.
2067 * configure: Regenerate.
2068
2069 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2070
2071 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2072 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2073 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2074 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2075 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2076 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2077 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2078 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2079 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2080 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2081 *-*-rhapsody*): Remove host cases.
2082 * configure: Regenerate.
2083
2084 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2085
2086 * configure.ac (ppc*-*-pe): Remove host case.
2087 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2088 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2089 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2090 cases.
2091 * configure: Regenerate.
2092
2093 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2094
2095 * config.sub: Update to version 2011-03-23.
2096
2097 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2098
2099 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2100 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2101 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2102 * configure: Regenerate.
2103
2104 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2105
2106 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
2107 to Write After Approval.
2108 * config-ml.in: Don't handle arc-*-elf*.
2109 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2110 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2111 handle GCC libraries.
2112 * configure: Regenerate.
2113
2114 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2115
2116 PR bootstrap/48120:
2117 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2118 Add -lstdc++ -lm to LIBS.
2119 * configure: Regenerate.
2120
2121 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
2122
2123 * config.guess: Update to version 2011-02-02
2124 * config.sub: Update to version 2011-02-24
2125
2126 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2127
2128 PR lto/48086
2129 * configure.ac: Re-enable LTO on *-apple-darwin9.
2130 * configure: Regenerate.
2131
2132 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
2133
2134 PR lto/48086
2135 * configure.ac: Disable LTO on darwin due to an assembler change in
2136 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
2137 under 256.
2138 * configure: Regenerate.
2139
2140 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
2141
2142 * MAINTAINERS: Update myself as score backend maintainer,
2143 update my e-mail address.
2144
2145 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
2146
2147 * MAINTAINERS: Update my e-mail address.
2148
2149 2011-03-06 Joey Ye <joey.ye@arm.com>
2150
2151 * MAINTAINERS: Update my e-mail address.
2152
2153 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2154
2155 * configure.ac: Adjust test of with_ppl.
2156 * configure: Regenerated.
2157
2158 2011-03-02 Kai Tietz <ktietz@redhat.com>
2159
2160 * MAINTAINERS: Adjust my e-mail address.
2161
2162 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2163
2164 * configure.ac: Add -lpwl to ppllibs.
2165 * configure: Regenerated.
2166
2167 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2168
2169 * config/cloog.m4: Add -lisl to clooglibs.
2170 * configure: Regenerated.
2171
2172 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2173
2174 * MAINTAINERS (CPU Port maintainers): Add self.
2175
2176 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2177
2178 * MAINTAINERS: Add myself as testsuite maintainer.
2179
2180 2011-02-15 Mike Stump <mikestump@comcast.net>
2181
2182 * MAINTAINERS: Add myself as testsuite maintainer.
2183
2184 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2185
2186 Import from Libtool and gnulib:
2187
2188 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2189
2190 Prepare for supporting FreeBSD 10.
2191 * config.rpath: Remove handling of freebsd1* which soon would
2192 match FreeBSD 10.0.
2193
2194 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2195
2196 Remove support for FreeBSD 1.x.
2197 * libtool.m4 (_LT_LINKER_SHLIBS)
2198 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2199 soon would incorrectly match FreeBSD 10.0.
2200
2201 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2202
2203 PR binutils/12283
2204 * move-if-change: Import version from gnulib.
2205
2206 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2207
2208 PR lto/47225
2209 * Makefile.def (lto-plugin): Double dash for enable-shared.
2210 (configure-gcc): Depend on all-lto-plugin.
2211 * Makefile.in: Rebuilt.
2212
2213 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2214
2215 * configure.ac: Remove extra bracket.
2216 * configure: Regenerate.
2217
2218 2011-02-08 Tobias Burnus <burnus@net-b.de>
2219
2220 * MAINTAINERS: Add myself as libquadmath maintainer.
2221
2222 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
2223
2224 * MAINTAINERS: Update my email address.
2225
2226 2011-02-07 Joseph Myers <joseph@codesourcery.com>
2227
2228 * MAINTAINERS (option handling): Add self.
2229
2230 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2231
2232 PR lto/47225
2233 * Makefile.def: Add dependency for install-gcc
2234 on install-lto-plugin.
2235 * Makfile.in: Regenerated
2236
2237 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
2238
2239 * MAINTAINERS (CPU Port Maintainers): Add myself.
2240
2241 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2242
2243 PR libgcj/44341
2244 * configure.ac: Discard --with-* flags for host when configuring
2245 target libraries for cross build.
2246 * configure: Rebuilt.
2247
2248 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2249
2250 * MAINTAINERS (linear loop transforms): Removed.
2251
2252 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2253
2254 * configure.ac: If with_ppl is no, move setting with_cloog=no
2255 after CLOOG_REQUESTED check.
2256 * configure: Regenerated.
2257
2258 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2259
2260 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2261 CLooG has been requested.
2262 * configure: Regenerated.
2263
2264 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2265
2266 * configure: Regenerated.
2267 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2268
2269 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2270
2271 * configure: Regenerated.
2272 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2273
2274 2011-01-21 Andreas Schwab <schwab@redhat.com>
2275
2276 * configure.ac: Use AS_HELP_STRING throughout.
2277 * configure: Regenerate.
2278
2279 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2280
2281 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2282 * configure: Regenerate.
2283
2284 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2285
2286 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2287
2288 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2289
2290 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2291 for ia64-hpux.
2292 * configure: Regenerate.
2293
2294 2011-01-07 Jan Hubicka <jh@suse.cz>
2295
2296 PR lto/47225
2297 * Makefile.in: Regenerate.
2298 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2299 configure.
2300
2301 2011-01-07 Jan Hubicka <jh@suse.cz>
2302
2303 * Makefile.in: Regenerate.
2304 * Makefile.def (gcc host module) and soft dependency on lto-plugin
2305 and configure dependency on lto-plugin configure.
2306 (lto-plugin module): Remove dependency on GCC; add dependency on
2307 liniberty.
2308
2309 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
2310
2311 * MAINTAINERS (Write After Approval): Add myself.
2312
2313 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
2314
2315 * configure: Regenerate.
2316
2317 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2318
2319 * configure.ac: (picochip): Disable libiberty.
2320
2321 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
2322
2323 * MAINTAINERS (Write After Approval): Add myself.
2324
2325 2010-12-10 Ian Lance Taylor <iant@google.com>
2326
2327 PR bootstrap/46819
2328 * configure.ac: For --disable-libgcj clear libgcj_saved.
2329 * configure: Rebuild.
2330
2331 2010-12-10 Tobias Burnus <burnus@net-b.de>
2332
2333 PR fortran/46540
2334 * configure.ac: Add --disable-libquadmath and
2335 --disable-libquadmath-support.
2336 * configure: Regenerate.
2337
2338 2010-12-03 Ian Lance Taylor <iant@google.com>
2339
2340 * MAINTAINERS: Add myself as libgo maintainer.
2341
2342 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2343
2344 PR libffi/46792
2345 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2346 * configure: Regenerate.
2347
2348 2010-12-02 Ian Lance Taylor <iant@google.com>
2349
2350 * configure.ac: Always set default for poststage1_ldflags to
2351 -static-libstdc++ -static-libgcc.
2352
2353 2010-11-29 Andreas Schwab <schwab@redhat.com>
2354
2355 * configure.ac: Move comment to remove extra space in last argument
2356 of GCC_TARGET_TOOL.
2357
2358 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2359
2360 PR other/46026
2361 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2362 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2363 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2364 (BASE_FLAGS_TO_PASS): Use it.
2365 * configure: Rebuilt.
2366 * Makefile.in: Rebuilt.
2367
2368 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2369
2370 PR binutils/12258
2371 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2372 Properly check default linker.
2373 * configure: Regnerated.
2374
2375 2010-11-23 Matthias Klose <doko@ubuntu.com>
2376
2377 * configure.ac: For --enable-gold, handle value `default' instead of
2378 `both*'. New configure option --{en,dis}able-ld.
2379 * configure: Regenerate.
2380
2381 2010-11-20 Ian Lance Taylor <iant@google.com>
2382
2383 * configure.ac: Only disable a language library if no language needs
2384 it. Don't let --disable-libgcj uncondtionally disable libffi.
2385 * configure: Rebuild.
2386
2387 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2388
2389 * Makefile.in: Regenerate.
2390
2391 PR other/46202
2392 * configure.ac: Fix just-built in-tree STRIP name to be
2393 binutils/strip-new.
2394 * configure: Regenerate.
2395 * Makefile.def (install-strip-gcc, install-strip-binutils)
2396 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2397 (install-strip-sid): Mirror dependencies on non-strip variants
2398 of these targets on the respective -strip prerequisites.
2399 * Makefile.tpl (install-strip, install-strip-host)
2400 (install-strip-target): New targets.
2401 (install-strip-[+module+], install-strip-target-[+module+]):
2402 New targets.
2403 * Makefile.in: Regenerate.
2404
2405 2010-11-19 Ian Lance Taylor <iant@google.com>
2406 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2407
2408 * configure.ac: Add target-libgo to target_libraries. Set
2409 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2410 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2411 (HOST_EXPORTS): Add GOC.
2412 (BASE_TARGET_EXPORTS): Add GOC.
2413 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2414 (GOCFLAGS_FOR_TARGET): New variable.
2415 (EXTRA_HOST_FLAGS): Add GOC.
2416 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2417 * Makefile.def (target_modules): Add libgo.
2418 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2419 (dependencies): Add dependency from configure-target-libgo to
2420 configure-target-libffi and all-target-libstdc++-v3. Add
2421 dependencies from all-target-libgo to all-target-libffi.
2422 (languages): Add go.
2423 * configure: Rebuild.
2424 * Makefile.in: Rebuild.
2425
2426 2010-11-19 Ian Lance Taylor <iant@google.com>
2427
2428 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2429 compiler/flag environment variables.
2430
2431 2010-11-18 Ian Lance Taylor <iant@google.com>
2432
2433 * configure.ac: Check for lang_requires_boot_languages in
2434 config-lang.in files.
2435 * configure: Rebuild.
2436
2437 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2438 Tobias Burnus <burnus@net-b.de>
2439
2440 PR fortran/32049
2441 * Makefile.def: Add libquadmath; build it with language=fortran.
2442 * configure.ac: Add libquadmath.
2443 * Makefile.tpl: Handle multiple libs in check-[+language+].
2444 * Makefile.in: Regenerate.
2445 * configure: Regenerate.
2446
2447 2010-11-16 Tom Tromey <tromey@redhat.com>
2448
2449 * MAINTAINERS: Moved myself to reviewers section.
2450
2451 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
2452
2453 * MAINTAINERS: Moved myself to reviewers section.
2454
2455 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2456
2457 * MAINTAINERS (Various Maintainers): Add self for build machinery.
2458 (Write After Approval): Remove self.
2459
2460 2010-11-15 Andreas Schwab <schwab@redhat.com>
2461
2462 * configure.ac: Fix spelling in option names.
2463 * configure: Regenerated.
2464
2465 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2466
2467 PR bootstrap/39622
2468 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2469 * configure: Regenerated.
2470
2471 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
2472
2473 * MAINTAINERS: Update my email address.
2474
2475 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2476
2477 * configure: Regenerate.
2478
2479 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2480
2481 * configure: Regenerate.
2482
2483 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2484
2485 * configure: Regenerate.
2486
2487 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2488
2489 * configure: Regenerate.
2490
2491 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2492
2493 * configure.ac: Support official CLooG.org versions.
2494 * configure: Regenerate.
2495 * config/cloog.m4: New.
2496
2497 2010-11-10 François Dumont <francois.cppdevs@free.fr>
2498
2499 * MAINTAINERS (Write After Approval): Add myself.
2500
2501 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
2502
2503 * MAINTAINERS: Update my email address.
2504
2505 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2506
2507 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2508 * configure: Regenerate.
2509
2510 2010-11-03 Ian Lance Taylor <iant@google.com>
2511 Dave Korn <dave.korn.cygwin@gmail.com>
2512
2513 PR lto/46273
2514 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2515 and on other supported platforms whenever LTO is enabled.
2516 * configure: Rebuild.
2517
2518 2010-11-02 Alan Modra <amodra@gmail.com>
2519
2520 PR binutils/12110
2521 * configure.ac: Error when source path contains spaces.
2522 * configure: Regenerate.
2523
2524 2010-10-23 James E. Wilson <wilson@codesourcery.com>
2525
2526 * MAINTAINERS: Update my email address.
2527
2528 2010-10-20 Ian Lance Taylor <iant@google.com>
2529
2530 * Makefile.def (target_modules): Set lib_path to src/.libs for
2531 libstdc++-v3 module.
2532 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2533 * Makefile.in: Rebuild.
2534
2535 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2536
2537 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
2538 (Write After Approval): Remove myself.
2539
2540 2010-10-15 Tristan Gingold <gingold@adacore.com>
2541
2542 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2543
2544 2010-10-14 Douglas Rupp <rupp@gnat.com>
2545
2546 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2547
2548 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2549
2550 * configure.ac (build_lto_plugin): New shell variable.
2551 (--enable-lto): Turn on by default for all non-ELF platforms that
2552 have had LTO support added so far. Set build_lto_plugin appropriately
2553 for both ELF and non-ELF.
2554 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2555 * configure: Regenerate.
2556
2557 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2558
2559 Sync from src:
2560 * configure.ac (v850 support): Remove target-libgloss from
2561 noconfigdirs.
2562 * configure: Regenerate.
2563
2564 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2565
2566 PR bootstrap/45326
2567 PR bootstrap/45174
2568 * configure.ac: Honor initial values of $build_configargs,
2569 $host_configargs, $target_configargs. Mark the precious, so
2570 environment settings get recorded.
2571 * configure: Regenerate.
2572
2573 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2574
2575 PR bootstrap/45796
2576 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2577 Depend on all-build-libiberty.
2578 * Makefile.in: Regenerate.
2579
2580 2010-09-30 Michael Eager <eager@eagercon.com>
2581
2582 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2583 * configure: Regenerate.
2584
2585 2010-09-28 Michael Eager <eager@eagercon.com>
2586
2587 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
2588
2589 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2590
2591 PR bootstrap/44621
2592 * configure.ac: Fix unportable shell quoting.
2593 * configure: Regenerate.
2594
2595 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2596
2597 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2598 targets and amend comment.
2599 * configure: Regenerate.
2600
2601 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
2602
2603 * MAINTAINERS (Write After Approval): Add myself.
2604
2605 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2606
2607 * configure.ac: Enable LTO by default on Darwin.
2608 * configure: Regenerate.
2609
2610 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
2611
2612 * MAINTAINERS (Write After Approval): Add myself.
2613
2614 2010-09-01 Ian Bolton <ian.bolton@arm.com>
2615
2616 * MAINTAINERS (Write After Approval): Add myself.
2617
2618 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
2619
2620 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
2621 ports
2622
2623 2010-07-28 David Yuste <david.yuste@gmail.com>
2624
2625 * MAINTAINERS (Write After Approval): Add myself.
2626
2627 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2628
2629 * configure.ac: Support all v850 targets.
2630 * configure: Regenerate.
2631
2632 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2633
2634 PR bootstrap/44455
2635 * configure.ac (extra_mpfr_configure_flags): Copy from
2636 extra_mpc_gmp_configure_flags.
2637 * configure: Re-generated.
2638
2639 2010-07-22 Andi Kleen <ak@linux.intel.com>
2640
2641 * MAINTAINERS (Write After Approval): Add myself.
2642
2643 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
2644
2645 * MAINTAINERS (Write After Approval): Add myself.
2646
2647 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
2648
2649 * MAINTAINERS (Write After Approval): Add myself.
2650
2651 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2652
2653 PR target/44862
2654 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2655 Provide -B option to allow for link spec %s substitutions for
2656 libstdc++.a on darwin.
2657 * Makefile.in: Regenerate.
2658
2659 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
2660
2661 * MAINTAINERS (Reviewers): Update my e-mail address
2662
2663 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2664
2665 * Makefile.def (configure-gcc): Depend on all-libelf.
2666 * Makefile.in: Rebuild.
2667
2668 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
2669
2670 * MAINTAINERS (Write After Approval): Add myself in the right place.
2671
2672 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
2673
2674 * MAINTAINERS (Write After Approval): Add myself.
2675
2676 2010-05-25 Sterling Augustine <sterling@tensilica.com>
2677
2678 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
2679
2680 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
2681
2682 * config.sub: Update to version 2010-05-21.
2683 * config.guess: Update to version 2010-04-03.
2684
2685 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2686
2687 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2688 * configure: Regenerate.
2689
2690 2010-05-12 Sriraman Tallam <tmsriram@google.com>
2691
2692 * MAINTAINERS (Write After Approval): Add myself.
2693
2694 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2695
2696 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2697 a platform that supports LTO.
2698 * configure: Regenerate.
2699
2700 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2701
2702 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2703 * configure: Regenerated.
2704
2705 2010-04-27 Roland McGrath <roland@redhat.com>
2706 H.J. Lu <hongjiu.lu@intel.com>
2707
2708 * configure.ac (--enable-gold): Support both, both/gold and
2709 both/bfd to add gold to configdirs without removing ld.
2710 * configure: Regenerated.
2711
2712 * Makefile.def: Add install-gold dependency to install-ld.
2713 * Makefile.in: Regenerated.
2714
2715 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2716
2717 PR lto/42776
2718 * configure.ac (--enable-lto): Refactor handling so libelf tests
2719 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2720 and allow LTO to be explicitly enabled on non-ELF platforms that
2721 are known to support it inside else-clause.
2722 * configure: Regenerate.
2723
2724 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2725
2726 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2727 * configure: Regenerate.
2728
2729 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
2730
2731 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2732 * configure: Regenerate.
2733
2734 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2735
2736 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2737 separately.
2738 * configure: Regenerate.
2739
2740 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
2741
2742 * MAINTAINERS (Write After Approval): Add myself.
2743
2744 2010-04-14 Tristan Gingold <gingold@adacore.com>
2745
2746 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2747 * configure: Regenerate.
2748
2749 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2750
2751 * configure: Regenerate after change to elf.m4.
2752
2753 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
2754
2755 * MAINTAINERS (Write After Approval): Add myself.
2756
2757 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2758
2759 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2760 * configure: Regenerated.
2761
2762 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2763
2764 * configure.ac: Print "buggy but acceptable" when CLooG
2765 revision is less than 9.
2766 * configure: Regenerated.
2767
2768 2010-04-01 Diego Novillo <dnovillo@google.com>
2769
2770 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
2771
2772 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2773
2774 PR bootstrap/43615
2775 PR bootstrap/43328
2776
2777 Revert:
2778
2779 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2780
2781 * configure.ac: Do not pass --enable-multilib nor
2782 --disable-multilib in baseargs. Accept explicitly passed
2783 --enable_multilib.
2784 * configure: Regenerate.
2785
2786 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
2787
2788 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
2789
2790 2010-03-31 Janis Johnson <janis187@us.ibm.com>
2791
2792 * MAINTAINERS: Remove myself.
2793
2794 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2795
2796 PR bootstrap/43328
2797 * configure.ac: Do not pass --enable-multilib nor
2798 --disable-multilib in baseargs. Accept explicitly passed
2799 --enable_multilib.
2800 * configure: Regenerate.
2801
2802 2010-03-28 Andrew Pinski <pinskia@gmail.com>
2803
2804 * MAINTAINERS (spu port): Remove me.
2805
2806 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2807
2808 * configure.ac (tic6x-*-*): New case.
2809 * configure: Regenerate.
2810
2811 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2812
2813 * config.sub: Update to version 2010-03-22.
2814 * config.guess: Update to version 2009-12-30.
2815
2816 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2817
2818 PR ada/42554
2819 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2820 * configure: Regenerate.
2821
2822 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2823
2824 * MAINTAINERS: Update my email address.
2825
2826 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
2827
2828 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
2829 (ghassan.shobaki@amd.com): Removed.
2830
2831 2010-03-17 Alan Modra <amodra@gmail.com>
2832
2833 * MAINTAINERS: Update my email address.
2834
2835 2010-03-16 Diego Novillo <dnovillo@google.com>
2836
2837 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
2838 Matthews.
2839
2840 2010-03-16 Joseph Myers <joseph@codesourcery.com>
2841
2842 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
2843 Gutson, Jeffrey D. Oldham and Mark Shinwell.
2844
2845 2010-03-16 Joseph Myers <joseph@codesourcery.com>
2846
2847 * MAINTAINERS: Update my email address.
2848
2849 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
2850
2851 * MAINTAINERS: Update my email address.
2852
2853 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
2854
2855 * MAINTAINERS: Update my email address.
2856
2857 2010-03-09 Jie Zhang <jie@codesourcery.com>
2858
2859 * MAINTAINERS: Update my email address.
2860
2861 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2862
2863 PR libstdc++/32499
2864 * configure.ac (RANLIB): Default to true.
2865 (STRIP): Likewise.
2866 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2867 * configure: Regenerate.
2868
2869 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
2870
2871 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
2872 (Write After Approval): Update my email address.
2873
2874 2010-02-17 Nick Clifton <nickc@redhat.com>
2875
2876 PR 11238
2877 * Makefile.tpl (local-distclean): Also remove config.cache files in
2878 sub-directories as there may not be Makefiles present in the
2879 sub-directories.
2880 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2881 the config.cache files found by the find command.
2882
2883 * Makefile.in: Regenerate.
2884 * configure.ac: Revert previous delta.
2885 * configure: Regenerate.
2886
2887 2010-02-15 Nick Clifton <nickc@redhat.com>
2888
2889 PR 11238
2890 * configure.ac: Delete config.cache files in sub-directories when
2891 deleting Makefiles.
2892 * configure: Regenerate.
2893
2894 2010-02-12 Ben Elliston <bje@gnu.org>
2895
2896 * MAINTAINERS: Update my email address.
2897
2898 2010-02-08 Andrew Pinski <pinskia@gmail.com>
2899
2900 * MAINTAINERS (spu port): Update my email address.
2901
2902 2010-02-08 Jie Zhang <jie.zhang@analog.com>
2903
2904 * MAINTAINERS: Add myself as a maintainer for the bfin port.
2905
2906 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2907
2908 * configure.ac: Add "recommended" version checks for GMP/MPC.
2909 Update recommended GMP/MPFR/MPC versions.
2910 * configure: Regenerate.
2911
2912 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
2913
2914 * MAINTAINERS: Move my Embecosm email address into the
2915 write-after-approval section.
2916
2917 2010-01-26 Ian Lance Taylor <iant@google.com>
2918
2919 * MAINTAINERS: Add myself as Go frontend maintainer.
2920
2921 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
2922
2923 PR libstdc++/36101, PR libstdc++/42813
2924 * configure.ac (bootstrap_target_libs): Make inclusion of
2925 target-libgomp conditional on libgomb being in target_configdirs.
2926 * configure: Regenerate.
2927
2928 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
2929
2930 PR libstdc++/36101, PR libstdc++/42813
2931 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2932 * configure: Regenerate.
2933
2934 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
2935
2936 PR libstdc++/36101, PR libstdc++/42813
2937 * configure.ac (target_configdirs): Substitute.
2938 * Makefile.def: Bootstrap target module libgomp.
2939 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2940 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2941 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2942 * configure, Makefile.in: Regenerate.
2943
2944 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
2945
2946 * MAINTAINERS: Adjust my details.
2947
2948 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
2949
2950 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
2951
2952 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
2953
2954 * MAINTAINERS: reindented my entry with tabs instead of spaces.
2955
2956 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
2957
2958 * MAINTAINERS (Write After Approval): Add myself.
2959
2960 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2961
2962 * MAINTAINERS (Write After Approval): Add myself.
2963
2964 2010-01-11 Richard Guenther <rguenther@suse.de>
2965
2966 PR lto/41569
2967 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2968 * Makefile.in: Regenerated.
2969
2970 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
2971
2972 * configure.ac: Enable libjava build on x86_64-*freebsd*.
2973 * configure: Regenerate.
2974
2975 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2976 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2977
2978 PR bootstrap/42424
2979 * configure.ac: Include libtool m4 files.
2980 (_LT_CHECK_OBJDIR): Call it.
2981 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2982 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2983
2984 * configure: Regenerate.
2985
2986 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2987
2988 PR bootstrap/41818
2989 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2990 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2991 * Makefile.in: Regenerate.
2992
2993 2010-01-02 Richard Guenther <rguenther@suse.de>
2994
2995 PR lto/41529
2996 * configure.ac: Include config/elf.m4. Disable LTO if not
2997 builting for an elf target.
2998 * configure: Regenerate.
2999
3000 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
3001
3002 * MAINTAINERS: Change my email address.
3003
3004 2009-12-18 Ben Elliston <bje@au.ibm.com>
3005
3006 * config.sub, config.guess: Update from upstream sources.
3007
3008 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
3009
3010 * MAINTAINERS (Write After Approval): Add myself.
3011
3012 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3013
3014 PR middle-end/30447
3015 PR middle-end/30789
3016 PR other/40302
3017
3018 * configure.ac: Require MPC.
3019 * configure: Regenerate.
3020
3021 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3022
3023 PR target/38384
3024 PR bootstrap/40972
3025 * libtool.m4: Sync from git Libtool.
3026 * ltoptions.m4: Likewise.
3027 * ltversion.m4: Likewise.
3028 * lt~obsolete.m4: Likewise.
3029 * ltmain.sh: Likewise.
3030
3031 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3032
3033 * configure.ac: Update minimum MPC version to 0.8.
3034 * configure: Regenerate.
3035
3036 2009-11-21 Sebastian Pop <sebpop@gmail.com>
3037
3038 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
3039 * configure: Regenerated.
3040
3041 2009-11-21 Ian Lance Taylor <iant@google.com>
3042
3043 * configure.ac: Change default of poststage1_ldflags to be empty if
3044 poststage1_libs is set. When poststage1_libs is empty, and
3045 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
3046 * configure: Rebuild.
3047
3048 2009-11-21 Adam Nemet <adambnmet@gmail.com>
3049
3050 * MAINTAINERS (Write After Approval): Update my email address.
3051
3052 2009-11-20 Ben Elliston <bje@au.ibm.com>
3053
3054 * config.guess: Update from upstream sources.
3055
3056 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3057
3058 * Makefile.def: Restore host and target settings for gmp.
3059 * Makefile.in: Rebuild.
3060
3061 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3062
3063 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3064 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3065 Fix portability of test of C++ as bootstrap language. Add
3066 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3067 * configure: Rebuild.
3068 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3069 and cloog. Fix in-tree ppl configuration. Introduce libelf
3070 in-tree building.
3071 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3072 (POSTSTAGE1_HOST_EXPORTS): Use it.
3073 (STAGE[+id+]_CXXFLAGS): New.
3074 (BASE_FLAGS_TO_PASS): Pass it down.
3075 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3076 extra_exports.
3077 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3078 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3079 extra_exports.
3080 * Makefile.in: Rebuild.
3081
3082 2009-11-17 Ben Elliston <bje@au.ibm.com>
3083
3084 * config.sub, config.guess: Update from upstream sources.
3085
3086 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3087
3088 * MAINTAINERS (Write After Approval): Add myself.
3089
3090 2009-11-09 Jon Beniston <jon@beniston.com>
3091
3092 * MAINTAINERS (Write After Approval): Add myself.
3093
3094 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3095
3096 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3097 paths for *-w64-mingw* and x86_64-*mingw*.
3098 * configure: Regenerated.
3099
3100 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
3101
3102 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
3103
3104 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
3105
3106 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
3107 Phil Edwards to Write-After Approval.
3108
3109 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
3110
3111 * configure.ac: Disable target-winsup & co for
3112 x86_64-*-mingw* and *-w64-mingw* targets.
3113 * configure: Regenerated.
3114
3115 2009-10-16 Nick Clifton <nickc@redhat.com>
3116
3117 * MAINTAINERS: Add myself as a maintainer for the RX port.
3118
3119 2009-10-26 Johannes Singler <singler@kit.edu>
3120
3121 * MAINTAINERS (Write After Approval): Update my e-mail address.
3122
3123 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3124
3125 * configure.ac (CLooG test): Use = with test.
3126 * configure: Regenerate.
3127
3128 2009-10-22 Richard Guenther <rguenther@suse.de>
3129
3130 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3131 cloog if the ppl version check failed. Move flags saving
3132 before setting in libelf check.
3133 * configure: Regenerate.
3134
3135 2009-10-21 Richard Guenther <rguenther@suse.de>
3136
3137 * configure.ac: Adjust the ppl and cloog configure to work as
3138 documented. Disable cloog if ppl was disabled. Omit the version
3139 checks if they were disabled.
3140 * configure: Re-generate.
3141
3142 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3143
3144 * configure.ac: Add 'lto' to enable_languages, not
3145 new_enable_languages, and only if not already present.
3146 * configure: Regenerate.
3147
3148 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
3149
3150 * README: Refer to the various COPYING* files instead of just
3151 COPYING.
3152 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
3153
3154 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
3155
3156 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
3157
3158 2009-10-07 Richard Guenther <rguenther@suse.de>
3159
3160 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
3161 and Richard Guenther as reviewers.
3162 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
3163 as reviewers.
3164
3165 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
3166
3167 * config.sub: Update from upstream sources.
3168
3169 2009-10-06 Ian Lance Taylor <iant@google.com>
3170
3171 * Makefile.def: check-gold depends upon all-gas.
3172 * Makefile.in: Rebuild.
3173
3174 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
3175
3176 * MAINTAINERS (Write After Approval): Add myself.
3177
3178 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3179
3180 * Makefile.def: all-lto-plugin depends on all-libiberty.
3181 set bootstrap=true for lto-plugin.
3182 Add lto-plugin.
3183 * Makefile.in: Regenerate.
3184 * configure.ac (host_libs): Add lto-plugin.
3185 * configure: Regenerate.
3186
3187 2009-10-03 Diego Novillo <dnovillo@google.com>
3188
3189 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3190 (HOST_LIBELFLIBS): Define.
3191 (HOST_LIBELFINC): Define.
3192 * Makefile.in: Regenerate.
3193 * configure.ac: Add --enable-lto.
3194 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3195 If --enable-lto is used, add 'lto' to new_enable_languages.
3196 If --enable-lto is used and gold is enabled, add
3197 lto-plugin to configdirs.
3198 * configure: Regenerate.
3199
3200 2009-10-03 Simon Baldwin <simonb@google.com>
3201
3202 * configure.ac: If --with-system-zlib, suppress local zlib and
3203 pass --with-system-zlib to subdir configure scripts.
3204 * configure: Regenerate.
3205
3206 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
3207 Paolo Bonzini <bonzini@gnu.org>
3208
3209 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3210 $(srcdir).
3211 * Makefile.in: Rebuilt.
3212
3213 2009-09-26 Gary Funck <gary@intrepid.com>
3214
3215 * MAINTAINERS (Write After Approval): Add myself.
3216
3217 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3218
3219 * configure.ac: Update minimum MPC version to 0.7.
3220 * configure: Regenerate.
3221
3222 2009-09-25 Nick Clifton <nickc@redhat.com>
3223
3224 * configure.ac: Pass any --cache-file=/dev/null option on to
3225 subconfigures.
3226 * configure: Regenerate.
3227
3228 2009-09-23 Nick Clifton <nickc@redhat.com>
3229
3230 * config.sub, config.guess: Update from upstream sources.
3231
3232 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
3233
3234 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3235 * Makefile.in: Rebuilt.
3236
3237 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3238
3239 PR bootstrap/32272
3240 * configure.ac: Error out if $srcdir isn't '.' but contains
3241 host-${host_noncanonical}.
3242 * configure: Regenerate.
3243
3244 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3245
3246 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
3247 maintainer.
3248
3249 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3250
3251 * configure.ac: If bootstrapping a combined tree with
3252 --enable-gold, require c++ in stage1_languages.
3253 * configure: Regenerate.
3254
3255 * configure.ac: Also add target_libs of stage1_languages to
3256 bootstrap_target_libs.
3257 * configure: Regenerate.
3258
3259 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3260 with --enable-languages not containing c++.
3261 * configure: Regenerate.
3262
3263 2009-09-15 Jie Zhang <jie.zhang@analog.com>
3264
3265 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3266 * configure: Regenerate.
3267
3268 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
3269
3270 * MAINTAINERS (Write After Approval): Update my e-mail address,
3271 and move from from here...
3272 (Waiting for paperwork): To here.
3273
3274 2009-09-09 Joseph Myers <joseph@codesourcery.com>
3275
3276 * MAINTAINERS (Reviewers): Add self as driver reviewer.
3277
3278 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3279
3280 * configure.ac: Do not use $extrasub for replacing @if/@endif
3281 parts in Makefile; instead, use additional arguments to
3282 AC_CONFIG_COMMANDS to do the replacement manually, with several
3283 sed invocations, to avoid HP-UX sed command limits.
3284 * configure: Regenerate.
3285
3286 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
3287
3288 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
3289 blank before -L.
3290
3291 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
3292
3293 * configure.ac (with-build-config): Document. Handle without.
3294 Handle missing argument.
3295 * configure: Rebuilt.
3296
3297 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
3298
3299 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3300 Default to bootstrap-debug only if compare-debug works.
3301 * configure: Rebuilt.
3302 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3303 * Makefile.in: Rebuilt.
3304
3305 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3306
3307 * MAINTAINERS (OS Port Maintainers): Update my email address.
3308
3309 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
3310
3311 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3312 * Makefile.in: Rebuilt.
3313
3314 2009-09-01 Chris Demetriou <cgd@google.com>
3315
3316 * MAINTAINERS (Write After Approval): Add myself.
3317
3318 2009-08-31 Dodji Seketeli <dodji@redhat.com>
3319
3320 PR debug/30161
3321 * include/dwarf2.h (enum dwarf_tag): Added
3322 DW_TAG_GNU_template_template_param
3323 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
3324
3325 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
3326
3327 * Makefile.tpl (AWK): Fix typo.
3328 * Makefile.in: Regenerate.
3329
3330 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
3331
3332 * configure.ac: Detect awk and sed.
3333 * Makefile.def (flags_to_pass): Add AWK and SED.
3334 * Makefile.tpl (AWK, SED): New.
3335 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3336 * configure: Regenerate.
3337 * Makefile.in: Regenerate.
3338
3339 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
3340
3341 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
3342 (collapseslashes): Likewise.
3343
3344 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3345
3346 * configure.ac (AC_PREREQ): Bump to 2.64.
3347
3348 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3349
3350 * configure.ac: Remove --with-datarootdir, --with-docdir,
3351 --with-pdfdir, --with-htmldir switches.
3352 * configure: Regenerate.
3353
3354 * configure: Regenerate.
3355
3356 * compile: Sync from Automake 1.11.
3357 * depcomp: Likewise.
3358 * install-sh: Likewise.
3359 * missing: Likewise.
3360 * mkinstalldirs: Likewise.
3361 * ylwrap: Likewise.
3362
3363 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
3364
3365 * ltmain.sh (func_normal_abspath): New function.
3366 (func_relative_path): Likewise.
3367 (func_mode_help): Document new -bindir option for link mode.
3368 (func_mode_link): Add new -bindir option, and use it to place
3369 output DLL if specified.
3370
3371 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3372
3373 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3374 (baseargs): Add --disable-option-checking.
3375 * configure: Regenerate.
3376
3377 * Makefile.def (configure-target-libiberty): Depend on
3378 all-binutils and all-ld.
3379 (configure-target-newlib): Likewise.
3380 * Makefile.in: Regenerate.
3381
3382 2009-08-17 Ben Elliston <bje@au.ibm.com>
3383
3384 * config.sub, config.guess: Update from upstream sources.
3385
3386 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3387
3388 Sync from src, merge:
3389
3390 2009-07-02 Tristan Gingold <gingold@adacore.com>
3391
3392 * configure.ac: Do not exclude gas for i386-*-darwin.
3393 Add a case for x86_64-*-darwin.
3394 * configure: Regenerate.
3395
3396 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
3397
3398 * MAINTAINERS: Add my name to Write After Approval list.
3399
3400 2009-08-06 Michael Eager <eager@eagercon.com>
3401
3402 * configure.ac: Add Microblaze target.
3403 * configure: Regenerate.
3404
3405 2009-07-31 Christian Bruel <christian.bruel@st.com>
3406
3407 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3408 * configure: Regenerate.
3409
3410 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
3411
3412 * MAINTAINERS (Write After Approval): Update my e-mail address.
3413
3414 2009-07-06 Ian Lance Taylor <iant@google.com>
3415
3416 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3417 * configure: Rebuild.
3418
3419 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
3420
3421 * MAINTAINERS: Move myself to the Graphite Reviewers.
3422
3423 2009-06-30 Wei Guozhi <carrot@google.com>
3424
3425 * MAINTAINERS: Add my name to Write After Approval list.
3426
3427 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3428
3429 PR bootstrap/40338
3430 * configure.ac (comparestring): Create new variable.
3431 * Makefile.tpl (comparestring): Use to skip some comparisions.
3432 * configure: Regenerate.
3433 * Makefile.in: Regenerate.
3434
3435 2009-06-26 Doug Evans <dje@sebabeach.org>
3436
3437 * Makefile.def (host_modules): Add cgen.
3438 * Makefile.in: Regenerate.
3439 * configure.ac (host_tools): Add cgen.
3440 * configure: Regenerate.
3441
3442 2009-06-23 DJ Delorie <dj@redhat.com>
3443
3444 * MAINTAINERS: Add myself as mep maintainer.
3445
3446 2009-06-23 Ian Lance Taylor <iant@google.com>
3447
3448 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3449 boot_languages. Only bootstrap target libraries listed in
3450 target_libs for some boot language. Add --with-stage1-ldflags,
3451 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3452 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3453 if not building with C++.
3454 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3455 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3456 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3457 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3458 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3459 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3460 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3461 * configure, Makefile.in: Rebuild.
3462
3463 2009-06-23 Li Feng <nemokingdom@gmail.com>
3464
3465 * MAINTAINERS: Added my name to write-after-approval list.
3466
3467 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3468
3469 * configure.ac: Define is_elf for QNX Neutrino targets.
3470 * configure: Regenerate.
3471
3472 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
3473
3474 * MAINTAINERS: Added my name to the write-after-approval list
3475
3476 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3477
3478 * configure.ac: Detect MPC in default directory.
3479 * configure: Regenerate.
3480
3481 2009-06-03 Jerome Guitton <guitton@adacore.com>
3482 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3483
3484 * Makefile.tpl (all): Avoid a trailing backslash.
3485 * Makefile.in: Regenerate.
3486
3487 2009-06-03 Ben Elliston <bje@au.ibm.com>
3488
3489 * config.sub, config.guess: Update from upstream sources.
3490
3491 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3492
3493 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3494 to noconfdirs.
3495 * configure: Regenerate.
3496
3497 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3498
3499 * Makefile.tpl ([+compare-target+]): Compare all stage
3500 directories, rather than just gcc.
3501 * Makefile.in: Rebuilt.
3502
3503 2009-06-01 Doug Kwan <dougkwan@google.com>
3504
3505 * configure.ac: Support gold for target arm*-*-*.
3506 * configure: Regenerate.
3507
3508 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3509
3510 * Makefile.def: Add MPC support and dependencies.
3511 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3512
3513 * Makefile.in, configure: Regenerate.
3514
3515 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3516
3517 * Makefile.tpl (all): Avoid harmless warning in make all when
3518 gcc-bootstrap is enabled but stage_last does not exist.
3519 * Makefile.in: Rebuilt.
3520
3521 2009-05-24 Nicolas Roche <roche@adacore.com>
3522
3523 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3524 * Makefile.in: Regenerate.
3525
3526 2009-05-21 Denis Chertykov <chertykov@gmail.com>
3527
3528 * MAINTAINERS: Update my e-mail address.
3529
3530 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3531
3532 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3533 * configure: Regenerate.
3534
3535 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3536
3537 PR other/40159
3538 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3539 gcc-no-bootstrap are mutually exclusive.
3540 * Makefile.in: Rebuilt.
3541
3542 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3543
3544 PR other/40159
3545 * Makefile.tpl (all): Don't end with unconditional success.
3546 * Makefile.in: Rebuilt.
3547
3548 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3549
3550 PR target/37137
3551 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3552 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3553 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3554 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3555 stage_configureflags, stage_cflags and stage_libcflags into
3556 explicit Makefile macros.
3557 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3558 GFORTRAN.
3559 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3560 CC. Set CC_FOR_BUILD from CC.
3561 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3562 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3563 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3564 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3565 and GFORTRAN.
3566 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3567 (_LIBCFLAGS): Renamed to _TFLAGS.
3568 (do-compare-debug, do-compare3-debug): Drop.
3569 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3570 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3571 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3572 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3573 (XGCC_FLAGS_FOR_TARGET): New.
3574 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3575 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3576 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3577 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3578 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3579 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3580 TFLAGS.
3581 (BUILD_CONFIG): Include if requested.
3582 (all): Set TFLAGS on bootstrap.
3583 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3584 (all-stageid-prefixmodule): Likewise.
3585 (do-clean, distclean-stageid): Set TFLAGS.
3586 (restrap): Fix whitespace.
3587 * Makefile.in: Rebuilt.
3588
3589 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
3590
3591 * config.guess: Sync with src.
3592
3593 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3594
3595 * configure.ac ($with_ppl): Default to no if not supplied.
3596 ($with_cloog): Likewise.
3597 configure: Regenerate.
3598
3599 2009-04-27 James E. Wilson <wilson@codesourcery.com>
3600
3601 * MAINTAINERS: Update my e-mail address.
3602
3603 2009-04-27 Nick Clifton <nickc@redhat.com>
3604
3605 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
3606
3607 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3608
3609 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3610 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3611 * Makefile.in: Regenerate.
3612
3613 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3614
3615 PR bootstrap/39739
3616 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3617 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3618
3619 * configure, Makefile.in: Regenerate.
3620
3621 2009-04-21 Taras Glek <tglek@mozilla.com>
3622
3623 * include/hashtab.h: Update GTY annotations to new syntax
3624 * include/splay-tree.h: Likewise
3625
3626 2009-04-17 Ben Elliston <bje@au.ibm.com>
3627
3628 * config.sub, config.guess: Update from upstream sources.
3629
3630 2009-04-15 Anthony Green <green@moxielogic.com>
3631
3632 * configure.ac: Add moxie support.
3633 * configure: Rebuilt.
3634
3635 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3636
3637 * configure.ac: Change copyright header to refer to version
3638 3 of the GNU General Public License and to point readers at the
3639 COPYING3 file and the FSF's license web page.
3640 * Makefile.def: Likewise.
3641 * Makefile.tpl: Likewise.
3642 * Makefile.in: Regenerate.
3643
3644 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3645
3646 * configure.ac: Restore match for darwin9 or later. Use double
3647 brackets since regeneration eats one pair.
3648 * configure: Regenerate.
3649
3650 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3651
3652 PR gas/10039
3653 * configure.ac: Require texinfo 4.7.
3654 * configure: Regenerated.
3655
3656 2009-04-09 Nick Clifton <nickc@redhat.com>
3657
3658 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
3659 the GCC Runtime Library Exception.
3660
3661 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3662
3663 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3664 * configure: Regenerate.
3665
3666 2009-04-01 Steve Ellcey <sje@cup.hp.com>
3667
3668 * Makefil.def (languages): New entries.
3669 * Makefile.tpl (check-gcc-*): New generic target.
3670 * Makefile.in: Regenerate.
3671
3672 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
3673
3674 * MAINTAINERS: Update my email address.
3675
3676 2009-03-18 Tom Tromey <tromey@redhat.com>
3677
3678 * configure: Rebuild.
3679 * configure.ac (host_libs): Add libiconv.
3680 * Makefile.in: Rebuild.
3681 * Makefile.def (host_modules): Add libiconv.
3682 (configure-gdb, all-gdb): Depend on libiconv.
3683
3684 2009-03-16 Tristan Gingold <gingold@adacore.com>
3685
3686 * configure.ac: Treat gdb as supported on x86_64-darwin.
3687 * configure: Regenerate.
3688
3689 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3690
3691 * configure.ac (--with-host-libstdcxx): New option.
3692 * configure: Regenerate.
3693
3694 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
3695
3696 * MAINTAINERS: Move myself into the write after approval list.
3697
3698 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
3699
3700 * MAINTAINERS: Update e-mail address.
3701
3702 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
3703
3704 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
3705
3706 2009-03-10 Ira Rosen <irar@il.ibm.com>
3707
3708 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
3709
3710 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3711
3712 Backport from git Libtool:
3713
3714 2009-01-19 Robert Millan <rmh@aybabtu.com>
3715 Support GNU/kOpenSolaris.
3716 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3717 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3718 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3719 GNU/kOpenSolaris.
3720
3721 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
3722
3723 * MAINTAINERS: Update e-mail address.
3724
3725 2009-02-24 Michael Eager <eager@eagercon.com>
3726
3727 * MAINTAINERS (Write After Approval): Add self.
3728
3729 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
3730
3731 * MAINTAINERS (Write After Approval): Add myself.
3732
3733 2009-02-05 Andreas Schwab <schwab@suse.de>
3734
3735 * Makefile.tpl (stage_last): Define $r and $s before using
3736 $(RECURSE_FLAGS_TO_PASS).
3737 * Makefile.in: Regenerate
3738
3739 2009-01-30 Ian Lance Taylor <iant@google.com>
3740
3741 * MAINTAINERS: Move myself to the Global Reviewers list.
3742
3743 2009-01-29 Robert Millan <rmh@aybabtu.com>
3744
3745 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3746 * configure: Regenerate.
3747
3748 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
3749
3750 * MAINTAINERS: Make whitespace consistent.
3751 Remove Robert Millan from Write After Approval.
3752
3753 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3754
3755 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3756 (all-opcodes): Depend on all-libiberty.
3757 * Makefile.in: Regenerate.
3758
3759 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3760
3761 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3762 * configure: Regenerate.
3763
3764 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
3765
3766 * MAINTAINERS (Write After Approval): Add myself.
3767
3768 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
3769
3770 * MAINTAINERS: Add myself to reviewers (Fortran).
3771
3772 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3773
3774 PR tree-optimization/38515
3775 * configure.ac (cloog-polylib): Removed.
3776 (with_ppl, with_cloog): Test for "no".
3777 * configure: Regenerated.
3778
3779 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
3780
3781 * MAINTAINERS: Moved myself to reviewers (Fortran).
3782
3783 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
3784
3785 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
3786 (Write After Approval): Remove myself.
3787
3788 2009-01-03 Diego Novillo <dnovillo@google.com>
3789
3790 * MAINTAINERS: Remove myself from alias maintainership.
3791
3792 2009-01-02 David Ayers <ayers@fsfe.org>
3793
3794 * MAINTAINERS: Update e-mail address.
3795
3796 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
3797
3798 * MAINTAINERS: Make whitespace consistent.
3799
3800 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3801
3802 Backport from upstream Libtool:
3803 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3804 Add cache variables to tests that require the linker to work.
3805 For shlibpath_overrides_runpath, this also changes the semantics
3806 to let the result from the C compiler take precedence.
3807
3808 2008-12-02 Ben Elliston <bje@au.ibm.com>
3809
3810 * config.sub, config.guess: Update from upstream sources.
3811
3812 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3813
3814 * configure.ac (ppllibs): Add by default the lib flags.
3815 * configure: Regenerate.
3816
3817 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
3818
3819 * MAINTAINERS: Add myself to the write after approval list.
3820
3821 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3822
3823 * configure.ac: Add double brackets on darwin[912].
3824 * configure: Regenerate.
3825
3826 2008-12-03 Daniel Kraft <d@domob.eu>
3827
3828 * MAINTAINERS: Moved myself and Mikael Morin from Write After
3829 Approval to Reviewer section (for Fortran front-end).
3830
3831 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3832
3833 * configure.ac: Expand to darwin10 and later.
3834 * configure: Regenerate.
3835
3836 2008-12-02 Andreas Schwab <schwab@suse.de>
3837
3838 * Makefile.def: configure-target-boehm-gc depends on
3839 all-target-libstdc++-v3.
3840 * Makefile.in: Regenerate.
3841
3842 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
3843
3844 * MAINTAINERS: Add myself as mingw maintainer.
3845
3846 2008-12-02 Ben Elliston <bje@au.ibm.com>
3847
3848 * config.sub, config.guess: Update from upstream sources.
3849
3850 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
3851
3852 * README.SCO: Remove.
3853
3854 2008-11-29 Fernando Pereira <pronesto@gmail.com>
3855
3856 * MAINTAINERS: Add myself to the write after approval list.
3857
3858 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
3859
3860 * MAINTAINERS: Update my email address in WAA section.
3861
3862 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
3863
3864 * MAINTAINERS: Update e-mail address.
3865
3866 2008-11-27 Toon Moene <toon@moene.org>
3867
3868 * MAINTAINERS: Change e-mail address.
3869
3870 2008-11-27 Tristan Gingold <gingold@adacore.com>
3871
3872 * configure.ac: Build gdb for i?86-*-darwin*
3873 * configure: Regenerated.
3874
3875 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
3876
3877 * MAINTAINERS: Added my full name.
3878
3879 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3880
3881 PR bootstrap/38014
3882 PR bootstrap/37923
3883
3884 Revert:
3885
3886 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3887
3888 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3889 * Makefile.in: Regenerated.
3890
3891 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3892
3893 PR gdb/921
3894 PR gdb/1646
3895 PR gdb/2175
3896 PR gdb/2176
3897
3898 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3899 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3900 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3901 (HOST_EXPORTS): Pass CPPFLAGS.
3902 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3903 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3904 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3905 * Makefile.in, configure: Regenerated.
3906 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3907 and CPPFLAGS_FOR_BUILD.
3908
3909 2008-11-06 Jeff Law <law@redhat.com>
3910
3911 * MAINTAINERS: Add myself as middle end maintainer.
3912
3913 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
3914
3915 * MAINTAINERS (Write after approval): Add myself.
3916
3917 2008-11-05 Diego Novillo <dnovillo@google.com>
3918
3919 * MAINTAINERS (Global Reviewers): Add myself.
3920 (Non-Algorithmic Maintainers): Remove myself.
3921
3922 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
3923
3924 * MAINTAINERS (Write after approval): Add myself.
3925
3926 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
3927
3928 * MAINTAINERS (Write after approval): Add myself.
3929
3930 2008-10-31 Ben Elliston <bje@au.ibm.com>
3931
3932 * configure.ac (spu-*-*): Remove special case.
3933 * configure: Regenerate.
3934
3935 2008-10-30 Catherine Moore <clm@codesourcery.com>
3936
3937 * MAINTAINERS (Write after approval): Update my email address.
3938
3939 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3940
3941 * configure.ac [spu-*-*]: Do not set skipdirs.
3942 * configure: Re-generate.
3943
3944 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
3945
3946 * MAINTAINERS (Various Maintainers): Add myself to reload.
3947
3948 2008-10-25 Richard Guenther <rguenther@suse.de>
3949
3950 * MAINTAINERS (Various Maintainers): Add myself as middle-end
3951 maintainer. Remove myself as libgcc-math maintainer.
3952 (Non-Algorithmic Maintainers): Remove myself.
3953
3954 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3955
3956 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3957 * Makefile.in: Regenerated.
3958
3959 2008-10-23 Cary Coutant <ccoutant@google.com>
3960
3961 * MAINTAINERS (Write after approval): Add myself.
3962
3963 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3964
3965 PR gdb/921
3966 PR gdb/1646
3967 PR gdb/2175
3968 PR gdb/2176
3969
3970 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3971 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3972 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3973 (HOST_EXPORTS): Pass CPPFLAGS.
3974 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3975 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3976 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3977 * Makefile.in, configure: Regenerated.
3978 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3979 and CPPFLAGS_FOR_BUILD.
3980
3981 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
3982
3983 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
3984 Sebastian Pop.
3985
3986 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
3987
3988 * MAINTAINERS (Write After Approval): Added myself.
3989
3990 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3991
3992 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3993 recommended version to 2.3.2.
3994
3995 * configure: Regenerate.
3996
3997 2008-10-01 Mark Mitchell <mark@codesourcery.com>
3998
3999 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
4000
4001 2008-09-29 David Daney <david.daney@caviumnetworks.com>
4002
4003 * MAINTAINERS (Write After Approval): Update e-mail address.
4004
4005 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
4006
4007 * libtool.m4: Update to libtool 2.2.6.
4008 * lt~obsolete.m4: Update to libtool 2.2.6.
4009 * ltmain.sh: Update to libtool 2.2.6.
4010 * ltsugar.m4: Update to libtool 2.2.6.
4011 * ltversion.m4: Update to libtool 2.2.6.
4012 * ltoptions.m4: Update to libtool 2.2.6.
4013 * ltgcc.m4: Update to match changes from libtool 2.2.6.
4014
4015 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
4016
4017 * MAINTAINERS (Write After Approval): Add myself.
4018
4019 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
4020
4021 * MAINTAINERS (Write After Approval): Update my name.
4022
4023 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
4024
4025 * MAINTAINERS: Add myself in "Write After Approval".
4026
4027 2008-09-18 Steve Ellcey <sje@cup.hp.com>
4028
4029 * MAINTAINERS: Add myself as ia64 maintainer.
4030
4031 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
4032
4033 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
4034 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
4035 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
4036 and Michael Tiemann from Write After Approval since they do not
4037 actually have access.
4038
4039 2008-09-05 Richard Guenther <rguenther@suse.de>
4040
4041 * configure.ac: Initialize clooglibs to -lcloog.
4042 * configure: Re-generate.
4043
4044 2008-09-04 Le-Chun Wu <lcwu@google.com>
4045
4046 * MAINTAINERS (Write After Approval): Add myself.
4047
4048 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
4049
4050 * configure.ac (--with-cloog-polylib): New.
4051 (--disable-cloog-version-check): New.
4052 (--disable-ppl-version-check): New.
4053 * configure: Re-generate.
4054
4055 2008-09-03 Richard Guenther <rguenther@suse.de>
4056
4057 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
4058 cloog test.
4059 * configure: Re-generate.
4060
4061 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
4062
4063 Add picoChip port.
4064 * MAINTAINERS: Add picoChip maintainers.
4065
4066 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
4067 Tobias Grosser <grosser@fim.uni-passau.de>
4068 Jan Sjodin <jan.sjodin@amd.com>
4069 Harsha Jagasia <harsha.jagasia@amd.com>
4070 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4071 Konrad Trifunovic <konrad.trifunovic@inria.fr>
4072 Adrien Eliche <aeliche@isty.uvsq.fr>
4073
4074 Merge from graphite branch.
4075 * configure: Regenerate.
4076 * Makefile.in: Regenerate.
4077 * configure.ac (host_libs): Add ppl and cloog.
4078 Add checks for PPL and CLooG.
4079 * Makefile.def (ppl, cloog): Added modules and dependences.
4080 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
4081 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
4082
4083 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
4084
4085 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
4086 (GCC_SHLIB_SUBDIR): New.
4087 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
4088 * configure: Regenerate.
4089 * Makefile.in: Regenerate.
4090
4091 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
4092
4093 * MAINTAINERS: Consistently use tabs to separate columns.
4094
4095 2008-08-29 Tristan Gingold <gingold@adacore.com>
4096
4097 * MAINTAINERS (Write after Approval): Add myself.
4098
4099 2008-08-28 Tristan Gingold <gingold@adacore.com>
4100
4101 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
4102 Enable bfd, binutils and opcodes.
4103 * configure: Regenerate.
4104
4105 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4106
4107 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
4108
4109 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
4110
4111 * MAINTAINERS: Use correct Umlaut for last name.
4112
4113 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4114
4115 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
4116
4117 2008-08-16 David Edelsohn <edelsohn@gnu.org>
4118
4119 * MAINTAINERS: Update my email address.
4120
4121 2008-08-16 Nicolas Roche <roche@adacore.com>
4122
4123 * Makefile.tpl: Add BOOT_ADAFLAGS.
4124 * Makefile.in: Regenerate.
4125
4126 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
4127
4128 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
4129 * configure: Regenerate.
4130
4131 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
4132
4133 * configure.ac: Add makefile fragments for hpux.
4134 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
4135 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
4136 * configure: Regenerate.
4137 * Makefile.in: Regenerate.
4138
4139 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
4140
4141 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
4142
4143 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
4144
4145 * MAINTAINERS (Write after Approval): Add myself.
4146
4147 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
4148
4149 * MAINTAINERS (Write After Approval): Add myself.
4150
4151 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
4152
4153 * MAINTAINERS (Write After Approval): Add myself.
4154
4155 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
4156
4157 * MAINTAINERS: Update my email address.
4158
4159 2008-06-25 Joey Ye <joey.ye@intel.com>
4160
4161 * MAINTAINERS (Write After Approval): Add myself.
4162
4163 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4164
4165 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
4166 * Makefile.in: Regenerate.
4167 * configure: Regenerate.
4168
4169 2008-06-17 Daniel Kraft <d@domob.eu>
4170
4171 * MAINTAINERS (Write After Approval): Add myself.
4172
4173 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4174
4175 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
4176 "$@" is still intact with both Autoconf 2.59 and 2.62.
4177 * configure: Regenerate.
4178
4179 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4180
4181 * Makefile.tpl: Fix comment errors.
4182 * Makefile.in: Regenerate.
4183
4184 2008-06-12 David S. Miller <davem@davemloft.net>
4185 David Edelsohn <edelsohn@gnu.org>
4186
4187 * configure.ac: Add powerpc*-*-* to gold supported targets.
4188 * configure: Regenerate.
4189
4190 2008-06-08 Joseph Myers <joseph@codesourcery.com>
4191
4192 PR tree-optimization/36218
4193 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
4194 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
4195 (all prefix="build-"): Pass them to build-system sub-makes.
4196 * Makefile.in: Regenerate.
4197
4198 2008-06-07 Joseph Myers <joseph@codesourcery.com>
4199
4200 * MAINTAINERS (mt port): Remove.
4201 (sco5, unixware, sco udk): Remove.
4202 (Kean Johnston): Add to Write After Approval.
4203
4204 2008-05-30 Julian Brown <julian@codesourcery.com>
4205
4206 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
4207 of libobjc for ARM EABI Linux.
4208 * configure: Regenerate.
4209
4210 2008-05-18 Xinliang David Li <davidxl@google.com>
4211
4212 * ChangeLog: Remove wrong ChangeLog entry.
4213
4214 2008-05-17 Xinliang David Li <davidxl@google.com>
4215
4216 * MAINTAINERS (Write After Approval): Add myself.
4217
4218 2008-05-15 Janus Weil <janus@gcc.gnu.org>
4219
4220 * MAINTAINERS (Write After Approval): Add myself.
4221
4222 2008-05-14 Rafael Espíndola <espindola@google.com>
4223
4224 * config-ml.in: don't handle --enable-shared and --enable-static.
4225
4226 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
4227
4228 * MAINTAINERS: Update my email address.
4229
4230 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
4231
4232 * MAINTAINERS: Update my email address.
4233
4234 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
4235
4236 * MAINTAINERS (Write After Approval): Add myself.
4237
4238 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
4239
4240 * MAINTAINERS (Write After Approval): Add myself.
4241
4242 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
4243
4244 * MAINTAINERS (crx): Add myself.
4245
4246 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4247
4248 Sync with src:
4249 2008-04-14 David S. Miller <davem@davemloft.net>
4250
4251 * configure.ac: Add sparc*-*-* to gold supported targets.
4252 * configure: Regenerate.
4253
4254 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4255
4256 PR bootstrap/35457
4257 * configure.ac: Include override.m4.
4258 * configure: Regenerate.
4259
4260 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4261
4262 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
4263 * Makefile.in: Regenerate.
4264
4265 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
4266
4267 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
4268 as nonconfigurable directories list.
4269 * configure: Regenerate.
4270
4271 2008-04-14 Ben Elliston <bje@au.ibm.com>
4272
4273 * config.sub, config.guess: Update from upstream sources.
4274
4275 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
4276
4277 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4278 * Makefile.in: Regenerate.
4279
4280 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
4281
4282 * configure.ac: Do not build libssp for the AVR.
4283 * configure: Regenerate.
4284
4285 2008-04-07 Ian Lance Taylor <iant@google.com>
4286
4287 * Makefile.def: check-gold depends upon all-binutils.
4288 * Makefile.in: Regenerate.
4289
4290 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
4291
4292 * MAINTAINERS (Write After Approval): Add myself.
4293
4294 2008-04-04 Nick Clifton <nickc@redhat.com>
4295
4296 PR binutils/4334
4297 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4298 builds.
4299 * configure: Regenerate.
4300
4301 2008-04-04 NightStrike <NightStrike@gmail.com>
4302
4303 PR other/35151
4304 * configure.ac: Combine rules for mingw32 and mingw64.
4305 * configure: Regenerate.
4306
4307 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
4308
4309 * MAINTAINERS (Write After Approval): Add myself.
4310
4311 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
4312
4313 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
4314 * Makefile.in (.NOTPARALLEL): Ditto.
4315
4316 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
4317
4318 * MAINTAINERS (Write After Approval): Add myself.
4319
4320 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
4321
4322 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
4323 * Makefile.in (.NOTPARALLEL): Regenerate.
4324
4325 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
4326
4327 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4328 * Makefile.in: Regenerate.
4329
4330 2008-03-26 Jakub Staszak <kuba@et.pl>
4331
4332 * MAINTAINERS (Write After Approval): Add myself.
4333
4334 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
4335
4336 * MAINTAINERS: Update e-mail address.
4337
4338 2008-03-20 Ian Lance Taylor <iant@google.com>
4339
4340 * configure.ac: Add support for --enable-gold.
4341 * Makefile.def: Add gold as a directory like ld.
4342 * configure, Makefile.in: Regenerate.
4343
4344 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4345
4346 * configure.ac: m4_include config/proginstall.m4.
4347 * configure: Regenerate.
4348
4349 Backport from upstream Libtool:
4350
4351 2007-10-12 Eric Blake <ebb9@byu.net>
4352
4353 Deal with Autoconf 2.62's semantic change in m4_append.
4354 * ltsugar.m4 (lt_append): Replace broken versions of
4355 m4_append.
4356 (lt_if_append_uniq): Don't require separator to be overquoted,
4357 and avoid broken m4_append.
4358 (lt_dict_add): Fix typo.
4359 * libtool.m4 (_LT_DECL): Don't overquote separator.
4360
4361 2008-03-13 David Edelsohn <edelsohn@gnu.org>
4362
4363 * config.rpath: Add AIX 6 support.
4364
4365 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
4366
4367 * Makefile.def (stageprofile). Remove -fprofile-generate
4368 from stage_libcflags.
4369 * Makefile.in: Regenerate.
4370
4371 2008-03-13 Ben Elliston <bje@au.ibm.com>
4372
4373 * config.sub, config.guess: Update from upstream sources.
4374
4375 2008-03-06 Tom Tromey <tromey@redhat.com>
4376
4377 * MAINTAINERS: Update for treelang deletion.
4378
4379 2008-03-03 James E. Wilson <wilson@tuliptree.org>
4380
4381 * MAINTAINERS: Update my email address.
4382
4383 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
4384
4385 * MAINTAINERS (darwin port): Add myself as a maintainer.
4386 (objective-c/c++): Add myself as a maintainer.
4387
4388 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
4389
4390 * MAINTAINERS (Write After Approval): Update my email address.
4391
4392 2008-02-25 Tomas Bily <tbily@suse.cz>
4393
4394 * MAINTAINERS (Write After Approval): Add myself.
4395
4396 2008-02-23 Jakub Jelinek <jakub@redhat.com>
4397
4398 * MAINTAINERS (OpenMP): Add myself.
4399
4400 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
4401
4402 PR bootstrap/32009
4403 PR bootstrap/32161
4404
4405 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4406 * configure: Regenerate.
4407
4408 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4409 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4410 STAGE4_LIBCFLAGS): New.
4411 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4412 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4413 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4414 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4415 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4416 for target modules. Don't export LIBCFLAGS.
4417 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4418 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4419 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4420 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4421 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4422 * Makefile.in: Regenerate.
4423
4424 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4425
4426 PR libgcj/33085
4427 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4428 Do not use -DDLL_EXPORT. Backport from upstream.
4429
4430 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4431
4432 * MAINTAINERS (Write After Approval): Add myself.
4433
4434 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
4435
4436 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4437 * configure: Regenerate.
4438
4439 2008-01-31 Marc Gauthier <marc@tensilica.com>
4440
4441 * configure.ac (xtensa*-*-*): Recognize processor variants.
4442 * configure: Regenerate.
4443
4444 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4445
4446 PR bootstrap/34922
4447 * configure.ac (PARSE_ARGS): Push suitable setting of
4448 ac_subdirs_all, for `./configure --help=recursive'.
4449 Handle `+' in generic toplevel directory disabling.
4450 * configure: Regenerate.
4451
4452 2008-01-28 Nick Clifton <nickc@redhat.com>
4453
4454 * MAINTAINERS (xstormy16): Take over maintainership.
4455
4456 2008-01-25 Joseph Myers <joseph@codesourcery.com>
4457
4458 * MAINTAINERS (c4x port): Remove.
4459
4460 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4461
4462 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4463
4464 2008-01-23 Ben Elliston <bje@au.ibm.com>
4465
4466 * config.sub, config.guess: Update from upstream sources.
4467
4468 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
4469
4470 * MAINTAINERS (Write After Approval): Add myself.
4471
4472 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
4473
4474 * MAINTAINERS: Update my email address.
4475
4476 2008-01-09 Raksit Ashok <raksit@google.com>
4477
4478 * MAINTAINERS (Write After Approval): Add myself.
4479
4480 2008-01-09 Raksit Ashok <raksit@google.com>
4481
4482 * MAINTAINERS (Write After Approval): Add myself.
4483
4484 2008-01-08 Ben Elliston <bje@au.ibm.com>
4485
4486 * config.sub, config.guess: Update from upstream sources.
4487
4488 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4489
4490 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4491 Change recommended MPFR from 2.2.1 -> 2.3.0.
4492 * configure: Regenerate.
4493
4494 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
4495
4496 * MAINTAINERS: Update my email address.
4497
4498 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
4499
4500 * MAINTAINERS: Update my email address.
4501
4502 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4503
4504 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4505 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4506 * Makefile.in: Regenerate.
4507
4508 2007-12-10 Mark Heffernan <meheff@google.com>
4509
4510 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
4511 misplaced entries.
4512
4513 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4514
4515 * configure.ac: Enable libjava for x86_64-*-darwin9.
4516 * configure: Regenerate.
4517
4518 2007-12-07 Bill Maddox <maddox@google.com>
4519
4520 * MAINTAINERS (Write After Approval): Add myself.
4521
4522 2007-12-05 Ben Elliston <bje@au.ibm.com>
4523
4524 * config.sub, config.guess: Update from upstream sources.
4525
4526 2007-12-02 Matthias Klose <doko@ubuntu.com>
4527
4528 * config-ml.in: Remove 64bit configure tests.
4529
4530 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4531
4532 * config-ml.in: Robustify against white space in absolute file
4533 names.
4534
4535 * config-ml.in (multi-clean): Substitute ${Makefile}.
4536 Remove superfluous ${Makefile} in list.
4537
4538 2007-11-19 Thiemo Seufer <ths@mips.com>
4539
4540 * config-ml.in: Don't hardcode the Makefile name.
4541
4542 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
4543
4544 * MAINTAINERS (Write After Approval): Add myself.
4545
4546 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
4547
4548 * MAINTAINERS (Write After Approval): Add myself.
4549
4550 2007-11-06 Doug Kwan <dougkwan@google.com>
4551
4552 * MAINTAINERS (Write After Approval): Add myself.
4553
4554 2007-10-25 Ben Elliston <bje@au.ibm.com>
4555
4556 * MAINTAINERS (mercury): Remove entry.
4557 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
4558
4559 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4560
4561 * Makefile.def (dependencies): Make configure-gdb depend on
4562 all-intl.
4563 * Makefile.in: Regenerated.
4564
4565 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
4566
4567 * MAINTAINERS (Fortran maintainer): Remove myself.
4568
4569 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4570
4571 * Makefile.def: To avoid problems running with parallel makes,
4572 build newlib before libgloss so that target specific header
4573 files are availble.
4574 * Makefile.in: Regenerate
4575
4576 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4577
4578 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4579 * Makefile.in: Regenerate.
4580
4581 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
4582
4583 * MAINTAINERS (Register allocation reviewer): Add myself.
4584
4585 2007-10-08 Mike Frysinger <vapier@gentoo.org>
4586
4587 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4588 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4589 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4590 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4591 * configure: Regenerate.
4592
4593 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
4594
4595 * MAINTAINERS (Register allocation reviewer): Add myself.
4596
4597 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
4598
4599 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4600 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4601 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4602 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4603 * configure.ac: Default them to host tools for $host = $build.
4604 Subst them.
4605
4606 * configure: Regenerate.
4607 * Makefile.in: Regenerate.
4608
4609 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
4610
4611 * MAINTAINERS (Register allocation reviewer): Add myself.
4612
4613 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
4614
4615 * MAINTAINERS (Register allocation reviewer): Add myself.
4616
4617 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
4618
4619 * MAINTAINERS (Write After Approval): Fix typo.
4620
4621 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4622
4623 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4624 * configure: Regenerate.
4625
4626 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
4627
4628 PR bootstrap/31906
4629 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
4630 they're already prefixed.
4631
4632 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4633
4634 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4635 libstdc++.
4636 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4637 * configure: Regenerate.
4638 * Makefile.in: Regenerate.
4639
4640 2007-09-17 Andreas Schwab <schwab@suse.de>
4641
4642 * configure.ac: Raise minimum makeinfo version to 4.6.
4643 * configure: Regenerate.
4644
4645 2007-09-17 Johannes Singler <singler@ira.uka.de>
4646
4647 * MAINTAINERS (write-after-approval) add myself
4648
4649 2007-09-15 Alan Modra <amodra@bigpond.net.au>
4650
4651 * configure.ac: Correct makeinfo version check.
4652 * configure: Regenerate.
4653
4654 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
4655
4656 * MAINTAINERS: Update my email address.
4657
4658 2007-09-14 Richard Sandiford <richard@codesourcery.com>
4659
4660 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4661 to $skipdirs and only disable gprof for newlib. Use the normal
4662 mips*-elf* handling in other respects.
4663 * configure: Regnerate.
4664
4665 2007-09-12 David Daney <ddaney@avtrex.com>
4666
4667 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4668 enabling libgcj.
4669 * configure: Regenerate.
4670
4671 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4672
4673 PR other/32154
4674 * configure.ac: For libgloss targets, point the linker to the linker
4675 script, startup code and simulator library.
4676 * configure: Regenerate.
4677
4678 2007-09-07 Andrew Haley <aph@redhat.com>
4679
4680 * configure.ac (noconfigdirs): Remove target-libffi and
4681 target-libjava.
4682 * configure: Regenerate.
4683
4684 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4685
4686 PR target/33281
4687 * configure.ac: Use config/mh-mingw on mingw.
4688 * configure: Regenerate.
4689
4690 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
4691
4692 * MAINTAINERS (Write After Approval): Add myself.
4693
4694 2007-09-05 Richard Guenther <rguenther@suse.de>
4695
4696 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4697 nor --disable-checking is provided also turn on yes and types
4698 checking for stage1.
4699 * configure: Re-generate.
4700
4701 2007-08-30 Krister Walfridsson <cato@df.lth.se>
4702
4703 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
4704 (Write After Approval): Remove myself.
4705
4706 2007-08-29 Nick Clifton <nickc@redhat.com>
4707
4708 * config.sub, config.guess: Update from upstream sources.
4709
4710 2007-08-22 Bud Davis <jmdavis@link.com>
4711
4712 * MAINTAINERS (Write After Approval): Added myself.
4713 * MAINTAINERS (Reviewers): Removed myself.
4714
4715 2007-08-18 Paul Brook <paul@codesourcery.com>
4716 Joseph Myers <joseph@codesourcery.com>
4717
4718 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4719 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4720 * Makefile.in: Regenerate.
4721 * configure.ac (--with-debug-prefix-map): New.
4722 * configure: Regenerate.
4723
4724 2007-08-17 Richard Sandiford <richard@codesourcery.com>
4725 Nigel Stephens <nigel@mips.com>
4726
4727 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4728 as target_makefile_frag.
4729 * configure: Regenerate.
4730
4731 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4732
4733 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4734 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4735 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4736 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4737 (do-compare, do-compare3, do-compare-debug): New.
4738 ([+compare-target+]): Use them.
4739
4740 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
4741
4742 * MAINTAINERS (Write After Approval): Change my email address.
4743
4744 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4745 Ben Elliston <bje@au.ibm.com>
4746
4747 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4748 --silent if $silent.
4749 * configure: Regenerate.
4750
4751 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
4752
4753 * MAINTAINERS (Various Maintainers): Add myself as
4754 loop infrastructure maintainer. Update my e-mail
4755 address.
4756
4757 2007-07-31 Diego Novillo <dnovillo@google.com>
4758
4759 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
4760 Adjust description.
4761
4762 2007-07-26 Richard Guenther <rguenther@suse.de>
4763
4764 * configure.ac: Add types checking to stage1 checking flags.
4765 * configure: Regenerate.
4766
4767 2007-07-17 Nick Clifton <nickc@redhat.com>
4768
4769 * COPYING3: New file. Contains version 3 of the GNU General
4770 Public License.
4771 * COPYING3.LIB: New file. Contains version 3 of the GNU
4772 Lesser General Public License.
4773
4774 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
4775
4776 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
4777
4778 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
4779
4780 * MAINTAINERS (S/390 co-maintainer): Add myself.
4781 (Write After Approval): Remove myself.
4782
4783 2007-07-13 Dan Hipschman <dsh@google.com>
4784
4785 * MAINTAINERS (Write After Approval): Add myself.
4786
4787 2007-07-11 Nick Clifton <nickc@redhat.com>
4788
4789 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
4790 WINDRES export.
4791 * Makefile.in: Regenerate.
4792
4793 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4794
4795 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
4796 maintainer.
4797
4798 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4799
4800 * lt~obsolete.m4: New. Import from 20070318 libtool.
4801
4802 2007-07-03 Julian Brown <julian@codesourcery.com>
4803
4804 * MAINTAINERS (Write After Approval): Add myself.
4805
4806 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4807
4808 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4809 * configure: Regenerate.
4810
4811 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4812
4813 * configure.ac: Add some missing m4 quotation.
4814 * configure: Regenerate.
4815
4816 2007-07-02 Simon Baldwin <simonb@google.com>
4817
4818 * MAINTAINERS (Write After Approval): Add myself.
4819
4820 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
4821
4822 * configure: Regenerate.
4823
4824 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
4825
4826 * Makefile.def: Add windmc tool to build.
4827 * Makefile.tpl: Likewise.
4828 * configure.ac: Likewise.
4829 * Makefile.in: Regenerate.
4830 * configure: Regenerate.
4831
4832 2007-06-28 DJ Delorie <dj@redhat.com>
4833
4834 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4835 not building newlib.
4836 * configure: Regenerated.
4837
4838 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
4839
4840 * MAINTAINERS (Write After Approval): Add myself.
4841
4842 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
4843
4844 * MAINTAINERS (Write After Approval): Add myself.
4845
4846 2007-06-19 Chris Matthews <chrismatthews@google.com>
4847
4848 * MAINTAINERS (Write After Approval): Add myself.
4849
4850 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
4851
4852 * MAINTAINERS (Write After Approval): Add myself.
4853
4854 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4855
4856 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4857 * Makefile.in: Regenerated.
4858
4859 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
4860
4861 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4862 bfin*-*-uclinux* targets.
4863 * configure: Regenerate.
4864
4865 2007-06-14 Ian Lance Taylor <iant@google.com>
4866
4867 * MAINTAINERS: Add myself as non-algorithmic global write
4868 maintainer.
4869
4870 2007-06-14 Diego Novillo <dnovillo@google.com>
4871
4872 * MAINTAINERS: Add self as middle-end maintainer and
4873 non-algorithmic global write maintainer.
4874
4875 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4876
4877 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
4878 Move all Fortran maintainers except Paul Brook into the
4879 Non-Autopoiesis section.
4880
4881 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4882
4883 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4884 (distclean-stage[+id+]): Possibly delete stage_last.
4885 * Makefile.in: Regenerate.
4886
4887 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
4888
4889 * MAINTAINERS (Various Maintainer): Fix typo.
4890
4891 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
4892
4893 * MAINTAINERS (Various Maintainer): Add myself as
4894 dataflow maintainer.
4895
4896 2007-06-07 Ben Elliston <bje@au.ibm.com>
4897
4898 * config.sub, config.guess: Update from upstream sources.
4899
4900 2007-06-07 Ben Elliston <bje@au.ibm.com>
4901
4902 * Makefile.tpl: Fix spelling error.
4903 * Makefile.in: Regenerate.
4904
4905 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4906
4907 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4908 lt_cv_sys_max_cmd_len.
4909
4910 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
4911
4912 * MAINTAINERS (Various Maintainers): Add myself as
4913 auto-vectorizer maintainer.
4914
4915 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
4916
4917 PR libjava/32098
4918 * libtool.m4: Revert previous change.
4919 * ltgcc.m4: Put it here.
4920
4921 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
4922
4923 * MAINTAINERS (Various Maintainers): Add myself as
4924 auto-vectorizer maintainer.
4925
4926 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
4927
4928 PR libjava/32098
4929 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
4930
4931 2007-05-30 Richard Guenther <rguenther@suse.de>
4932
4933 * MAINTAINERS (Various Maintainers): Add myself as
4934 auto-vectorizer maintainer.
4935
4936 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4937
4938 PR bootstrap/29382
4939 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4940 * configure: Rebuilt.
4941
4942 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
4943
4944 * MAINTAINERS (Write After Approval): Removed my name.
4945
4946 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
4947
4948 * MAINTAINERS (Write After Approval): Remove myself.
4949
4950 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4951
4952 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4953
4954 2007-05-23 Steve Ellcey <sje@cup.hp.com>
4955
4956 * ltmain.sh: Update from ToT Libtool.
4957 * libtool.m4: Update from ToT Libtool.
4958 * ltsugar.m4: New. Update from ToT Libtool.
4959 * ltversion.m4: New. Update from ToT Libtool.
4960 * ltoptions.m4: New. Update from ToT Libtool.
4961 * ltconfig: Remove.
4962 * ltcf-c.sh: Remove.
4963 * ltcf-cxx.sh: Remove.
4964 * ltcf-gcj.sh: Remove.
4965
4966 2007-05-22 Ollie Wild <aaw@google.com>
4967
4968 * MAINTAINERS (Write After Approval): Add myself.
4969
4970 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4971
4972 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4973 stage_cflags.
4974 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4975 Remove CFLAGS/LIBCFLAGS.
4976 (configure-stage[+id+]-[+prefix+][+module+],
4977 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4978 * Makefile.in: Regenerate.
4979
4980 2007-05-15 Diego Novillo <dnovillo@google.com>
4981
4982 * MAINTAINERS: Update e-mail address.
4983
4984 2007-05-15 Revital Eres <eres@il.ibm.com>
4985
4986 * MAINTAINERS (Write After Approval): Add myself.
4987
4988 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
4989
4990 * MAINTAINERS (Write After Approval): Updated my address.
4991
4992 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
4993
4994 * MAINTAINERS (Write After Approval): Add myself.
4995
4996 2007-05-11 Silvius Rus <rus@google.com>
4997
4998 * MAINTAINERS (Write After Approval): Add myself.
4999
5000 2007-04-23 Tom Tromey <tromey@redhat.com>
5001
5002 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
5003
5004 2007-04-22 Mark Mitchell <mark@codesourcery.com>
5005
5006 * MAINTAINERS (cpplib): Rename to ...
5007 (libcpp): ... this. Add C/C++ front end maintainers.
5008
5009 2007-04-14 Steve Ellcey <sje@cup.hp.com>
5010
5011 * config-ml.in: Pass ${ml_config_env} to configure calls.
5012
5013 2007-04-04 Christian Bruel <christian.bruel@st.com>
5014
5015 * MAINTAINERS (Write After Approval): Add myself.
5016
5017 2007-04-02 Dave Korn <dave.korn@artimi.com>
5018
5019 * MAINTAINERS (Write After Approval): Add myself.
5020
5021 2007-03-31 Tobias Burnus <burnus@net-b.de>
5022
5023 * MAINTAINERS (fortran 95 front end): Add myself.
5024
5025 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5026
5027 * MAINTAINERS (Write After Approval): Add myself.
5028
5029 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
5030
5031 * MAINTAINERS (Modulo Scheduler): Add myself.
5032
5033 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
5034
5035 * MAINTAINERS (fortran 95 front end): Add myself.
5036 (c++ front end): whitespace fix.
5037
5038 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
5039
5040 * MAINTAINERS (Write After Approval): Add myself.
5041
5042 2007-03-21 Richard Sandiford <richard@codesourcery.com>
5043
5044 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
5045 of glob. Quote arguments with single quotes too.
5046 * configure: Regenerate.
5047
5048 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
5049
5050 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
5051 * Makefile.in: Regenerate
5052
5053 2007-03-07 Andreas Schwab <schwab@suse.de>
5054
5055 * configure: Regenerate.
5056
5057 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
5058
5059 * configure.ac: Add "--with-pdfdir" configure option,
5060 which defines pdfdir variable.
5061 * Makefile.def (target=fixincludes): Add install-pdf to
5062 missing targets.
5063 (recursive_targets): Add install-pdf target.
5064 (flags_to_pass): Add pdfdir.
5065 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
5066 target.
5067 * configure: Regenerate
5068 * Makefile.in: Regenerate
5069
5070 2007-02-28 Eric Christopher <echristo@apple.com>
5071
5072 Revert:
5073 2006-12-07 Mike Stump <mrs@apple.com>
5074
5075 * Makefile.def (dependencies): Add dependency for
5076 install-target-libssp and install-target-libgomp on
5077 install-gcc.
5078 * Makefile.in: Regenerate.
5079
5080 2007-02-27 Matt Kraai <kraai@ftbfs.org>
5081
5082 * configure: Regenerate.
5083 * configure.ac: Move statements after variable declarations.
5084
5085 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
5086
5087 * MAINTAINERS: Add myself as sh maintainer.
5088
5089 2007-02-19 Joseph Myers <joseph@codesourcery.com>
5090
5091 * configure.ac: Adjust for loop syntax.
5092 * configure: Regenerate.
5093
5094 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
5095
5096 * configure: Rebuilt.
5097
5098 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
5099
5100 * configure.ac: Drop multiple occurrences of --enable-languages,
5101 and fix its quoting.
5102 * configure: Rebuilt.
5103
5104 2007-02-17 Mark Mitchell <mark@codesourcery.com>
5105 Nathan Sidwell <nathan@codesourcery.com>
5106 Vladimir Prus <vladimir@codesourcery.com>
5107 Joseph Myers <joseph@codesourcery.com>
5108
5109 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
5110 * configure: Regenerate.
5111
5112 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
5113
5114 * ltconfig (freebsd*): Default to elf.
5115
5116 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
5117
5118 * configure.ac (target_libraries): Move libgcc before libiberty.
5119 * configure: Regenerated.
5120
5121 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
5122 Paolo Bonzini <bonzini@gnu.org>
5123
5124 PR bootstrap/30753
5125 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
5126 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
5127 * configure: Regenerated.
5128
5129 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5130
5131 * MAINTAINERS (Language Front End Maintainers): Update my mail
5132 address.
5133
5134 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
5135
5136 PR bootstrap/30748
5137 * configure.ac: Correct syntax for Solaris ksh.
5138 * configure: Regenerated.
5139
5140 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
5141
5142 * configure.ac: Sync with src.
5143 * configure: Regenerate.
5144
5145 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
5146
5147 * Makefile.in: Regenerate.
5148
5149 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
5150
5151 * config.sub: Sync with src.
5152
5153 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
5154
5155 * Makefile.tpl (build_alias, host_alias, target_alias): Use
5156 noncanonical equivalents.
5157 * configure.in: Rename to...
5158 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
5159 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
5160 target_noncanonical. Use them. Rewrite removal of configure
5161 arguments for autoconf 2.59. Discard variable settings. Force
5162 program_transform_name for native tools.
5163
5164 * Makefile.in: Regenerated.
5165 * configure: Regenerated with autoconf 2.59.
5166
5167 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
5168
5169 * MAINTAINERS (Write After Approval): Add myself.
5170
5171 2007-01-31 Andreas Schwab <schwab@suse.de>
5172
5173 * Makefile.tpl (LDFLAGS): Substitute it.
5174 * Makefile.in: Regenerate.
5175
5176 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
5177
5178 * MAINTAINERS (Write After Approval): Add myself.
5179
5180 2007-01-28 David Edelsohn <edelsohn@gnu.org>
5181
5182 * MAINTAINERS (spu port): Add myself.
5183
5184 2007-01-23 Richard Guenther <rguenther@suse.de>
5185
5186 PR bootstrap/30541
5187 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
5188 * Makefile.tpl (GNATBIND): Substitute it.
5189 (GNATMAKE): Likewise.
5190 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
5191 of STAGE_PREFIX.
5192 * Makefile.in: Regenerate.
5193 * configure: Regenerate.
5194
5195 2007-01-18 Mike Stump <mrs@apple.com>
5196
5197 * configure.in: Re-enable -Werror for gcc builds.
5198
5199 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
5200
5201 * MAINTAINERS (Write After Approval): Add myself.
5202
5203 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
5204
5205 * configure.in: Change == to = in test command.
5206 * configure: Regenerate.
5207
5208 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
5209 Nick Clifton <nickc@redhat.com>
5210 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
5211
5212 * configure.in (build_configargs, host_configargs, target_configargs):
5213 Remove build/host/target parameters.
5214 (host_libs): Add gmp and mpfr.
5215 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
5216 * Makefile.def (gmp, mpfr): New.
5217 (gcc): Remove target.
5218 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
5219 target_os, target_vendor): New.
5220 (configure): Add host_alias/target_alias arguments; adjust invocations.
5221 * configure: Regenerate.
5222 * Makefile.in: Regenerate.
5223
5224 2007-01-11 Matt Fago <fago@earthlink.net>
5225
5226 * configure.in: Try to link to functions only in mpfr 2.2.x
5227 to improve robustness of configure tests.
5228 * configure: Regenerate.
5229
5230 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
5231
5232 * MAINTAINERS: Add myself as i386 maintainer.
5233
5234 2007-01-08 Jan Hubicka <jh@suse.cz>
5235
5236 * MAINTAINERS: Add myself as i386 maintainer.
5237
5238 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
5239
5240 * configure.in: Add support for an x86_64-mingw* target.
5241 * configure: Regenerate.
5242
5243 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
5244
5245 * Makefile.tpl (all-target): Correct @if conditional for target
5246 modules.
5247 * configure.in: Omit libiberty if building only target libgcc.
5248 * configure, Makefile.in: Regenerated.
5249
5250 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
5251
5252 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
5253 * configure: Regenerate.
5254
5255 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
5256
5257 * Makefile.def (target_modules): Add libgcc.
5258 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
5259 * Makefile.tpl (clean-target-libgcc): Delete.
5260 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
5261 on gcc even for bootstrapped modules. Rewrite handling of
5262 lang_env_dependencies to loop over target_modules.
5263 * configure.in (target_libraries): Add target-libgcc.
5264 * Makefile.in, configure: Regenerated.
5265
5266 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
5267
5268 * configure.in: Reorganize recognition of languages. Add
5269 --enable-stage1-languages. Show supported languages for the chosen
5270 target rather than all recognized languages.
5271 * configure: Regenerate.
5272
5273 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
5274
5275 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
5276 * Makefile.in: Regenerate.
5277
5278 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5279
5280 * configure.in: Warn that MPFR 2.2.0 is buggy.
5281 * configure: Regenerate.
5282
5283 2006-12-27 Ian Lance Taylor <iant@google.com>
5284
5285 * configure.in: When removing Makefiles to force a reconfigure, also
5286 remove prev-DIR*/Makefile.
5287 * configure: Regenerate.
5288
5289 2006-12-22 Andreas Schwab <schwab@suse.de>
5290
5291 * configure: Regenerate with correct autoconf version.
5292
5293 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
5294
5295 * configure.in: add AC_SUBST for *_FOR_TARGET.
5296 * configure: Regenerate.
5297
5298 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
5299
5300 * configure.in: Simplify logic for rejecting languages that cannot
5301 be built. Separate the case when a language is unsupported,
5302 from the case when the user chooses not to build a language.
5303
5304 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
5305
5306 * configure.in: Remove "$build" case for powerpc-*-darwin* since
5307 it only affects bootstrap and could be tested on "$host" as well.
5308 * configure: Regenerate.
5309 * config/mh-ppc-darwin: Add to the stage1 cflags here.
5310
5311 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
5312
5313 PR bootstrap/29544
5314 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
5315 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
5316 move here comment from Makefile.tpl.
5317 * Makefile.tpl: Move some definitions higher in the file.
5318 (STAGE1_CHECKING): New.
5319 * configure.in: Add --enable-stage1-checking.
5320 * configure: Regenerate.
5321 * Makefile.in: Regenerate.
5322
5323 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
5324
5325 * MAINTAINERS: Add myself as build system maintainer.
5326
5327 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
5328
5329 * MAINTAINERS (Write After Approval): Add myself.
5330
5331 2006-12-13 Eric Christopher <echristo@apple.com>
5332
5333 * MAINTAINERS: Add myself as darwin maintainer.
5334
5335 2006-12-11 Ian Lance Taylor <ian@airs.com>
5336
5337 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
5338
5339 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
5340
5341 MAINTAINERS: Update my entry.
5342
5343 2006-12-11 Alan Modra <amodra@bigpond.net.au>
5344
5345 * configure.in: Handle spu makefile frag.
5346 * Makefile.tpl (MAINT): Define
5347 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
5348 * configure: Regenerate.
5349 * Makefile.in: Regenerate.
5350
5351 2006-12-11 Ben Elliston <bje@au.ibm.com>
5352
5353 * config.guess: Import latest version.
5354 * config.sub: Likewise.
5355
5356 2006-12-11 Ben Elliston <bje@au.ibm.com>
5357
5358 * configure.in (spu-*-*): Don't skip target-libiberty.
5359 * configure: Regenerate.
5360
5361 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
5362
5363 PR bootstrap/30134
5364 * configure.in: Correct x86 darwin support for libjava to powerpc
5365 and i?86 only.
5366 * configure: Regenerate.
5367
5368 2006-12-08 Sandro Tolaini <tolaini@libero.it>
5369
5370 * configure.in: Add x86 darwin support for libjava.
5371 * configure: Regenerate.
5372
5373 2006-12-07 Mike Stump <mrs@apple.com>
5374
5375 * Makefile.def (dependencies): Add dependency for
5376 install-target-libssp and install-target-libgomp on
5377 install-gcc.
5378 * Makefile.in: Regenerate.
5379
5380 2006-12-04 Richard Guenther <rguenther@suse.de>
5381
5382 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
5383 (Non-Algorithmic Maintainers): Move over non-algorithmic
5384 loop optimizer maintainers, add myself as a non-algorithmic
5385 middle-end maintainer.
5386
5387 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
5388
5389 * MAINTAINERS (Write After Approval): Add myself.
5390
5391 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5392
5393 * configure.in: Update error message for missing GMP/MPFR.
5394
5395 * configure: Regenerate.
5396
5397 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5398
5399 * configure.in: Update MPFR version in error message.
5400
5401 * configure: Regenerate.
5402
5403 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5404
5405 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
5406 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
5407 --with-gmp-lib): New flags.
5408
5409 * configure: Regenerate.
5410
5411 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
5412
5413 * MAINTAINERS (Write After Approval): Change my email address.
5414
5415 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
5416
5417 * MAINTAINERS (Write After Approval): Add myself.
5418
5419 2006-11-22 Philipp Thomas <pth@suse.de>
5420
5421 * MAINTAINERS (i18n): Update e-mail address.
5422
5423 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5424
5425 * MAINTAINERS (spu port): Add myself as maintainer.
5426 (Write After Approval): Remove myself.
5427
5428 2006-11-22 Ben Elliston <bje@au.ibm.com>
5429
5430 * configure.in (skipdirs): Don't build libssp for SPU.
5431 * configure: Regenerate.
5432
5433 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
5434
5435 * MAINTAINERS (spu port): Add myself as maintainer.
5436 (libobjc): Update my email address.
5437
5438 2006-11-21 Andrea Bona <andrea.bona@st.com>
5439
5440 * MAINTAINERS (Write After Approval): Add myself.
5441
5442 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5443
5444 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
5445 * configure : Rebuilt.
5446
5447 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5448
5449 * MAINTAINERS (Write After Approval): Add myself.
5450
5451 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
5452
5453 * MAINTAINERS (Write After Approval): Add myself.
5454
5455 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5456
5457 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
5458 libmpfr.a.
5459 * configure: Regenerate.
5460
5461 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
5462
5463 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
5464 (unstage): Test for stage_last presence.
5465
5466 PR bootstrap/29802
5467 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
5468 STAGE_PREFIX.
5469 * Makefile.in: Regenerate.
5470
5471 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
5472
5473 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
5474 maintainers.
5475
5476 2006-11-14 Erven Rohou <erven.rohou@st.com>
5477
5478 * MAINTAINERS (Write After Approval): Add myself.
5479
5480 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
5481
5482 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
5483 and stageN-package/Makefile.
5484 * Makefile.in: Regenerated.
5485
5486 2006-11-14 Jie Zhang <jie.zhang@analog.com>
5487
5488 * configure.in: Remove target-libgloss from noconfigdirs for
5489 bfin-*-*.
5490 * configure: Regenerated.
5491
5492 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5493
5494 * configure.in (have_gmp): Only error if the gcc directory exists.
5495
5496 * configure: Regenerate.
5497
5498 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5499
5500 * configure.in: Robustify error message for missing GMP/MPFR.
5501
5502 * configure: Regenerate.
5503
5504 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
5505
5506 * MAINTAINERS (Write After Approval): Add myself.
5507
5508 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
5509
5510 * MAINTAINERS: Change email address.
5511
5512 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
5513
5514 * MAINTAINERS (Write After Approval): Add myself.
5515
5516 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
5517
5518 * MAINTAINERS (Write After Approval): Add myself.
5519
5520 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
5521
5522 * MAINTAINERS (Write After Approval): Move myself to
5523 Write After Approval section.
5524
5525 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5526
5527 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
5528 need_gmp anymore.
5529 * configure: Regenerate.
5530
5531 2006-10-16 Tobias Burnus <burnus@net-b.de>
5532
5533 * MAINTAINERS (Write After Approval): Add myself.
5534
5535 2006-10-16 Ben Elliston <bje@au.ibm.com>
5536
5537 * config.guess: Import latest version.
5538 * config.sub: Likewise.
5539
5540 2006-10-10 Brooks Moses <bmoses@stanford.edu>
5541
5542 * Makefile.def: Added pdf target handling.
5543 * Makefile.tpl: Added pdf target handling.
5544 * Makefile.in: Regenerated.
5545
5546 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
5547
5548 * MAINTAINERS: Add self as score port maintainer.
5549
5550 2006-10-04 Brooks Moses <bmoses@stanford.edu>
5551
5552 * MAINTAINERS (Write After Approval): Add myself.
5553
5554 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
5555
5556 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
5557 or newer.
5558 * configure: Regenerated.
5559
5560 2006-09-27 Dave Brolley <brolley@redhat.com>
5561
5562 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
5563 using $s instead of $r.
5564 * configure: Regenerated.
5565
5566 2006-09-26 Thiemo Seufer <ths@mips.com>
5567
5568 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5569 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5570 * configure: Regenerate.
5571
5572 2006-09-24 Graeme Peterson <gridly@gmail.com>
5573
5574 * MAINTAINERS (Write After Approval): Remove myself.
5575
5576 2006-09-22 Chao-ying Fu <fu@mips.com>
5577
5578 * MAINTAINERS (Write After Approval): Add myself.
5579
5580 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
5581
5582 * MAINTAINERS: Add self as soft-fp maintainer.
5583
5584 2006-09-09 Anatoly Sokolov <aesok@post.ru>
5585
5586 * MAINTAINERS: Add myself as avr maintainer.
5587 Remove Marek Michalkiewicz as avr maintainer.
5588
5589 2006-09-07 Roberto Costa <roberto.costa@st.com>
5590
5591 * MAINTAINERS (Write After Approval): Add myself.
5592
5593 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
5594
5595 * configure.in: Never build newlib for a Mingw host.
5596 Never build newlib as Mingw target library.
5597 Test the existence of winsup/cygwin for building a Cygwin newlib,
5598 rather than just winsup.
5599 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5600 building a Mingw target.
5601 * configure: Regenerate.
5602
5603 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
5604
5605 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
5606
5607 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
5608
5609 * config.guess: Import from src (was more updated).
5610 * config.sub: Likewise.
5611
5612 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
5613
5614 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5615 * configure: Regenerated.
5616
5617 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
5618
5619 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5620 for stages after the first.
5621
5622 2006-07-17 Jakub Jelinek <jakub@redhat.com>
5623
5624 * Makefile.def: Add dependencies for configure-opcodes
5625 on configure-intl and all-opcodes on all-intl.
5626 * Makefile.in: Regenerated.
5627
5628 2006-07-13 Ben Elliston <bje@au.ibm.com>
5629
5630 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
5631
5632 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
5633
5634 Port to hosts whose 'sort' and 'tail' implementations
5635 treat operands with leading '+' as file names, as POSIX
5636 has required since 2001. However, make sure the code still
5637 works on pre-POSIX hosts.
5638 * ltmain.sh: Don't assume "sort +2" is equivalent to
5639 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
5640
5641 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
5642
5643 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
5644
5645 2006-07-04 Peter O'Gorman <peter@pogma.com>
5646
5647 * ltconfig: chmod 644 before ranlib during install.
5648
5649 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5650
5651 PR bootstrap/18058
5652 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5653 if the bootstrap compiler is a GCC version that supports it.
5654 * configure: Regenerate.
5655
5656 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5657
5658 * configure.in: Fix thinkos in previous check-in.
5659 * configure: Regenerate.
5660
5661 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5662
5663 PR other/27063
5664 * configure.in: Test subdir_requires and give an appropriate
5665 error message.
5666 * configure: Regenerate.
5667
5668 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
5669
5670 * MAINTAINERS (Write After Approval): Add myself.
5671
5672 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
5673
5674 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5675
5676 2006-06-22 Steve Ellcey <sje@cup.hp.com>
5677
5678 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5679
5680 2006-06-20 David Ayers <d.ayers@inode.at>
5681
5682 PR bootstrap/28072
5683 * configure.in: Add target-boehm-gc to noconfigdirs depending on
5684 whether target-libjava is being configured instead of whether the
5685 java front end is enabled.
5686 * configure: Regenerate.
5687
5688 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5689
5690 PR target/27540
5691 * configure.in: Only enable libgomp on IRIX 6.
5692 * configure: Regenerate.
5693
5694 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
5695
5696 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5697 too.
5698 * Makefile.in: Regenerate.
5699
5700 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
5701
5702 * config-ml.in: Alter CCASFLAGS to include special
5703 multilib options the same as is done for CFLAGS.
5704
5705 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5706
5707 * configure.in: Don't enable libgomp on hpux10.
5708 * configure: Rebuilt.
5709
5710 2006-06-12 David Ayers <d.ayers@inode.at>
5711
5712 PR bootstrap/27963
5713 PR target/19970
5714 * configure.in: Remove target-boehm-gc from noconfigdirs where
5715 ${libgcj} is specified.
5716 * configure: Regenerate.
5717
5718 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
5719
5720 Sync from src:
5721
5722 * configure.in: Sync.
5723 * configure: Regenerated.
5724
5725 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5726
5727 * Makefile.def: Added dependencies from sim and gdb on intl, and
5728 added configure dependencies to everything with an all dependency
5729 on intl.
5730 * Makefile.in: Regenerated.
5731
5732 2006-06-06 David Ayers <d.ayers@inode.at>
5733
5734 PR libobjc/13946
5735 * Makefile.def: Add dependencies for libobjc which boehm-gc.
5736 * Makefile.in: Regenerate.
5737 * configure.in: Add --enable-objc-gc at toplevel and have it
5738 enable boehm-gc for Objective-C.
5739 Remove target-boehm-gc from libgcj.
5740 Add target-boehm-gc to target_libraries.
5741 Add target-boehm-gc to noconfigdirs where ${libgcj}
5742 is specified.
5743 Assert that boehm-gc is supported when requested for Objective-C.
5744 Only build boehm-gc if needed either for Java or Objective-C.
5745 * configure: Regenerate.
5746
5747 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
5748
5749 PR 27674
5750 * Makefile.tpl (configure-[+prefix+][+module+],
5751 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5752 Remove rule to unstage bootstrapped modules.
5753 (stage_current): New.
5754 * Makefile.in: Regenerate.
5755
5756 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
5757
5758 * MAINTAINERS (Write After Approval): Update my e-mail address.
5759
5760 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
5761
5762 * include/libiberty.h: Declare pex_run_in_environment.
5763
5764 2006-05-31 Asher Langton <langton2@llnl.gov>
5765
5766 * MAINTAINERS (Write After Approval): Add myself.
5767
5768 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
5769
5770 * Makefile.def (bfd, opcodes): Fix lib_path.
5771 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5772 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5773 * Makefile.in: Regenerate.
5774
5775 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
5776
5777 * Makefile.in: Regenerate.
5778
5779 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
5780
5781 * Makefile.def: Add install-html target. Add datarootdir
5782 docdir and htmldir to flags_to_pass.
5783 * Makefile.tpl: Add install-html target.
5784 * Makefile.in: Regenerate.
5785 * configure.in: Add --with-datarootdir, --with-docdir, and
5786 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
5787 * configure: Regenerate.
5788
5789 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5790
5791 * configure.in: Enable gprof for cross builds.
5792 * configure: Regenerate.
5793
5794 2006-05-22 Richard Guenther <rguenther@suse.de>
5795
5796 Revert
5797 2006-01-31 Richard Guenther <rguenther@suse.de>
5798 Paolo Bonzini <bonzini@gnu.org>
5799
5800 * Makefile.def (target_modules): Add libgcc-math target module.
5801 * configure.in (target_libraries): Add libgcc-math target library.
5802 (--enable-libgcc-math): New configure switch.
5803 * Makefile.in: Re-generate.
5804 * configure: Re-generate.
5805 * libgcc-math: New toplevel directory.
5806
5807 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5808 Andreas Tobler <a.tobler@schweiz.ch>
5809
5810 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5811 * configure: Rebuilt.
5812
5813 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
5814
5815 * MAINTAINERS (Write After Approval): Add myself.
5816
5817 2006-05-01 DJ Delorie <dj@redhat.com>
5818
5819 * configure.in: Restore CFLAGS if GMP isn't present.
5820 * configure: Regenerate.
5821
5822 2006-05-01 Richard Guenther <rguenther@suse.de>
5823
5824 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
5825 maintainer.
5826
5827 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
5828
5829 * MAINTAINERS (Write After Approval): Add myself.
5830
5831 2006-04-28 Jan Beulich <jbeulich@novell.com>
5832
5833 * MAINTAINERS (Write After Approval): Add myself.
5834
5835 2006-04-18 DJ Delorie <dj@redhat.com>
5836
5837 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5838 reference libgloss so that libssp can be built in a combined
5839 tree.
5840 * configure: Regenerate.
5841
5842 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
5843
5844 * MAINTAINERS (Write After Approval): Add myself.
5845
5846 2006-04-05 Ben Elliston <bje@au.ibm.com>
5847
5848 * configure.in: Require makeinfo 4.4 or higher.
5849 * configure: Regenerate.
5850
5851 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
5852
5853 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
5854 Rearrange the entries of other libraries to have them in one place.
5855
5856 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
5857
5858 * MAINTAINERS (Write After Approval): Remove myself.
5859 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5860
5861 2006-03-14 Richard Guenther <rguenther@suse.de>
5862
5863 * configure: Regenerate with autoconf 2.13.
5864
5865 2006-03-13 Jim Blandy <jimb@codesourcery.com>
5866
5867 * MAINTAINERS: Use my work address.
5868
5869 * MAINTAINERS: Update my E-mail address.
5870
5871 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5872
5873 * configure.in: Handle --disable-<component> generically.
5874 * configure: Regenerate.
5875
5876 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5877
5878 PR libgcj/17311
5879 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5880
5881 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
5882
5883 * MAINTAINERS (Write After Approval): Remove myself.
5884 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5885
5886 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
5887
5888 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5889 (TARGET_CONFIGDIRS): Remove.
5890 * configure.in: Remove AC_SUBST(target_configdirs).
5891 * Makefile.in, configure: Regenerated.
5892
5893 2006-02-20 Steven G. Kargl <kargls@comcast.net>
5894
5895 * MAINTAINERS (Write After Approval): Remove myself.
5896 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5897
5898 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
5899
5900 PR bootstrap/25670
5901
5902 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5903
5904 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5905 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5906 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5907 BUILD_PREFIX, BUILD_PREFIX_1.
5908 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5909
5910 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5911 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5912
5913 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5914 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5915 of `cat stage_current`. Always provide the `r' and `s' variables.
5916 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5917 a single shell execution.
5918 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5919 bootstrapped modules, make the stage1 module if the build was not
5920 started yet, else build the current stage.
5921 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5922 (all-build, all-host, all-target, [+make_target+]-host,
5923 [+make_target+]-target): Do not use \-continued lines.
5924 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5925 (current_stage, restrap, stage_last): New.
5926
5927 * Makefile.in: Regenerate.
5928 * configure: Regenerate.
5929
5930 2006-02-19 Bud Davis <jmdavis@link.com>
5931
5932 * MAINTAINERS (Write After Approval): Remove myself.
5933 (Language Front End Maintainers): Add myself as fortran 95
5934 maintainer and update e-mail address.
5935
5936 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5937
5938 * MAINTAINERS (Write After Approval): Remove myself.
5939 (Language Front End Maintainers): Add myself as fortran 95
5940 maintainer.
5941
5942 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
5943
5944 * MAINTAINERS (Write After Approval): Add myself.
5945
5946 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
5947
5948 * MAINTAINERS (Write After Approval): Remove myself.
5949 (Language Front End Maintainers): Add myself as
5950 fortran 95 maintainer.
5951
5952 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5953
5954 Sync from src:
5955
5956 2005-12-27 Leif Ekblad <leif@rdos.net>
5957
5958 * configure.in: Add support for RDOS target.
5959 * configure: Regenerate.
5960
5961 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5962 Andreas Schwab <schwab@suse.de>
5963
5964 * configure: Regenerate.
5965
5966 2006-02-12 David Edelsohn <edelsohn@gnu.org>
5967
5968 * configure.in (enable_libgomp): Add AIX.
5969 * configure: Regenerate.
5970
5971 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
5972
5973 * MAINTAINERS (Write After Approval): Add myself.
5974
5975 2006-02-03 Lee Millward <lee.millward@gmail.com>
5976
5977 * MAINTAINERS (Write After Approval): Add myself.
5978
5979 2006-01-31 Richard Guenther <rguenther@suse.de>
5980 Paolo Bonzini <bonzini@gnu.org>
5981
5982 * Makefile.def (target_modules): Add libgcc-math target module.
5983 * configure.in (target_libraries): Add libgcc-math target library.
5984 (--enable-libgcc-math): New configure switch.
5985 * Makefile.in: Re-generate.
5986 * configure: Re-generate.
5987 * libgcc-math: New toplevel directory.
5988
5989 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
5990
5991 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5992 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5993 the assembler, linker and binutils.
5994 * configure: Regenerate.
5995
5996 2006-01-22 Dirk Mueller <dmueller@suse.de>
5997
5998 * MAINTAINERS (Write After Approval): Add myself.
5999
6000 2006-01-20 Diego Novillo <dnovillo@redhat.com>
6001
6002 * configure: Regenerate.
6003
6004 2006-01-18 Richard Henderson <rth@redhat.com>
6005 Jakub Jelinek <jakub@redhat.com>
6006 Diego Novillo <dnovillo@redhat.com>
6007
6008 * libgomp: New directory.
6009 * Makefile.def: Add target_module libgomp.
6010 * Makefile.in: Regenerate.
6011 * configure.in (target_libraries): Add target-libgomp.
6012 * configure: Regenerate.
6013
6014 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
6015
6016 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
6017 @ from continuation.
6018 * Makefile.in: Rebuilt.
6019
6020 2006-01-04 Chris Lattner <sabre@gnu.org>
6021
6022 * MAINTAINERS (Write After Approval): Add myself.
6023
6024 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
6025
6026 PR bootstrap/24252
6027
6028 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
6029 * Makefile.tpl (OBJDUMP): New.
6030 (EXTRA_HOST_FLAGS): Add it.
6031 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
6032
6033 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
6034 to use symbolic links between directories. Avoid race conditions
6035 or make them harmless.
6036 * configure.in: Do not try to use symbolic links between directories.
6037
6038 * Makefile.def (LEAN): Pass.
6039 * Makefile.tpl (LEAN): Define.
6040 (stage[+id+]-start): Accept that the previous directory does not
6041 exist, if the bootstrap is lean.
6042 (stage[+id+]-bubble): Invoke lean bootstrap commands after
6043 stage[+id+]-start. Use a makefile variable and an `if' instead of a
6044 configure substitution.
6045 ([+compare-target+]): Likewise.
6046 ([+bootstrap-target+]-lean): New.
6047 * configure.in: Remove lean bootstrap support from here.
6048
6049 * Makefile.in: Regenerate.
6050 * configure: Regenerate.
6051
6052 2006-01-04 Ben Elliston <bje@au.ibm.com>
6053
6054 * MAINTAINERS (libdecnumber): Add myself.
6055
6056 2006-01-02 Mark Mitchell <mark@codesourcery.com>
6057
6058 * libtool-ldflags: New script.
6059
6060 2006-01-02 Andreas Schwab <schwab@suse.de>
6061
6062 * configure.in: When reconfiguring remove Makefile in
6063 all stage directories.
6064 * configure: Regenerate.
6065
6066 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
6067
6068 * MAINTAINERS: Update my email address.
6069
6070 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
6071
6072 Revert Ada-related part of the previous change.
6073
6074 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
6075 Do not pass.
6076 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
6077 * Makefile.in: Regenerate.
6078 * configure.in: Do not include mt-ppc-aix target fragment.
6079 * configure: Regenerate.
6080
6081 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
6082
6083 * configure.in: Select appropriate fragments for PowerPC/AIX.
6084 * configure: Regenerate.
6085
6086 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
6087 BOOT_CFLAGS, BOOT_LDFLAGS.
6088 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
6089 BOOT_CFLAGS, BOOT_LDFLAGS.
6090 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
6091 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
6092 (stage): Fail if we cannot complete the work.
6093 * Makefile.in: Regenerate.
6094
6095 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
6096
6097 * configure.in: Replace ms1 with mt.
6098 * configure: Rebuilt.
6099
6100 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
6101
6102 * MAINTAINERS: Update my email address.
6103
6104 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
6105
6106 * Makefile.tpl (all, do-[+make_target+], do-check, install,
6107 install-host-nogcc): Don't invoke $(stage) at the end.
6108 * Makefile.in: Regenerate.
6109
6110 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
6111
6112 * configure.in: Flip the top-level bootstrap switch.
6113 * configure: Regenerate.
6114
6115 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
6116
6117 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
6118 $(stage) and $(unstage).
6119 (EXTRA_TARGET_FLAGS): Correct double-quoting.
6120 (all): Remove stray semicolon.
6121 (local-distclean): Don't handle multilib.tmp and multilib.out.
6122 (install.all): Set $s for consistency.
6123 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
6124 check_multilibs setting. Always make the install directory.
6125 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
6126 Correct @if/@endif.
6127 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
6128 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
6129 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
6130 (multilib.out): Remove.
6131 * Makefile.in: Regenerated.
6132
6133 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
6134
6135 * MAINTAINERS (Write After Approval): Add myself.
6136
6137 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
6138
6139 * MAINTAINERS: Add myself as mt maintainer.
6140
6141 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
6142
6143 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
6144
6145 * MAINTAINERS: Change email address.
6146
6147 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
6148
6149 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
6150 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
6151 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
6152 Find in-tree tools if available.
6153 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
6154 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
6155 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
6156 (COMPILER_*_FOR_TARGET): New.
6157 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
6158 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
6159 (CONFIGURED_*, USUAL_*): Remove.
6160 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
6161 STRIP): Use autoconf substitutions.
6162 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
6163 COMPILER_NM_FOR_TARGET): New.
6164 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
6165
6166 (all): Make all-host and all-target in parallel.
6167 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
6168 that $$r and $$s are set before invoking a recursive make.
6169 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
6170 ([+bootstrap-target+]): Inline most of the `all' target.
6171
6172 2005-11-29 Ben Elliston <bje@au.ibm.com>
6173
6174 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
6175 from the gcc build directory.
6176 * Makefile.in: Regenerate.
6177
6178 2005-11-29 Ben Elliston <bje@au.ibm.com>
6179
6180 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
6181 depend on all-libdecnumber.
6182 * configure.in (host_libs): Include libdecnumber.
6183 * Makefile.in: Regenerate.
6184 * configure: Likewise.
6185
6186 2005-11-29 Ben Elliston <bje@au.ibm.com>
6187
6188 * libdecnumber: Import decNumber sources from the dfp-branch.
6189
6190 2005-11-21 Kean Johnston <jkj@sco.com>
6191
6192 * config.sub, config.guess: Sync from upstream sources.
6193
6194 2005-11-21 Ben Elliston <bje@au.ibm.com>
6195
6196 Import from Autoconf sources:
6197
6198 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
6199 * config/move-if-change: Don't output "$2 is unchanged";
6200 suggested by Ben Elliston. Handle weird characters correctly.
6201
6202 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
6203
6204 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
6205 to match upstream libtool for darwin.
6206
6207 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
6208
6209 * Makefile.def: Remove gdb dependencies for gdbtk.
6210 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
6211 (configure-gdb, install-gdb): New rules.
6212 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
6213 * Makefile.in, configure: Regenerated.
6214
6215 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
6216
6217 * MAINTAINERS (Write After Approval): Add myself.
6218
6219 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
6220
6221 * MAINTAINERS (Write After Approval): Add myself.
6222
6223 2005-10-24 Diego Novillo <dnovillo@redhat.com>
6224
6225 * MAINTAINERS (alias analysis): Add Daniel Berlin and
6226 Diego Novillo.
6227
6228 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
6229
6230 PR bootstrap/24297
6231 * Makefile.tpl (do-[+make-target+], do-check, install,
6232 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
6233 are set before recursing.
6234 * Makefile.in: Regenerate.
6235
6236 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
6237
6238 PR bootstrap/18939
6239 * Makefile.def (gcc) <target>: Fix thinko.
6240 * Makefile.in: Regenerate.
6241
6242 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
6243
6244 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
6245 * configure: Regenerate.
6246
6247 2005-10-15 Jie Zhang <jie.zhang@analog.com>
6248
6249 * MAINTAINERS (Write After Approval): Add self.
6250
6251 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
6252
6253 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
6254 target-libffi, target-qthreads, target-libjava, and
6255 targetlibobjc.
6256 * configure: Regenerate.
6257
6258 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
6259
6260 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
6261 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
6262 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
6263 (USUAL_OBJDUMP_FOR_TARGET): New.
6264 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
6265 * configure.in: Check for $OBJDUMP_FOR_TARGET.
6266 * configure, Makefile.in: Regenerated.
6267
6268 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
6269
6270 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
6271 before other host packages.
6272
6273 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
6274
6275 * MAINTAINERS: Add self as sh libraries/configury maintainer.
6276
6277 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
6278
6279 PR bootstrap/22340
6280
6281 * configure.in (default_target): Remove.
6282 * Makefile.tpl (all): Do not use prerequisites as subroutines
6283 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
6284 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
6285 use prerequisites as subroutines.
6286 (check-host, check-target): New.
6287 (bootstrap configure & all targets): Do not use stage*-start
6288 if the directory layout is already ok.
6289 (non-bootstrap configure & all targets): Prepend a $(unstage).
6290 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
6291 (NOTPARALLEL): Remove.
6292 (unstage, stage variables): New variables.
6293 (unstage, stage targets): Simply expand to those variables.
6294
6295 * configure: Regenerate.
6296 * Makefile.in: Regenerate.
6297
6298 2005-10-04 James E Wilson <wilson@specifix.com>
6299
6300 * Makefile.def (lang_env_dependencies): Add libmudflap.
6301 * Makefile.in: Regenerate.
6302
6303 2005-10-03 Andreas Schwab <schwab@suse.de>
6304
6305 Backport from libtool CVS:
6306 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
6307
6308 * ltmain.sh: add support for installing into temporary
6309 staging area (e.g. 'make install DESTDIR=...')
6310
6311 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
6312
6313 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
6314 * configure: Regenerated.
6315
6316 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
6317
6318 * configure: Regenerate with the correct
6319 autoconf version.
6320
6321 2005-09-30 Catherine Moore <clm@cm00re.com>
6322
6323 * configure.in (bfin-*-*): New.
6324 * configure: Regenerated.
6325
6326 2005-09-28 Geoffrey Keating <geoffk@apple.com>
6327
6328 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
6329 (LIPO_FOR_TARGET): New.
6330 (CONFIGURED_LIPO_FOR_TARGET): New.
6331 (USUAL_LIPO_FOR_TARGET): New.
6332 (STRIP_FOR_TARGET): New.
6333 (CONFIGURED_STRIP_FOR_TARGET): New.
6334 (USUAL_STRIP_FOR_TARGET): New.
6335 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
6336 STRIP_FOR_TARGET.
6337 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
6338 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
6339 * Makefile.in: Regenerate.
6340 * configure: Regenerate.
6341
6342 2005-09-19 David Edelsohn <edelsohn@gnu.org>
6343
6344 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
6345 (rs6000-*-aix*): Same.
6346 * configure: Regenerate.
6347
6348 2005-09-16 Tom Tromey <tromey@redhat.com>
6349
6350 * MAINTAINERS: Add self as java maintainer.
6351
6352 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
6353
6354 * configure.in: Recognize f95 in the --enable-languages option,
6355 and substitute it for fortran, issuing a warning.
6356 * configure: Regenerate.
6357
6358 2005-08-30 Phil Edwards <phil@codesourcery.com>
6359
6360 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
6361 * configure: Regenerated.
6362
6363 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
6364
6365 * MAINTAINERS: Add self as ms1 maintainer.
6366
6367 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
6368
6369 * Makefile.def (libssp): Add to lang_env_dependencies.
6370 * Makefile.in: Regenerate.
6371
6372 2005-08-18 Ian Lance Taylor <ian@airs.com>
6373
6374 * MAINTAINERS: Add myself as middle-end maintainer.
6375
6376 2005-08-17 Christian Groessler <chris@groessler.org>
6377
6378 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
6379 * Makefile.in: Regenerate.
6380
6381 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
6382
6383 * MAINTAINERS (write after approval): Added myself.
6384
6385 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
6386
6387 * MAINTAINERS (Write After Approval): Add myself.
6388
6389 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
6390
6391 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
6392 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
6393 Look for alternate names of the target cc and c++
6394 * configure: Regenerate.
6395
6396 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
6397
6398 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6399 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
6400 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
6401 tools; remove code to manually set them.
6402 (Target tools): Look in the environment for them.
6403 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6404 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
6405 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
6406 build directory.
6407 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
6408 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
6409 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
6410 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6411 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
6412 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
6413 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
6414 * configure: Regenerate.
6415 * Makefile.in: Regenerate.
6416
6417 2005-07-28 Ben Elliston <bje@au.ibm.com>
6418
6419 * MAINTAINERS: Update for removed CPU targets.
6420
6421 2005-07-27 Mark Mitchell <mark@codesourcery.com>
6422
6423 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
6424 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
6425 * Makefile.in: Regenerated.
6426
6427 2005-07-26 Mark Mitchell <mark@codesourcery.com>
6428
6429 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
6430 (CFLAGS_FOR_TARGET): Use it.
6431 (CXXFLAGS_FOR_TARGET): Likewise.
6432 * Makefile.in: Regenerated.
6433 * configure.in (--with-build-sysroot): New option.
6434 * configure: Regenerated.
6435
6436 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
6437
6438 * Makefile.tpl: Wrap install between unstage and stage
6439 * Makefile.in: Regenerate.
6440
6441 2005-07-21 Eric Christopher <echristo@apple.com>
6442
6443 * MAINTAINERS: Update affiliation.
6444
6445 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
6446
6447 * MAINTAINERS: Add self as crx port maintainer.
6448
6449 2005-07-20 DJ Delorie <dj@redhat.com>
6450
6451 * MAINTAINERS: Add self as m32c maintainer.
6452
6453 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
6454
6455 * all files: Update FSF address.
6456
6457 2005-07-15 Eric Christopher <echristo@redhat.com>
6458
6459 * MAINTAINERS: Change affiliation.
6460
6461 2005-07-14 Jim Blandy <jimb@redhat.com>
6462
6463 * configure.in: Add cases for Renesas m32c.
6464 * configure: Regenerated.
6465
6466 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
6467
6468 * COPYING.LIB: Update from fsf.org.
6469
6470 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
6471
6472 * COPYING, compile, config.guess,
6473 config.sub, install-sh, missing, mkinstalldirs,
6474 symlink-tree, ylwrap: Sync from upstream sources.
6475 * config-ml.in: Update FSF address.
6476
6477 2005-07-13 Eric Christopher <echristo@redhat.com>
6478
6479 * configure.in: Add toplevel noconfigdir support for tpf.
6480 * configure: Regenerate.
6481
6482 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
6483
6484 PR ada/22340
6485
6486 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
6487 * Makefile.in: Regenerate.
6488
6489 2005-07-07 Mark Mitchell <mark@codesourcery.com>
6490
6491 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
6492 Brolley to write-after-approval.
6493
6494 2005-07-07 Andreas Schwab <schwab@suse.de>
6495
6496 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
6497 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
6498 * Makefile.in: Regenerated.
6499
6500 2005-07-06 Geoffrey Keating <geoffk@apple.com>
6501
6502 * configure.in: Don't build sim or rda when targetting darwin.
6503 * configure: Regenerate.
6504
6505 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
6506
6507 * configure.in: Add --enable-libssp and --disable-libssp.
6508 * configure: Regenerate with autoconf-2.13.
6509
6510 2005-07-02 Jakub Jelinek <jakub@redhat.com>
6511
6512 * Makefile.def (target_modules): Add libssp.
6513 * configure.in (target_libraries): Add target-libssp.
6514 * configure: Rebuilt.
6515 * Makefile.in: Rebuilt.
6516
6517 2005-07-01 Zack Weinberg <zackw@panix.com>
6518
6519 * MAINTAINERS: Change email address. Resign from maintainership.
6520
6521 2005-07-01 Richard Guenther <rguenther@suse.de>
6522
6523 * MAINTAINERS: Change my e-mail address and affiliation.
6524
6525 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
6526
6527 * Makefile.def (stagefeedback): Come after profile.
6528 Define profiledbootstrap target.
6529 * Makefile.tpl (profiledbootstrap): Remove.
6530 (stageprofile-end): Zap stagefeedback.
6531 (stagefeedback-start): Copy all .gcda files, not only GCC's.
6532 * Makefile.in: Regenerate.
6533
6534 2005-06-13 Richard Sandiford <richard@codesourcery.com>
6535
6536 * MAINTAINERS: Update my email address.
6537
6538 2005-06-13 Zack Weinberg <zack@codesourcery.com>
6539
6540 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
6541 In 'cpp' stanza, support '#line' as well as '# '.
6542
6543 2005-06-08 Andreas Schwab <schwab@suse.de>
6544
6545 * MAINTAINERS: Move myself from 'Write After Approval' to
6546 'CPU Port Maintainers' section as m68k maintainer.
6547
6548 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
6549
6550 * configure.in (unsupported_languages): New macro.
6551 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
6552 non-ported target libraries in noconfigdirs.
6553 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
6554 non-linux-gnu. Remove libgcj_ex_libffi.
6555 <lang_frag loop>: Set add_this_lang=no if the language is in
6556 unsupported_languages.
6557 * configure: Regenerate.
6558
6559 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
6560
6561 * configure.in: Fix typo in handling of --with-mpfr-dir.
6562 * configure: Regenerate.
6563
6564 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
6565
6566 * MAINTAINERS: Update my email address.
6567
6568 2005-06-02 Jim Blandy <jimb@redhat.com>
6569
6570 * config.sub: Add cases for the Renesas m32c. (This patch has been
6571 accepted into the master sources.)
6572
6573 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
6574 Michael Snyder <msnyder@redhat.com>
6575 Stan Cox <scox@redhat.com>
6576
6577 * configure.in: Set noconfigdirs for ms1.
6578
6579 * configure: Regenerate.
6580
6581 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
6582
6583 * MAINTAINERS (Write After Approval): Add self.
6584
6585 2005-06-01 Josh Conner <jconner@apple.com>
6586
6587 * MAINTAINERS (Write After Approval): Add self.
6588
6589 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
6590
6591 * MAINTAINERS: Update my email address.
6592
6593 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
6594
6595 * MAINTAINERS (Write After Approval): Add self.
6596
6597 2005-05-26 Chris Demetriou <cgd@broadcom.com>
6598
6599 * MAINTAINERS (Write After Approval): Remove self.
6600
6601 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
6602
6603 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
6604 (Dependencies): Consider target modules for bootstrap dependencies.
6605 Make target bootstrap modules depend on each stage's gcc.
6606 * Makefile.in: Regenerate.
6607
6608 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
6609
6610 * Makefile.def (configure-gcc): Depend on binutils having been built.
6611 (all-gcc): No need to do it here.
6612 * Makefile.in: Regenerate.
6613
6614 2005-05-19 Paul Brook <paul@codesourcery.com>
6615
6616 * configure.in: Rewrite misleading error message when requested
6617 language cannot be built.
6618 * configure: Regenerate.
6619
6620 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6621
6622 * ylwrap: Import from Automake 1.9.5.
6623
6624 2005-05-13 David Ung <davidu@mips.com>
6625
6626 * MAINTAINERS (Write After Approval): Add self.
6627
6628 2005-05-09 Mike Stump <mrs@apple.com>
6629
6630 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
6631 lt_cv_sys_max_cmd_len for now.
6632
6633 2005-05-09 Stan Cox <scox@redhat.com>
6634
6635 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
6636
6637 2005-05-08 Matt Kraai <kraai@ftbfs.org>
6638
6639 * README.SCO: Update the URL.
6640
6641 2005-05-05 David Edelsohn <edelsohn@gnu.org>
6642
6643 * ltconfig: Define file_list_spec. Pass file_list_spec and
6644 with_gnu_ld to libtool.
6645 * ltcf-c.sh (aix[45]): Define file_list_spec.
6646 * ltcf-cxx.sh (aix[45]): Same.
6647 * ltcf-gcj.sh (aix[45]): Same.
6648 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
6649 exists, write list of input files to temporary file.
6650
6651 2005-05-04 Mike Stump <mrs@apple.com>
6652
6653 * configure.in: Always pass --target to target configures as
6654 otherwise rebuilds that do --recheck will fail.
6655 * confiugure: Rebuilt.
6656
6657 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
6658
6659 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
6660 STAGE_HOST_EXPORTS.
6661 (configure, all): Add bootstrap support.
6662 (Host modules, target modules): Pass post-stage1 flags and exports.
6663 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
6664 * Makefile.in: Regenerate.
6665
6666 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
6667
6668 * configure: Regenerate.
6669
6670 2005-04-27 Mike Stump <mrs@apple.com>
6671
6672 * MAINTAINERS: Add self as darwin maintainer.
6673
6674 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
6675
6676 * config.sub: Update from master copy.
6677
6678 2005-04-21 Mike Stump <mrs@apple.com>
6679
6680 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
6681 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
6682
6683 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
6684
6685 * configure.in <crisv32-*-*, cris-*-*>: New local variable
6686 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
6687 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
6688 "*-*-elf" and "*-*-linux*".
6689 * configure: Regenerate.
6690
6691 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
6692
6693 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
6694
6695 2005-04-12 Mike Stump <mrs@apple.com>
6696
6697 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
6698
6699 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
6700
6701 * MAINTAINERS (Write After Approval): Add myself.
6702
6703 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
6704
6705 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
6706
6707 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
6708
6709 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
6710 (TARGET_CONFIGARGS): Include --with-target-subdir.
6711 (configure, all): New macros. Use them throughout.
6712 * Makefile.in: Regenerate.
6713
6714 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
6715
6716 * MAINTAINERS (Write After Approval): Add myself.
6717
6718 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6719
6720 * MAINTAINERS: Remove 'loop unrolling' maintainer.
6721
6722 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
6723
6724 * MAINTAINERS: Move John Carr to Write After Approval.
6725
6726 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
6727
6728 * config/mh-mingw32: Delete.
6729 * configure.in: Don't use it.
6730 * configure: Regenerate.
6731
6732 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
6733
6734 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
6735 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
6736 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
6737 (HOST_LIB_PATH): Generate from Makefile.def.
6738 (TARGET_LIB_PATH): Likewise.
6739 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
6740 * Makefile.in: Regenerate.
6741 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
6742 (RPATH_ENVVAR): Include Darwin case.
6743 * configure: Regenerate.
6744
6745 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
6746
6747 * MAINTAINERS (Various Maintainers): Remove self.
6748 (Write After Approval): Add self.
6749
6750 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
6751
6752 * MAINTAINERS (Various Maintainers): Add self.
6753
6754 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
6755
6756 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
6757 * configure: Regenerate.
6758
6759 2005-03-21 Zack Weinberg <zack@codesourcery.com>
6760
6761 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
6762 gcc_version, and gcc_version_trigger from set of flags to pass.
6763 * Makefile.tpl: Remove definitions of above variables.
6764 (config.status): Remove dependency on $(gcc_version_trigger).
6765 * Makefile.in: Regenerate.
6766 * configure.in: Do not reference config/gcc-version.m4 nor
6767 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
6768 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
6769 * configure: Regenerate.
6770
6771 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
6772 Andrew Pinski <pinskia@physics.uc.edu>
6773
6774 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
6775 * Makefile.in: Regenerate.
6776
6777 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
6778
6779 * MAINTAINERS (Write After Approval): Add myself.
6780
6781 2005-03-03 David Ayers <d.ayers@inode.at>
6782
6783 * MAINTAINERS (Write After Approval): Add myself.
6784
6785 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
6786
6787 PR libgcj/20160
6788 * ltmain.sh: Avoid creating archives with components that have
6789 duplicate basenames.
6790
6791 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
6792
6793 PR bootstrap/20250
6794 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
6795 instead of check.
6796 * Makefile.in: Regenerate.
6797
6798 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
6799
6800 * Makefile.in: Regenerate to fix conflict between the previous two
6801 patches.
6802
6803 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
6804
6805 PR bootstrap/17383
6806 * Makefile.def (target_modules): Remove "stage", now unnecessary.
6807 * Makefile.tpl (HOST_SUBDIR): New substitution.
6808 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
6809 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6810 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
6811 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
6812 (Host modules, Bootstrapped modules): Use it.
6813 (Build modules, Target modules): Do not create symlink trees,
6814 always configure out-of-srcdir.
6815 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
6816 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
6817 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
6818 $(HOST_SUBDIR). Create a symlink for host_subdir.
6819
6820 * Makefile.in: Regenerate.
6821 * configure: Regenerate.
6822
6823 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6824
6825 Merged from libada-gnattools-branch:
6826 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
6827
6828 * gnattools: New directory.
6829 * Makefile.def: Add gnattools as a module, depending on target-libada.
6830 * Makefile.in: Regenerate.
6831 * configure.in: Include gnattools in host_tools; disable it if ada
6832 is disabled.
6833 * configure: Regenerate.
6834
6835 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
6836
6837 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
6838 treelang maintainer.
6839 (Write After Approval): Remove myself.
6840
6841 2005-02-23 Paul Schlie <schlie@comcast.net>
6842
6843 * configure.in: Allow darwin targeted ports to build tk, itcl and
6844 libgui.
6845 * configure: Regenerate.
6846
6847 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
6848
6849 PR libgcj/10353
6850 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
6851 * configure: Regenerate.
6852
6853 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
6854
6855 * MAINTAINERS (Write After Approval): Add myself.
6856
6857 2005-02-10 Ian Lance Taylor <ian@airs.com>
6858
6859 * MAINTAINERS: Update my e-mail address.
6860
6861 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
6862
6863 * MAINTAINERS (Write After Approval): Add myself.
6864
6865 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
6866
6867 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
6868 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
6869 target-libgloss when not *-*-elf and *-*-aout.
6870 * configure: Regenerate.
6871
6872 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
6873
6874 * MAINTAINERS: Remove obsolete entries.
6875
6876 * MAINTAINERS (Write After Approval): Add Michael Matz.
6877
6878 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
6879
6880 * MAINTAINERS: Remove self as cpplib maintainer.
6881
6882 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6883
6884 * install-sh, config.sub: Import from upstream.
6885
6886 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6887
6888 PR bootstrap/18222
6889 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
6890 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
6891 * Makefile.in: Regenerate.
6892
6893 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
6894
6895 * MAINTAINERS: Update my email address.
6896
6897 2005-01-12 David Edelsohn <edelsohn@gnu.org>
6898 Andreas Schwab <schwab@suse.de>
6899
6900 PR bootstrap/18033
6901 * config-ml.in: Eval option if surrounded by single quotes.
6902
6903 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
6904
6905 Revert 2004-12-28 Makefile changes, a better fix will be
6906 applied to mainline and src after GCC 4.0 branches.
6907
6908 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
6909
6910 PR bootstrap/17383
6911
6912 * Makefile.def (target_modules): Remove stage parameter,
6913 it is always true now.
6914 * Makefile.tpl (configure-build-[+module+],
6915 configure-target-[+module+]): Always build symlink tree
6916 for the directory and for include. BUILD_SUBDIR and
6917 TARGET_SUBDIR cannot be . anymore.
6918 * Makefile.in: Regenerate.
6919
6920 2004-12-25 David Edelsohn <edelsohn@gnu.org>
6921
6922 Revert 2004-12-08 Makefile changes.
6923
6924 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
6925
6926 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
6927 cygwin, mingw.
6928
6929 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
6930
6931 * configure.in (sh64-*-*): Reenable gprof.
6932 * configure: Regenerate.
6933
6934 2004-12-08 David Edelsohn <edelsohn@gnu.org>
6935
6936 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6937 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6938 (EXTRA_TARGET_FLAGS): Add PICFLAG.
6939 * Makefile.in: Regenerate.
6940
6941 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
6942
6943 * MAINTAINERS: Update my email address.
6944
6945 2004-12-07 Matt Kraai <kraai@ftbfs.org>
6946
6947 * Makefile.tpl: Generate normal dependencies if the LHS module is
6948 not bootstrapped.
6949 * Makefile.in: Regenerate.
6950
6951 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6952
6953 * configure.in: Include config/gxx-include-dir.m4. Use
6954 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
6955 * configure: Regenerate.
6956
6957 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6958
6959 * config.if: Delete.
6960 * configure.in: Set libstdcxx_incdir directly.
6961 * configure: Regenerate.
6962
6963 2004-12-02 Eric Christopher <echristo@redhat.com>
6964
6965 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
6966 * Makefile.in: Regenerate.
6967
6968 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6969
6970 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6971 * configure: Regenerate.
6972
6973 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6974
6975 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
6976 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
6977 * configure: Regenerate.
6978
6979 2004-12-01 Eric Christopher <echristo@redhat.com>
6980
6981 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
6982 of things to remove.
6983
6984 2004-11-29 Matt Kraai <kraai@ftbfs.org>
6985
6986 * MAINTAINERS (Write After Approval): Update my e-mail address.
6987
6988 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
6989
6990 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
6991 from CVS libtool to always pass_all.
6992
6993 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6994
6995 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6996 (hppa*64*-*-*): Delete incorrect comment.
6997 * configure: Rebuilt.
6998
6999 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
7000
7001 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
7002
7003 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
7004
7005 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
7006 from CVS libtool to always pass_all.
7007
7008 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
7009
7010 * install-sh, compile: Import from automake.
7011
7012 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
7013
7014 * config.guess, config.sub: Import from savannnah.
7015
7016 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
7017
7018 * MAINTAINERS (Write After Approval): Add myself
7019
7020 2004-11-12 Mike Stump <mrs@apple.com>
7021
7022 * Makefile.def: Add html support.
7023 * Makefile.tpl: Likewise.
7024 * Makefile.in: Regenerate.
7025
7026 2004-11-11 Geoffrey Keating <geoffk@apple.com>
7027
7028 PR 18423
7029 * configure.in: Remove all instances of build-fixincludes from
7030 noconfigdirs.
7031 (build_configargs): Supply --target to subdirectories.
7032 * configure: Regenerate.
7033
7034 * Makefile.def: Make gcc install depend on fixincludes install.
7035 * Makefile.in: Regenerate.
7036
7037 2004-11-10 Janis Johnson <janis187@us.ibm.com>
7038
7039 * MAINTAINERS: Add myself as gcc testsuite maintainer.
7040
7041 2004-11-11 Paul Brook <paul@codesourcery.com>
7042
7043 * MAINTAINERS: Add self as arm maintainer. Update email address.
7044
7045 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
7046
7047 * configure.in (noconfigdirs) [mmix-*-*]: Disable
7048 target-libgfortran.
7049 * configure: Regenerate.
7050
7051 2004-11-07 David Edelsohn <edelsohn@gnu.org>
7052
7053 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
7054 like CC.
7055
7056 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
7057
7058 * Makefile.def (host fixincludes): Specify missing targets.
7059 * Makefile.in: Regenerate.
7060
7061 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
7062
7063 * MAINTAINERS: Add myself
7064
7065 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
7066
7067 * MAINTAINERS (Write After Approval): Add myself.
7068
7069 2004-11-04 Geoffrey Keating <geoffk@apple.com>
7070
7071 * Makefile.def: Build fixincludes for the host, too.
7072 * Makefile.in: Regenerate.
7073 * configure.in (host_tools): Add fixincludes.
7074 * configure: Regenerate.
7075
7076 2004-11-04 Daniel Jacobowitz <dan@debian.org>
7077
7078 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
7079 * configure: Regenerated.
7080
7081 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
7082
7083 PR other/17783
7084 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
7085 * configure: Regenerated.
7086
7087 2004-10-31 Mark Mitchell <mark@codesourcery.com>
7088
7089 * README.SCO: Update per FSF instructions.
7090
7091 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
7092
7093 PR target/18151
7094 * configure.in (case ${target}): Do not build fixincludes for avr.
7095 * configure: Regenerated.
7096
7097 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
7098
7099 * configure.in (case ${target}): Do not build fixincludes
7100 on platforms where it is not used.
7101 * configure: Regenerated.
7102
7103 2004-10-23 Daniel Jacobowitz <dan@debian.org>
7104
7105 * configure.in: Use an absolute path to install-sh.
7106 * configure: Regenerated.
7107
7108 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
7109
7110 * MAINTAINERS (Write After Approval): Add myself.
7111
7112 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
7113
7114 * MAINTAINERS: Remove from Write After Approval those that are
7115 already maintainers.
7116
7117 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
7118
7119 * MAINTAINERS: Update my email address.
7120
7121 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
7122
7123 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
7124 * configure: Regenerate.
7125
7126 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
7127
7128 * MAINTAINERS: Update my email address.
7129
7130 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
7131
7132 * MAINTAINERS (Language Front Ends Maintainers): New. Move
7133 entries belonging to this category.
7134
7135 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
7136
7137 * MAINTAINERS: Update my e-mail address.
7138
7139 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
7140
7141 Fix wrong conflict resolution in:
7142
7143 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
7144
7145 * Makefile.in: Regenerate.
7146 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7147 in the recursive `make', instead of hardwiring `all'.
7148 (Autogenerated TARGET-* variables): New.
7149
7150 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
7151
7152 * configure.in: Enable target-libgloss for crx-*-*.
7153 * configure: Regenerate.
7154
7155 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
7156
7157 * MAINTAINERS (Various Maintainers): Move the "windows,
7158 cygwin, mingw" maintainer to ...
7159 (OS Port Maintainers): ... here.
7160
7161 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
7162
7163 * MAINTAINERS (Write After Approval): Remove those that are
7164 maintainers of some subsystem.
7165
7166 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
7167
7168 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
7169 * ltcf-cxx.sh (tpf*): Likewise.
7170 * ltconfig (tpf*): Add TPF OS configuration support.
7171
7172 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
7173
7174 * MAINTAINERS: Change my email address to my new work account.
7175
7176 2004-09-24 Michael Roth <mroth@nessie.de>
7177
7178 * configure.in (--without-headers): Add missing double quotes.
7179 * configure: Regenerate.
7180
7181 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
7182
7183 * ylwrap: Revert to previous version.
7184
7185 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
7186
7187 PR bootstrap/17369
7188 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
7189 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
7190 SET_GCC_LIB_PATH_CMD.
7191 (BASE_TARGET_EXPORTS): Likewise.
7192 * Makefile.in: Regenerated.
7193
7194 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
7195 * configure: Regenerated.
7196
7197 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
7198
7199 * config.guess: New upstream version
7200 * compile, depcomp, install-sh, ylwrap: Likewise.
7201
7202 2004-09-19 Roger Sayle <roger@eyesopen.com>
7203
7204 * config/mh-x86omitfp: New host makefile fragment. Add
7205 -fomit-frame-pointer to the default BOOT_CFLAGS.
7206 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
7207 * configure: Regenerate.
7208
7209 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
7210
7211 PR target/11572
7212 * configure.in (*-*-darwin*): Renable libobjc.
7213 * configure: Regenerate.
7214
7215 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
7216
7217 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
7218
7219 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
7220
7221 * Makefile.def: Remove libbanshee.
7222 * Makefile.tpl: Ditto.
7223 * configure.in: Ditto.
7224 * Makefile.in: Regen.
7225 * configure: Ditto.
7226
7227 2004-09-08 David Edelsohn <edelsohn@gnu.org>
7228
7229 * ltmain.sh: Use $pic_object as $non_pic_object if
7230 $non_pic_object=none.
7231
7232 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
7233
7234 * missing: Import latest version from master repository.
7235
7236 2004-09-06 Nick Clifton <nickc@redhat.com>
7237
7238 * config.sub: Import latest version from master repository.
7239 * config.guess: Likewise.
7240 This includes these changes:
7241
7242 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
7243
7244 * config.sub: Handle crisv32, alias etraxfs.
7245 * config.guess (crisv32:Linux:*:*): Handle.
7246
7247 2004-08-13 Brad Smith <brad@comstyle.com>
7248
7249 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
7250 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
7251
7252 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
7253
7254 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
7255 assume the processor is a powerpc. This is because coreutils
7256 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
7257 in this case, due to a MacOS X bug that causes
7258 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
7259 to return a negative number.
7260 Problem reported by Petter Reinholdtsen in:
7261 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
7262
7263 2004-07-19 Ben Elliston <bje@gnu.org>
7264
7265 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
7266
7267 2004-06-24 Ben Elliston <bje@gnu.org>
7268
7269 * config.guess: Update copyright years.
7270 * config.sub: Likewise.
7271
7272 2004-06-22 Robert Millan <robertmh@gnu.org>
7273
7274 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
7275 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
7276
7277 2004-06-22 Stanley F. Quayle <stan@stanq.com>
7278
7279 * config.guess (*:*VMS:*:*): New entry. Replaces
7280 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
7281 manufacturer.
7282
7283 2004-06-22 Ben Elliston <bje@gnu.org>
7284
7285 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
7286 * config.sub: Likewise.
7287
7288 2004-06-22 Ben Elliston <bje@gnu.org>
7289
7290 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
7291 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
7292
7293 2004-06-11 Ben Elliston <bje@gnu.org>
7294
7295 * config.guess (pegasos:OpenBSD:*:*): Remove.
7296
7297 2004-06-11 Ben Elliston <bje@gnu.org>
7298
7299 From Wouter Verhelst <wouter@grep.be>:
7300 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
7301
7302 2004-06-11 Ben Elliston <bje@gnu.org>
7303
7304 * config.guess (luna88k:OpenBSD:*:*): New.
7305
7306 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
7307
7308 * config.guess (m32r*:Linux:*:*): New case.
7309 * config.sub: Handle m32rle.
7310
7311 2004-03-12 Ben Elliston <bje@wasabisystems.com>
7312
7313 From Jens Petersen <petersen@redhat.com>:
7314 * config.sub: Handle sparcv8.
7315
7316 2004-03-03 Ben Elliston <bje@wasabisystems.com>
7317
7318 From Tom Smith <smith@cag.lkg.hp.com>:
7319 * config.guess: Version suffixes are equally significant on Tru64
7320 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
7321 prefix of "P" (patched kernel).
7322
7323 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
7324
7325 * config.sub: Add support for National Semiconductor CRX target.
7326
7327 2004-09-03 Janis Johnson <janis187@us.ibm.com>
7328
7329 * MAINTAINERS (Various Maintainers): Remove myself as web page
7330 maintainer, add myself as maintainer of build status lists.
7331
7332 2004-09-03 Jan Beulich <jbeulich@novell.com>
7333
7334 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
7335 *-*-netware, but add target-libmudflap.
7336 Consolidate *-*-netware targets (of which really only i?86 exists)
7337 into a single entry.
7338 * configure: Likewise.
7339
7340 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
7341
7342 * Makefile.tpl (sorry): Remove.
7343 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
7344 (cleanstrap targets): Depend on distclean, not distclean-stage1.
7345 (do-clean): Clean per-stage directories too.
7346 (do-distclean): Run distclean-stage1 too.
7347 (.NOTPARALLEL): Enable during toplevel bootstrap.
7348 (stage[+id+]-bubble): Enable parallel execution during
7349 the recursive invocation.
7350 * Makefile.in: Regenerate.
7351
7352 Fix previous checkin:
7353
7354 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
7355 include.
7356 * configure.in: Fix indentation.
7357 * configure: Regenerate.
7358
7359 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
7360
7361 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
7362 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
7363 * configure: regenerate
7364 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
7365 -mdynamic-no-pic
7366
7367 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
7368
7369 * Makefile.def (build_modules): Add fixincludes.
7370 (dependencies): Make gcc depend on fixincludes.
7371 * configure.in (build_tools): Add fixincludes.
7372 (build_configdirs): Always include build_libs.
7373 * Makefile.in: Regenerate.
7374 * configure: Regenerate.
7375
7376 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
7377
7378 * Makefile.def (bootstrap stages): Add 'lean' parameter.
7379 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
7380 phony targets; do not generate timestamp files.
7381 (distclean-stageN): Remove references to their timestamp files.
7382 (restageN, touch-stageN): Remove.
7383 (stageN-bubble): Rewritten.
7384 (compare): Support lean bootstraps.
7385 * Makefile.in: Regenerate.
7386
7387 * configure.in: Only warn when bootstrapping but
7388 build != host or build != target. Support lean bootstraps.
7389 * configure: Regenerate.
7390
7391 2004-08-26 Phil Edwards <phil@codesourcery.com>
7392
7393 * configure.in: Give a better error message if GMP/MPFR are missing
7394 and a language needing them has been requested.
7395 * configure: Regenerated.
7396
7397 2004-08-25 Phil Edwards <phil@codesourcery.com>
7398
7399 * configure.in: Print a list of available language front-ends if
7400 a requested one is missing. Tidy stray tab characters.
7401 * configure: Regenerated.
7402
7403 2004-08-19 Michael Koch <konqueror@gmx.de>
7404
7405 * gcc/doc/install.texi: Update entry about automake for libjava.
7406
7407 2004-08-17 Robert Millan <robertmh@gnu.org>
7408
7409 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
7410 (instead of FreeBSD).
7411 * configure: Regenerate.
7412
7413 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
7414
7415 * Makefile.in: Regenerate.
7416 * configure: Regenerate.
7417
7418 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
7419 stage_*_flags.
7420 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
7421 for bootstrapped modules if toplevel bootstrap is going.
7422 (GCC bootstrap): Generate per-stage targets for all bootstrapped
7423 modules. Adjust for changes in Makefile.def. Enable several
7424 rules even in non-bootstrap mode, just to avoid peppering the
7425 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
7426 (stage-[+prev+]-bubble): Remove.
7427
7428 * Makefile.def (Dependencies): Depend on all-build-bison,
7429 all-build-flex, all-build-byacc, all-build-texinfo, rather
7430 than the host variations.
7431 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
7432 with BUILD_SUBDIR.
7433 (BISON): Update for recent Bisons.
7434 (YACC): Fix typo.
7435 (cross): Depend on all-build.
7436 (all): Do not depend on all-build.
7437 (prebootstrap): Remove.
7438 (dep-kind): Accept separate prefixes for MODULE and ON variables.
7439 (Prebootstrap dependencies): Add them to the per-stage targets
7440 and to all-prebootstrap.
7441 * configure.in (build_configdirs): Always enable build_tools.
7442 (BUILD_DIR_PREFIX): Remove.
7443
7444 * Makefile.def (gcc): Add target variable.
7445 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
7446 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7447 in the recursive `make', instead of hardwiring `all'.
7448 (Autogenerated TARGET-* variables): New.
7449
7450 2004-08-13 Brian Booth <bbooth@redhat.com>
7451
7452 * MAINTAINERS: Remove myself from write-after-approval.
7453
7454 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
7455
7456 * src-release: Stop distributing mmalloc with gdb (which doesn't
7457 use it).
7458 * Makefile.def: GDB doesn't depend on mmalloc anymore.
7459 * Makefile.in: Regenerate.
7460
7461 2004-08-09 Mark Mitchell <mark@codesourcery.com>
7462
7463 * configure.in (arm*-*-eabi*): New target.
7464 * configure: Regenerate.
7465
7466 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
7467
7468 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
7469 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
7470 (Dependencies): New section.
7471 * Makefile.tpl (Dependencies): Generate from Makefile.def.
7472 (configure-target-[+module+]): Depend on maybe-all-gcc
7473 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
7474 (toplevel profiledbootstrap): Fix dependencies.
7475 * Makefile.in: Regenerate.
7476
7477 2004-08-03 Mark Mitchell <mark@codesourcery.com>
7478
7479 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
7480 target-libiberty to noconfigdirs.
7481 * configure: Regenerate.
7482
7483 2004-08-03 Paul Brook <paul@codesourcery.com>
7484
7485 * configure.in: Check for MPFR as well as GMP.
7486 * configure: Regenerate.
7487
7488 2004-08-01 Robert Millan <robertmh@gnu.org>
7489
7490 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
7491 libmudflap for all GNU-based systems (with Glibc).
7492 * configure: Regenerate.
7493
7494 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
7495
7496 * Makefile.def (host-modules): Add gcc.
7497 * Makefile.in: Regenerate.
7498 * Makefile.tpl (sorry): New rule.
7499 (configure-host, all-host, [+make_target+]-host, do-check,
7500 install-host): Do not add gcc as a special case.
7501 (host modules): Add a small special-casing for gcc. Export
7502 extra_make_flags through the environment.
7503 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
7504 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
7505 other recursive targets for gcc): Remove.
7506
7507 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
7508 (stage, unstage): New rules.
7509 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
7510 distclean-stage[+id+]): Use stage_current.
7511 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
7512 the stage*-start rules.
7513
7514 2004-08-02 Geoffrey Keating <geoffk@apple.com>
7515
7516 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
7517 use -all_load flag.
7518
7519 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
7520
7521 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
7522 * configure: Regenerate.
7523
7524 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
7525
7526 * maintainer-scripts/gcc_release: Revert yesterday's change.
7527
7528 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
7529
7530 * MAINTAINERS: Add myself to write-after-approval.
7531
7532 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
7533
7534 * libf2c: Removed.
7535 * gcc/gccbug.in: Updated because of libf2c removal.
7536 * maintainer-scripts/gcc_release: Ditto.
7537
7538 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
7539
7540 * configure.in: Build libmudflap by default on FreeBSD.
7541 * configure: Regenerated.
7542
7543 2004-07-09 Mark Mitchell <mark@codesourcery.com>
7544
7545 * configure.in: Do not build libmudflap by default on non-GNU/Linux
7546 systems.
7547 * configure: Regenerated.
7548
7549 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7550
7551 PR target/16344
7552 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
7553 feedback based compiler.
7554 * Makefile.in: Rebuilt.
7555
7556 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
7557
7558 * Makefile.def (host_modules): Set bootstrap=true for flex.
7559 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
7560 * Makefile.in: Rebuilt.
7561
7562 2004-07-07 Jan Hubicka <jh@suse.cz>
7563
7564 * MAINTAINERS: Add self as a profile feedback maintainer.
7565
7566 2004-07-05 Phil Edwards <phil@codesourcery.com>
7567
7568 * configure.in: Do not prepend $srcdir to /dev/null in
7569 makefile fragments.
7570 * configure: Regenerate.
7571
7572 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
7573
7574 * Makefile.def (build_modules): Add bison, byacc, flex,
7575 m4, texinfo.
7576 (flags_to_pass): Add FLEX.
7577 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
7578 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
7579 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
7580 DEFAULT_MAKEINFO): Remove.
7581 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
7582 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
7583 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
7584 objdir or else use configured tool.
7585 (all-build): New.
7586 (all): Depend on it.
7587 (Build module dependencies): Add.
7588 * Makefile.in: Regenerate.
7589 * configure.in: Better support for multiple build modules,
7590 matching what is done for host/target modules. Do not look
7591 for "plausible" locations of build tools if Canadian cross.
7592 Use autoconf's AC_PROG_CC to find a C compiler. Define
7593 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
7594 * configure: Regenerate.
7595
7596 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
7597
7598 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
7599 * Makefile.in: Regenerate.
7600
7601 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
7602
7603 * Makefile.tpl (configure-build-[+module+],
7604 configure-[+module+], configure-target-[+module+]): Pass
7605 [+extra_configure_args+].
7606 (all-build-[+module+], all-[+module+], check-[+module+],
7607 install-[+module+], [+make_target+]-[+module+],
7608 all-target-[+module+], check-target-[+module+],
7609 install-target-[+module+], [+make_target+]-target-[+module+]):
7610 Pass [+extra_make_args+].
7611 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
7612 (GCC_HOST_EXPORTS): Remove.
7613 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
7614 cross, check-gcc, check-gcc-c++, install-gcc,
7615 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
7616 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
7617 * Makefile.in: Regenerate.
7618
7619 2004-06-21 Matthew Sachs <msachs@apple.com>
7620
7621 * MAINTAINERS: Added self to write-after-approval.
7622
7623 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
7624
7625 * configure.in: Check for srcdir/winsup rather than build directory
7626 winsup.
7627 * configure: Regenerate.
7628
7629 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
7630
7631 * configure.in: Don't build Cygwin native newlib if winsup
7632 directory is missing. Emit warning instead.
7633 * configure: Regenerate.
7634
7635 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
7636
7637 * Makefile.tpl (touch-stage[+id+]): New.
7638 (restage[+prev+]): Depend on touch-stage[+id+].
7639
7640 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
7641 Use it throughout.
7642
7643 * Makefile.def: Add profile and feedback bootstrap stages.
7644 Remove next field from bootstrap stages.
7645 * Makefile.tpl (LN, LN_S): Substitute.
7646 (stageN-start, stageN-end): Use double-colon rules, to
7647 provide a hook for additional setup commands.
7648 (distclean-stageN-gcc, restageN): Create dependencies from
7649 [+prev+], not from [+next+].
7650 (stageN-bubble): Add commands for successive stages from
7651 [+prev+], using double-colon rules.
7652 (all-stageN-gcc): Fix typo.
7653 (stagefeedback-start, profiledbootstrap): New.
7654 * Makefile.in: Regenerate.
7655 * configure.in: Call ACX_PROG_LN.
7656 * configure: Regenerate.
7657
7658 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
7659
7660 * MAINTAINERS (Write After Approval): Add myself.
7661
7662 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
7663
7664 * MAINTAINERS (Write After Approval): Add myself.
7665
7666 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
7667
7668 * configure.in: Fix --enable-bootstrap breakage introduced in trees
7669 without gcc.
7670 * configure: Regenerate.
7671
7672 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7673
7674 * Makefile.tpl: Fix typo.
7675 * Makefile.in: Regenerate.
7676
7677 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7678
7679 * configure.in: Remove new- prefix from toplevel
7680 bootstrap targets.
7681 * configure: Regenerate.
7682
7683 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7684
7685 * Makefile.tpl (all.normal): Rename to all.
7686 (all): Replace with a rule to pick the default
7687 target from configure.
7688 (all-gcc, configure-gcc): Use conditionals to
7689 do nothing when toplevel bootstrap is going on.
7690 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
7691 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
7692 * configure.in: Support --enable-bootstrap.
7693
7694 * Makefile.def: Remove new- prefix from toplevel
7695 bootstrap targets.
7696 * Makefile.tpl: Likewise.
7697
7698 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
7699 target.
7700
7701 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
7702 $(RECURSE_FLAGS) to recursive invocation of make.
7703
7704 * Makefile.in: Regenerate.
7705 * configure: Regenerate.
7706
7707 2004-05-30 Andreas Jaeger <aj@suse.de>
7708 Jim Wilson <wilson@specifixinc.com>
7709
7710 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
7711 like CC.
7712
7713 2004-05-27 Daniel Jacobowitz <dan@debian.org>
7714
7715 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
7716 * configure: Regenerate.
7717
7718 2004-05-25 Daniel Jacobowitz <drow@false.org>
7719
7720 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
7721 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
7722 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
7723 targets.
7724 * Makefile.in: Regenerate.
7725
7726 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
7727
7728 * configure.in: Test the ability to symlink directories.
7729 * configure: Regenerate.
7730
7731 * Makefile.def (bootstrap-stage): New definitions.
7732 * Makefile.tpl (configure-stage1-gcc,
7733 configure-stage2-gcc, configure-stage3-gcc,
7734 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
7735 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
7736 new-restage3, compare): Autogenerate, see Makefile.in
7737 entry for behavioral changes.
7738 (distclean-stage1, new-stage1-start, new-stage1-end,
7739 new-stage1-bubble, distclean-stage2, new-stage2-start,
7740 new-stage2-end, new-stage2-bubble, distclean-stage3,
7741 new-stage3-start, new-stage3-end): New autogenerated targets.
7742 (objext, prebootstrap, BOOT_CFLAGS,
7743 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
7744 targets.
7745
7746 * Makefile.in: Regenerate.
7747 (distclean-stage1, new-stage1-start, new-stage1-end,
7748 new-stage1-bubble, distclean-stage2, new-stage2-start,
7749 new-stage2-end, new-stage2-bubble, distclean-stage3,
7750 new-stage3-start, new-stage3-end): New targets.
7751 (all-stage1-gcc): Move prebootstrap dependency from here...
7752 (configure-stage1-gcc): ...to here.
7753 (new-bootstrap): Use bubble targets.
7754 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7755 Use per-stage distclean targets.
7756 (configure-stage1-gcc, configure-stage2-gcc,
7757 configure-stage3-gcc, all-stage1-gcc,
7758 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
7759 Use new-stageN-start to prepare the tree.
7760
7761 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
7762
7763 * Makefile.def (host_modules): add libcpp.
7764 * Makefile.tpl: Add dependencies on and for libcpp.
7765 * Makefile.in: Regenerate.
7766 * configure.in: Add libcpp host module.
7767 * configure: Regenerate.
7768
7769 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
7770
7771 * Makefile.tpl: Whenever a recursive target is defined, wrap
7772 it in a special @if/@endif block, and prepare its maybe
7773 dependency in the @if/@endif block
7774 * configure.in: Instead of writing maybe dependencies, remove
7775 the @if/@endif statements, and remove the @if/@endif blocks
7776 that remain.
7777 * configure: Regenerate.
7778 * Makefile.in: Regenerate.
7779
7780 2004-05-20 Janis Johnson <janis187@us.ibm.com>
7781
7782 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
7783
7784 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
7785
7786 PR bootstrap/15120
7787 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
7788 * */configure: Rebuilt.
7789
7790 2004-05-17 Zack Weinberg <zack@codesourcery.com>
7791
7792 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
7793 of libf2c.
7794 * configure, Makefile.in: Regenerate.
7795
7796 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
7797
7798 * MAINTAINERS (Write After Approval): Add myself.
7799
7800 2004-05-13 Diego Novillo <dnovillo@redhat.com>
7801
7802 Merge from tree-ssa-20020619-branch.
7803
7804 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
7805 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
7806 (HOST_GMPLIBS): Define.
7807 (HOST_GMPINC): Define.
7808 (TARGET_LIB_PATH): Add libmudflap.
7809 (GFORTRAN_FOR_TARGET): Define.
7810 (configure-build*): Export GFORTRAN.
7811 (configure-gcc): Export GMPLIBS and GMPINC.
7812 (all-gcc): Add maybe-all-libbanshee.
7813 (configure-target-libgfortran): Define.
7814 * Makefile.in: Regenerate.
7815 * configure.in (host_libs): Add libbanshee.
7816 (target_libraries): Add target-libmudflap and target-libgfortran.
7817 Add --with-libbanshee.
7818 Handle --disable-libmudflap.
7819 (*-*-freebsd*): Use with_gmp.
7820 Add $(libgcj) to noconfigdirs.
7821 * configure: Regenerate.
7822 * depcomp: New file.
7823 * MAINTAINERS: Add tree-ssa maintainers.
7824
7825 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
7826
7827 * MAINTAINERS (Various Maintainers): Add myself.
7828
7829 2004-04-30 Brian Ford <ford@vss.fsi.com>
7830
7831 * MAINTAINERS (Write After Approval): Add myself.
7832
7833 2004-04-29 Uros Bizjak <uros@kss-loka.si>
7834
7835 * MAINTAINERS (Write After Approval): Add myself.
7836
7837 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
7838
7839 * config/acx.m4: Fix fastcompare support for new-bootstrap.
7840 * configure: Regenerate.
7841
7842 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
7843
7844 Revert:
7845 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7846
7847 * Makefile.def (flags_to_pass): Remove *dir variables that
7848 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7849 as well as prefix and exec_prefix.
7850 * Makefile.in: Regenerate.
7851
7852 2004-04-26 Robert Millan <robertmh@gnu.org>
7853
7854 Add patches from libtool CVS.
7855 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
7856 * ltconfig: Likewise.
7857 * ltcf-c.sh: Likewise.
7858 * ltcf-cxx.sh: Likewise.
7859 * ltcf-gcj.sh: Likewise.
7860
7861 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7862
7863 * Makefile.def (host_modules): Mark with the bootstrap
7864 flag packages on which gcc depends.
7865 * Makefile.tpl (all-bootstrap): Use it.
7866 * Makefile.in: Regenerate.
7867
7868 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7869
7870 * Makefile.def (flags_to_pass): Remove *dir variables that
7871 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7872 as well as prefix and exec_prefix.
7873 * Makefile.in: Regenerate.
7874
7875 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7876
7877 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
7878 * configure: Regenerate.
7879 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
7880 * gcc/Makefile.tpl (compare): Use the result of the test.
7881 * gcc/Makefile.in: Regenerate.
7882
7883 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
7884
7885 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
7886 Always relocate gcc and prev-gcc to the original names, even
7887 if the build fails.
7888 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7889 New targets.
7890
7891 2004-04-23 Laurent GUERBY <laurent@guerby.net>
7892
7893 * MAINTAINERS: Update my email address.
7894
7895 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7896
7897 * configure.in (mips*-*-irix5*): Enable ld.
7898 * configure: Regenerate.
7899
7900 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7901
7902 * configure: Regenerate.
7903
7904 2004-04-15 James E Wilson <wilson@specifixinc.com>
7905
7906 * Makefile.tpl (configure-[+module+], configure-gcc,
7907 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
7908 Set and export LDFLAGS.
7909 * Makefile.in: Regenerate.
7910
7911 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
7912
7913 * MAINTAINERS: Add myself to write-after-approval.
7914
7915 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
7916
7917 PR bootstrap/14871
7918 * Makefile.tpl: If we don't have built-in-tree target tools,
7919 use the ones found by configure rather than hacking around with
7920 program_transform_name.
7921 * configure.in: Give Makefile.tpl the information necessary
7922 to do that.
7923 * Makefile.in: Regenerate.
7924 * configure: Regenerate.
7925
7926 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
7927
7928 PR bootstrap/14760
7929 * configure.in: When computing baseargs, strip *all* copies of
7930 offending options. Also, don't match/substitute the trailing space,
7931 so that this actually works when two similar options are separated by
7932 only one space.
7933 * configure: Regenerate.
7934
7935 2004-04-06 David Edelsohn <edelsohn@gnu.org>
7936
7937 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
7938 (rs6000-*-aix*): Same.
7939 * configure: Regenerate.
7940
7941 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
7942
7943 * MAINTAINERS: Add myself to write-after-approval.
7944
7945 2004-04-03 Bud Davis <bdavis9659@comcast.net>
7946
7947 * MAINTAINERS: Add myself to write-after-approval.
7948
7949 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
7950
7951 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
7952 STRICT_WARN, WARN_CFLAGS flags passed down to make.
7953 * Makefile.in: Regenerate.
7954
7955 * configure.in (top level bootstrap support): Rework --enable-werror
7956 to set @stage2_werror_flag@.
7957 * configure: Regenerate.
7958 * Makefile.tpl (top level bootstrap support): Pass
7959 @stage2_werror_flag@ down to configure in stages 2 and 3.
7960 * Makefile.in: Regenerate.
7961
7962 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
7963
7964 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
7965 for stages 2 and 3 as well as in make. As a consequence, remove
7966 OUTPUT_OPTION (now detected by configure) from the flags passed down
7967 to make.
7968 * Makefile.in: Regenerate.
7969
7970 * Makefile.tpl (new-bootstrap): Fix typo.
7971 * Makefile.in: Regenerate.
7972
7973 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
7974
7975 * Makefile.tpl: Rearrange by moving recursive_targets rules
7976 into their proper sections.
7977 * Makefile.tpl (top level bootstrap support): Move disabling
7978 of coverage flags from 'make' to 'configure'; improve comments.
7979 * Makefile.in: Regenerate.
7980
7981 * Makefile.tpl (experimental top level bootstrap) Move stage1
7982 language setting from all- target to configure- target; disable
7983 intermodule optimization in stage 1; prevent gratuitous rebuilds
7984 of stage 1.
7985 * Makefile.in: Regenerate.
7986 * configure.in: Comma-separate stage 1 language list for top
7987 level bootstrap.
7988 * configure: Regenerate.
7989
7990 * Makefile.tpl: Clean up experimental top level bootstrap support:
7991 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
7992 prev-gcc in configure- targets as well as all- targets.
7993 * Makefile.in: Regenerate.
7994
7995 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
7996
7997 * compile: New file imported from automake.
7998
7999 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
8000
8001 * configure.in: Remove symbolic link section.
8002 * configure: Regenerate.
8003 * Makefile.tpl (links): Remove.
8004 * Makefile.in: Regenerate.
8005
8006 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
8007 Nathanael Nerode <neroden@gcc.gnu.org>
8008
8009 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
8010 Set with AC_CHECK_PROGS.
8011 * configure.in: Fix comment typo from last patch.
8012 * configure: Regenerate.
8013
8014 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
8015
8016 * Makefile.tpl: Introduce experimental top level bootstrap support.
8017 * Makefile.in: Regenerate.
8018 * configure.in: Introduce support for top level bootstrap.
8019 * configure: Regenerate.
8020
8021 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
8022 Paolo Bonzini <bonzini@gnu.org>
8023
8024 PR bootstrap/14522
8025 * configure.in: Cope with shells that do not support unquoted ^
8026 * configure: Regenerate.
8027
8028 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
8029 Paolo Bonzini <bonzini@gnu.org>
8030
8031 PR bootstrap/14522
8032 * configure.in: Cope with shells that do not support nesting
8033 quotes inside quoted backquote substitutions.
8034 * configure: Regenerate.
8035
8036 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
8037
8038 PR bootstrap/14522
8039 * configure.in: Fix escaping of $.
8040 * configure: Regenerate.
8041
8042 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
8043
8044 * configure: Regenerate, since I forgot to while committing Paolo's
8045 changes.
8046
8047 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
8048
8049 PR ada/14131
8050 Move language detection to the top level.
8051 * configure.in: Find default values for the tools as
8052 soon as possible. Disable ada if GNAT is not found.
8053 Emit error message about missing languages. Expand
8054 --enable-languages=all for the gcc subdirectory.
8055
8056 2004-03-10 Ben Elliston <bje@gnu.org>
8057
8058 * MAINTAINERS: Update my email address.
8059
8060 2004-03-05 David Edelsohn <edelsohn@gnu.org>
8061
8062 * ltconfig: Disable building static libraries if building shared
8063 libraries on AIX 5L.
8064
8065 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
8066
8067 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
8068 and disable libgcj.
8069 * configure: Regenerated.
8070
8071 2004-03-01 Brian Booth <bbooth@redhat.com>
8072
8073 * MAINTAINERS: Add myself to write-after-approval.
8074
8075 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
8076
8077 * MAINTAINERS: Add myself to write-after-approval.
8078
8079 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8080
8081 PR bootstrap/7087
8082 * Makefile.tpl: Guard XFOO sed statements better.
8083 * Makefile.tpl: Add dependency for configure-target-libada.
8084 * Makefile.in: Regenerate (incidentally fixes broken
8085 commit when libada-branch was merged).
8086
8087 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
8088
8089 * MAINTAINERS: Add myself to write-after-approval.
8090
8091 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
8092
8093 * MAINTAINERS: Add Nicola Pero and myself as libobjc
8094 maintainers.
8095
8096 2004-02-20 Andrew Cagney <cagney@redhat.com>
8097
8098 * config.guess: Update from version 2003-10-16 to 2004-02-16.
8099 * config.sub: Update from version 2003-11-03 to 2004-02-16.
8100
8101 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
8102
8103 PR bootstrap/11932
8104 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
8105
8106 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
8107
8108 * MAINTAINERS: Added myself to write-after-approval.
8109
8110 2004-02-14 Michael Koch <konqueror@gmx.de>
8111
8112 * MAINTAINERS: Added myself to write-after-approval.
8113
8114 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
8115
8116 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
8117 some OS port maintainers to OS port maintainers section.
8118
8119 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
8120
8121 * MAINTAINERS: Add self.
8122
8123 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
8124
8125 * MAINTAINERS: Alphabetize.
8126
8127 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
8128
8129 * MAINTAINERS: Remove myself.
8130
8131 2004-02-11 David Edelsohn <edelsohn@gnu.org>
8132
8133 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
8134 (rs6000-*-aix*): Same.
8135 * configure: Regenerate.
8136
8137 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
8138
8139 * configure.in (host): Add in missing $noconfigdirs to defines.
8140 * configure: Regenerate.
8141
8142 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
8143 Nathanael Nerode <neroden@gcc.gnu.org>
8144
8145 PR ada/6637, PR ada/5911
8146 Merge with libada-branch:
8147 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
8148 with appropriate dependencies. Add --enable-libada configure switch.
8149 * configure, Makefile.in: Regenerate.
8150
8151 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
8152
8153 * MAINTAINERS: Add myself to write-after-approval.
8154
8155 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8156
8157 * configure.in: Don't pass --with-stabs on IRIX 5 either.
8158 * configure: Regenerate.
8159
8160 2004-02-04 Geoffrey Keating <geoffk@apple.com>
8161
8162 Merge from upstream:
8163
8164 * ltmain.in: When setting IFS to '~', be careful about user
8165 arguments that contain '~'.
8166
8167 2004-02-04 Peter O'Gorman <peter@pogma.com>
8168
8169 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
8170 Also test $base_compile against $CC with escaped arguments. Bug
8171 reported by Geoff Keating <geoffk@apple.com>.
8172
8173 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
8174
8175 * MAINTAINERS: Remove i960 port.
8176
8177 2004-01-23 DJ Delorie <dj@redhat.com>
8178
8179 * Makefile.def (target_modules) [libiberty]: Don't stage.
8180 * Makefile.in: Rebuilt.
8181
8182 2004-01-20 Caroline Tice <ctice@apple.com>
8183
8184 * MAINTAINERS: Add myself to write-after-approval.
8185
8186 2004-01-19 Paolo Carlini <pcarlini@suse.de>
8187
8188 * MAINTAINERS: Update my email address.
8189
8190 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
8191
8192 * MAINTAINERS: Add myself to write-after-approval.
8193
8194 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
8195
8196 * MAINTAINERS: Remove entries without email address.
8197
8198 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
8199
8200 * MAINTAINERS: Add myself to write-after-approval.
8201
8202 2004-01-15 Steven Bosscher <stevenb@suse.de>
8203
8204 * MAINTAINERS: Update my email address.
8205
8206 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
8207
8208 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
8209 * Makefile.tpl (configure-target-[+module+]): Support stage.
8210 * Makefile.in: Rebuilt.
8211
8212 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
8213
8214 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
8215
8216 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
8217
8218 * MAINTAINERS: Add myself as a MIPS maintainer.
8219
8220 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
8221
8222 * configure.in: Use ./config.cache, not config.cache.
8223 * configure: Regenerate.
8224 * Makefile.tpl: Special-casing not needed for GCC any more.
8225 * Makefile.in: Regenerate.
8226
8227 * configure.in: Don't share a cache file for host dirs.
8228 * configure: Regenerate.
8229
8230 * config-ml.in: Don't mess with the cache file.
8231
8232 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
8233
8234 * MAINTAINERS: Move myself from 'Write After Approval' to
8235 'CPU Port Maintainers' section as SPARC maintainer.
8236
8237 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
8238
8239 * Makefile.tpl: Make GCC use a separate config.cache.
8240 * Makefile.in: Regenerate.
8241
8242 PR bootstrap/11932, PR bootstrap/11933
8243 (I don't know if it will fix either of them, but it relates
8244 to them.)
8245 * configure.in: Don't use shared config.cache for target
8246 directories.
8247 * configure: Regenerate.
8248
8249 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
8250
8251 * MAINTAINERS: Add myself to 'Write After Approval' section.
8252
8253 2003-12-31 Roger Sayle <roger@eyesopen.com>
8254
8255 * configure.in (ia64*-*-hpux*): Disable building java libraries.
8256 * configure: Regenerated.
8257
8258 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
8259
8260 * MAINTAINERS: Remove the mn10200 maintainer.
8261
8262 2003-12-21 Bernardo Innocenti <bernie@develer.com>
8263
8264 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
8265 * configure: Regenerated.
8266
8267 2003-12-16 Jan Hubicka <jh@suse.cz>
8268
8269 * MAINTAINERS: Add myself as callgraph maintainer.
8270
8271 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
8272
8273 * configure.in (raw_libstdcxx_flags): Remove the leading space.
8274 * configure: Regenerate.
8275
8276 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
8277
8278 * MAINTAINERS: Move myself from 'Bug database only accounts' to
8279 'Write After Approval' section. Update email.
8280
8281 2003-12-01 James Lemke <jim@wasabisystems.com>
8282
8283 * MAINTAINERS (Write After Approval): Add myself.
8284
8285 2003-11-20 Matt Thomas <matt@3am-software.com>
8286
8287 * MAINTAINERS: Add myself as a vax port maintainer.
8288
8289 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
8290
8291 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
8292 (configure-build-[+module+], configure-[+module+]): Likewise.
8293 (configure-target-[+module+], configure-gcc, config.status): Likewise.
8294 * Makefile.in: Regenerate.
8295
8296 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
8297
8298 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
8299 shared/dylibed libraries.
8300 * ltmain.sh: Likewise.
8301 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
8302 * ltcf-cxx.sh: Likewise.
8303 * ltcf-gcj.sh: Likewise.
8304 * ltconfig: Likewise.
8305
8306 2003-11-17 Stan Cox <scox@redhat.com>
8307
8308 * MAINTAINERS: Add myself as iq2000 port maintainer.
8309
8310 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
8311
8312 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
8313 * Makefile.in: Regenerate.
8314
8315 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
8316
8317 * config.sub: Update to 2003-11-03 version.
8318
8319 2003-10-20 Phil Edwards <phil@codesourcery.com>
8320
8321 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
8322 * configure: Regenerate.
8323
8324 2003-10-20 Nicolas Pitre <nico@cam.org>
8325
8326 * MAINTAINERS: Add myself to 'Write After Approval' section.
8327
8328 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
8329
8330 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8331
8332 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
8333
8334 * MAINTAINERS: Update my email address.
8335
8336 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8337
8338 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
8339
8340 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
8341
8342 * MAINTAINERS: Add myself to 'Write After Approval' section.
8343
8344 2003-10-16 Bernardo Innocenti <bernie@develer.com>
8345
8346 * config.guess: Update to 2003-10-16 version.
8347 * config.sub: Update to 2003-10-16 version.
8348
8349 2003-10-15 David Daney <ddaney@avtrex.com>
8350
8351 * MAINTAINERS: Added myself to 'Write After Approval' section.
8352
8353 2003-10-15 Falk Hueffner <falk@debian.org>
8354
8355 * MAINTAINERS: Move myself from 'Bug database only accounts' to
8356 'Write After Approval' section. Update email.
8357
8358 2003-10-14 Roger Sayle <roger@eyesopen.com>
8359
8360 * MAINTAINERS: Move myself from 'Write After Approval' to
8361 'Various Maintainers' section as middle-end maintainer.
8362
8363 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
8364
8365 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
8366 HOST_FLAGS_TO_PASS.
8367 * Makefile.in: Regenerate.
8368
8369 2003-10-11 Bernardo Innocenti <bernie@develer.com>
8370
8371 * config.guess: Update to 2003-10-07 version.
8372 * config.sub: Update to 2003-10-07 version.
8373
8374 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8375
8376 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
8377 * ltconfig (irix5*, irix6*): Don't override version_type.
8378
8379 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
8380
8381 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
8382 * configure: Rebuilt
8383 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
8384 * Makefile.in: Rebuilt
8385
8386 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
8387
8388 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
8389
8390 2003-09-30 Carlo Wood <carlo@alinoe.com>
8391
8392 * MAINTAINERS (Write After Approval): Add myself.
8393
8394 2003-09-29 Paul Koning <ni1d@arrl.net>
8395
8396 * MAINTAINERS: Move myself from "Write After Approval"
8397 to CPU platform maintainers for pdp11 platform.
8398
8399 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
8400
8401 * MAINTAINERS: Move myself from 'Write After Approval' to
8402 'Various Maintainers' section as libffi testsuite maintainer.
8403
8404 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
8405
8406 * configure.in: Pass a computed --program-transform-name
8407 to subconfigures.
8408 * configure: Regenerated.
8409
8410 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8411
8412 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
8413 * Makefile.in: Regenerate.
8414
8415 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
8416 * Makefile.in: Regenerate.
8417
8418 2003-09-19 Ziemowit Laski <zlaski@apple.com>
8419
8420 * MAINTAINERS: Move myself from 'Write After Approval'
8421 to 'Various Maintainers' (objective-c) section.
8422
8423 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
8424
8425 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
8426 quoting.
8427 * configure: Regenerated.
8428
8429 2003-09-16 Joel Brobecker <brobecker@gnat.com>
8430
8431 * MAINTAINERS (Write After Approval): Add myself to write after
8432 approval list.
8433
8434 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
8435
8436 * MAINTAINERS (Write After Approval): Add myself.
8437
8438 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
8439
8440 * MAINTAINERS: Update my e-mail address.
8441
8442 2003-09-09 Alan Modra <amodra@bigpond.net.au>
8443
8444 * libtool.m4 (LD): Correct powerpc64 host match.
8445
8446 2003-09-06 James E Wilson <wilson@tuliptree.org>
8447
8448 * MAINTAINTERS: Update my affiliation and email address.
8449
8450 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8451
8452 * MAINTAINERS (Write After Approval): Add myself.
8453
8454 2003-09-04 DJ Delorie <dj@redhat.com>
8455
8456 * configure: Regenerate.
8457
8458 2003-09-04 Robert Millan <robertmh@gnu.org>
8459
8460 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
8461
8462 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8463
8464 * configure.in: Ensure arguments to sed are properly spaced.
8465 * configure: Regenerate.
8466
8467 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
8468
8469 * MAINTAINERS: Update my e-mail address.
8470
8471 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
8472
8473 * MAINTAINERS (Write After Approval): Add myself.
8474
8475 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
8476
8477 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
8478 * configure: Regenerated.
8479
8480 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
8481
8482 * MAINTAINERS: Update my email address.
8483
8484 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
8485
8486 * configure.in: Use newline instead of semicolon when assuming
8487 shell arguments in a for loop.
8488 * configure: Regenerated.
8489
8490 2003-08-22 Jason Eckhardt <jle@rice.edu>
8491
8492 * MAINTAINERS: Resurrect the i860 maintainer.
8493
8494 2003-08-20 Geoffrey Keating <geoffk@apple.com>
8495
8496 PR 8180
8497 * configure.in: When testing with_libs and with_headers, treat
8498 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
8499 * configure: Regenerate.
8500
8501 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
8502 make, shell, etc.
8503 (baseargs): Likewise.
8504 * configure: Regenerate.
8505
8506 2003-08-20 Bernardo Innocenti <bernie@develer.com>
8507
8508 * MAINTAINERS (Write After Approval): Add myself.
8509
8510 2003-08-19 Geoffrey Keating <geoffk@apple.com>
8511
8512 * configure.in: Disable libgcj for darwin not on powerpc.
8513 * configure: Rebuild.
8514
8515 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
8516
8517 * config-ml.in, symlink-tree: Add license.
8518
8519 2003-08-03 Richard Stallman <rms@gnu.org>
8520 Eben Moglen <moglen@columbia.edu>
8521
8522 * README.SCO: New file.
8523
8524 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
8525
8526 * Makefile.tpl (check, check-c++): Express dependencies using
8527 dependencies rather than commands.
8528 * Makefile.in: Regenerate.
8529
8530 2003-08-01 Andrew Cagney <cagney@redhat.com>
8531
8532 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
8533 * configure: Ditto.
8534
8535 2003-07-31 Geoffrey Keating <geoffk@apple.com>
8536
8537 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
8538 * Makefile.in: Update.
8539
8540 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
8541
8542 * configure.in: Enable libgcj for darwin.
8543 * configure: Rebuild.
8544
8545 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
8546
8547 * config-ml.in: Use ac_configure_args directly instead of
8548 ml_arguments. Only set ml_norecursion if --no[-]recursion is
8549 actually seen.
8550
8551 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
8552
8553 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
8554 creating target and build subdirs to build all parent dirs as needed.
8555 * Makefile.in: Rebuild.
8556 * configure.in: Don't build dirs explicitly here.
8557 * configure: Rebuild.
8558
8559 2003-07-26 Paul Brook <paul@nowt.org>
8560
8561 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
8562
8563 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
8564
8565 * Makefile.tpl (all-make): Depend on intl.
8566 * Makefile.in: Rebuilt.
8567
8568 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
8569
8570 * install-sh: Update to newer upstream versions (associated with
8571 aclocal 1.7).
8572 * mkinstalldirs: Likewise.
8573 * missing: Likewise, plus $1Help2man -> $1 typo fix.
8574
8575 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
8576
8577 * MAINTAINERS: Move self from Bug database only accounts
8578 to write-after-approval.
8579
8580 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
8581
8582 * config.if: Remove unused libc_interface determination.
8583
8584 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
8585
8586 * MAINTAINERS: Move self from write-after-approval to
8587 build machinery (*.in).
8588
8589 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
8590
8591 PR bootstrap/11273
8592 PR bootstrap/11408
8593 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
8594 unused INSTALL_PROGRAM_ARGS.
8595 * configure.in: Use AC_PROG_INSTALL.
8596 * Makefile.in: Regenerate.
8597 * configure: Regenerate.
8598
8599 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
8600
8601 * MAINTAINERS: Alphabetize.
8602
8603 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
8604
8605 * configure: Rebuilt.
8606 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8607 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
8608 newlib nor libgloss.
8609 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
8610 * configure.in (am33_2.0-*-linux*): Added.
8611
8612 2003-07-09 Bob Wilson <bob.wilson@acm.org>
8613
8614 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
8615 * configure: Regenerate.
8616
8617 2003-07-07 Zack Weinberg <zack@codesourcery.com>
8618
8619 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
8620 * Makefile.in: Regenerate.
8621
8622 2003-07-04 Zack Weinberg <zack@codesourcery.com>
8623
8624 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
8625 * Makefile.in: Regenerate.
8626
8627 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8628
8629 * Makefile.tpl: Replace PWD with PWD_COMMAND.
8630 * Makefile.in: Regenerated.
8631
8632 * config-ml.in: Replace PWD with PWD_COMMAND.
8633
8634 2003-07-04 Zack Weinberg <zack@codesourcery.com>
8635
8636 * intl: New directory; see intl/ChangeLog for details.
8637 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
8638 * Makefile.tpl: all-gcc depends on maybe-all-intl.
8639 * Makefile.in: Regenerate.
8640
8641 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
8642
8643 * configure.in: Clean up config-lang.in handling. Delete
8644 useless assignment to "subdirs".
8645 * configure: Regenerate.
8646
8647 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
8648
8649 * configure.in: Rename 'target_libs' to 'target_libraries'.
8650 Remove useless reference to 'target_libs'.
8651 * configure: Regenerate.
8652
8653 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
8654
8655 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
8656 * Makefile.in: Regenerate.
8657
8658 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
8659
8660 * Makefile.def: Introduce flags_to_pass.
8661 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
8662 * Makefile.in: Regenerate.
8663
8664 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
8665
8666 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
8667 and target-libgloss.
8668 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
8669 <h8300*-*-*>: Disable libf2c and ${libgcj}.
8670 * configure: Regenerate.
8671
8672 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
8673
8674 * configure.in: Update testsuite_flags to new location.
8675 * configure. Regenerate.
8676
8677 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
8678
8679 * Makefile.tpl: Remove BUILD_CC stuff.
8680 * Makefile.in: Regenerate.
8681
8682 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
8683
8684 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
8685
8686 2003-06-16 Graeme Peterson <gp@qnx.com>
8687
8688 * MAINTAINERS (Write After Approval): Add myself.
8689
8690 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
8691
8692 * config.guess: Update to 2003-06-12 version.
8693 * config.sub: Update to 2003-06-13 version.
8694
8695 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
8696
8697 * config.guess: Update to 2003-06-06 version.
8698 * config.sub: Update to 2003-06-06 version.
8699
8700 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8701
8702 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
8703 * configure. Regenerate.
8704
8705 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
8706
8707 * configure.in: Disable serial configure by default.
8708 * configure: Regenerate.
8709 * Makefile.tpl: Abolish .NOTPARALLEL.
8710 * Makefile.in: Regenerate.
8711
8712 * Makefile.tpl: Replace {build,host,target}_canonical by
8713 {build,host,target}.
8714 * Makefile.in: Regenerate.
8715
8716 * Makefile.tpl: Fix stupid pasto.
8717 * Makefile.in: Regenerate.
8718
8719 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
8720
8721 * Makefile.tpl: Remove bogus conditional.
8722 * Makefile.in: Regenerate.
8723
8724 2003-06-05 Jan Hubicka <jh@suse.cz>
8725
8726 * Makefile.tpl (profiledbootstrap): New target.
8727 * Makefile.in (profiledbootstrap): New target.
8728
8729 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
8730
8731 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
8732 Pinski. Remove user names from other bugzilla-only maintainers.
8733
8734 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
8735
8736 * Makefile.tpl: Make 'recursive targets' using autogen rather
8737 than shell loop. Remove duplicate 'clean' targets and false
8738 comments.
8739 * Makefile.def: Add systematic dependencies to 'recursive' targets.
8740 Add systematic method of specifying missing targets in subdirs.
8741 Add copyright boilerplate.
8742 * Makefile.in: Regenerate.
8743 * configure.in: Add 'recursive targets' to maybe list.
8744 * configure: Regenerate.
8745
8746 * MAINTAINERS: "GNATS only" -> "Bug database only".
8747
8748 * Makefile.tpl: Rename [+target+] to [+make_target+].
8749 * Makefile.def: Rename 'target' to 'make_target'.
8750
8751 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
8752
8753 * MAINTAINERS: Add self as options handling maintainer.
8754
8755 2003-05-28 Michael Meissner <gnu@the-meissners.org>
8756
8757 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
8758 been too long since I touched those ports.
8759
8760 2003-05-28 DJ Delorie <dj@redhat.com>
8761
8762 * Makefile.tpl: Make maybe-check-gcc .PHONY.
8763 * Makefile.in: Regenerate.
8764
8765 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
8766
8767 * configure.in: Use curly braces in the definition of tooldir.
8768 * configure: Regenerate.
8769
8770 2003-05-21 DJ Delorie <dj@redhat.com>
8771
8772 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
8773 newlib or libgloss.
8774 * Makefile.in: Regenerate.
8775
8776 2003-05-21 DJ Delorie <dj@redhat.com>
8777
8778 * Makefile.tpl: Add missing empty maybe-check-gcc target.
8779 * Makefile.in: Regenerate.
8780
8781 2003-05-20 Ian Lance Taylor <ian@airs.com>
8782
8783 * MAINTAINERS: Update my e-mail address.
8784
8785 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
8786
8787 * configure.in: Switch more things to use maybe dependencies.
8788 * Makefile.tpl: Switch more things to use maybe dependencies.
8789 Factor out common code from autogen IF statements.
8790 * configure: Regenerate.
8791 * Makefile.in: Regenerate.
8792
8793 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
8794
8795 * configure.in: Accept i[3456789]86 for machine type.
8796 * configure: Regenerate.
8797
8798 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
8799
8800 * configure.in: Switch more things to use maybe dependencies.
8801 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
8802 * configure: Regenerate.
8803 * Makefile.tpl: Switch more things to use maybe dependencies.
8804 * Makefile.in: Regenerate.
8805
8806 2003-05-16 Andreas Schwab <schwab@suse.de>
8807
8808 * Makefile.tpl (install-opcodes): Define.
8809 * Makefile.in: Rebuild.
8810
8811 2003-05-13 Andreas Jaeger <aj@suse.de>
8812
8813 * config.guess: Update to 2003-05-09 version.
8814 * config.sub: Update to 2003-05-09 version.
8815
8816 2003-05-13 Michael Eager <eager@mvista.com>
8817
8818 * configure.in: Correct sed script so that options in quotes are not
8819 deleted.
8820 * configure: Rebuild.
8821
8822 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
8823
8824 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
8825 and $$s/newlib/libc/sys/cygwin32 include paths.
8826 * configure: Ditto.
8827
8828 2003-05-12 Michael Meissner <gnu@the-meissners.org>
8829
8830 * MAINTAINERS: Update my email addresses.
8831
8832 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
8833
8834 * config-ml.in: Propagate INSTALL variables.
8835
8836 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8837
8838 * MAINTAINERS: Remove duplicate entries in Write After Approval.
8839
8840 2003-05-02 Chris Demetriou <cgd@broadcom.com>
8841
8842 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
8843 * Makefile.in: Regenerate.
8844
8845 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
8846
8847 * MAINTAINERS (GNATS only): Add Falk Hueffner.
8848
8849 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
8850
8851 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
8852
8853 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
8854
8855 * Makefile.tpl: Clean $(BUILD_SUBDIR).
8856 * Makefile.in: Regenerated.
8857
8858 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
8859
8860 * MAINTAINERS (Write After Approval): Upgrade myself from
8861 GNATS only to write-after-approval. Update my mail address.
8862
8863 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
8864
8865 (OS Port Maintainers: freebsd): Add myself.
8866
8867 2003-04-22 Mark Mitchell <mark@codesourcery.com>
8868
8869 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
8870
8871 2003-04-22 Kean Johnston <jkj@sco.com>
8872
8873 * MAINTAINERS (SCO ports): Added myself.
8874
8875 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
8876
8877 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
8878
8879 2003-04-19 Kean Johnston <jkj@sco.com>
8880
8881 * MAINTAINERS (Write After Approval): Add myself.
8882
8883 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8884
8885 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
8886 * Makefile.in: Regenerate.
8887
8888 2003-04-18 Jakub Jelinek <jakub@redhat.com>
8889
8890 * configure.in (powerpc64*-*-linux*): Remove.
8891 * configure: Rebuilt.
8892
8893 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
8894
8895 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
8896 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
8897 and restrap.
8898 * Makefile.in: Regenerate.
8899
8900 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
8901
8902 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
8903 * configure: Regenerated.
8904
8905 2003-04-15 DJ Delorie <dj@redhat.com>
8906
8907 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
8908
8909 2003-04-13 Nick Clifton <nickc@redhat.com>
8910
8911 * config-ml.in: Remove support for --disable-aix removing
8912 call-aix multilibs.
8913
8914 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
8915
8916 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
8917 * */configure: Rebuilt.
8918
8919 2003-04-08 Joel Sherrill <joel@oarcorp.com>
8920
8921 * MAINTAINERS: Add my email address.
8922
8923 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
8924
8925 * MAINTAINERS (Write After Approval): Add myself.
8926
8927 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
8928
8929 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
8930 * Makefile.in: Regenerate.
8931
8932 2003-03-14 Michael Chastain <mec@shout.net>
8933
8934 * Makefile.in: Regenerate with correct Makefile.def.
8935
8936 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
8937
8938 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
8939 Make macro.
8940 * Makefile.in: Regenerate.
8941 * configure.in: Clean up gxx_include_dir logic.
8942 * configure: Regenerate.
8943
8944 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
8945
8946 * MAINTAINERS (Write After Approval): Add myself.
8947
8948 2003-03-10 Ben Elliston <bje@wasabisystems.com>
8949
8950 * MAINTAINERS: Update my mail address.
8951
8952 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8953
8954 * configure.in (gxx_include_dir): Fix typo.
8955 * configure: Regenerated.
8956
8957 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
8958
8959 * Makefile.tpl: Reindent.
8960 * Makefile.in: Regenerate.
8961 * configure.in: Reindent. Don't set unused variables.
8962 * configure: Regenerate.
8963
8964 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
8965
8966 * configure.in: Include $(build_tooldir)/sys-include in
8967 FLAGS_FOR_TARGET.
8968 * configure: Regenerated.
8969
8970 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
8971
8972 * Makefile.tpl: Always pass down RANLIB.
8973 * Makefile.in: Regenerate.
8974
8975 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
8976 * Makefile.in: Regenerate.
8977 * configure.in: Remove unused logic relating to --enable-shared
8978 and --enable-threads. Remove bogus comments. Remove redundant
8979 noconfigdirs.
8980 * configure: Regenerate.
8981
8982 * configure.in: Replace ${libstdcxx_version} by its value.
8983 Remove reference to mh-dgux.
8984 * configure: Regenerate.
8985
8986 2003-03-03 Kevin Buettner <kevinb@redhat.com>
8987
8988 * MAINTAINERS (Write After Approval): Add myself.
8989
8990 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8991
8992 * Makefile.tpl: Rearrange.
8993 * Makefile.in: Regenerate.
8994
8995 2003-02-25 Uwe Stieber <uwe@wwws.de>
8996
8997 * configure.in: Add support for kaOS as cross build target system.
8998 * configure: Regenerated.
8999
9000 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
9001
9002 * MAINTAINERS (Write after approval): Add myself.
9003
9004 2003-02-21 James E Wilson <wilson@tuliptree.org>
9005
9006 * MAINTAINERS: Update my email address.
9007
9008 2003-02-21 Zack Weinberg <zack@codesourcery.com>
9009
9010 * MAINTAINERS: Add self to blanket write privs. section.
9011
9012 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
9013
9014 * Makefile.tpl: Add definition of CPPFLAGS to pass into
9015 configure-target-* as some target builds may require additional
9016 flags for preprocessor tests.
9017 * Makefile.in: Regenerated.
9018
9019 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
9020
9021 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
9022 * ltconfig: Handle it.
9023 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
9024 auto-detecting it.
9025
9026 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
9027 it is used as argument to $CC.
9028 * ltcf-gcj.sh: Likewise.
9029
9030 * configure.in: Introduce --enable-maintainer-mode.
9031 * configure: Rebuilt.
9032 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
9033 for maintainer mode.
9034 * Makefile.in: Rebuilt.
9035
9036 2003-02-18 Jason Merrill <jason@redhat.com>
9037
9038 * Makefile.tpl (check-c++): Allow parallelism.
9039
9040 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9041
9042 * MAINTAINERS: Remove John Carr (who never actually had access to
9043 gcc.gnu.org).
9044
9045 2003-02-15 Geoffrey Keating <geoffk@apple.com>
9046
9047 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
9048 don't configure target-libobjc.
9049 * configure: Regenerate.
9050
9051 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9052
9053 * Makefile.tpl (RANLIB): Define.
9054 * Makefile.in: Regenerate.
9055
9056 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
9057
9058 * MAINTAINERS: Update my email.
9059
9060 2003-02-06 Keith R Seitz <keiths@redhat.com>
9061
9062 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
9063 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
9064 * Makefile.in: Regenerated.
9065 * configure.in: Remove all traces of snavigator, db, and grep.
9066 * configure: Regenerated.
9067
9068 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9069
9070 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
9071 After Approval.
9072
9073 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
9074
9075 * MAINTAINERS (Write after approval): Add myself.
9076
9077 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
9078
9079 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
9080 * Makefile.in: Regenerated.
9081
9082 2003-01-30 Roger Sayle <roger@eyesopen.com>
9083
9084 * config.guess: Updated to 2003-01-30's version.
9085 * config.sub: Updated to 2003-01-28's version.
9086
9087 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
9088
9089 * config.if: If gcc_version is already set, just use it. Don't set
9090 gcc_version_trigger if it's already set, otherwise set it to
9091 gcc/version.c, but only if the file exists. If it is not set and
9092 gcc/version.c does not exist, try to extract the version number from
9093 $CC.
9094
9095 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
9096
9097 * MAINTAINERS: Add myself to write-after-approval list.
9098
9099 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
9100
9101 * configure.in: Revert 24Jan change.
9102 * configure: Regenerate.
9103
9104 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9105
9106 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
9107 entry of HJ Lu.
9108
9109 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
9110
9111 * configure.in: Revert previous change.
9112 * configure: Regenerate.
9113
9114 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
9115
9116 * configure.in: Make rda native-only.
9117 * configure: Regenerate.
9118
9119 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9120
9121 * MAINTAINERS: Move myself from GNATS-only-accounts to
9122 write-after-approval.
9123
9124 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
9125
9126 * configure.in: Add missing \.
9127 * configure: Rebuilt.
9128
9129 2003-01-17 Jakub Jelinek <jakub@redhat.com>
9130
9131 * configure.in (baseargs): Avoid using \| in sed regular
9132 expressions.
9133 * configure: Rebuilt.
9134
9135 2003-01-16 Jakub Jelinek <jakub@redhat.com>
9136
9137 * configure.in (baseargs): Remove all supported forms of
9138 --cache-file, --srcdir, --host, --build and --target options
9139 from argument lists.
9140 * configure: Rebuilt.
9141
9142 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
9143
9144 * MAINTAINERS: Add myself to write-after-approval list.
9145
9146 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
9147
9148 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
9149 * configure: Rebuilt.
9150
9151 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
9152
9153 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
9154 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
9155 * Makefile.in: Regenerate.
9156 * configure: Regenerate.
9157
9158 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
9159
9160 * configure.in: Remove Makefile in build, host and target modules
9161 unless configure was run with --no-recursion.
9162 * configure: Rebuilt.
9163
9164 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
9165
9166 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
9167 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
9168 * Makefile.in: Regenerate.
9169
9170 2003-01-08 Chris Demetriou <cgd@broadcom.com>
9171
9172 * config.guess: Update to 2003-01-03 version.
9173 * config.sub: Update to 2003-01-03 version.
9174
9175 2003-01-07 Christopher Faylor <cgf@redhat.com>
9176
9177 * configure: Regenerate with proper autoconf 2.13.
9178
9179 2003-01-07 Christopher Faylor <cgf@redhat.com>
9180
9181 * configure.in: Add AC_PREREQ for consistency.
9182 * configure: Regenerate.
9183
9184 2003-01-06 Andrew Cagney <ac131313@redhat.com>
9185
9186 * configure.in (GDB_TK): Add tcl directories conditional on
9187 gdb/gdbtk directory being present.
9188 * configure: Regenerate.
9189
9190 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
9191
9192 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
9193 used by gcc if LD is not defined and we are not doing a Canadian Cross.
9194 * configure: Rebuilt.
9195
9196 2002-12-31 Tom Tromey <tromey@redhat.com>
9197
9198 * Makefile.in: Rebuilt.
9199 * Makefile.def (target_modules) [libffi]: Allow installation.
9200
9201 2002-12-31 Andreas Schwab <schwab@suse.de>
9202
9203 * configure.in: Fix use of $program_transform_name.
9204 * configure: Regenerated.
9205
9206 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
9207
9208 * configure.in (baseargs): Don't remove first configure argument.
9209 * configure: Regenerated.
9210
9211 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
9212
9213 * Makefile.tpl (local-distclean): Don't remove...
9214 (multilib.ts): ... this. Moved into...
9215 (multilib.out): ... this. Don't use sub-make.
9216 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
9217 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
9218 (configure-build-[+module+], configure-[+module+],
9219 configure-target-[+module+], configure-gcc): ... these. Test
9220 for Makefile existence. Drop config.status from dependencies.
9221 * Makefile.in: Rebuilt.
9222 * configure.in: Move gcc-version-trigger to the end of
9223 ac_configure_args. Add comments to maybedep.tmp and
9224 serdep.tmp. Introduce --disable-serial-configure. Remove
9225 nonopt from baseargs, matching and removing corresponding
9226 whitespace while at it.
9227 * configure: Rebuilt.
9228
9229 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
9230
9231 * configure.in (host_configargs): Replace reference to
9232 no-longer-defined buildopts with --build=${build_alias}.
9233 * configure: Rebuilt.
9234
9235 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
9236 program_transform_name to standard idiom.
9237 (AUTOGEN, AUTOCONF): Define.
9238 (Makefile.in): Use $(AUTOGEN).
9239 (Makefile): Depend on config.status, and use autoconf-style rule to
9240 build it. Move original commands to...
9241 (config.status): ... this new target.
9242 (configure): Add $(srcdir). Depend on config/acx.m4. Use
9243 $(AUTOCONF).
9244 * Makefile.in: Rebuilt.
9245
9246 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
9247
9248 * Makefile.tpl: Fix dramatic bustage due to change in
9249 program_transform_name.
9250 * Makefile.in: Regenerate.
9251
9252 * configure.in: Remove unnecessary PATH setting.
9253 * configure: Regnerate.
9254
9255 * configure.in: Don't default to unprefixed tools unless
9256 the native tools will work.
9257 * configure: Regenerate.
9258
9259 * configure.in: Convert to autoconf script. Blow away lots
9260 of now-redundant Makefile fragments.
9261 * configure: Generate using Autoconf.
9262 * Makefile.tpl: Rewrite to reflect autoconfiscation.
9263 * Makefile.in: Regenerate.
9264
9265 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
9266
9267 * configure: Fix stupid bug where RANLIB was mistakenly included.
9268
9269 * configure.in: Rename (buildargs, hostargs, targargs) to
9270 (build_configargs, host_configargs, target_configargs).
9271
9272 * configure.in: Move logic out of sed statement.
9273
9274 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
9275 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
9276
9277 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
9278
9279 * config.sub: Import from master repository
9280 * config.guess: Ditto
9281
9282 2002-12-24 Andreas Schwab <schwab@suse.de>
9283
9284 * Makefile.tpl (multilib.out): Fix missing space.
9285 * Makefile.in: Regenerate.
9286
9287 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
9288
9289 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
9290 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
9291 * Makefile.in: Regenerate.
9292 * configure.in: Remove unnecessary leftovers.
9293
9294 2002-12-21 Geoffrey Keating <geoffk@apple.com>
9295
9296 * configure.in (extra_ranlibflags_for_target): New variable.
9297 (*-*-darwin): Add -c to ranlib commands.
9298 * configure (tooldir): Handle extra_ranlibflags_for_target.
9299
9300 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
9301
9302 * Makefile.tpl: Revert HJL's change.
9303 * Makefile.in: Regenerated.
9304 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
9305 always.
9306
9307 2002-12-19 Andreas Schwab <schwab@suse.de>
9308
9309 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
9310 * Makefile.in: Regenerate.
9311
9312 2002-12-18 H.J. Lu <hjl@gnu.org>
9313
9314 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
9315 * Makefile.in: Regenerated.
9316
9317 * configure.in (build_prefix): New. Substitute.
9318
9319 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
9320
9321 * Makefile.tpl: Don't let real targets depend on phony targets.
9322 * Makefile.in: Regenerate.
9323
9324 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
9325 * Makefile.in: Regenerate.
9326
9327 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
9328
9329 * config.sub: Import from master repository
9330 * config.guess: Ditto
9331
9332 2002-12-16 Jason Merrill <jason@redhat.com>
9333
9334 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
9335 previous 'make bootstrap'.
9336 * Makefile.in: Regenerate.
9337
9338 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
9339
9340 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
9341
9342 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
9343
9344 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
9345 * Makefile.in: Regenerate.
9346
9347 2002-12-13 Jason Merrill <jason@redhat.com>
9348
9349 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
9350 library tests.
9351 (check-c++): Just depend on it and check-target-libstdc++-v3.
9352 * Makefile.in: Regenerate.
9353
9354 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
9355
9356 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
9357 * Makefile.in: Rebuilt.
9358
9359 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
9360
9361 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
9362
9363 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
9364
9365 * configure: Fix bug put in by gremlins.
9366
9367 * Makefile.tpl: Substitute more autoconfily.
9368 * configure: Substitute more autoconfily.
9369 * Makefile.in: Regenerate.
9370
9371 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
9372
9373 * config.sub: Import from master repository
9374 * config.guess: Ditto
9375 * MAINTAINERS: Added Svein Seldal under write after approval
9376
9377 2002-12-08 Andrew Cagney <ac131313@redhat.com>
9378
9379 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
9380 * Makefile.in (all-sim): Ditto.
9381
9382 2002-12-06 DJ Delorie <dj@redhat.com>
9383
9384 * Makefile.tpl: Change configure dependencies to not have real
9385 targets depend on phony targets.
9386
9387 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
9388
9389 * configure.in: Revert unintentional change.
9390
9391 * Makefile.tpl: Change dependency for */multilib.out so that
9392 it works when gcc isn't in the tree.
9393
9394 * configure.in: Substitute more.
9395 * configure: Run subconfigures from the Makefile.
9396 * Makefile.tpl: Run subconfigures from the Makefile; add a few
9397 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
9398
9399 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9400
9401 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
9402
9403 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
9404
9405 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
9406 and corresponding dependencies.
9407 * Makefile.in: Regenerate.
9408
9409 * configure.in (host_tools): Order binutils, gas and ld for
9410 convenience in running the testsuites.
9411
9412 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
9413 * Makefile.in: Regenerate.
9414 * configure.in: Introduce rules to serialize subconfigure runs.
9415
9416 * configure.in: Introduce BASE_CC_FOR_TARGET.
9417 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
9418 Realize configure-build-* targets. Realize configure-target-* targets.
9419 * Makefile.in: Regenerate.
9420
9421 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
9422
9423 * configure: Move gcc_version_trigger stuff from here...
9424 * configure.in: ...to here.
9425
9426 * configure.in: Separate subconfigure options added by this file from
9427 options given by the user. Add machinery to put args for host
9428 subconfigures into the Makefile.
9429
9430 * Makefile.tpl: Remove 'vault' targets.
9431 * Makefile.tpl: Reorder and comment dependencies.
9432 * Makefile.in: Regenerate.
9433
9434 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
9435 * configure.in: Fix my broken commit of previous patch. (sigh)
9436
9437 2002-11-28 Geoffrey Keating <geoffk@apple.com>
9438
9439 * configure.in: Move host-specific darwin noconfigdirs into
9440 the host-specific section.
9441
9442 2002-11-28 Geoffrey Keating <geoffk@apple.com>
9443
9444 * configure.in: Move host-specific darwin noconfigdirs into
9445 the host-specific section.
9446
9447 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
9448
9449 * configure: Remove skip-this-dir support.
9450 * Makefile.tpl: Remove skip-this-dir support.
9451
9452 * Makefile.tpl: Remove leftover support for non-autoconfiscated
9453 subdirectories.
9454 * Makefile.in: Regenerate.
9455
9456 * Makefile.tpl: Strip out useless setting of 'dir'.
9457 * Makefile.in: Regenerate.
9458
9459 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
9460
9461 * configure.in: Fix deeply stupid bug.
9462
9463 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
9464 shell code in CXX_FOR_TARGET
9465 * Makefile.def: Introduce raw_cxx.
9466 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
9467 RAW_CXX_FOR_TARGET.
9468 * Makefile.in: Regenerate.
9469
9470 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
9471
9472 * Makefile.tpl: Remove unnecessary ifs.
9473 * Makefile.in: Regenerate.
9474
9475 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
9476 dependencies. Maybe-ize build-libiberty. Create dummy install
9477 targets for 'no_install' modules.
9478 * configure: Move GDB_TK substitution to configure.in. Move
9479 build_modules stuff to configure.in.
9480 * configure.in: Implement soft dependency machinery. Maybe-ize
9481 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
9482 * Makefile.in: Regenerate.
9483
9484 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
9485
9486 * Makefile.tpl: Make all-target, install-target behave similarly
9487 to all, install (only hitting configured targets). Eliminate
9488 unused macro defintions.
9489
9490 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
9491 build != host.
9492
9493 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
9494
9495 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
9496
9497 * configure.in: Produce lists of subdir targets we're actually
9498 configuring. Remove references to "dosrel".
9499 * Makefile.tpl: Let configure set which subdir targets are hit.
9500 Remove install-cross; clean up install; remove ALL. Remove
9501 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
9502 Autogenerate host module targets. Remove empty dependency lines
9503 and redundant dependency; rearrange slightly.
9504 * Makefile.def: Add host-side libtermcap, utils.
9505
9506 * Makefile.in: Regenerate.
9507
9508 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9509
9510 * ltconfig (osf[345]): Append $major to soname_spec.
9511 Reflect this in library_names_spec.
9512 * ltmain.sh (osf): Prefix $major with . for use as extension.
9513
9514 2002-11-19 Andreas Jaeger <aj@suse.de>
9515
9516 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
9517 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
9518 and sparc64 GNU/Linux systems.
9519
9520 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
9521
9522 * MAINTAINERS: Update email.
9523
9524 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9525
9526 * MAINTAINERS: Complete James Dennett's entry.
9527
9528 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
9529
9530 * MAINTAINERS (Write After Approval): Add myself.
9531
9532 2002-11-13 Bruce Korb <bkorb@gnu.org>
9533
9534 * Makefile.tpl: syntactic cleanup
9535
9536 2002-11-13 Stuart Hastings <stuart@apple.com>
9537
9538 * MAINTAINERS: Add myself to write-after-approval list.
9539
9540 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9541
9542 * Makefile.def: Add list of recursive targets to autogenerate.
9543 Add build_modules.
9544 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
9545 targets. Autogenerate *-build-* targets.
9546 * Makefile.in: Regenerate.
9547
9548 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9549
9550 * configure: More autoconf-style substitutions.
9551 * Makefile.tpl: More autoconf-style substitutions.
9552 * Makefile.in: Regenerate.
9553
9554 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
9555
9556 * configure: Substitute more variables in a more autoconf-friendly
9557 way. Simplify slightly.
9558 * Makefile.tpl: Make more variables substitutable in an
9559 autoconf-friendly way.
9560 * Makefile.in: Regenerate.
9561
9562 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
9563
9564 * MAINTAINERS (Write After Approval): Add myself.
9565
9566 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
9567
9568 * configure.in (v810*): Remove special setting of tools.
9569
9570 * configure: Add support for extra required flags for ar or nm.
9571 * configure.in (aix4.3+): Use above support for target-specific
9572 issues, rather than using config/mt-aix43.
9573
9574 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
9575
9576 * configure: Remove 'removing', which doesn't work. Replace $subdir
9577 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
9578 with $srcdir. Reformat indentation. Substitute some variables
9579 formerly hard-coded in the Makefile for build=host.
9580 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
9581 * Makefile.def: Autogenerate more.
9582 * Makefile.in: Regenerate.
9583
9584 2002-11-04 Adam Nemet <anemet@lnxw.com>
9585
9586 * MAINTAINERS (Write After Approval): Add myself.
9587
9588 2002-11-04 Kevin Buettner <kevinb@redhat.com>
9589
9590 * Makefile.def (host_modules): Add rda.
9591 * Makefile.in: Regenerate.
9592 * configure.in (target_tool): Add target-rda to list.
9593
9594 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9595
9596 * MAINTAINERS: Remove "co-maintainer" note for web pages.
9597
9598 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
9599
9600 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
9601 and restrap targets to this rule.
9602 * Makefile.in: Regenerate.
9603
9604 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9605
9606 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
9607 GNATS only accounts.
9608
9609 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
9610
9611 * configure.in (i[3456]86-*-linux*): Add check to disable
9612 ${libgcj} for glibc1.
9613
9614 2002-10-24 Denis Chertykov <denisc@overta.ru>
9615
9616 * MAINTAINERS: Add myself as ip2k port maintainer.
9617
9618 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
9619
9620 * configure.in: Add tic4x target.
9621
9622 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
9623
9624 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
9625 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
9626 * Makefile.in: Regenerate.
9627
9628 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
9629 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
9630 * Makefile.in: Regenerate.
9631
9632 2002-10-02 Janis Johnson <janis187@us.ibm.com>
9633
9634 * MAINTAINERS: Add myself as web pages co-maintainer.
9635
9636 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
9637
9638 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
9639 * Makefile.in: Regenerate.
9640
9641 2002-10-02 Zack Weinberg <zack@codesourcery.com>
9642
9643 * MAINTAINERS: Add myself and Nathan Sidwell
9644 <nathan@codesourcery.com> as VxWorks maintainers.
9645
9646 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
9647
9648 * Makefile.def: Remove order dependency comments.
9649 * Makefile.tpl: Add explicit install-install dependencies.
9650 * Makefile.in: Regenerate.
9651
9652 * Makefile.tpl: Remove material now in src-release. (Finally!)
9653 * Makefile.in: Regenerate.
9654
9655 * Makefile.tpl: Add configure-target (for src-release in src)
9656 * Makefile.in: Regenerate.
9657
9658 2002-09-30 Nick Clifton <nickc@redhat.com>
9659
9660 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
9661
9662 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
9663
9664 * configure.in (s390*-*-linux*): Enable libgcj.
9665
9666 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
9667
9668 * configure: Revert accidentally applied changes.
9669
9670 * Makefile.tpl: Make more autoconf-friendly.
9671 * Makefile.in: Regenerate.
9672 * configure: Make substitution more autoconf-like.
9673
9674 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
9675
9676 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
9677 single entry to handle all these.
9678 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
9679 libjava on arm-*-elf.
9680
9681 2002-09-27 Geoffrey Keating <geoffk@apple.com>
9682
9683 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
9684 things that depend on them.
9685
9686 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
9687
9688 * Makefile.tpl: Make subsituted variables more autoconfy.
9689 * Makefile.in: Regenerate.
9690 * configure: Make seds more autoconfy.
9691
9692 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
9693
9694 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
9695 * Makefile.in: Regenerate.
9696 * configure.in: Rewrite sed statements to look autoconfy.
9697
9698 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
9699 all-target-foo on configure-target-foo.
9700 * Makefile.def: Ditto.
9701 * Makefile.in: Rebuild.
9702
9703 2002-09-25 Andrew Haley <aph@redhat.com>
9704
9705 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
9706
9707 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
9708
9709 * Makefile.def: New file.
9710 * Makefile.tpl: New file.
9711 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
9712 * contrib/gcc_update: Note that Makefile.in is a generated file.
9713
9714 * configure.in: Minor rearrangement. Simplify tests.
9715
9716 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
9717
9718 * configure.in (with_headers): Skip copy if value is "yes".
9719 (with_libs): Likewise.
9720
9721 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
9722
9723 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
9724 * configure.in (sh*-*-pe*): Ditto.
9725 * configure.in (mips*-*-pe*): Ditto.
9726 * configure.in (*arm-wince-pe): Ditto.
9727
9728 * configure.in: Rearrange.
9729
9730 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
9731
9732 * MAINTAINERS: Update my email address.
9733
9734 2002-08-30 Paul Koning <pkoning@equallogic.com>
9735
9736 * MAINTAINERS: (Write After Approval): Add myself.
9737
9738 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
9739
9740 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
9741
9742 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
9743
9744 * MAINTAINERS: Change my mailing address.
9745
9746 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
9747
9748 * MAINTAINERS (Write After Approval): Remove myself.
9749 (Various Maintainers: c++ runtime libs): Add myself.
9750
9751 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
9752
9753 * MAINTAINERS (Write After Approval): Remove myself.
9754 (Various Maintainers: c++ runtime libs): Add myself.
9755
9756 2002-08-15 Eric Christopher <echristo@redhat.com>
9757
9758 * config.sub: Import from master repository.
9759 * config.guess: Ditto.
9760
9761 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
9762
9763 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
9764 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
9765 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
9766
9767 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
9768
9769 * MAINTAINERS: Add self to rs6000 vector extensions.
9770
9771 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
9772
9773 * libiberty/configure: Reverted unintended yesterday's check in.
9774
9775 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
9776
9777 * boehm-gc/configure, libf2c/configure: Rebuilt.
9778 * libffi/configure, libiberty/configure: Ditto.
9779 * libjava/configure, libobjc/configure: Ditto.
9780 * libstdc++-v3/configure, zlib/configure: Ditto.
9781 Merged from binutils:
9782 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
9783 From Steve Ellcey <sje@cup.hp.com>:
9784 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
9785 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
9786 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
9787 IA64.
9788 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
9789 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
9790 soname_spec, sys_lib_search_path_spec): Ditto.
9791
9792 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
9793
9794 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
9795
9796 2002-08-04 H.J. Lu (hjl@gnu.org)
9797
9798 * configure.in (mips*-*-linux*): Don't skip target-libffi.
9799
9800 2002-08-02 Krister Walfridsson <cato@df.lth.se>
9801
9802 * MAINTAINERS (Write After Approval): Add myself.
9803
9804 2002-07-31 Alan Modra <amodra@bigpond.net.au>
9805
9806 * configure.in: Move generic linux case to end. Copy generic
9807 linux noconfigdirs to mips*-*-linux* entry and new
9808 powerpc64*-*-linux* entry. Add target-libffi for the latter.
9809
9810 2002-07-19 Michael Matz <matz@suse.de>
9811
9812 * MAINTAINERS: Add myself as ra* maintainer.
9813
9814 2002-07-16 Chris Demetriou <cgd@broadcom.com>
9815
9816 * config.guess: Update to 2002-07-09 version.
9817 * config.sub: Update to 2002-07-03 version.
9818
9819 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
9820
9821 * MAINTAINERS: Fix typo in a maintainer email address.
9822
9823 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
9824
9825 * configure.in: Remove two redundant tests.
9826
9827 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9828
9829 * configure.in (mips*-*-irix6*o32): Enable stabs.
9830
9831 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
9832
9833 * configure.in: Don't build grez.
9834 * Makefile.in: Ditto.
9835
9836 * Makefile.in: Remove references to bsp, cygmon, libstub.
9837 * configure.in: Ditto.
9838
9839 * configure.in: Remove leftover reference to gdbtest.
9840
9841 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
9842
9843 * configure.in (gxx_include_dir): Change to match versioned
9844 C++ headers if --enable-version-specific-runtime-libs is used.
9845
9846 2002-07-04 Steve Ellcey <sje@cup.hp.com>
9847
9848 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
9849
9850 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
9851
9852 * configure.in: Make --without-x work.
9853
9854 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
9855
9856 * configure.in: Rearrange target Makefile fragment collection.
9857
9858 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
9859 cvs[src].
9860 * configure.in: Ditto.
9861
9862 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
9863
9864 * MAINTAINERS (Write After Approval): Update my e-mail address.
9865
9866 2002-06-24 Ben Elliston <bje@redhat.com>
9867
9868 * configure.in (host_tools): Remove cgen.
9869
9870 * Makefile.in (all-cgen): Remove; runs from its source directory.
9871 (check-cgen, install-cgen, clean-cgen): Likewise.
9872 (all-opcodes): Do not depend on all-cgen.
9873 (all-sim): Likewise.
9874
9875 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
9876
9877 * Makefile.in: Eliminate 'apache' targets.
9878 * configure.in: Eliminate 'apache' targets.
9879
9880 * configure.in: Eliminate redundant tests. Reorganize.
9881
9882 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
9883
9884 * config-ml.in: Eliminate references to Cygnus configure.
9885
9886 * Makefile.in: Eliminate references to building emacs.
9887
9888 2002-06-28 Graham Stott <graham.stott@btinternet.com>
9889
9890 * MAINTAINERS: Update my email address.
9891
9892 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
9893
9894 * config.if (libstdcxx_incdir): Version C++ headers.
9895 (cxx_incdir): Remove.
9896
9897 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
9898
9899 * MAINTAINERS (Write After Approval): Add self.
9900
9901 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
9902
9903 * configure.in: Add support for ip2k.
9904
9905 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
9906
9907 * configure.in: Fix AIX configury bug.
9908
9909 2002-06-20 Steve Ellcey <sje@cup.hp.com>
9910
9911 * MAINTAINERS (Write After Approval): Add self.
9912
9913 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
9914
9915 * configure.in: replace ${topsrcdir} with ${srcdir}
9916
9917 * configure.in: Move definition of libstdcxx_flags
9918 right above usage, rather than waaay earlier.
9919
9920 * configure.in: Pull definition of is_cross_compiler earlier.
9921
9922 * configure.in: Rearrange a little.
9923
9924 * configure.in: Remove references to librx.
9925 * Makefile.in: Remove references to librx.
9926
9927 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
9928
9929 * config.sub: Add support for avr target.
9930 Import from master sources, rev 1.255
9931
9932 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
9933
9934 * configure, .cvsignore: Revert previous change...
9935 * Makefile: ...delete.
9936
9937 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
9938
9939 * configure.in: Eliminate ${gasdir} variable.
9940
9941 2002-06-18 Dave Brolley <brolley@redhat.com>
9942
9943 * configure.in: Add support for frv.
9944 * config.sub: Add support for frv.
9945
9946 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
9947
9948 * configure: Remove garbage from previous commit.
9949
9950 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
9951
9952 * configure: For in-source builds, make a subdir and re-exec there.
9953 * Makefile: New file. Pass targets through to build directory.
9954 * .cvsignore: No longer ignore "Makefile".
9955
9956 2002-06-16 Douglas Rupp <rupp@gnat.com>
9957
9958 * MAINTAINERS (Write After Approval): Add self.
9959
9960 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9961
9962 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
9963
9964 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
9965
9966 * configure.in (vax-*-netbsd*): Re-enable gas.
9967
9968 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
9969
9970 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
9971 BUILD_PREFIX_1, to correct nomenclature.
9972 * configure: Likewise.
9973
9974 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
9975 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
9976
9977 2002-05-31 Olaf Hering <olh@suse.de>
9978
9979 * config-ml.in: Propogate DESTDIR also.
9980
9981 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
9982
9983 * configure.in (vax-*-netbsd*): Don't build gas for this
9984 platform.
9985
9986 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
9987
9988 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9989 and libgcj for AVR.
9990
9991 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
9992
9993 * MAINTAINERS (Write After Approval): Add myself.
9994
9995 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
9996
9997 * config.guess: Update to 2002-05-22 version.
9998 * config.sub: Likewise.
9999
10000 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10001
10002 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
10003 * config-ml.in: Likewise.
10004 * configure: Likewise.
10005 * configure.in: Likewise.
10006
10007 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
10008
10009 * MAINTAINERS: Update my email address.
10010
10011 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
10012
10013 * configure.in: Simplify makefile fragment collection.
10014
10015 * configure.in: Remove code to build emacs.
10016
10017 * configure.in : Remove --srcdir argument from targargs and buildargs
10018 (it's always overridden in the Makefile anyway). Rearrange a bit.
10019
10020 * configure: Move some logic to configure.in.
10021 * configure.in: Move some logic from configure.
10022
10023 2002-05-11 Tom Tromey <tromey@redhat.com>
10024
10025 * MAINTAINERS: Reflect libgcj reality.
10026
10027 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
10028
10029 * Makefile.in: Honour DESTDIR.
10030
10031 2002-05-08 Mark Mitchell <mark@codesourcery.com>
10032
10033 * config.guess: Import 2002-03-20 version.
10034 * config.sub: Import 2002-04-26 version.
10035
10036 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10037
10038 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
10039
10040 2002-05-07 Tim Josling <tej@melbpc.org.au>
10041
10042 * MAINTAINERS: Add self.
10043
10044 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
10045
10046 * ltmain.sh: Detect and handle object name conflicts
10047 while piecewise linking a static library.
10048
10049 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
10050
10051 * configure.in (noconfigdirs): Don't disable libgcj on
10052 sparc64-*-solaris* and sparcv9-*-solaris*.
10053
10054 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
10055
10056 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
10057
10058 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
10059
10060 * configure.in (FLAGS_FOR_TARGET): Do not add
10061 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
10062 on i[3456]86-*-linux*.
10063
10064 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
10065
10066 * configure.in (noconfigdirs): Replace [ ] with test.
10067
10068 * configure.in (noconfigdirs): Do not add target-newlib if
10069 target == i[3456]86-*-linux*, and host == target.
10070
10071 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
10072
10073 * configure.in: delete reference to absent file
10074
10075 * configure.in: replace '[' with 'test'
10076
10077 * configure.in: Eliminate references to gash.
10078 * Makefile.in: Eliminate references to gash.
10079
10080 * configure.in: remove useless references to 'pic' makefile fragments.
10081
10082 * configure.in: (*-*-windows*) Finish removing.
10083
10084 * configure.in: Eliminate redundant test for libgui.
10085
10086 2002-04-29 Roger Sayle <roger@eyesopen.com>
10087
10088 * MAINTAINERS: Add self and realphabetize. Update entries
10089 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
10090 entry for a29k port maintainer.
10091
10092 2002-04-26 Joel Sherrill <joel@OARcorp.com>
10093
10094 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
10095 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
10096
10097 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
10098
10099 * configure.in: remove references to dead files
10100
10101 2002-04-19 Mark Mitchell <mark@codesourcery.com>
10102
10103 * MAINTAINERS: Add information about purpose of this file.
10104
10105 2002-04-18 Tom Tromey <tromey@redhat.com>
10106
10107 * configure.in: Disallow configuring libgcj when it is already
10108 installed and we're using Solaris 2.8 linker. Do enable libgcj on
10109 Solaris 2.8 by default. For PR libgcj/6158.
10110
10111 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
10112
10113 * configure.in: Move default CC setting out of config/mh-* fragments
10114 directly into here.
10115
10116 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
10117
10118 * configure.in: don't even try to configure or make a subdirectory
10119 if there's no configure script for it.
10120
10121 2002-04-15 Mark Mitchell <mark@codesourcery.com>
10122
10123 * MAINTAINERS: Remove chill maintainers.
10124 * Makefile.in (CHILLFLAGS): Remove.
10125 (CHILL_LIB): Remove.
10126 (TARGET_CONFIGDIRS): Remove libchill.
10127 (CHILL_FOR_TARGET): Remove.
10128 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
10129 CHILL_LIB.
10130 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
10131 (CHECK_TARGET_MODULES): Likewise.
10132 (INSTALL_TARGET_MODULES): Likewise.
10133 (CLEAN_TARGET_MODULES): Likewise.
10134 (configure-target-libchill): Remove.
10135 (all-target-libchill): Remove.
10136 * configure.in (target_libs): Remove target-libchill.
10137 Do not compute CHILL_FOR_TARGET.
10138 * libchill: Remove directory.
10139
10140 2002-04-11 DJ Delorie <dj@redhat.com>
10141
10142 * Makefile.in, configure.in: Sync with binutils, entries
10143 follow...
10144
10145 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10146
10147 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
10148 (do-tar, do-bz2): New rules.
10149 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
10150 (gdb-tar): New rule.
10151 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
10152 (insight_dejagnu.tar): New rule.
10153 (insight.tar): New rule.
10154 (gdb+dejagnu.tar): New rule.
10155 (gdb.tar): New rule.
10156
10157 2002-02-01 Mo DeJong <supermo@bayarea.net>
10158
10159 * Makefile.in: Add all-tix to deps for all-snavigator
10160 so that tix is built when building snavigator.
10161
10162 2002-01-11 Steve Ellcey <sje@cup.hp.com>
10163
10164 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
10165 ld and gdb are not supported.
10166
10167 2002-01-07 Mark Salter <msalter@redhat.com>
10168
10169 * configure.in: Remove target-bsp and target-cygmon from arm builds.
10170 Allow target-libgloss to be built for arm, strongarm, and xscale.
10171
10172 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
10173
10174 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
10175 options for i[3456]86-pc-linux* native builds.
10176
10177 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
10178
10179 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
10180 files from .po files for a distribution.
10181
10182 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
10183
10184 * configure.in: Enable libstdc++-v3 for h8300 targets.
10185
10186 2001-06-19 Alan Modra <amodra@bigpond.net.au>
10187
10188 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
10189 version from bfd/.
10190
10191 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
10192
10193 * Makefile.in (VER): When present, extract the version number from
10194 the file version.in.
10195
10196 2001-05-24 Tom Rix <trix@redhat.com>
10197
10198 * configure.in : enable ld for aix
10199
10200 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
10201
10202 * config.guess: Add linux target for S/390.
10203
10204 2000-11-07 Philip Blundell <pb@futuretv.com>
10205
10206 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
10207
10208 2000-11-03 Philip Blundell <pb@futuretv.com>
10209
10210 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
10211 files.
10212
10213 2001-01-15 Ben Elliston <bje@redhat.com>
10214
10215 * configure.in (host_tools): Add sid.
10216 Always configure cgen.
10217
10218 2000-11-24 Nick Clifton <nickc@redhat.com>
10219
10220 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
10221
10222
10223 2000-08-20 Doug Evans <dje@casey.transmeta.com>
10224
10225 * Makefile.in (ALL_MODULES): Add all-cgen.
10226 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
10227 (all-cgen): New target.
10228 (all-opcodes,all-sim): Depend on all-cgen.
10229 * configure.in (host_tools): Add cgen.
10230 Only configure cgen if --enable-cgen-maint.
10231
10232 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
10233
10234 * configure.in: Add *-*-freebsd* configurations.
10235
10236 2002-04-08 Tom Tromey <tromey@redhat.com>
10237
10238 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
10239 Fixes PR libgcj/6068.
10240
10241 2002-03-30 Krister Walfridsson <cato@df.lth.se>
10242
10243 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
10244
10245 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10246
10247 * configure.in (alpha*-dec-osf*): Enable libgcj.
10248
10249 2003-03-27 Matthew Gingell <gingell@gnat.com>
10250
10251 * MAINTAINERS (Write After Approval): Add myself.
10252
10253 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
10254
10255 Fix for: PR bootstrap/3591, target/5676
10256 * configure.in (mcore-pe): Disable the configuration of
10257 libstdc++-v3 since exceptions are not supported.
10258
10259 2002-03-20 Anthony Green <green@redhat.com>
10260
10261 * configure.in: Enable libgcj for xscale-elf target.
10262
10263 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
10264
10265 * MAINTAINERS: Update my email address.
10266
10267 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
10268
10269 * ltmain.sh (relink_command): Fix typo in previous change.
10270
10271 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
10272
10273 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
10274 (relink_command): Added --tag flags.
10275 (mode=install): If relinking fails; error out.
10276
10277 2002-03-12 Richard Henderson <rth@redhat.com>
10278
10279 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
10280 .NOTPARALLEL tag.
10281 (do-check): Rename from check.
10282 (check): Allow parallel check.
10283
10284 2002-03-12 Bob Wilson <bob.wilson@acm.org>
10285
10286 * MAINTAINERS: Add myself as maintainer for xtensa port.
10287 Fix alphabetical order in CPU port maintainer list.
10288 Remove myself from Write After Approval list.
10289
10290 2002-03-11 Richard Henderson <rth@redhat.com>
10291
10292 * Makefile.in (.NOTPARALLEL): Add fake tag.
10293
10294 2002-03-07 H.J. Lu (hjl@gnu.org)
10295
10296 * configure.in: Enable gprof for mips*-*-linux*.
10297
10298 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
10299
10300 * MAINTAINERS (Write After Approval): Add myself.
10301
10302 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
10303
10304 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
10305 libjava.
10306 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
10307
10308 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
10309
10310 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
10311 because its Makefile is there; test for the executable instead.
10312
10313 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
10314
10315 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
10316 libstdc++-v3 and libjava.
10317
10318 2002-02-11 Adam Megacz <adam@xwt.org>
10319
10320 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
10321 boehm-gc
10322
10323 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
10324
10325 * config.guess: Updated to 2002-01-30's version.
10326 * config.sub: Updated to 2002-02-01's version.
10327 Contribute sh64-elf.
10328 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
10329 * configure.in: Added sh64-*-*.
10330
10331 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10332
10333 * MAINTAINERS: Belatedly add myself to write after approval list.
10334
10335 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
10336
10337 * MAINTAINERS: Put self in as maintainer for x86-64 port.
10338 Remove self as Write After Approval.
10339
10340 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
10341
10342 * MAINTAINERS: Put self in as maintainer for contrib/regression
10343 directory.
10344
10345 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
10346
10347 * MAINTAINERS: Update my email address.
10348
10349 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
10350
10351 * configure.in (*-*-netbsd*): New. Skip target-newlib,
10352 target-libiberty, and target-libgloss. Skip Java-related
10353 libraries if not supported for NetBSD on target CPU.
10354
10355 2002-01-25 Douglas B Rupp <rupp@gnat.com>
10356
10357 * install-sh: Use _inst.$$_ for temp file name.
10358
10359 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
10360
10361 * MAINTAINERS (Write After Approval): Move my contact info
10362 from here...
10363 (OS Port Maintainers): ...to here (netbsd).
10364
10365 2002-01-22 Bob Wilson <bob.wilson@acm.org>
10366
10367 * MAINTAINERS (Write After Approval): Add myself.
10368
10369 2002-01-17 H.J. Lu <hjl@gnu.org>
10370
10371 * Makefile.in (all-fastjar): Also depend on all-libiberty.
10372 (all-target-fastjar): Also depend on all-target-libiberty.
10373
10374 2002-01-16 H.J. Lu (hjl@gnu.org)
10375
10376 * config.guess: Import from master sources, rev 1.225.
10377 * config.sub: Import from master sources, rev 1.238.
10378
10379 2002-01-16 Kazu Hirata <kazu@hxi.com>
10380
10381 * MAINTAINERS (Write After Approval): Remove myself.
10382
10383 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
10384
10385 * MAINTAINERS (Write After Approval): Add myself.
10386
10387 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
10388
10389 * MAINTAINERS: Add self as docs co-maintainer.
10390
10391 2001-12-11 Matthias Klose <doko@debian.org>
10392
10393 * MAINTAINERS (Write After Approval): Add myself.
10394
10395 2001-12-09 Zack Weinberg <zack@codesourcery.com>
10396
10397 * MAINTAINERS: Update my email address.
10398
10399 2001-12-07 Turly O'Connor <turly@apple.com>
10400 * MAINTAINERS (Write After Approval): Add myself.
10401 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
10402 (rs6000_initialize_trampoline): Call __trampoline_setup for
10403 ABI_DARWIN too.
10404 * darwin-tramp.asm: New file, implements __trampoline_setup.
10405 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
10406
10407 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
10408
10409 * MAINTAINERS (Write After Approval): Add myself.
10410
10411 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
10412
10413 * configure, configure.in: Use temp file for long sed commands.
10414
10415 2001-12-03 Laurent Guerby <guerby@acm.org>
10416
10417 * config.sub: Update to version 1.232 on subversion.
10418
10419 2001-12-03 Ben Elliston <bje@redhat.com>
10420
10421 * MAINTAINERS: Update mail address for config.* patches.
10422
10423 2001-11-27 DJ Delorie <dj@redhat.com>
10424 Zack Weinberg <zack@codesourcery.com>
10425
10426 When build != host, create libiberty for the build machine.
10427
10428 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
10429 CONFIG_ARGUMENTS.
10430 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
10431 New variables.
10432 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
10433 and rules.
10434 (all.normal): Depend on ALL_BUILD_MODULES.
10435 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
10436 (all-build-libiberty): Depend on configure-build-libiberty.
10437
10438 * configure: Calculate and substitute proper value for
10439 ALL_BUILD_MODULES.
10440 * configure.in: Create the build subdirectory.
10441 Calculate and substitute TARGET_CONFIGARGS (formerly
10442 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
10443
10444 2001-11-26 Ziemowit Laski <zlaski@apple.com>
10445
10446 * MAINTAINERS (write-after-approval): Add self.
10447
10448 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
10449
10450 * MAINTAINERS (GNATS only accounts): Remove self.
10451
10452 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
10453
10454 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
10455 libf2c.
10456
10457 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
10458
10459 * MAINTAINERS (Write After Approval): Add self.
10460
10461 2001-11-12 David O'Brien <obrien@FreeBSD.org>
10462
10463 * MAINTAINERS: mips and s390 are also CPU ports.
10464
10465 2001-11-12 David O'Brien <obrien@FreeBSD.org>
10466
10467 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
10468
10469 2001-11-11 David O'Brien <obrien@FreeBSD.org>
10470
10471 * MAINTAINERS: Alphabetize.
10472
10473 2001-11-09 Kazu Hirata <kazu@hxi.com>
10474
10475 * MAINTAINERS (Various maintainers: h8 port): Add myself.
10476
10477 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
10478
10479 * MAINTAINERS (Various maintainers: hppa port): Added myself.
10480
10481 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
10482
10483 * configure.in (--enable-languages): Be more permissive about
10484 syntax. Check for empty lists better. Warn about $LANGUAGES.
10485
10486 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
10487
10488 * config.sub: Import from master sources, rev. 1.230.
10489 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
10490
10491 2001-11-07 Laurent Guerby <guerby@acm.org>
10492
10493 * MAINTAINERS (Write After Approval): Add self.
10494
10495 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
10496
10497 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
10498
10499 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
10500
10501 * config.sub: Import from master sources, rev 1.226.
10502 * config.guess: Import from master sources, rev 1.216.
10503
10504 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
10505
10506 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
10507 * MAINTAINERS: Add self as maintainer of MMIX port.
10508 Remove old after-approval entry.
10509
10510 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
10511
10512 * ChangeLog, configure: Fix spelling errors.
10513
10514 2001-10-20 Brendan Kehoe <brendan@zen.org>
10515
10516 * MAINTAINERS: Tweak my address.
10517
10518 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
10519
10520 * MAINTAINERS: Update my email address.
10521
10522 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
10523
10524 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
10525 * MAINTAINERS: Add self as maintainer of CRIS port.
10526
10527 2001-10-10 Geert Bosch <bosch@gnat.com>
10528
10529 * MAINTAINERS (Various maintainers: Ada front end):
10530 Added Robert Dewar.
10531
10532 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
10533
10534 * MAINTAINERS (Write After Approval): Added self
10535
10536 2001-10-02 Geert Bosch <bosch@gnat.com>
10537
10538 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10539
10540 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
10541
10542 * configure: Handle temporary files securely using mkdir.
10543
10544 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
10545
10546 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
10547
10548 2001-09-26 Will Cohen <wcohen@redhat.com>
10549
10550 * configure.in (*-*-linux*): Disable configuration of target-newlib
10551 and target-libgloss.
10552
10553 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
10554
10555 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
10556 RANLIB.
10557
10558 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
10559
10560 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
10561 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
10562 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
10563 avoid quotes nesting problems.
10564 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
10565 (DO_X): Export only variables that are set.
10566
10567 2001-09-19 Ben Elliston <bje@redhat.com>
10568
10569 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
10570 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
10571 semantics. Use the shell built-in "type" command instead.
10572
10573 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
10574
10575 Merged from gcc-3_0-branch:
10576 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
10577 * ltcf-c.sh: Use $objext, not $ac_objext.
10578 2001-07-27 Mark Kettenis <kettenis@gnu.org>
10579 * ltcf-cxx.sh: Add support for GNU.
10580 2001-07-22 Timothy Wall <twall@redhat.com>
10581 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
10582 default settings if using GNU tools with that configuration.
10583 * ltcf-cxx.sh: Ditto.
10584 * ltcf-gcj.sh: Ditto.
10585 2001-07-21 Michael Chastain <chastain@redhat.com>
10586 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
10587 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
10588 * ltmain.sh: Mark as gcc-local.
10589
10590 2001-08-30 Eric Christopher <echristo@redhat.com>
10591 Jason Eckhardt <jle@redhat.com>
10592
10593 * config.guess: Merge from master sources.
10594 * config.sub: Merge from master sources, add support for mipsisa32.
10595
10596 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
10597 * config.sub: Merge from master sources, rev 1.219.
10598 * MAINTAINERS: Add self as contact for stormy16 port.
10599
10600 2001-08-14 Zack Weinberg <zackw@panix.com>
10601
10602 * config.sub: Merge from master sources, rev 1.218.
10603 * config.guess: Merge from master sources, rev 1.209.
10604
10605 2001-08-11 Graham Stott <grahams@redhat.com>
10606
10607 * Makefile.in (check-c++): Add missing semicolon.
10608
10609 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
10610
10611 * MAINTAINERS (Various maitainers: predict.def): Added myself.
10612
10613 2001-07-30 Eric Christopher <echristo@redhat.com>
10614
10615 * MAINTAINERS (Various maintainers: mips port): Added myself.
10616
10617 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
10618
10619 * configure.in (sh-*-linux*): New.
10620
10621 2001-07-27 Richard Henderson <rth@redhat.com>
10622
10623 * .cvsignore: Add LAST_UPDATED.
10624
10625 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
10626
10627 * MAINTAINERS (Various maintainers: s390 port): Added myself.
10628
10629 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
10630
10631 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
10632
10633 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
10634
10635 * MAINTAINERS (Write After Approval): Added myself.
10636
10637 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10638
10639 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10640 and libgcj on m68hc11/m68hc12.
10641
10642 2001-06-27 H.J. Lu (hjl@gnu.org)
10643
10644 * Makefile (CFLAGS_FOR_BUILD): New.
10645 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
10646
10647 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
10648
10649 * README: Remove version number.
10650
10651 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10652
10653 * INSTALL/README: Update wrt. to the installation instructions now
10654 residing in gcc/doc/install.texi.
10655
10656 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
10657
10658 * README: Replace with a cut-down and updated version of gcc/README.
10659
10660 2001-06-12 David Edelsohn <edelsohn@gnu.org>
10661
10662 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
10663 multilibs to be disabled.
10664
10665 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
10666
10667 * MAINTAINERS (Write After Approval): Add myself.
10668
10669 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
10670
10671 * config.guess: Import CVS version 1.195.
10672 * config.sub: Import CVS version 1.212.
10673
10674 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
10675
10676 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10677 gcc/xgcc is built, use -print-prog-name to find out the program
10678 name to use.
10679
10680 2001-06-04 Phil Edwards <pme@sources.redhat.com>
10681
10682 * config.guess: Import CVS version 1.194. All gcc-local changes
10683 appear to also be in the master copy.
10684 * config.sub: Import CVS version 1.211.
10685
10686 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
10687
10688 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
10689 with_gcc]: Use `gcc -shared' to build a shared library.
10690
10691 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
10692
10693 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
10694 archives.
10695
10696 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10697
10698 * MAINTAINERS (Write After Approval): Add myself.
10699
10700 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
10701
10702 * configure.in (libstdcxx_flags): Do not try to execute
10703 libstdc++-v3/testsuite_flags until it exists.
10704
10705 2001-06-01 Alan Modra <amodra@bigpond.net.au>
10706
10707 * MAINTAINERS: Update my email address.
10708
10709 2001-05-31 Graham Stott <grahams@redhat.com>
10710
10711 * MAINTAINERS (Write After Approval): Add myself.
10712
10713 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
10714
10715 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
10716 libraries when using g++ with native linker.
10717
10718 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
10719
10720 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
10721
10722 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
10723
10724 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
10725 [aix4*|aix5*]: Prepend blank.
10726
10727 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
10728
10729 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10730 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
10731 of subdir/configure scripts to use the new libtool.m4.
10732
10733 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
10734
10735 * MAINTAINERS (Write After Approval): Add myself.
10736
10737 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
10738
10739 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
10740
10741 2001-05-11 Ben Elliston <bje@redhat.com>
10742
10743 * Makefile.in (all-sid): New target.
10744 (check-sid, clean-sid, install-sid): Likewise.
10745
10746 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
10747
10748 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
10749
10750 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
10751
10752 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
10753 libgcj.
10754
10755 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
10756
10757 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10758 gcc/xgcc is built, use -print-prog-name to find out the program
10759 name to use.
10760
10761 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
10762
10763 * configure.in (noconfigdirs): Don't reset it from scratch in the
10764 target case; only append to it.
10765
10766 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
10767 sparc-*-solaris2.8]: Disable ${libgcj}.
10768
10769 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
10770
10771 * configure.in (libgcj_saved): Copy from $libgcj.
10772 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
10773 --disable-libgcj.
10774
10775 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
10776
10777 * MAINTAINERS: Remove self as MIPS maintainer and
10778 C front end maintainer.
10779
10780 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
10781
10782 * configure.in: Move *-chorusos target case to the proper switch.
10783 Disable libgcj.
10784
10785 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
10786
10787 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
10788 1.641.2.228.
10789
10790 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10791
10792 * Makefile.in (STAGE1_CFLAGS): Pass down.
10793
10794 2001-04-13 Alan Modra <amodra@one.net.au>
10795
10796 * config.guess: Add hppa64-linux support. Note for next import that
10797 this is already in the master file.
10798 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
10799
10800 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
10801
10802 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10803 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
10804
10805 2001-04-11 Stan Shebs <shebs@apple.com>
10806
10807 * MAINTAINERS: Add self as Darwin port maintainer.
10808
10809 2001-04-11 Alan Modra <amodra@one.net.au>
10810
10811 * MAINTAINERS: Update my email address.
10812
10813 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
10814
10815 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10816 recent versions of FreeBSD (release 3 or later).
10817 * ltconfig: On FreeBSD, -lc must not be provided when building
10818 a shared library or else the standard -pthread gcc option is
10819 rendered worthless to later users of the built library.
10820
10821 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
10822
10823 * MAINTAINERS: Add self and RTH as C front end maintainers.
10824
10825 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
10826
10827 * config.sub: Make sure to match an already-canonicalized
10828 machine name (eg. mn10300-unknown-elf).
10829
10830 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
10831
10832 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
10833 New macros.
10834 (bootstrap, cross): Use RECURSE_FLAGS.
10835 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
10836
10837 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
10838
10839 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
10840
10841 2001-03-22 Colin Howell <chowell@redhat.com>
10842
10843 * Makefile.in (DO_X): Do not backslash single-quotes in
10844 backquotes (two places).
10845
10846 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
10847
10848 Re-installed:
10849 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10850 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
10851 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10852 * ltcf-cxx.sh: Likewise.
10853 * ltcf-gcj.sh: Likewise.
10854
10855 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10856
10857 * MAINTAINERS: Add myself as "documentation co-maintainer".
10858
10859 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
10860
10861 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10862 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
10863
10864 2001-03-19 Tom Tromey <tromey@redhat.com>
10865
10866 * config-ml.in: Handle GCJ and GCJFLAGS.
10867
10868 2001-03-21 Michael Chastain <chastain@redhat.com>
10869
10870 * Makefile.in: all-m4 depends on all-texinfo.
10871
10872 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
10873
10874 * MAINTAINERS: Add myself to write after approval list.
10875
10876 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
10877
10878 * Makefile.in (DO_X): Quote nested quotes.
10879
10880 2001-03-18 Alan Modra <alan@linuxcare.com.au>
10881
10882 * MAINTAINERS: Add myself to write after approval list.
10883
10884 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
10885
10886 * Makefile.in (DO_X): Use double quotes for quoting
10887 "RANLIB=$${RANLIB}".
10888
10889 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
10890
10891 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
10892
10893 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
10894
10895 * configure.in: Only use `lang_requires' for languages athat are
10896 actually enabled.
10897
10898 2001-03-08 Phil Edwards <pme@sources.redhat.com>
10899
10900 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
10901
10902 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
10903
10904 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
10905
10906 2001-03-07 Tom Tromey <tromey@redhat.com>
10907
10908 * configure.in: Allow config-lang.in to set `lang_requires' to list
10909 of other required languages.
10910
10911 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
10912
10913 * Makefile.in: Remove RANLIB definition. Use RANLIB
10914 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
10915 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
10916
10917 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
10918 Alexandre Oliva <aoliva@redhat.com>
10919
10920 * Makefile.in (check-c++): Use tabs, not spaces.
10921
10922 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
10923
10924 * MAINTAINERS: add myself to Write After Approval list.
10925
10926 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
10927
10928 * Makefile.in (check-c++): New rule.
10929
10930 * configure.in (target_libs): Remove libg++.
10931 (noconfigdirs): Remove libg++.
10932 (noconfigdirs): Same.
10933 (noconfigdirs): Same.
10934 (noconfigdirs): Same.
10935
10936 * config-ml.in: Remove libg++ references.
10937
10938 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
10939 (ALL_TARGET_MODULES): Same.
10940 (configure-target-libg++): Remove.
10941 (all-target-libg++): Remove.
10942 (configure-target-libio): Remove.
10943 (all-target-libio): Remove.
10944 (check-target-libio): Remove.
10945 (.PHONY): Remove.
10946 (libg++.tar.bz2): Remove.
10947 (all-target-cygmon): Remove libio.
10948 (all-target-libstdc++): Remove.
10949 (configure-target-libstdc++): Remove.
10950 (TARGET_LIB_PATH): Remove libstdc++.
10951 (ALL_GCC_CXX): Remove libstdc++.
10952 (all-target-gperf): Correct.
10953
10954 2001-02-16 Nick Clifton <nickc@redhat.com>
10955
10956 * configure.in (noconfigdirs): Allow configuration of texinfo
10957 for Cygwin hosts.
10958
10959 2001-02-15 Anthony Green <green@redhat.com>
10960
10961 * configure: Introduce GCJ_FOR_TARGET.
10962 * configure.in: Ditto.
10963 * Makefile.in: Ditto.
10964
10965 2001-02-13 Andreas Schwab <schwab@suse.de>
10966
10967 * MAINTAINERS: Update mail address.
10968
10969 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
10970
10971 * config.guess: Add linux target for S/390.
10972 * config.sub: Likewise.
10973
10974 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
10975
10976 * configure.in: for *-chorusos, don't config target-newlib and
10977 target-libgloss.
10978
10979 2001-02-06 Ben Elliston <bje@redhat.com>
10980
10981 * configure: Output host type to stdout, not stderr.
10982
10983 2001-02-05 Mark Mitchell <mark@codesourcery.com>
10984
10985 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
10986 * ltcf-cxx.sh: Likewise.
10987
10988 * config.if: Assume enable_libstdcxx_v3 is defined.
10989
10990 2001-02-04 Mark Mitchell <mark@codesourcery.com>
10991
10992 Remove V2 C++ library.
10993 * configure.in: Remove --enable-libstdcxx_v3 support.
10994
10995 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
10996
10997 * include/demangle.h: Add prototype for java_demangle_v3.
10998
10999 2001-01-29 Phil Edwards <pme@sources.redhat.com>
11000
11001 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
11002
11003 2001-01-27 Richard Henderson <rth@redhat.com>
11004
11005 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
11006
11007 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11008
11009 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
11010 Don't unset, it's non-portable and no longer necessary, set to empty
11011 instead.
11012
11013 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11014
11015 * ltconfig: Shell portability fix for the tagname validity check.
11016
11017 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
11018
11019 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
11020 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
11021
11022 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11023
11024 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
11025
11026 2001-01-26 Tom Tromey <tromey@redhat.com>
11027
11028 * configure.in: Allow libgcj to be built on Sparc Solaris.
11029
11030 2001-01-25 David Edelsohn <edelsohn@gnu.org>
11031
11032 * ltcf-c.sh: Add aix5 case.
11033 * ltcf-cxx.sh: Likewise.
11034 * ltconfig: Likewise.
11035
11036 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
11037
11038 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
11039 keep at least one of build_libtool_libs or build_old_libs set to
11040 yes.
11041
11042 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
11043 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
11044
11045 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
11046
11047 * configure.in: Enable libgcj on several additional platforms.
11048
11049 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
11050
11051 * configure.in: Enable libgcj for linux targets.
11052
11053 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11054
11055 * MAINTAINERS (Write After Approval): Add myself.
11056
11057 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
11058
11059 * MAINTAINERS: Add myself as vax port maintainer.
11060
11061 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
11062
11063 * MAINTAINERS: Add myself as Mercury front-end maintainer.
11064
11065 2001-01-09 Mike Stump <mrs@wrs.com>
11066
11067 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
11068 failures of subdirectories.
11069
11070 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11071
11072 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
11073 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11074 * ltcf-cxx.sh: Likewise.
11075 * ltcf-gcj.sh: Likewise.
11076 * ltconfig.sh: Fix typo.
11077
11078 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11079
11080 * configure: handle DOS-style absolute paths.
11081
11082 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11083
11084 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
11085
11086 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
11087
11088 * MAINTAINERS: Add myself as avr port co-maintainer.
11089
11090 2000-12-28 Ben Elliston <bje@redhat.com>
11091
11092 * MAINTAINERS: Add myself under ``Write After Approval''.
11093
11094 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
11095
11096 * texinfo: Remove directory from GCC.
11097
11098 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
11099
11100 * COPYING: Update to current
11101 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
11102 to 19yy as example year in copyright notice).
11103
11104 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
11105
11106 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
11107 (libstdcxx_incdir): Pass down.
11108 * config.if: Remove expired bits for cxx_interface, add stub.
11109 (libstdcxx_incdir): Add variable for g++ include directory.
11110 * configure.in (gxx_include_dir): Use it.
11111
11112 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
11113
11114 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
11115 with old-email address from ``Write After Approval''.
11116
11117 2000-12-15 Andreas Jaeger <aj@suse.de>
11118
11119 * configure.in: Handle lang_dirs.
11120
11121 2000-12-14 Tom Tromey <tromey@redhat.com>
11122
11123 * MAINTAINERS: Removed brads.
11124
11125 * MAINTAINERS: Added gcj developers.
11126
11127 2000-12-13 Anthony Green <green@redhat.com>
11128
11129 * configure.in: Disable libgcj for any target not specifically
11130 listed. Disable libgcj for x86 and Alpha Linux until compatible
11131 with g++ abi.
11132
11133 2000-12-13 Mike Stump <mrs@wrs.com>
11134
11135 * Makefile.in (local-distclean): Also remove fastjar.
11136
11137 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
11138
11139 * contrib/gcc_update: Add fastjar --touch entries.
11140
11141 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
11142
11143 * configure.in: Disable language-specific target libraries for
11144 languages that aren't enabled.
11145
11146 2000-12-10 Anthony Green <green@redhat.com>
11147
11148 * configure.in: Define libgcj. Disable libgcj target libraries for
11149 most targets.
11150
11151 2000-12-10 Neil Booth <neilb@earthling.net>
11152
11153 * MAINTAINERS: Update mail address, remove from WAA list.
11154
11155 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
11156
11157 * libjava: Imported from /cvs/java.
11158 * libffi: Likewise.
11159 * Boehm-gc: Likewise.
11160
11161 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
11162
11163 * configure.in (target_libs): Revert 2000-12-08 patch.
11164 (noconfigdirs): Added target-libjava.
11165
11166 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
11167
11168 * djunpack.bat: removed.
11169
11170 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
11171
11172 * Makefile.in: handle DOS-style absolute paths.
11173 * config-ml.in: likewise.
11174 * symlink-tree: likewise.
11175
11176 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11177
11178 * fastjar: Imported.
11179
11180 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11181
11182 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
11183 libjava.
11184 * configure.in (target_libs): Removed `target-libjava'.
11185
11186 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11187
11188 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
11189 (ALL_MODULES): Added fastjar.
11190 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
11191 (all-target-libjava): all-fastjar replaces all-zip.
11192 (all-fastjar): Added.
11193 (configure-target-fastjar, all-target-fastjar): Likewise.
11194 * configure.in (host_tools): Added fastjar.
11195
11196 2000-12-07 Mike Stump <mrs@wrs.com>
11197
11198 * Makefile.in (local-distclean): Remove leftover built files.
11199
11200 2000-11-24 Nick Clifton <nickc@redhat.com>
11201
11202 * configure.in (xscale-elf): Add target.
11203 (xscale-coff): Add target.
11204
11205 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
11206
11207 * ltcf-cxx.sh: Support creation of C++ shared libraries on
11208 recent versions of FreeBSD (release 3 or later).
11209 * ltconfig: On FreeBSD, -lc must not be provided when building
11210 a shared library or else the standard -pthread gcc option is
11211 rendered worthless to later users of the built library.
11212
11213 2000-11-16 Fred Fish <fnf@be.com>
11214
11215 * configure.in (enable_libstdcxx_v3): Fix typo,
11216 libstd++ -> libstdc++.
11217
11218 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11219
11220 * MAINTAINERS: Add self to Write After Approval list.
11221
11222 2000-11-21 Bernd Schmidt <bernds@redhat.com>
11223
11224 * MAINTAINERS: Update my email address. Add myself to global write
11225 privs list.
11226
11227 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
11228
11229 * Makefile.in: Merge with src and libgcj.
11230 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
11231 configure-target-<library> when their configure scripts need the C
11232 or C++ library to have already been built to work properly.
11233 (do_proto_toplev): Set them to an empty string.
11234
11235 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
11236 (REALLY_SET_LIB_PATH): Use them.
11237
11238 2000-11-17 Stan Shebs <shebs@apple.com>
11239
11240 * MAINTAINERS: Add self to Write After Approval list.
11241
11242 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
11243
11244 * configure: Provide the original toplevel configure arguments
11245 (including $0) to subprocesses in the environment rather than
11246 through gcc/configargs.h.
11247
11248 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
11249
11250 * MAINTAINERS: Remove references to cccp. Change C9X reference to
11251 C99. Alphabetise "Write After Approval" list.
11252
11253 2000-11-12 Mark Mitchell <mark@codesourcery.com>
11254
11255 * configure: Turn on libstdc++ V3 by default.
11256
11257 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
11258 if we've got GCC.
11259
11260 2000-11-11 Philip Blundell <philb@gnu.org>
11261
11262 * MAINTAINERS: Add self to Write After Approval list.
11263
11264 2000-11-09 David Edelsohn <edelsohn@gnu.org>
11265
11266 * ltcf-c.sh (aix4): Improve shared library configuration; require
11267 exporting symbols.
11268 * ltcf-cxx.sh (aix4): Define.
11269 * ltconfig (aix4): Define library and soname specs appropriate for
11270 AIX. Define command to create export symbols list.
11271
11272 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
11273
11274 * config.sub: Add support for Sun Chorus
11275
11276 2000-10-31 Nick Clifton <nickc@redhat.com>
11277
11278 * MAINTAINERS: Rename <name>@cygnus.com addresses to
11279 <name>@redhat.com. Also installed new email address for Clint
11280 Popetz.
11281
11282 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
11283
11284 * etc: Remove directory from GCC.
11285
11286 2000-10-16 Michael Meissner <meissner@redhat.com>
11287
11288 * configure (gcc/configargs.h): Only create if there is a build GCC
11289 directory created.
11290
11291 2000-10-16 Matthias Klose <doko@debian.org>
11292
11293 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
11294 when configured for libstdc++-v3.
11295
11296 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
11297
11298 * configure: Save configure arguments to gcc/configargs.h.
11299
11300 2000-10-04 Philipp Thomas <pthomas@suse.de>
11301
11302 * config.guess: Import CVS version 1.157.
11303 * config.sub: Import CVS version 1.181.
11304
11305 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
11306
11307 * Makefile.in (bootstrap): avoid recursion if subdir missing
11308 (cross): ditto
11309 (do-proto-toplev): ditto
11310
11311 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
11312
11313 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
11314 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
11315
11316 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
11317 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
11318 all affected `configure' scripts.
11319
11320 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
11321
11322 * MAINTAINERS: Add self as cpplib co-maintainer.
11323
11324 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
11325
11326 * MAINTAINERS: Add self to Write After Approval list.
11327
11328 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11329
11330 * INSTALL/README: egcs -> GCC update.
11331
11332 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
11333
11334 * MAINTAINERS: Add myself to Write After Approval list.
11335
11336 2000-09-15 Kazu Hirata <kazu@hxi.com>
11337
11338 * MAINTAINERS: Add myself to Write After Approval list.
11339
11340 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
11341
11342 * configure.in: Do not build byacc for hppa64. Provide paths to the
11343 X11 libraries for hppa64.
11344
11345 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11346
11347 * MAINTAINERS: Add myself as 68hc11 port maintainer.
11348
11349 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
11350
11351 * Makefile.in (all-zlib): Added dummy target.
11352
11353 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11354 ltcf-gcj.sh: Updated from libtool multi-language branch.
11355
11356 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
11357
11358 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
11359 (bootstrap*): Depend on all-bootstrap.
11360
11361 2000-09-05 Philipp Thomas <pthomas@suse.de>
11362
11363 * config.guess: Import CVS version 1.156.
11364 * config.sub: Import CVS version 1.179.
11365
11366 2000-09-02 Anthony Green <green@cygnus.com>
11367
11368 * Makefile.in (all-gcc): Depend on all-zlib.
11369 (CLEAN_MODULES): Add clean-zlib.
11370 (ALL_MODULES): Add all-zlib.
11371 * configure.in (host_libs): Add zlib.
11372
11373 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
11374
11375 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
11376 crosses, but add gcc/include to the header search path for them.
11377
11378 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
11379
11380 * MAINTAINERS: Add self to Write After Approval list.
11381
11382 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11383
11384 * config.guess: Import CVS version 1.152.
11385 * config.sub: Import CVS version 1.177.
11386
11387 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
11388
11389 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
11390 $targargs to tell whether newlib is going to be built.
11391
11392 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
11393 $$r/TARGET_SUBDIR/libio for _G_config.h.
11394
11395 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
11396
11397 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
11398
11399 2000-08-22 DJ Delorie <dj@redhat.com>
11400
11401 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
11402
11403 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
11404
11405 * config-ml.in (CC, CXX): Avoid trailing whitespace.
11406 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
11407 sub-configures.
11408
11409 2000-08-21 DJ Delorie <dj@redhat.com>
11410
11411 * MAINTAINERS: Add self as a libiberty maintainer
11412
11413 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
11414
11415 * configure.in (libstdcxx_flags): Use
11416 libstdc++-v3/src/libstdc++.INC.
11417
11418 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
11419
11420 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
11421
11422 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
11423
11424 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
11425
11426 * configure: Make enable_threads and enable_shared defaults
11427 explicit. Substitute enable_threads into generated Makefiles.
11428 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
11429 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
11430
11431 2000-08-13 Geoff Keating <geoffk@cygnus.com>
11432
11433 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
11434
11435 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
11436
11437 * config-ml.in (CC): Remove bogus duplicate quotation mark from
11438 previous delta.
11439
11440 2000-08-11 Jason Merrill <jason@redhat.com>
11441
11442 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
11443 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
11444 (FLAGS_FOR_TARGET): Not here.
11445 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
11446
11447 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
11448
11449 * config-ml.in (CC, CXX): Don't introduce a leading space.
11450
11451 2000-08-07 DJ Delorie <dj@delorie.com>
11452
11453 * MAINTAINERS: Add self as a DJGPP maintainer
11454
11455 2000-08-07 DJ Delorie <dj@redhat.com>
11456
11457 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
11458 "if we're also building gcc, and it's a gcc that will run on the
11459 build machine, we want to use its includes instead of the system's
11460 default includes".
11461
11462 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
11463
11464 * MAINTAINERS: Add self to Write After Approval list.
11465
11466 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
11467
11468 * configure.in (libstdcxx_flags): Don't use `"'.
11469
11470 * config-ml.in: Adjust multilib search paths to the
11471 appropriate multilib tree.
11472
11473 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
11474
11475 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
11476 commas in $LANGUAGES.
11477
11478 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
11479
11480 * configure.in: Re-enable all references to libg++ and librx.
11481
11482 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
11483
11484 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
11485 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
11486 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
11487 * ltcf-cxx.sh (need_lc): Set based on postdeps.
11488
11489 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
11490
11491 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
11492
11493 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
11494 CXX_FOR_TARGET for sed.
11495
11496 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
11497
11498 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
11499 Do not override if already set in the environment or in configure.
11500 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
11501 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
11502
11503 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
11504
11505 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
11506 the libtool CVS tree multi-language branch.
11507 * ltconfig, ltmain.sh: Updated.
11508
11509 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
11510
11511 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
11512 (clean-target): Depend on it.
11513
11514 * Makefile.in (FLAGS_FOR_TARGET): New macro.
11515 (GCC_FOR_TARGET): Use it.
11516 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
11517 * configure.in: ... here.
11518 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
11519 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
11520
11521 2000-07-24 Eric Christopher <echristo@cygnus.com>
11522
11523 * MAINTAINERS: Add self to Write After Approval list.
11524
11525 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
11526
11527 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
11528 (configure-target-libchill, configure-target-libobjc): Likewise.
11529
11530 * configure.in: Use the same cache file for all target libs.
11531 * config-ml.in: But different cache files per multilib variant.
11532
11533 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11534
11535 * configure (topsrcdir): Don't use dirname.
11536
11537 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
11538
11539 * MAINTAINERS: Add self to Write After Approval list.
11540
11541 2000-07-20 Jason Merrill <jason@redhat.com>
11542
11543 * configure.in: Remove all references to libg++ and librx.
11544
11545 * configure, configure.in, Makefile.in: Unify gcc and binutils.
11546
11547 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
11548
11549 * config.sub: Update to subversions version 2000-07-06.
11550
11551 2000-07-12 Andrew Haley <aph@cygnus.com>
11552
11553 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
11554 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
11555
11556 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
11557
11558 * symlink-tree: Check number of arguments.
11559
11560 2000-07-05 Jim Wilson <wilson@cygnus.com>
11561
11562 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
11563 search path for a g++ extracted from the build tree. This
11564 will allow link tests run by configure scripts in
11565 subdirectories to succeed.
11566
11567 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
11568
11569 * ltconfig: Add support for mips-dde-sysv4.2MP
11570
11571 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11572
11573 * MAINTAINERS: Add myself as loop discovery maintainer.
11574
11575 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
11576
11577 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
11578 `os2'. Force ac_cv_exeext to be ".exe" in that case.
11579
11580 2000-06-19 Timothy Wall <twall@cygnus.com>
11581
11582 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
11583 * config.sub: Add tic54x target.
11584
11585 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
11586
11587 * MAINTAINERS: Add self as Fortran maintainer,
11588 remove Craig Burley.
11589
11590 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
11591
11592 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
11593 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
11594
11595 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
11596
11597 * MAINTAINERS: Add self as i18n maintainer
11598
11599 20000-05-21 H.J. Lu (hjl@gnu.org)
11600
11601 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
11602 directory are used if they exist. Make sure
11603 $(build_tooldir)/include is searched for header files,
11604 $(build_tooldir)/lib/ for library files.
11605 (GCC_FOR_TARGET): Likewise.
11606 (CXX_FOR_TARGET): Likewise.
11607
11608 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
11609
11610 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
11611
11612 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
11613
11614 * Makefile.in (configure-target-libiberty): Depend on
11615 configure-target-newlib.
11616
11617 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
11618
11619 * configure.in, Makefile.in: Merge all libffi-related
11620 configury stuff from the libgcj tree.
11621
11622 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
11623
11624 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11625 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
11626
11627 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11628
11629 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11630 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
11631 current version information. Add to proto-toplev directory.
11632 (gdb-taz): Build do-djunpack.
11633
11634 2000-05-15 David Edelsohn <edelsohn@gnu.org>
11635
11636 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
11637
11638 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
11639
11640 * MAINTAINERS: Add self to Write After Approval list.
11641
11642 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11643
11644 * ltmain.sh: Preserve in relink_command any environment
11645 variables that may affect the linker behavior.
11646
11647 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
11648
11649 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
11650
11651 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
11652
11653 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
11654
11655 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11656
11657 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
11658 with the version name.
11659
11660 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
11661
11662 * MAINTAINERS: Add self as bb-reorder maintainer.
11663
11664 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
11665
11666 * config.if: Tweak.
11667
11668 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
11669
11670 * djunpack.bat: New file.
11671
11672 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
11673
11674 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
11675 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
11676 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
11677 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
11678
11679 2000-04-16 Dave Pitts <dpitts@cozx.com>
11680
11681 * config.sub (case $basic_machine): Change default for "ibm-*"
11682 to "openedition".
11683
11684 2000-04-13 Andreas Jaeger <aj@suse.de>
11685
11686 * MAINTAINERS: Added myself.
11687
11688 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11689
11690 * Makefile.in (gdb-taz): New target. GDB specific archive.
11691 (do-md5sum): New target.
11692 (MD5PROG): Define.
11693 (PACKAGE): Default to TOOL.
11694 (VER): Default to a shell script.
11695 (taz): Rewrite target. Move real work to do-proto-toplev. Include
11696 md5 checksum generation.
11697 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
11698 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
11699 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
11700 insight.tar.bz2): Use gdb-taz to create archive.
11701
11702 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
11703
11704 * configure (warn_cflags): Delete.
11705
11706 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
11707
11708 * MAINTAINERS: Added myself.
11709
11710 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
11711 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
11712
11713 * configure.in (enable_libstdcxx_v3): Add.
11714 (target_libs): Add bits here to switch between libstdc++-v2 and
11715 libstdc++-v3.
11716 * config.if: And this file too.
11717 * Makefile.in: Add libstdc++-v3 targets.
11718
11719 2000-04-05 Michael Meissner <meissner@redhat.com>
11720
11721 * config.sub (d30v): Add d30v as a basic machine type.
11722
11723 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
11724
11725 * configure.in: -linux-gnu*, not -linux-gnu.
11726
11727 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
11728
11729 * MAINTAINERS: Add self in write-after-approval section.
11730
11731 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
11732
11733 * MAINTAINERS: Add self as ia64 port maintainer.
11734
11735 2000-03-08 Neil Booth <NeilB@earthling.net>
11736
11737 * MAINTAINERS: Add self in write-after-approval section.
11738
11739 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
11740
11741 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
11742 (do-tar-bz2): Replace TOOL with PACKAGE.
11743 (gdb.tar.bz2): Remove GDBTK from GDB package.
11744 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
11745 dejagnu.tar.bz2): New packages.
11746
11747 2000-02-27 Andreas Jaeger <aj@suse.de>
11748
11749 * configure.in: Add entry for mips*-*-linux*, move catch all
11750 *-*-*linux* entry below this one.
11751
11752 2000-02-27 Ian Lance Taylor <ian@zembu.com>
11753
11754 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
11755
11756 2000-02-24 Nick Clifton <nickc@cygnus.com>
11757
11758 * config.sub: Support an OS of "wince".
11759
11760 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
11761
11762 * config.guess, config.sub: Updated to match config's 2000-02-15
11763 version.
11764
11765 2000-02-23 Linas Vepstas <linas@linas.org>
11766
11767 * config.sub: Add support for Linux/IBM 370.
11768 * configure.in: Likewise.
11769
11770 2000-02-22 Nick Clifton <nickc@cygnus.com>
11771
11772 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
11773
11774 2000-02-20 Christopher Faylor <cgf@cygnus.com>
11775
11776 * config.guess: Guess "cygwin" rather than "cygwin32".
11777
11778 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11779
11780 * configure (gcc_version): When setting, narrow search to
11781 lines containing `version_string'.
11782
11783 2000-02-15 Denis Chertykov <denisc@overta.ru>
11784
11785 * config.sub: Add support for avr target.
11786
11787 2000-02-14 Nick Clifton <nickc@cygnus.com>
11788
11789 * MAINTAINERS: Add maintainers for MCore port.
11790
11791 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
11792
11793 * config.sub: Add mmix-knuth-mmixware.
11794
11795 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11796
11797 * MAINTAINERS: Pair cccp with cpplib maintainership.
11798
11799 2000-01-27 Christopher Faylor <cgf@redhat.com>
11800
11801 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
11802 structure stuff to -L library search.
11803 (CXX_FOR_TARGET): Ditto.
11804 (CROSS_CHECK_MODULES): Fix spelling mistake.
11805
11806 2000-01-24 Mark Mitchell <mark@codesourcery.com>
11807
11808 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
11809 the C++ compiler.
11810
11811 2000-01-12 Richard Henderson <rth@cygnus.com>
11812
11813 * configure.in: Don't build some bits for beos.
11814
11815 2000-01-12 Joel Sherrill (joel@OARcorp.com)
11816
11817 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
11818 as include files.
11819
11820 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
11821
11822 * Add self as cpplib maintainer, as requested by Jason
11823 Merrill. Correct my e-mail address.
11824
11825 2000-01-06 Geoff Keating <geoffk@cygnus.com>
11826
11827 * configure.in: Use mt-aix43 to handle *_TARGET defs,
11828 not mh-aix43.
11829
11830 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
11831
11832 * MAINTAINERS: Add myself to "write after approval" list.
11833
11834 1999-12-14 Richard Henderson <rth@cygnus.com>
11835
11836 * config.guess (alpha-osf, alpha-linux): Detect ev67.
11837 * config.sub: Accept alphaev[78], alphaev8.
11838
11839 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11840
11841 * config.guess, config.sub: Update from autoconf.
11842
11843 1999-11-29 Bruce Korb <autogen@linuxbox.com>
11844
11845 * MAINTAINERS: update my playtime e-address.
11846
11847 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11848
11849 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
11850 necessary libraries are missing.
11851
11852 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
11853
11854 * MAINTAINERS: Add new 'write after approval' maintainer.
11855
11856 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
11857
11858 * MAINTAINERS: Add new Java maintainer.
11859
11860 1999-10-25 Andreas Schwab <schwab@suse.de>
11861
11862 * configure: Fix quoting inside arguments of eval.
11863
11864 1999-10-21 Nick Clifton <nickc@cygnus.com>
11865
11866 * config-ml.in: Allow suppression of some ARM multilibs.
11867
11868 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
11869
11870 * config.guess: Add OS/390 match pattern.
11871 * config.sub: Add mvs, openedition targets.
11872 * configure.in (i370-ibm-opened*): New.
11873
11874 1999-09-04 Steve Chamberlain <sac@pobox.com>
11875
11876 * config.sub: Add support for configuring for pj.
11877
11878 1999-08-31 Nick Clifton <nickc@cygnus.com>
11879
11880 * config.sub (maybe_os): Add support for configuring for fr30.
11881
11882 1999-08-25 Nick Clifton <nickc@cygnus.com>
11883
11884 * configure.in: Do not configure or build ld for AIX
11885 platforms. ld is known to be broken on these platforms.
11886
11887 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11888
11889 * config-ml.in: Pass compiler flag corresponding to multidirs to
11890 subdir configures.
11891
11892 1999-08-09 Ian Lance Taylor <ian@zembu.com>
11893
11894 * Makefile.in (LDFLAGS): Define.
11895
11896 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
11897
11898 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
11899 noconfigdirs.
11900 (*-*-cygwin*): Likewise.
11901
11902 1999-08-08 Ian Lance Taylor <ian@zembu.com>
11903
11904 * mkdep: New file.
11905 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
11906 (BINUTILS_SUPPORT_DIRS): Add mkdep.
11907
11908 From Eli Zaretskii <eliz@is.elta.co.il>:
11909 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
11910 long file name when using DJGPP on MS-DOS.
11911
11912 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
11913
11914 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
11915
11916 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
11917
11918 * Makefile.in (check-target-libio): Remove all-target-libstdc++
11919 dependency as this causes "make check" to globally "make all"
11920
11921 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
11922
11923 * configure.in (target_libs): Added target-zlib.
11924 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
11925 (CONFIGURE_TARGET_MODULES): Likewise.
11926 (CHECK_TARGET_MODULES): Likewise.
11927 (INSTALL_TARGET_MODULES): Likewise.
11928 (CLEAN_TARGET_MODULES): Likewise.
11929 (configure-target-zlib): New target.
11930 (all-target-zlib): Likewise.
11931 (all-target-libjava): Depend on all-target-zlib.
11932 (configure-target-libjava): Depend on configure-target-zlib.
11933
11934 * Makefile.in (configure-target-libjava): Depend on
11935 configure-target-newlib.
11936 (configure-target-boehm-gc): New target.
11937 (configure-target-qthreads): New target.
11938
11939 * configure.in (target_libs): Added target-qthreads.
11940 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
11941 (CONFIGURE_TARGET_MODULES): Likewise.
11942 (CHECK_TARGET_MODULES): Likewise.
11943 (INSTALL_TARGET_MODULES): Likewise.
11944 (CLEAN_TARGET_MODULES): Likewise.
11945 (all-target-qthreads): New target.
11946 (configure-target-libjava): Depend on configure-target-qthreads.
11947 (all-target-libjava): Depend on all-target-qthreads.
11948
11949 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
11950 (CONFIGURE_TARGET_MODULES): Likewise.
11951 (CHECK_TARGET_MODULES): Likewise.
11952 (INSTALL_TARGET_MODULES): Likewise.
11953 (CLEAN_TARGET_MODULES): Likewise.
11954 (all-target-libjava): New target.
11955 (all-target-boehm-gc): Likewise.
11956 * configure.in (target_libs): Added libjava, boehm-gc.
11957
11958 1999-07-22 Ian Lance Taylor <ian@zembu.com>
11959
11960 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
11961 configure.bat in SUPPORT_FILES.
11962 (gas+binutils.tar.bz2): Likewise.
11963
11964 * makeall.bat: Remove; obsolete.
11965
11966 1999-07-21 Ian Lance Taylor <ian@zembu.com>
11967
11968 From Mark Elbrecht:
11969 * configure.bat: Remove; obsolete.
11970
11971 1999-07-11 Ian Lance Taylor <ian@zembu.com>
11972
11973 * configure: Add -W -Wall to the default CFLAGS when compiling with
11974 gcc.
11975
11976 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
11977
11978 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
11979
11980 1999-06-30 Mark Mitchell <mark@codesourcery.com>
11981
11982 * configure.in: Build ld on IRIX6.
11983
11984 1999-06-12 Ian Lance Taylor <ian@zembu.com>
11985
11986 * Makefile.in: Change distribution targets to use bzip2 instead of
11987 gzip.
11988 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
11989 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
11990
11991 1999-06-04 Nick Clifton <nickc@cygnus.com>
11992
11993 * config.sub: Add mcore target.
11994
11995 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
11996
11997 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
11998
11999 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
12000
12001 * config.guess (dummy): Changed to $dummy.
12002
12003 1999-05-24 Nick Clifton <nickc@cygnus.com>
12004
12005 * config.sub: Tidied up case statements.
12006
12007 1999-05-22 Ben Elliston <bje@cygnus.com>
12008
12009 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
12010 <jiro@din.or.jp>.
12011
12012 * config.guess: Merge with FSF version. Future changes will be
12013 more accurately recorded in this ChangeLog.
12014 * config.sub: Likewise.
12015
12016 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
12017
12018 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
12019
12020 1999-04-30 Tom Tromey <tromey@cygnus.com>
12021
12022 * ltmain.sh: [mode link] Always use CC given by ltconfig.
12023
12024 1999-04-23 Tom Tromey <tromey@cygnus.com>
12025
12026 * ltconfig, ltmain.sh: Update to libtool 1.2f.
12027
12028 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
12029
12030 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
12031 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
12032 Bad merge removed these two changes.
12033
12034 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
12035 Martin Heller (Ing.-Buero_Heller@t-online.de)
12036
12037 * config.guess (interix Alpha): Add.
12038
12039 1999-04-11 Richard Henderson <rth@cygnus.com>
12040
12041 * configure.in (i?86-*-beos*): Do config gperf; don't config
12042 gdb, newlib, or libgloss.
12043
12044 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
12045
12046 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
12047 link a trivial program with -mabi=64. If it fails, remove mabi=64
12048 from multidirs.
12049
12050 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
12051
12052 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
12053
12054 1999-04-08 Nick Clifton <nickc@cygnus.com>
12055
12056 * config.sub: Add support for mcore targets.
12057
12058 1999-04-07 Michael Meissner <meissner@cygnus.com>
12059
12060 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
12061 not mt-ospace, in order to shut up assembler warning about using
12062 symbols that are named the same as registers.
12063
12064 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
12065
12066 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
12067 dependency list for all-target-cygmon.
12068
12069 1999-04-05 Doug Evans <devans@casey.cygnus.com>
12070
12071 * config-ml.in: Check $host, not $target, for selective multilibs.
12072 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
12073 thumb interworking, and underscore prefix multilibs.
12074
12075 1999-04-04 Ian Lance Taylor <ian@zembu.com>
12076
12077 * missing: Update to version from current automake.
12078
12079 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
12080
12081 * configure (gxx_include_dir): Removed.
12082
12083 * configure.in (gxx_include_dir): Handle it.
12084 * Makefile.in: Likewise.
12085
12086 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
12087
12088 * config.sub (mips64vr4111,mips64vr4111el) Add.
12089
12090 1999-03-21 Ben Elliston <bje@cygnus.com>
12091
12092 * config.guess: Correct typo for detecting ELF on FreeBSD.
12093
12094 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
12095
12096 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
12097 config/mh-djgpp.
12098
12099 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
12100
12101 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
12102 all-target-newlib to dependency list for all-target-bsp.
12103
12104 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
12105
12106 * config.sub: Add i386-uwin support.
12107 * config.guess: Likewise.
12108
12109 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12110
12111 * configure.in: cleanup, add mh-*pic handling for arm, special
12112 case powerpc*-*-aix*
12113
12114 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
12115
12116 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
12117 can be built.
12118
12119 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
12120
12121 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
12122 targets.
12123
12124 1999-03-02 Nick Clifton <nickc@cygnus.com>
12125
12126 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
12127
12128 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
12129
12130 * config.sub: Check for "cygwin*" rather than "cygwin32*"
12131
12132 1999-02-24 Nick Clifton <nickc@cygnus.com>
12133
12134 * config.sub: Fix typo in arm recognition.
12135
12136 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
12137
12138 * configure.in (noconfigdirs): Changed target_configdirs to
12139 include target-bsp only for m68k-*-elf* and m68k-*-coff*
12140 rather than m68k-*-* since it is not known to work on
12141 m68k-aout. Ditto for arm-*-*oabi.
12142
12143 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
12144
12145 * configure.in (*-*-windows*): Remove, no longer used.
12146
12147 1999-02-19 Ben Elliston <bje@cygnus.com>
12148
12149 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
12150 Smart and improved by Andrew Cagney.
12151
12152 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
12153
12154 * config.guess: Recognize openbsd-*-hppa.
12155
12156 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
12157
12158 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
12159 only if it is not empty.
12160
12161 1999-02-17 Nick Clifton <nickc@cygnus.com>
12162
12163 Patch from: Scott Bambrough <scottb@corelcomputer.com>
12164
12165 * config.guess: Modified to recognize uname's armv* syntax.
12166
12167 * config.sub: Modified to recognize uname's armv* syntax.
12168
12169 1999-02-17 Mark Salter <msalter@cygnus.com>
12170
12171 * configure.in: Added target-bsp for sparclite.
12172
12173 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
12174
12175 * config.sub: Recognize alphapca5[67] and up to alphaev8.
12176
12177 1999-02-08 Nick Clifton <nickc@cygnus.com>
12178
12179 * configure.in: Add support for strongarm port.
12180 * config.sub: Add support for strongarm target.
12181
12182 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
12183
12184 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
12185 the old name config/mh-cygwin32.
12186 Enable texinfo.
12187
12188 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
12189
12190 * configure.in: Do build ld for ix86 Solaris.
12191
12192 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
12193
12194 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
12195 $AR_FOR_TARGET. Likewise for RANLIB.
12196
12197 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
12198
12199 * config.sub (oabi): Recognize.
12200 * configure.in (arm-*-oabi): Handle.
12201
12202 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
12203
12204 * config.guess: Improve detection of i686 on UnixWare 7.
12205
12206 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
12207
12208 * config.guess: Add support for i386-pc-interix.
12209 * config.sub: Likewise.
12210 * configure.in: Likewise.
12211
12212 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
12213
12214 * Makefile.in: Remove unneeded all-target-libio from
12215 from all-target-winsup target since it is now unneeded.
12216 Add all-target-libtermcap in its place since it is now
12217 needed.
12218
12219 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
12220
12221 * configure.in: makefile stub for cygwin target is probably
12222 unnecessary. Remove it for now.
12223
12224 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
12225
12226 * configure.in: libtermcap.a should be built when cygwin is the
12227 target as well as the host.
12228 * config.guess: Allow mixed case in cygwin uname output.
12229 * Makefile.in: Add libtermcap target.
12230
12231 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
12232
12233 * config.sub: Clean up handling of hppa2.0.
12234
12235 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
12236
12237 * config.guess: Use C code to identify more HP machines.
12238
12239 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
12240
12241 * config.sub: Handle hppa2.0.
12242
12243 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
12244
12245 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
12246 cygmon for all sparclite targets, regardless of object format.
12247
12248 1998-12-15 Mark Salter <msalter@cygnus.com>
12249
12250 * configure.in: Added target-bsp for several target architectures.
12251
12252 * Makefile.in: Added rules for bsp.
12253
12254 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
12255
12256 * config.guess: Improve detection of hppa2.0 processors.
12257
12258 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
12259
12260 * config.guess: Recognize FreeBSD using ELF automatically.
12261
12262 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
12263
12264 * configure (skip-this-dir): Add handling for new shell script, which
12265 might be created by a sub-directory's configure to indicate, this particular
12266 directory is "unwanted".
12267 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
12268
12269 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
12270
12271 * ltconfig: import from libtool, after changing libtool to
12272 account for the cygwin name change.
12273
12274 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
12275
12276 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
12277 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
12278
12279 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
12280
12281 * configure.in: Add libtermcap to list of cygwin dependencies.
12282
12283 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
12284
12285 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
12286 they include winsup/include when it's a cygwin target.
12287
12288 1998-11-12 Tom Tromey <tromey@cygnus.com>
12289
12290 * configure.in (host_tools): Added zip.
12291 * Makefile.in (all-target-libjava): Depend on all-zip.
12292 (all-zip): New target.
12293 (ALL_MODULES): Added all-zip.
12294 (NATIVE_CHECK_MODULES): Added check-zip.
12295 (INSTALL_MODULES): Added install-zip.
12296 (CLEAN_MODULES): Added clean-zip.
12297
12298 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
12299
12300 * Makefile.in: lose "32" from comment about cygwin.
12301
12302 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
12303
12304 * configure.in: Use -Os to build target libraries for the fr30.
12305
12306 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
12307
12308 * config.sub: Add fr30.
12309
12310 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
12311
12312 * configure.in: drop "32" from config/mh-cygwin32. Check
12313 cygwin* instead of cygwin32*.
12314 * config.sub: Check cygwin* instead of cygwin32*.
12315
12316 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
12317
12318 * config.guess: Match any version of Unixware7.
12319
12320 1998-10-20 Syd Polk <spolk@cygnus.com>
12321
12322 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
12323 if desired.
12324
12325 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
12326
12327 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
12328 these if the appropriate directories and files to not exist.
12329
12330 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
12331
12332 * Makefile.in (DEVO_SUPPORT): Add config.if.
12333
12334 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
12335
12336 * configure: Add pattern to replace "build_tooldir"'s
12337 definition in the generated Makefile with "tooldir"'s
12338 actual value.
12339
12340 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
12341
12342 * config.sub: Bring back lost sparcv9.
12343
12344 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
12345
12346 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
12347
12348 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
12349 CC_FOR_TARGET and friends.
12350
12351 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12352
12353 * Makefile.in (build_tooldir): New variable, same as tooldir.
12354 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
12355 -B$(build_tooldir)/bin/.
12356 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
12357
12358 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12359
12360 * README: Remove installation instructions and refer to the
12361 INSTALL directory instead.
12362
12363 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
12364
12365 * config.sub: Add support for i[34567]86-pc-udk.
12366 * configure.in: Likewise.
12367
12368 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
12369
12370 * Makefile.in: add bzip2 package building bits for user
12371 tools module
12372 * configure.in: ditto
12373
12374 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
12375
12376 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
12377 (ALL_TARGET_MODULES): Add all-target-libobjc.
12378 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12379 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12380 (all-target-libchill): Add dependencies.
12381 * configure.in (target_libs): Add libchill.
12382
12383 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
12384
12385 * configure.in (target_subdir): Remove duplicate line.
12386
12387 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
12388
12389 * Makefile.in (all-automake): fix dependencies.
12390
12391 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
12392
12393 * configure.in: Minor cleanups for building in the $(target_alias)
12394 subdir.
12395
12396 1998-09-22 Jim Wilson <wilson@cygnus.com>
12397
12398 * Makefile.in (bootstrap): Set r and s before make all. Use
12399 BASE_FLAGS_TO_PASS in make all.
12400 (cross): Likewise.
12401
12402 1998-09-20 Mark Mitchell <mark@markmitchell.com>
12403
12404 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
12405
12406 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
12407
12408 * config.sub: Fix typo in last change.
12409
12410 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12411
12412 * config.sub: Add support for C4x target.
12413 * configure.in: Likewise.
12414
12415 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
12416
12417 * config.sub: Recognize sparcv9 just like sparc64.
12418
12419 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
12420
12421 * config.guess: Match "Pent II" or "PentII" for OpenServer.
12422
12423 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
12424
12425 * config.guess: Correctly identify Pentium II sco boxes.
12426
12427 * config.guess: Fix "tr" code. From Weiwen Liu.
12428
12429 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
12430
12431 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
12432 stabs.
12433
12434 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
12435
12436 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
12437 (ALL_TARGET_MODULES): Add all-target-libchill.
12438 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12439 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12440 (all-target-libchill): Add dependencies.
12441 * configure.in (target_libs): Add libchill.
12442
12443 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
12444
12445 * config.guess: Avoid assumptions about "tr" behaves when
12446 LANG is set to something other than English.
12447
12448 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
12449
12450 * configure (gxx_include_dir): Changed to
12451 '${prefix}/include/g++'-${libstdcxx_interface}.
12452
12453 * config.if: New to determine the interfaces.
12454
12455 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
12456
12457 * config.guess: Detect and handle MPE/IX.
12458 * config.sub: Deal with MPE/IX.
12459
12460 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
12461
12462 * configure.in: Use mh-aix43.
12463
12464 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
12465
12466 * configure: Fix --without/--disable cases for gxx-include-dir.
12467
12468 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
12469
12470 * mdata-sh: Imported. Needed for automake support.
12471
12472 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
12473
12474 * Makefile.in (taz): Try "chmod -R og=u ." before
12475 "chmod og=u `find . -print`".
12476
12477 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
12478
12479 * configure.in: Add arm-elf and thumb-elf support.
12480
12481 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
12482
12483 * Makefile.in: Undo previous patch.
12484
12485 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
12486
12487 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
12488 to here ...
12489 (install-no-fixedincludes): and here
12490 (INSTALL_MODULES): ... from here.
12491
12492 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
12493
12494 * config.sub: Merge with FSF.
12495
12496 * config.guess: Merge with FSF.
12497
12498 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
12499
12500 * configure (extraconfigdirs): New variable.
12501 (SUBDIRS): Add extraconfigdirs and recurse on them too.
12502 * Makefile.in (all): Move higher in file.
12503 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
12504 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
12505 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
12506 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
12507 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
12508
12509 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
12510
12511 * Makefile.in (all-target-libjava): Depend on all-gcc and
12512 all-target-newlib.
12513 (configure-target-libjava): Depend on $(ALL_GCC).
12514
12515 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
12516
12517 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
12518 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
12519
12520 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
12521
12522 * INSTALL/README: Fix typo.
12523
12524 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
12525
12526 * ylwrap: Change absolute path checks to check for DOS style path
12527 names.
12528
12529 * ylwrap: Don't use a full path name if the source file is in the
12530 same directory. From hjl@lucon.org (H.J. Lu).
12531
12532 * config-ml.in: Default to being verbose, to match Feb 18 change to
12533 configure.
12534
12535 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
12536
12537 Brought over from egcs:
12538
12539 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12540
12541 * configure.in (target_subdir): Set to ${target_alias} instead
12542 of "libraries".
12543
12544 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12545
12546 * configure.in (target_subdir): Set to libraries if enable_multilib.
12547
12548 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
12549
12550 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
12551 multilibs, force reconfiguration the first time we create
12552 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
12553
12554 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
12555
12556 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
12557 avoid confusion with --no-recursion.
12558
12559 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
12560
12561 * configure.in: Win32 hosts shouldn't use install -x
12562 * install-sh: remove -x option, and special .exe-handling
12563 hack.
12564
12565 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
12566
12567 * config.guess: Recognize i586-pc-beos.
12568 * configure.in: Don't build some bits for beos.
12569
12570 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
12571
12572 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
12573 CFLAGS default to -O2.
12574
12575 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
12576 when using GNU ld.
12577
12578 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
12579
12580 * ltmain.sh: Correct install when using a different shell.
12581
12582 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
12583
12584 * ltconfig, ltmain.sh: Update to libtool 1.2b.
12585
12586 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
12587
12588 * makefile.vms: Update to build binutils/makefile.vms. Add install
12589 target.
12590
12591 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
12592
12593 * ltconfig: Update to correct AIX handling.
12594
12595 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12596
12597 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
12598
12599 * configure.in (target_subdir): Set to ${target_alias} instead
12600 of "libraries".
12601
12602 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
12603
12604 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
12605 (Makefile): Depend on $(gcc_version_trigger).
12606
12607 * configure (gcc_version): Change default initializer to empty
12608 string.
12609 (gcc_version_trigger): New variable; pass this variable down
12610 to subdir configures to enable them checking gcc's version
12611 themselves. Emit make macros for both gcc_version vars.
12612 (topsrcdir): Initialize reliably.
12613 (recursion line): Remove --with-gcc-version=${gcc_version}.
12614
12615 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
12616
12617 * configure (enable_version_specific_runtime_libs): Implement new flag
12618 --enable-version-specific-runtime-libs which installs C++ runtime stuff
12619 in $(libsubdir); emit definition in each generated Makefile.
12620 (gxx_include_dir): Initialize depending on
12621 $enable_version_specific_runtime_libs.
12622
12623 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
12624
12625 * configure (gcc_version): Initialize properly depending on
12626 how and where configure is started.
12627 (recursion line): Pass a --with-gcc-version=${gcc_version}
12628 to configures in subdirs.
12629
12630 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
12631
12632 * configure.in (noconfigdirs): Add configure pattern for mips tx39
12633 cygmon
12634
12635 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
12636
12637 * configure.in: Add cygmon and libstub support for mn10200.
12638
12639 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
12640
12641 * configure (gcc_version): Add new variable describing the
12642 particular gcc version we're building.
12643 * Makefile.in (libsubdir): Add new macro for the directory
12644 in which the compiler finds executables, libraries, etc.
12645 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
12646 and libsubdir.
12647
12648 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12649
12650 * Makefile.in (local-clean): Remove *.log.
12651 (warning.log): Built with warn_summary from build.log.
12652 (mail-report.log): Run test_summary.
12653 (mail-report-with-warnings.log): Run test_summary including
12654 warning.log in the report.
12655
12656 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
12657
12658 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
12659
12660 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
12661
12662 * Makefile.in (grep): Grep no longer depends on libiberty.
12663
12664 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
12665
12666 * Makefile.in: all-snavigator needs all-libgui.
12667
12668 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
12669
12670 * configure.in: Add cygmon and libstub support for mn10300.
12671
12672 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
12673
12674 * missing: Update to version from automake 1.3.
12675
12676 * ltmain.sh: On installation, don't get confused if the same name
12677 appears more than once in the list of library names.
12678
12679 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
12680
12681 * config.sub: Accept m68060 and m5200 as CPU names.
12682
12683 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
12684
12685 * configure: Use && rather than using -a in test, because odd
12686 strings can confuse test.
12687 * configure.in: Likewise.
12688
12689 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
12690
12691 * ltconfig, ltmain.sh: Bring in Visual C++ support.
12692
12693 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12694
12695 * Makefile.in (boostrap2-lean, bootstrap3-lean,
12696 bootstrap4-lean): New targets.
12697
12698 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
12699
12700 * mpw-* Delete. Not used.
12701
12702 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
12703
12704 * COPYING.LIB: Update FSF address.
12705
12706 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
12707
12708 * ltconfig, ltmain.sh: Update to libtool 1.2a.
12709
12710 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
12711 GAS_SUPPORT_DIRS.
12712
12713 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
12714
12715 * ltconfig, ltmain.sh: Avoid producing a version number if
12716 -version-info was not used.
12717
12718 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
12719
12720 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
12721 building with newlib.
12722
12723 1998-04-30 Paul Eggert <eggert@twinsun.com>
12724
12725 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
12726 Solaris `make' causes it to continue to next definition.
12727
12728 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
12729
12730 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
12731 the right GUI libraries and files are installed along with GDB.
12732
12733 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
12734
12735 * configure.in: Change alpha to alpha* in several places.
12736
12737 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
12738
12739 * config.sub: Recognize sparc86x.
12740
12741 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
12742
12743 * configure.in (--enable-target-optspace): Remove debug echo.
12744
12745 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
12746
12747 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
12748
12749 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
12750
12751 * ltconfig: Update cygwin32 support.
12752
12753 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
12754 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
12755 (GDB_SUPPORT_DIRS): Likewise.
12756
12757 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
12758
12759 * configure.in (target_makefile_frag): If --enable-target-optspace,
12760 use -Os to compile target libraries rather than -O2. Default to
12761 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
12762 not used.
12763 * configure.in (target_cflags): Ditto for d30v.
12764
12765 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
12766
12767 * Makefile.in (all-bfd): Depend on all-intl.
12768 (all-binutils): Likewise.
12769 (all-gas): Likewise.
12770 (all-gprof): Likewise.
12771 (all-ld): Likewise.
12772
12773 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
12774
12775 * configure.in (host_tools): Fix typo, lbtool -> libtool.
12776
12777 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
12778
12779 * Makefile.in (all-bfd): Depend upon all-libiberty.
12780
12781 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
12782
12783 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
12784
12785 * Makefile.in: Add libstub.
12786
12787 * configure.in: Ditto. Build libstub for targets that have cygmon
12788 support.
12789
12790 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
12791
12792 * configure.in: Don't set PICFLAG on ix86-cygwin32.
12793
12794 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
12795
12796 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
12797 use mh-sysv5 if specified. Support gprof on SCO Open Server.
12798
12799 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
12800
12801 * configure: Define DEFAULT_M4 by searching PATH.
12802 * Makfile.in: Use DEFAULT_M4.
12803
12804 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
12805
12806 * ltconfig: Add cygwin32 support.
12807
12808 * Makefile.in, configure.in: Add libtool as a native only directory
12809 to configure and build.
12810
12811 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
12812
12813 * Makefile.in (INSTALL_MODULES): Remove texinfo.
12814
12815 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
12816
12817 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
12818
12819 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
12820
12821 * Makefile.in: add ash make rules
12822 * configure.in: add ash to native_only and host_tools lists
12823
12824 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
12825
12826 * Makefile.in (all-gettext, all-intl): New targets.
12827 (ALL_MODULES): Added all-gettext, all-intl.
12828 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
12829 (INSTALL_MODULES): Added install-gettext, install-intl.
12830 (CLEAN_MODULES): Added clean-gettext, clean-intl.
12831
12832 * configure.in (host_tools): Added gettext.
12833 (native_only): Likewise.
12834 (noconfigdirs) [various cases]: Likewise.
12835 (host_libs): Added intl.
12836
12837 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
12838
12839 * configure: Do not disable building gdbtk for cygwin32 hosts.
12840
12841 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
12842
12843 * configure.in: Add thumb-coff target.
12844 * config.sub: Add thumb-coff target.
12845
12846 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
12847
12848 * Makefile.in: Revert yesterday's change.
12849 (all-target-winsup): all-target-librx stays out of here.
12850
12851 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
12852
12853 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
12854 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
12855 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
12856 Remove references to librx and libg++.
12857
12858 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
12859
12860 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
12861 recursive makes
12862
12863 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
12864
12865 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
12866 for newlib directory.
12867 (CXX_FOR_TARGET): Likewise.
12868
12869 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
12870
12871 * ltconfig: Update after libtool/ltconfig.in change for
12872 hpux11.
12873
12874 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
12875
12876 * ltconfig, ltmain.sh: Update to libtool 1.2.
12877
12878 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
12879
12880 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
12881 (install-gcc-cross): Instead, override LANGUAGES here.
12882
12883 1998-03-18 Dave Love <d.love@dl.ac.uk>
12884
12885 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
12886 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
12887
12888 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
12889
12890 * configure.in: Add Thumb-pe target.
12891
12892 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
12893
12894 * Makefile.in - changed sn targets to snavigator
12895 * configure.in - changed sn targets to snavigator
12896
12897 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
12898
12899 * config-ml.in: After building symlink tree call make distclean
12900 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
12901 to be the case for libiberty.
12902
12903 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
12904
12905 * configure: When making link, also check the current
12906 directory. The configure scripts may create one.
12907
12908 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
12909
12910 * config.sub: Accept alphapca56 and alphaev6 properly.
12911
12912 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12913
12914 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
12915
12916 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
12917
12918 * config.sub (sco5): Fix typo.
12919
12920 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
12921
12922 * Makefile.in (INSTALL_MODULES): Move install-tcl before
12923 install-itcl.
12924 (install-itcl): Remove dependency on install-tcl.
12925
12926 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
12927
12928 * configure.in: Remove libgloss from noconfigdirs for MN10300.
12929
12930 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
12931
12932 * configure.in: Don't build libgui for a cygwin32 target when not on
12933 a cygwin32 host.
12934
12935 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
12936
12937 * configure (redirect): Set to null, so default behavior of
12938 configure is now --verbose.
12939
12940 1998-02-16 Dave Love <d.love@dl.ac.uk>
12941
12942 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
12943 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
12944
12945 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
12946
12947 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
12948 this change to sync Makefile.in with its ChangeLog entries.
12949
12950 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
12951
12952 * ltmain.sh (mkdir): Check that the directory doesn't exist
12953 before we exit with error, so that we don't get races during
12954 parallel builds.
12955
12956 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
12957
12958 * ltconfig, ltmain.sh: Update from libtool 1.0i.
12959
12960 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
12961
12962 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
12963 PICFLAG_FOR_TARGET.
12964 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
12965
12966 * configure: Emit a definition for the new macro enable_shared
12967 into each Makefile.
12968
12969 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
12970
12971 * configure.in (host_tools, native_only): Add libtool.
12972
12973 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
12974
12975 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
12976 Fix typo in ming config comment.
12977
12978 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
12979
12980 * ltconfig, ltmain.sh: Update from libtool 1.0h.
12981
12982 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
12983
12984 * config.sub: Add tic30 cases, and map c30 to tic30.
12985
12986 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
12987
12988 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
12989 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
12990 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
12991 (CLEAN_TARGET_MODULES): Similarly
12992 (all-target-libf2c): Add dependences.
12993 * configure.in (target_libs): Add libf2c.
12994
12995 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
12996
12997 * configure.in: Remove expect from noconfigdirs when target
12998 is cygwin32. OK to build expect and dejagnu with Canadian
12999 Cross.
13000
13001 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
13002
13003 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
13004 host.
13005
13006 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
13007 and mingw32.
13008
13009 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
13010
13011 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
13012 here as it is not defined in the toplevel Makefile.
13013
13014 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
13015
13016 * configure (package_makefile_rules_frag): New variable, which names
13017 a file with generic rules, ...
13018 Change comment to mention we now have FIVE parts.
13019 * configure: Undo last change.
13020
13021 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
13022
13023 * config.guess: More accurate determination of HP processor types.
13024 * config.sub: More accurate determination of HP processor types.
13025
13026 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
13027
13028 * configure (package_makefile_frag): Move inserting the
13029 ${package_makefile_frag} to where it should be according
13030 to the comment.
13031
13032 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
13033
13034 * config.guess: Add support for Linux/ARM.
13035
13036 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
13037
13038 * .cvsignore: Remove *-info and *-install since they match
13039 release-info and mpw-install, which we don't want to just ignore.
13040
13041 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
13042
13043 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
13044
13045 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
13046
13047 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
13048 local_prefix to sub-make invocations.
13049
13050 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
13051
13052 * configure.in: Check makefile fragments in the source
13053 directory.
13054
13055 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13056
13057 * configure.in: Check whether host and target makefile
13058 fragments exist before adding them to *_makefile_frag.
13059
13060 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
13061
13062 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
13063
13064 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
13065
13066 * configure.in: Make sure we only replace RPATH_ENVVAR on
13067 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
13068 regexp to sed.
13069
13070 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
13071 to sub-makes.
13072
13073 1998-01-13 Lee Iverson (leei@ai.sri.com)
13074
13075 * config-ml.in (multi-do): LDFLAGS must include multilib
13076 designator.
13077
13078 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
13079
13080 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
13081
13082 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
13083
13084 * config.sub: Add mingw32 support.
13085 * configure.in: Likewise.
13086
13087 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
13088
13089 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
13090
13091 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
13092
13093 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13094 * configure (gxx_include_dir): Provide a definition for subdirs
13095 which do not use autoconf.
13096
13097 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
13098
13099 * config.guess: Sync with egcs. Picks up new alpha support,
13100 BeOS & some additional linux support.
13101
13102 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
13103
13104 * config.guess: HP 9000/803 is a PA1.1 machine.
13105
13106 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
13107
13108 * configure.in: It's alpha*-...
13109
13110 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
13111
13112 * configure.in (host_makefile_frag, target_makefile_frag):
13113 Handle multiple config files.
13114 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
13115 alpha-*-*.
13116
13117 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
13118
13119 * mkdep: New file.
13120
13121 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
13122
13123 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
13124
13125 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
13126
13127 * Makefile.in: Add libgui directory.
13128 (GDB_TK): Add all-libgui.
13129 * configure.in: Add libgui directory.
13130 * configure: Add all-libgui to GDB_TK.
13131
13132 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
13133
13134 * config-ml.in (multidirs): Add m32r to multilib list.
13135
13136 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
13137
13138 * Makefile.in (all-target-gperf): Change dependency to
13139 all-target-libstdc++.
13140
13141 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
13142
13143 * config.guess: Add BeOS support.
13144
13145 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
13146
13147 Source directory cvs renamed to cvssrc:
13148 * configure.in (host_tools): Change cvs to cvssrc.
13149 (native_only): Likewise.
13150 (noconfigdirs) [various cases]: Likewise.
13151 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
13152 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
13153 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
13154 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
13155 (all-cvssrc): Rename target from all-cvs.
13156
13157 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
13158
13159 * configure (gxx_include_dir): Fix thinko.
13160
13161 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
13162
13163 * Makefile.in (INSTALL_TARGET_CROSS): Define.
13164 (install-cross, install-gcc-cross): New targets.
13165
13166 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
13167
13168 * configure.in (noconfigdirs): Add support for Thumb target.
13169
13170 * config.sub (maybe_os): Add support for Thumb target.
13171
13172 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
13173
13174 * Makefile.in: Add rules for cygmon.
13175
13176 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
13177
13178 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
13179
13180 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13181 * configure (gxx_include_dir): Provide a definition for subdirs
13182 which do not use autoconf.
13183
13184 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
13185
13186 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
13187 11/18/97 build
13188
13189 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
13190
13191 * From Franz Sirl.
13192 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
13193 found on RedHat Linux systems.
13194
13195 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
13196
13197 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
13198 guesses.
13199
13200 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
13201
13202 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
13203
13204 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
13205
13206 * ltmain.sh: If mkdir fails, check whether the directory was created
13207 anyhow by some other process.
13208
13209 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
13210
13211 * configure.in (d30v-*-*): Configure all directories.
13212
13213 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
13214
13215 * configure.in (d30v-*-*): Configure newlib, libiberty directories
13216 for the D30V.
13217
13218 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
13219
13220 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
13221
13222 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
13223
13224 * include/libiberty.h: Add extern "C" { so it can be used with C++
13225 progrms.
13226 * include/remote-sim.h: Add extern "C" { so it can be used with C++
13227 programs.
13228
13229 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
13230
13231 * configure.in (d30v-*-*): Configure GCC now.
13232
13233 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
13234
13235 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
13236 is no longer needed.
13237
13238 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
13239
13240 * Makefile.in: check-target-libio depends on all-target-libstdc++.
13241
13242 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
13243
13244 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
13245 targets using "$@" to provide support for similar but not identical
13246 targets without having to duplicate code.
13247
13248 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
13249
13250 * makefile.vms: Fix to work with DEC C.
13251
13252 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
13253
13254 * config.sub: Add mips-tx39-elf to marketing names.
13255
13256 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
13257
13258 * ltmain.sh: Handle symlinks in generated script.
13259
13260 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
13261
13262 * configure: Handle autoconf style directory options: --bindir,
13263 --datadir, --includedir, --infodir, --libdir, --libexecdir,
13264 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
13265 --sysconfdir.
13266 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
13267 (sharedstatedir, localstatedir, oldincludedir): New variables.
13268 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
13269 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
13270 sbindir, sharedstatedir, and sysconfdir.
13271
13272 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
13273
13274 * Makefile.in (bootstrap-lean): New target.
13275
13276 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
13277
13278 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
13279 sn, and gnuserv from noconfigdirs.
13280
13281 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
13282
13283 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
13284
13285 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
13286
13287 * Makefile.in (cross): New target.
13288
13289 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
13290 Jeff Law <law@cygnus.com>
13291
13292 * Makefile.in (bootstrap2, bootstrap3): New targets.
13293 (all-bootstrap): Remove outdated and confusing target.
13294 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
13295
13296 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
13297
13298 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
13299 windows. Consistent with gdb/configure.
13300
13301 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
13302
13303 * configure.in: Name Linux target fragment.
13304
13305 * configure: Rewrite so that project Makefile fragment is inserted
13306 first and appears last in the resulting Makefile.
13307
13308 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
13309
13310 * Makefile.in (install-itcl): Install tcl first.
13311
13312 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
13313
13314 * configure.in: remove bison from noconfigdirs for Cygwin32 host
13315
13316 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
13317
13318 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
13319
13320 * configure.in (skipdirs): Add target-librx for Linux.
13321 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
13322
13323 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
13324
13325 * Makefile.in (bootstrap): New target.
13326
13327 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
13328
13329 * config.sub: Accept 'amigados' for backward compatibility.
13330
13331 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
13332
13333 * config.guess: Merge with FSF.
13334
13335 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
13336
13337 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
13338
13339 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
13340
13341 * config.sub: Add "marketing-names" patch.
13342
13343 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
13344
13345 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
13346
13347 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
13348
13349 * config.sub: Handle v850-elf.
13350
13351 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
13352
13353 * .cvsignore (*-install): Remove.
13354
13355 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
13356
13357 * ltconfig: Set CONFIG_SHELL in libtool.
13358 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
13359
13360 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
13361
13362 * configure.in (target_subdir): Set to libraries if enable_multilib.
13363
13364 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
13365
13366 * config.guess: Update from gcc directory.
13367
13368 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
13369
13370 * Makefile.in (all-sim): Depends on all-readline.
13371
13372 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
13373
13374 * Makefile.in (BISON, YACC): Use $$s.
13375 (all-bison): Depend on all-texinfo.
13376
13377 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
13378
13379 * Makefile.in (BISON): Add -L flag.
13380 (YACC): Likewise.
13381
13382 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
13383
13384 * configure.in (noconfigdirs): Add support for v850e target.
13385
13386 * config.sub (maybe_os): Add support for v850e target.
13387
13388 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
13389
13390 * configure.in (noconfigdirs): Add support for v850ea target.
13391
13392 * config.sub (maybe_os): Add support for v850ea target.
13393
13394 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
13395
13396 * config.sub: Add mipstx39. Delete r3900.
13397
13398 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
13399
13400 * Makefile.in (all-autoconf): Depends on all-texinfo.
13401
13402 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
13403
13404 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
13405 eabi targets.
13406
13407 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
13408
13409 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
13410
13411 * configure: When handling a Canadian Cross, handle YACC as well as
13412 BISON. Just set BISON to bison. When setting YACC, prefer bison.
13413 * Makefile.in (all-bison): Depend upon all-texinfo.
13414
13415 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
13416
13417 * Makefile.in (BISON): bison, not byacc or bison -y.
13418 (YACC): bison -y or byacc or yacc.
13419 (various): Add *-bison as appropriate.
13420 (taz): No need to mess with BISON anymore.
13421
13422 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
13423
13424 * configure: If OSTYPE matches *win32*, try to find a good value for
13425 CONFIG_SHELL.
13426
13427 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
13428
13429 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
13430 configure.in if it is present.
13431
13432 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
13433
13434 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
13435
13436 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
13437
13438 * config.sub: Recognize `arc' cpu.
13439 * configure.in: Likewise.
13440 * config-ml.in: Likewise.
13441
13442 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
13443
13444 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
13445
13446 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
13447
13448 * configure: Changed sed delimiter from ':' to '|' when
13449 attempting to substitute ${config_shell} for SHELL. On
13450 NT ${config_shell} may contain a ':' in it.
13451
13452 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
13453
13454 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
13455
13456 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
13457
13458 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
13459
13460 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
13461
13462 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
13463
13464 * ylwrap: If the program is a relative path, force it to be
13465 absolute.
13466
13467 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
13468
13469 * configure (tooldir): Set BISON to `bison -y' and not just bison.
13470
13471 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
13472
13473 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
13474 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
13475 for libraries.
13476
13477 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
13478
13479 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
13480 separated by spaces.
13481
13482 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
13483
13484 * ylwrap: New file.
13485 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
13486
13487 * ltmain.sh: Handle /bin/sh at start of install program.
13488
13489 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
13490
13491 * ltconfig, ltmain.sh: New files, from libtool 1.0.
13492 * missing: New file, from automake 1.2.
13493
13494 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
13495
13496 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
13497 check-tk to CHECK_X11_MODULES.
13498
13499 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
13500
13501 * config.sub: Merge with FSF.
13502
13503 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
13504
13505 * config.guess: Merge with FSF.
13506
13507 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
13508
13509 * configure: Treat msdosdjgpp like go32.
13510 * configure.in: Likewise. Don't remove gprof for go32.
13511
13512 * configure: Change Makefile.tem2 to Makefile.tm2.
13513
13514 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
13515
13516 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
13517
13518 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13519
13520 * install-sh (chmodcmd): Set to null if the DST directory already
13521 exists. Same as Nov 11th change.
13522
13523 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
13524
13525 * configure (GDB_TK): Needs itcl and tix.
13526
13527 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
13528
13529 * config.guess: Update from FSF.
13530
13531 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
13532
13533 * Makefile.in (GDB_TK): Depend on itcl and tix.
13534
13535 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
13536
13537 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
13538 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
13539 (INSTALL_SCRIPT): New variable.
13540 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
13541 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
13542 to -x.
13543 * install-sh: Add support for -x option.
13544
13545 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
13546
13547 * configure.in, Makefile.in: Treat tix like itcl.
13548
13549 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
13550
13551 * Makefile.in (WINDRES): New variable.
13552 (WINDRES_FOR_TARGET): New variable.
13553 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
13554 (EXTRA_HOST_FLAGS): Add WINDRES.
13555 (EXTRA_TARGET_FLAGS): Add WINDRES.
13556 (EXTRA_GCC_FLAGS): Add WINDRES.
13557 ($(DO_X)): Pass down WINDRES.
13558 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
13559 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
13560 DLLTOOL_FOR_TARGET.
13561
13562 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
13563
13564 * configure.in: configure sim before gdb for win32-x-ppc
13565
13566 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13567
13568 Move gperf into the toplevel, from libg++.
13569 * configure.in (target_tools): Add target-gperf.
13570 (native_only): Add target-gperf.
13571 * Makefile.in (all-target-gperf): New target, depend on
13572 all-target-libg++.
13573 (configure-target-gperf): Empty rule.
13574 (ALL_TARGET_MODULES): Add all-target-gperf.
13575 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
13576 (CHECK_TARGET_MODULES): Add check-target-gperf.
13577 (INSTALL_TARGET_MODULES): Add install-target-gperf.
13578 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
13579
13580 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
13581
13582 * config.sub (mn10200): Recognize new basic machine.
13583
13584 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13585
13586 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
13587 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
13588
13589 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13590
13591 * configure.in: If we're building mips-sgi-irix6* native, turn on
13592 ENABLE_MULTILIB and set TARGET_SUBDIR.
13593
13594 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
13595
13596 * Makefile.in (all-sn): Depend on all-grep.
13597
13598 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
13599
13600 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
13601
13602 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
13603 Makefile. From Jeff Makey <jeff@cts.com>.
13604 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
13605
13606 * Makefile.in (DISTBISONFILES): Remove.
13607 (taz): Don't futz with DISTBISONFILES. Change BISON to use
13608 $(DEFAULT_YACC).
13609
13610 * configure.in: Build itl, db, sn, etc., when building for native
13611 cygwin32.
13612
13613 * Makefile.in (LD): New variable.
13614 (EXTRA_HOST_FLAGS): Pass down LD.
13615 ($(DO_X)): Likewise.
13616
13617 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
13618
13619 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
13620
13621 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
13622
13623 * configure.in (targargs): Strip out any supplied --build argument
13624 before adding our own. Always add --build.
13625
13626 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
13627
13628 * configure.in (targargs): Pass --build if we're doing
13629 a cross-compile.
13630
13631 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
13632
13633 * configure: Use '|' instead of ":" as the separator in
13634 sed. Otherwise sed chokes on NT path names with drive
13635 designators. Also look for "?:*" as the leading characters in an
13636 absolute pathname.
13637
13638 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
13639
13640 * config.sub: Support for r3900.
13641
13642 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
13643
13644 * configure.in: Use install-sh, not install.sh.
13645
13646 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
13647
13648 * Makefile.in (taz): Improve check for BISON so it doesn't try to
13649 apply it twice.
13650
13651 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
13652
13653 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
13654 install-binutils.
13655
13656 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
13657
13658 * Makefile.in: Add automake targets.
13659 * configure.in (host_tools): Add automake.
13660
13661 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
13662
13663 * configure: Default CXX to c++, not gcc.
13664 * Makefile.in (CXX): Set to c++, not gcc.
13665 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
13666
13667 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
13668
13669 * install-sh: try appending a .exe if source file doesn't
13670 exist
13671
13672 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
13673
13674 * configure.in: Turn on multilib by default.
13675 (cross_only): Remove target-libiberty.
13676
13677 * Makefile.in (all-gcc): Don't depend on libiberty.
13678
13679 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
13680
13681 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
13682
13683 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
13684
13685 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
13686 (DISTBISONFILES): Add ld/Makefile.in
13687
13688 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
13689
13690 * configure.in: if target is cygwin32 but host isn't cygwin32,
13691 don't configure gdb tcl tk expect, not just gdb.
13692
13693 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
13694
13695 * configure.in: Added gnuserv everywhere sn appears.
13696
13697 * Makefile.in (ALL_MODULES): Added all-gnuserv.
13698 (CROSS_CHECK_MODULES): Added check-gnuserv.
13699 (INSTALL_MODULES): Added install-gnuserv.
13700 (CLEAN_MODULES): Added clean-gnuserv.
13701 (all-gnuserv): New target.
13702
13703 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
13704
13705 * config.guess: Fixes for MIPS OpenBSD systems.
13706
13707 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
13708
13709 * Makefile.in (INSTALL_XFORM): Remove.
13710 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
13711
13712 * mkinstalldirs: New file, copied from automake.
13713 * Makefile.in (installdirs): Rename from install-dirs. Use
13714 mkinstalldirs. Change all users.
13715 (DEVO_SUPPORT): Add mkinstalldirs.
13716
13717 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
13718
13719 * install-sh: Rename from install.sh.
13720 * Makefile.in (INSTALL): Change install.sh to install-sh.
13721 (DEVO_SUPPORT): Likewise.
13722
13723 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
13724 Graichen <graichen@rzpd.de>.
13725
13726 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
13727
13728 * config.guess: Recognize OpenBSD systems correctly.
13729
13730 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
13731
13732 * README, Makefile.in (ETC_SUPPORT): Remove references to
13733 cfg-paper*, configure.{texi,man,info*}._
13734
13735 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
13736
13737 * Makefile.in (all.normal): Ensure that gcc is built after all
13738 the x11 - ie gdb - targets.
13739
13740 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
13741
13742 * makefile.vms: Don't run conf-a-gas.
13743
13744 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
13745
13746 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
13747
13748 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
13749
13750 * configure.in: Remove noconfigdirs case since gdb also
13751 configures and builds for tic80-coff.
13752
13753 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
13754
13755 * configure: Set cache_file to config.cache.
13756 * Makefile.in (local-distclean): Remove config.cache.
13757
13758 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
13759
13760 * COPYING: Update FSF address.
13761
13762 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
13763
13764 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
13765 noconfigdirs.
13766
13767 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
13768
13769 * Makefile.in (install-dirs): Don't crash if prefix, and hence
13770 MAKEDIRS, is empty.
13771
13772 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
13773
13774 * config.sub: Tweak mn10300 entry.
13775
13776 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
13777
13778 * configure.in (host_tools): Put sim before gdb, so gdb's
13779 configure.tgt can determine if the simulator was configured.
13780
13781 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
13782
13783 * config.sub: Move BeOS $os case to be with other Cygnus
13784 local cases.
13785
13786 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
13787
13788 * config.sub: Remove misplaced comment that broke Linux.
13789
13790 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
13791
13792 * config.sub: Add BeOS support.
13793
13794 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
13795
13796 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
13797
13798 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
13799
13800 * configure.in (noconfigdirs): Remove tcl and tk from
13801 noconfigdirs for cygwin32 builds.
13802
13803 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
13804
13805 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
13806
13807 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
13808
13809 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
13810 make-all.com, use makefile.vms instead.
13811
13812 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
13813
13814 * config.sub: Accept -lnews*.
13815
13816 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
13817
13818 * configure.in (noconfigdirs): Disable target-newlib,
13819 target-examples and target-libiberty for d30v.
13820
13821 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
13822
13823 * configure.in (noconfigdirs): Enable ld for d30v.
13824
13825 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
13826
13827 * configure.in (tic80-*-*): Build compiler.
13828
13829 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
13830
13831 * configure.in (d30v-*): Remove sim directory from list of
13832 unsupported d30v directories
13833
13834 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
13835
13836 * config.sub, configure.in: Add d30v target cpu.
13837
13838 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
13839
13840 * makefile.vms: New file.
13841 * make-all.com: Remove.
13842
13843 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
13844
13845 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
13846
13847 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
13848
13849 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
13850
13851 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
13852
13853 * Makefile.in (ALL_MODULES): Added all-db.
13854 (CROSS_CHECK_MODULES): Addec check-db.
13855 (INSTALL_MODULES): Added install-db.
13856 (CLEAN_MODULES): Added clean-db.
13857
13858 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
13859
13860 * config.guess: Merge with latest FSF sources.
13861
13862 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
13863
13864 * Makefile.in (ALL_MODULES): Added all-itcl.
13865 (CROSS_CHECK_MODULES): Added check-itcl.
13866 (INSTALL_MODULES): Added install-itcl.
13867 (CLEAN_MODULES): Added clean-itcl.
13868
13869 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
13870
13871 * configure.in: build gdb for mn10200
13872
13873 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
13874
13875 * Makefile.in (all-target-winsup): Depend on all-target-libio.
13876
13877 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
13878
13879 * configure.in (tic80-*-*): Turn off most targets right now.
13880
13881 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
13882
13883 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
13884 rather than the makeinfo program.
13885 (do-info): Depend upon all-texinfo.
13886
13887 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
13888
13889 * configure.in: Remove uses of config/mh-linux.
13890
13891 * config.sub, config.guess: Merge with latest FSF sources.
13892
13893 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
13894
13895 * config.sub (case $basic_machine): Add tic80 entries.
13896
13897 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
13898
13899 * config.sub, config.guess: Merge with latest FSF sources.
13900
13901 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13902
13903 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
13904 * mpw-config.in: Test for NewFolderRecursive.
13905 * mpw-install: Use symbolic name for startup filename.
13906 * mpw-README: Add various additional details.
13907
13908 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
13909
13910 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
13911
13912 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
13913
13914 * configure.in: Do build gcc and the target libraries for
13915 the mn10200.
13916
13917 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
13918
13919 * configure.in: don't avoid building gdb for mn10300 any more
13920 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
13921 instead of single-quoting it.
13922
13923 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
13924
13925 * configure.in: Don't use --with-stabs on IRIX 6.
13926
13927 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
13928
13929 * configure.in (m32r): Build gdb, libg++ now.
13930
13931 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13932
13933 * configure.in (mips*-sgi-irix6*): Remove gdb and related
13934 directories from noconfigdirs.
13935
13936 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
13937
13938 * config.sub (basic_machine): added mips16 configuration
13939
13940 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13941
13942 * config.sub: Handle d10v-unknown.
13943
13944 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
13945
13946 * config.sub: Handle v850-unknown.
13947
13948 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
13949
13950 * Makefile.in: add findutils
13951 * configure.in: add findutils to list of host_tools
13952
13953 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
13954
13955 * config.sub: Handle mn10200 and mn10300.
13956
13957 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13958
13959 * configure.in (d10v-*): Do not build librx.
13960
13961 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
13962
13963 * configure.in (mn10300): Build everything except gdb & libgloss.
13964
13965 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
13966
13967 * config.guess: Patch for Dansk Data Elektronik servers,
13968 from Niels Skou Olsen <nso@dde.dk>.
13969
13970 For ncr, use /bin/uname rather than uname, since GNU uname does not
13971 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
13972
13973 Patch for MIPS R4000 running System V,
13974 from Eric S. Raymond <esr@snark.thyrsus.com>.
13975
13976 Fix thinko for nextstep.
13977
13978 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
13979
13980 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
13981 * config.guess: Guess mips-dec-mach_bsd4.3.
13982
13983 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
13984 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
13985 release numbers.
13986 * config.guess (mips-mips-riscos*): Emit just enough of the
13987 release number.
13988
13989 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
13990 * config.guess (sparc-auspex-sunos*): Added.
13991 (f300-fujitsu-*): Added.
13992
13993 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
13994 * config.guess: Recognize a Tadpole as a sparc.
13995
13996 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
13997
13998 * config.guess: Don't assume that NextStep version is either 2 or
13999 3. NextStep 4 (aka OpenStep 4) has come out now.
14000
14001 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
14002
14003 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
14004 From Rik Faith <faith@cs.unc.edu>.
14005
14006 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
14007
14008 * config.sub: Contributions from bug-gnu-utils to:
14009 Support plain "hppa" (no version given) architecture, reported by
14010 OpenStep.
14011 OpenBSD like NetBSD.
14012 LynxOs is not a hardware supplier.
14013
14014 * config.guess: Contributions from bug-gnu-utils to add support for:
14015 OpenBSD like NetBSD.
14016 Stratus systems.
14017 More Pyramid systems.
14018 i[n>4]86 Intel chips.
14019 M680[n>4]0 Motorola chips.
14020 Use unknown instead of lynx for hardware manufacturer.
14021
14022 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14023
14024 * install.sh (chmodcmd): Set to null if the DST directory already
14025 exists.
14026
14027 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14028
14029 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
14030 not use mt-ppc target Makefile fragment any more.
14031
14032 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
14033
14034 * configure.in (*-*-windows): Exclude everything but those dirs
14035 needed to build windows.
14036
14037 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
14038
14039 * Makefile.in (all-target-winsup): Depend on all-target-librx.
14040
14041 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
14042
14043 * configure.in: Exclude mmalloc from i386-windows.
14044
14045 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
14046
14047 * Undo my previous change.
14048
14049 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
14050
14051 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
14052 unconditionally.
14053 (MAKEOVERRIDES): Define (revert this part of October 18 change).
14054
14055 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
14056
14057 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
14058 host to add it's own flags.
14059
14060 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
14061
14062 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
14063
14064 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
14065
14066 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
14067 (CXX_FOR_TARGET): Likewise.
14068 (GCC_FOR_TARGET): Define.
14069 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
14070 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
14071 CC_FOR_TARGET was specified on the command line.
14072 (MAKEOVERRIDES): Don't define.
14073
14074 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
14075
14076 * configure.in (m32r): Fix spelling of libg++ libs.
14077
14078 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
14079
14080 * config.sub (-apple*): Remove, now redundant.
14081
14082 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
14083
14084 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
14085
14086 * configure: Rework yesterday's sed script patch.
14087
14088 * config.sub: Merge with FSF.
14089
14090 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
14091
14092 * config.guess: Merge from FSF.
14093
14094 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
14095 * config.guess: Use pc instead of unknown, for pc clone systems.
14096 Change linux to linux-gnu.
14097
14098 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
14099 * config.guess: Avoid non-portable tr syntax.
14100
14101 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
14102
14103 * test-build.mk (HOLES): Add "xargs" for gdb.
14104
14105 * configure: Avoid hpux10.20 sed bug.
14106
14107 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
14108
14109 * configure.in: Add support for windows host
14110 (that is a build done under the Microsoft build environment).
14111
14112 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
14113
14114 * Makefile.in: Replace all uses of srcroot with s, to shrink
14115 command line lengths.
14116
14117 Patches from Geoffrey Noer <noer@cygnus.com>:
14118 * configure.in: If configuring for newlib, pass --with-newlib to
14119 subdirectories.
14120 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
14121 -Bnewlib/ and -Lwinsup to gcc.
14122 (CXX_FOR_TARGET): Likewise.
14123
14124 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
14125
14126 * Makefile.in (ETC_SUPPORT): Add configure.
14127
14128 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
14129
14130 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
14131 host configuration file.
14132
14133 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
14134
14135 * configure.in: Break mn10x00 support into separate
14136 mn10200 and mn10300 configurations.
14137 * config.sub: Likewise.
14138
14139 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
14140
14141 * configure.in: Add lots of stuff to noconfigdirs for
14142 the mn10x00 targets.
14143
14144 * config.sub, configure.in: Add mn10x00 support.
14145
14146 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
14147
14148 * make-all.com: Call conf-a-gas, not config-a-gas.
14149
14150 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
14151
14152 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
14153 targets.
14154
14155 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
14156
14157 * mpw-README: Add much more detail for native PowerMac.
14158 * mpw-install: New file.
14159 * mpw-configure: Add --norecursion and --help options.
14160 * mpw-config.in: Translate readme and install files when
14161 copying to objdir.
14162 * mpw-build.in: Don't always depend on byacc and flex.
14163 (install-only-top): New action.
14164
14165 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
14166
14167 * configure.in: You can now configure GDB for the v850.
14168
14169 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
14170
14171 * configure.in (noconfigdirs): Don't configure any C++ dirs
14172 if targeting D10V.
14173
14174 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
14175
14176 * config.sub: Recognize mips64vr5000.
14177
14178 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
14179
14180 * configure.in: Use a single line for host_tools and native_only.
14181
14182 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
14183
14184 * config.sub, configure.in: Add entries for m32r.
14185
14186 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
14187
14188 * Makefile.in (inet-install): Don't run install-gzip.
14189
14190 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
14191
14192 * configure.in: Don't config lots of things for *-*-windows*.
14193
14194 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
14195
14196 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
14197 (host_libs, host_tools): Copy from configure.in.
14198 * mpw-configure: Don't complain about directories not found.
14199
14200 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14201
14202 * configure.in (i[345]86): Recognize i686 for pentium pro.
14203 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
14204 file.
14205
14206 * config.guess (i[345]86): Ditto.
14207
14208 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14209
14210 * configure.in (noconfigdirs): Removed gdb for D10V.
14211
14212 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
14213
14214 * configure.in: Remove ld, target-libio, target-libg++, and
14215 target-libstdc++ from noconfigdirs.
14216
14217 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
14218
14219 * configure: Fix three locations where shell scripts were
14220 being run directly rather than with config_shell.
14221
14222 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
14223
14224 * configure.in (v850-*-*): Set up initial $noconfigdirs.
14225 * config.sub (basic_machine): Recognize v850.
14226
14227 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
14228
14229 * mpw-configure: Handle multiple enable/disable options and
14230 pass them down recursively, handle -c and -s flags appropriately
14231 depending on choice of compiler, add escape mechanism for
14232 quoted arguments to gC.
14233
14234 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14235
14236 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
14237 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
14238 so that -mrelocatable-lib and -mno-eabi are used.
14239
14240 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
14241 not support --print-multi-lib, don't abort.
14242
14243 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
14244
14245 * make-all.com: Run config-a-gas.
14246 * setup.com: Don't copy subdirectory files around.
14247
14248 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
14249
14250 * configure.in (*-*-ose): Remove exclusion of libgloss for this
14251 target, it now compiles correctly.
14252
14253 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
14254
14255 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
14256
14257 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14258
14259 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
14260
14261 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14262
14263 * configure.in (native_only): Add prms.
14264
14265 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
14266
14267 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
14268 (BINUTILS_SUPPORT_DIRS): Likewise.
14269
14270 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14271
14272 * configure.in (d10v-*-*): Don't configure ld or gdb until the
14273 d10v support is added.
14274
14275 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14276
14277 * configure.in (d10v-*-*): New target.
14278
14279 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
14280
14281 * config.guess (HP 9000/811): Recognize this as a PA1.1
14282 machine.
14283
14284 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
14285
14286 * Makefile.in (do-tar-gz): New target, split out from tail end of
14287 taz target. Run each command separately, don't use pipes.
14288 (taz): Use it.
14289
14290 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
14291
14292 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
14293 * mpw-build.in: No builds should depend on building byacc or flex,
14294 they are assumed to be installed already.
14295
14296 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14297
14298 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
14299 variable that CC_FOR_TARGET needs.
14300
14301 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14302
14303 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
14304 options have changed since the last time the subdirectory was
14305 configured, and if it has, reconfigure.
14306 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
14307 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
14308
14309 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
14310
14311 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
14312 CLEAN_MODULES): Add bash.
14313 (all-bash): New target.
14314
14315 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
14316
14317 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
14318
14319 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14320
14321 * config.sub (basic_machine): Recognize d10v as a valid processor.
14322
14323 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
14324
14325 * mpw-configure: Add support for --bindir.
14326 * mpw-build.in: Use a GCC-specific build script for GCC actions.
14327
14328 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
14329
14330 * configure.in: add bash, time, gawk to list of hosttools and things
14331 to only build for native toolchains
14332
14333 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
14334
14335 * Makefile.in (docdir): Remove.
14336
14337 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
14338
14339 * Makefile.in (datadir): Set to $(prefix)/share.
14340
14341 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
14342
14343 * configure.in: build diff and patch for cygwin32-hosted
14344 toolchains.
14345
14346 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
14347
14348 * config.sub: Accept -rtems*.
14349
14350 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
14351
14352 * configure.in: enable dosrel for cygwin32-hosted builds,
14353 remove diff from the list of things not buildable
14354 via Canadian Cross
14355
14356 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
14357
14358 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
14359 don't get ". ".
14360
14361 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
14362
14363 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
14364
14365 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
14366
14367 * Makefile.in (taz): Handle case where tex3patch didn't even get
14368 checked out. Also, if it was found, put the symlink in a new util
14369 subdirectory.
14370
14371 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14372
14373 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
14374
14375 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
14376
14377 * config.sub: Recognize -openvms.
14378 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
14379 * make-all.com, setup.com: New files.
14380
14381 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
14382
14383 * Makefile.in (taz): tex3patch moved to texinfo/util.
14384
14385 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
14386
14387 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
14388 * configure.in: remove make from disable-if-Can-Cross list
14389 enable gdb if ${host} and ${target} are cygwin32
14390
14391 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
14392
14393 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
14394 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
14395
14396 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
14397
14398 * config.guess: Combine mips-mips-riscos cases, and use cpp to
14399 distinguish sysv/svr4/bsd variants.
14400 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
14401
14402 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
14403
14404 * configure.in: Added copyright notice.
14405 * move-if-change: Added copyright notice.
14406
14407 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14408
14409 * configure.in (powerpcle-*-solaris*): Until we get shared
14410 libraries working, don't build gdb, sim, make, tcl, tk, or
14411 expect.
14412
14413 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
14414
14415 * config.guess: Merge with FSF:
14416
14417 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
14418 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
14419
14420 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
14421 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
14422
14423 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
14424 * config.guess: Combine two OSF1 rules.
14425 Also recognize field test versions. From mjr@zk3.dec.com.
14426 * config.guess (dgux): Use /usr/bin/uname rather than uname,
14427 because GNU uname does not support -p. From pmr@pajato.com.
14428
14429 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
14430
14431 * Makefile.in (MAKEDIRS): Removed $(tooldir).
14432
14433 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
14434
14435 * mpw-README: Document GCCIncludes.
14436
14437 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
14438
14439 * configure.in (alpha-*-linux*): Set enable_shared to yes.
14440
14441 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
14442
14443 * mpw-configure: Handle --enable-FOO and --disable-FOO.
14444
14445 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
14446
14447 * configure.in (*-*-cygwin32): Configure make.
14448
14449 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
14450
14451 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
14452
14453 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
14454
14455 * Makefile.in (all-inet): Depend on all-perl.
14456
14457 * Makefile.in (inet-install): New target.
14458
14459 * Makefile.in (all-inet): Depend on all-tcl.
14460 (all-inet): Depend on all-send-pr.
14461
14462 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14463
14464 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
14465 temporarily.
14466
14467 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
14468
14469 * configure.in: Don't configure --with-gnu-ld on AIX.
14470
14471 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
14472
14473 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
14474
14475 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
14476
14477 * Makefile.in (ALL_MODULES): Added all-inet.
14478 (CROSS_CHECK_MODULES): Added check-inet.
14479 (INSTALL_MODULES): Added install-inet.
14480 (CLEAN_MODULES): Added clean-inet.
14481 (all-indent): New target.
14482
14483 * configure.in (host_tools): Added inet.
14484 (native_only): Added inet.
14485 (noconfigdirs): Added inet.
14486
14487 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
14488
14489 * configure.in: Don't configure libgloss if we are not configuring
14490 newlib.
14491
14492 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
14493
14494 * configure.in: Don't configure libgloss for unsupported
14495 architectures.
14496
14497 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14498
14499 * Makefile.in (CLEAN_MODULES): Add clean-apache.
14500
14501 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
14502
14503 * Makefile.in (ALL_MODULES): Include all-apache.
14504 (CROSS_CHECK_MODULES): Include check-apache.
14505 (INSTALL_MODULES): Include install-apache.
14506 (all-apache): New target.
14507
14508 * configure.in: Added apache everywhere perl is seen.
14509
14510 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14511
14512 * Makefile.in: Add support for clean-{module} and
14513 clean-target-{module} rules.
14514
14515 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
14516
14517 * configure.in (*-*-ose) do not build libgloss.
14518
14519 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14520
14521 * config.guess (prep*:SunOS:5.*:*): Turn into
14522 powerpele-unknown-solaris2.
14523
14524 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
14525
14526 * configure.in: Permit --enable-shared to specify a list of
14527 directories.
14528
14529 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14530
14531 * configure.in (host==solaris): Pass only the first word of $CC
14532 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
14533
14534 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14535
14536 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
14537
14538 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
14539
14540 * Makefile.in (ALL_MODULES): Include all-perl.
14541 (CROSS_CHECK_MODULES): Include check-perl.
14542 (INSTALL_MODULES): Include install-perl.
14543 (ALL_X11_MODULES): Include all-guile.
14544 (CHECK_X11_MODULES): Include check-guile.
14545 (INSTALL_X11_MODULES): Include install-guile.
14546 (all-perl): New target.
14547 (all-guile): New target.
14548
14549 * configure.in (host_tools): Include perl and guile.
14550 (native_only): Include perl and guile.
14551 (noconfigdirs): Don't build guile and perl; no ports have been
14552 done.
14553
14554 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
14555
14556 * configure (--enable-*): Handle quoted option lists such as
14557 --enable-sim-cflags='-g0 -O' better.
14558
14559 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14560
14561 * Makefile.in ({,inst}all-target): New rule so we can make and
14562 install all of the target directories easily.
14563
14564 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14565
14566 * configure.in: Add missing global flag in sed substitution when
14567 deleting `target-' from ${configdirs}.
14568
14569 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
14570
14571 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
14572 option.
14573
14574 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
14575 config/mh-necv4.
14576
14577 * install.sh: Correct misspelling of transformbasename.
14578
14579 * config.guess: Recognize mips-*-sysv*.
14580
14581 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
14582
14583 * config.sub: Recognize mon960.
14584
14585 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
14586
14587 * configure: Restore Canadian Cross handling of BISON and LEX,
14588 removed in Feb 20 change.
14589
14590 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
14591
14592 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
14593 Mention make install. Remove the old copyright date as well the
14594 clumsy and rather pointless copyright on the README file.
14595
14596 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
14597
14598 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
14599 Makefile after running symlink-tree, then run `make distclean' to
14600 avoid clobbering any generated files in srcdir.
14601
14602 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
14603
14604 * configure.in (m68k-*-netbsd*): Build everything now.
14605
14606 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
14607
14608 * Makefile.in (taz): Fix quoting.
14609
14610 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
14611
14612 * configure.in (sparclet-*-*): Build everything now.
14613
14614 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14615
14616 * configure.in (m68k-*-linux*): New host.
14617
14618 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
14619
14620 * configure: Check for bison before byacc.
14621
14622 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
14623
14624 * Makefile.in configure: Change the way LEX and BISON/YACC are
14625 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
14626 searching PATH. These are used as fallbacks by Makefile.in if
14627 flex/bison/byacc aren't in objdir.
14628
14629 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
14630
14631 * Makefile.in: Make everything which depends upon all-bfd also
14632 depend upon all-opcodes, in case --with-commonbfdlib is used.
14633
14634 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14635
14636 * configure.in (host *-*-cygwin32): Don't build gdb if we are
14637 building NT native compilers on Unix.
14638
14639 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
14640
14641 * configure.in: Don't get CC from the host Makefile fragment if we
14642 can find gcc in PATH, or if this is a Canadian Cross. Move the
14643 Solaris test for /usr/ucb/cc to the post target script, just after
14644 the compiler sanity test.
14645
14646 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
14647
14648 * config.sub: Merge with FSF.
14649
14650 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
14651
14652 * Makefile.in (RPATH_ENVVAR): New variable.
14653 (REALLY_SET_LIB_PATH): Use it.
14654 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
14655
14656 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
14657
14658 * config.sub, configure.in: Recognize sparclet cpu.
14659
14660 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
14661
14662 * config.guess: Support m68k-cbm-sysv4.
14663
14664 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14665
14666 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
14667 m68k-unknown-linuxaout from linker help string. Put quotes around
14668 $ld_help_string.
14669
14670 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
14671
14672 * config.guess (powerpc-harris-powerunix): Add guess for port
14673 to new target.
14674
14675 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14676
14677 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
14678
14679 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
14680
14681 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
14682 $(REALLY_SET_LIB_PATH) in Makefile.
14683 * Makefile.in (SET_LIB_PATH): New variable.
14684 (REALLY_SET_LIB_PATH): New variable.
14685 ($(DO_X)): Use $(SET_LIB_PATH).
14686 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
14687 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
14688 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
14689 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
14690 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
14691 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
14692 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
14693 (install-dosrel): Likewise.
14694 (all-opcodes): Depend upon all-libiberty.
14695
14696 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
14697
14698 * config.guess (*:CYGWIN*): New
14699
14700 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14701
14702 * Makefile.in (all-target-winsup): All all-target-libiberty.
14703
14704 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14705
14706 * configure.in (noconfigdirs): Add missing # in front of comment.
14707
14708 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
14709
14710 * configure.in: add second pass to things added to noconfigdirs
14711 so *-gm-magic can exclude libgloss properly.
14712
14713 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
14714
14715 * mpw-configure (extralibs_name, rez_name): Set correctly
14716 for MWC68K compiler.
14717
14718 * mpw-README: Add more info on the necessary build tools.
14719
14720 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
14721
14722 * configure.in, config.sub: Recognize cygwin32.
14723
14724 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
14725
14726 * config.guess, config.sub: Recognize A/UX.
14727
14728 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
14729
14730 * config.sub: Merge with gcc/config.sub.
14731
14732 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
14733
14734 * mpw-build.in (do-binutils): Add build of stamps.
14735
14736 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
14737
14738 * config.sub: Add recognition for mips64vr4100*-* targets.
14739
14740 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14741
14742 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
14743 Add creation of gconfigargs with `--enable-shared' turned on.
14744 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
14745 ($(host)-stamp-stage3-configured): Likewise.
14746 (HOLES): Add chatr and ldd.
14747 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
14748
14749 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
14750
14751 * configure: Pass --nfp to recursive configures.
14752
14753 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
14754
14755 * Makefile.in (DLLTOOL): New.
14756 (DLLTOOL_FOR_TARGET): New.
14757 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
14758 (EXTRA_TARGET_FLAGS): Ditto.
14759 (EXTRA_GCC_FLAGS): Ditto.
14760 (CONFIGURE_TARGET_MODULES): Ditto.
14761 (DO_X): Ditto.
14762 * configure: Add DLLTOOL.
14763
14764 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
14765
14766 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
14767 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
14768 mh-sco, since old workarounds no longer needed, and don't
14769 build ld, since libraries have weak symbols in COFF.
14770
14771 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
14772
14773 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
14774
14775 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
14776
14777 * configure.in: Make sure that ${CC} can be used to compile an
14778 executable.
14779
14780 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
14781
14782 * Makefile.in (all-gdb): Depend on $(GDB_TK).
14783 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
14784 nothing depending on whether gdbtk is being built.
14785
14786 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
14787
14788 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
14789
14790 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
14791
14792 * configure.in (noconfigdirs): Put ld or gas in this early, if the
14793 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
14794
14795 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
14796
14797 * config-ml.in: Add support for
14798 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
14799 Simplify setting of multidirs from --disable-foo.
14800
14801 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14802
14803 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
14804 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
14805 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
14806 non-empty, pass them on to the GCC make.
14807 (all-bootstrap): New rule that is like all-gcc, except it executes
14808 the GCC bootstrap rule instead of the GCC all rule.
14809
14810 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
14811
14812 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
14813
14814 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14815
14816 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
14817 DG/UX support.
14818
14819 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
14820
14821 * config.sub (i*86*) Change [345] to [3456]
14822
14823 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14824
14825 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
14826 --with-gnu-ld=no.
14827
14828 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14829
14830 * config-ml.in (rs6000*, powerpc*): Add switches to control which
14831 AIX multilibs get built.
14832
14833 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14834
14835 * configure.in (i386-win32): Don't build expect if we're not
14836 building the tcl subdir.
14837
14838 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
14839
14840 * Makefile.in: (configure-target-examples, all-target-examples):
14841 New targets, configure and build example programs.
14842
14843 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
14844
14845 * mpw-configure: If an mpw-config.in generated a file mk.sed,
14846 use it as input to sedit the generated MPW makefile.
14847 * mpw-README: Add a suggestion about Gestalt.h.
14848
14849 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
14850
14851 * config.sub: Accept *-*-ieee*.
14852
14853 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
14854
14855 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
14856 Ronald F. Guilmette <rfg@monkeys.com>.
14857
14858 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14859
14860 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
14861 for powerpc-pe native.
14862 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
14863 (target==powerpc-pe): duplicate i386-win32 entry.
14864
14865 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14866
14867 * configure.in (noconfigdirs): Exclude target-newlib for all versions
14868 of vxworks, not just vxworks5.1.
14869
14870 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
14871
14872 * mpw-configure: Add support for exec-prefix.
14873
14874 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14875
14876 * config.guess: Recognize HP model 816 machines as having
14877 a PA1.1 processor.
14878
14879 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
14880
14881 * configure: Ignore new autoconf configure options.
14882
14883 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
14884
14885 * config.guess: Recognize Pentium under SCO.
14886 From Robert Lipe <robertl@arnet.com>.
14887
14888 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14889
14890 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
14891
14892 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
14893
14894 * configure.in: Don't configure gas for alpha-dec-osf*.
14895
14896 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
14897
14898 * configure.in: Default to --with-stabs for some targets for which
14899 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
14900 i[345]86*-*-unixware*.
14901
14902 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
14903
14904 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
14905 rather than basing it on the target. Simplify handling of options
14906 controlling which directories to configure. Remove extraneous
14907 slash in multi-clean target.
14908
14909 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
14910
14911 * config-ml.in: Prefix more variables with ml_ so they don't collide
14912 with configure's.
14913
14914 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
14915
14916 * configure: Don't turn -v into --v.
14917
14918 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
14919
14920 * configure.in (targargs): Fix typo.
14921
14922 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
14923
14924 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
14925
14926 * configure.in: Strip --host and --target options from
14927 CONFIG_ARGUMENTS, and always configure for --host only. Add
14928 --with-cross-host option when building with a cross-compiler.
14929 * configure: Canonicalize the arguments put into config.status by
14930 always using `=' for an option with an argument. Pass a presumed
14931 --host or --target explicitly.
14932
14933 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
14934
14935 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
14936 into general OS recognition case.
14937
14938 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14939
14940 * configure.in (target_configdirs): add target-winsup only
14941 for win32 target systems.
14942
14943 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
14944
14945 * Makefile.in (all-target-libgloss): Depend upon
14946 configure-target-newlib, since when libgloss is built it looks to
14947 see if the newlib directory exists.
14948
14949 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
14950
14951 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
14952 cfg-ml-*.in.
14953
14954 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
14955
14956 * configure: Handle LD and LD_FOR_TARGET when configuring a
14957 Canadian Cross.
14958
14959 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14960
14961 * configure.in (target_libs): add target-winsup.
14962 (target==i386-win32): add patch diff flex make to $noconfigdirs.
14963 (target==ppcle-pe): remove ld from $noconfigdirs.
14964
14965 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
14966
14967 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
14968 Preserve relative path names in $srcdir. Build symlink tree if
14969 configuring cross target dir and srcdir=. (= no VPATH support).
14970 (configure-target-libg++): Depend on configure-target-librx.
14971 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
14972 * config-ml.in: New file.
14973 * symlink-tree: New file.
14974 * configure: Ensure srcdir="." if that's what it is.
14975
14976 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
14977
14978 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
14979 includes and FLEX_SKELETON setting.
14980 * mpw-configure (--with-gnu-ld): New option, controls whether
14981 to use PPCLink or ld with PowerMac GCC.
14982 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
14983 * mpw-config.in: Configure grez if targeting Mac.
14984
14985 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
14986 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
14987 just macos.
14988 * configure.in: Configure grez resource compiler if targeting Mac.
14989 * Makefile.in (all-grez, install-grez): New targets.
14990
14991 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
14992
14993 * configure: CXX defaults to gcc, not g++. If we find
14994 gcc in the path, set CC to gcc -O2.
14995
14996 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
14997
14998 * configure: Default ${build} correctly. Avoid picking up extra
14999 spaces when reading CC and CXX from Makefile. When doing a
15000 Canadian Cross, use plausible default values for numerous
15001 variables.
15002 * configure.in: When doing a Canadian Cross, don't try to
15003 configure tools whose configure script can't handle it.
15004
15005 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15006
15007 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
15008
15009 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
15010
15011 * configure: Remove dubious bug reporting address.
15012
15013 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
15014
15015 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
15016 configure script, run that instead of this directory's configure.
15017 In either case, print a message that we're configuring the sub-dir.
15018
15019 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
15020
15021 * configure.in: Before checking for the existence of various files,
15022 use sed to filter out "target-".
15023
15024 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
15025
15026 * Makefile.in (DO_X): Split rule to decrease command line length
15027 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
15028 (Philippe De Muyter).
15029
15030 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15031
15032 * Makefile.in (all-patch): depend on all-libiberty.
15033
15034 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
15035
15036 * configure.in: If the only directory in target_configdirs which
15037 actually exists is libiberty, then set target_configdirs to empty,
15038 to avoid trying to build a target libiberty in a gas or gdb
15039 distribution.
15040
15041 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
15042
15043 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
15044 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
15045 systems.
15046
15047 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15048
15049 * configure.in (copy_dirs): Use sys-include instead of include
15050 for --with-headers option.
15051
15052 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
15053
15054 * Makefile.in, configure.in: Make winsup builds work with
15055 new scheme.
15056
15057 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
15058
15059 * configure.in: Build the linker on AIX.
15060
15061 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
15062
15063 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
15064 where needed.
15065
15066 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
15067
15068 * Makefile.in (all-gcc): Fix typo.
15069
15070 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
15071
15072 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
15073
15074 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
15075
15076 * configure.in: Rename libFOO to target-libFOO, and xiberty
15077 to target-xiberty, to provide more flexibility.
15078 (target_subdir): Define. Create if cross.
15079 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
15080 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
15081 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
15082 check-libFOO -> check-target-libFOO, etc.
15083 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
15084 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
15085 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
15086 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
15087 allow ALL_GCC="" to only configure.
15088 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
15089 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
15090 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
15091
15092 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
15093
15094 * Makefile.in (taz): Build "info" in etc explicitly.
15095
15096 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
15097
15098 * configure.in: Make sure that CC is undefined (as opposed to
15099 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
15100 problem with autoconf trying to configure on a host without GCC.
15101
15102 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
15103
15104 * mpw-configure: Set host alias from choice of host compiler,
15105 only use generic MPW Makefile sed if present, edit a file
15106 named "hacked_Makefile.in" instead of "Makefile.in" if present.
15107 * mpw-README: Add problem notes about CW6 and CW7.
15108
15109 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
15110
15111 * Makefile.in (taz): Use ";" instead of ";;".
15112
15113 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
15114
15115 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
15116 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
15117 DISTDOCDIRS.
15118 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
15119 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
15120
15121 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
15122
15123 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
15124 and gnats, because they are now subsumed by DISTSTUFFDIRS.
15125 Move bfd to DISTSTUFFDIRS.
15126
15127 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15128
15129 * Makefile.in (X11_LIB): Removed.
15130 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
15131
15132 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
15133
15134 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15135
15136 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
15137 names.
15138
15139 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15140
15141 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
15142
15143 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
15144
15145 * configure.in (i[345]86-*-win32): Always build newlib.
15146 Don't configure cvs, autoconf or texinfo.
15147 * Makefile.in (LD_FOR_TARGET): New.
15148 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
15149 Pass down LD_FOR_TARGET.
15150
15151 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
15152
15153 * winsup: New directory.
15154 * Makefile.in: Build winsup.
15155 * configure.in: Winsup is configured when target is win32.
15156 Can only build win32 target GDB when native.
15157
15158 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
15159
15160 * config.guess: Recognize HP model 819 machines as having
15161 a PA 1.1 processor.
15162
15163 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
15164
15165 * configure: Fix sed loop which substitutes for CC and CXX to
15166 avoid bug found in various sed implementations.
15167
15168 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15169
15170 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
15171 simulator. Use standard powerpc-*-eabi*.
15172
15173 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
15174
15175 * configure.in: Stop putting gas and binutils in noconfigdirs for
15176 powerpc-*-aix* and rs6000-*-*.
15177
15178 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
15179
15180 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
15181 -mcall-aixdesc libraries.
15182
15183 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
15184
15185 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15186
15187 * config.sub (arm | armel | armeb): Fix shell syntax.
15188
15189 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15190
15191 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
15192 -msoft-float and -mcpu=common support.
15193 (powerpc*-*-eabisim*): Add support for building -mcall-aix
15194 libraries.
15195
15196 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15197
15198 * configure.in: Allow configuration and build of emacs19 for the alpha.
15199
15200 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15201
15202 * configure.in (CC): Get ^CC, not just any old CC, from
15203 ${host_makefile_frag}.
15204
15205 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15206
15207 * configure.in (CC): Try to get CC from
15208 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
15209
15210 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15211
15212 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
15213 only if it exists in $(srcdir).
15214
15215 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
15216
15217 * configure: If CC and CXX are not set in the environment, set
15218 them, based on either an existing Makefile or on searching for gcc
15219 in PATH. Substitute for CC and CXX in Makefile.
15220 * configure.in: Remove libm from target_libs. Separate
15221 target_configdirs from configdirs. If CC is not set in
15222 environment, try to get it from a host Makefile fragment. Rewrite
15223 changes of configdirs to use skipdirs instead. A few minor
15224 tweaks. Take directories out of target_configdirs as they are
15225 taken out of configdirs. Remove existing Makefile files from
15226 subdirectories. Substitute for TARGET_CONFIGDIRS and
15227 CONFIG_ARGUMENTS in Makefile.
15228 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
15229 by configure.in.
15230 (CONFIG_ARGUMENTS): Likewise.
15231 (CONFIGURE_TARGET_MODULES): New variable.
15232 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
15233 ($(CONFIGURE_TARGET_MODULES)): New target.
15234 (configure-libg++, configure-libio): New targets.
15235 (all-libg++): Depend upon configure-libg++.
15236 (all-libio): Depend upon configure-libio.
15237 (configure-libgloss, all-libgloss): New targets.
15238 (configure-libstdc++): New target.
15239 (all-libstdc++): Depend upon configure-libstdc++.
15240 (configure-librx, all-librx): New targets.
15241 (configure-newlib): New target.
15242 (all-newlib): Depend upon configure-newlib
15243 (configure-xiberty): New target.
15244 (all-xiberty): Depend upon configure-xiberty.
15245
15246 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15247
15248 * configure.in (host i[345]86-*-win32): Expand the
15249 noconfigdirs again.
15250
15251 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
15252
15253 * mpw-configure: Fix sed command file name.
15254
15255 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
15256
15257 * configure.in (host i[345]86-*-win32): Reduce the
15258 noconfigdirs again.
15259
15260 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
15261
15262 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
15263 or powerpc*-*-pe*, since they are not yet supported.
15264
15265 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
15266
15267 Add PowerMac support and many other enhancements.
15268 * mpw-configure: New option --cc to select compiler to use,
15269 paste options set according to --cc into the generated
15270 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
15271 if mpw-make.sed is present.
15272 * mpw-config.in: Don't test for gC1, test for mpw-touch,
15273 add forward includes for PowerPC include files.
15274 * mpw-build.in: Build using Makefile.PPC if present.
15275 (do-byacc, etc): Remove separate version resource builds.
15276 (do-gas): Build "stamps" before "all".
15277 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
15278 * mpw-README: Update to reflect --cc option, PowerMac support,
15279 and recently-reported compatibility problems.
15280
15281 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
15282
15283 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
15284 embedded m68k systems (-aout, -coff, -elf, -vxworks).
15285 (--with-multilib-top): Pass to recursive invocations.
15286
15287 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
15288
15289 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
15290 v810-*-*.
15291
15292 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15293
15294 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
15295 gdb, ld and opcodes on v810-*-*.
15296
15297 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
15298
15299 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
15300 (local-maintainer-clean): New target.
15301 (maintainer-clean): New target.
15302 (realclean): Just depend upon maintainer-clean.
15303
15304 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15305
15306 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
15307
15308 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
15309
15310 * configure.in: Build ld in mips*-*-bsd* case.
15311
15312 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
15313
15314 * config.sub: Accept -lites* OS. From Ian Dall.
15315
15316 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
15317
15318 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
15319 targets.
15320
15321 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15322
15323 * configure.in: treat i386-win32 canadian cross the same as
15324 i386-go32 canadian cross.
15325
15326 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15327
15328 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
15329 running under the simulator to build a reduced set of libraries.
15330 (powerpc-*-eabiaix): Add fine grained multilib support added to
15331 other powerpc targets yesterday.
15332
15333 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15334
15335 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
15336 -disable-softfloat, -disable-relocatable, -disable-aix, and
15337 -disable-sysv to control which multilib libraries get built.
15338
15339 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
15340
15341 * configure: Add Makefile.tem to list of files to remove in trap
15342 handler.
15343
15344 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
15345
15346 * config.guess (*Linux*): Add missing "exit"s.
15347 Also, need specific check for alpha-unknown-linux (uses COFF).
15348
15349 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
15350
15351 * config.guess: Merge with FSF:
15352
15353 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
15354 * config.guess (AIX4): More robust release numbering discovery.
15355
15356 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
15357 * config.guess (i386-sequent-ptx): Properly get version number.
15358
15359 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
15360 * config.guess (mips:*:4*:UMIPS): New case.
15361
15362 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
15363
15364 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
15365 (i386-win32 host): Likewise. Don't build readline.
15366
15367 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
15368
15369 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
15370 SUPPORT_FILES to submakes.
15371
15372 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
15373
15374 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
15375 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
15376 mpw-configure.
15377
15378 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
15379
15380 * configure.in (appdirs): Use =, not ==, in test expression when
15381 trying to build the text to print in the warning message for
15382 Solaris users.
15383
15384 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
15385
15386 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
15387
15388 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15389
15390 * config.guess: Recognize lynx-2.3.
15391
15392 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
15393
15394 * config.sub (z8ksim): Deleted
15395 (z8k-*-coff): New, this is the one true name of the target.
15396
15397 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
15398
15399 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
15400
15401 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
15402
15403 * config.guess (*:Linux:*:*): First try asking the linker what the
15404 default object file format is (elf, aout, or coff). Then if this
15405 fails, try previous methods.
15406
15407 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15408
15409 * configure.in: Don't build newlib for *-*-vxworks5.1.
15410
15411 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15412
15413 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
15414 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
15415
15416 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
15417
15418 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
15419
15420 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
15421
15422 * cfg-ml-com.in: New file.
15423 * cfg-ml-pos.in: New file.
15424
15425 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15426
15427 * COPYING.NEWLIB: Add HP free copyright to list.
15428
15429 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15430
15431 * config.sub: Recognize -eabi* for the system, not just -eabi.
15432
15433 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
15434
15435 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
15436 * config.sub, configure.in (win32): New target and host.
15437
15438 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
15439
15440 * configure.in: Add i386-pe configuration.
15441
15442 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
15443
15444 * mpw-build.in (install): Install GDB after LD.
15445
15446 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
15447
15448 * mpw-config.in (elf/mips.h): Always forward-include, needed
15449 for GDB to build.
15450
15451 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
15452
15453 * testsuite: New directory for customer acceptance and whole tool
15454 chain tests.
15455
15456 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
15457
15458 * configure: If per-host line isn't found, but AC_OUTPUT is found
15459 and a configure script exists, run it instead.
15460
15461 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
15462
15463 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
15464
15465 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
15466
15467 * configure: Set build_{cpu,vendor,os,alias} to host values when
15468 --build isn't specified.
15469
15470 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15471
15472 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
15473 (FLAGS_TO_PASS): Pass them.
15474 (EXTRA_TARGET_FLAGS): Ditto.
15475
15476 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15477
15478 * Makefile.in (all-libg++): Depend on all-libstdc++.
15479
15480 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15481
15482 * configure.in (noconfigdirs): Enable all packages for
15483 i386-unknown-netbsd.
15484
15485 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
15486
15487 * configure.in (noconfigdirs): Don't configure tk for i386-go32
15488 hosted builds (DOS builds)
15489
15490 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
15491
15492 Changes for ARM based on patches from Richard Earnshaw:
15493 * config.sub: Handle armeb and armel.
15494 * configure.in: Omit arm linker only for riscix.
15495
15496 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
15497
15498 * config.guess: Update from FSF.
15499
15500 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
15501
15502 * config.sub: Recognize powerpcle as the little endian variant of
15503 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
15504 powerpcle variant. Convert pentium into i586, not i486. Add p5
15505 alias for i586. Map new x86 variants p6, k5, nexgen into i586
15506 temporarily.
15507
15508 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
15509
15510 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
15511
15512 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
15513
15514 * config.sub: Accept -lites* as a basic system type.
15515
15516 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
15517
15518 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
15519 installed, and if so return linuxoldld as the system name.
15520
15521 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
15522
15523 * config.guess: Add hppa1.1-hp-lites support.
15524
15525 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
15526
15527 * configure.in: Don't build newlib for m68k-vxworks5.1.
15528
15529 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15530
15531 * configure.in (mips-sgi-irix6): Use mh-irix5.
15532
15533 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
15534
15535 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
15536
15537 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15538
15539 * test-build.mk: Enable building of shared libraries on IRIX 5 and
15540 OSF/1. Fix compiler flags.
15541 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
15542
15543 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
15544
15545 * configure.in: Recognize --with-newlib.
15546 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
15547
15548 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15549
15550 * Makefile.in: move {all,check,install}-gdb from *_MODULES
15551 to *_X11_MODULES due to gdbtk needing X include files et al.
15552
15553 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
15554
15555 Merge in support for Mac MPW as a host.
15556 (Old change descriptions retained for informational value.)
15557
15558 * mpw-config.in: Add generic include forwards for cpu-specific
15559 include files in aout and elf directories.
15560
15561 * mpw-configure: Added copyright.
15562 * mpw-config.in: Check for presence of required build tools.
15563 (target_libs): Add newlib.
15564 (target_tools): Add examples.
15565 (Read Me): Generate as "Read Me for MPW" instead.
15566 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
15567 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
15568 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
15569
15570 * mpw-configure: Remove subdir-specific makefile hackery,
15571 delete mk.tmp after using it.
15572
15573 * mpw-build.in (all): Display start and end times.
15574
15575 * mpw-configure (host_canonical): Set.
15576 (target_cpu): Always add to makefiles.
15577 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
15578 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
15579 (mpw-mh-mpw): Look for in srcdir and srcroot.
15580 Use sed instead of mpw-edit-prefix to edit prefix definitions.
15581
15582 * mpw-build.in: (install-only): New target.
15583
15584 * mpw-configure (host_alias, target_alias): Rename from hostalias
15585 and targetalias, add into generated Makefile.
15586 (mk.tmp): If present, add into generated Makefile.
15587 * mpw-build.in (all-gas): Build config.h first before gas proper.
15588
15589 * mpw-configure (config.status): Write only if changed.
15590 * mpw-config.in (readline): Configure it (not built, just used for
15591 definitions).
15592
15593 * mpw-config.in (elf/mips.h): Add a forward include.
15594
15595 * mpw-config.in: Forward-include most .h files in include into
15596 extra-include.
15597 (readline): Don't build.
15598 mpw-build.in (install): Install GDB.
15599
15600 * mpw-configure (prefix, mpw_prefix): Handle it.
15601 * mpw-config.in (mmalloc, readline): Don't configure.
15602 * mpw-build.in (thisscript): Rename to ThisScript.
15603 Use mpw-build instead of BuildProgram everywhere.
15604 (mmalloc, readline): Don't build.
15605 * mpw-README: New file, basic documentation about the MPW port.
15606
15607 * mpw-config.in: Use forward-include to create include files.
15608
15609 * mpw-configure: Add more things to the top of each configured
15610 Makefile, including contents of config/mpw-mh-mpw.
15611 * mpw-config.in (extra-include): Create this directory and fill it
15612 with Posix-like include files when configuring.
15613
15614 * config.sub (apple, mac, mpw): Add various aliases.
15615
15616 * mpw-build.in: New file, top-level build script fragment for MPW.
15617 * mpw-configure: New file, configure script for MPW.
15618 * mpw-config.in: New file, config fragment for MPW.
15619
15620 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15621
15622 * configure.in (host_libs): Remove glob, since it is gone from the
15623 sources.
15624
15625 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15626
15627 * Makefile.in: define empty GDB_NLM_DEPS var.
15628
15629 * configure.in(target_makefile_frag): use config/mt-netware
15630 for netware targets.
15631
15632 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
15633
15634 * config.sub: Merge in recent FSF changes. Remove linux special
15635 cases.
15636
15637 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15638
15639 Revert this change:
15640
15641 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15642
15643 * build-all.mk: Use CC=cc -Xs on Solaris.
15644
15645 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15646
15647 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
15648 stop using it.
15649 * Makefile.in: Nuke all references to glob subdirectory.
15650
15651 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15652
15653 * configure.in: Fix --enable-shared logic in per-host.
15654
15655 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
15656
15657 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
15658
15659 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15660
15661 * configure.in (noconfigdirs): Don't build gas on AIX, for
15662 powerpc*-*-aix* as well as for rs6000*-*-aix*.
15663
15664 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
15665
15666 * configure: Fix --cache-file to work if the file argument is a
15667 relative path.
15668
15669 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
15670
15671 * configure: If the --cache-file is used, pass it down to
15672 configure in subdirectories.
15673
15674 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
15675
15676 * config.sub: add vxworks29k configuration.
15677
15678 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
15679
15680 * Makefile.in (taz): Do "diststuff" part quietly.
15681
15682 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
15683
15684 * config.sub: Mini-merge with gcc/config.sub.
15685
15686 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15687
15688 * config.guess (IRIX): Sed - to _.
15689
15690 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15691
15692 * Makefile.in (source-vault, binary-vault): New targets.
15693
15694 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
15695
15696 * config.sub: Recognize -eabi as a basic system type.
15697
15698 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15699
15700 * configure.in (enable_shared stuff): Fix typo.
15701
15702 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
15703
15704 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
15705
15706 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15707
15708 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
15709
15710 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
15711
15712 * configure.in (rs6000-*-*): Don't build gas.
15713
15714 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
15715
15716 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
15717 reduce command line length.
15718 (AS_FOR_TARGET): Check for as.new, not Makefile.
15719 (NM_FOR_TARGET): Check for nm.new, not Makefile.
15720
15721 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
15722
15723 * config.guess: Merge from FSF.
15724
15725 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15726
15727 * configure: Don't use $ when handling program_suffix.
15728
15729 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
15730
15731 * configure.in: Configure tk for hppa/hpux.
15732
15733 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
15734
15735 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
15736
15737 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
15738
15739 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
15740 to LIBCXXFLAGS. Tests are better run without it.
15741
15742 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
15743
15744 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
15745
15746 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
15747
15748 * configure.in (*-*-netware*): Don't configure xiberty.
15749
15750 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
15751
15752 * configure.in: Remove tk from native_only list.
15753
15754 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
15755
15756 * build-all.mk: Add mips-ncd-elf target to sun4 targets
15757 for special NCD build.
15758
15759 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15760
15761 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
15762 makeall.bat, they're only useful for binutils snapshots.
15763 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
15764 makeall.bat to specified SUPPORT_FILES.
15765
15766 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
15767
15768 * build-all.mk: Add Ericsson targets to sun4 and solaris
15769 hosts. Add BNR's sun4 target to solaris host, so their
15770 build-from-source will be tested in-house first.
15771
15772 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15773
15774 * Makefile.in (LIBCFLAGS): New variable.
15775 (CFLAGS_FOR_TARGET): Ditto.
15776 (LIBCFLAGS_FOR_TARGET): Ditto.
15777 (LIBCXXFLAGS): Ditto.
15778 (CXXFLAGS_FOR_TARGET): Ditto.
15779 (LIBCXXFLAGS_FOR_TARGET): Ditto.
15780 (BASE_FLAGS_TO_PASS): Pass them.
15781 (EXTRA_TARGET_FLAGS): Ditto.
15782
15783 * configure.in: Support --enable-shared.
15784
15785 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
15786
15787 * configure.in (target_libs): Include libstdc++ again.
15788 * config.guess: Update from FSF (for FreeBSD).
15789
15790 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15791
15792 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
15793 makeall.bat.
15794 (DISTDOCDIRS): Add `etc'.
15795 (ETC_SUPPORT_PFX): New variable.
15796 (taz): Include anything from etc starting with a word in
15797 ETC_SUPPORT_PFX.
15798
15799 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15800
15801 * config.sub: Update for recent FSF changes. Remove obsolete
15802 h8300hds entry. Add -windows* and -osx as basic os. Minor
15803 spacing changes.
15804
15805 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
15806
15807 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
15808
15809 * config.guess: Merge with FSF.
15810 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
15811
15812 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15813
15814 * configure: Since the "trap 0" handler will override the exit
15815 status on many systems, only use it for "exit 1", and make it set
15816 a non-zero exit status; reset it before "exit 0". Also, check
15817 exit status of config.sub, and error out if it failed.
15818
15819 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
15820
15821 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
15822 and install libgloss.
15823
15824 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15825
15826 * Makefile.in (all-binutils): Depend upon all-byacc.
15827
15828 * configure.in: Don't build emacs on Irix 5.
15829
15830 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15831
15832 * configure.in (*-*-netware*): Add libio.
15833
15834 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15835
15836 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
15837 (CHECK_TARGET_MODULES): Ditto.
15838 (INSTALL_TARGET_MODULES): Ditto.
15839 (TARGET_LIBS): Ditto.
15840 (all-libstdc++): Note dependencies.
15841
15842 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15843
15844 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
15845
15846 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15847
15848 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
15849 -fexternal-templates.
15850
15851 * configure.in (target_libs): Add libstdc++.
15852 (noconfigdirs): Add libstdc++ as appropriate.
15853
15854 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15855
15856 * config.guess: Update from FSF.
15857
15858 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15859
15860 * configure: Use ${config_shell} when running ${configsub}.
15861
15862 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
15863
15864 * config.sub: No longer recognize h8300h.
15865
15866 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15867
15868 * config.sub: Remove extraneous differences between config.sub and
15869 gcc/config.sub.
15870
15871 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15872
15873 * Makefile.in (DISTSTUFFDIRS): Add gas.
15874
15875 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
15876
15877 * COPYING.NEWLIB: New file.
15878
15879 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
15880
15881 * config.guess (HP-UX): Patch from Harlan Stenn
15882 <harlan@landmark.com> to also emit release level.
15883
15884 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15885
15886 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
15887
15888 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
15889
15890 * config.sub: Merge nextstep cleanup from FSF.
15891
15892 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15893
15894 * configure.in (arm-*-*): Don't configure ld for this target.
15895
15896 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15897
15898 * configure.in (*-*-netware): don't configure libg++, libio,
15899 librx, or newlib.
15900
15901 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15902
15903 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
15904 configure ld--it works, but it doesn't support shared libraries.
15905
15906 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
15907
15908 * config.guess (*-unknown-freebsd*): Get rid of possible
15909 trailing "(Release)" in version string.
15910 Patch from Paul Richards <paul@isl.cf.ac.uk>.
15911
15912 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
15913
15914 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
15915 Fix type: *-next-neststep -> *-next-nextstep.
15916
15917 * config.guess: Merge from FSF:
15918
15919 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
15920
15921 * config.guess: Recognize powerpc-ibm-aix3.2.5.
15922
15923 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
15924
15925 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
15926 instead of UNIX_SV for UnixWare 1.0).
15927
15928 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
15929
15930 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
15931 to make gdb/nlm/* build after the compiler and linker.
15932
15933 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
15934
15935 * config.guess (netbsd, freebsd, linux): Accept any machine,
15936 not just i[34]86.
15937 (m68k-atari-sysv4): Relocate to match FSF version.
15938
15939 * config.guess: More merges from the FSF:
15940
15941 Add a space before function call or macro invocation.
15942
15943 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15944
15945 * config.guess: Add trap cmd to remove dummy.c and dummy when
15946 interrupted.
15947
15948 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15949
15950 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
15951 (dummy): Redirect stderr from compilation of dummy.c.
15952
15953 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
15954
15955 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
15956
15957 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
15958
15959 * configure: Accept and ignore --cache*, for compatibility with
15960 new autoconf.
15961
15962 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
15963
15964 * config.guess: Merge from FSF:
15965
15966 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
15967
15968 * config.guess (Pyramid*:OSx*:*:*): New case.
15969 (PATH): Add /.attbin at end for finding uname.
15970 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
15971
15972 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
15973
15974 * config.guess (M88*:DolphinOS:*:*): New case.
15975
15976 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
15977
15978 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
15979 to select whether to use ELF or COFF.
15980
15981 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
15982
15983 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
15984
15985 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
15986
15987 * config.guess: Guess the OS version for HPUX.
15988
15989 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
15990
15991 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
15992
15993 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15994
15995 * configure.in: Recognize --with-headers, --with-libs, and
15996 --without-newlib.
15997 * Makefile.in (all-xiberty): Depend upon all-ld.
15998
15999 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16000
16001 * configure.in: Change i[34]86 to i[345]86.
16002
16003 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16004
16005 * configure (version): A few more tweaks to help message.
16006
16007 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
16008
16009 * Makefile.in: Remove (for now) librx as a host library,
16010 now that we're building it for target.
16011
16012 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16013
16014 * configure: Fix up help message; from karl@owl.hq.ileaf.com
16015 (Karl Berry).
16016
16017 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
16018
16019 * configure.in: Also configure librx.
16020
16021 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
16022
16023 * Makefile.in: Update various rules to reflect that librx
16024 is now needed for libg++.
16025
16026 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16027
16028 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
16029
16030 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
16031
16032 * configure.in: Configure the examples directory.
16033
16034 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16035
16036 * configure: Simplify Jun 2 1994 change.
16037
16038 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16039
16040 * change CC to /usr/latest/bin/gcc for lynx host builds, since
16041 /bin/gcc isn't good enough to build gcc.
16042
16043 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
16044
16045 * Makefile.in (GDB_SUPPORT_FILES): Remove
16046 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
16047 (gdb.tar.gz): Add new rule to use standard distribution building
16048 mechanism.
16049
16050 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16051
16052 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
16053 Bill Cox <bill@cygnus.com>.
16054
16055 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
16056
16057 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
16058
16059 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
16060
16061 * configure: Search current dir first in .gdbinit.
16062
16063 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
16064
16065 * config.sub: Recognize freebsd (merged from gcc config.sub).
16066
16067 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
16068
16069 * config.sub: Refer to NeXT's operating system as nextstep.
16070
16071 * config.sub (case $basic_machine): Re-order the cases, to match
16072 the order in the FSF version (which is mostly alphabethical).
16073 Merge in some additions and changes from the FSF.
16074
16075 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
16076
16077 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
16078 * config.sub: Recognize cxux7.
16079 * configure.in: Use mh-cxux for m88k-harris-cxux*.
16080
16081 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
16082
16083 * config.sub: Fix typo powerpc -> powerpc-*.
16084
16085 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
16086
16087 * Makefile.in: `all-emacs19' depends on `all-byacc'.
16088
16089 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
16090 parallel with all-emacs and install-emacs). Top-level command
16091 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
16092
16093 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16094
16095 * test-build.mk ($(host)-stamp-stage2-installed): Remove
16096 $(relbindir)/make before doing ``make install'', and use
16097 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
16098 installing over running make binary.
16099 ($(host)-stamp-stage3-installed): Likewise.
16100
16101 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16102
16103 * config.guess: Recognize Mach.
16104
16105 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16106
16107 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
16108 see whether --exec-prefix was used.
16109
16110 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16111
16112 * README: Explicitly mention libg++/README. (Zoo's idea.)
16113
16114 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16115
16116 * Makefile.in: Add all-librx target similar to all-libproc.
16117
16118 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
16119
16120 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
16121 with post 1.2 uname bogosity.
16122
16123 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16124
16125 * configure: Remove temporary files on receipt of a signal.
16126
16127 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
16128
16129 * configure: If there is a package_makefile_frag, remove
16130 ${subdir}/Makefile.tem after copying it in.
16131
16132 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16133
16134 * build_all.mk: support rs6000 lynx identifies itself as
16135 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
16136 since /bin/gcc is too feeble to compile a modern gcc.
16137
16138 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
16139
16140 * brought devo/test-build.mk update-to-date with progressive/
16141 test-build.mk. Add lynx targets and hppa flag info.
16142
16143 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16144
16145 * configure.in: Use mh-ncrsvr43. Patch from
16146 Tom McConnell <tmcconne@sedona.intel.com>.
16147
16148 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
16149
16150 * config.guess (i386-unknown-bsdi): No longer need to
16151 check #if defined(__bsdi__) && defined(__i386__).
16152
16153 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16154
16155 * configure: Set program_transform_nameoption correctly.
16156
16157 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
16158
16159 * brought build-all.mk update-to-date with progressive build-all.mk,
16160 added new targets and hppa info.
16161
16162 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16163
16164 * configure: If config.guess result is a prefix of the user
16165 specified target, assume a native build and use the user specified
16166 target as the host alias. Remove SunOS patch suffix removal hack.
16167 * configure.in: Remove SunOS patch suffix removal hack.
16168
16169 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
16170 in NATIVE_CHECK_MODULES.
16171
16172 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
16173
16174 * Makefile.in: Rename HOST_ONLY to NATIVE.
16175 * configure: Delete SunOs patch suffix from host_canonical
16176 and build_canonical variables that are prepended to Makefiles.
16177 * configure.in: Add comments for easier maintenance.
16178
16179 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16180
16181 * Makefile.in: Add all-libproc target similar to all-gui.
16182
16183 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
16184
16185 * Makefile.in (CHECK_MODULES): split into
16186 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
16187
16188 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
16189
16190 * config.guess (i386-unknown-bsdi): New system to guess.
16191
16192 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16193
16194 * Makefile.in: Add all-gui target (but not yet build by "all").
16195
16196 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
16197
16198 * config.sub: Move deletion of patch suffix from here...
16199 * configure.in: To here, at Ian's suggestion. The top-
16200 level scripts might need to know of a patch level.
16201
16202 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
16203
16204 * config.sub: Strip off patch suffix so rtl is recognized
16205 as a sunos4.1.3 machine, even though it's been patched.
16206
16207 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
16208
16209 * Makefile.in (INSTALL_LAST): Delete.
16210 (INSTALL_DOSREL): New.
16211
16212 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16213
16214 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
16215 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
16216 whether we pass down --with-gnu-ld anyhow.
16217
16218 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
16219
16220 * Makefile.in (INSTALL_LAST): Change operation so it works
16221 on more flavors of make.
16222 * configure.in (go32): Don't build libg++ or libio.
16223
16224 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
16225
16226 * Makefile.in (Move HOST_PREFIX_1 and friends up so
16227 they can be overriden by templates.
16228
16229 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
16230
16231 * configure.in (target==go32): Don't build gdb.
16232 * dosrel: New directory.
16233
16234 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
16235
16236 * configure.in (host==go32): Configure dosrel too.
16237 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
16238 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
16239 be set by incoming names or templates.
16240 (INSTALL_LAST): New rule.
16241
16242 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
16243
16244 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
16245
16246 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16247
16248 * configure.in (appdirs): New variable. Currently empty, but will
16249 be used in gas distribution. If nonempty, lists a set of
16250 directories at least one of which must get configured, or top
16251 level configuration is considered to have failed.
16252 (rs6000-*-lynxos*): Use new file name.
16253
16254 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16255
16256 Eliminate XTRAFLAGS.
16257 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
16258 newlib include files using -idirafter, and also use -nostdinc.
16259 (CXX_FOR_TARGET): Likewise.
16260 (XTRAFLAGS): Removed.
16261 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
16262 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
16263 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
16264 ($(DO_X)): Don't pass down XTRAFLAGS.
16265
16266 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16267
16268 * configure.in (mips*-dec-bsd*): New target; do build linker.
16269 (mips*-*-bsd*): New target; don't build linker.
16270
16271 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16272
16273 * configure.in: support rs6000-*-lynxos* configuration.
16274 support sunos4 as a cross target.
16275
16276 * config.sub: look for lynx*, not lynx since the OS version may
16277 legitimately be part of the name.
16278
16279 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16280
16281 * configure.in (i[34]86-*-sco*): Move to be with other i386
16282 targets.
16283 (romp-*-*): New target. Skip various binary utilities.
16284 (vax-*-*): New target. Don't build newlib.
16285 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
16286
16287 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16288
16289 * configure.in: Only set host_makefile_frag if config
16290 directory exists.
16291
16292 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16293
16294 * install.sh: If $dstdir exists, don't check whether each
16295 component does.
16296
16297 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16298
16299 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
16300
16301 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
16302
16303 * configure.in (*-*-lynxos*): Don't configure newlib for either
16304 native or cross Lynx.
16305
16306 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
16307
16308 * config.sub (sparc64-elf): Fix os.
16309 (z8k): Remove duplicate.
16310
16311 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16312
16313 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
16314 gcc/stmp-fixproto, to try to prevent fixproto from being run.
16315
16316 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
16317
16318 * configure: Make file links cleanly even if Lynx fails on
16319 an NFS symlink (at least fail cleanly).
16320
16321 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
16322
16323 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
16324 -XNh2000.
16325
16326 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16327
16328 * configure: Unknown options are fatal again.
16329
16330 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
16331
16332 * configure: Ignore --x-includes and --x-libraries, for Autoconf
16333 compatibility.
16334
16335 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
16336
16337 * build-all.mk: Add `clean' target.
16338
16339 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16340
16341 * config.guess: Add SINIX support.
16342 * configure.in: Add mips-*-sysv4* support.
16343
16344 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
16345
16346 * build-all.mk: Document all useful targets.
16347 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
16348 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
16349
16350 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16351
16352 * configure: Support --silent, --quiet.
16353
16354 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16355
16356 * configure: Support --disable-FEATURE.
16357
16358 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16359
16360 * config.guess: Recognize NCR running SVR4.3.
16361
16362 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
16363
16364 * config.guess: Make BSDI generate i386-unknown-bsd386.
16365 Patch from Paul Eggert <eggert@twinsun.com>.
16366
16367 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16368
16369 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
16370
16371 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16372
16373 * configure: Make unrecognized options give nonfatal warnings
16374 instead of fatal errors, and pass them to any subdirectory
16375 configures in case they recognize them.
16376 Make --x equivalent to --with-x.
16377
16378 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16379
16380 * configure: Add --enable-* options. Clean up usage message and
16381 some comments.
16382
16383 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
16384
16385 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
16386
16387 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16388
16389 * configure.in (hppa*-*-*): Enable binutils.
16390
16391 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16392
16393 * config.sub: Recognize cisco.
16394
16395 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
16396
16397 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
16398
16399 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16400
16401 * config.guess: about target *-hitachi-hiuxwe2, don't print more
16402 than one configuration name. Add comment.
16403
16404 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
16405
16406 * config.guess: about target *-hitachi-hiuxwe2, fixed
16407 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
16408 macro is incorrect.]
16409
16410 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16411
16412 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
16413 than the "make ls" stuff which used to be here.
16414
16415 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
16416
16417 * config.guess: Recognize i[34]86-unknown-freebsd.
16418 From Shawn M Carey <smcarey@rodan.syr.edu>.
16419
16420 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
16421
16422 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
16423
16424 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
16425
16426 * config.guess: Check for ptx.
16427
16428 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
16429
16430 * config.sub: Add os9k checking.
16431
16432 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16433
16434 * config.guess: Handle OSF1 running on HPPA processors
16435
16436 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
16437
16438 * configure: If subdir configure fails, print out a message with
16439 subdirectory name, in case subdir's configure code didn't identify
16440 itself.
16441
16442 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
16443
16444 * configure.in: Remove embedded newlines from configdirs.
16445 Avoid mismatches of substrings. Fix matching strings at end
16446 of configdirs.
16447
16448 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
16449
16450 * config.guess: Add Lynx/rs6000 config support.
16451
16452 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
16453
16454 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
16455
16456 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
16457
16458 * configure.in (hppa*-*-osf*): Treat this just like most other
16459 PA configurations (eg no binutils or ld).
16460 (hppa*-*-*elf*): These configurations have binutils and ld.
16461
16462 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16463
16464 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
16465
16466 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16467
16468 * configure.in (rs6000-*-*): Build gas.
16469
16470 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16471
16472 * Makefile.in: Avoid bug in losing hpux sed.
16473
16474 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16475
16476 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
16477 for GDB and GDB has been fixed to not need it.
16478
16479 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16480
16481 * config.guess: Recognize vax hosts.
16482
16483 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16484
16485 * configure (while loop): Don't use "break 2" inside case
16486 statement -- the case statement isn't an enclosing loop.
16487
16488 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
16489
16490 * config.guess: Clean up NeXT support, to allow nextstep
16491 on Intel machines. Make OS be nextstep.
16492
16493 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
16494
16495 * config.guess: Add alternate forms for Convex.
16496
16497 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
16498
16499 * configure: Completely rewrite option processing. Take
16500 advantage of pattern-matching to avoid invoking test frequently.
16501 Also clean up host and target defaulting logic.
16502
16503 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16504
16505 * Makefile.in: Replace all occurrances of "rootme" with "r" and
16506 "$${rootme}" with "$$r", to increase the likelihood that the do-*
16507 commands (plus user environment) will fit SCO limits.
16508
16509 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16510
16511 * configure.in: Don't issue warnings about directories which are
16512 not being configured if -norecursion is set. Correct test for
16513 --with-gnu-as and --with-gnu-ld to not get confused by substring
16514 matches.
16515
16516 * configure.in: Don't build gas for alpha-dec-osf1*.
16517
16518 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
16519
16520 * configure: Back out Per's change of 12/19/1993. It changes the
16521 behavior of configure in unexpected and confusing ways.
16522
16523 Also, use different delim char when calculating
16524 program_transform_name so that the name can contain slashes.
16525
16526 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
16527
16528 * configure.in, config.sub: Add support for VSTa micro-kernel.
16529
16530 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
16531
16532 * configure.in: Nuke hacks which were used to get a special
16533 version of GAS for HPPA configurations.
16534
16535 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
16536
16537 * configure: If only ${target_alias} is given, use that
16538 as the default for ${host_alias}.
16539 * configure: Add missing back-slashes before nested quotes.
16540
16541 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16542
16543 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
16544
16545 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
16546
16547 * config.guess: Recognize some Tektronix configurations.
16548 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
16549
16550 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16551
16552 * config.sub: Match any flavor of SH.
16553
16554 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
16555
16556 * configure.in: Don't try to configure newlib for Alpha.
16557
16558 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16559
16560 * configure.in: Don't build ld for Irix 5. Don't build gas,
16561 libg++ or libio for any Alpha target.
16562
16563 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
16564
16565 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
16566
16567 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
16568 default arguments -- so it tried to compress itself.
16569
16570 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16571
16572 * configure.in (notsupp): ensure that a space is always at the end
16573 of the configdirs list, since the grep checks for an explicit space
16574
16575 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16576
16577 * configure.in (target i386-sysv4.2): don't build ld, since static
16578 versions of many libraries are not available.
16579
16580 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16581
16582 * config.guess: Recognize Apollos (using environment variables).
16583 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
16584
16585 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16586
16587 * config.guess: Recognize Sony news mips running newsos.
16588
16589 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
16590
16591 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
16592 "fi ; else" for bash.
16593
16594 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
16595
16596 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
16597
16598 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
16599
16600 * config.sub: accept unixware as an alias for svr4.2.
16601 Fix some inconsistancies with the gcc version.
16602
16603 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16604
16605 * Makefile.in (DISTDOCDIRS): Add gdb.
16606
16607 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
16608
16609 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
16610
16611 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16612
16613 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
16614 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
16615 this now.
16616
16617 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16618
16619 * config.sub: Accept hiux* as an OS name.
16620
16621 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
16622 etc/make-stds.texi. The underscore came from gcc, and dje now
16623 agrees that RUNTESTFLAGS is the correct name.
16624
16625 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
16626
16627 * install.sh: Remove 'set -e'. It makes any conditionals
16628 in the script useless.
16629
16630 * config.guess: Automatically recognize arm-acorn-riscix
16631 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
16632
16633 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
16634
16635 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
16636
16637 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16638
16639 * Makefile.in (DISTDOCDIRS): New variable.
16640 (taz): Edit local Makefile.in sooner, instead of proto-toplev
16641 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
16642
16643 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16644
16645 * configure.in (hppa target): check the source directory for the
16646 pagas sub-directory
16647
16648 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
16649
16650 * config.sub: Allow -aout* and -elf*.
16651
16652 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16653
16654 * configure.in: Don't build ld on i386-solaris2, same as for
16655 sparc-solaris2.
16656
16657 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
16658
16659 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
16660
16661 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16662
16663 * configure.in: Configure gdb for alpha.
16664
16665 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16666
16667 * Makefile.in (CXXFLAGS): Add -O.
16668
16669 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16670
16671 * config.guess: added support for DG Aviion
16672
16673 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16674
16675 * configure.in: Produce warning message for subdirectories not
16676 configurable for this host/target combination. Don't try to
16677 configure gdb for vms.
16678
16679 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16680
16681 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
16682 appropriate files before making "diststuff".
16683 (DISTBISONFILES): New var: list of files to be edited.
16684 (DISTSTUFFDIRS): Add binutils.
16685
16686 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16687
16688 * config.sub: also handle mipsel and mips64el (for little endian mips)
16689
16690 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16691
16692 * configure.in: Add * to end of all OS names.
16693
16694 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
16695
16696 * configure.in: Build newlib for LynxOS native.
16697
16698 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16699
16700 * config.guess: Add support for delta 88k running SVR3.
16701
16702 * configure.in: Add comment about HP compiler vs. emacs.
16703
16704 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16705
16706 * configure.in: don't build ld on solaris2 (not a viable option
16707 due to bugs in getpwnam & getpwuid)
16708
16709 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16710
16711 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
16712 config.guess will produce a full version number.
16713
16714 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16715
16716 * configure.in: Build linker and binutils for alpha-dec-osf1.
16717
16718 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16719
16720 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
16721 and gdb/testsuite/Makefile.in.
16722
16723 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16724
16725 * configure.in: recognize mips*- instead of mips-
16726
16727 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
16728
16729 * config.sub: Accept linux*coff and linux*elf as operating
16730 systems.
16731
16732 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16733
16734 * config.sub: Recognize mips64, and mips3 as an alias for it.
16735
16736 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16737
16738 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
16739 gdb knows how to handle OSF/1 shared libraries.
16740
16741 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16742
16743 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
16744 * config.guess: Recognize Hitachi's HIUX.
16745 * config.sub: Recognize h3050r* and hppahitachi.
16746 Remove redundant cases for hp9k[23]*.
16747
16748 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16749
16750 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
16751 if gas and ld are in the source tree and are in ${configdirs}.
16752 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
16753 --with options (but still pass them down on the command line,
16754 if they were explicitly specified).
16755
16756 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16757
16758 * configure: substitute SHELL value in Makefile.in with
16759 ${CONFIG_SHELL}
16760
16761 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16762
16763 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
16764 *-*-solaris2* targets.
16765
16766 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16767
16768 * Makefile.in: define M4, and pass it down to sub-makes;
16769 all-autoconf now depends on all-m4
16770
16771 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16772
16773 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
16774 presence of {ar,ranlib} instead of a configured directory
16775
16776 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
16777
16778 * config.guess: Accept 34?? as well as 33?? for NCR.
16779
16780 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16781
16782 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
16783 of 'gas' in sed commands, since 'gash' is now in the tree as well.
16784
16785 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16786
16787 * configure: grab values for $(CC) and $(CXX) from the
16788 environment, so that someone can do "CC=gcc configure; make" and
16789 have it work right (matching the way that autoconf works now)
16790
16791 * configure.in, Makefile.in: add support for gash, the tcl
16792 interface to Galaxy
16793
16794 * config.guess: add NetBSD variants (hp300, x86)
16795
16796 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
16797
16798 * install.sh: Support -d option (in the manner of SunOS 4 install,
16799 as it is more deterministic than that of GNU install)
16800 (chmodcmd): Set file to mode 755 by default (should also do default
16801 chgrp and chown, but I don't feel like dealing with that now)
16802
16803 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
16804
16805 * config.sub: Remove h8300hhms alias.
16806
16807 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16808
16809 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
16810
16811 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16812
16813 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
16814 as stmp-fixinc
16815
16816 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16817
16818 * config.sub: recognize m88110-bug-coff.
16819
16820 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16821
16822 * Makefile.in (all-libio): all dependencies on the toolchain used
16823 to build this (gcc, gas, ld, etc)
16824
16825 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16826
16827 * config.guess: Deal with OSF/1 1.3 on alpha.
16828
16829 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16830
16831 * install.sh: add some 'else true' clauses for portability
16832
16833 * configure.in: don't build libio for h8[35]00-*-* targets
16834
16835 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
16836
16837 * Makefile.in: Add support for new libio.
16838
16839 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16840
16841 * install.sh: If one command fails, don't try the rest. Don't try
16842 to remove $dsttmp (via trap) unless we have already created it.
16843 If $src doesn't exist, detect it and exit with an error.
16844
16845 * config.guess: Recognize BSD on hp300.
16846
16847 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
16848
16849 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
16850 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
16851
16852 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
16853
16854 * Makefile.in (all-send-pr): depends on all-prms
16855
16856 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16857
16858 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
16859
16860 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16861
16862 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
16863 Added test for mips-mips-riscos5.
16864
16865 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16866
16867 * configure.in: use mh-hp300 for 68k HP hosts
16868
16869 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16870
16871 * configure: add support for CONFIG_SHELL, so that you can use
16872 some alternate shell for evaluating configure scripts
16873
16874 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
16875
16876 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
16877 in configure script to bug-gdb@prep.ai.mit.edu when building
16878 distribution archive.
16879 * Makefile.in (COMPRESS): Remove def.
16880 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
16881 gdb.tar.Z and make-gdb.tar.Z respectively.
16882 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
16883 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
16884 to convergence with 'taz' target in Makefile.in.
16885
16886 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16887
16888 * install.sh (dsttmp): use trap to ensure that tmp files go
16889 away on error conditions
16890
16891 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16892
16893 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
16894
16895 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16896
16897 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
16898 its parent is '/' not ''.
16899
16900 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
16901
16902 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
16903
16904 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
16905 that ${newsrcdir}/configure.in does.
16906
16907 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16908
16909 * test-build.mk: support for CONFIG_SHELL
16910
16911 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
16912
16913 * config.sub (netware): Add as a basic system type.
16914
16915 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16916
16917 * Makefile.in (Makefile): depend on configure.in. Also drop the
16918 $(srcdir)/ from the dependency on Makefile.in.
16919
16920 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
16921
16922 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
16923 (h8300hhms is temporary until multi-libraries are implemented).
16924 * configure.in: Handle h8300h too.
16925
16926 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16927
16928 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
16929
16930 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
16931
16932 * configure: Remove extraneous output when guessing host type.
16933 * config.guess: Remove extraneous output when guessing using C
16934 compiler rather than uname, or when guessing fails.
16935
16936 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
16937
16938 * Makefile.in: remove all.cross and install.cross targets
16939
16940 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
16941 definitions
16942
16943 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
16944
16945 * configure.in (target sh): Build gprof.
16946
16947 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16948
16949 * config.sub: change -solaris to -solaris2
16950
16951 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16952
16953 * configure.in: Use config/mh-riscos for mips-*-sysv*.
16954
16955 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
16956
16957 * configure: Correct error message for missing Makefile.in to
16958 print correct directory.
16959
16960 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16961
16962 * install.sh: kludge around 386BSD shell bug
16963
16964 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
16965
16966 * config.guess: Recognize NeXT.
16967 * config.guess: Recognize i486-ncr-sysv4.
16968 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
16969
16970 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
16971
16972 * Makefile.in (MAKEINFOFLAGS): New variable.
16973 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
16974 * build-all.mk, test-build.mk: Pass down --no-split as
16975 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
16976
16977 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
16978
16979 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
16980
16981 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
16982
16983 * Makefile.in (libg++.tar.z): New rule.
16984 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
16985 * Makefile.in (taz): Only do a single chmod.
16986
16987 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
16988
16989 * install.sh: don't use dirname anymore (replaced with sed usage)
16990
16991 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
16992
16993 * Makefile.in: Change extension for gzip'd files from '.z' to
16994 '.gz' per new FSF standard usage.
16995
16996 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
16997
16998 * configure: put quotes around the final value of program_transform_name
16999
17000 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17001
17002 * Makefile.in: new install.sh support; update install-info rules
17003
17004 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
17005
17006 * configure.in: Build diff for crosses, but not for go32 host.
17007
17008 * configure.in: Build gprof only for native, and don't build it
17009 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
17010
17011 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
17012
17013 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
17014
17015 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17016
17017 * configure.in (host_tools): Add prms.
17018
17019 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17020
17021 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
17022 with $(FLAGS_TO_PASS) on the command line
17023
17024 * config.sub: Recognize lynx and lynxos
17025
17026 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
17027
17028 * config.sub: Accept -ecoff*, not just -ecoff.
17029
17030 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17031
17032 * Makefile.in (taz): Use .gz suffix instead of .z.
17033 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
17034 names.
17035
17036 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17037
17038 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
17039
17040 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17041
17042 * Makefile.in (install-no-fixedincludes): install gcc last, so
17043 that rebuilds that might happen during 'make install' don't get
17044 bogus gcc include files
17045
17046 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17047
17048 Change from Utah for HPPA support:
17049 * config.guess: Recognize hppa1.x-hp-bsd.
17050
17051 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
17052
17053 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
17054 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
17055
17056 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
17057
17058 * config.sub: Add support for rom68k and bug boot monitors.
17059
17060 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
17061
17062 * Makefile.in: Make all-opcodes depend on all-bfd.
17063
17064 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
17065
17066 * config.guess: Added special check for i[34]86-univel-sysv4*.
17067
17068 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
17069
17070 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
17071 the processor rather than assuming i486.
17072
17073 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17074
17075 * config.guess: Recognize SunOS6 as Solaris3.
17076
17077 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
17078
17079 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
17080 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
17081
17082 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
17083
17084 * build-all.mk (all-cross): New target for Canadian Cross.
17085 Added Q2 go32 targets.
17086 * test-build.mk: Configure go32 cross sparclite-aout and
17087 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
17088 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
17089
17090 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17091
17092 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
17093 GO32 hosted toolchains
17094
17095 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
17096
17097 * configure: change so "-exec-prefix" gets passed down rather
17098 than "-exec_prefix" so autoconf generated Makefiles get the
17099 exec_prefix set right.
17100
17101 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17102
17103 * config.guess: get the Solaris2 minor version number
17104
17105 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
17106
17107 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17108
17109 * config.guess: Recognize some Sequent platforms.
17110
17111 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17112
17113 * Makefile.in: added the vault-install target
17114
17115 * configure.in: actually use the Sun3 makefile fragment that's in
17116 config, also added the release dir to configdirs
17117
17118 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17119
17120 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
17121
17122 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17123
17124 * configure.in: remove some program from Alpha targetted toolchains
17125
17126 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
17127
17128 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
17129 gprof.
17130 (taz): Run "make diststuff" in those directories instead of "make
17131 proto-dir". Look for "VERSION=" only at start of line in subdir
17132 Makefile. Use "gzip -9" for compression.
17133 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
17134 (binutils.tar.z): New target.
17135
17136 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17137
17138 * Makefile.in (taz): Include gpl.texinfo.
17139
17140 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17141
17142 * Makefile.in (setup-dirs): Merged into "taz" target.
17143 (taz): Only do `proto-dir' stuff if a directory is actually needed
17144 for this target.
17145
17146 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
17147
17148 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
17149 (FLAGS_TO_PASS): Pass down MUNCH_NM.
17150 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
17151 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
17152 (gcc-no-fixedincludes): Correct for current gcc Makefile.
17153
17154 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
17155
17156 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
17157 config.sub, and move-if-change to gdb testsuite distribution
17158 archive, so the testsuite can be extracted, configured, and
17159 run separately from the gdb distribution. Blow away the Chill
17160 tests that require a Chill compiled executable, since GNU Chill
17161 is not yet publically available.
17162
17163 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17164
17165 * test-build.mk: set environment variables in a single command,
17166 instead of a list of assignments and exports
17167
17168 * config.guess: recognize Alpha/OSF1 systems
17169
17170 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17171
17172 * configure: Change help message to prefer --options rather than
17173 -options.
17174
17175 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17176
17177 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
17178 zippy@ecst.csuchico.edu.
17179 * config.guess: Recognize miniframe.
17180
17181 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
17182
17183 * Makefile.in: Use srcroot to find runtest rather than rootme.
17184 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
17185
17186 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
17187
17188 * test-build.mk: Extensive additions to support building on a
17189 machine other than the host.
17190
17191 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17192
17193 * configure (tooldir): Fix for i386-aix again.
17194
17195 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
17196
17197 * configure, Makefile.in: Change definition of $(tooldir)
17198 to match the FSF.
17199
17200 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
17201
17202 * config.guess: Recognize i[34]86/SVR4.
17203
17204 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17205
17206 * Makefile.in (all-gdb): gdb depends on sim.
17207
17208 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
17209
17210 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
17211 at the same time we make the prototype gdb directory.
17212 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
17213 files at the same time as the gdb base release distribution.
17214
17215 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
17216
17217 * Makefile.in (check): Use individual check targets rather than
17218 DO_X rule.
17219 (check-gcc): Added.
17220
17221 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
17222
17223 * config.sub: Use sysv3.2 not sysv32 for canonical OS
17224 for System V release 3.2.
17225
17226 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17227
17228 * config.sub: Recognize hppaosf.
17229 * configure.in: Do configure ld/binutils/gas for it.
17230
17231 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17232
17233 * configure (tooldir): Alter syntax used to set this, for systems
17234 where "\$" isn't handled right, like i386-aix.
17235
17236 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
17237
17238 * configure: Pass program-transform-name, not
17239 program_transform_name, to recursive configures.
17240
17241 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
17242
17243 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
17244 of gas+ld+binutils.
17245
17246 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
17247
17248 * config.guess: Recognize AIX3.2 as distinct from 3.1.
17249
17250 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17251
17252 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
17253
17254 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17255
17256 * Makefile.in (PRMS): Set back to all-prms.
17257
17258 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
17259
17260 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
17261 targets, rather than for MIPS hosts.
17262
17263 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17264
17265 * configure.in: add comment for --with-x default values
17266
17267 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
17268
17269 * Makefile.in: add check-* targets for each of the directories in
17270 the tree. Add a definition of RUNTEST that will use the one we
17271 just built, if it exists. Pass this down via FLAGS_TO_PASS.
17272
17273 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
17274
17275 * configure.in: Removed obsolete references to bfd_target and
17276 target_makefile_frag.
17277
17278 * build-all.mk: Set assorted targets for Q2.
17279 * config.sub: Recognize z8k-sim and h8300-hms.
17280 * test-build.mk: Really don't pass host to configure.
17281 (HOLES): Added uname.
17282
17283 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
17284
17285 * configure: Handle an empty program-prefix, program-suffix or
17286 program-transform-name correctly.
17287
17288 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
17289
17290 * build-all.mk: -G 8 no longer required for MIPS targets.
17291 * test-build.mk: Don't pass host argument to configure; make it
17292 guess.
17293
17294 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
17295
17296 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
17297 * Makefile.in (COMPRESS): New macro, like GZIP.
17298
17299 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
17300
17301 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
17302
17303 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
17304 with gas currently defaults to -G 0.
17305
17306 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
17307
17308 * Makefile.in (all-flex): flex depends on byacc.
17309
17310 * build-all.mk: If host not specified, use config.guess. Pass TAG
17311 to test-build.mk as RELEASE_TAG.
17312 * test-build.mk (configargs): New variable containing arguments to
17313 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
17314 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
17315
17316 * config.guess: Use /bin/uname when checking -X argument on SCO,
17317 to avoid invoking GNU uname which doesn't understand -X.
17318
17319 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
17320
17321 * configure.in: Build gas for mips-*-*.
17322
17323 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17324
17325 * Makefile.in (all.normal): insert missing backslash.
17326
17327 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
17328
17329 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
17330
17331 * Makefile.in: Complete overhaul to merge many almost identical
17332 targets.
17333
17334 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17335
17336 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
17337 (gdb.tar.Z): Adjusted.
17338
17339 * Makefile.in (setup-dirs, taz): New targets; should be general
17340 enough to adapt for gdb sometime. Build only .z file.
17341 (gas.tar.z): New target.
17342
17343 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
17344
17345 * build-all.mk: Use CC=cc -Xs on Solaris.
17346
17347 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
17348
17349 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
17350 for handling BISON for FSF releases.
17351
17352 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17353
17354 * configure: Actually implement the change zoo just documented.
17355
17356 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
17357
17358 * configure: when using config.guess, only set target_alias when
17359 it's not already been set (ie, on the command line)
17360
17361 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17362
17363 * Makefile.in: add installcheck target, set PRMS to install-prms
17364
17365 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17366
17367 * configure: add support for package_makefile_fragment, handle the
17368 case where a directory has a configure.in file but no Makefile.in
17369 more gracefully (with an actual understandable error message, even);
17370 add support for --without (and add this to the usage message); also
17371 explicitly add a --host=${host_alias} to the command line when
17372 config.guess is used
17373
17374 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17375
17376 * configure: Must use both --host and --target in recursive calls.
17377
17378 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
17379
17380 * Makefile.in: Change deja-gnu to dejagnu.
17381
17382 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
17383
17384 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
17385
17386 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17387
17388 * configure.in: canonicalize all instances to *-*-solaris2*,
17389 also strip out a number of tools to not build for go32 host
17390
17391 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17392
17393 * config.guess: add GPL.
17394
17395 * Makefile.in, config.guess, config.sub, configure: bump
17396 copyrights to 93.
17397
17398 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
17399
17400 * Makefile.in (do-info): Removed obsolete check for existence of
17401 localenv file.
17402
17403 * Makefile.in (MAKEOVERRIDES): Define to be empty.
17404
17405 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17406
17407 * Makefile.in: a couple of 'else true' for decstation,
17408 support for TclX
17409
17410 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
17411
17412 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
17413
17414 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
17415
17416 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
17417
17418 * config.guess: Recognize i386-ibm-aix (PS/2).
17419 * configure.in: Use config/mh-aix386 file for it.
17420
17421 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
17422
17423 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
17424 CC_FOR_TARGET instead.
17425 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
17426
17427 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
17428
17429 * Makefile.in: Add sim to list of directories sent with gdb
17430
17431 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
17432
17433 * configure.in: Put back mips-dec-bsd* case.
17434
17435 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
17436
17437 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
17438 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
17439 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
17440
17441 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17442
17443 * configure.in: remove no-op mips-dec-bsd* in "case $target"
17444
17445 * Makefile.in (dir.info): only run gen-info-dir if it exists,
17446 (install-info): install dir.info only if it exists,
17447 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
17448
17449 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
17450
17451 * configure.in: For vms target, skip bfd, ld, binutils. Do build
17452 gas for mips-dec-bsd.
17453
17454 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
17455
17456 * configure (makesrcdir): If ${srcdir} is relative and not ".",
17457 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
17458
17459 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
17460
17461 * configure.in: Added "dejagnu" to hosttools list.
17462
17463 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
17464
17465 * config.sub, configure.in, config.guess: Add support
17466 for Bosx, an AIX variant from Bull.
17467 Patches from F.Pierresteguy@frcl.bull.fr.
17468
17469 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
17470
17471 * devo/dejagnu: Initial creation of devo/dejagnu.
17472 Migrated dejagnu testcases and support files for testing software
17473 tools to reside as subdirectories, currently called "testsuite",
17474 within the directory of the software tool. Migrated all programs,
17475 support libraries, etc. beloging to dejagnu proper from
17476 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
17477 with no modifications. The changes to these files which will
17478 allow them to configure, build, and execute properly will be made
17479 in a future update.
17480
17481 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17482
17483 * Makefile.in: Change send_pr to send-pr.
17484 * configure.in: Likewise.
17485 * send_pr: Renamed directory to send-pr.
17486
17487 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
17488
17489 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
17490
17491 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
17492
17493 * README: Update for gdb-4.8 release.
17494 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
17495 gdb-xxx.tar.z (gzip'd) file also.
17496
17497 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17498
17499 * Makefile.in: make all-diff depend on all-libiberty
17500
17501 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
17502
17503 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
17504
17505 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17506
17507 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
17508
17509 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
17510
17511 * Makefile.in (DEVO_SUPPORT): Remove etc directory
17512 (ETC_SUPPORT): Only add the files GDB wants from etc/.
17513 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
17514
17515 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17516
17517 * Makefile.in: makeinfo binary is in a new location
17518
17519 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
17520
17521 * config.sub: Accept -ecoff as an OS.
17522
17523 * Makefile.in: Various changes to eliminate a level of make
17524 recursion and reduce the required command line length.
17525 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
17526 sub-makes.
17527 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
17528 variables holding settings for specific sub-makes.
17529 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
17530 in terms of BASE_FLAGS_TO_PASS.
17531 (TARGET_LIBS): New variable listing directories which use
17532 TARGET_FLAGS_TO_PASS.
17533 (subdir_do): Eliminated.
17534 (do-*): New set of targets to replace subdir_do.
17535 (various): All targets which used subdir_do now depend on do-*.
17536 (local-clean): Renamed from do_clean.
17537 (local-distclean): New target, dependency of distclean and
17538 realclean.
17539 (install-info): Don't create directories. Depend on dir.info
17540 rather than calling make recursively.
17541 (install-dir.info): Eliminated.
17542 (install-info-dirs): Create all info directories here.
17543 (dir.info): Depend upon do-install-info.
17544
17545 * test-build.mk (HOLES): Added false.
17546
17547 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
17548
17549 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
17550
17551 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17552
17553 * Makefile.in (info): remove dependency on all-texinfo. The
17554 problem was really in texinfo/C, not at this level.
17555
17556 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
17557
17558 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
17559
17560 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
17561
17562 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
17563 GDB releases.
17564
17565 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17566
17567 * configure: Include srcdir in message about target of link not
17568 being found. Don't convert `-' to `_' in `with' options being
17569 passed to subdirs.
17570
17571 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17572
17573 * configure.in: add uudecode to host_tools
17574
17575 * Makefile.in: added {all,install}-uudecode targets, added them to
17576 the appropriate lists
17577
17578 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
17579
17580 * Makefile.in (all-gcc): Added dependency on all-gas.
17581
17582 * configure.in (mips-*-*): Build ld and binutils.
17583
17584 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17585
17586 * configure: check return code from mkdir, print error message and
17587 exit on failure.
17588
17589 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
17590
17591 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
17592
17593 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
17594
17595 * test-build.mk (HOLES): Added tar, cpio and uudecode.
17596
17597 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17598
17599 * config.sub (h8500): Recognize this as a cpu type.
17600
17601 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17602
17603 * configure: source directory missing is no longer a warning
17604
17605 * configure.in: recognize irix[34]* instead of irix[34]
17606
17607 * Makefile.in: define and pass down X11_LIB
17608
17609 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
17610
17611 * guess-systype: Renamed to ...
17612 * config.guess: ... by popular request.
17613 * configure.in, Makefile.in: Update accordingly.
17614
17615 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
17616
17617 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
17618 + Add Convex, Cray/Unicos, and Encore/Multimax support.
17619 + Execute ./dummy instead of assuming . is in PATH.
17620
17621 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
17622
17623 * guess-systype: New shell script. Attempts to guess the
17624 canonical host name of the executing host.
17625 Only a few hosts are supported so far.
17626 * configure: Call guess-systype if no host is specified.
17627
17628 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
17629
17630 * Makefile.in (gcc-no-fixedincludes): Made to work with current
17631 gcc Makefile.
17632
17633
17634 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
17635
17636 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
17637 (all-gcc, install-gcc, subdir_do): Use it.
17638
17639 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17640
17641 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
17642
17643 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
17644
17645 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
17646 set exclusively by configure, using configure.in .
17647
17648 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17649
17650 * test-build.mk: set $PATH for all builds
17651
17652 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
17653
17654 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
17655
17656 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
17657 the one used in gcc/Makefile.in, so that a null expansion doesn't
17658 override the one needed to build gcc with a native cc.
17659
17660
17661 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17662
17663 * configure: Accept -with arguments.
17664
17665 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17666
17667 * Makefile.in: added h8300sim
17668
17669 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
17670
17671 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
17672 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
17673 (all-cygnus, native, build-cygnus): Make
17674 $(canonhost)-stamp-3stage-done, not $(host)....
17675 * test-build.mk (stamp-3stage-compared): Use tail +10c for
17676 i386-sco3.2v4. Added else true to if command.
17677
17678 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
17679
17680 * config.sub: (from FSF) Sequent uses a BSD-like OS.
17681
17682 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
17683
17684 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
17685
17686 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17687
17688 * configure.in: don't remove binutils from Solaris builds
17689
17690 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
17691
17692 * Makefile.in: get rid of earlier definitions for *clean,
17693 also handle the recursive info rule better
17694
17695 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
17696
17697 * Makefile.in (mostlyclean, distclean, realclean): Fix to
17698 do more-or-less the right thing.
17699
17700 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
17701
17702 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
17703 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
17704
17705 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17706
17707 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
17708 $(host_canonical).
17709
17710 * configure.in: split the configdirs list into 4 categories (native
17711 v. cross, library v. tool) and handle the cross-only and native-
17712 only in more reasonable (and correct!) way.
17713
17714 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
17715
17716 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
17717 configdirs anymore.
17718
17719 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17720
17721 * Makefile.in: extensive cleanup:: removed all of the explicit
17722 clean-* targets, collapsed many wrappers around subdir_do into
17723 one, added additional targets to satisfy standards.texi, deleted
17724 some old targets, some changes for consistency
17725
17726 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17727
17728 * configure.in: handle some programs as cross-only, and others as
17729 native only
17730
17731 * test-build.mk: handle partial holes in a more generic manner
17732
17733 * Makefile.in: m4 depends on libiberty
17734
17735 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17736
17737 * configure.in: add m4, textutils, fileutils, sed, shellutils,
17738 time, wdiff, and find to configdirs
17739
17740 * Makefile.in: all, clean, and install rules for the new programs
17741 added to configure.in
17742
17743 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17744
17745 * configure.in: use mh-sun for all *-sun-* hosts
17746
17747 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17748
17749 * Makefile.in: define flags for X11 include files and library file
17750 locations, pass them down to the programs that need this info
17751
17752 * build-all.mk: added a 'native' target, to 3stage the native toolchain
17753
17754 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17755
17756 * configure.in: start building libg++ for HP-UX targets
17757
17758 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
17759
17760 * README: Update references to files moved into etc/.
17761
17762 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
17763
17764 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
17765 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
17766
17767 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
17768
17769 * configure: accept dash as well as underscore in long option
17770 names for FSF compatibility.
17771
17772 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
17773
17774 * config.sub: added -sco3.2v4 support from FSF.
17775
17776 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17777
17778 * configure.in: expand the section that adds or removes
17779 directories from the list of programs to build, to handle native
17780 vs. cross in addition to host v. native
17781
17782 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
17783
17784 * Makefile.in: Replace C++ in macro names with CXX.
17785 This is less likely to break ...
17786
17787 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17788
17789 * test-build.mk: add -w to GNU_MAKE
17790
17791 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17792
17793 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
17794 add 'sparc' to list of recognized cpus. This needed to make
17795 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
17796 Delete some redundant ose68 variants. Recognize -wrs as an os,
17797 then changes that into $CPU-wrs-vxworks.
17798
17799 * configure.in: remove most references to gdbtest, regularize
17800 target based program removal
17801
17802 * test-build.mk: import from p3 tree (many fixes and changes)
17803
17804 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
17805
17806 * Makefile.in: added rules to handle tcl, tk, and expect
17807
17808 * configure.in: handle those directories if they exist
17809
17810 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17811
17812 * config.sub: removed bogus hppabsd and hppahpux names, since
17813 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
17814
17815 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17816
17817 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
17818 depends upon all-xiberty
17819
17820 * Makefile.in: changes from p3, including:
17821
17822 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
17823
17824 * Makefile.in (XTRAFLAGS): include newlib directories if
17825 newlib/Makefile exists, rather than if host != target.
17826
17827 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
17828
17829 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17830 from the same source tree and not building a cross-compiler. This
17831 matters for the libg++ configuration if reconfiguring a tree that
17832 has already been installed.
17833
17834 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
17835
17836 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17837 pick up the machine and system specific header files.
17838
17839 * Makefile.in: added AS_FOR_TARGET, passed down in
17840 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
17841 the C compiler to use to create programs which are run in the
17842 build environment, set it to default to $(CC), and passed it down
17843 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17844
17845 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
17846
17847 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
17848 We need them for unusual native builds, like systems without
17849 ranlib.
17850
17851 * configure: also define $(host_canonical) and
17852 $(target_canonical), which are the full, canonical names for the
17853 given host and target
17854
17855 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
17856
17857 * Makefile.in: Added separate definitions for C++.
17858
17859 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
17860
17861 * configure.in (configdirs): Add deja-gnu.
17862
17863 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
17864
17865 * README: Update for configure.texi and gdb-4.7 release.
17866
17867 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
17868
17869 * Makefile.in: Move "all" target to top of file.
17870 Previously, first target was ".PHONY" which caused BSD4.4 make
17871 to build .PHONY when make was run without arguments.
17872
17873 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
17874
17875 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
17876 Library-copylefted code in libiberty.
17877
17878 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
17879
17880 * config.sub: Replace m68kmote with plain old m68k.
17881
17882 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
17883
17884 * Makefile.in: Remove space from blank line, avoid Make complaints.
17885
17886 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
17887
17888 * config.sub: Complain if no argument is given. Added support for
17889 386bsd as OS and target alias.
17890
17891 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
17892
17893 * Makefile.in (XTRAFLAGS): include newlib directories if
17894 newlib/Makefile exists, rather than if host != target.
17895
17896 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
17897
17898 * config.sub: recognize sparclite-wrs-vxworks.
17899
17900 * Makefile.in (install-xiberty): added *-xiberty make rules (from
17901 p3.) Added clean-xiberty to clean.
17902
17903 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17904
17905 * configure.in: use *-*-* instead of nested cases for host and target
17906
17907 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
17908
17909 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17910 from the same source tree and not building a cross-compiler. This
17911 matters for the libg++ configuration if reconfiguring a tree that
17912 has already been installed.
17913
17914 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
17915
17916 * config.sub (i486v/i486v4): Merge in from FSF version.
17917
17918 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
17919
17920 * configure: only set PWD if it is already set.
17921
17922 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
17923
17924 * configure: just set PWD=`pwd` at the top, since Ultrix sh
17925 doesn't have unset and all success paths (and most error paths)
17926 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
17927 to just ${PWD} to avoid confusion.)
17928
17929 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
17930
17931 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
17932 even for a native compilation.
17933
17934 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
17935
17936 Changes to make the gdb.tar.Z rule work better.
17937
17938 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
17939 (DEVO_SUPPORT): Add configure.texi.
17940 (bfd-ilrt.tar.Z): Remove ancient rule.
17941
17942 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
17943
17944 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17945 pick up the machine and system specific header files.
17946
17947 * configure.in, config.sub: added new target m68010-adobe-scout,
17948 with alias of adobe68k. Changed configure.in to check for
17949 -scout before -sco* to avoid a false match.
17950
17951 * Makefile.in: added AS_FOR_TARGET, passed down in
17952 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
17953 the C compiler to use to create programs which are run in the
17954 build environment, set it to default to $(CC), and passed it down
17955 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17956
17957 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
17958
17959 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
17960 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
17961 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
17962 FOR_TARGET variants, to newlib and libg++.
17963
17964 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
17965
17966 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
17967 first.
17968
17969 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
17970
17971 * config.sub: Accept `elf' as an environment.
17972
17973 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17974
17975 * Makefile.in (all-opcodes): cd into the right directory
17976
17977 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
17978
17979 * configure: added -program_transform_name option, used as
17980 argument to sed when installing programs.
17981 configure.texi: added documentation for -program_prefix,
17982 -program_suffix and -program_transform_name.
17983
17984 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
17985
17986 * config.sub: Accept i486 where i386 ok.
17987
17988 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
17989
17990 * config.sub: accept we32k
17991
17992 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
17993
17994 * config.sub, configure.in: accept OSE68000 and OSE68k.
17995
17996 * Makefile.in: don't create all directories for ``make install'';
17997 let the subdirectories create the ones they need.
17998
17999 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18000
18001 * COPYING: new file, GPL v2
18002
18003 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18004
18005 * Makefile.in: use the new gen-info-dir, which needs a template
18006 argument (which also lives in texinfo)
18007
18008 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
18009
18010 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
18011
18012 * config.sub (ncr3000): Change i386 to i486.
18013
18014 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18015
18016 * Makefile.in: add install-rcs, install-grep to
18017 install-no-fixedincludes, removed install-bison and install-libgcc
18018
18019 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
18020
18021 * configure.in: grab the HPUX makefile fragment if on HPUX
18022
18023 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
18024
18025 * Makefile.in: eradicate bison spoor (ditto libgcc).
18026 configure.in: recognise m68{k,000}-ericsson-OSE.
18027 es1800 is alias for m68k-ericsson-OSE
18028
18029 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18030
18031 * configure.in: rearrange the parts that remove programs from
18032 configdirs, based now on HOST==TARGET or by canonical triple.
18033
18034 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18035
18036 * test-build.mk: recurse explicitly with -f test-build.mk when
18037 appropriate. predicate stage3 and comparison on the existence
18038 of gcc. That is, if gcc isn't around, we aren't three-staging.
18039 On very clean, also remove ...stamp-co. Build in-place before
18040 doing other builds.
18041
18042 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18043
18044 * Makefile.in, configure.in: add tgas
18045
18046 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18047
18048 * Makefile.in: a number of changes merged in from progressive.
18049
18050 * configure.in: add libm.
18051
18052 * .cvsignore: ignore some stuff that comes from test-build.mk.
18053
18054 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
18055
18056 * config.sub: Add es1800 (m68k-ericsson-es1800).
18057
18058 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
18059
18060 * configure: Add program_suffix (parallel to program_prefix)
18061 * Makefile.in: adjust directory-creating script for losing decstation
18062
18063 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
18064
18065 * configure: Minor $subdir-related fixes.
18066
18067 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18068
18069 * configure: fix various problems with propogating
18070 makefile_target_frag in subdirs.
18071 * configure.in: config libgcc if its there
18072
18073 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
18074
18075 * config.sub: HPPA merge.
18076
18077 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
18078
18079 * Makefile.in: Replace all-bison with all-byacc in all
18080 dependency lines for other tools (which now use byacc).
18081
18082 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
18083
18084 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
18085
18086 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
18087
18088 * Makefile.in: make gprof rules similar to byacc rules (instead of
18089 vestigal $(unsubdir) that didn't work...)
18090
18091 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
18092
18093 * config.sub: Add support for Linux.
18094 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
18095 (at least for libg++).
18096
18097 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
18098
18099 * configure.texi: fix doc for the -nfp option to configure
18100
18101 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
18102
18103 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
18104
18105 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
18106
18107 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
18108 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
18109 * configure.in: added solaris* host_makefile_frag hook.
18110
18111 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18112
18113 * config.sub: changed recognition of m68000 so that various
18114 m68k types can be specified via m680[01234]0
18115
18116 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18117
18118 * config.sub (basic_machine): fix sed so that '-foo' isn't
18119 completely substituted out while .+'-foo' loses the '-foo'
18120
18121 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
18122
18123 * config.sub ($os): Add -aout.
18124
18125 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
18126
18127 * configure: If host_makefile_frag is absolute, don't
18128 prefix ${invsubdir} (relevant to libg++ auto-configure).
18129
18130 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
18131
18132 * Makefile.in (tooldir): Define it.
18133 (all-ld): Depend on all-flex.
18134
18135 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
18136
18137 * Makefile.in (check): Fix libg++ special case.
18138
18139 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
18140
18141 * configure: do not bury `pwd` into config.status, thus do fewer
18142 pwd's.
18143
18144 * configure: print the "Building in" message only when building in
18145 other than "." AND verbose.
18146
18147 * configure: remove -s, rework -v to better accommodate guested
18148 configures.
18149
18150 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
18151
18152 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
18153
18154 * Makefile.in: macroize flags passed on recursion. remove
18155 fileutils.
18156
18157 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
18158
18159 * configure: get makesrcdir right for subdirs deeper than 1.
18160
18161 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
18162 install.
18163
18164 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
18165
18166 * Makefile.in: don't print subdir_do or recursion lines.
18167
18168 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
18169
18170 * standards.texi: added menu item.
18171
18172 * Makefile.in: build and install standards.info.
18173
18174 * standards.texi: new file.
18175
18176 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18177
18178 * configure: test for and move config.status pieces from
18179 ${subdir}/.
18180
18181 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
18182
18183 * configure: Test for existance of files before trying to mv
18184 them, to avoid numerous non-existance messages.
18185
18186 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
18187
18188 * configure: correct final line of config.status.
18189
18190 * configure: patch from eggert. Avoids a protection problem if
18191 the original Makefile.in is read only.
18192
18193 * configure: use move-if-change from gcc to create config.status.
18194 Some makefiles depend on config.status to tell if a directory
18195 has been reconfigured for a different host. This change
18196 prevents those directories from remaking everything in the case
18197 where the reconfig was only intended to rebuild a Makefile.
18198
18199 * configure: test for config.sub with "config.sub sun4" rather
18200 than "config.sub ${host_alias}". Otherwise we can't tell a bad
18201 host alias from a missing config.sub.
18202
18203 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18204
18205 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
18206 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
18207
18208 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
18209
18210 * configure: mkdir ${subdir} as needed.
18211
18212 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
18213
18214 * Makefile.in,configure.in: added autoconf.
18215
18216 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18217
18218 * Makefile.in: no longer pass against on recursion.
18219
18220 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
18221 definitions are not inherited.
18222
18223 * configure: correct makesrcdir when subdir is .
18224
18225 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
18226
18227 * configure: Add support for 'subdirs' variable, which is
18228 like 'configdirs', except that configure doesn't re-invoke
18229 itself for subdirs, it just creates a Makefile for each subdir.
18230 * configure.texi: Document subdirs.
18231
18232 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18233
18234 * configure.in: added flex to configdirs
18235
18236 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
18237
18238 * Makefile.in: remove clean-stamps from clean.
18239
18240 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
18241
18242 * configure.in: Add gdbtest to configdirs.
18243
18244 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
18245
18246 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
18247 to recursive makes.
18248 * configure.in: Recognize new ncr3000 config.
18249
18250 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
18251
18252 * Makefile.in, configure.in: removed references to gdbm.
18253
18254 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
18255
18256 * config.sub: Don't canonicalize os value
18257 newsos* to bsd (readline needs to check for newsos).
18258 (This fix was earlier made Jan 31, but got re-broken.)
18259
18260 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
18261
18262 * configure.in: sco is an os, not a vendor!
18263
18264 * configure: Quote $( better. Keep various shells happy.
18265
18266 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
18267
18268 * Makefile.in: eliminate stamp-files.
18269
18270 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
18271
18272 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
18273 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
18274
18275 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
18276
18277 * config.sub: fix iris/iris3.
18278
18279 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
18280
18281 * configure: re-add -rm.
18282
18283 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
18284
18285 * Maskefile.in: add .stmp-rcs to all.
18286
18287 * configure.in: remove gas from rs6000 build, use aix host fragment.
18288
18289 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
18290
18291 * configure: pass down site_option during recursion.
18292
18293 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
18294
18295 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
18296
18297 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
18298
18299 * configure: Change exec_prefix so that it really defaults to prefix.
18300
18301 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
18302
18303 * Makefile.in, configure.in: Add support for mmalloc library.
18304
18305 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
18306
18307 * Makefile.in: add stmp dependencies for a few more things.
18308
18309 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
18310
18311 * configure: adjusted error message on objdir/srcdir configure
18312 collision, per john's suggestion.
18313
18314 * Makefile.in: add libiberty stmp to all and all.cross.
18315
18316 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
18317
18318 * Makefile.in: remove force dependencies, add grep to all.
18319
18320 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
18321
18322 * Makefile.in: drop flex. make stamp files work.
18323
18324 * configure: added test for conflicting configuration in srcdir,
18325 remove trailing slashes from srcdir. Otherwise emacs gdb mode
18326 gets cranky. use relative paths for configure and srcdir
18327 whenever possible. Send some error messages to stderr that were
18328 going to stdout.
18329
18330 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
18331
18332 * Makefile.in: Fix libg++ rule to check for gcc directory
18333 before using gcc/gcc. Also pass XTRAFLAGS.
18334
18335 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
18336
18337 * Makefile.in: added stmp-files so that directories aren't polled
18338 when they are already built.
18339
18340 * configure.texi: fixed a node pointer problem.
18341
18342 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
18343
18344 * config.sub configure.in gdb/configure.in
18345 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
18346 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
18347 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
18348
18349 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18350
18351 * configure: -recurring becomes -silent. corrected help message
18352 for -site= option.
18353
18354 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
18355
18356 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18357
18358 * configure: when building Makefile for crosses, replace
18359 tooldir and program_prefix. default srcdir from location of
18360 config.sub. remove "for host in hosts" and "for target in
18361 targets" loops.
18362
18363 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18364
18365 * Makefile.in: Do not pass bindir or mandir to cvs.
18366
18367 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
18368
18369 * Makefile.in, configure.in: removed traces of namesubdir,
18370 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
18371 copyrights to '92, changed some from Cygnus to FSF.
18372
18373 * configure.texi: remove most references to multiple hosts,
18374 multiple targets, subdirs, etc.
18375
18376 * configure.man: removed rcsid. reference config.sub not
18377 config.subr.
18378
18379 * Makefile.in: mkdir $(infodir) on install-info.
18380
18381 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
18382
18383 * configure.texi: Explain better about .gdbinit and about
18384 the environment that configure.in sections run in.
18385
18386 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
18387
18388 * configure.in: Ultrix is only a decstation if it's a MIPS.
18389
18390 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
18391
18392 * README: DOC.configure => cfg-paper.texi.
18393
18394 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
18395
18396 * config.sub (near case $os): Don't convert newsos* to bsd!
18397
18398 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
18399
18400 * Makefile.in: Reinstall change from gdb-4.3 that reduces
18401 the number of copies of COPYING that go into the GDB tar file.
18402
18403 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
18404
18405 * bfd/configure.in, gdb/config/mh-i386sco,
18406 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
18407 Fix SCO configuration stuff.
18408
18409 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
18410
18411 * Makefile.in: For libg++, make sure the -I pointing
18412 to the gcc directory goes *after* all the libg++-local -I flags.
18413 Also, move just-gcc dependency from just-libg++ to all-libg++.
18414
18415 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
18416
18417 * configure: Change -x to -f to keep Ultrix /bin/test happy.
18418
18419 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
18420
18421 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
18422
18423 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
18424
18425 * config.sub: Add stratus configuration frags. Also
18426 submitted to FSF.
18427
18428 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
18429
18430 * Makefile.in (DEV_SUPPORT): add configure.man.
18431
18432 * config.sub(Decode manufacturer-specific): add -none*.
18433
18434 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
18435
18436 * Makefile.in: remove form feeds to make Sun's make happy.
18437 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
18438
18439 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
18440
18441 * Makefile.in (AR_FLAGS): Make quieter.
18442
18443 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
18444
18445 * configure.in: Add libg++.
18446 * configure: When verbose, don't output the command line at each
18447 level; it will be unremarkably the same as the previous version,
18448 which will be the same as what the user typed.
18449
18450 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
18451
18452 * configure.in, Makefile.in: fix clean-info, add flex. add
18453 fileutils.
18454
18455 * configure: be less sensitive to spaces in Makefile.in. Do not
18456 look for sources in "..". Doing so breaks subdirectories that
18457 might have their own configure. If a subdir has it's own
18458 configure script, use it.
18459
18460 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
18461
18462 * cfg-paper.texi: some changes suggested by rms.
18463
18464 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
18465
18466 * config.sub: Merge in some small additions from the FSF version,
18467 taken from the gcc distribution, to bring the Cygnus and FSF
18468 versions into closer sync.
18469
18470 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
18471
18472 * configure.in: Changed svr4 references to sysv4.
18473
18474 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
18475
18476 * configure: added -V for version number option.
18477
18478 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
18479
18480 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
18481 renamed from DOC.configure to cfg-paper.texi.
18482
18483 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18484
18485 * configure, config.subr, config.sub: config.subr is now
18486 config.sub again.
18487
18488 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
18489
18490 * configure.texi: new file, in progress.
18491
18492 * Makefile.in: build info file and install the man page for
18493 configure.
18494
18495 * configure.man: new file, first cut.
18496
18497 * configure: find config.subr again now that configuration "none"
18498 has gone. removed all traces of the -ansi option. removed all
18499 traces of the -languages option.
18500
18501 * config.subr: resync from rms.
18502
18503 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18504
18505 * configure, config.sub, config.subr: merge config.sub into
18506 config.subr, call the result config.subr, remove config.sub, use
18507 config.subr.
18508
18509 * Makefile.in: revised install for dir.info.
18510
18511 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18512
18513 * configure.in: add decstation host makefile frag.
18514
18515 * Makefile.in: BISON now bison -y again. also install-gcc on
18516 install. clean-gdbm on clean. infodir belongs in datadir.
18517 Make directories for info install. Build dir.info here then
18518 install it.
18519
18520 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18521
18522 * Makefile.in: fix for bad directory tests.
18523
18524 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18525
18526 * configure: \{1,2\} appears to be a sysv'ism. Use a different
18527 regexp. -srcdir relative was being handled incorrectly.
18528
18529 * Makefile.in: unwrapped some for loops so that parallel makes
18530 work again and so one can focus one's attention on a particular
18531 package.
18532
18533 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18534
18535 * configure: added PWD as a stand in for `pwd` (for speed). use
18536 elif wherever possible. make -srcdir work without -objdir.
18537 -objdir= commented out.
18538
18539 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18540
18541 * configure: +options become --options. -subdirs commented out.
18542 added -host, -datadir. Renamed -destdir to -prefix. Comment in
18543 Makefile now at top of generated Makefile. Removed cvs log
18544 entries. added -srcdir. create .gdbinit only if there is one
18545 in ${srcdir}.
18546
18547 * Makefile.in: idestdir and ddestdir go away. Added copyrights
18548 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
18549 and mandir now keyed off datadir by default.
18550
18551 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18552
18553 * Freshly created ChangeLog.
18554
18555 \f
18556 Local Variables:
18557 mode: change-log
18558 left-margin: 8
18559 fill-column: 76
18560 version-control: never
18561 End: