]> gcc.gnu.org Git - gcc.git/blob - ChangeLog
Remove BB_HEAD, BB_END, BB_HEADER scaffolding
[gcc.git] / ChangeLog
1 2014-08-26 David Malcolm <dmalcolm@redhat.com>
2
3 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
4 SET_BB_HEADER are done.
5
6 2014-08-26 David Malcolm <dmalcolm@redhat.com>
7
8 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
9 done.
10
11 2014-08-26 David Malcolm <dmalcolm@redhat.com>
12
13 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
14
15 2014-08-26 David Malcolm <dmalcolm@redhat.com>
16
17 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
18
19 2014-08-25 David Malcolm <dmalcolm@redhat.com>
20
21 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
22
23 2014-08-25 David Malcolm <dmalcolm@redhat.com>
24
25 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
26
27 2014-08-25 David Malcolm <dmalcolm@redhat.com>
28
29 * rtx-classes-status.txt: Phase 3 (per-file commits within
30 "config" subdirs) is done; begin phase 4 (removal of
31 "scaffolding").
32
33 2014-08-23 David Malcolm <dmalcolm@redhat.com>
34
35 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
36 dir) is done; begin phase 3 (per-file commits within "config"
37 subdirs).
38
39 2014-08-21 David Malcolm <dmalcolm@redhat.com>
40
41 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
42 phase 2 (per-file commits in main source dir).
43
44 2014-08-21 Bin Cheng <bin.cheng@arm.com>
45
46 * configure: Regenerated.
47
48 2014-08-19 David Malcolm <dmalcolm@redhat.com>
49
50 * rtx-classes-status.txt (TODO): Add SET_BND_TO
51
52 2014-08-19 David Malcolm <dmalcolm@redhat.com>
53
54 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
55
56 2014-08-19 David Malcolm <dmalcolm@redhat.com>
57
58 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
59
60 2014-08-19 David Malcolm <dmalcolm@redhat.com>
61
62 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
63
64 2014-08-19 David Malcolm <dmalcolm@redhat.com>
65
66 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
67
68 2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
69
70 * MAINTAINERS (Write After Approval): Add myself.
71
72 2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
73
74 * MAINTAINERS: Remove myself
75
76 2014-08-19 David Malcolm <dmalcolm@redhat.com>
77
78 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
79
80 2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
81
82 * MAINTAINERS (Write After Approval): Add myself.
83
84 2014-08-18 David Malcolm <dmalcolm@redhat.com>
85
86 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
87 SET_BB_HEADER, SET_BB_FOOTER
88
89 2014-08-18 David Malcolm <dmalcolm@redhat.com>
90
91 * rtx-classes-status.txt: New file
92
93 2014-08-18 Roman Gareev <gareevroman@gmail.com>
94
95 * configure.ac: Eliminate ClooG installation dependency.
96 * configure: Regenerate.
97 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
98 * Makefile.in: Regenerate.
99
100 2014-08-15 Ilya Verbin <iverbin@gmail.com>
101
102 * MAINTAINERS (Write After Approval): Add myself.
103
104 2014-08-15 Ilya Tocar <tocarip@gmail.com>
105
106 * MAINTAINERS (Write After Approval): Add myself.
107
108 2014-08-01 Jiong Wang <jiong.wang@arm.com>
109
110 * MAINTAINERS (Write After Approval): Add myself.
111
112 2014-07-28 Anthony Green <green@moxielogic.com>
113
114 Import from savannah.gnu.org:
115 * config.sub: Update to 2014-07-28 version.
116
117 2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
118
119 * MAINTAINERS: Remove my MIPS maintainer entry.
120
121 2014-07-26 Uros Bizjak <ubizjak@gmail.com>
122
123 PR target/47230
124 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
125 * configure: Regenerate.
126
127 2014-07-24 James Norris <jnorris@codesourcery.com>
128
129 * MAINTAINERS (Write After Approval): Add myself.
130
131 2014-07-20 Roman Gareev <gareevroman@gmail.com>
132
133 * configure.ac: Accept only CLooG 0.18.1.
134 * configure: Regenerate.
135
136 2014-07-17 Roman Gareev <gareevroman@gmail.com>
137
138 * configure.ac: Don't accept isl 0.11.
139 * configure: Regenerate.
140
141 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
142
143 * MAINTAINERS (Write After Approval): Add myself.
144
145 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
146
147 * configure.ac: Don't accept isl 0.10.
148 * configure: Regenerate.
149
150 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
151
152 Fix include path for in-tree cloog.
153 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
154 * configure: Regenerate.
155
156 2014-06-18 Richard Henderson <rth@redhat.com>
157
158 * .gitignore: Import gcc_update output.
159
160 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
161
162 * config-ml.in: Robustify ac_configure_args parsing.
163
164 * configure.ac (--enable-linker-plugin-configure-flags)
165 (--enable-linker-plugin-flags): New flags.
166 (configdirs): Conditionally add libiberty-linker-plugin.
167 * configure: Regenerate.
168 * Makefile.def (host_modules): Add libiberty-linker-plugin.
169 (host_modules) <lto-plugin>: Pay attention to
170 @extra_linker_plugin_flags@ and
171 @extra_linker_plugin_configure_flags@.
172 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
173 * Makefile.in: Regenerate.
174
175 * Makefile.tpl (configure-[+prefix+][+module+])
176 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
177 "module_srcdir" instead of "module" for locating a module's srcdir.
178 * Makefile.in: Regenerate.
179
180 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
181
182 * MAINTAINERS (Write After Approval): Add myself.
183
184 2014-06-06 Sebastian Pop <sebpop@gmail.com>
185
186 * MAINTAINERS: Update my email address.
187
188 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
189
190 * MAINTAINERS (Write After Approval): Add myself.
191
192 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
193
194 * MAINTAINERS (Write After Approval): Add myself.
195
196 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
197
198 PR libstdc++/61011
199 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
200 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
201 * configure: Regenerate.
202
203 2014-05-28 Pedro Alves <palves@redhat.com>
204
205 * MAINTAINERS (Write After Approval): Add myself.
206
207 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
208
209 * MAINTAINERS: Update my affiliation/email.
210
211 2014-05-19 Mike Stump <mikestump@comcast.net>
212
213 * MAINTAINERS: Add wide-int reviewers.
214
215 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
216
217 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
218 * configure: Regenerated.
219
220 2014-05-15 Torvald Riegel <triegel@redhat.com>
221
222 * MAINTAINERS (libitm): Add myself as maintainer.
223
224 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
225
226 * MAINTAINERS (Write After Approval): Add myself.
227
228 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
229
230 * config.sub, config.guess: Import from upstream.
231
232 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
233
234 * MAINTAINERS (Write After Approval): Put myself in correct order.
235
236 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
237
238 * MAINTAINERS (Write After Approval): Add myself.
239
240 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
241
242 * MAINTAINERS: Move myself from Reviewers to Write After Approval
243 section.
244
245 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
246
247 * MAINTAINERS (Write After Approval): Delete myself.
248
249 2014-04-17 Jakub Jelinek <jakub@redhat.com>
250
251 PR sanitizer/56781
252 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
253 and -B* options with -Xcompiler.
254
255 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
256
257 PR bootstrap/60620
258 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
259 * Makefile.in: Regenerate.
260
261 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
262
263 * Makefile.def (dependencies): Make all-ld depend on all-binutils
264 for WINDRES_FOR_TARGET in default-manifest.o rule.
265 * Makefile.in: Regenerate.
266
267 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
268
269 * MAINTAINERS (Write After Approval): Add myself.
270
271 2014-03-26 Jakub Jelinek <jakub@redhat.com>
272
273 PR sanitizer/56781
274 * Makefile.def: Set bootstrap=true; for host fixincludes.
275 * configure.ac: Don't bootstrap host fixincludes unless
276 --with-build-config=bootstrap-{a,ub}san.
277 * Makefile.in: Regenerated.
278 * configure: Regenerated.
279
280 2014-03-21 Jakub Jelinek <jakub@redhat.com>
281
282 * configure.ac: Move BUILD_CONFIG set up earlier. Add
283 --enable-vtable-verify option parsing. Don't add
284 target-libsanitizer to bootstrap_target_libs unless
285 --with-build-config=bootstrap-asan or
286 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
287 to bootstrap_target_libs unless --enable-vtable-verify.
288 * configure: Regenerated.
289
290 2014-03-10 Anatoly Sokolov <aesok@post.ru>
291
292 * MAINTAINERS (Write After Approval): Add myself.
293
294 2014-03-07 Denis Chertykov <chertykov@gmail.com>
295
296 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
297
298 2014-03-07 Jakub Jelinek <jakub@redhat.com>
299
300 PR bootstrap/58572
301 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
302 -I for libstdc++-v3 includes if $(LEAN).
303 * Makefile.in: Regenerated.
304
305 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
306
307 * MAINTAINERS: Update my email address.
308
309 2014-02-24 Walter Lee <walt@tilera.com>
310
311 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
312 (tilegx-*-*): Change to tilegx*-*-*.
313 * configure: Regenerate.
314
315 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
316
317 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
318
319 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
320
321 * MAINTAINERS (Write After Approval): Add myself.
322
323 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
324
325 PR target/59788
326 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
327 *solaris2*.
328
329 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
330
331 * MAINTAINERS: Update my email address.
332
333 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
334
335 * MAINTAINERS: Convert to UTF-8.
336 Properly sort Xinliang David Li's entry.
337
338 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
339 Sandra Loosemore <sandra@codesourcery.com>
340
341 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
342 nios2 port maintainers.
343
344 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
345
346 * MAINTAINERS (Write After Approval): Add myself.
347
348 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
349
350 * configure.ac: Add user-friendly check for native x86_64-linux
351 multilibs.
352 * configure: Regenerate.
353
354 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
355
356 * MAINTAINERS: Add myself as sh maintainer.
357
358 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
359
360 * MAINTAINERS: Add self as SLSR maintainer.
361
362 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
363
364 * MAINTAINERS: Update my email address.
365
366 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
367
368 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
369
370 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
371
372 * Makefile.in: Regenerate.
373
374 * Makefile.tpl: Fix typo.
375 * Makefile.in: Regenerate partially.
376
377 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
378
379 * configure.ac: Added libcilkrts to noconfig list when C++ is not
380 supported.
381 * configure: Regenerated.
382
383 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
384
385 * MAINTAINERS (Write After Approval): Add myself.
386
387 2013-10-30 Jason Merrill <jason@redhat.com>
388
389 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
390 --disable-build-format-warnings.
391
392 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
393
394 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
395 depend on libstdc++ and libgcc.
396 * configure: Regenerate.
397 * configure.ac: Added libcilkrts to target binaries. Also, restrict
398 libcilkrts for POSIX and i*86, and x86_64 architectures.
399 * Makefile.in: Added libcilkrts related fields to support building it.
400
401 2013-10-26 Jeff Law <law@redhat.com>
402
403 * Makefile.def (target_modules): Remove libmudflap
404 (languages): Remove check-target-libmudflap).
405 * Makefile.in: Rebuilt.
406 * Makefile.tpl (check-target-libmudflap-c++): Remove.
407 * configure.ac (target_libraries): Remove target-libmudflap.
408 Remove checks which disabled libmudflap on some systems.
409 * configure: Rebuilt.
410 * libmudflap: Directory removed.
411
412 2013-10-21 Cong Hou <congh@google.com>
413
414 * MAINTAINERS (Write After Approval): Add myself.
415
416 2013-10-16 Mike Stump <mikestump@comcast.net>
417
418 * .dir-locals.el: Add.
419
420 2013-10-15 David Malcolm <dmalcolm@redhat.com>
421
422 * configure.ac: Add --enable-host-shared
423 * configure: Regenerate.
424
425 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
426
427 Import from savannah.gnu.org:
428 * config.guess: Update to 2013-06-10 version.
429 * config.sub: Update to 2013-10-01 version.
430
431 2013-10-01 Simon Cook <simon.cook@embecosm.com>
432
433 Changes to build configuration to allow big endian ARC ELF toolchain
434 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
435 * configure: Regenerate.
436
437 2013-09-20 Alan Modra <amodra@gmail.com>
438
439 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
440 ppc host match. Support little-endian powerpc linux hosts.
441
442 2013-09-19 Dodji Seketeli <dodji@redhat.com>
443
444 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
445 maintainer.
446
447 2013-09-12 DJ Delorie <dj@redhat.com>
448
449 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
450 maintainers.
451
452 2013-09-03 Richard Biener <rguenther@suse.de>
453
454 * configure.ac: Also allow ISL 0.12.
455 * configure: Regenerated.
456
457 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
458
459 * MAINTAINERS (Write After Approval): Add myself.
460
461 2013-08-27 David Malcolm <dmalcolm@redhat.com>
462
463 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
464
465 2013-08-26 Caroline Tice <cmtice@google.com>
466
467 * MAINTAINERS: Correct earliers update: Move myself from libvtv
468 "Various Reviewers" to libvtv "Various Maintainers".
469
470 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
471
472 * MAINTAINERS: Add myself as RTL optimizers reviewer.
473
474 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
475
476 * MAINTAINERS: Update name, email.
477
478 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
479
480 * MAINTAINERS (Write After Approval): Add myself.
481
482 2013-08-12 Caroline Tice <cmtice@google.com>
483
484 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
485 address in the Write After Approval section.
486
487 2013-08-09 Carlos O'Donell <carlos@redhat.com>
488
489 * MAINTAINERS (Write After Approval): Update email.
490
491 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
492
493 * configure.ac: Adjust to check VTV_SUPPORTED.
494 * configure: Regenerated.
495
496 2013-08-02 Caroline Tice <cmtice@google.com>
497
498 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
499 on non-linux systems; add target-libvtv to noconfigdirs; add
500 libsupc++/.libs to C++ library search paths.
501 * configure: Regenerated.
502 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
503 libstdc++ and libgcc.
504 * Makefile.in: Regenerated.
505
506 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
507
508 * MAINTAINERS (Write After Approval): Add myself.
509
510 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
511 Shiva Chen <shiva0217@gmail.com>
512
513 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
514 nds32 port maintainers.
515
516 2013-07-17 Tim Shen <timshen91@gmail.com>
517
518 * MAINTAINERS (Write After Approval): Add myself.
519
520 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
521
522 * configure.ac: Sync from binutils.
523 * configure: Regenerate.
524
525 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
526
527 * MAINTAINERS (Write After Approval): Add myself.
528
529 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
530
531 * MAINTAINERS (Write After Approval): Add myself.
532
533 2013-05-17 David Malcolm <dmalcolm@redhat.com>
534
535 * MAINTAINERS (Write After Approval): Add myself.
536
537 2013-04-30 Brooks Moses <bmoses@google.com>
538
539 * MAINTAINERS: Update my email; move myself from Fortran
540 reviewer to Write After Approval.
541
542 2013-04-16 Andreas Schwab <schwab@suse.de>
543
544 * configure.ac (aarch64-*-*): Don't disable java.
545 * configure: Regenerate.
546
547 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
548
549 * MAINTAINERS (Write After Approval): Add myself.
550
551 2013-03-30 Matthias Klose <doko@ubuntu.com>
552
553 * Makefile.def (target_modules): Don't install libffi.
554 * Makefile.in: Regenerate.
555
556 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
557
558 * MAINTAINERS (Write After Approval): Add myself.
559
560 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
561
562 * MAINTAINERS (Write After Approval): Add myself.
563
564 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
565
566 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
567 * configure: Regenerated.
568
569 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
570
571 * MAINTAINERS: Explicitly add myself as AIX maintainer.
572 Remove Geoff Keating as rs6000 port maintainer, at his request.
573
574 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
575
576 * MAINTAINERS: Update my email.
577
578 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
579
580 * configure: Re-generate.
581
582 2013-01-15 Richard Biener <rguenther@suse.de>
583
584 PR other/55973
585 * configure: Re-generate.
586
587 2013-01-14 Matthias Klose <doko@ubuntu.com>
588
589 * Makefile.def (install-target-libsanitizer): Depend on
590 install-target-libstdc++-v3.
591 * Makefile.in: Regenerate.
592
593 2013-01-14 Richard Biener <rguenther@suse.de>
594
595 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
596 * configure: Re-generate
597
598 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
599
600 * config.sub: Update from config repo.
601
602 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
603
604 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
605 * Makefile.in: Regenerate.
606
607 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
608
609 * MAINTAINERS (arc): Add new port maintainership for myself.
610
611 2013-01-09 Jason Merrill <jason@redhat.com>
612
613 * .gitignore: Import from gdb repository.
614
615 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
616
617 * Makefile.def (configure-gcc): Depend on all-gmp.
618 (all-gcc): Remove dependency on all-gmp.
619 * Makefile.in: Regenerated.
620
621 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
622
623 * config.sub: Merge from config repo.
624 * config.guess: Ditto.
625
626 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
627
628 * Makefile.def: Merge from binutils.
629 * Makefile.in: Ditto.
630
631 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
632
633 * MAINTAINERS: Update my email.
634
635 2012-12-29 Ben Elliston <bje@gnu.org>
636
637 * config.guess: Update to 2012-12-29 version.
638 * config.sub: Likewise.
639
640 2012-12-20 Matthias Klose <doko@ubuntu.com>
641
642 * Makefile.def (install-target-libgfortran): Depend on
643 install-target-libquadmath, install-target-libgcc.
644 (install-target-libsanitizer): Depend on install-target-libgcc.
645 (install-target-libjava): Depend on install-target-libgcc.
646 (install-target-libitm): Depend on install-target-libgcc.
647 (install-target-libobjc): Depend on install-target-libgcc.
648 (install-target-libstdc++-v3): Depend on install-target-libgcc.
649 * Makefile.in: Regenerate.
650
651 2012-12-19 Matthias Klose <doko@ubuntu.com>
652
653 * Makefile.def (install-target-libgo): Depend on
654 install-target-libatomic.
655 * Makefile.in: Regenerate.
656
657 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
658
659 PR go/55201
660 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
661 * Makefile.in: Regenerate.
662
663 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
664
665 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
666 * configure: Regenerate.
667
668 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
669
670 * config.sub: Merge from config repo.
671
672 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
673
674 * Makefile.def (target_modules): Add bootstrap=true and
675 raw_cxx=true to libsanitizer.
676 * configure.ac (bootstrap_target_libs): Add libsanitizer.
677 * Makefile.in: Regenerated.
678 * configure: Likewise.
679
680 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
681
682 * MAINTAINERS: Remove self as RTL optimization maintainer.
683
684 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
685
686 * MAINTAINERS (Write After Approval): Add myself.
687
688 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
689
690 * Makefile.def (target_modules): Remove bootstrap=true and
691 raw_cxx=true from libsanitizer.
692 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
693 * Makefile.in: Regenerated.
694 * configure: Likewise.
695
696 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
697
698 * Makefile.def (target_modules): Add bootstrap=true and
699 raw_cxx=true to libsanitizer.
700 * configure.ac (bootstrap_target_libs): Add libsanitizer.
701 * Makefile.in: Regenerated.
702 * configure: Likewise.
703
704 2012-11-28 Andrew Pinski <apinski@cavium.com>
705
706 PR bootstrap/54279
707 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
708 * configure: Regenerate.
709 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
710 * Makefile.in: Regenerate.
711
712 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
713
714 * configure.ac: Disable libsanitizer if we're not building C++.
715 * configure: Regenerate.
716
717 2012-11-15 Roland McGrath <roland@hack.frob.com>
718
719 * MAINTAINERS (Write After Approval): Add myself.
720
721 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
722
723 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
724 Kostya Serebryany (kcc@google.com) and
725 Jakub Jelinek (jakub@redhat.com).
726 Rename area for Dodji Seketeli (dodji@redhat.com).
727
728 2012-11-15 Dodji Seketeli <dodji@redhat.com>
729
730 * MAINTAINERS: (asan.c, related): Add myself.
731
732 2012-11-14 Roland McGrath <mcgrathr@google.com>
733
734 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
735 * configure: Regenerate.
736
737 2012-11-13 Richard Henderson <rth@redhat.com>
738
739 * configure.ac: Move libsanitizer logic to subdirectory.
740 * configure: Regenerate.
741
742 2012-11-13 Dodji Seketeli <dodji@redhat.com>
743
744 * configure.ac: Enable libsanitizer just on x86 linux for now.
745 * configure: Re-generate.
746
747 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
748
749 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
750 sections.
751 * configure: Regenerate.
752
753 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
754
755 * configure.ac: Add section for configdirs for libsanitizer.
756 Disable for cris-*-* and mmix-*-*.
757 * configure: Regenerate.
758
759 2012-11-12 Wei Mi <wmi@google.com>
760
761 * configure.ac: Add libsanitizer to target_libraries.
762 * Makefile.def: Ditto.
763 * configure: Regenerate.
764 * Makefile.in: Regenerate.
765 * libsanitizer: New directory for asan runtime. Contains an empty
766 tsan directory.
767
768 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
769
770 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
771 against Mingw64 w32api.
772 * configure: Regenerate.
773
774 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
775
776 * configure: Regenerated.
777
778 2012-11-03 Robert Mason <rbmj@verizon.net>
779
780 * configure.ac: add --disable-libstdcxx configure option
781 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
782
783 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
784
785 * MAINTAINERS (Write After Approval): Add myself.
786
787 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
788
789 * MAINTAINERS (Write After Approval): Add myself.
790
791 2012-10-24 Sharad Singhai <singhai@google.com>
792
793 * MAINTAINERS (Write After Approval): Add myself.
794
795 2012-10-24 Eric Christopher <echristo@gmail.com>
796
797 * MAINTAINERS: Update email address.
798
799 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
800
801 PR bootstrap/54820
802 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
803 * configure: Regenerate.
804
805 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
806
807 * MAINTAINERS (aarch64): Add Marcus and myself.
808
809 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
810
811 PR bootstrap/54820
812 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
813 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
814 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
815 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
816 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
817 * Makefile.in: Regenerate.
818 * configure.ac (have_static_libs): New variable and associated check.
819 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
820 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
821 * configure: Regenerate.
822
823 2012-10-10 Richard Biener <rguenther@suse.de>
824
825 * MAINTAINERS: Adjust for changed surname.
826
827 2012-10-04 Lawrence Crowl <crowl@google.com>
828
829 * MAINTAINERS (Write After Approval): Add myself.
830
831 2012-10-01 Cary Coutant <ccoutant@google.com>
832
833 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
834
835 2012-09-28 Ian Lance Taylor <iant@google.com>
836
837 * Makefile.def: Make all-target-libgo depend on
838 all-target-libbacktrace.
839 * Makefile.in: Rebuild.
840
841 2012-09-26 Ian Lance Taylor <iant@google.com>
842
843 * Makefile.def: Make all-gcc depend on all-libbacktrace.
844 * Makefile.in: Rebuild.
845
846 2012-09-20 Walter Lee <walt@tilera.com>
847
848 * configure.ac: Add tilegx to list of targets that support gold.
849 * configure: Regenerate.
850
851 2012-09-20 Marek Polacek <polacek@redhat.com>
852
853 * MAINTAINERS (Write After Approval): Add myself.
854
855 2012-09-19 Steve Ellcey <sellcey@mips.com>
856
857 * configure.ac: Add mips*-mti-elf* target.
858 * configure: Regenerate.
859
860 2012-09-17 Ian Lance Taylor <iant@google.com>
861
862 * MAINTAINERS (Various Maintainers): Add libbacktrace.
863 * configure.ac (host_libs): Add libbacktrace.
864 (target_libraries): Add libbacktrace.
865 * Makefile.def (host_modules): Add libbacktrace.
866 (target_modules): Likewise.
867 * configure, Makefile.in: Rebuild.
868
869 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
870
871 PR target/38607
872 Merge upstream change.
873 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
874
875 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
876 Add libgomp*.o to compare_exclusions for AIX.
877 * configure: Regenerate.
878
879 2012-09-06 Diego Novillo <dnovillo@google.com>
880
881 * configure.ac: Bump minimum GMP version to 4.2.3.
882 * configure: Re-generate.
883
884 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
885
886 PR target/54461
887 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
888 target-libgloss if not configured --with-avrlibc=no.
889 * configure: Regenerate.
890
891 2012-09-04 Jason Merrill <jason@redhat.com>
892
893 * configure.ac: Fix --enable-languages=all.
894
895 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
896
897 * MAINTAINERS (Write After Approval): Add myself.
898
899 2012-09-03 Richard Guenther <rguenther@suse.de>
900
901 PR bootstrap/54138
902 * configure.ac: Re-organize ISL / CLOOG checks to allow
903 disabling with either --without-isl or --without-cloog.
904 * configure: Regenerated.
905
906 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
907
908 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
909 * configure: Regenerate.
910
911 2012-08-27 Ulrich Drepper <drepper@gmail.com>
912
913 * MAINTAINERS: Fix my email address.
914
915 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
916
917 PR binutils/4970
918 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
919 and opcodes.
920 * Makefile.in: Regenerated.
921
922 2012-08-26 Art Haas <ahaas@impactweather.com>
923
924 * configure: Regenerate.
925
926 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
927
928 * INSTALL/README: Also refer to the online installation
929 instructions.
930
931 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
932
933 * MAINTAINERS (Write After Approval): Add myself.
934 (Picochip port): Remove myself.
935
936 2012-08-14 Diego Novillo <dnovillo@google.com>
937
938 Merge from cxx-conversion branch.
939
940 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
941 POSTSTAGE1_CONFIGURE_FLAGS.
942 * Makefile.in: Regenerate.
943 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
944 Force C++ when bootstrapping.
945 * configure: Regenerate.
946
947 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
948
949 * MAINTAINERS (Write After Approval): Add myself.
950
951 2012-07-16 Joseph Myers <joseph@codesourcery.com>
952
953 * README: Document use of ranges of years in copyright notices.
954
955 2012-07-06 Richard Guenther <rguenther@suse.de>
956
957 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
958 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
959 --with-gmp=system.
960 * Makefile.in: Regenerated.
961 * configure: Likewise.
962
963 2012-07-06 Richard Guenther <rguenther@suse.de>
964
965 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
966 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
967 supply V=1 as extra_make_flags.
968 * configure: Regenerated.
969 * Makefile.in: Likewise.
970
971 2012-07-04 Tristan Gingold <gingold@adacore.com>
972
973 * configure: Regenerate.
974
975 2012-07-03 Richard Guenther <rguenther@suse.de>
976
977 * Makfile.def (isl): Remove not necessary extra_exports and
978 extra_make_flags.
979 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
980 * Makefile.in: Regenerated.
981
982 2012-07-03 Richard Guenther <rguenther@suse.de>
983
984 * Makefile.def (cloog): Add V=1 to extra_make_flags.
985 * configure.ac: If either the ISL or the CLooG check failed
986 do not try to build in-tree versions.
987 * Makefile.in: Regenerated.
988 * configure: Regenerated.
989
990 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
991
992 * configure: Regenerate.
993
994 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
995
996 * MAINTAINERS (Various Maintainers): Add myself as testsuite
997 maintainer.
998
999 2012-07-02 Richard Guenther <rguenther@suse.de>
1000
1001 * configure: Regenerated.
1002
1003 2012-07-02 Richard Guenther <rguenther@suse.de>
1004 Michael Matz <matz@suse.de>
1005 Tobias Grosser <tobias@grosser.es>
1006 Sebastian Pop <sebpop@gmail.com>
1007
1008 * Makefile.def: Add ISL host module, remove PPL host module.
1009 Adjust ClooG host module to use the proper ISL.
1010 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1011 * configure.ac: Include config/isl.m4. Add ISL host library,
1012 remove PPL. Remove PPL configury, add ISL configury, adjust
1013 ClooG configury.
1014 * Makefile.in: Regenerated.
1015 * configure: Likewise.
1016
1017 2012-07-02 Richard Guenther <rguenther@suse.de>
1018
1019 Merge from graphite branch
1020 2011-07-21 Tobias Grosser <tobias@grosser.es>
1021
1022 * configure: Regenerated.
1023 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1024 both cloog.org and legacy versions. The only supported version will
1025 be CLooG with the isl backend.
1026
1027 2011-07-21 Tobias Grosser <tobias@grosser.es>
1028
1029 * configure: Regenerated.
1030 * configure.ac: Require cloog isl 0.17.0
1031
1032 2011-07-21 Tobias Grosser <tobias@grosser.es>
1033
1034 * configure: Regenerated.
1035 * config/cloog.m4: Do not define CLOOG_ORG
1036
1037 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1038
1039 * configure.ac: Skip C if explicitly selected.
1040 * configure: Regenerate.
1041
1042 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1043
1044 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1045 they contain -O2.
1046 * configure: Regenerate.
1047
1048 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
1049
1050 PR debug/53740
1051 * df.h, df-problems.c, dce.c: Revert last patch.
1052
1053 2012-06-25 Iain Sandoe <iain@codesourcery.com>
1054
1055 * MAINTAINERS (Write After Approval): Update my email address.
1056
1057 2012-06-21 Meador Inge <meadori@codesourcery.com>
1058
1059 * MAINTAINERS (Write After Approval): Add myself.
1060
1061 2012-06-20 Jason Merrill <jason@redhat.com>
1062
1063 * Makefile.tpl (check-target-libgomp-c++): New.
1064 (check-target-libitm-c++): New.
1065 * Makefile.def (c++): Add them.
1066 * Makefile.in: Regenerate.
1067
1068 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
1069
1070 * MAINTAINERS (Write After Approval): Add myself.
1071
1072 2012-05-16 Olivier Hainque <hainque@adacore.com>
1073
1074 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1075 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1076 (install-no-fixedincludes): Adjust accordingly.
1077 * Makefile.in: Regenerate.
1078
1079 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1080
1081 Merge upstream change
1082 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1083
1084 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
1085
1086 * MAINTAINERS (Write After Approval): Add myself.
1087
1088 2012-05-09 Nick Clifton <nickc@redhat.com>
1089 Paul Smith <psmith@gnu.org>
1090
1091 PR bootstrap/50461
1092 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1093 allow for the fact that from release v3.1.0 of MPFR the source
1094 files were moved into a src sub-directory.
1095 * configure: Regenerate.
1096
1097 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1098
1099 * configure.ac: Bump minimum MPFR version to 2.4.0.
1100 * configure: Regenerated.
1101
1102 2012-05-01 Richard Henderson <rth@redhat.com>
1103
1104 * Makefile.def (libatomic): New target_module.
1105 * configure.ac (target_libraries): Add libatomic.
1106 (noconfigdirs): Check if libatomic is supported.
1107 * Makefile.in, configure: Rebuild.
1108
1109 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
1110
1111 * MAINTAINERS (Write After Approval): Add myself.
1112
1113 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1114
1115 * config.sub: Update to 2012-04-18 version from official repo.
1116
1117 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
1118
1119 * MAINTAINERS (Write After Approval): Add myself.
1120
1121 2012-04-11 Steve Ellcey <sellcey@mips.com>
1122
1123 * MAINTAINERS: Changed email address.
1124
1125 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
1126
1127 PR target/52737
1128 * contrib/gcc_update (files_and_dependencies):
1129 Remove gcc/config/avr/t-multilib from touch data.
1130
1131 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1132
1133 * MAINTAINERS (OS Port Maintainers): Remove irix.
1134 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1135 (unsupported_languages): Remove mips-sgi-irix6.*.
1136 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1137 (with_stabs): Remove.
1138 * configure: Regenerate.
1139
1140 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1141
1142 * MAINTAINERS (OS Port Maintainers): Remove osf.
1143 * configure.ac (enable_libgomp): Remove *-*-osf*.
1144 (with_stabs): Remove alpha*-*-osf*.
1145 * configure: Regenerate.
1146
1147 2012-03-05 Tristan Gingold <gingold@adacore.com>
1148
1149 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1150 * configure: Regenerate.
1151
1152 2012-02-17 Walter Lee <walt@tilera.com>
1153
1154 * MAINTAINERS: (Write After Approval): Delete myself.
1155
1156 2012-02-14 Walter Lee <walt@tilera.com>
1157
1158 * MAINTAINERS (tilegx port): Add myself.
1159 (tilepro port): Add myself.
1160 (Write After Approval): Add myself.
1161
1162 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
1163
1164 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
1165 and Joseph Myers as docstring relicensing maintainers.
1166
1167 2012-02-09 Bin Cheng <bin.cheng@arm.com>
1168
1169 * MAINTAINERS (write-after-approval): Add myself.
1170
1171 2012-02-08 Ira Rosen <irar@il.ibm.com>
1172
1173 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
1174 maintainer.
1175
1176 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
1177
1178 * MAINTAINERS (Write After Approval): Move myself to
1179 maintain alphabetical order.
1180
1181 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
1182
1183 * MAINTAINERS (Write After Approval): Add myself.
1184
1185 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
1186
1187 * MAINTAINERS (Write After Approval): Add myself.
1188
1189 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
1190 Jayant R Sonar <jayant.sonar@kpitcummins.com>
1191
1192 * configure.ac (cr16-*-*): Remove nonconfigdirs.
1193 * configure: Regenerate.
1194
1195 2012-01-23 Harshit Chopra <harshit@google.com>
1196
1197 * MAINTAINERS (Write After Approval): Add myself.
1198
1199 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
1200
1201 * configure.ac: Remove reference to mh-interix.
1202 * configure: Regenerate.
1203
1204 2012-01-05 Richard Henderson <rth@redhat.com>
1205
1206 PR bootstrap/51072
1207 * configure.ac: Disable libitm if c++ is not enabled.
1208 * configure: Rebuild.
1209
1210 * configure.ac: Fix regexp for same.
1211 * configure: Rebuild.
1212
1213 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
1214
1215 * MAINTAINERS (Write After Approval): Add myself.
1216
1217 2012-01-02 Richard Guenther <rguenther@suse.de>
1218
1219 PR bootstrap/51686
1220 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
1221 * Makefile.in: Regenerate.
1222
1223 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
1224
1225 * MAINTAINERS (Write After Approval): Add myself.
1226
1227 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1228
1229 * configure: Regenerate.
1230
1231 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1232
1233 * MAINTAINERS (picochip): Changed email address.
1234
1235 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1236
1237 * MAINTAINERS (write-after-approval): Add self.
1238
1239 2011-11-29 DJ Delorie <dj@redhat.com>
1240
1241 * configure.ac (rl78-*-*) New case.
1242 * configure: Regenerate.
1243 * MAINTAINERS: Add myself as RL78 maintainer.
1244
1245 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
1246
1247 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
1248
1249 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1250
1251 * libtool.m4: Additional FreeBSD 10 fixes.
1252
1253 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
1254
1255 * MAINTAINERS: Move myself from Write After Approval to CPU Port
1256 Maintainers section, as Epiphany maintainer.
1257
1258 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
1259
1260 PR target/49992
1261 * configure.ac: Remove ranlib special-casing for Darwin.
1262 * configure: Regenerate.
1263
1264 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
1265
1266 * MAINTAINERS (Reviewers): Keep the list sorted.
1267
1268 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
1269
1270 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
1271
1272 2011-11-09 Roland McGrath <mcgrathr@google.com>
1273
1274 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1275 * configure: Rebuild.
1276 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1277 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1278 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1279 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1280 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1281 Add READELF.
1282 * Makefile.in: Rebuild.
1283
1284 2011-11-09 Jason Merrill <jason@redhat.com>
1285
1286 * Makefile.def (language=c++): Remove check-c++0x.
1287 * Makefile.in (check-gcc-c++): Regenerate.
1288
1289 2011-11-08 Richard Henderson <rth@redhat.com>
1290
1291 * configure.ac: Test for libitm directory present first.
1292
1293 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1294
1295 * configure.ac: Test libitm/configure.tgt to disable libitm.
1296 * configure: Rebuild.
1297
1298 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
1299 Richard Henderson <rth@redhat.com>
1300
1301 Merged from transactional-memory.
1302
1303 * Makefile.def (lang_env_dependencies): libitm is c++.
1304 Add libitm target module.
1305 * configure.ac: Likewise.
1306 * config/mmap.m4: New file.
1307 * contrib/gcc_update: Add libitm to touch data.
1308 * Makefile.in, configure: Rebuild.
1309
1310 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1311
1312 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1313 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1314 * Makefile.in: Regenerate.
1315
1316 2011-11-01 DJ Delorie <dj@redhat.com>
1317
1318 * config.sub: Update to version 2011-10-29 (added rl78)
1319
1320 2011-10-27 Nick Clifton <nickc@redhat.com>
1321
1322 * config.sub: Import these changes from the config project:
1323
1324 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1325 Ben Elliston <bje@gnu.org>
1326
1327 * config.sub (epiphany): New.
1328
1329 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1330 Ben Elliston <bje@gnu.org>
1331
1332 * config.sub (hexagon, hexagon-*): New.
1333
1334 2011-08-23 Roland McGrath <mcgrathr@google.com>
1335
1336 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1337 64eb to be64.
1338
1339 2011-08-16 Roland McGrath <mcgrathr@google.com>
1340
1341 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1342 (nacl): Grok as alias for 32el-unknown-nacl.
1343
1344 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
1345
1346 * MAINTAINERS (Write After Approval): Add myself.
1347
1348 2011-10-24 Teresa Johnson <tejohnson@google.com>
1349
1350 * MAINTAINERS (Write After Approval): Add myself.
1351
1352 2011-09-21 Jakub Jelinek <jakub@redhat.com>
1353
1354 * MAINTAINERS (sparc port): Remove myself.
1355
1356 2011-09-14 Tom de Vries <tom@codesourcery.com>
1357
1358 * MAINTAINERS (Write After Approval): Add myself.
1359
1360 2011-08-14 Yao Qi <yao@codesourcery.com>
1361
1362 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1363 * configure: Regenerate.
1364
1365 2011-07-26 Ian Lance Taylor <iant@google.com>
1366
1367 * configure.ac: Set have_compiler based on whether gcc directory
1368 exists, rather than on whether gcc is in configdirs.
1369 * configure: Rebuild.
1370
1371 2011-07-21 Joseph Myers <joseph@codesourcery.com>
1372
1373 * MAINTAINERS (Global Reviewers): Add self.
1374
1375 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1376
1377 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1378 link directories.
1379 * Makefile.in: Rebuild.
1380
1381 2011-07-20 Ian Lance Taylor <iant@google.com>
1382
1383 PR bootstrap/49787
1384 * configure.ac: Move --enable-bootstrap handling earlier in file.
1385 If --enable-bootstrap and either --enable-build-with-cxx or
1386 --enable-build-poststage1-with-cxx, enable C++ automatically.
1387 * configure: Rebuild.
1388
1389 2011-07-19 Ian Lance Taylor <iant@google.com>
1390
1391 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1392 make C++ a boot_language. Set and substitute
1393 POSTSTAGE1_CONFIGURE_FLAGS.
1394 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1395 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1396 * configure, Makefile.in: Rebuild.
1397
1398 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
1399
1400 * MAINTAINERS (Register Allocation): Move myself from reviewers to
1401 maintainers.
1402
1403 2011-07-18 Jakub Jelinek <jakub@redhat.com>
1404
1405 * MAINTAINERS (Global Reviewers): Add myself.
1406
1407 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1408
1409 * configure: Regenerate.
1410
1411 2011-07-16 Jason Merrill <jason@redhat.com>
1412
1413 * Makefile.def (language=c++): Add check-c++0x and
1414 check-target-libmudflap-c++.
1415 * Makefile.tpl (check-target-libmudflap-c++): New.
1416 * Makefile.in: Regenerate.
1417
1418 2011-07-16 Matthias Klose <doko@ubuntu.com>
1419
1420 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1421 * Makefile.def (target_modules/libjava): Pass
1422 $(EXTRA_CONFIGARGS_LIBJAVA).
1423 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1424 if not configured with --enable-static-libjava.
1425 * Makefile.in: Regenerate.
1426 * configure: Likewise.
1427
1428 2011-07-15 Jason Merrill <jason@redhat.com>
1429
1430 * Makefile.in (check-c++): Move check-gcc-c++0x after
1431 check-target-libstdc++-v3.
1432
1433 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
1434
1435 * MAINTAINERS (c6x port): New entry.
1436
1437 2011-07-13 Jason Merrill <jason@redhat.com>
1438
1439 * Makefile.in (check-gcc-c++0x): New.
1440 (check-c++): Depend on it.
1441
1442 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1443
1444 PR target/39150
1445 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1446 x86_64-*-solaris2.1[0-9]*.
1447 * configure: Regenerate.
1448
1449 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
1450
1451 * MAINTAINERS (RTL optimizers): Add self.
1452
1453 2011-06-27 Gabriel Charette <gchare@google.com>
1454
1455 * MAINTAINERS (Write After Approval): Add myself.
1456
1457 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1458
1459 PR regression/47836
1460 PR bootstrap/23656
1461 PR other/47733
1462 PR bootstrap/49247
1463 PR c/48825
1464 * configure.ac (target_libraries): Remove target-libiberty.
1465 Remove case-statement setting skipdirs=target-libiberty for
1466 multiple targets. Remove checking target_configdirs and
1467 removing target-libiberty but keeping target-libgcc if
1468 otherwise empty.
1469 * Makefile.def (target_modules): Don't add libiberty.
1470 (dependencies): Remove all traces of target-libiberty.
1471 * configure, Makefile.in: Regenerate.
1472
1473 2011-06-13 Walter Lee <walt@tilera.com>
1474
1475 * configure.ac (tilepro-*-*) New case.
1476 (tilegx-*-*): Likewise.
1477 * configure: Regenerate.
1478
1479 2011-06-06 Jing Yu <jingyu@google.com>
1480
1481 * configure.ac: Skip target-libiberty for
1482 arm*-*-linux-androideabi.
1483 * configure: Regenerated.
1484
1485 2011-06-06 Nick Clifton <nickc@redhat.com>
1486
1487 * config.sub: Sync from upstream.
1488
1489 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
1490
1491 * MAINTAINERS (Write After Approval): Add myself.
1492
1493 2011-06-01 Daniel Jacobowitz <drow@false.org>
1494
1495 * MAINTAINERS: Update my email address.
1496
1497 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
1498
1499 * MAINTAINERS (Write After Approval): Update my email address.
1500
1501 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
1502
1503 * MAINTAINERS (Write After Approval): Add myself.
1504
1505 2011-05-08 Doug Kwan <dougkwan@google.com>
1506
1507 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1508 * configure: Regenerated.
1509 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1510 value from configure.
1511 * Makefile.in: Regenerated.
1512
1513 2011-05-05 Joseph Myers <joseph@codesourcery.com>
1514
1515 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1516 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1517 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1518 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1519 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1520 *-*-vxworks*): Disable newlib and libgloss in separate case
1521 statement.
1522 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1523 to separate case statement.
1524 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1525 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1526 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1527 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1528 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1529 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1530 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1531 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1532 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1533 i[[3456789]]86-*-rdos*, m32r-*-*,
1534 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1535 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1536 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1537 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1538 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1539 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1540 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1541 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1542 and libgloss in main case over targets. Remove most empty cases
1543 in main case over targets.
1544 * configure: Regenerate.
1545
1546 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
1547
1548 * MAINTAINERS (Write After Approval): Add myself.
1549
1550 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1551
1552 * configure.ac: Remove code setting special library locations for
1553 hppa*64*-*-hpux11*. Remove code setting compiler for
1554 sparc-sun-solaris2*.
1555 * configure: Regenerate.
1556
1557 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1558
1559 * configure.ac: Separate libgloss_dir settings from general case
1560 over targets.
1561 * configure: Regenerate.
1562
1563 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1564
1565 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1566 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1567 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1568 cases in libgcj-disabling case statement.
1569 (hppa*64*-*-linux*): Set unsupported_languages instead of
1570 disabling target-zlib.
1571 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1572 to hppa*64*-*-hpux*.
1573 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1574 hppa*-*-hpux*.
1575 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1576 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1577 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1578 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1579 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1580 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1581 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1582 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1583 libgcj-disabling case statement.
1584 * configure: Regenerate.
1585
1586 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1587
1588 * configure.ac: Disable Java for targets not supporting libffi.
1589 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1590 Remove cases in Java-disabling statement.
1591 (*arm-wince-pe): Change to arm-wince-pe.
1592 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1593 cases in Java-disabling statement.
1594 (bfin-*-*): Don't disable Java again.
1595 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1596 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1597 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1598 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1599 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1600 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1601 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1602 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1603 Java-disabling statement.
1604 (mmix-*-*): Don't disable Java again.
1605 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1606 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1607 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1608 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1609 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1610 statement.
1611 * configure: Regenerate.
1612
1613 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1614
1615 * configure.ac: Separate cases disabling Java and Java libraries
1616 from general case over targets.
1617 * configure: Regenerate.
1618
1619 2011-04-21 Jie Zhang <jzhang918@gmail.com>
1620
1621 * MAINTAINERS: Update my email address.
1622
1623 2011-04-20 Easwaran Raman <eraman@google.com>
1624
1625 * MAINTAINERS (Write After Approval): Add myself.
1626
1627 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1628
1629 PR lto/48086
1630 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1631 * configure: Regenerate.
1632
1633 2011-04-16 Jim Meyering <meyering@redhat.com>
1634
1635 * MAINTAINERS (Write After Approval): Add myself.
1636
1637 2011-04-15 Dodji Seketeli <dodji@redhat.com>
1638
1639 * MAINTAINERS: Update my email address.
1640
1641 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
1642
1643 * MAINTAINERS (Write After Approval): Add myself.
1644
1645 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
1646
1647 * MAINTAINERS (Write After Approval): Add myself.
1648
1649 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
1650
1651 * MAINTAINERS (Write After Approval): Add myself.
1652
1653 2011-04-06 Joseph Myers <joseph@codesourcery.com>
1654
1655 * configure.ac (build_tools): Remove build-byacc.
1656 (host_libs): Remove mmalloc.
1657 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1658 autoconf automake libtool diff rcs fileutils shellutils time
1659 textutils wdiff find uudecode hello tar gzip indent recode release
1660 sed perl gawk findutils gettext zip.
1661 (libgcj): Remove target-qthreads.
1662 (target_tools): Remove target-examples target-gperf.
1663 (YACC): Don't handle building byacc.
1664 * configure: Regenerate.
1665 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1666 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1667 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1668 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1669 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1670 handle building components.
1671 * Makefile.in: Regenerate.
1672
1673 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
1674
1675 * MAINTAINERS: Update my email address as Xtensa maintainer.
1676
1677 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1678
1679 * config.sub: Sync from upstream.
1680
1681 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1682
1683 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1684 (microblaze*): Don't disable libssp.
1685 * configure: Regenerate.
1686
1687 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1688
1689 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1690 moveifchange.
1691 * configure: Regenerate.
1692 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1693 * Makefile.in: Regenerate.
1694
1695 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1696
1697 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1698 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1699 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1700 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1701 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1702 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1703 md_exec_prefix cases.
1704 * configure: Regenerate.
1705
1706 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1707
1708 * configure.ac: Separate cases disabling target-libssp,
1709 target-libiberty, target-libstdc++-v3 and Fortran from general
1710 case over targets.
1711 * configure: Regenerate.
1712
1713 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1714
1715 * configure.ac (*-*-chorusos): Don't disable libgcj.
1716 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1717 Remove case.
1718 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1719 (arm-*-coff): Don't disable libgcj.
1720 (arm*-*-linux-gnueabi): Remove useless assignment.
1721 (arm-*-riscix*): Don't disable libgcj.
1722 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1723 configuration.
1724 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1725 (c54x*-*-*): Remove case.
1726 (tic54x-*-*): Don't disable GCC or GCC libraries.
1727 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1728 to *.
1729 (d10v-*-*): Don't disable GCC libraries.
1730 (d30v-*-*): Don't disable libgcj.
1731 (h8500-*-*): Don't disable GCC libraries.
1732 (i960-*-*): Don't disable libgcj.
1733 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1734 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1735 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1736 libgcj.
1737 (m68k-*-coff*): Remove case.
1738 (mmix-*-*): Don't disable libgloss on host.
1739 (mn10200-*-*, mn10300-*-*): Remove cases.
1740 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1741 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1742 Don't disable libgcj.
1743 (romp-*-*): Remove case.
1744 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1745 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1746 case.
1747 (v810-*-*): Don't disable GCC libraries.
1748 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1749 (ip2k-*-*): Don't disable GCC libraries.
1750 * configure: Regenerate.
1751
1752 2011-03-28 Joseph Myers <joseph@codesourcery.com>
1753
1754 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1755 libffi on host.
1756 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1757 on host.
1758 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1759 * configure: Regenerate.
1760
1761 2011-03-26 John Marino <binutils@marino.st>
1762
1763 * configure.ac: Add support for *-*-dragonfly*
1764 * configure: Regenerate.
1765
1766 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1767
1768 * configure.ac (native_only): Remove.
1769 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1770 send-pr uudecode guile gnuserv on host.
1771 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1772 send-pr rcs guile perl texinfo libtool on host.
1773 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1774 automake send-pr rcs guile perl texinfo libtool on host.
1775 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1776 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1777 (alpha*-dec-osf*): Don't disable fileutils on target.
1778 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1779 texinfo send-pr expect dejagnu on target.
1780 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1781 target-qthreads on target.
1782 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1783 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1784 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1785 x86_64-*-mingw*): Don't disable expect on target.
1786 (*-*-cygwin*): Don't disable target-gperf on target.
1787 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1788 gnuserv on target.
1789 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1790 target.
1791 * configure: Regenerate.
1792
1793 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1794
1795 * configure.ac (target_tools): Remove target-groff.
1796 (native_only): Remove target-groff.
1797 (hppa*64*-*-*): Don't disable byacc.
1798 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1799 setting.
1800 (*-*-kaos*): Don't skip target-librx and target-groff.
1801 (*-*-netware*): Don't skip target-libmudflap.
1802 (*-*-tpf*): Don't skip target-libmudflap.
1803 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1804 directories on the host.
1805 (ia64*-*-*vms*): Don't skip tix.
1806 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1807 host.
1808 * configure: Regenerate.
1809
1810 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1811
1812 * configure.ac: Remove references to mt-mep, mt-netware,
1813 mt-wince.
1814 * Makefile.def: Add all-utils soft dependencies.
1815 * Makefile.tpl: Remove GDB_NLM_DEPS.
1816 * configure: Regenerate.
1817 * Makefile.in: Regenerate.
1818
1819 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1820
1821 * configure.ac: Do not include mh-x86omitfp.
1822 * configure: Regenerate.
1823
1824 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1825
1826 * configure.ac: Remove empty cases.
1827 * configure: Regenerate.
1828
1829 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1830
1831 * Makefile.def: Add dependency from termcap to gdb.
1832 * Makefile.in: Regenerate.
1833
1834 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1835
1836 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1837 * configure: Regenerate.
1838 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1839 * Makefile.tpl: Likewise.
1840 * Makefile.in: Regenerate.
1841
1842 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1843
1844 * configure.ac: Remove all mentions of tentative_cc.
1845 * configure: Regenerate.
1846
1847 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1848
1849 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1850 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1851 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1852 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1853 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1854 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1855 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1856 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1857 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1858 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1859 *-*-rhapsody*): Remove host cases.
1860 * configure: Regenerate.
1861
1862 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1863
1864 * configure.ac (ppc*-*-pe): Remove host case.
1865 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1866 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1867 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1868 cases.
1869 * configure: Regenerate.
1870
1871 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1872
1873 * config.sub: Update to version 2011-03-23.
1874
1875 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1876
1877 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1878 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1879 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1880 * configure: Regenerate.
1881
1882 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1883
1884 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
1885 to Write After Approval.
1886 * config-ml.in: Don't handle arc-*-elf*.
1887 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1888 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1889 handle GCC libraries.
1890 * configure: Regenerate.
1891
1892 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1893
1894 PR bootstrap/48120:
1895 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1896 Add -lstdc++ -lm to LIBS.
1897 * configure: Regenerate.
1898
1899 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
1900
1901 * config.guess: Update to version 2011-02-02
1902 * config.sub: Update to version 2011-02-24
1903
1904 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1905
1906 PR lto/48086
1907 * configure.ac: Re-enable LTO on *-apple-darwin9.
1908 * configure: Regenerate.
1909
1910 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
1911
1912 PR lto/48086
1913 * configure.ac: Disable LTO on darwin due to an assembler change in
1914 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1915 under 256.
1916 * configure: Regenerate.
1917
1918 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
1919
1920 * MAINTAINERS: Update myself as score backend maintainer,
1921 update my e-mail address.
1922
1923 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
1924
1925 * MAINTAINERS: Update my e-mail address.
1926
1927 2011-03-06 Joey Ye <joey.ye@arm.com>
1928
1929 * MAINTAINERS: Update my e-mail address.
1930
1931 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1932
1933 * configure.ac: Adjust test of with_ppl.
1934 * configure: Regenerated.
1935
1936 2011-03-02 Kai Tietz <ktietz@redhat.com>
1937
1938 * MAINTAINERS: Adjust my e-mail address.
1939
1940 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1941
1942 * configure.ac: Add -lpwl to ppllibs.
1943 * configure: Regenerated.
1944
1945 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1946
1947 * config/cloog.m4: Add -lisl to clooglibs.
1948 * configure: Regenerated.
1949
1950 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1951
1952 * MAINTAINERS (CPU Port maintainers): Add self.
1953
1954 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1955
1956 * MAINTAINERS: Add myself as testsuite maintainer.
1957
1958 2011-02-15 Mike Stump <mikestump@comcast.net>
1959
1960 * MAINTAINERS: Add myself as testsuite maintainer.
1961
1962 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1963
1964 Import from Libtool and gnulib:
1965
1966 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1967
1968 Prepare for supporting FreeBSD 10.
1969 * config.rpath: Remove handling of freebsd1* which soon would
1970 match FreeBSD 10.0.
1971
1972 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1973
1974 Remove support for FreeBSD 1.x.
1975 * libtool.m4 (_LT_LINKER_SHLIBS)
1976 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1977 soon would incorrectly match FreeBSD 10.0.
1978
1979 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1980
1981 PR binutils/12283
1982 * move-if-change: Import version from gnulib.
1983
1984 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1985
1986 PR lto/47225
1987 * Makefile.def (lto-plugin): Double dash for enable-shared.
1988 (configure-gcc): Depend on all-lto-plugin.
1989 * Makefile.in: Rebuilt.
1990
1991 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1992
1993 * configure.ac: Remove extra bracket.
1994 * configure: Regenerate.
1995
1996 2011-02-08 Tobias Burnus <burnus@net-b.de>
1997
1998 * MAINTAINERS: Add myself as libquadmath maintainer.
1999
2000 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
2001
2002 * MAINTAINERS: Update my email address.
2003
2004 2011-02-07 Joseph Myers <joseph@codesourcery.com>
2005
2006 * MAINTAINERS (option handling): Add self.
2007
2008 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2009
2010 PR lto/47225
2011 * Makefile.def: Add dependency for install-gcc
2012 on install-lto-plugin.
2013 * Makfile.in: Regenerated
2014
2015 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
2016
2017 * MAINTAINERS (CPU Port Maintainers): Add myself.
2018
2019 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2020
2021 PR libgcj/44341
2022 * configure.ac: Discard --with-* flags for host when configuring
2023 target libraries for cross build.
2024 * configure: Rebuilt.
2025
2026 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2027
2028 * MAINTAINERS (linear loop transforms): Removed.
2029
2030 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2031
2032 * configure.ac: If with_ppl is no, move setting with_cloog=no
2033 after CLOOG_REQUESTED check.
2034 * configure: Regenerated.
2035
2036 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2037
2038 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2039 CLooG has been requested.
2040 * configure: Regenerated.
2041
2042 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2043
2044 * configure: Regenerated.
2045 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2046
2047 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2048
2049 * configure: Regenerated.
2050 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2051
2052 2011-01-21 Andreas Schwab <schwab@redhat.com>
2053
2054 * configure.ac: Use AS_HELP_STRING throughout.
2055 * configure: Regenerate.
2056
2057 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2058
2059 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2060 * configure: Regenerate.
2061
2062 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2063
2064 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2065
2066 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2067
2068 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2069 for ia64-hpux.
2070 * configure: Regenerate.
2071
2072 2011-01-07 Jan Hubicka <jh@suse.cz>
2073
2074 PR lto/47225
2075 * Makefile.in: Regenerate.
2076 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2077 configure.
2078
2079 2011-01-07 Jan Hubicka <jh@suse.cz>
2080
2081 * Makefile.in: Regenerate.
2082 * Makefile.def (gcc host module) and soft dependency on lto-plugin
2083 and configure dependency on lto-plugin configure.
2084 (lto-plugin module): Remove dependency on GCC; add dependency on
2085 liniberty.
2086
2087 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
2088
2089 * MAINTAINERS (Write After Approval): Add myself.
2090
2091 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
2092
2093 * configure: Regenerate.
2094
2095 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2096
2097 * configure.ac: (picochip): Disable libiberty.
2098
2099 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
2100
2101 * MAINTAINERS (Write After Approval): Add myself.
2102
2103 2010-12-10 Ian Lance Taylor <iant@google.com>
2104
2105 PR bootstrap/46819
2106 * configure.ac: For --disable-libgcj clear libgcj_saved.
2107 * configure: Rebuild.
2108
2109 2010-12-10 Tobias Burnus <burnus@net-b.de>
2110
2111 PR fortran/46540
2112 * configure.ac: Add --disable-libquadmath and
2113 --disable-libquadmath-support.
2114 * configure: Regenerate.
2115
2116 2010-12-03 Ian Lance Taylor <iant@google.com>
2117
2118 * MAINTAINERS: Add myself as libgo maintainer.
2119
2120 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2121
2122 PR libffi/46792
2123 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2124 * configure: Regenerate.
2125
2126 2010-12-02 Ian Lance Taylor <iant@google.com>
2127
2128 * configure.ac: Always set default for poststage1_ldflags to
2129 -static-libstdc++ -static-libgcc.
2130
2131 2010-11-29 Andreas Schwab <schwab@redhat.com>
2132
2133 * configure.ac: Move comment to remove extra space in last argument
2134 of GCC_TARGET_TOOL.
2135
2136 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2137
2138 PR other/46026
2139 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2140 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2141 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2142 (BASE_FLAGS_TO_PASS): Use it.
2143 * configure: Rebuilt.
2144 * Makefile.in: Rebuilt.
2145
2146 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2147
2148 PR binutils/12258
2149 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2150 Properly check default linker.
2151 * configure: Regnerated.
2152
2153 2010-11-23 Matthias Klose <doko@ubuntu.com>
2154
2155 * configure.ac: For --enable-gold, handle value `default' instead of
2156 `both*'. New configure option --{en,dis}able-ld.
2157 * configure: Regenerate.
2158
2159 2010-11-20 Ian Lance Taylor <iant@google.com>
2160
2161 * configure.ac: Only disable a language library if no language needs
2162 it. Don't let --disable-libgcj uncondtionally disable libffi.
2163 * configure: Rebuild.
2164
2165 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2166
2167 * Makefile.in: Regenerate.
2168
2169 PR other/46202
2170 * configure.ac: Fix just-built in-tree STRIP name to be
2171 binutils/strip-new.
2172 * configure: Regenerate.
2173 * Makefile.def (install-strip-gcc, install-strip-binutils)
2174 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2175 (install-strip-sid): Mirror dependencies on non-strip variants
2176 of these targets on the respective -strip prerequisites.
2177 * Makefile.tpl (install-strip, install-strip-host)
2178 (install-strip-target): New targets.
2179 (install-strip-[+module+], install-strip-target-[+module+]):
2180 New targets.
2181 * Makefile.in: Regenerate.
2182
2183 2010-11-19 Ian Lance Taylor <iant@google.com>
2184 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2185
2186 * configure.ac: Add target-libgo to target_libraries. Set
2187 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2188 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2189 (HOST_EXPORTS): Add GOC.
2190 (BASE_TARGET_EXPORTS): Add GOC.
2191 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2192 (GOCFLAGS_FOR_TARGET): New variable.
2193 (EXTRA_HOST_FLAGS): Add GOC.
2194 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2195 * Makefile.def (target_modules): Add libgo.
2196 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2197 (dependencies): Add dependency from configure-target-libgo to
2198 configure-target-libffi and all-target-libstdc++-v3. Add
2199 dependencies from all-target-libgo to all-target-libffi.
2200 (languages): Add go.
2201 * configure: Rebuild.
2202 * Makefile.in: Rebuild.
2203
2204 2010-11-19 Ian Lance Taylor <iant@google.com>
2205
2206 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2207 compiler/flag environment variables.
2208
2209 2010-11-18 Ian Lance Taylor <iant@google.com>
2210
2211 * configure.ac: Check for lang_requires_boot_languages in
2212 config-lang.in files.
2213 * configure: Rebuild.
2214
2215 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2216 Tobias Burnus <burnus@net-b.de>
2217
2218 PR fortran/32049
2219 * Makefile.def: Add libquadmath; build it with language=fortran.
2220 * configure.ac: Add libquadmath.
2221 * Makefile.tpl: Handle multiple libs in check-[+language+].
2222 * Makefile.in: Regenerate.
2223 * configure: Regenerate.
2224
2225 2010-11-16 Tom Tromey <tromey@redhat.com>
2226
2227 * MAINTAINERS: Moved myself to reviewers section.
2228
2229 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
2230
2231 * MAINTAINERS: Moved myself to reviewers section.
2232
2233 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2234
2235 * MAINTAINERS (Various Maintainers): Add self for build machinery.
2236 (Write After Approval): Remove self.
2237
2238 2010-11-15 Andreas Schwab <schwab@redhat.com>
2239
2240 * configure.ac: Fix spelling in option names.
2241 * configure: Regenerated.
2242
2243 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2244
2245 PR bootstrap/39622
2246 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2247 * configure: Regenerated.
2248
2249 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
2250
2251 * MAINTAINERS: Update my email address.
2252
2253 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2254
2255 * configure: Regenerate.
2256
2257 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2258
2259 * configure: Regenerate.
2260
2261 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2262
2263 * configure: Regenerate.
2264
2265 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2266
2267 * configure: Regenerate.
2268
2269 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2270
2271 * configure.ac: Support official CLooG.org versions.
2272 * configure: Regenerate.
2273 * config/cloog.m4: New.
2274
2275 2010-11-10 François Dumont <francois.cppdevs@free.fr>
2276
2277 * MAINTAINERS (Write After Approval): Add myself.
2278
2279 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
2280
2281 * MAINTAINERS: Update my email address.
2282
2283 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2284
2285 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2286 * configure: Regenerate.
2287
2288 2010-11-03 Ian Lance Taylor <iant@google.com>
2289 Dave Korn <dave.korn.cygwin@gmail.com>
2290
2291 PR lto/46273
2292 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2293 and on other supported platforms whenever LTO is enabled.
2294 * configure: Rebuild.
2295
2296 2010-11-02 Alan Modra <amodra@gmail.com>
2297
2298 PR binutils/12110
2299 * configure.ac: Error when source path contains spaces.
2300 * configure: Regenerate.
2301
2302 2010-10-23 James E. Wilson <wilson@codesourcery.com>
2303
2304 * MAINTAINERS: Update my email address.
2305
2306 2010-10-20 Ian Lance Taylor <iant@google.com>
2307
2308 * Makefile.def (target_modules): Set lib_path to src/.libs for
2309 libstdc++-v3 module.
2310 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2311 * Makefile.in: Rebuild.
2312
2313 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2314
2315 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
2316 (Write After Approval): Remove myself.
2317
2318 2010-10-15 Tristan Gingold <gingold@adacore.com>
2319
2320 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2321
2322 2010-10-14 Douglas Rupp <rupp@gnat.com>
2323
2324 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2325
2326 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2327
2328 * configure.ac (build_lto_plugin): New shell variable.
2329 (--enable-lto): Turn on by default for all non-ELF platforms that
2330 have had LTO support added so far. Set build_lto_plugin appropriately
2331 for both ELF and non-ELF.
2332 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2333 * configure: Regenerate.
2334
2335 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2336
2337 Sync from src:
2338 * configure.ac (v850 support): Remove target-libgloss from
2339 noconfigdirs.
2340 * configure: Regenerate.
2341
2342 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2343
2344 PR bootstrap/45326
2345 PR bootstrap/45174
2346 * configure.ac: Honor initial values of $build_configargs,
2347 $host_configargs, $target_configargs. Mark the precious, so
2348 environment settings get recorded.
2349 * configure: Regenerate.
2350
2351 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2352
2353 PR bootstrap/45796
2354 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2355 Depend on all-build-libiberty.
2356 * Makefile.in: Regenerate.
2357
2358 2010-09-30 Michael Eager <eager@eagercon.com>
2359
2360 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2361 * configure: Regenerate.
2362
2363 2010-09-28 Michael Eager <eager@eagercon.com>
2364
2365 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
2366
2367 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2368
2369 PR bootstrap/44621
2370 * configure.ac: Fix unportable shell quoting.
2371 * configure: Regenerate.
2372
2373 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2374
2375 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2376 targets and amend comment.
2377 * configure: Regenerate.
2378
2379 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
2380
2381 * MAINTAINERS (Write After Approval): Add myself.
2382
2383 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2384
2385 * configure.ac: Enable LTO by default on Darwin.
2386 * configure: Regenerate.
2387
2388 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
2389
2390 * MAINTAINERS (Write After Approval): Add myself.
2391
2392 2010-09-01 Ian Bolton <ian.bolton@arm.com>
2393
2394 * MAINTAINERS (Write After Approval): Add myself.
2395
2396 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
2397
2398 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
2399 ports
2400
2401 2010-07-28 David Yuste <david.yuste@gmail.com>
2402
2403 * MAINTAINERS (Write After Approval): Add myself.
2404
2405 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2406
2407 * configure.ac: Support all v850 targets.
2408 * configure: Regenerate.
2409
2410 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2411
2412 PR bootstrap/44455
2413 * configure.ac (extra_mpfr_configure_flags): Copy from
2414 extra_mpc_gmp_configure_flags.
2415 * configure: Re-generated.
2416
2417 2010-07-22 Andi Kleen <ak@linux.intel.com>
2418
2419 * MAINTAINERS (Write After Approval): Add myself.
2420
2421 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
2422
2423 * MAINTAINERS (Write After Approval): Add myself.
2424
2425 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
2426
2427 * MAINTAINERS (Write After Approval): Add myself.
2428
2429 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2430
2431 PR target/44862
2432 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2433 Provide -B option to allow for link spec %s substitutions for
2434 libstdc++.a on darwin.
2435 * Makefile.in: Regenerate.
2436
2437 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
2438
2439 * MAINTAINERS (Reviewers): Update my e-mail address
2440
2441 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2442
2443 * Makefile.def (configure-gcc): Depend on all-libelf.
2444 * Makefile.in: Rebuild.
2445
2446 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
2447
2448 * MAINTAINERS (Write After Approval): Add myself in the right place.
2449
2450 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
2451
2452 * MAINTAINERS (Write After Approval): Add myself.
2453
2454 2010-05-25 Sterling Augustine <sterling@tensilica.com>
2455
2456 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
2457
2458 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
2459
2460 * config.sub: Update to version 2010-05-21.
2461 * config.guess: Update to version 2010-04-03.
2462
2463 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2464
2465 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2466 * configure: Regenerate.
2467
2468 2010-05-12 Sriraman Tallam <tmsriram@google.com>
2469
2470 * MAINTAINERS (Write After Approval): Add myself.
2471
2472 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2473
2474 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2475 a platform that supports LTO.
2476 * configure: Regenerate.
2477
2478 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2479
2480 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2481 * configure: Regenerated.
2482
2483 2010-04-27 Roland McGrath <roland@redhat.com>
2484 H.J. Lu <hongjiu.lu@intel.com>
2485
2486 * configure.ac (--enable-gold): Support both, both/gold and
2487 both/bfd to add gold to configdirs without removing ld.
2488 * configure: Regenerated.
2489
2490 * Makefile.def: Add install-gold dependency to install-ld.
2491 * Makefile.in: Regenerated.
2492
2493 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2494
2495 PR lto/42776
2496 * configure.ac (--enable-lto): Refactor handling so libelf tests
2497 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2498 and allow LTO to be explicitly enabled on non-ELF platforms that
2499 are known to support it inside else-clause.
2500 * configure: Regenerate.
2501
2502 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2503
2504 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2505 * configure: Regenerate.
2506
2507 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
2508
2509 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2510 * configure: Regenerate.
2511
2512 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2513
2514 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2515 separately.
2516 * configure: Regenerate.
2517
2518 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
2519
2520 * MAINTAINERS (Write After Approval): Add myself.
2521
2522 2010-04-14 Tristan Gingold <gingold@adacore.com>
2523
2524 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2525 * configure: Regenerate.
2526
2527 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2528
2529 * configure: Regenerate after change to elf.m4.
2530
2531 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
2532
2533 * MAINTAINERS (Write After Approval): Add myself.
2534
2535 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2536
2537 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2538 * configure: Regenerated.
2539
2540 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2541
2542 * configure.ac: Print "buggy but acceptable" when CLooG
2543 revision is less than 9.
2544 * configure: Regenerated.
2545
2546 2010-04-01 Diego Novillo <dnovillo@google.com>
2547
2548 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
2549
2550 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2551
2552 PR bootstrap/43615
2553 PR bootstrap/43328
2554
2555 Revert:
2556
2557 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2558
2559 * configure.ac: Do not pass --enable-multilib nor
2560 --disable-multilib in baseargs. Accept explicitly passed
2561 --enable_multilib.
2562 * configure: Regenerate.
2563
2564 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
2565
2566 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
2567
2568 2010-03-31 Janis Johnson <janis187@us.ibm.com>
2569
2570 * MAINTAINERS: Remove myself.
2571
2572 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2573
2574 PR bootstrap/43328
2575 * configure.ac: Do not pass --enable-multilib nor
2576 --disable-multilib in baseargs. Accept explicitly passed
2577 --enable_multilib.
2578 * configure: Regenerate.
2579
2580 2010-03-28 Andrew Pinski <pinskia@gmail.com>
2581
2582 * MAINTAINERS (spu port): Remove me.
2583
2584 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2585
2586 * configure.ac (tic6x-*-*): New case.
2587 * configure: Regenerate.
2588
2589 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2590
2591 * config.sub: Update to version 2010-03-22.
2592 * config.guess: Update to version 2009-12-30.
2593
2594 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2595
2596 PR ada/42554
2597 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2598 * configure: Regenerate.
2599
2600 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2601
2602 * MAINTAINERS: Update my email address.
2603
2604 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
2605
2606 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
2607 (ghassan.shobaki@amd.com): Removed.
2608
2609 2010-03-17 Alan Modra <amodra@gmail.com>
2610
2611 * MAINTAINERS: Update my email address.
2612
2613 2010-03-16 Diego Novillo <dnovillo@google.com>
2614
2615 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
2616 Matthews.
2617
2618 2010-03-16 Joseph Myers <joseph@codesourcery.com>
2619
2620 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
2621 Gutson, Jeffrey D. Oldham and Mark Shinwell.
2622
2623 2010-03-16 Joseph Myers <joseph@codesourcery.com>
2624
2625 * MAINTAINERS: Update my email address.
2626
2627 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
2628
2629 * MAINTAINERS: Update my email address.
2630
2631 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
2632
2633 * MAINTAINERS: Update my email address.
2634
2635 2010-03-09 Jie Zhang <jie@codesourcery.com>
2636
2637 * MAINTAINERS: Update my email address.
2638
2639 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2640
2641 PR libstdc++/32499
2642 * configure.ac (RANLIB): Default to true.
2643 (STRIP): Likewise.
2644 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2645 * configure: Regenerate.
2646
2647 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
2648
2649 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
2650 (Write After Approval): Update my email address.
2651
2652 2010-02-17 Nick Clifton <nickc@redhat.com>
2653
2654 PR 11238
2655 * Makefile.tpl (local-distclean): Also remove config.cache files in
2656 sub-directories as there may not be Makefiles present in the
2657 sub-directories.
2658 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2659 the config.cache files found by the find command.
2660
2661 * Makefile.in: Regenerate.
2662 * configure.ac: Revert previous delta.
2663 * configure: Regenerate.
2664
2665 2010-02-15 Nick Clifton <nickc@redhat.com>
2666
2667 PR 11238
2668 * configure.ac: Delete config.cache files in sub-directories when
2669 deleting Makefiles.
2670 * configure: Regenerate.
2671
2672 2010-02-12 Ben Elliston <bje@gnu.org>
2673
2674 * MAINTAINERS: Update my email address.
2675
2676 2010-02-08 Andrew Pinski <pinskia@gmail.com>
2677
2678 * MAINTAINERS (spu port): Update my email address.
2679
2680 2010-02-08 Jie Zhang <jie.zhang@analog.com>
2681
2682 * MAINTAINERS: Add myself as a maintainer for the bfin port.
2683
2684 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2685
2686 * configure.ac: Add "recommended" version checks for GMP/MPC.
2687 Update recommended GMP/MPFR/MPC versions.
2688 * configure: Regenerate.
2689
2690 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
2691
2692 * MAINTAINERS: Move my Embecosm email address into the
2693 write-after-approval section.
2694
2695 2010-01-26 Ian Lance Taylor <iant@google.com>
2696
2697 * MAINTAINERS: Add myself as Go frontend maintainer.
2698
2699 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
2700
2701 PR libstdc++/36101, PR libstdc++/42813
2702 * configure.ac (bootstrap_target_libs): Make inclusion of
2703 target-libgomp conditional on libgomb being in target_configdirs.
2704 * configure: Regenerate.
2705
2706 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
2707
2708 PR libstdc++/36101, PR libstdc++/42813
2709 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2710 * configure: Regenerate.
2711
2712 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
2713
2714 PR libstdc++/36101, PR libstdc++/42813
2715 * configure.ac (target_configdirs): Substitute.
2716 * Makefile.def: Bootstrap target module libgomp.
2717 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2718 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2719 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2720 * configure, Makefile.in: Regenerate.
2721
2722 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
2723
2724 * MAINTAINERS: Adjust my details.
2725
2726 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
2727
2728 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
2729
2730 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
2731
2732 * MAINTAINERS: reindented my entry with tabs instead of spaces.
2733
2734 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
2735
2736 * MAINTAINERS (Write After Approval): Add myself.
2737
2738 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2739
2740 * MAINTAINERS (Write After Approval): Add myself.
2741
2742 2010-01-11 Richard Guenther <rguenther@suse.de>
2743
2744 PR lto/41569
2745 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2746 * Makefile.in: Regenerated.
2747
2748 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
2749
2750 * configure.ac: Enable libjava build on x86_64-*freebsd*.
2751 * configure: Regenerate.
2752
2753 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2754 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2755
2756 PR bootstrap/42424
2757 * configure.ac: Include libtool m4 files.
2758 (_LT_CHECK_OBJDIR): Call it.
2759 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2760 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2761
2762 * configure: Regenerate.
2763
2764 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2765
2766 PR bootstrap/41818
2767 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2768 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2769 * Makefile.in: Regenerate.
2770
2771 2010-01-02 Richard Guenther <rguenther@suse.de>
2772
2773 PR lto/41529
2774 * configure.ac: Include config/elf.m4. Disable LTO if not
2775 builting for an elf target.
2776 * configure: Regenerate.
2777
2778 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
2779
2780 * MAINTAINERS: Change my email address.
2781
2782 2009-12-18 Ben Elliston <bje@au.ibm.com>
2783
2784 * config.sub, config.guess: Update from upstream sources.
2785
2786 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
2787
2788 * MAINTAINERS (Write After Approval): Add myself.
2789
2790 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2791
2792 PR middle-end/30447
2793 PR middle-end/30789
2794 PR other/40302
2795
2796 * configure.ac: Require MPC.
2797 * configure: Regenerate.
2798
2799 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2800
2801 PR target/38384
2802 PR bootstrap/40972
2803 * libtool.m4: Sync from git Libtool.
2804 * ltoptions.m4: Likewise.
2805 * ltversion.m4: Likewise.
2806 * lt~obsolete.m4: Likewise.
2807 * ltmain.sh: Likewise.
2808
2809 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2810
2811 * configure.ac: Update minimum MPC version to 0.8.
2812 * configure: Regenerate.
2813
2814 2009-11-21 Sebastian Pop <sebpop@gmail.com>
2815
2816 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
2817 * configure: Regenerated.
2818
2819 2009-11-21 Ian Lance Taylor <iant@google.com>
2820
2821 * configure.ac: Change default of poststage1_ldflags to be empty if
2822 poststage1_libs is set. When poststage1_libs is empty, and
2823 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
2824 * configure: Rebuild.
2825
2826 2009-11-21 Adam Nemet <adambnmet@gmail.com>
2827
2828 * MAINTAINERS (Write After Approval): Update my email address.
2829
2830 2009-11-20 Ben Elliston <bje@au.ibm.com>
2831
2832 * config.guess: Update from upstream sources.
2833
2834 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2835
2836 * Makefile.def: Restore host and target settings for gmp.
2837 * Makefile.in: Rebuild.
2838
2839 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2840
2841 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2842 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2843 Fix portability of test of C++ as bootstrap language. Add
2844 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2845 * configure: Rebuild.
2846 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2847 and cloog. Fix in-tree ppl configuration. Introduce libelf
2848 in-tree building.
2849 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2850 (POSTSTAGE1_HOST_EXPORTS): Use it.
2851 (STAGE[+id+]_CXXFLAGS): New.
2852 (BASE_FLAGS_TO_PASS): Pass it down.
2853 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2854 extra_exports.
2855 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2856 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2857 extra_exports.
2858 * Makefile.in: Rebuild.
2859
2860 2009-11-17 Ben Elliston <bje@au.ibm.com>
2861
2862 * config.sub, config.guess: Update from upstream sources.
2863
2864 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2865
2866 * MAINTAINERS (Write After Approval): Add myself.
2867
2868 2009-11-09 Jon Beniston <jon@beniston.com>
2869
2870 * MAINTAINERS (Write After Approval): Add myself.
2871
2872 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2873
2874 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2875 paths for *-w64-mingw* and x86_64-*mingw*.
2876 * configure: Regenerated.
2877
2878 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
2879
2880 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
2881
2882 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
2883
2884 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
2885 Phil Edwards to Write-After Approval.
2886
2887 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
2888
2889 * configure.ac: Disable target-winsup & co for
2890 x86_64-*-mingw* and *-w64-mingw* targets.
2891 * configure: Regenerated.
2892
2893 2009-10-16 Nick Clifton <nickc@redhat.com>
2894
2895 * MAINTAINERS: Add myself as a maintainer for the RX port.
2896
2897 2009-10-26 Johannes Singler <singler@kit.edu>
2898
2899 * MAINTAINERS (Write After Approval): Update my e-mail address.
2900
2901 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2902
2903 * configure.ac (CLooG test): Use = with test.
2904 * configure: Regenerate.
2905
2906 2009-10-22 Richard Guenther <rguenther@suse.de>
2907
2908 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2909 cloog if the ppl version check failed. Move flags saving
2910 before setting in libelf check.
2911 * configure: Regenerate.
2912
2913 2009-10-21 Richard Guenther <rguenther@suse.de>
2914
2915 * configure.ac: Adjust the ppl and cloog configure to work as
2916 documented. Disable cloog if ppl was disabled. Omit the version
2917 checks if they were disabled.
2918 * configure: Re-generate.
2919
2920 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2921
2922 * configure.ac: Add 'lto' to enable_languages, not
2923 new_enable_languages, and only if not already present.
2924 * configure: Regenerate.
2925
2926 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
2927
2928 * README: Refer to the various COPYING* files instead of just
2929 COPYING.
2930 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2931
2932 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
2933
2934 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2935
2936 2009-10-07 Richard Guenther <rguenther@suse.de>
2937
2938 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2939 and Richard Guenther as reviewers.
2940 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2941 as reviewers.
2942
2943 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
2944
2945 * config.sub: Update from upstream sources.
2946
2947 2009-10-06 Ian Lance Taylor <iant@google.com>
2948
2949 * Makefile.def: check-gold depends upon all-gas.
2950 * Makefile.in: Rebuild.
2951
2952 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
2953
2954 * MAINTAINERS (Write After Approval): Add myself.
2955
2956 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2957
2958 * Makefile.def: all-lto-plugin depends on all-libiberty.
2959 set bootstrap=true for lto-plugin.
2960 Add lto-plugin.
2961 * Makefile.in: Regenerate.
2962 * configure.ac (host_libs): Add lto-plugin.
2963 * configure: Regenerate.
2964
2965 2009-10-03 Diego Novillo <dnovillo@google.com>
2966
2967 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2968 (HOST_LIBELFLIBS): Define.
2969 (HOST_LIBELFINC): Define.
2970 * Makefile.in: Regenerate.
2971 * configure.ac: Add --enable-lto.
2972 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2973 If --enable-lto is used, add 'lto' to new_enable_languages.
2974 If --enable-lto is used and gold is enabled, add
2975 lto-plugin to configdirs.
2976 * configure: Regenerate.
2977
2978 2009-10-03 Simon Baldwin <simonb@google.com>
2979
2980 * configure.ac: If --with-system-zlib, suppress local zlib and
2981 pass --with-system-zlib to subdir configure scripts.
2982 * configure: Regenerate.
2983
2984 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2985 Paolo Bonzini <bonzini@gnu.org>
2986
2987 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2988 $(srcdir).
2989 * Makefile.in: Rebuilt.
2990
2991 2009-09-26 Gary Funck <gary@intrepid.com>
2992
2993 * MAINTAINERS (Write After Approval): Add myself.
2994
2995 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2996
2997 * configure.ac: Update minimum MPC version to 0.7.
2998 * configure: Regenerate.
2999
3000 2009-09-25 Nick Clifton <nickc@redhat.com>
3001
3002 * configure.ac: Pass any --cache-file=/dev/null option on to
3003 subconfigures.
3004 * configure: Regenerate.
3005
3006 2009-09-23 Nick Clifton <nickc@redhat.com>
3007
3008 * config.sub, config.guess: Update from upstream sources.
3009
3010 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
3011
3012 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3013 * Makefile.in: Rebuilt.
3014
3015 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3016
3017 PR bootstrap/32272
3018 * configure.ac: Error out if $srcdir isn't '.' but contains
3019 host-${host_noncanonical}.
3020 * configure: Regenerate.
3021
3022 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3023
3024 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
3025 maintainer.
3026
3027 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3028
3029 * configure.ac: If bootstrapping a combined tree with
3030 --enable-gold, require c++ in stage1_languages.
3031 * configure: Regenerate.
3032
3033 * configure.ac: Also add target_libs of stage1_languages to
3034 bootstrap_target_libs.
3035 * configure: Regenerate.
3036
3037 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3038 with --enable-languages not containing c++.
3039 * configure: Regenerate.
3040
3041 2009-09-15 Jie Zhang <jie.zhang@analog.com>
3042
3043 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3044 * configure: Regenerate.
3045
3046 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
3047
3048 * MAINTAINERS (Write After Approval): Update my e-mail address,
3049 and move from from here...
3050 (Waiting for paperwork): To here.
3051
3052 2009-09-09 Joseph Myers <joseph@codesourcery.com>
3053
3054 * MAINTAINERS (Reviewers): Add self as driver reviewer.
3055
3056 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3057
3058 * configure.ac: Do not use $extrasub for replacing @if/@endif
3059 parts in Makefile; instead, use additional arguments to
3060 AC_CONFIG_COMMANDS to do the replacement manually, with several
3061 sed invocations, to avoid HP-UX sed command limits.
3062 * configure: Regenerate.
3063
3064 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
3065
3066 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
3067 blank before -L.
3068
3069 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
3070
3071 * configure.ac (with-build-config): Document. Handle without.
3072 Handle missing argument.
3073 * configure: Rebuilt.
3074
3075 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
3076
3077 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3078 Default to bootstrap-debug only if compare-debug works.
3079 * configure: Rebuilt.
3080 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3081 * Makefile.in: Rebuilt.
3082
3083 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3084
3085 * MAINTAINERS (OS Port Maintainers): Update my email address.
3086
3087 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
3088
3089 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3090 * Makefile.in: Rebuilt.
3091
3092 2009-09-01 Chris Demetriou <cgd@google.com>
3093
3094 * MAINTAINERS (Write After Approval): Add myself.
3095
3096 2009-08-31 Dodji Seketeli <dodji@redhat.com>
3097
3098 PR debug/30161
3099 * include/dwarf2.h (enum dwarf_tag): Added
3100 DW_TAG_GNU_template_template_param
3101 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
3102
3103 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
3104
3105 * Makefile.tpl (AWK): Fix typo.
3106 * Makefile.in: Regenerate.
3107
3108 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
3109
3110 * configure.ac: Detect awk and sed.
3111 * Makefile.def (flags_to_pass): Add AWK and SED.
3112 * Makefile.tpl (AWK, SED): New.
3113 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3114 * configure: Regenerate.
3115 * Makefile.in: Regenerate.
3116
3117 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
3118
3119 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
3120 (collapseslashes): Likewise.
3121
3122 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3123
3124 * configure.ac (AC_PREREQ): Bump to 2.64.
3125
3126 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3127
3128 * configure.ac: Remove --with-datarootdir, --with-docdir,
3129 --with-pdfdir, --with-htmldir switches.
3130 * configure: Regenerate.
3131
3132 * configure: Regenerate.
3133
3134 * compile: Sync from Automake 1.11.
3135 * depcomp: Likewise.
3136 * install-sh: Likewise.
3137 * missing: Likewise.
3138 * mkinstalldirs: Likewise.
3139 * ylwrap: Likewise.
3140
3141 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
3142
3143 * ltmain.sh (func_normal_abspath): New function.
3144 (func_relative_path): Likewise.
3145 (func_mode_help): Document new -bindir option for link mode.
3146 (func_mode_link): Add new -bindir option, and use it to place
3147 output DLL if specified.
3148
3149 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3150
3151 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3152 (baseargs): Add --disable-option-checking.
3153 * configure: Regenerate.
3154
3155 * Makefile.def (configure-target-libiberty): Depend on
3156 all-binutils and all-ld.
3157 (configure-target-newlib): Likewise.
3158 * Makefile.in: Regenerate.
3159
3160 2009-08-17 Ben Elliston <bje@au.ibm.com>
3161
3162 * config.sub, config.guess: Update from upstream sources.
3163
3164 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3165
3166 Sync from src, merge:
3167
3168 2009-07-02 Tristan Gingold <gingold@adacore.com>
3169
3170 * configure.ac: Do not exclude gas for i386-*-darwin.
3171 Add a case for x86_64-*-darwin.
3172 * configure: Regenerate.
3173
3174 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
3175
3176 * MAINTAINERS: Add my name to Write After Approval list.
3177
3178 2009-08-06 Michael Eager <eager@eagercon.com>
3179
3180 * configure.ac: Add Microblaze target.
3181 * configure: Regenerate.
3182
3183 2009-07-31 Christian Bruel <christian.bruel@st.com>
3184
3185 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3186 * configure: Regenerate.
3187
3188 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
3189
3190 * MAINTAINERS (Write After Approval): Update my e-mail address.
3191
3192 2009-07-06 Ian Lance Taylor <iant@google.com>
3193
3194 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3195 * configure: Rebuild.
3196
3197 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
3198
3199 * MAINTAINERS: Move myself to the Graphite Reviewers.
3200
3201 2009-06-30 Wei Guozhi <carrot@google.com>
3202
3203 * MAINTAINERS: Add my name to Write After Approval list.
3204
3205 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3206
3207 PR bootstrap/40338
3208 * configure.ac (comparestring): Create new variable.
3209 * Makefile.tpl (comparestring): Use to skip some comparisions.
3210 * configure: Regenerate.
3211 * Makefile.in: Regenerate.
3212
3213 2009-06-26 Doug Evans <dje@sebabeach.org>
3214
3215 * Makefile.def (host_modules): Add cgen.
3216 * Makefile.in: Regenerate.
3217 * configure.ac (host_tools): Add cgen.
3218 * configure: Regenerate.
3219
3220 2009-06-23 DJ Delorie <dj@redhat.com>
3221
3222 * MAINTAINERS: Add myself as mep maintainer.
3223
3224 2009-06-23 Ian Lance Taylor <iant@google.com>
3225
3226 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3227 boot_languages. Only bootstrap target libraries listed in
3228 target_libs for some boot language. Add --with-stage1-ldflags,
3229 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3230 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3231 if not building with C++.
3232 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3233 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3234 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3235 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3236 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3237 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3238 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3239 * configure, Makefile.in: Rebuild.
3240
3241 2009-06-23 Li Feng <nemokingdom@gmail.com>
3242
3243 * MAINTAINERS: Added my name to write-after-approval list.
3244
3245 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3246
3247 * configure.ac: Define is_elf for QNX Neutrino targets.
3248 * configure: Regenerate.
3249
3250 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
3251
3252 * MAINTAINERS: Added my name to the write-after-approval list
3253
3254 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3255
3256 * configure.ac: Detect MPC in default directory.
3257 * configure: Regenerate.
3258
3259 2009-06-03 Jerome Guitton <guitton@adacore.com>
3260 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3261
3262 * Makefile.tpl (all): Avoid a trailing backslash.
3263 * Makefile.in: Regenerate.
3264
3265 2009-06-03 Ben Elliston <bje@au.ibm.com>
3266
3267 * config.sub, config.guess: Update from upstream sources.
3268
3269 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3270
3271 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3272 to noconfdirs.
3273 * configure: Regenerate.
3274
3275 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3276
3277 * Makefile.tpl ([+compare-target+]): Compare all stage
3278 directories, rather than just gcc.
3279 * Makefile.in: Rebuilt.
3280
3281 2009-06-01 Doug Kwan <dougkwan@google.com>
3282
3283 * configure.ac: Support gold for target arm*-*-*.
3284 * configure: Regenerate.
3285
3286 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3287
3288 * Makefile.def: Add MPC support and dependencies.
3289 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3290
3291 * Makefile.in, configure: Regenerate.
3292
3293 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3294
3295 * Makefile.tpl (all): Avoid harmless warning in make all when
3296 gcc-bootstrap is enabled but stage_last does not exist.
3297 * Makefile.in: Rebuilt.
3298
3299 2009-05-24 Nicolas Roche <roche@adacore.com>
3300
3301 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3302 * Makefile.in: Regenerate.
3303
3304 2009-05-21 Denis Chertykov <chertykov@gmail.com>
3305
3306 * MAINTAINERS: Update my e-mail address.
3307
3308 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3309
3310 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3311 * configure: Regenerate.
3312
3313 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3314
3315 PR other/40159
3316 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3317 gcc-no-bootstrap are mutually exclusive.
3318 * Makefile.in: Rebuilt.
3319
3320 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3321
3322 PR other/40159
3323 * Makefile.tpl (all): Don't end with unconditional success.
3324 * Makefile.in: Rebuilt.
3325
3326 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3327
3328 PR target/37137
3329 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3330 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3331 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3332 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3333 stage_configureflags, stage_cflags and stage_libcflags into
3334 explicit Makefile macros.
3335 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3336 GFORTRAN.
3337 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3338 CC. Set CC_FOR_BUILD from CC.
3339 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3340 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3341 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3342 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3343 and GFORTRAN.
3344 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3345 (_LIBCFLAGS): Renamed to _TFLAGS.
3346 (do-compare-debug, do-compare3-debug): Drop.
3347 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3348 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3349 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3350 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3351 (XGCC_FLAGS_FOR_TARGET): New.
3352 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3353 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3354 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3355 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3356 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3357 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3358 TFLAGS.
3359 (BUILD_CONFIG): Include if requested.
3360 (all): Set TFLAGS on bootstrap.
3361 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3362 (all-stageid-prefixmodule): Likewise.
3363 (do-clean, distclean-stageid): Set TFLAGS.
3364 (restrap): Fix whitespace.
3365 * Makefile.in: Rebuilt.
3366
3367 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
3368
3369 * config.guess: Sync with src.
3370
3371 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3372
3373 * configure.ac ($with_ppl): Default to no if not supplied.
3374 ($with_cloog): Likewise.
3375 configure: Regenerate.
3376
3377 2009-04-27 James E. Wilson <wilson@codesourcery.com>
3378
3379 * MAINTAINERS: Update my e-mail address.
3380
3381 2009-04-27 Nick Clifton <nickc@redhat.com>
3382
3383 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
3384
3385 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3386
3387 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3388 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3389 * Makefile.in: Regenerate.
3390
3391 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3392
3393 PR bootstrap/39739
3394 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3395 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3396
3397 * configure, Makefile.in: Regenerate.
3398
3399 2009-04-21 Taras Glek <tglek@mozilla.com>
3400
3401 * include/hashtab.h: Update GTY annotations to new syntax
3402 * include/splay-tree.h: Likewise
3403
3404 2009-04-17 Ben Elliston <bje@au.ibm.com>
3405
3406 * config.sub, config.guess: Update from upstream sources.
3407
3408 2009-04-15 Anthony Green <green@moxielogic.com>
3409
3410 * configure.ac: Add moxie support.
3411 * configure: Rebuilt.
3412
3413 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3414
3415 * configure.ac: Change copyright header to refer to version
3416 3 of the GNU General Public License and to point readers at the
3417 COPYING3 file and the FSF's license web page.
3418 * Makefile.def: Likewise.
3419 * Makefile.tpl: Likewise.
3420 * Makefile.in: Regenerate.
3421
3422 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3423
3424 * configure.ac: Restore match for darwin9 or later. Use double
3425 brackets since regeneration eats one pair.
3426 * configure: Regenerate.
3427
3428 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3429
3430 PR gas/10039
3431 * configure.ac: Require texinfo 4.7.
3432 * configure: Regenerated.
3433
3434 2009-04-09 Nick Clifton <nickc@redhat.com>
3435
3436 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
3437 the GCC Runtime Library Exception.
3438
3439 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3440
3441 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3442 * configure: Regenerate.
3443
3444 2009-04-01 Steve Ellcey <sje@cup.hp.com>
3445
3446 * Makefil.def (languages): New entries.
3447 * Makefile.tpl (check-gcc-*): New generic target.
3448 * Makefile.in: Regenerate.
3449
3450 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
3451
3452 * MAINTAINERS: Update my email address.
3453
3454 2009-03-18 Tom Tromey <tromey@redhat.com>
3455
3456 * configure: Rebuild.
3457 * configure.ac (host_libs): Add libiconv.
3458 * Makefile.in: Rebuild.
3459 * Makefile.def (host_modules): Add libiconv.
3460 (configure-gdb, all-gdb): Depend on libiconv.
3461
3462 2009-03-16 Tristan Gingold <gingold@adacore.com>
3463
3464 * configure.ac: Treat gdb as supported on x86_64-darwin.
3465 * configure: Regenerate.
3466
3467 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3468
3469 * configure.ac (--with-host-libstdcxx): New option.
3470 * configure: Regenerate.
3471
3472 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
3473
3474 * MAINTAINERS: Move myself into the write after approval list.
3475
3476 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
3477
3478 * MAINTAINERS: Update e-mail address.
3479
3480 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
3481
3482 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
3483
3484 2009-03-10 Ira Rosen <irar@il.ibm.com>
3485
3486 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
3487
3488 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3489
3490 Backport from git Libtool:
3491
3492 2009-01-19 Robert Millan <rmh@aybabtu.com>
3493 Support GNU/kOpenSolaris.
3494 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3495 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3496 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3497 GNU/kOpenSolaris.
3498
3499 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
3500
3501 * MAINTAINERS: Update e-mail address.
3502
3503 2009-02-24 Michael Eager <eager@eagercon.com>
3504
3505 * MAINTAINERS (Write After Approval): Add self.
3506
3507 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
3508
3509 * MAINTAINERS (Write After Approval): Add myself.
3510
3511 2009-02-05 Andreas Schwab <schwab@suse.de>
3512
3513 * Makefile.tpl (stage_last): Define $r and $s before using
3514 $(RECURSE_FLAGS_TO_PASS).
3515 * Makefile.in: Regenerate
3516
3517 2009-01-30 Ian Lance Taylor <iant@google.com>
3518
3519 * MAINTAINERS: Move myself to the Global Reviewers list.
3520
3521 2009-01-29 Robert Millan <rmh@aybabtu.com>
3522
3523 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3524 * configure: Regenerate.
3525
3526 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
3527
3528 * MAINTAINERS: Make whitespace consistent.
3529 Remove Robert Millan from Write After Approval.
3530
3531 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3532
3533 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3534 (all-opcodes): Depend on all-libiberty.
3535 * Makefile.in: Regenerate.
3536
3537 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3538
3539 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3540 * configure: Regenerate.
3541
3542 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
3543
3544 * MAINTAINERS (Write After Approval): Add myself.
3545
3546 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
3547
3548 * MAINTAINERS: Add myself to reviewers (Fortran).
3549
3550 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3551
3552 PR tree-optimization/38515
3553 * configure.ac (cloog-polylib): Removed.
3554 (with_ppl, with_cloog): Test for "no".
3555 * configure: Regenerated.
3556
3557 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
3558
3559 * MAINTAINERS: Moved myself to reviewers (Fortran).
3560
3561 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
3562
3563 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
3564 (Write After Approval): Remove myself.
3565
3566 2009-01-03 Diego Novillo <dnovillo@google.com>
3567
3568 * MAINTAINERS: Remove myself from alias maintainership.
3569
3570 2009-01-02 David Ayers <ayers@fsfe.org>
3571
3572 * MAINTAINERS: Update e-mail address.
3573
3574 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
3575
3576 * MAINTAINERS: Make whitespace consistent.
3577
3578 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3579
3580 Backport from upstream Libtool:
3581 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3582 Add cache variables to tests that require the linker to work.
3583 For shlibpath_overrides_runpath, this also changes the semantics
3584 to let the result from the C compiler take precedence.
3585
3586 2008-12-02 Ben Elliston <bje@au.ibm.com>
3587
3588 * config.sub, config.guess: Update from upstream sources.
3589
3590 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3591
3592 * configure.ac (ppllibs): Add by default the lib flags.
3593 * configure: Regenerate.
3594
3595 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
3596
3597 * MAINTAINERS: Add myself to the write after approval list.
3598
3599 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3600
3601 * configure.ac: Add double brackets on darwin[912].
3602 * configure: Regenerate.
3603
3604 2008-12-03 Daniel Kraft <d@domob.eu>
3605
3606 * MAINTAINERS: Moved myself and Mikael Morin from Write After
3607 Approval to Reviewer section (for Fortran front-end).
3608
3609 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3610
3611 * configure.ac: Expand to darwin10 and later.
3612 * configure: Regenerate.
3613
3614 2008-12-02 Andreas Schwab <schwab@suse.de>
3615
3616 * Makefile.def: configure-target-boehm-gc depends on
3617 all-target-libstdc++-v3.
3618 * Makefile.in: Regenerate.
3619
3620 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
3621
3622 * MAINTAINERS: Add myself as mingw maintainer.
3623
3624 2008-12-02 Ben Elliston <bje@au.ibm.com>
3625
3626 * config.sub, config.guess: Update from upstream sources.
3627
3628 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
3629
3630 * README.SCO: Remove.
3631
3632 2008-11-29 Fernando Pereira <pronesto@gmail.com>
3633
3634 * MAINTAINERS: Add myself to the write after approval list.
3635
3636 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
3637
3638 * MAINTAINERS: Update my email address in WAA section.
3639
3640 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
3641
3642 * MAINTAINERS: Update e-mail address.
3643
3644 2008-11-27 Toon Moene <toon@moene.org>
3645
3646 * MAINTAINERS: Change e-mail address.
3647
3648 2008-11-27 Tristan Gingold <gingold@adacore.com>
3649
3650 * configure.ac: Build gdb for i?86-*-darwin*
3651 * configure: Regenerated.
3652
3653 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
3654
3655 * MAINTAINERS: Added my full name.
3656
3657 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3658
3659 PR bootstrap/38014
3660 PR bootstrap/37923
3661
3662 Revert:
3663
3664 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3665
3666 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3667 * Makefile.in: Regenerated.
3668
3669 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3670
3671 PR gdb/921
3672 PR gdb/1646
3673 PR gdb/2175
3674 PR gdb/2176
3675
3676 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3677 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3678 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3679 (HOST_EXPORTS): Pass CPPFLAGS.
3680 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3681 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3682 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3683 * Makefile.in, configure: Regenerated.
3684 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3685 and CPPFLAGS_FOR_BUILD.
3686
3687 2008-11-06 Jeff Law <law@redhat.com>
3688
3689 * MAINTAINERS: Add myself as middle end maintainer.
3690
3691 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
3692
3693 * MAINTAINERS (Write after approval): Add myself.
3694
3695 2008-11-05 Diego Novillo <dnovillo@google.com>
3696
3697 * MAINTAINERS (Global Reviewers): Add myself.
3698 (Non-Algorithmic Maintainers): Remove myself.
3699
3700 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
3701
3702 * MAINTAINERS (Write after approval): Add myself.
3703
3704 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
3705
3706 * MAINTAINERS (Write after approval): Add myself.
3707
3708 2008-10-31 Ben Elliston <bje@au.ibm.com>
3709
3710 * configure.ac (spu-*-*): Remove special case.
3711 * configure: Regenerate.
3712
3713 2008-10-30 Catherine Moore <clm@codesourcery.com>
3714
3715 * MAINTAINERS (Write after approval): Update my email address.
3716
3717 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3718
3719 * configure.ac [spu-*-*]: Do not set skipdirs.
3720 * configure: Re-generate.
3721
3722 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
3723
3724 * MAINTAINERS (Various Maintainers): Add myself to reload.
3725
3726 2008-10-25 Richard Guenther <rguenther@suse.de>
3727
3728 * MAINTAINERS (Various Maintainers): Add myself as middle-end
3729 maintainer. Remove myself as libgcc-math maintainer.
3730 (Non-Algorithmic Maintainers): Remove myself.
3731
3732 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3733
3734 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3735 * Makefile.in: Regenerated.
3736
3737 2008-10-23 Cary Coutant <ccoutant@google.com>
3738
3739 * MAINTAINERS (Write after approval): Add myself.
3740
3741 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3742
3743 PR gdb/921
3744 PR gdb/1646
3745 PR gdb/2175
3746 PR gdb/2176
3747
3748 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3749 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3750 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3751 (HOST_EXPORTS): Pass CPPFLAGS.
3752 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3753 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3754 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3755 * Makefile.in, configure: Regenerated.
3756 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3757 and CPPFLAGS_FOR_BUILD.
3758
3759 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
3760
3761 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
3762 Sebastian Pop.
3763
3764 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
3765
3766 * MAINTAINERS (Write After Approval): Added myself.
3767
3768 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3769
3770 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3771 recommended version to 2.3.2.
3772
3773 * configure: Regenerate.
3774
3775 2008-10-01 Mark Mitchell <mark@codesourcery.com>
3776
3777 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
3778
3779 2008-09-29 David Daney <david.daney@caviumnetworks.com>
3780
3781 * MAINTAINERS (Write After Approval): Update e-mail address.
3782
3783 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
3784
3785 * libtool.m4: Update to libtool 2.2.6.
3786 * lt~obsolete.m4: Update to libtool 2.2.6.
3787 * ltmain.sh: Update to libtool 2.2.6.
3788 * ltsugar.m4: Update to libtool 2.2.6.
3789 * ltversion.m4: Update to libtool 2.2.6.
3790 * ltoptions.m4: Update to libtool 2.2.6.
3791 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3792
3793 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
3794
3795 * MAINTAINERS (Write After Approval): Add myself.
3796
3797 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3798
3799 * MAINTAINERS (Write After Approval): Update my name.
3800
3801 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
3802
3803 * MAINTAINERS: Add myself in "Write After Approval".
3804
3805 2008-09-18 Steve Ellcey <sje@cup.hp.com>
3806
3807 * MAINTAINERS: Add myself as ia64 maintainer.
3808
3809 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
3810
3811 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
3812 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
3813 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
3814 and Michael Tiemann from Write After Approval since they do not
3815 actually have access.
3816
3817 2008-09-05 Richard Guenther <rguenther@suse.de>
3818
3819 * configure.ac: Initialize clooglibs to -lcloog.
3820 * configure: Re-generate.
3821
3822 2008-09-04 Le-Chun Wu <lcwu@google.com>
3823
3824 * MAINTAINERS (Write After Approval): Add myself.
3825
3826 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3827
3828 * configure.ac (--with-cloog-polylib): New.
3829 (--disable-cloog-version-check): New.
3830 (--disable-ppl-version-check): New.
3831 * configure: Re-generate.
3832
3833 2008-09-03 Richard Guenther <rguenther@suse.de>
3834
3835 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3836 cloog test.
3837 * configure: Re-generate.
3838
3839 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
3840
3841 Add picoChip port.
3842 * MAINTAINERS: Add picoChip maintainers.
3843
3844 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3845 Tobias Grosser <grosser@fim.uni-passau.de>
3846 Jan Sjodin <jan.sjodin@amd.com>
3847 Harsha Jagasia <harsha.jagasia@amd.com>
3848 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3849 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3850 Adrien Eliche <aeliche@isty.uvsq.fr>
3851
3852 Merge from graphite branch.
3853 * configure: Regenerate.
3854 * Makefile.in: Regenerate.
3855 * configure.ac (host_libs): Add ppl and cloog.
3856 Add checks for PPL and CLooG.
3857 * Makefile.def (ppl, cloog): Added modules and dependences.
3858 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3859 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3860
3861 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3862
3863 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3864 (GCC_SHLIB_SUBDIR): New.
3865 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3866 * configure: Regenerate.
3867 * Makefile.in: Regenerate.
3868
3869 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
3870
3871 * MAINTAINERS: Consistently use tabs to separate columns.
3872
3873 2008-08-29 Tristan Gingold <gingold@adacore.com>
3874
3875 * MAINTAINERS (Write after Approval): Add myself.
3876
3877 2008-08-28 Tristan Gingold <gingold@adacore.com>
3878
3879 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3880 Enable bfd, binutils and opcodes.
3881 * configure: Regenerate.
3882
3883 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3884
3885 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
3886
3887 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3888
3889 * MAINTAINERS: Use correct Umlaut for last name.
3890
3891 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3892
3893 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3894
3895 2008-08-16 David Edelsohn <edelsohn@gnu.org>
3896
3897 * MAINTAINERS: Update my email address.
3898
3899 2008-08-16 Nicolas Roche <roche@adacore.com>
3900
3901 * Makefile.tpl: Add BOOT_ADAFLAGS.
3902 * Makefile.in: Regenerate.
3903
3904 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
3905
3906 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3907 * configure: Regenerate.
3908
3909 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3910
3911 * configure.ac: Add makefile fragments for hpux.
3912 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3913 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3914 * configure: Regenerate.
3915 * Makefile.in: Regenerate.
3916
3917 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
3918
3919 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3920
3921 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
3922
3923 * MAINTAINERS (Write after Approval): Add myself.
3924
3925 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
3926
3927 * MAINTAINERS (Write After Approval): Add myself.
3928
3929 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
3930
3931 * MAINTAINERS (Write After Approval): Add myself.
3932
3933 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
3934
3935 * MAINTAINERS: Update my email address.
3936
3937 2008-06-25 Joey Ye <joey.ye@intel.com>
3938
3939 * MAINTAINERS (Write After Approval): Add myself.
3940
3941 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3942
3943 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3944 * Makefile.in: Regenerate.
3945 * configure: Regenerate.
3946
3947 2008-06-17 Daniel Kraft <d@domob.eu>
3948
3949 * MAINTAINERS (Write After Approval): Add myself.
3950
3951 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3952
3953 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3954 "$@" is still intact with both Autoconf 2.59 and 2.62.
3955 * configure: Regenerate.
3956
3957 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3958
3959 * Makefile.tpl: Fix comment errors.
3960 * Makefile.in: Regenerate.
3961
3962 2008-06-12 David S. Miller <davem@davemloft.net>
3963 David Edelsohn <edelsohn@gnu.org>
3964
3965 * configure.ac: Add powerpc*-*-* to gold supported targets.
3966 * configure: Regenerate.
3967
3968 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3969
3970 PR tree-optimization/36218
3971 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3972 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3973 (all prefix="build-"): Pass them to build-system sub-makes.
3974 * Makefile.in: Regenerate.
3975
3976 2008-06-07 Joseph Myers <joseph@codesourcery.com>
3977
3978 * MAINTAINERS (mt port): Remove.
3979 (sco5, unixware, sco udk): Remove.
3980 (Kean Johnston): Add to Write After Approval.
3981
3982 2008-05-30 Julian Brown <julian@codesourcery.com>
3983
3984 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3985 of libobjc for ARM EABI Linux.
3986 * configure: Regenerate.
3987
3988 2008-05-18 Xinliang David Li <davidxl@google.com>
3989
3990 * ChangeLog: Remove wrong ChangeLog entry.
3991
3992 2008-05-17 Xinliang David Li <davidxl@google.com>
3993
3994 * MAINTAINERS (Write After Approval): Add myself.
3995
3996 2008-05-15 Janus Weil <janus@gcc.gnu.org>
3997
3998 * MAINTAINERS (Write After Approval): Add myself.
3999
4000 2008-05-14 Rafael Espíndola <espindola@google.com>
4001
4002 * config-ml.in: don't handle --enable-shared and --enable-static.
4003
4004 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
4005
4006 * MAINTAINERS: Update my email address.
4007
4008 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
4009
4010 * MAINTAINERS: Update my email address.
4011
4012 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
4013
4014 * MAINTAINERS (Write After Approval): Add myself.
4015
4016 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
4017
4018 * MAINTAINERS (Write After Approval): Add myself.
4019
4020 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
4021
4022 * MAINTAINERS (crx): Add myself.
4023
4024 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4025
4026 Sync with src:
4027 2008-04-14 David S. Miller <davem@davemloft.net>
4028
4029 * configure.ac: Add sparc*-*-* to gold supported targets.
4030 * configure: Regenerate.
4031
4032 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4033
4034 PR bootstrap/35457
4035 * configure.ac: Include override.m4.
4036 * configure: Regenerate.
4037
4038 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4039
4040 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
4041 * Makefile.in: Regenerate.
4042
4043 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
4044
4045 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
4046 as nonconfigurable directories list.
4047 * configure: Regenerate.
4048
4049 2008-04-14 Ben Elliston <bje@au.ibm.com>
4050
4051 * config.sub, config.guess: Update from upstream sources.
4052
4053 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
4054
4055 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4056 * Makefile.in: Regenerate.
4057
4058 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
4059
4060 * configure.ac: Do not build libssp for the AVR.
4061 * configure: Regenerate.
4062
4063 2008-04-07 Ian Lance Taylor <iant@google.com>
4064
4065 * Makefile.def: check-gold depends upon all-binutils.
4066 * Makefile.in: Regenerate.
4067
4068 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
4069
4070 * MAINTAINERS (Write After Approval): Add myself.
4071
4072 2008-04-04 Nick Clifton <nickc@redhat.com>
4073
4074 PR binutils/4334
4075 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4076 builds.
4077 * configure: Regenerate.
4078
4079 2008-04-04 NightStrike <NightStrike@gmail.com>
4080
4081 PR other/35151
4082 * configure.ac: Combine rules for mingw32 and mingw64.
4083 * configure: Regenerate.
4084
4085 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
4086
4087 * MAINTAINERS (Write After Approval): Add myself.
4088
4089 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
4090
4091 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
4092 * Makefile.in (.NOTPARALLEL): Ditto.
4093
4094 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
4095
4096 * MAINTAINERS (Write After Approval): Add myself.
4097
4098 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
4099
4100 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
4101 * Makefile.in (.NOTPARALLEL): Regenerate.
4102
4103 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
4104
4105 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4106 * Makefile.in: Regenerate.
4107
4108 2008-03-26 Jakub Staszak <kuba@et.pl>
4109
4110 * MAINTAINERS (Write After Approval): Add myself.
4111
4112 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
4113
4114 * MAINTAINERS: Update e-mail address.
4115
4116 2008-03-20 Ian Lance Taylor <iant@google.com>
4117
4118 * configure.ac: Add support for --enable-gold.
4119 * Makefile.def: Add gold as a directory like ld.
4120 * configure, Makefile.in: Regenerate.
4121
4122 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4123
4124 * configure.ac: m4_include config/proginstall.m4.
4125 * configure: Regenerate.
4126
4127 Backport from upstream Libtool:
4128
4129 2007-10-12 Eric Blake <ebb9@byu.net>
4130
4131 Deal with Autoconf 2.62's semantic change in m4_append.
4132 * ltsugar.m4 (lt_append): Replace broken versions of
4133 m4_append.
4134 (lt_if_append_uniq): Don't require separator to be overquoted,
4135 and avoid broken m4_append.
4136 (lt_dict_add): Fix typo.
4137 * libtool.m4 (_LT_DECL): Don't overquote separator.
4138
4139 2008-03-13 David Edelsohn <edelsohn@gnu.org>
4140
4141 * config.rpath: Add AIX 6 support.
4142
4143 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
4144
4145 * Makefile.def (stageprofile). Remove -fprofile-generate
4146 from stage_libcflags.
4147 * Makefile.in: Regenerate.
4148
4149 2008-03-13 Ben Elliston <bje@au.ibm.com>
4150
4151 * config.sub, config.guess: Update from upstream sources.
4152
4153 2008-03-06 Tom Tromey <tromey@redhat.com>
4154
4155 * MAINTAINERS: Update for treelang deletion.
4156
4157 2008-03-03 James E. Wilson <wilson@tuliptree.org>
4158
4159 * MAINTAINERS: Update my email address.
4160
4161 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
4162
4163 * MAINTAINERS (darwin port): Add myself as a maintainer.
4164 (objective-c/c++): Add myself as a maintainer.
4165
4166 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
4167
4168 * MAINTAINERS (Write After Approval): Update my email address.
4169
4170 2008-02-25 Tomas Bily <tbily@suse.cz>
4171
4172 * MAINTAINERS (Write After Approval): Add myself.
4173
4174 2008-02-23 Jakub Jelinek <jakub@redhat.com>
4175
4176 * MAINTAINERS (OpenMP): Add myself.
4177
4178 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
4179
4180 PR bootstrap/32009
4181 PR bootstrap/32161
4182
4183 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4184 * configure: Regenerate.
4185
4186 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4187 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4188 STAGE4_LIBCFLAGS): New.
4189 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4190 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4191 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4192 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4193 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4194 for target modules. Don't export LIBCFLAGS.
4195 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4196 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4197 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4198 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4199 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4200 * Makefile.in: Regenerate.
4201
4202 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4203
4204 PR libgcj/33085
4205 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4206 Do not use -DDLL_EXPORT. Backport from upstream.
4207
4208 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4209
4210 * MAINTAINERS (Write After Approval): Add myself.
4211
4212 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
4213
4214 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4215 * configure: Regenerate.
4216
4217 2008-01-31 Marc Gauthier <marc@tensilica.com>
4218
4219 * configure.ac (xtensa*-*-*): Recognize processor variants.
4220 * configure: Regenerate.
4221
4222 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4223
4224 PR bootstrap/34922
4225 * configure.ac (PARSE_ARGS): Push suitable setting of
4226 ac_subdirs_all, for `./configure --help=recursive'.
4227 Handle `+' in generic toplevel directory disabling.
4228 * configure: Regenerate.
4229
4230 2008-01-28 Nick Clifton <nickc@redhat.com>
4231
4232 * MAINTAINERS (xstormy16): Take over maintainership.
4233
4234 2008-01-25 Joseph Myers <joseph@codesourcery.com>
4235
4236 * MAINTAINERS (c4x port): Remove.
4237
4238 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4239
4240 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4241
4242 2008-01-23 Ben Elliston <bje@au.ibm.com>
4243
4244 * config.sub, config.guess: Update from upstream sources.
4245
4246 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
4247
4248 * MAINTAINERS (Write After Approval): Add myself.
4249
4250 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
4251
4252 * MAINTAINERS: Update my email address.
4253
4254 2008-01-09 Raksit Ashok <raksit@google.com>
4255
4256 * MAINTAINERS (Write After Approval): Add myself.
4257
4258 2008-01-09 Raksit Ashok <raksit@google.com>
4259
4260 * MAINTAINERS (Write After Approval): Add myself.
4261
4262 2008-01-08 Ben Elliston <bje@au.ibm.com>
4263
4264 * config.sub, config.guess: Update from upstream sources.
4265
4266 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4267
4268 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4269 Change recommended MPFR from 2.2.1 -> 2.3.0.
4270 * configure: Regenerate.
4271
4272 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
4273
4274 * MAINTAINERS: Update my email address.
4275
4276 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
4277
4278 * MAINTAINERS: Update my email address.
4279
4280 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4281
4282 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4283 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4284 * Makefile.in: Regenerate.
4285
4286 2007-12-10 Mark Heffernan <meheff@google.com>
4287
4288 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
4289 misplaced entries.
4290
4291 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4292
4293 * configure.ac: Enable libjava for x86_64-*-darwin9.
4294 * configure: Regenerate.
4295
4296 2007-12-07 Bill Maddox <maddox@google.com>
4297
4298 * MAINTAINERS (Write After Approval): Add myself.
4299
4300 2007-12-05 Ben Elliston <bje@au.ibm.com>
4301
4302 * config.sub, config.guess: Update from upstream sources.
4303
4304 2007-12-02 Matthias Klose <doko@ubuntu.com>
4305
4306 * config-ml.in: Remove 64bit configure tests.
4307
4308 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4309
4310 * config-ml.in: Robustify against white space in absolute file
4311 names.
4312
4313 * config-ml.in (multi-clean): Substitute ${Makefile}.
4314 Remove superfluous ${Makefile} in list.
4315
4316 2007-11-19 Thiemo Seufer <ths@mips.com>
4317
4318 * config-ml.in: Don't hardcode the Makefile name.
4319
4320 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
4321
4322 * MAINTAINERS (Write After Approval): Add myself.
4323
4324 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
4325
4326 * MAINTAINERS (Write After Approval): Add myself.
4327
4328 2007-11-06 Doug Kwan <dougkwan@google.com>
4329
4330 * MAINTAINERS (Write After Approval): Add myself.
4331
4332 2007-10-25 Ben Elliston <bje@au.ibm.com>
4333
4334 * MAINTAINERS (mercury): Remove entry.
4335 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
4336
4337 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4338
4339 * Makefile.def (dependencies): Make configure-gdb depend on
4340 all-intl.
4341 * Makefile.in: Regenerated.
4342
4343 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
4344
4345 * MAINTAINERS (Fortran maintainer): Remove myself.
4346
4347 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4348
4349 * Makefile.def: To avoid problems running with parallel makes,
4350 build newlib before libgloss so that target specific header
4351 files are availble.
4352 * Makefile.in: Regenerate
4353
4354 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4355
4356 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4357 * Makefile.in: Regenerate.
4358
4359 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
4360
4361 * MAINTAINERS (Register allocation reviewer): Add myself.
4362
4363 2007-10-08 Mike Frysinger <vapier@gentoo.org>
4364
4365 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4366 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4367 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4368 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4369 * configure: Regenerate.
4370
4371 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
4372
4373 * MAINTAINERS (Register allocation reviewer): Add myself.
4374
4375 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
4376
4377 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4378 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4379 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4380 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4381 * configure.ac: Default them to host tools for $host = $build.
4382 Subst them.
4383
4384 * configure: Regenerate.
4385 * Makefile.in: Regenerate.
4386
4387 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
4388
4389 * MAINTAINERS (Register allocation reviewer): Add myself.
4390
4391 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
4392
4393 * MAINTAINERS (Register allocation reviewer): Add myself.
4394
4395 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
4396
4397 * MAINTAINERS (Write After Approval): Fix typo.
4398
4399 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4400
4401 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4402 * configure: Regenerate.
4403
4404 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
4405
4406 PR bootstrap/31906
4407 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
4408 they're already prefixed.
4409
4410 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4411
4412 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4413 libstdc++.
4414 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4415 * configure: Regenerate.
4416 * Makefile.in: Regenerate.
4417
4418 2007-09-17 Andreas Schwab <schwab@suse.de>
4419
4420 * configure.ac: Raise minimum makeinfo version to 4.6.
4421 * configure: Regenerate.
4422
4423 2007-09-17 Johannes Singler <singler@ira.uka.de>
4424
4425 * MAINTAINERS (write-after-approval) add myself
4426
4427 2007-09-15 Alan Modra <amodra@bigpond.net.au>
4428
4429 * configure.ac: Correct makeinfo version check.
4430 * configure: Regenerate.
4431
4432 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
4433
4434 * MAINTAINERS: Update my email address.
4435
4436 2007-09-14 Richard Sandiford <richard@codesourcery.com>
4437
4438 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4439 to $skipdirs and only disable gprof for newlib. Use the normal
4440 mips*-elf* handling in other respects.
4441 * configure: Regnerate.
4442
4443 2007-09-12 David Daney <ddaney@avtrex.com>
4444
4445 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4446 enabling libgcj.
4447 * configure: Regenerate.
4448
4449 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4450
4451 PR other/32154
4452 * configure.ac: For libgloss targets, point the linker to the linker
4453 script, startup code and simulator library.
4454 * configure: Regenerate.
4455
4456 2007-09-07 Andrew Haley <aph@redhat.com>
4457
4458 * configure.ac (noconfigdirs): Remove target-libffi and
4459 target-libjava.
4460 * configure: Regenerate.
4461
4462 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4463
4464 PR target/33281
4465 * configure.ac: Use config/mh-mingw on mingw.
4466 * configure: Regenerate.
4467
4468 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
4469
4470 * MAINTAINERS (Write After Approval): Add myself.
4471
4472 2007-09-05 Richard Guenther <rguenther@suse.de>
4473
4474 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4475 nor --disable-checking is provided also turn on yes and types
4476 checking for stage1.
4477 * configure: Re-generate.
4478
4479 2007-08-30 Krister Walfridsson <cato@df.lth.se>
4480
4481 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
4482 (Write After Approval): Remove myself.
4483
4484 2007-08-29 Nick Clifton <nickc@redhat.com>
4485
4486 * config.sub, config.guess: Update from upstream sources.
4487
4488 2007-08-22 Bud Davis <jmdavis@link.com>
4489
4490 * MAINTAINERS (Write After Approval): Added myself.
4491 * MAINTAINERS (Reviewers): Removed myself.
4492
4493 2007-08-18 Paul Brook <paul@codesourcery.com>
4494 Joseph Myers <joseph@codesourcery.com>
4495
4496 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4497 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4498 * Makefile.in: Regenerate.
4499 * configure.ac (--with-debug-prefix-map): New.
4500 * configure: Regenerate.
4501
4502 2007-08-17 Richard Sandiford <richard@codesourcery.com>
4503 Nigel Stephens <nigel@mips.com>
4504
4505 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4506 as target_makefile_frag.
4507 * configure: Regenerate.
4508
4509 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4510
4511 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4512 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4513 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4514 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4515 (do-compare, do-compare3, do-compare-debug): New.
4516 ([+compare-target+]): Use them.
4517
4518 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
4519
4520 * MAINTAINERS (Write After Approval): Change my email address.
4521
4522 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4523 Ben Elliston <bje@au.ibm.com>
4524
4525 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4526 --silent if $silent.
4527 * configure: Regenerate.
4528
4529 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
4530
4531 * MAINTAINERS (Various Maintainers): Add myself as
4532 loop infrastructure maintainer. Update my e-mail
4533 address.
4534
4535 2007-07-31 Diego Novillo <dnovillo@google.com>
4536
4537 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
4538 Adjust description.
4539
4540 2007-07-26 Richard Guenther <rguenther@suse.de>
4541
4542 * configure.ac: Add types checking to stage1 checking flags.
4543 * configure: Regenerate.
4544
4545 2007-07-17 Nick Clifton <nickc@redhat.com>
4546
4547 * COPYING3: New file. Contains version 3 of the GNU General
4548 Public License.
4549 * COPYING3.LIB: New file. Contains version 3 of the GNU
4550 Lesser General Public License.
4551
4552 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
4553
4554 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
4555
4556 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
4557
4558 * MAINTAINERS (S/390 co-maintainer): Add myself.
4559 (Write After Approval): Remove myself.
4560
4561 2007-07-13 Dan Hipschman <dsh@google.com>
4562
4563 * MAINTAINERS (Write After Approval): Add myself.
4564
4565 2007-07-11 Nick Clifton <nickc@redhat.com>
4566
4567 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
4568 WINDRES export.
4569 * Makefile.in: Regenerate.
4570
4571 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4572
4573 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
4574 maintainer.
4575
4576 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4577
4578 * lt~obsolete.m4: New. Import from 20070318 libtool.
4579
4580 2007-07-03 Julian Brown <julian@codesourcery.com>
4581
4582 * MAINTAINERS (Write After Approval): Add myself.
4583
4584 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4585
4586 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4587 * configure: Regenerate.
4588
4589 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4590
4591 * configure.ac: Add some missing m4 quotation.
4592 * configure: Regenerate.
4593
4594 2007-07-02 Simon Baldwin <simonb@google.com>
4595
4596 * MAINTAINERS (Write After Approval): Add myself.
4597
4598 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
4599
4600 * configure: Regenerate.
4601
4602 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
4603
4604 * Makefile.def: Add windmc tool to build.
4605 * Makefile.tpl: Likewise.
4606 * configure.ac: Likewise.
4607 * Makefile.in: Regenerate.
4608 * configure: Regenerate.
4609
4610 2007-06-28 DJ Delorie <dj@redhat.com>
4611
4612 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4613 not building newlib.
4614 * configure: Regenerated.
4615
4616 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
4617
4618 * MAINTAINERS (Write After Approval): Add myself.
4619
4620 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
4621
4622 * MAINTAINERS (Write After Approval): Add myself.
4623
4624 2007-06-19 Chris Matthews <chrismatthews@google.com>
4625
4626 * MAINTAINERS (Write After Approval): Add myself.
4627
4628 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
4629
4630 * MAINTAINERS (Write After Approval): Add myself.
4631
4632 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4633
4634 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4635 * Makefile.in: Regenerated.
4636
4637 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
4638
4639 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4640 bfin*-*-uclinux* targets.
4641 * configure: Regenerate.
4642
4643 2007-06-14 Ian Lance Taylor <iant@google.com>
4644
4645 * MAINTAINERS: Add myself as non-algorithmic global write
4646 maintainer.
4647
4648 2007-06-14 Diego Novillo <dnovillo@google.com>
4649
4650 * MAINTAINERS: Add self as middle-end maintainer and
4651 non-algorithmic global write maintainer.
4652
4653 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4654
4655 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
4656 Move all Fortran maintainers except Paul Brook into the
4657 Non-Autopoiesis section.
4658
4659 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4660
4661 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4662 (distclean-stage[+id+]): Possibly delete stage_last.
4663 * Makefile.in: Regenerate.
4664
4665 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
4666
4667 * MAINTAINERS (Various Maintainer): Fix typo.
4668
4669 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
4670
4671 * MAINTAINERS (Various Maintainer): Add myself as
4672 dataflow maintainer.
4673
4674 2007-06-07 Ben Elliston <bje@au.ibm.com>
4675
4676 * config.sub, config.guess: Update from upstream sources.
4677
4678 2007-06-07 Ben Elliston <bje@au.ibm.com>
4679
4680 * Makefile.tpl: Fix spelling error.
4681 * Makefile.in: Regenerate.
4682
4683 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4684
4685 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4686 lt_cv_sys_max_cmd_len.
4687
4688 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
4689
4690 * MAINTAINERS (Various Maintainers): Add myself as
4691 auto-vectorizer maintainer.
4692
4693 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
4694
4695 PR libjava/32098
4696 * libtool.m4: Revert previous change.
4697 * ltgcc.m4: Put it here.
4698
4699 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
4700
4701 * MAINTAINERS (Various Maintainers): Add myself as
4702 auto-vectorizer maintainer.
4703
4704 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
4705
4706 PR libjava/32098
4707 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
4708
4709 2007-05-30 Richard Guenther <rguenther@suse.de>
4710
4711 * MAINTAINERS (Various Maintainers): Add myself as
4712 auto-vectorizer maintainer.
4713
4714 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4715
4716 PR bootstrap/29382
4717 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4718 * configure: Rebuilt.
4719
4720 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
4721
4722 * MAINTAINERS (Write After Approval): Removed my name.
4723
4724 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
4725
4726 * MAINTAINERS (Write After Approval): Remove myself.
4727
4728 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4729
4730 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4731
4732 2007-05-23 Steve Ellcey <sje@cup.hp.com>
4733
4734 * ltmain.sh: Update from ToT Libtool.
4735 * libtool.m4: Update from ToT Libtool.
4736 * ltsugar.m4: New. Update from ToT Libtool.
4737 * ltversion.m4: New. Update from ToT Libtool.
4738 * ltoptions.m4: New. Update from ToT Libtool.
4739 * ltconfig: Remove.
4740 * ltcf-c.sh: Remove.
4741 * ltcf-cxx.sh: Remove.
4742 * ltcf-gcj.sh: Remove.
4743
4744 2007-05-22 Ollie Wild <aaw@google.com>
4745
4746 * MAINTAINERS (Write After Approval): Add myself.
4747
4748 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4749
4750 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4751 stage_cflags.
4752 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4753 Remove CFLAGS/LIBCFLAGS.
4754 (configure-stage[+id+]-[+prefix+][+module+],
4755 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4756 * Makefile.in: Regenerate.
4757
4758 2007-05-15 Diego Novillo <dnovillo@google.com>
4759
4760 * MAINTAINERS: Update e-mail address.
4761
4762 2007-05-15 Revital Eres <eres@il.ibm.com>
4763
4764 * MAINTAINERS (Write After Approval): Add myself.
4765
4766 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
4767
4768 * MAINTAINERS (Write After Approval): Updated my address.
4769
4770 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
4771
4772 * MAINTAINERS (Write After Approval): Add myself.
4773
4774 2007-05-11 Silvius Rus <rus@google.com>
4775
4776 * MAINTAINERS (Write After Approval): Add myself.
4777
4778 2007-04-23 Tom Tromey <tromey@redhat.com>
4779
4780 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
4781
4782 2007-04-22 Mark Mitchell <mark@codesourcery.com>
4783
4784 * MAINTAINERS (cpplib): Rename to ...
4785 (libcpp): ... this. Add C/C++ front end maintainers.
4786
4787 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4788
4789 * config-ml.in: Pass ${ml_config_env} to configure calls.
4790
4791 2007-04-04 Christian Bruel <christian.bruel@st.com>
4792
4793 * MAINTAINERS (Write After Approval): Add myself.
4794
4795 2007-04-02 Dave Korn <dave.korn@artimi.com>
4796
4797 * MAINTAINERS (Write After Approval): Add myself.
4798
4799 2007-03-31 Tobias Burnus <burnus@net-b.de>
4800
4801 * MAINTAINERS (fortran 95 front end): Add myself.
4802
4803 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4804
4805 * MAINTAINERS (Write After Approval): Add myself.
4806
4807 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
4808
4809 * MAINTAINERS (Modulo Scheduler): Add myself.
4810
4811 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
4812
4813 * MAINTAINERS (fortran 95 front end): Add myself.
4814 (c++ front end): whitespace fix.
4815
4816 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
4817
4818 * MAINTAINERS (Write After Approval): Add myself.
4819
4820 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4821
4822 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4823 of glob. Quote arguments with single quotes too.
4824 * configure: Regenerate.
4825
4826 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4827
4828 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4829 * Makefile.in: Regenerate
4830
4831 2007-03-07 Andreas Schwab <schwab@suse.de>
4832
4833 * configure: Regenerate.
4834
4835 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4836
4837 * configure.ac: Add "--with-pdfdir" configure option,
4838 which defines pdfdir variable.
4839 * Makefile.def (target=fixincludes): Add install-pdf to
4840 missing targets.
4841 (recursive_targets): Add install-pdf target.
4842 (flags_to_pass): Add pdfdir.
4843 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4844 target.
4845 * configure: Regenerate
4846 * Makefile.in: Regenerate
4847
4848 2007-02-28 Eric Christopher <echristo@apple.com>
4849
4850 Revert:
4851 2006-12-07 Mike Stump <mrs@apple.com>
4852
4853 * Makefile.def (dependencies): Add dependency for
4854 install-target-libssp and install-target-libgomp on
4855 install-gcc.
4856 * Makefile.in: Regenerate.
4857
4858 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4859
4860 * configure: Regenerate.
4861 * configure.ac: Move statements after variable declarations.
4862
4863 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
4864
4865 * MAINTAINERS: Add myself as sh maintainer.
4866
4867 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4868
4869 * configure.ac: Adjust for loop syntax.
4870 * configure: Regenerate.
4871
4872 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4873
4874 * configure: Rebuilt.
4875
4876 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4877
4878 * configure.ac: Drop multiple occurrences of --enable-languages,
4879 and fix its quoting.
4880 * configure: Rebuilt.
4881
4882 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4883 Nathan Sidwell <nathan@codesourcery.com>
4884 Vladimir Prus <vladimir@codesourcery.com>
4885 Joseph Myers <joseph@codesourcery.com>
4886
4887 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4888 * configure: Regenerate.
4889
4890 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
4891
4892 * ltconfig (freebsd*): Default to elf.
4893
4894 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4895
4896 * configure.ac (target_libraries): Move libgcc before libiberty.
4897 * configure: Regenerated.
4898
4899 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4900 Paolo Bonzini <bonzini@gnu.org>
4901
4902 PR bootstrap/30753
4903 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4904 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4905 * configure: Regenerated.
4906
4907 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4908
4909 * MAINTAINERS (Language Front End Maintainers): Update my mail
4910 address.
4911
4912 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4913
4914 PR bootstrap/30748
4915 * configure.ac: Correct syntax for Solaris ksh.
4916 * configure: Regenerated.
4917
4918 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4919
4920 * configure.ac: Sync with src.
4921 * configure: Regenerate.
4922
4923 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4924
4925 * Makefile.in: Regenerate.
4926
4927 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4928
4929 * config.sub: Sync with src.
4930
4931 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4932
4933 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4934 noncanonical equivalents.
4935 * configure.in: Rename to...
4936 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4937 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4938 target_noncanonical. Use them. Rewrite removal of configure
4939 arguments for autoconf 2.59. Discard variable settings. Force
4940 program_transform_name for native tools.
4941
4942 * Makefile.in: Regenerated.
4943 * configure: Regenerated with autoconf 2.59.
4944
4945 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
4946
4947 * MAINTAINERS (Write After Approval): Add myself.
4948
4949 2007-01-31 Andreas Schwab <schwab@suse.de>
4950
4951 * Makefile.tpl (LDFLAGS): Substitute it.
4952 * Makefile.in: Regenerate.
4953
4954 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
4955
4956 * MAINTAINERS (Write After Approval): Add myself.
4957
4958 2007-01-28 David Edelsohn <edelsohn@gnu.org>
4959
4960 * MAINTAINERS (spu port): Add myself.
4961
4962 2007-01-23 Richard Guenther <rguenther@suse.de>
4963
4964 PR bootstrap/30541
4965 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4966 * Makefile.tpl (GNATBIND): Substitute it.
4967 (GNATMAKE): Likewise.
4968 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4969 of STAGE_PREFIX.
4970 * Makefile.in: Regenerate.
4971 * configure: Regenerate.
4972
4973 2007-01-18 Mike Stump <mrs@apple.com>
4974
4975 * configure.in: Re-enable -Werror for gcc builds.
4976
4977 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
4978
4979 * MAINTAINERS (Write After Approval): Add myself.
4980
4981 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4982
4983 * configure.in: Change == to = in test command.
4984 * configure: Regenerate.
4985
4986 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4987 Nick Clifton <nickc@redhat.com>
4988 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4989
4990 * configure.in (build_configargs, host_configargs, target_configargs):
4991 Remove build/host/target parameters.
4992 (host_libs): Add gmp and mpfr.
4993 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4994 * Makefile.def (gmp, mpfr): New.
4995 (gcc): Remove target.
4996 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4997 target_os, target_vendor): New.
4998 (configure): Add host_alias/target_alias arguments; adjust invocations.
4999 * configure: Regenerate.
5000 * Makefile.in: Regenerate.
5001
5002 2007-01-11 Matt Fago <fago@earthlink.net>
5003
5004 * configure.in: Try to link to functions only in mpfr 2.2.x
5005 to improve robustness of configure tests.
5006 * configure: Regenerate.
5007
5008 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
5009
5010 * MAINTAINERS: Add myself as i386 maintainer.
5011
5012 2007-01-08 Jan Hubicka <jh@suse.cz>
5013
5014 * MAINTAINERS: Add myself as i386 maintainer.
5015
5016 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
5017
5018 * configure.in: Add support for an x86_64-mingw* target.
5019 * configure: Regenerate.
5020
5021 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
5022
5023 * Makefile.tpl (all-target): Correct @if conditional for target
5024 modules.
5025 * configure.in: Omit libiberty if building only target libgcc.
5026 * configure, Makefile.in: Regenerated.
5027
5028 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
5029
5030 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
5031 * configure: Regenerate.
5032
5033 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
5034
5035 * Makefile.def (target_modules): Add libgcc.
5036 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
5037 * Makefile.tpl (clean-target-libgcc): Delete.
5038 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
5039 on gcc even for bootstrapped modules. Rewrite handling of
5040 lang_env_dependencies to loop over target_modules.
5041 * configure.in (target_libraries): Add target-libgcc.
5042 * Makefile.in, configure: Regenerated.
5043
5044 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
5045
5046 * configure.in: Reorganize recognition of languages. Add
5047 --enable-stage1-languages. Show supported languages for the chosen
5048 target rather than all recognized languages.
5049 * configure: Regenerate.
5050
5051 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
5052
5053 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
5054 * Makefile.in: Regenerate.
5055
5056 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5057
5058 * configure.in: Warn that MPFR 2.2.0 is buggy.
5059 * configure: Regenerate.
5060
5061 2006-12-27 Ian Lance Taylor <iant@google.com>
5062
5063 * configure.in: When removing Makefiles to force a reconfigure, also
5064 remove prev-DIR*/Makefile.
5065 * configure: Regenerate.
5066
5067 2006-12-22 Andreas Schwab <schwab@suse.de>
5068
5069 * configure: Regenerate with correct autoconf version.
5070
5071 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
5072
5073 * configure.in: add AC_SUBST for *_FOR_TARGET.
5074 * configure: Regenerate.
5075
5076 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
5077
5078 * configure.in: Simplify logic for rejecting languages that cannot
5079 be built. Separate the case when a language is unsupported,
5080 from the case when the user chooses not to build a language.
5081
5082 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
5083
5084 * configure.in: Remove "$build" case for powerpc-*-darwin* since
5085 it only affects bootstrap and could be tested on "$host" as well.
5086 * configure: Regenerate.
5087 * config/mh-ppc-darwin: Add to the stage1 cflags here.
5088
5089 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
5090
5091 PR bootstrap/29544
5092 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
5093 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
5094 move here comment from Makefile.tpl.
5095 * Makefile.tpl: Move some definitions higher in the file.
5096 (STAGE1_CHECKING): New.
5097 * configure.in: Add --enable-stage1-checking.
5098 * configure: Regenerate.
5099 * Makefile.in: Regenerate.
5100
5101 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
5102
5103 * MAINTAINERS: Add myself as build system maintainer.
5104
5105 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
5106
5107 * MAINTAINERS (Write After Approval): Add myself.
5108
5109 2006-12-13 Eric Christopher <echristo@apple.com>
5110
5111 * MAINTAINERS: Add myself as darwin maintainer.
5112
5113 2006-12-11 Ian Lance Taylor <ian@airs.com>
5114
5115 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
5116
5117 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
5118
5119 MAINTAINERS: Update my entry.
5120
5121 2006-12-11 Alan Modra <amodra@bigpond.net.au>
5122
5123 * configure.in: Handle spu makefile frag.
5124 * Makefile.tpl (MAINT): Define
5125 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
5126 * configure: Regenerate.
5127 * Makefile.in: Regenerate.
5128
5129 2006-12-11 Ben Elliston <bje@au.ibm.com>
5130
5131 * config.guess: Import latest version.
5132 * config.sub: Likewise.
5133
5134 2006-12-11 Ben Elliston <bje@au.ibm.com>
5135
5136 * configure.in (spu-*-*): Don't skip target-libiberty.
5137 * configure: Regenerate.
5138
5139 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
5140
5141 PR bootstrap/30134
5142 * configure.in: Correct x86 darwin support for libjava to powerpc
5143 and i?86 only.
5144 * configure: Regenerate.
5145
5146 2006-12-08 Sandro Tolaini <tolaini@libero.it>
5147
5148 * configure.in: Add x86 darwin support for libjava.
5149 * configure: Regenerate.
5150
5151 2006-12-07 Mike Stump <mrs@apple.com>
5152
5153 * Makefile.def (dependencies): Add dependency for
5154 install-target-libssp and install-target-libgomp on
5155 install-gcc.
5156 * Makefile.in: Regenerate.
5157
5158 2006-12-04 Richard Guenther <rguenther@suse.de>
5159
5160 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
5161 (Non-Algorithmic Maintainers): Move over non-algorithmic
5162 loop optimizer maintainers, add myself as a non-algorithmic
5163 middle-end maintainer.
5164
5165 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
5166
5167 * MAINTAINERS (Write After Approval): Add myself.
5168
5169 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5170
5171 * configure.in: Update error message for missing GMP/MPFR.
5172
5173 * configure: Regenerate.
5174
5175 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5176
5177 * configure.in: Update MPFR version in error message.
5178
5179 * configure: Regenerate.
5180
5181 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5182
5183 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
5184 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
5185 --with-gmp-lib): New flags.
5186
5187 * configure: Regenerate.
5188
5189 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
5190
5191 * MAINTAINERS (Write After Approval): Change my email address.
5192
5193 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
5194
5195 * MAINTAINERS (Write After Approval): Add myself.
5196
5197 2006-11-22 Philipp Thomas <pth@suse.de>
5198
5199 * MAINTAINERS (i18n): Update e-mail address.
5200
5201 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5202
5203 * MAINTAINERS (spu port): Add myself as maintainer.
5204 (Write After Approval): Remove myself.
5205
5206 2006-11-22 Ben Elliston <bje@au.ibm.com>
5207
5208 * configure.in (skipdirs): Don't build libssp for SPU.
5209 * configure: Regenerate.
5210
5211 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
5212
5213 * MAINTAINERS (spu port): Add myself as maintainer.
5214 (libobjc): Update my email address.
5215
5216 2006-11-21 Andrea Bona <andrea.bona@st.com>
5217
5218 * MAINTAINERS (Write After Approval): Add myself.
5219
5220 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5221
5222 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
5223 * configure : Rebuilt.
5224
5225 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5226
5227 * MAINTAINERS (Write After Approval): Add myself.
5228
5229 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
5230
5231 * MAINTAINERS (Write After Approval): Add myself.
5232
5233 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5234
5235 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
5236 libmpfr.a.
5237 * configure: Regenerate.
5238
5239 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
5240
5241 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
5242 (unstage): Test for stage_last presence.
5243
5244 PR bootstrap/29802
5245 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
5246 STAGE_PREFIX.
5247 * Makefile.in: Regenerate.
5248
5249 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
5250
5251 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
5252 maintainers.
5253
5254 2006-11-14 Erven Rohou <erven.rohou@st.com>
5255
5256 * MAINTAINERS (Write After Approval): Add myself.
5257
5258 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
5259
5260 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
5261 and stageN-package/Makefile.
5262 * Makefile.in: Regenerated.
5263
5264 2006-11-14 Jie Zhang <jie.zhang@analog.com>
5265
5266 * configure.in: Remove target-libgloss from noconfigdirs for
5267 bfin-*-*.
5268 * configure: Regenerated.
5269
5270 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5271
5272 * configure.in (have_gmp): Only error if the gcc directory exists.
5273
5274 * configure: Regenerate.
5275
5276 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5277
5278 * configure.in: Robustify error message for missing GMP/MPFR.
5279
5280 * configure: Regenerate.
5281
5282 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
5283
5284 * MAINTAINERS (Write After Approval): Add myself.
5285
5286 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
5287
5288 * MAINTAINERS: Change email address.
5289
5290 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
5291
5292 * MAINTAINERS (Write After Approval): Add myself.
5293
5294 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
5295
5296 * MAINTAINERS (Write After Approval): Add myself.
5297
5298 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
5299
5300 * MAINTAINERS (Write After Approval): Move myself to
5301 Write After Approval section.
5302
5303 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5304
5305 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
5306 need_gmp anymore.
5307 * configure: Regenerate.
5308
5309 2006-10-16 Tobias Burnus <burnus@net-b.de>
5310
5311 * MAINTAINERS (Write After Approval): Add myself.
5312
5313 2006-10-16 Ben Elliston <bje@au.ibm.com>
5314
5315 * config.guess: Import latest version.
5316 * config.sub: Likewise.
5317
5318 2006-10-10 Brooks Moses <bmoses@stanford.edu>
5319
5320 * Makefile.def: Added pdf target handling.
5321 * Makefile.tpl: Added pdf target handling.
5322 * Makefile.in: Regenerated.
5323
5324 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
5325
5326 * MAINTAINERS: Add self as score port maintainer.
5327
5328 2006-10-04 Brooks Moses <bmoses@stanford.edu>
5329
5330 * MAINTAINERS (Write After Approval): Add myself.
5331
5332 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
5333
5334 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
5335 or newer.
5336 * configure: Regenerated.
5337
5338 2006-09-27 Dave Brolley <brolley@redhat.com>
5339
5340 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
5341 using $s instead of $r.
5342 * configure: Regenerated.
5343
5344 2006-09-26 Thiemo Seufer <ths@mips.com>
5345
5346 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5347 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5348 * configure: Regenerate.
5349
5350 2006-09-24 Graeme Peterson <gridly@gmail.com>
5351
5352 * MAINTAINERS (Write After Approval): Remove myself.
5353
5354 2006-09-22 Chao-ying Fu <fu@mips.com>
5355
5356 * MAINTAINERS (Write After Approval): Add myself.
5357
5358 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
5359
5360 * MAINTAINERS: Add self as soft-fp maintainer.
5361
5362 2006-09-09 Anatoly Sokolov <aesok@post.ru>
5363
5364 * MAINTAINERS: Add myself as avr maintainer.
5365 Remove Marek Michalkiewicz as avr maintainer.
5366
5367 2006-09-07 Roberto Costa <roberto.costa@st.com>
5368
5369 * MAINTAINERS (Write After Approval): Add myself.
5370
5371 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
5372
5373 * configure.in: Never build newlib for a Mingw host.
5374 Never build newlib as Mingw target library.
5375 Test the existence of winsup/cygwin for building a Cygwin newlib,
5376 rather than just winsup.
5377 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5378 building a Mingw target.
5379 * configure: Regenerate.
5380
5381 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
5382
5383 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
5384
5385 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
5386
5387 * config.guess: Import from src (was more updated).
5388 * config.sub: Likewise.
5389
5390 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
5391
5392 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5393 * configure: Regenerated.
5394
5395 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
5396
5397 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5398 for stages after the first.
5399
5400 2006-07-17 Jakub Jelinek <jakub@redhat.com>
5401
5402 * Makefile.def: Add dependencies for configure-opcodes
5403 on configure-intl and all-opcodes on all-intl.
5404 * Makefile.in: Regenerated.
5405
5406 2006-07-13 Ben Elliston <bje@au.ibm.com>
5407
5408 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
5409
5410 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
5411
5412 Port to hosts whose 'sort' and 'tail' implementations
5413 treat operands with leading '+' as file names, as POSIX
5414 has required since 2001. However, make sure the code still
5415 works on pre-POSIX hosts.
5416 * ltmain.sh: Don't assume "sort +2" is equivalent to
5417 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
5418
5419 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
5420
5421 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
5422
5423 2006-07-04 Peter O'Gorman <peter@pogma.com>
5424
5425 * ltconfig: chmod 644 before ranlib during install.
5426
5427 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5428
5429 PR bootstrap/18058
5430 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5431 if the bootstrap compiler is a GCC version that supports it.
5432 * configure: Regenerate.
5433
5434 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5435
5436 * configure.in: Fix thinkos in previous check-in.
5437 * configure: Regenerate.
5438
5439 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5440
5441 PR other/27063
5442 * configure.in: Test subdir_requires and give an appropriate
5443 error message.
5444 * configure: Regenerate.
5445
5446 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
5447
5448 * MAINTAINERS (Write After Approval): Add myself.
5449
5450 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
5451
5452 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5453
5454 2006-06-22 Steve Ellcey <sje@cup.hp.com>
5455
5456 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5457
5458 2006-06-20 David Ayers <d.ayers@inode.at>
5459
5460 PR bootstrap/28072
5461 * configure.in: Add target-boehm-gc to noconfigdirs depending on
5462 whether target-libjava is being configured instead of whether the
5463 java front end is enabled.
5464 * configure: Regenerate.
5465
5466 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5467
5468 PR target/27540
5469 * configure.in: Only enable libgomp on IRIX 6.
5470 * configure: Regenerate.
5471
5472 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
5473
5474 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5475 too.
5476 * Makefile.in: Regenerate.
5477
5478 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
5479
5480 * config-ml.in: Alter CCASFLAGS to include special
5481 multilib options the same as is done for CFLAGS.
5482
5483 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5484
5485 * configure.in: Don't enable libgomp on hpux10.
5486 * configure: Rebuilt.
5487
5488 2006-06-12 David Ayers <d.ayers@inode.at>
5489
5490 PR bootstrap/27963
5491 PR target/19970
5492 * configure.in: Remove target-boehm-gc from noconfigdirs where
5493 ${libgcj} is specified.
5494 * configure: Regenerate.
5495
5496 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
5497
5498 Sync from src:
5499
5500 * configure.in: Sync.
5501 * configure: Regenerated.
5502
5503 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5504
5505 * Makefile.def: Added dependencies from sim and gdb on intl, and
5506 added configure dependencies to everything with an all dependency
5507 on intl.
5508 * Makefile.in: Regenerated.
5509
5510 2006-06-06 David Ayers <d.ayers@inode.at>
5511
5512 PR libobjc/13946
5513 * Makefile.def: Add dependencies for libobjc which boehm-gc.
5514 * Makefile.in: Regenerate.
5515 * configure.in: Add --enable-objc-gc at toplevel and have it
5516 enable boehm-gc for Objective-C.
5517 Remove target-boehm-gc from libgcj.
5518 Add target-boehm-gc to target_libraries.
5519 Add target-boehm-gc to noconfigdirs where ${libgcj}
5520 is specified.
5521 Assert that boehm-gc is supported when requested for Objective-C.
5522 Only build boehm-gc if needed either for Java or Objective-C.
5523 * configure: Regenerate.
5524
5525 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
5526
5527 PR 27674
5528 * Makefile.tpl (configure-[+prefix+][+module+],
5529 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5530 Remove rule to unstage bootstrapped modules.
5531 (stage_current): New.
5532 * Makefile.in: Regenerate.
5533
5534 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
5535
5536 * MAINTAINERS (Write After Approval): Update my e-mail address.
5537
5538 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
5539
5540 * include/libiberty.h: Declare pex_run_in_environment.
5541
5542 2006-05-31 Asher Langton <langton2@llnl.gov>
5543
5544 * MAINTAINERS (Write After Approval): Add myself.
5545
5546 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
5547
5548 * Makefile.def (bfd, opcodes): Fix lib_path.
5549 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5550 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5551 * Makefile.in: Regenerate.
5552
5553 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
5554
5555 * Makefile.in: Regenerate.
5556
5557 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
5558
5559 * Makefile.def: Add install-html target. Add datarootdir
5560 docdir and htmldir to flags_to_pass.
5561 * Makefile.tpl: Add install-html target.
5562 * Makefile.in: Regenerate.
5563 * configure.in: Add --with-datarootdir, --with-docdir, and
5564 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
5565 * configure: Regenerate.
5566
5567 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5568
5569 * configure.in: Enable gprof for cross builds.
5570 * configure: Regenerate.
5571
5572 2006-05-22 Richard Guenther <rguenther@suse.de>
5573
5574 Revert
5575 2006-01-31 Richard Guenther <rguenther@suse.de>
5576 Paolo Bonzini <bonzini@gnu.org>
5577
5578 * Makefile.def (target_modules): Add libgcc-math target module.
5579 * configure.in (target_libraries): Add libgcc-math target library.
5580 (--enable-libgcc-math): New configure switch.
5581 * Makefile.in: Re-generate.
5582 * configure: Re-generate.
5583 * libgcc-math: New toplevel directory.
5584
5585 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5586 Andreas Tobler <a.tobler@schweiz.ch>
5587
5588 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5589 * configure: Rebuilt.
5590
5591 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
5592
5593 * MAINTAINERS (Write After Approval): Add myself.
5594
5595 2006-05-01 DJ Delorie <dj@redhat.com>
5596
5597 * configure.in: Restore CFLAGS if GMP isn't present.
5598 * configure: Regenerate.
5599
5600 2006-05-01 Richard Guenther <rguenther@suse.de>
5601
5602 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
5603 maintainer.
5604
5605 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
5606
5607 * MAINTAINERS (Write After Approval): Add myself.
5608
5609 2006-04-28 Jan Beulich <jbeulich@novell.com>
5610
5611 * MAINTAINERS (Write After Approval): Add myself.
5612
5613 2006-04-18 DJ Delorie <dj@redhat.com>
5614
5615 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5616 reference libgloss so that libssp can be built in a combined
5617 tree.
5618 * configure: Regenerate.
5619
5620 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
5621
5622 * MAINTAINERS (Write After Approval): Add myself.
5623
5624 2006-04-05 Ben Elliston <bje@au.ibm.com>
5625
5626 * configure.in: Require makeinfo 4.4 or higher.
5627 * configure: Regenerate.
5628
5629 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
5630
5631 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
5632 Rearrange the entries of other libraries to have them in one place.
5633
5634 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
5635
5636 * MAINTAINERS (Write After Approval): Remove myself.
5637 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5638
5639 2006-03-14 Richard Guenther <rguenther@suse.de>
5640
5641 * configure: Regenerate with autoconf 2.13.
5642
5643 2006-03-13 Jim Blandy <jimb@codesourcery.com>
5644
5645 * MAINTAINERS: Use my work address.
5646
5647 * MAINTAINERS: Update my E-mail address.
5648
5649 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5650
5651 * configure.in: Handle --disable-<component> generically.
5652 * configure: Regenerate.
5653
5654 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5655
5656 PR libgcj/17311
5657 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5658
5659 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
5660
5661 * MAINTAINERS (Write After Approval): Remove myself.
5662 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5663
5664 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
5665
5666 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5667 (TARGET_CONFIGDIRS): Remove.
5668 * configure.in: Remove AC_SUBST(target_configdirs).
5669 * Makefile.in, configure: Regenerated.
5670
5671 2006-02-20 Steven G. Kargl <kargls@comcast.net>
5672
5673 * MAINTAINERS (Write After Approval): Remove myself.
5674 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5675
5676 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
5677
5678 PR bootstrap/25670
5679
5680 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5681
5682 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5683 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5684 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5685 BUILD_PREFIX, BUILD_PREFIX_1.
5686 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5687
5688 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5689 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5690
5691 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5692 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5693 of `cat stage_current`. Always provide the `r' and `s' variables.
5694 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5695 a single shell execution.
5696 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5697 bootstrapped modules, make the stage1 module if the build was not
5698 started yet, else build the current stage.
5699 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5700 (all-build, all-host, all-target, [+make_target+]-host,
5701 [+make_target+]-target): Do not use \-continued lines.
5702 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5703 (current_stage, restrap, stage_last): New.
5704
5705 * Makefile.in: Regenerate.
5706 * configure: Regenerate.
5707
5708 2006-02-19 Bud Davis <jmdavis@link.com>
5709
5710 * MAINTAINERS (Write After Approval): Remove myself.
5711 (Language Front End Maintainers): Add myself as fortran 95
5712 maintainer and update e-mail address.
5713
5714 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5715
5716 * MAINTAINERS (Write After Approval): Remove myself.
5717 (Language Front End Maintainers): Add myself as fortran 95
5718 maintainer.
5719
5720 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
5721
5722 * MAINTAINERS (Write After Approval): Add myself.
5723
5724 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
5725
5726 * MAINTAINERS (Write After Approval): Remove myself.
5727 (Language Front End Maintainers): Add myself as
5728 fortran 95 maintainer.
5729
5730 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5731
5732 Sync from src:
5733
5734 2005-12-27 Leif Ekblad <leif@rdos.net>
5735
5736 * configure.in: Add support for RDOS target.
5737 * configure: Regenerate.
5738
5739 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5740 Andreas Schwab <schwab@suse.de>
5741
5742 * configure: Regenerate.
5743
5744 2006-02-12 David Edelsohn <edelsohn@gnu.org>
5745
5746 * configure.in (enable_libgomp): Add AIX.
5747 * configure: Regenerate.
5748
5749 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
5750
5751 * MAINTAINERS (Write After Approval): Add myself.
5752
5753 2006-02-03 Lee Millward <lee.millward@gmail.com>
5754
5755 * MAINTAINERS (Write After Approval): Add myself.
5756
5757 2006-01-31 Richard Guenther <rguenther@suse.de>
5758 Paolo Bonzini <bonzini@gnu.org>
5759
5760 * Makefile.def (target_modules): Add libgcc-math target module.
5761 * configure.in (target_libraries): Add libgcc-math target library.
5762 (--enable-libgcc-math): New configure switch.
5763 * Makefile.in: Re-generate.
5764 * configure: Re-generate.
5765 * libgcc-math: New toplevel directory.
5766
5767 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
5768
5769 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5770 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5771 the assembler, linker and binutils.
5772 * configure: Regenerate.
5773
5774 2006-01-22 Dirk Mueller <dmueller@suse.de>
5775
5776 * MAINTAINERS (Write After Approval): Add myself.
5777
5778 2006-01-20 Diego Novillo <dnovillo@redhat.com>
5779
5780 * configure: Regenerate.
5781
5782 2006-01-18 Richard Henderson <rth@redhat.com>
5783 Jakub Jelinek <jakub@redhat.com>
5784 Diego Novillo <dnovillo@redhat.com>
5785
5786 * libgomp: New directory.
5787 * Makefile.def: Add target_module libgomp.
5788 * Makefile.in: Regenerate.
5789 * configure.in (target_libraries): Add target-libgomp.
5790 * configure: Regenerate.
5791
5792 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
5793
5794 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5795 @ from continuation.
5796 * Makefile.in: Rebuilt.
5797
5798 2006-01-04 Chris Lattner <sabre@gnu.org>
5799
5800 * MAINTAINERS (Write After Approval): Add myself.
5801
5802 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5803
5804 PR bootstrap/24252
5805
5806 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5807 * Makefile.tpl (OBJDUMP): New.
5808 (EXTRA_HOST_FLAGS): Add it.
5809 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5810
5811 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5812 to use symbolic links between directories. Avoid race conditions
5813 or make them harmless.
5814 * configure.in: Do not try to use symbolic links between directories.
5815
5816 * Makefile.def (LEAN): Pass.
5817 * Makefile.tpl (LEAN): Define.
5818 (stage[+id+]-start): Accept that the previous directory does not
5819 exist, if the bootstrap is lean.
5820 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5821 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5822 configure substitution.
5823 ([+compare-target+]): Likewise.
5824 ([+bootstrap-target+]-lean): New.
5825 * configure.in: Remove lean bootstrap support from here.
5826
5827 * Makefile.in: Regenerate.
5828 * configure: Regenerate.
5829
5830 2006-01-04 Ben Elliston <bje@au.ibm.com>
5831
5832 * MAINTAINERS (libdecnumber): Add myself.
5833
5834 2006-01-02 Mark Mitchell <mark@codesourcery.com>
5835
5836 * libtool-ldflags: New script.
5837
5838 2006-01-02 Andreas Schwab <schwab@suse.de>
5839
5840 * configure.in: When reconfiguring remove Makefile in
5841 all stage directories.
5842 * configure: Regenerate.
5843
5844 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
5845
5846 * MAINTAINERS: Update my email address.
5847
5848 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
5849
5850 Revert Ada-related part of the previous change.
5851
5852 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5853 Do not pass.
5854 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5855 * Makefile.in: Regenerate.
5856 * configure.in: Do not include mt-ppc-aix target fragment.
5857 * configure: Regenerate.
5858
5859 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
5860
5861 * configure.in: Select appropriate fragments for PowerPC/AIX.
5862 * configure: Regenerate.
5863
5864 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5865 BOOT_CFLAGS, BOOT_LDFLAGS.
5866 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5867 BOOT_CFLAGS, BOOT_LDFLAGS.
5868 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5869 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5870 (stage): Fail if we cannot complete the work.
5871 * Makefile.in: Regenerate.
5872
5873 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
5874
5875 * configure.in: Replace ms1 with mt.
5876 * configure: Rebuilt.
5877
5878 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
5879
5880 * MAINTAINERS: Update my email address.
5881
5882 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
5883
5884 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5885 install-host-nogcc): Don't invoke $(stage) at the end.
5886 * Makefile.in: Regenerate.
5887
5888 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
5889
5890 * configure.in: Flip the top-level bootstrap switch.
5891 * configure: Regenerate.
5892
5893 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5894
5895 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5896 $(stage) and $(unstage).
5897 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5898 (all): Remove stray semicolon.
5899 (local-distclean): Don't handle multilib.tmp and multilib.out.
5900 (install.all): Set $s for consistency.
5901 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5902 check_multilibs setting. Always make the install directory.
5903 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5904 Correct @if/@endif.
5905 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5906 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5907 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5908 (multilib.out): Remove.
5909 * Makefile.in: Regenerated.
5910
5911 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
5912
5913 * MAINTAINERS (Write After Approval): Add myself.
5914
5915 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5916
5917 * MAINTAINERS: Add myself as mt maintainer.
5918
5919 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
5920
5921 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
5922
5923 * MAINTAINERS: Change email address.
5924
5925 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5926
5927 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5928 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5929 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5930 Find in-tree tools if available.
5931 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5932 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5933 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5934 (COMPILER_*_FOR_TARGET): New.
5935 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5936 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5937 (CONFIGURED_*, USUAL_*): Remove.
5938 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5939 STRIP): Use autoconf substitutions.
5940 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5941 COMPILER_NM_FOR_TARGET): New.
5942 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5943
5944 (all): Make all-host and all-target in parallel.
5945 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5946 that $$r and $$s are set before invoking a recursive make.
5947 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5948 ([+bootstrap-target+]): Inline most of the `all' target.
5949
5950 2005-11-29 Ben Elliston <bje@au.ibm.com>
5951
5952 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5953 from the gcc build directory.
5954 * Makefile.in: Regenerate.
5955
5956 2005-11-29 Ben Elliston <bje@au.ibm.com>
5957
5958 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5959 depend on all-libdecnumber.
5960 * configure.in (host_libs): Include libdecnumber.
5961 * Makefile.in: Regenerate.
5962 * configure: Likewise.
5963
5964 2005-11-29 Ben Elliston <bje@au.ibm.com>
5965
5966 * libdecnumber: Import decNumber sources from the dfp-branch.
5967
5968 2005-11-21 Kean Johnston <jkj@sco.com>
5969
5970 * config.sub, config.guess: Sync from upstream sources.
5971
5972 2005-11-21 Ben Elliston <bje@au.ibm.com>
5973
5974 Import from Autoconf sources:
5975
5976 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5977 * config/move-if-change: Don't output "$2 is unchanged";
5978 suggested by Ben Elliston. Handle weird characters correctly.
5979
5980 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
5981
5982 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5983 to match upstream libtool for darwin.
5984
5985 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5986
5987 * Makefile.def: Remove gdb dependencies for gdbtk.
5988 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5989 (configure-gdb, install-gdb): New rules.
5990 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5991 * Makefile.in, configure: Regenerated.
5992
5993 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
5994
5995 * MAINTAINERS (Write After Approval): Add myself.
5996
5997 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
5998
5999 * MAINTAINERS (Write After Approval): Add myself.
6000
6001 2005-10-24 Diego Novillo <dnovillo@redhat.com>
6002
6003 * MAINTAINERS (alias analysis): Add Daniel Berlin and
6004 Diego Novillo.
6005
6006 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
6007
6008 PR bootstrap/24297
6009 * Makefile.tpl (do-[+make-target+], do-check, install,
6010 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
6011 are set before recursing.
6012 * Makefile.in: Regenerate.
6013
6014 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
6015
6016 PR bootstrap/18939
6017 * Makefile.def (gcc) <target>: Fix thinko.
6018 * Makefile.in: Regenerate.
6019
6020 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
6021
6022 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
6023 * configure: Regenerate.
6024
6025 2005-10-15 Jie Zhang <jie.zhang@analog.com>
6026
6027 * MAINTAINERS (Write After Approval): Add self.
6028
6029 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
6030
6031 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
6032 target-libffi, target-qthreads, target-libjava, and
6033 targetlibobjc.
6034 * configure: Regenerate.
6035
6036 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
6037
6038 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
6039 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
6040 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
6041 (USUAL_OBJDUMP_FOR_TARGET): New.
6042 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
6043 * configure.in: Check for $OBJDUMP_FOR_TARGET.
6044 * configure, Makefile.in: Regenerated.
6045
6046 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
6047
6048 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
6049 before other host packages.
6050
6051 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
6052
6053 * MAINTAINERS: Add self as sh libraries/configury maintainer.
6054
6055 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
6056
6057 PR bootstrap/22340
6058
6059 * configure.in (default_target): Remove.
6060 * Makefile.tpl (all): Do not use prerequisites as subroutines
6061 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
6062 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
6063 use prerequisites as subroutines.
6064 (check-host, check-target): New.
6065 (bootstrap configure & all targets): Do not use stage*-start
6066 if the directory layout is already ok.
6067 (non-bootstrap configure & all targets): Prepend a $(unstage).
6068 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
6069 (NOTPARALLEL): Remove.
6070 (unstage, stage variables): New variables.
6071 (unstage, stage targets): Simply expand to those variables.
6072
6073 * configure: Regenerate.
6074 * Makefile.in: Regenerate.
6075
6076 2005-10-04 James E Wilson <wilson@specifix.com>
6077
6078 * Makefile.def (lang_env_dependencies): Add libmudflap.
6079 * Makefile.in: Regenerate.
6080
6081 2005-10-03 Andreas Schwab <schwab@suse.de>
6082
6083 Backport from libtool CVS:
6084 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
6085
6086 * ltmain.sh: add support for installing into temporary
6087 staging area (e.g. 'make install DESTDIR=...')
6088
6089 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
6090
6091 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
6092 * configure: Regenerated.
6093
6094 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
6095
6096 * configure: Regenerate with the correct
6097 autoconf version.
6098
6099 2005-09-30 Catherine Moore <clm@cm00re.com>
6100
6101 * configure.in (bfin-*-*): New.
6102 * configure: Regenerated.
6103
6104 2005-09-28 Geoffrey Keating <geoffk@apple.com>
6105
6106 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
6107 (LIPO_FOR_TARGET): New.
6108 (CONFIGURED_LIPO_FOR_TARGET): New.
6109 (USUAL_LIPO_FOR_TARGET): New.
6110 (STRIP_FOR_TARGET): New.
6111 (CONFIGURED_STRIP_FOR_TARGET): New.
6112 (USUAL_STRIP_FOR_TARGET): New.
6113 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
6114 STRIP_FOR_TARGET.
6115 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
6116 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
6117 * Makefile.in: Regenerate.
6118 * configure: Regenerate.
6119
6120 2005-09-19 David Edelsohn <edelsohn@gnu.org>
6121
6122 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
6123 (rs6000-*-aix*): Same.
6124 * configure: Regenerate.
6125
6126 2005-09-16 Tom Tromey <tromey@redhat.com>
6127
6128 * MAINTAINERS: Add self as java maintainer.
6129
6130 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
6131
6132 * configure.in: Recognize f95 in the --enable-languages option,
6133 and substitute it for fortran, issuing a warning.
6134 * configure: Regenerate.
6135
6136 2005-08-30 Phil Edwards <phil@codesourcery.com>
6137
6138 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
6139 * configure: Regenerated.
6140
6141 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
6142
6143 * MAINTAINERS: Add self as ms1 maintainer.
6144
6145 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
6146
6147 * Makefile.def (libssp): Add to lang_env_dependencies.
6148 * Makefile.in: Regenerate.
6149
6150 2005-08-18 Ian Lance Taylor <ian@airs.com>
6151
6152 * MAINTAINERS: Add myself as middle-end maintainer.
6153
6154 2005-08-17 Christian Groessler <chris@groessler.org>
6155
6156 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
6157 * Makefile.in: Regenerate.
6158
6159 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
6160
6161 * MAINTAINERS (write after approval): Added myself.
6162
6163 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
6164
6165 * MAINTAINERS (Write After Approval): Add myself.
6166
6167 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
6168
6169 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
6170 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
6171 Look for alternate names of the target cc and c++
6172 * configure: Regenerate.
6173
6174 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
6175
6176 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6177 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
6178 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
6179 tools; remove code to manually set them.
6180 (Target tools): Look in the environment for them.
6181 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6182 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
6183 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
6184 build directory.
6185 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
6186 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
6187 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
6188 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6189 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
6190 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
6191 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
6192 * configure: Regenerate.
6193 * Makefile.in: Regenerate.
6194
6195 2005-07-28 Ben Elliston <bje@au.ibm.com>
6196
6197 * MAINTAINERS: Update for removed CPU targets.
6198
6199 2005-07-27 Mark Mitchell <mark@codesourcery.com>
6200
6201 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
6202 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
6203 * Makefile.in: Regenerated.
6204
6205 2005-07-26 Mark Mitchell <mark@codesourcery.com>
6206
6207 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
6208 (CFLAGS_FOR_TARGET): Use it.
6209 (CXXFLAGS_FOR_TARGET): Likewise.
6210 * Makefile.in: Regenerated.
6211 * configure.in (--with-build-sysroot): New option.
6212 * configure: Regenerated.
6213
6214 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
6215
6216 * Makefile.tpl: Wrap install between unstage and stage
6217 * Makefile.in: Regenerate.
6218
6219 2005-07-21 Eric Christopher <echristo@apple.com>
6220
6221 * MAINTAINERS: Update affiliation.
6222
6223 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
6224
6225 * MAINTAINERS: Add self as crx port maintainer.
6226
6227 2005-07-20 DJ Delorie <dj@redhat.com>
6228
6229 * MAINTAINERS: Add self as m32c maintainer.
6230
6231 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
6232
6233 * all files: Update FSF address.
6234
6235 2005-07-15 Eric Christopher <echristo@redhat.com>
6236
6237 * MAINTAINERS: Change affiliation.
6238
6239 2005-07-14 Jim Blandy <jimb@redhat.com>
6240
6241 * configure.in: Add cases for Renesas m32c.
6242 * configure: Regenerated.
6243
6244 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
6245
6246 * COPYING.LIB: Update from fsf.org.
6247
6248 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
6249
6250 * COPYING, compile, config.guess,
6251 config.sub, install-sh, missing, mkinstalldirs,
6252 symlink-tree, ylwrap: Sync from upstream sources.
6253 * config-ml.in: Update FSF address.
6254
6255 2005-07-13 Eric Christopher <echristo@redhat.com>
6256
6257 * configure.in: Add toplevel noconfigdir support for tpf.
6258 * configure: Regenerate.
6259
6260 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
6261
6262 PR ada/22340
6263
6264 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
6265 * Makefile.in: Regenerate.
6266
6267 2005-07-07 Mark Mitchell <mark@codesourcery.com>
6268
6269 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
6270 Brolley to write-after-approval.
6271
6272 2005-07-07 Andreas Schwab <schwab@suse.de>
6273
6274 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
6275 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
6276 * Makefile.in: Regenerated.
6277
6278 2005-07-06 Geoffrey Keating <geoffk@apple.com>
6279
6280 * configure.in: Don't build sim or rda when targetting darwin.
6281 * configure: Regenerate.
6282
6283 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
6284
6285 * configure.in: Add --enable-libssp and --disable-libssp.
6286 * configure: Regenerate with autoconf-2.13.
6287
6288 2005-07-02 Jakub Jelinek <jakub@redhat.com>
6289
6290 * Makefile.def (target_modules): Add libssp.
6291 * configure.in (target_libraries): Add target-libssp.
6292 * configure: Rebuilt.
6293 * Makefile.in: Rebuilt.
6294
6295 2005-07-01 Zack Weinberg <zackw@panix.com>
6296
6297 * MAINTAINERS: Change email address. Resign from maintainership.
6298
6299 2005-07-01 Richard Guenther <rguenther@suse.de>
6300
6301 * MAINTAINERS: Change my e-mail address and affiliation.
6302
6303 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
6304
6305 * Makefile.def (stagefeedback): Come after profile.
6306 Define profiledbootstrap target.
6307 * Makefile.tpl (profiledbootstrap): Remove.
6308 (stageprofile-end): Zap stagefeedback.
6309 (stagefeedback-start): Copy all .gcda files, not only GCC's.
6310 * Makefile.in: Regenerate.
6311
6312 2005-06-13 Richard Sandiford <richard@codesourcery.com>
6313
6314 * MAINTAINERS: Update my email address.
6315
6316 2005-06-13 Zack Weinberg <zack@codesourcery.com>
6317
6318 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
6319 In 'cpp' stanza, support '#line' as well as '# '.
6320
6321 2005-06-08 Andreas Schwab <schwab@suse.de>
6322
6323 * MAINTAINERS: Move myself from 'Write After Approval' to
6324 'CPU Port Maintainers' section as m68k maintainer.
6325
6326 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
6327
6328 * configure.in (unsupported_languages): New macro.
6329 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
6330 non-ported target libraries in noconfigdirs.
6331 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
6332 non-linux-gnu. Remove libgcj_ex_libffi.
6333 <lang_frag loop>: Set add_this_lang=no if the language is in
6334 unsupported_languages.
6335 * configure: Regenerate.
6336
6337 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
6338
6339 * configure.in: Fix typo in handling of --with-mpfr-dir.
6340 * configure: Regenerate.
6341
6342 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
6343
6344 * MAINTAINERS: Update my email address.
6345
6346 2005-06-02 Jim Blandy <jimb@redhat.com>
6347
6348 * config.sub: Add cases for the Renesas m32c. (This patch has been
6349 accepted into the master sources.)
6350
6351 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
6352 Michael Snyder <msnyder@redhat.com>
6353 Stan Cox <scox@redhat.com>
6354
6355 * configure.in: Set noconfigdirs for ms1.
6356
6357 * configure: Regenerate.
6358
6359 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
6360
6361 * MAINTAINERS (Write After Approval): Add self.
6362
6363 2005-06-01 Josh Conner <jconner@apple.com>
6364
6365 * MAINTAINERS (Write After Approval): Add self.
6366
6367 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
6368
6369 * MAINTAINERS: Update my email address.
6370
6371 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
6372
6373 * MAINTAINERS (Write After Approval): Add self.
6374
6375 2005-05-26 Chris Demetriou <cgd@broadcom.com>
6376
6377 * MAINTAINERS (Write After Approval): Remove self.
6378
6379 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
6380
6381 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
6382 (Dependencies): Consider target modules for bootstrap dependencies.
6383 Make target bootstrap modules depend on each stage's gcc.
6384 * Makefile.in: Regenerate.
6385
6386 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
6387
6388 * Makefile.def (configure-gcc): Depend on binutils having been built.
6389 (all-gcc): No need to do it here.
6390 * Makefile.in: Regenerate.
6391
6392 2005-05-19 Paul Brook <paul@codesourcery.com>
6393
6394 * configure.in: Rewrite misleading error message when requested
6395 language cannot be built.
6396 * configure: Regenerate.
6397
6398 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6399
6400 * ylwrap: Import from Automake 1.9.5.
6401
6402 2005-05-13 David Ung <davidu@mips.com>
6403
6404 * MAINTAINERS (Write After Approval): Add self.
6405
6406 2005-05-09 Mike Stump <mrs@apple.com>
6407
6408 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
6409 lt_cv_sys_max_cmd_len for now.
6410
6411 2005-05-09 Stan Cox <scox@redhat.com>
6412
6413 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
6414
6415 2005-05-08 Matt Kraai <kraai@ftbfs.org>
6416
6417 * README.SCO: Update the URL.
6418
6419 2005-05-05 David Edelsohn <edelsohn@gnu.org>
6420
6421 * ltconfig: Define file_list_spec. Pass file_list_spec and
6422 with_gnu_ld to libtool.
6423 * ltcf-c.sh (aix[45]): Define file_list_spec.
6424 * ltcf-cxx.sh (aix[45]): Same.
6425 * ltcf-gcj.sh (aix[45]): Same.
6426 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
6427 exists, write list of input files to temporary file.
6428
6429 2005-05-04 Mike Stump <mrs@apple.com>
6430
6431 * configure.in: Always pass --target to target configures as
6432 otherwise rebuilds that do --recheck will fail.
6433 * confiugure: Rebuilt.
6434
6435 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
6436
6437 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
6438 STAGE_HOST_EXPORTS.
6439 (configure, all): Add bootstrap support.
6440 (Host modules, target modules): Pass post-stage1 flags and exports.
6441 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
6442 * Makefile.in: Regenerate.
6443
6444 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
6445
6446 * configure: Regenerate.
6447
6448 2005-04-27 Mike Stump <mrs@apple.com>
6449
6450 * MAINTAINERS: Add self as darwin maintainer.
6451
6452 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
6453
6454 * config.sub: Update from master copy.
6455
6456 2005-04-21 Mike Stump <mrs@apple.com>
6457
6458 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
6459 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
6460
6461 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
6462
6463 * configure.in <crisv32-*-*, cris-*-*>: New local variable
6464 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
6465 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
6466 "*-*-elf" and "*-*-linux*".
6467 * configure: Regenerate.
6468
6469 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
6470
6471 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
6472
6473 2005-04-12 Mike Stump <mrs@apple.com>
6474
6475 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
6476
6477 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
6478
6479 * MAINTAINERS (Write After Approval): Add myself.
6480
6481 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
6482
6483 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
6484
6485 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
6486
6487 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
6488 (TARGET_CONFIGARGS): Include --with-target-subdir.
6489 (configure, all): New macros. Use them throughout.
6490 * Makefile.in: Regenerate.
6491
6492 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
6493
6494 * MAINTAINERS (Write After Approval): Add myself.
6495
6496 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6497
6498 * MAINTAINERS: Remove 'loop unrolling' maintainer.
6499
6500 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
6501
6502 * MAINTAINERS: Move John Carr to Write After Approval.
6503
6504 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
6505
6506 * config/mh-mingw32: Delete.
6507 * configure.in: Don't use it.
6508 * configure: Regenerate.
6509
6510 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
6511
6512 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
6513 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
6514 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
6515 (HOST_LIB_PATH): Generate from Makefile.def.
6516 (TARGET_LIB_PATH): Likewise.
6517 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
6518 * Makefile.in: Regenerate.
6519 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
6520 (RPATH_ENVVAR): Include Darwin case.
6521 * configure: Regenerate.
6522
6523 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
6524
6525 * MAINTAINERS (Various Maintainers): Remove self.
6526 (Write After Approval): Add self.
6527
6528 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
6529
6530 * MAINTAINERS (Various Maintainers): Add self.
6531
6532 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
6533
6534 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
6535 * configure: Regenerate.
6536
6537 2005-03-21 Zack Weinberg <zack@codesourcery.com>
6538
6539 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
6540 gcc_version, and gcc_version_trigger from set of flags to pass.
6541 * Makefile.tpl: Remove definitions of above variables.
6542 (config.status): Remove dependency on $(gcc_version_trigger).
6543 * Makefile.in: Regenerate.
6544 * configure.in: Do not reference config/gcc-version.m4 nor
6545 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
6546 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
6547 * configure: Regenerate.
6548
6549 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
6550 Andrew Pinski <pinskia@physics.uc.edu>
6551
6552 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
6553 * Makefile.in: Regenerate.
6554
6555 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
6556
6557 * MAINTAINERS (Write After Approval): Add myself.
6558
6559 2005-03-03 David Ayers <d.ayers@inode.at>
6560
6561 * MAINTAINERS (Write After Approval): Add myself.
6562
6563 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
6564
6565 PR libgcj/20160
6566 * ltmain.sh: Avoid creating archives with components that have
6567 duplicate basenames.
6568
6569 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
6570
6571 PR bootstrap/20250
6572 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
6573 instead of check.
6574 * Makefile.in: Regenerate.
6575
6576 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
6577
6578 * Makefile.in: Regenerate to fix conflict between the previous two
6579 patches.
6580
6581 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
6582
6583 PR bootstrap/17383
6584 * Makefile.def (target_modules): Remove "stage", now unnecessary.
6585 * Makefile.tpl (HOST_SUBDIR): New substitution.
6586 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
6587 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6588 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
6589 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
6590 (Host modules, Bootstrapped modules): Use it.
6591 (Build modules, Target modules): Do not create symlink trees,
6592 always configure out-of-srcdir.
6593 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
6594 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
6595 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
6596 $(HOST_SUBDIR). Create a symlink for host_subdir.
6597
6598 * Makefile.in: Regenerate.
6599 * configure: Regenerate.
6600
6601 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6602
6603 Merged from libada-gnattools-branch:
6604 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
6605
6606 * gnattools: New directory.
6607 * Makefile.def: Add gnattools as a module, depending on target-libada.
6608 * Makefile.in: Regenerate.
6609 * configure.in: Include gnattools in host_tools; disable it if ada
6610 is disabled.
6611 * configure: Regenerate.
6612
6613 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
6614
6615 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
6616 treelang maintainer.
6617 (Write After Approval): Remove myself.
6618
6619 2005-02-23 Paul Schlie <schlie@comcast.net>
6620
6621 * configure.in: Allow darwin targeted ports to build tk, itcl and
6622 libgui.
6623 * configure: Regenerate.
6624
6625 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
6626
6627 PR libgcj/10353
6628 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
6629 * configure: Regenerate.
6630
6631 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
6632
6633 * MAINTAINERS (Write After Approval): Add myself.
6634
6635 2005-02-10 Ian Lance Taylor <ian@airs.com>
6636
6637 * MAINTAINERS: Update my e-mail address.
6638
6639 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
6640
6641 * MAINTAINERS (Write After Approval): Add myself.
6642
6643 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
6644
6645 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
6646 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
6647 target-libgloss when not *-*-elf and *-*-aout.
6648 * configure: Regenerate.
6649
6650 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
6651
6652 * MAINTAINERS: Remove obsolete entries.
6653
6654 * MAINTAINERS (Write After Approval): Add Michael Matz.
6655
6656 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
6657
6658 * MAINTAINERS: Remove self as cpplib maintainer.
6659
6660 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6661
6662 * install-sh, config.sub: Import from upstream.
6663
6664 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6665
6666 PR bootstrap/18222
6667 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
6668 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
6669 * Makefile.in: Regenerate.
6670
6671 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
6672
6673 * MAINTAINERS: Update my email address.
6674
6675 2005-01-12 David Edelsohn <edelsohn@gnu.org>
6676 Andreas Schwab <schwab@suse.de>
6677
6678 PR bootstrap/18033
6679 * config-ml.in: Eval option if surrounded by single quotes.
6680
6681 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
6682
6683 Revert 2004-12-28 Makefile changes, a better fix will be
6684 applied to mainline and src after GCC 4.0 branches.
6685
6686 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
6687
6688 PR bootstrap/17383
6689
6690 * Makefile.def (target_modules): Remove stage parameter,
6691 it is always true now.
6692 * Makefile.tpl (configure-build-[+module+],
6693 configure-target-[+module+]): Always build symlink tree
6694 for the directory and for include. BUILD_SUBDIR and
6695 TARGET_SUBDIR cannot be . anymore.
6696 * Makefile.in: Regenerate.
6697
6698 2004-12-25 David Edelsohn <edelsohn@gnu.org>
6699
6700 Revert 2004-12-08 Makefile changes.
6701
6702 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
6703
6704 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
6705 cygwin, mingw.
6706
6707 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
6708
6709 * configure.in (sh64-*-*): Reenable gprof.
6710 * configure: Regenerate.
6711
6712 2004-12-08 David Edelsohn <edelsohn@gnu.org>
6713
6714 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6715 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6716 (EXTRA_TARGET_FLAGS): Add PICFLAG.
6717 * Makefile.in: Regenerate.
6718
6719 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
6720
6721 * MAINTAINERS: Update my email address.
6722
6723 2004-12-07 Matt Kraai <kraai@ftbfs.org>
6724
6725 * Makefile.tpl: Generate normal dependencies if the LHS module is
6726 not bootstrapped.
6727 * Makefile.in: Regenerate.
6728
6729 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6730
6731 * configure.in: Include config/gxx-include-dir.m4. Use
6732 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
6733 * configure: Regenerate.
6734
6735 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6736
6737 * config.if: Delete.
6738 * configure.in: Set libstdcxx_incdir directly.
6739 * configure: Regenerate.
6740
6741 2004-12-02 Eric Christopher <echristo@redhat.com>
6742
6743 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
6744 * Makefile.in: Regenerate.
6745
6746 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6747
6748 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6749 * configure: Regenerate.
6750
6751 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6752
6753 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
6754 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
6755 * configure: Regenerate.
6756
6757 2004-12-01 Eric Christopher <echristo@redhat.com>
6758
6759 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
6760 of things to remove.
6761
6762 2004-11-29 Matt Kraai <kraai@ftbfs.org>
6763
6764 * MAINTAINERS (Write After Approval): Update my e-mail address.
6765
6766 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
6767
6768 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
6769 from CVS libtool to always pass_all.
6770
6771 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6772
6773 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6774 (hppa*64*-*-*): Delete incorrect comment.
6775 * configure: Rebuilt.
6776
6777 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
6778
6779 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
6780
6781 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
6782
6783 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
6784 from CVS libtool to always pass_all.
6785
6786 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6787
6788 * install-sh, compile: Import from automake.
6789
6790 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6791
6792 * config.guess, config.sub: Import from savannnah.
6793
6794 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
6795
6796 * MAINTAINERS (Write After Approval): Add myself
6797
6798 2004-11-12 Mike Stump <mrs@apple.com>
6799
6800 * Makefile.def: Add html support.
6801 * Makefile.tpl: Likewise.
6802 * Makefile.in: Regenerate.
6803
6804 2004-11-11 Geoffrey Keating <geoffk@apple.com>
6805
6806 PR 18423
6807 * configure.in: Remove all instances of build-fixincludes from
6808 noconfigdirs.
6809 (build_configargs): Supply --target to subdirectories.
6810 * configure: Regenerate.
6811
6812 * Makefile.def: Make gcc install depend on fixincludes install.
6813 * Makefile.in: Regenerate.
6814
6815 2004-11-10 Janis Johnson <janis187@us.ibm.com>
6816
6817 * MAINTAINERS: Add myself as gcc testsuite maintainer.
6818
6819 2004-11-11 Paul Brook <paul@codesourcery.com>
6820
6821 * MAINTAINERS: Add self as arm maintainer. Update email address.
6822
6823 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
6824
6825 * configure.in (noconfigdirs) [mmix-*-*]: Disable
6826 target-libgfortran.
6827 * configure: Regenerate.
6828
6829 2004-11-07 David Edelsohn <edelsohn@gnu.org>
6830
6831 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6832 like CC.
6833
6834 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
6835
6836 * Makefile.def (host fixincludes): Specify missing targets.
6837 * Makefile.in: Regenerate.
6838
6839 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
6840
6841 * MAINTAINERS: Add myself
6842
6843 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
6844
6845 * MAINTAINERS (Write After Approval): Add myself.
6846
6847 2004-11-04 Geoffrey Keating <geoffk@apple.com>
6848
6849 * Makefile.def: Build fixincludes for the host, too.
6850 * Makefile.in: Regenerate.
6851 * configure.in (host_tools): Add fixincludes.
6852 * configure: Regenerate.
6853
6854 2004-11-04 Daniel Jacobowitz <dan@debian.org>
6855
6856 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6857 * configure: Regenerated.
6858
6859 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6860
6861 PR other/17783
6862 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6863 * configure: Regenerated.
6864
6865 2004-10-31 Mark Mitchell <mark@codesourcery.com>
6866
6867 * README.SCO: Update per FSF instructions.
6868
6869 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
6870
6871 PR target/18151
6872 * configure.in (case ${target}): Do not build fixincludes for avr.
6873 * configure: Regenerated.
6874
6875 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
6876
6877 * configure.in (case ${target}): Do not build fixincludes
6878 on platforms where it is not used.
6879 * configure: Regenerated.
6880
6881 2004-10-23 Daniel Jacobowitz <dan@debian.org>
6882
6883 * configure.in: Use an absolute path to install-sh.
6884 * configure: Regenerated.
6885
6886 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
6887
6888 * MAINTAINERS (Write After Approval): Add myself.
6889
6890 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
6891
6892 * MAINTAINERS: Remove from Write After Approval those that are
6893 already maintainers.
6894
6895 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
6896
6897 * MAINTAINERS: Update my email address.
6898
6899 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6900
6901 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6902 * configure: Regenerate.
6903
6904 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
6905
6906 * MAINTAINERS: Update my email address.
6907
6908 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
6909
6910 * MAINTAINERS (Language Front Ends Maintainers): New. Move
6911 entries belonging to this category.
6912
6913 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
6914
6915 * MAINTAINERS: Update my e-mail address.
6916
6917 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
6918
6919 Fix wrong conflict resolution in:
6920
6921 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6922
6923 * Makefile.in: Regenerate.
6924 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6925 in the recursive `make', instead of hardwiring `all'.
6926 (Autogenerated TARGET-* variables): New.
6927
6928 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
6929
6930 * configure.in: Enable target-libgloss for crx-*-*.
6931 * configure: Regenerate.
6932
6933 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6934
6935 * MAINTAINERS (Various Maintainers): Move the "windows,
6936 cygwin, mingw" maintainer to ...
6937 (OS Port Maintainers): ... here.
6938
6939 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6940
6941 * MAINTAINERS (Write After Approval): Remove those that are
6942 maintainers of some subsystem.
6943
6944 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6945
6946 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6947 * ltcf-cxx.sh (tpf*): Likewise.
6948 * ltconfig (tpf*): Add TPF OS configuration support.
6949
6950 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
6951
6952 * MAINTAINERS: Change my email address to my new work account.
6953
6954 2004-09-24 Michael Roth <mroth@nessie.de>
6955
6956 * configure.in (--without-headers): Add missing double quotes.
6957 * configure: Regenerate.
6958
6959 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6960
6961 * ylwrap: Revert to previous version.
6962
6963 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6964
6965 PR bootstrap/17369
6966 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6967 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6968 SET_GCC_LIB_PATH_CMD.
6969 (BASE_TARGET_EXPORTS): Likewise.
6970 * Makefile.in: Regenerated.
6971
6972 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6973 * configure: Regenerated.
6974
6975 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6976
6977 * config.guess: New upstream version
6978 * compile, depcomp, install-sh, ylwrap: Likewise.
6979
6980 2004-09-19 Roger Sayle <roger@eyesopen.com>
6981
6982 * config/mh-x86omitfp: New host makefile fragment. Add
6983 -fomit-frame-pointer to the default BOOT_CFLAGS.
6984 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6985 * configure: Regenerate.
6986
6987 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6988
6989 PR target/11572
6990 * configure.in (*-*-darwin*): Renable libobjc.
6991 * configure: Regenerate.
6992
6993 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
6994
6995 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6996
6997 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6998
6999 * Makefile.def: Remove libbanshee.
7000 * Makefile.tpl: Ditto.
7001 * configure.in: Ditto.
7002 * Makefile.in: Regen.
7003 * configure: Ditto.
7004
7005 2004-09-08 David Edelsohn <edelsohn@gnu.org>
7006
7007 * ltmain.sh: Use $pic_object as $non_pic_object if
7008 $non_pic_object=none.
7009
7010 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
7011
7012 * missing: Import latest version from master repository.
7013
7014 2004-09-06 Nick Clifton <nickc@redhat.com>
7015
7016 * config.sub: Import latest version from master repository.
7017 * config.guess: Likewise.
7018 This includes these changes:
7019
7020 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
7021
7022 * config.sub: Handle crisv32, alias etraxfs.
7023 * config.guess (crisv32:Linux:*:*): Handle.
7024
7025 2004-08-13 Brad Smith <brad@comstyle.com>
7026
7027 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
7028 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
7029
7030 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
7031
7032 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
7033 assume the processor is a powerpc. This is because coreutils
7034 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
7035 in this case, due to a MacOS X bug that causes
7036 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
7037 to return a negative number.
7038 Problem reported by Petter Reinholdtsen in:
7039 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
7040
7041 2004-07-19 Ben Elliston <bje@gnu.org>
7042
7043 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
7044
7045 2004-06-24 Ben Elliston <bje@gnu.org>
7046
7047 * config.guess: Update copyright years.
7048 * config.sub: Likewise.
7049
7050 2004-06-22 Robert Millan <robertmh@gnu.org>
7051
7052 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
7053 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
7054
7055 2004-06-22 Stanley F. Quayle <stan@stanq.com>
7056
7057 * config.guess (*:*VMS:*:*): New entry. Replaces
7058 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
7059 manufacturer.
7060
7061 2004-06-22 Ben Elliston <bje@gnu.org>
7062
7063 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
7064 * config.sub: Likewise.
7065
7066 2004-06-22 Ben Elliston <bje@gnu.org>
7067
7068 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
7069 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
7070
7071 2004-06-11 Ben Elliston <bje@gnu.org>
7072
7073 * config.guess (pegasos:OpenBSD:*:*): Remove.
7074
7075 2004-06-11 Ben Elliston <bje@gnu.org>
7076
7077 From Wouter Verhelst <wouter@grep.be>:
7078 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
7079
7080 2004-06-11 Ben Elliston <bje@gnu.org>
7081
7082 * config.guess (luna88k:OpenBSD:*:*): New.
7083
7084 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
7085
7086 * config.guess (m32r*:Linux:*:*): New case.
7087 * config.sub: Handle m32rle.
7088
7089 2004-03-12 Ben Elliston <bje@wasabisystems.com>
7090
7091 From Jens Petersen <petersen@redhat.com>:
7092 * config.sub: Handle sparcv8.
7093
7094 2004-03-03 Ben Elliston <bje@wasabisystems.com>
7095
7096 From Tom Smith <smith@cag.lkg.hp.com>:
7097 * config.guess: Version suffixes are equally significant on Tru64
7098 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
7099 prefix of "P" (patched kernel).
7100
7101 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
7102
7103 * config.sub: Add support for National Semiconductor CRX target.
7104
7105 2004-09-03 Janis Johnson <janis187@us.ibm.com>
7106
7107 * MAINTAINERS (Various Maintainers): Remove myself as web page
7108 maintainer, add myself as maintainer of build status lists.
7109
7110 2004-09-03 Jan Beulich <jbeulich@novell.com>
7111
7112 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
7113 *-*-netware, but add target-libmudflap.
7114 Consolidate *-*-netware targets (of which really only i?86 exists)
7115 into a single entry.
7116 * configure: Likewise.
7117
7118 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
7119
7120 * Makefile.tpl (sorry): Remove.
7121 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
7122 (cleanstrap targets): Depend on distclean, not distclean-stage1.
7123 (do-clean): Clean per-stage directories too.
7124 (do-distclean): Run distclean-stage1 too.
7125 (.NOTPARALLEL): Enable during toplevel bootstrap.
7126 (stage[+id+]-bubble): Enable parallel execution during
7127 the recursive invocation.
7128 * Makefile.in: Regenerate.
7129
7130 Fix previous checkin:
7131
7132 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
7133 include.
7134 * configure.in: Fix indentation.
7135 * configure: Regenerate.
7136
7137 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
7138
7139 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
7140 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
7141 * configure: regenerate
7142 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
7143 -mdynamic-no-pic
7144
7145 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
7146
7147 * Makefile.def (build_modules): Add fixincludes.
7148 (dependencies): Make gcc depend on fixincludes.
7149 * configure.in (build_tools): Add fixincludes.
7150 (build_configdirs): Always include build_libs.
7151 * Makefile.in: Regenerate.
7152 * configure: Regenerate.
7153
7154 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
7155
7156 * Makefile.def (bootstrap stages): Add 'lean' parameter.
7157 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
7158 phony targets; do not generate timestamp files.
7159 (distclean-stageN): Remove references to their timestamp files.
7160 (restageN, touch-stageN): Remove.
7161 (stageN-bubble): Rewritten.
7162 (compare): Support lean bootstraps.
7163 * Makefile.in: Regenerate.
7164
7165 * configure.in: Only warn when bootstrapping but
7166 build != host or build != target. Support lean bootstraps.
7167 * configure: Regenerate.
7168
7169 2004-08-26 Phil Edwards <phil@codesourcery.com>
7170
7171 * configure.in: Give a better error message if GMP/MPFR are missing
7172 and a language needing them has been requested.
7173 * configure: Regenerated.
7174
7175 2004-08-25 Phil Edwards <phil@codesourcery.com>
7176
7177 * configure.in: Print a list of available language front-ends if
7178 a requested one is missing. Tidy stray tab characters.
7179 * configure: Regenerated.
7180
7181 2004-08-19 Michael Koch <konqueror@gmx.de>
7182
7183 * gcc/doc/install.texi: Update entry about automake for libjava.
7184
7185 2004-08-17 Robert Millan <robertmh@gnu.org>
7186
7187 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
7188 (instead of FreeBSD).
7189 * configure: Regenerate.
7190
7191 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
7192
7193 * Makefile.in: Regenerate.
7194 * configure: Regenerate.
7195
7196 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
7197 stage_*_flags.
7198 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
7199 for bootstrapped modules if toplevel bootstrap is going.
7200 (GCC bootstrap): Generate per-stage targets for all bootstrapped
7201 modules. Adjust for changes in Makefile.def. Enable several
7202 rules even in non-bootstrap mode, just to avoid peppering the
7203 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
7204 (stage-[+prev+]-bubble): Remove.
7205
7206 * Makefile.def (Dependencies): Depend on all-build-bison,
7207 all-build-flex, all-build-byacc, all-build-texinfo, rather
7208 than the host variations.
7209 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
7210 with BUILD_SUBDIR.
7211 (BISON): Update for recent Bisons.
7212 (YACC): Fix typo.
7213 (cross): Depend on all-build.
7214 (all): Do not depend on all-build.
7215 (prebootstrap): Remove.
7216 (dep-kind): Accept separate prefixes for MODULE and ON variables.
7217 (Prebootstrap dependencies): Add them to the per-stage targets
7218 and to all-prebootstrap.
7219 * configure.in (build_configdirs): Always enable build_tools.
7220 (BUILD_DIR_PREFIX): Remove.
7221
7222 * Makefile.def (gcc): Add target variable.
7223 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
7224 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7225 in the recursive `make', instead of hardwiring `all'.
7226 (Autogenerated TARGET-* variables): New.
7227
7228 2004-08-13 Brian Booth <bbooth@redhat.com>
7229
7230 * MAINTAINERS: Remove myself from write-after-approval.
7231
7232 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
7233
7234 * src-release: Stop distributing mmalloc with gdb (which doesn't
7235 use it).
7236 * Makefile.def: GDB doesn't depend on mmalloc anymore.
7237 * Makefile.in: Regenerate.
7238
7239 2004-08-09 Mark Mitchell <mark@codesourcery.com>
7240
7241 * configure.in (arm*-*-eabi*): New target.
7242 * configure: Regenerate.
7243
7244 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
7245
7246 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
7247 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
7248 (Dependencies): New section.
7249 * Makefile.tpl (Dependencies): Generate from Makefile.def.
7250 (configure-target-[+module+]): Depend on maybe-all-gcc
7251 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
7252 (toplevel profiledbootstrap): Fix dependencies.
7253 * Makefile.in: Regenerate.
7254
7255 2004-08-03 Mark Mitchell <mark@codesourcery.com>
7256
7257 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
7258 target-libiberty to noconfigdirs.
7259 * configure: Regenerate.
7260
7261 2004-08-03 Paul Brook <paul@codesourcery.com>
7262
7263 * configure.in: Check for MPFR as well as GMP.
7264 * configure: Regenerate.
7265
7266 2004-08-01 Robert Millan <robertmh@gnu.org>
7267
7268 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
7269 libmudflap for all GNU-based systems (with Glibc).
7270 * configure: Regenerate.
7271
7272 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
7273
7274 * Makefile.def (host-modules): Add gcc.
7275 * Makefile.in: Regenerate.
7276 * Makefile.tpl (sorry): New rule.
7277 (configure-host, all-host, [+make_target+]-host, do-check,
7278 install-host): Do not add gcc as a special case.
7279 (host modules): Add a small special-casing for gcc. Export
7280 extra_make_flags through the environment.
7281 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
7282 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
7283 other recursive targets for gcc): Remove.
7284
7285 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
7286 (stage, unstage): New rules.
7287 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
7288 distclean-stage[+id+]): Use stage_current.
7289 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
7290 the stage*-start rules.
7291
7292 2004-08-02 Geoffrey Keating <geoffk@apple.com>
7293
7294 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
7295 use -all_load flag.
7296
7297 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
7298
7299 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
7300 * configure: Regenerate.
7301
7302 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
7303
7304 * maintainer-scripts/gcc_release: Revert yesterday's change.
7305
7306 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
7307
7308 * MAINTAINERS: Add myself to write-after-approval.
7309
7310 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
7311
7312 * libf2c: Removed.
7313 * gcc/gccbug.in: Updated because of libf2c removal.
7314 * maintainer-scripts/gcc_release: Ditto.
7315
7316 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
7317
7318 * configure.in: Build libmudflap by default on FreeBSD.
7319 * configure: Regenerated.
7320
7321 2004-07-09 Mark Mitchell <mark@codesourcery.com>
7322
7323 * configure.in: Do not build libmudflap by default on non-GNU/Linux
7324 systems.
7325 * configure: Regenerated.
7326
7327 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7328
7329 PR target/16344
7330 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
7331 feedback based compiler.
7332 * Makefile.in: Rebuilt.
7333
7334 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
7335
7336 * Makefile.def (host_modules): Set bootstrap=true for flex.
7337 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
7338 * Makefile.in: Rebuilt.
7339
7340 2004-07-07 Jan Hubicka <jh@suse.cz>
7341
7342 * MAINTAINERS: Add self as a profile feedback maintainer.
7343
7344 2004-07-05 Phil Edwards <phil@codesourcery.com>
7345
7346 * configure.in: Do not prepend $srcdir to /dev/null in
7347 makefile fragments.
7348 * configure: Regenerate.
7349
7350 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
7351
7352 * Makefile.def (build_modules): Add bison, byacc, flex,
7353 m4, texinfo.
7354 (flags_to_pass): Add FLEX.
7355 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
7356 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
7357 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
7358 DEFAULT_MAKEINFO): Remove.
7359 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
7360 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
7361 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
7362 objdir or else use configured tool.
7363 (all-build): New.
7364 (all): Depend on it.
7365 (Build module dependencies): Add.
7366 * Makefile.in: Regenerate.
7367 * configure.in: Better support for multiple build modules,
7368 matching what is done for host/target modules. Do not look
7369 for "plausible" locations of build tools if Canadian cross.
7370 Use autoconf's AC_PROG_CC to find a C compiler. Define
7371 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
7372 * configure: Regenerate.
7373
7374 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
7375
7376 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
7377 * Makefile.in: Regenerate.
7378
7379 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
7380
7381 * Makefile.tpl (configure-build-[+module+],
7382 configure-[+module+], configure-target-[+module+]): Pass
7383 [+extra_configure_args+].
7384 (all-build-[+module+], all-[+module+], check-[+module+],
7385 install-[+module+], [+make_target+]-[+module+],
7386 all-target-[+module+], check-target-[+module+],
7387 install-target-[+module+], [+make_target+]-target-[+module+]):
7388 Pass [+extra_make_args+].
7389 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
7390 (GCC_HOST_EXPORTS): Remove.
7391 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
7392 cross, check-gcc, check-gcc-c++, install-gcc,
7393 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
7394 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
7395 * Makefile.in: Regenerate.
7396
7397 2004-06-21 Matthew Sachs <msachs@apple.com>
7398
7399 * MAINTAINERS: Added self to write-after-approval.
7400
7401 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
7402
7403 * configure.in: Check for srcdir/winsup rather than build directory
7404 winsup.
7405 * configure: Regenerate.
7406
7407 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
7408
7409 * configure.in: Don't build Cygwin native newlib if winsup
7410 directory is missing. Emit warning instead.
7411 * configure: Regenerate.
7412
7413 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
7414
7415 * Makefile.tpl (touch-stage[+id+]): New.
7416 (restage[+prev+]): Depend on touch-stage[+id+].
7417
7418 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
7419 Use it throughout.
7420
7421 * Makefile.def: Add profile and feedback bootstrap stages.
7422 Remove next field from bootstrap stages.
7423 * Makefile.tpl (LN, LN_S): Substitute.
7424 (stageN-start, stageN-end): Use double-colon rules, to
7425 provide a hook for additional setup commands.
7426 (distclean-stageN-gcc, restageN): Create dependencies from
7427 [+prev+], not from [+next+].
7428 (stageN-bubble): Add commands for successive stages from
7429 [+prev+], using double-colon rules.
7430 (all-stageN-gcc): Fix typo.
7431 (stagefeedback-start, profiledbootstrap): New.
7432 * Makefile.in: Regenerate.
7433 * configure.in: Call ACX_PROG_LN.
7434 * configure: Regenerate.
7435
7436 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
7437
7438 * MAINTAINERS (Write After Approval): Add myself.
7439
7440 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
7441
7442 * MAINTAINERS (Write After Approval): Add myself.
7443
7444 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
7445
7446 * configure.in: Fix --enable-bootstrap breakage introduced in trees
7447 without gcc.
7448 * configure: Regenerate.
7449
7450 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7451
7452 * Makefile.tpl: Fix typo.
7453 * Makefile.in: Regenerate.
7454
7455 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7456
7457 * configure.in: Remove new- prefix from toplevel
7458 bootstrap targets.
7459 * configure: Regenerate.
7460
7461 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7462
7463 * Makefile.tpl (all.normal): Rename to all.
7464 (all): Replace with a rule to pick the default
7465 target from configure.
7466 (all-gcc, configure-gcc): Use conditionals to
7467 do nothing when toplevel bootstrap is going on.
7468 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
7469 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
7470 * configure.in: Support --enable-bootstrap.
7471
7472 * Makefile.def: Remove new- prefix from toplevel
7473 bootstrap targets.
7474 * Makefile.tpl: Likewise.
7475
7476 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
7477 target.
7478
7479 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
7480 $(RECURSE_FLAGS) to recursive invocation of make.
7481
7482 * Makefile.in: Regenerate.
7483 * configure: Regenerate.
7484
7485 2004-05-30 Andreas Jaeger <aj@suse.de>
7486 Jim Wilson <wilson@specifixinc.com>
7487
7488 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
7489 like CC.
7490
7491 2004-05-27 Daniel Jacobowitz <dan@debian.org>
7492
7493 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
7494 * configure: Regenerate.
7495
7496 2004-05-25 Daniel Jacobowitz <drow@false.org>
7497
7498 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
7499 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
7500 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
7501 targets.
7502 * Makefile.in: Regenerate.
7503
7504 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
7505
7506 * configure.in: Test the ability to symlink directories.
7507 * configure: Regenerate.
7508
7509 * Makefile.def (bootstrap-stage): New definitions.
7510 * Makefile.tpl (configure-stage1-gcc,
7511 configure-stage2-gcc, configure-stage3-gcc,
7512 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
7513 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
7514 new-restage3, compare): Autogenerate, see Makefile.in
7515 entry for behavioral changes.
7516 (distclean-stage1, new-stage1-start, new-stage1-end,
7517 new-stage1-bubble, distclean-stage2, new-stage2-start,
7518 new-stage2-end, new-stage2-bubble, distclean-stage3,
7519 new-stage3-start, new-stage3-end): New autogenerated targets.
7520 (objext, prebootstrap, BOOT_CFLAGS,
7521 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
7522 targets.
7523
7524 * Makefile.in: Regenerate.
7525 (distclean-stage1, new-stage1-start, new-stage1-end,
7526 new-stage1-bubble, distclean-stage2, new-stage2-start,
7527 new-stage2-end, new-stage2-bubble, distclean-stage3,
7528 new-stage3-start, new-stage3-end): New targets.
7529 (all-stage1-gcc): Move prebootstrap dependency from here...
7530 (configure-stage1-gcc): ...to here.
7531 (new-bootstrap): Use bubble targets.
7532 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7533 Use per-stage distclean targets.
7534 (configure-stage1-gcc, configure-stage2-gcc,
7535 configure-stage3-gcc, all-stage1-gcc,
7536 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
7537 Use new-stageN-start to prepare the tree.
7538
7539 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
7540
7541 * Makefile.def (host_modules): add libcpp.
7542 * Makefile.tpl: Add dependencies on and for libcpp.
7543 * Makefile.in: Regenerate.
7544 * configure.in: Add libcpp host module.
7545 * configure: Regenerate.
7546
7547 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
7548
7549 * Makefile.tpl: Whenever a recursive target is defined, wrap
7550 it in a special @if/@endif block, and prepare its maybe
7551 dependency in the @if/@endif block
7552 * configure.in: Instead of writing maybe dependencies, remove
7553 the @if/@endif statements, and remove the @if/@endif blocks
7554 that remain.
7555 * configure: Regenerate.
7556 * Makefile.in: Regenerate.
7557
7558 2004-05-20 Janis Johnson <janis187@us.ibm.com>
7559
7560 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
7561
7562 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
7563
7564 PR bootstrap/15120
7565 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
7566 * */configure: Rebuilt.
7567
7568 2004-05-17 Zack Weinberg <zack@codesourcery.com>
7569
7570 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
7571 of libf2c.
7572 * configure, Makefile.in: Regenerate.
7573
7574 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
7575
7576 * MAINTAINERS (Write After Approval): Add myself.
7577
7578 2004-05-13 Diego Novillo <dnovillo@redhat.com>
7579
7580 Merge from tree-ssa-20020619-branch.
7581
7582 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
7583 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
7584 (HOST_GMPLIBS): Define.
7585 (HOST_GMPINC): Define.
7586 (TARGET_LIB_PATH): Add libmudflap.
7587 (GFORTRAN_FOR_TARGET): Define.
7588 (configure-build*): Export GFORTRAN.
7589 (configure-gcc): Export GMPLIBS and GMPINC.
7590 (all-gcc): Add maybe-all-libbanshee.
7591 (configure-target-libgfortran): Define.
7592 * Makefile.in: Regenerate.
7593 * configure.in (host_libs): Add libbanshee.
7594 (target_libraries): Add target-libmudflap and target-libgfortran.
7595 Add --with-libbanshee.
7596 Handle --disable-libmudflap.
7597 (*-*-freebsd*): Use with_gmp.
7598 Add $(libgcj) to noconfigdirs.
7599 * configure: Regenerate.
7600 * depcomp: New file.
7601 * MAINTAINERS: Add tree-ssa maintainers.
7602
7603 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
7604
7605 * MAINTAINERS (Various Maintainers): Add myself.
7606
7607 2004-04-30 Brian Ford <ford@vss.fsi.com>
7608
7609 * MAINTAINERS (Write After Approval): Add myself.
7610
7611 2004-04-29 Uros Bizjak <uros@kss-loka.si>
7612
7613 * MAINTAINERS (Write After Approval): Add myself.
7614
7615 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
7616
7617 * config/acx.m4: Fix fastcompare support for new-bootstrap.
7618 * configure: Regenerate.
7619
7620 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
7621
7622 Revert:
7623 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7624
7625 * Makefile.def (flags_to_pass): Remove *dir variables that
7626 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7627 as well as prefix and exec_prefix.
7628 * Makefile.in: Regenerate.
7629
7630 2004-04-26 Robert Millan <robertmh@gnu.org>
7631
7632 Add patches from libtool CVS.
7633 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
7634 * ltconfig: Likewise.
7635 * ltcf-c.sh: Likewise.
7636 * ltcf-cxx.sh: Likewise.
7637 * ltcf-gcj.sh: Likewise.
7638
7639 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7640
7641 * Makefile.def (host_modules): Mark with the bootstrap
7642 flag packages on which gcc depends.
7643 * Makefile.tpl (all-bootstrap): Use it.
7644 * Makefile.in: Regenerate.
7645
7646 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7647
7648 * Makefile.def (flags_to_pass): Remove *dir variables that
7649 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7650 as well as prefix and exec_prefix.
7651 * Makefile.in: Regenerate.
7652
7653 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7654
7655 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
7656 * configure: Regenerate.
7657 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
7658 * gcc/Makefile.tpl (compare): Use the result of the test.
7659 * gcc/Makefile.in: Regenerate.
7660
7661 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
7662
7663 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
7664 Always relocate gcc and prev-gcc to the original names, even
7665 if the build fails.
7666 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7667 New targets.
7668
7669 2004-04-23 Laurent GUERBY <laurent@guerby.net>
7670
7671 * MAINTAINERS: Update my email address.
7672
7673 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7674
7675 * configure.in (mips*-*-irix5*): Enable ld.
7676 * configure: Regenerate.
7677
7678 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7679
7680 * configure: Regenerate.
7681
7682 2004-04-15 James E Wilson <wilson@specifixinc.com>
7683
7684 * Makefile.tpl (configure-[+module+], configure-gcc,
7685 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
7686 Set and export LDFLAGS.
7687 * Makefile.in: Regenerate.
7688
7689 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
7690
7691 * MAINTAINERS: Add myself to write-after-approval.
7692
7693 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
7694
7695 PR bootstrap/14871
7696 * Makefile.tpl: If we don't have built-in-tree target tools,
7697 use the ones found by configure rather than hacking around with
7698 program_transform_name.
7699 * configure.in: Give Makefile.tpl the information necessary
7700 to do that.
7701 * Makefile.in: Regenerate.
7702 * configure: Regenerate.
7703
7704 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
7705
7706 PR bootstrap/14760
7707 * configure.in: When computing baseargs, strip *all* copies of
7708 offending options. Also, don't match/substitute the trailing space,
7709 so that this actually works when two similar options are separated by
7710 only one space.
7711 * configure: Regenerate.
7712
7713 2004-04-06 David Edelsohn <edelsohn@gnu.org>
7714
7715 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
7716 (rs6000-*-aix*): Same.
7717 * configure: Regenerate.
7718
7719 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
7720
7721 * MAINTAINERS: Add myself to write-after-approval.
7722
7723 2004-04-03 Bud Davis <bdavis9659@comcast.net>
7724
7725 * MAINTAINERS: Add myself to write-after-approval.
7726
7727 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
7728
7729 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
7730 STRICT_WARN, WARN_CFLAGS flags passed down to make.
7731 * Makefile.in: Regenerate.
7732
7733 * configure.in (top level bootstrap support): Rework --enable-werror
7734 to set @stage2_werror_flag@.
7735 * configure: Regenerate.
7736 * Makefile.tpl (top level bootstrap support): Pass
7737 @stage2_werror_flag@ down to configure in stages 2 and 3.
7738 * Makefile.in: Regenerate.
7739
7740 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
7741
7742 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
7743 for stages 2 and 3 as well as in make. As a consequence, remove
7744 OUTPUT_OPTION (now detected by configure) from the flags passed down
7745 to make.
7746 * Makefile.in: Regenerate.
7747
7748 * Makefile.tpl (new-bootstrap): Fix typo.
7749 * Makefile.in: Regenerate.
7750
7751 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
7752
7753 * Makefile.tpl: Rearrange by moving recursive_targets rules
7754 into their proper sections.
7755 * Makefile.tpl (top level bootstrap support): Move disabling
7756 of coverage flags from 'make' to 'configure'; improve comments.
7757 * Makefile.in: Regenerate.
7758
7759 * Makefile.tpl (experimental top level bootstrap) Move stage1
7760 language setting from all- target to configure- target; disable
7761 intermodule optimization in stage 1; prevent gratuitous rebuilds
7762 of stage 1.
7763 * Makefile.in: Regenerate.
7764 * configure.in: Comma-separate stage 1 language list for top
7765 level bootstrap.
7766 * configure: Regenerate.
7767
7768 * Makefile.tpl: Clean up experimental top level bootstrap support:
7769 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
7770 prev-gcc in configure- targets as well as all- targets.
7771 * Makefile.in: Regenerate.
7772
7773 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
7774
7775 * compile: New file imported from automake.
7776
7777 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
7778
7779 * configure.in: Remove symbolic link section.
7780 * configure: Regenerate.
7781 * Makefile.tpl (links): Remove.
7782 * Makefile.in: Regenerate.
7783
7784 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
7785 Nathanael Nerode <neroden@gcc.gnu.org>
7786
7787 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
7788 Set with AC_CHECK_PROGS.
7789 * configure.in: Fix comment typo from last patch.
7790 * configure: Regenerate.
7791
7792 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
7793
7794 * Makefile.tpl: Introduce experimental top level bootstrap support.
7795 * Makefile.in: Regenerate.
7796 * configure.in: Introduce support for top level bootstrap.
7797 * configure: Regenerate.
7798
7799 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
7800 Paolo Bonzini <bonzini@gnu.org>
7801
7802 PR bootstrap/14522
7803 * configure.in: Cope with shells that do not support unquoted ^
7804 * configure: Regenerate.
7805
7806 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
7807 Paolo Bonzini <bonzini@gnu.org>
7808
7809 PR bootstrap/14522
7810 * configure.in: Cope with shells that do not support nesting
7811 quotes inside quoted backquote substitutions.
7812 * configure: Regenerate.
7813
7814 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
7815
7816 PR bootstrap/14522
7817 * configure.in: Fix escaping of $.
7818 * configure: Regenerate.
7819
7820 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
7821
7822 * configure: Regenerate, since I forgot to while committing Paolo's
7823 changes.
7824
7825 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
7826
7827 PR ada/14131
7828 Move language detection to the top level.
7829 * configure.in: Find default values for the tools as
7830 soon as possible. Disable ada if GNAT is not found.
7831 Emit error message about missing languages. Expand
7832 --enable-languages=all for the gcc subdirectory.
7833
7834 2004-03-10 Ben Elliston <bje@gnu.org>
7835
7836 * MAINTAINERS: Update my email address.
7837
7838 2004-03-05 David Edelsohn <edelsohn@gnu.org>
7839
7840 * ltconfig: Disable building static libraries if building shared
7841 libraries on AIX 5L.
7842
7843 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
7844
7845 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7846 and disable libgcj.
7847 * configure: Regenerated.
7848
7849 2004-03-01 Brian Booth <bbooth@redhat.com>
7850
7851 * MAINTAINERS: Add myself to write-after-approval.
7852
7853 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
7854
7855 * MAINTAINERS: Add myself to write-after-approval.
7856
7857 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7858
7859 PR bootstrap/7087
7860 * Makefile.tpl: Guard XFOO sed statements better.
7861 * Makefile.tpl: Add dependency for configure-target-libada.
7862 * Makefile.in: Regenerate (incidentally fixes broken
7863 commit when libada-branch was merged).
7864
7865 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
7866
7867 * MAINTAINERS: Add myself to write-after-approval.
7868
7869 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
7870
7871 * MAINTAINERS: Add Nicola Pero and myself as libobjc
7872 maintainers.
7873
7874 2004-02-20 Andrew Cagney <cagney@redhat.com>
7875
7876 * config.guess: Update from version 2003-10-16 to 2004-02-16.
7877 * config.sub: Update from version 2003-11-03 to 2004-02-16.
7878
7879 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
7880
7881 PR bootstrap/11932
7882 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7883
7884 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
7885
7886 * MAINTAINERS: Added myself to write-after-approval.
7887
7888 2004-02-14 Michael Koch <konqueror@gmx.de>
7889
7890 * MAINTAINERS: Added myself to write-after-approval.
7891
7892 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
7893
7894 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
7895 some OS port maintainers to OS port maintainers section.
7896
7897 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
7898
7899 * MAINTAINERS: Add self.
7900
7901 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
7902
7903 * MAINTAINERS: Alphabetize.
7904
7905 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
7906
7907 * MAINTAINERS: Remove myself.
7908
7909 2004-02-11 David Edelsohn <edelsohn@gnu.org>
7910
7911 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7912 (rs6000-*-aix*): Same.
7913 * configure: Regenerate.
7914
7915 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
7916
7917 * configure.in (host): Add in missing $noconfigdirs to defines.
7918 * configure: Regenerate.
7919
7920 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
7921 Nathanael Nerode <neroden@gcc.gnu.org>
7922
7923 PR ada/6637, PR ada/5911
7924 Merge with libada-branch:
7925 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7926 with appropriate dependencies. Add --enable-libada configure switch.
7927 * configure, Makefile.in: Regenerate.
7928
7929 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
7930
7931 * MAINTAINERS: Add myself to write-after-approval.
7932
7933 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7934
7935 * configure.in: Don't pass --with-stabs on IRIX 5 either.
7936 * configure: Regenerate.
7937
7938 2004-02-04 Geoffrey Keating <geoffk@apple.com>
7939
7940 Merge from upstream:
7941
7942 * ltmain.in: When setting IFS to '~', be careful about user
7943 arguments that contain '~'.
7944
7945 2004-02-04 Peter O'Gorman <peter@pogma.com>
7946
7947 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7948 Also test $base_compile against $CC with escaped arguments. Bug
7949 reported by Geoff Keating <geoffk@apple.com>.
7950
7951 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
7952
7953 * MAINTAINERS: Remove i960 port.
7954
7955 2004-01-23 DJ Delorie <dj@redhat.com>
7956
7957 * Makefile.def (target_modules) [libiberty]: Don't stage.
7958 * Makefile.in: Rebuilt.
7959
7960 2004-01-20 Caroline Tice <ctice@apple.com>
7961
7962 * MAINTAINERS: Add myself to write-after-approval.
7963
7964 2004-01-19 Paolo Carlini <pcarlini@suse.de>
7965
7966 * MAINTAINERS: Update my email address.
7967
7968 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
7969
7970 * MAINTAINERS: Add myself to write-after-approval.
7971
7972 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
7973
7974 * MAINTAINERS: Remove entries without email address.
7975
7976 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
7977
7978 * MAINTAINERS: Add myself to write-after-approval.
7979
7980 2004-01-15 Steven Bosscher <stevenb@suse.de>
7981
7982 * MAINTAINERS: Update my email address.
7983
7984 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
7985
7986 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7987 * Makefile.tpl (configure-target-[+module+]): Support stage.
7988 * Makefile.in: Rebuilt.
7989
7990 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
7991
7992 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7993
7994 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
7995
7996 * MAINTAINERS: Add myself as a MIPS maintainer.
7997
7998 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
7999
8000 * configure.in: Use ./config.cache, not config.cache.
8001 * configure: Regenerate.
8002 * Makefile.tpl: Special-casing not needed for GCC any more.
8003 * Makefile.in: Regenerate.
8004
8005 * configure.in: Don't share a cache file for host dirs.
8006 * configure: Regenerate.
8007
8008 * config-ml.in: Don't mess with the cache file.
8009
8010 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
8011
8012 * MAINTAINERS: Move myself from 'Write After Approval' to
8013 'CPU Port Maintainers' section as SPARC maintainer.
8014
8015 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
8016
8017 * Makefile.tpl: Make GCC use a separate config.cache.
8018 * Makefile.in: Regenerate.
8019
8020 PR bootstrap/11932, PR bootstrap/11933
8021 (I don't know if it will fix either of them, but it relates
8022 to them.)
8023 * configure.in: Don't use shared config.cache for target
8024 directories.
8025 * configure: Regenerate.
8026
8027 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
8028
8029 * MAINTAINERS: Add myself to 'Write After Approval' section.
8030
8031 2003-12-31 Roger Sayle <roger@eyesopen.com>
8032
8033 * configure.in (ia64*-*-hpux*): Disable building java libraries.
8034 * configure: Regenerated.
8035
8036 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
8037
8038 * MAINTAINERS: Remove the mn10200 maintainer.
8039
8040 2003-12-21 Bernardo Innocenti <bernie@develer.com>
8041
8042 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
8043 * configure: Regenerated.
8044
8045 2003-12-16 Jan Hubicka <jh@suse.cz>
8046
8047 * MAINTAINERS: Add myself as callgraph maintainer.
8048
8049 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
8050
8051 * configure.in (raw_libstdcxx_flags): Remove the leading space.
8052 * configure: Regenerate.
8053
8054 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
8055
8056 * MAINTAINERS: Move myself from 'Bug database only accounts' to
8057 'Write After Approval' section. Update email.
8058
8059 2003-12-01 James Lemke <jim@wasabisystems.com>
8060
8061 * MAINTAINERS (Write After Approval): Add myself.
8062
8063 2003-11-20 Matt Thomas <matt@3am-software.com>
8064
8065 * MAINTAINERS: Add myself as a vax port maintainer.
8066
8067 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
8068
8069 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
8070 (configure-build-[+module+], configure-[+module+]): Likewise.
8071 (configure-target-[+module+], configure-gcc, config.status): Likewise.
8072 * Makefile.in: Regenerate.
8073
8074 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
8075
8076 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
8077 shared/dylibed libraries.
8078 * ltmain.sh: Likewise.
8079 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
8080 * ltcf-cxx.sh: Likewise.
8081 * ltcf-gcj.sh: Likewise.
8082 * ltconfig: Likewise.
8083
8084 2003-11-17 Stan Cox <scox@redhat.com>
8085
8086 * MAINTAINERS: Add myself as iq2000 port maintainer.
8087
8088 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
8089
8090 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
8091 * Makefile.in: Regenerate.
8092
8093 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
8094
8095 * config.sub: Update to 2003-11-03 version.
8096
8097 2003-10-20 Phil Edwards <phil@codesourcery.com>
8098
8099 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
8100 * configure: Regenerate.
8101
8102 2003-10-20 Nicolas Pitre <nico@cam.org>
8103
8104 * MAINTAINERS: Add myself to 'Write After Approval' section.
8105
8106 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
8107
8108 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8109
8110 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
8111
8112 * MAINTAINERS: Update my email address.
8113
8114 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8115
8116 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
8117
8118 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
8119
8120 * MAINTAINERS: Add myself to 'Write After Approval' section.
8121
8122 2003-10-16 Bernardo Innocenti <bernie@develer.com>
8123
8124 * config.guess: Update to 2003-10-16 version.
8125 * config.sub: Update to 2003-10-16 version.
8126
8127 2003-10-15 David Daney <ddaney@avtrex.com>
8128
8129 * MAINTAINERS: Added myself to 'Write After Approval' section.
8130
8131 2003-10-15 Falk Hueffner <falk@debian.org>
8132
8133 * MAINTAINERS: Move myself from 'Bug database only accounts' to
8134 'Write After Approval' section. Update email.
8135
8136 2003-10-14 Roger Sayle <roger@eyesopen.com>
8137
8138 * MAINTAINERS: Move myself from 'Write After Approval' to
8139 'Various Maintainers' section as middle-end maintainer.
8140
8141 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
8142
8143 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
8144 HOST_FLAGS_TO_PASS.
8145 * Makefile.in: Regenerate.
8146
8147 2003-10-11 Bernardo Innocenti <bernie@develer.com>
8148
8149 * config.guess: Update to 2003-10-07 version.
8150 * config.sub: Update to 2003-10-07 version.
8151
8152 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8153
8154 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
8155 * ltconfig (irix5*, irix6*): Don't override version_type.
8156
8157 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
8158
8159 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
8160 * configure: Rebuilt
8161 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
8162 * Makefile.in: Rebuilt
8163
8164 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
8165
8166 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
8167
8168 2003-09-30 Carlo Wood <carlo@alinoe.com>
8169
8170 * MAINTAINERS (Write After Approval): Add myself.
8171
8172 2003-09-29 Paul Koning <ni1d@arrl.net>
8173
8174 * MAINTAINERS: Move myself from "Write After Approval"
8175 to CPU platform maintainers for pdp11 platform.
8176
8177 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
8178
8179 * MAINTAINERS: Move myself from 'Write After Approval' to
8180 'Various Maintainers' section as libffi testsuite maintainer.
8181
8182 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
8183
8184 * configure.in: Pass a computed --program-transform-name
8185 to subconfigures.
8186 * configure: Regenerated.
8187
8188 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8189
8190 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
8191 * Makefile.in: Regenerate.
8192
8193 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
8194 * Makefile.in: Regenerate.
8195
8196 2003-09-19 Ziemowit Laski <zlaski@apple.com>
8197
8198 * MAINTAINERS: Move myself from 'Write After Approval'
8199 to 'Various Maintainers' (objective-c) section.
8200
8201 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
8202
8203 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
8204 quoting.
8205 * configure: Regenerated.
8206
8207 2003-09-16 Joel Brobecker <brobecker@gnat.com>
8208
8209 * MAINTAINERS (Write After Approval): Add myself to write after
8210 approval list.
8211
8212 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
8213
8214 * MAINTAINERS (Write After Approval): Add myself.
8215
8216 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
8217
8218 * MAINTAINERS: Update my e-mail address.
8219
8220 2003-09-09 Alan Modra <amodra@bigpond.net.au>
8221
8222 * libtool.m4 (LD): Correct powerpc64 host match.
8223
8224 2003-09-06 James E Wilson <wilson@tuliptree.org>
8225
8226 * MAINTAINTERS: Update my affiliation and email address.
8227
8228 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8229
8230 * MAINTAINERS (Write After Approval): Add myself.
8231
8232 2003-09-04 DJ Delorie <dj@redhat.com>
8233
8234 * configure: Regenerate.
8235
8236 2003-09-04 Robert Millan <robertmh@gnu.org>
8237
8238 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
8239
8240 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8241
8242 * configure.in: Ensure arguments to sed are properly spaced.
8243 * configure: Regenerate.
8244
8245 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
8246
8247 * MAINTAINERS: Update my e-mail address.
8248
8249 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
8250
8251 * MAINTAINERS (Write After Approval): Add myself.
8252
8253 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
8254
8255 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
8256 * configure: Regenerated.
8257
8258 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
8259
8260 * MAINTAINERS: Update my email address.
8261
8262 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
8263
8264 * configure.in: Use newline instead of semicolon when assuming
8265 shell arguments in a for loop.
8266 * configure: Regenerated.
8267
8268 2003-08-22 Jason Eckhardt <jle@rice.edu>
8269
8270 * MAINTAINERS: Resurrect the i860 maintainer.
8271
8272 2003-08-20 Geoffrey Keating <geoffk@apple.com>
8273
8274 PR 8180
8275 * configure.in: When testing with_libs and with_headers, treat
8276 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
8277 * configure: Regenerate.
8278
8279 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
8280 make, shell, etc.
8281 (baseargs): Likewise.
8282 * configure: Regenerate.
8283
8284 2003-08-20 Bernardo Innocenti <bernie@develer.com>
8285
8286 * MAINTAINERS (Write After Approval): Add myself.
8287
8288 2003-08-19 Geoffrey Keating <geoffk@apple.com>
8289
8290 * configure.in: Disable libgcj for darwin not on powerpc.
8291 * configure: Rebuild.
8292
8293 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
8294
8295 * config-ml.in, symlink-tree: Add license.
8296
8297 2003-08-03 Richard Stallman <rms@gnu.org>
8298 Eben Moglen <moglen@columbia.edu>
8299
8300 * README.SCO: New file.
8301
8302 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
8303
8304 * Makefile.tpl (check, check-c++): Express dependencies using
8305 dependencies rather than commands.
8306 * Makefile.in: Regenerate.
8307
8308 2003-08-01 Andrew Cagney <cagney@redhat.com>
8309
8310 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
8311 * configure: Ditto.
8312
8313 2003-07-31 Geoffrey Keating <geoffk@apple.com>
8314
8315 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
8316 * Makefile.in: Update.
8317
8318 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
8319
8320 * configure.in: Enable libgcj for darwin.
8321 * configure: Rebuild.
8322
8323 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
8324
8325 * config-ml.in: Use ac_configure_args directly instead of
8326 ml_arguments. Only set ml_norecursion if --no[-]recursion is
8327 actually seen.
8328
8329 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
8330
8331 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
8332 creating target and build subdirs to build all parent dirs as needed.
8333 * Makefile.in: Rebuild.
8334 * configure.in: Don't build dirs explicitly here.
8335 * configure: Rebuild.
8336
8337 2003-07-26 Paul Brook <paul@nowt.org>
8338
8339 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
8340
8341 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
8342
8343 * Makefile.tpl (all-make): Depend on intl.
8344 * Makefile.in: Rebuilt.
8345
8346 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
8347
8348 * install-sh: Update to newer upstream versions (associated with
8349 aclocal 1.7).
8350 * mkinstalldirs: Likewise.
8351 * missing: Likewise, plus $1Help2man -> $1 typo fix.
8352
8353 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
8354
8355 * MAINTAINERS: Move self from Bug database only accounts
8356 to write-after-approval.
8357
8358 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
8359
8360 * config.if: Remove unused libc_interface determination.
8361
8362 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
8363
8364 * MAINTAINERS: Move self from write-after-approval to
8365 build machinery (*.in).
8366
8367 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
8368
8369 PR bootstrap/11273
8370 PR bootstrap/11408
8371 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
8372 unused INSTALL_PROGRAM_ARGS.
8373 * configure.in: Use AC_PROG_INSTALL.
8374 * Makefile.in: Regenerate.
8375 * configure: Regenerate.
8376
8377 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
8378
8379 * MAINTAINERS: Alphabetize.
8380
8381 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
8382
8383 * configure: Rebuilt.
8384 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8385 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
8386 newlib nor libgloss.
8387 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
8388 * configure.in (am33_2.0-*-linux*): Added.
8389
8390 2003-07-09 Bob Wilson <bob.wilson@acm.org>
8391
8392 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
8393 * configure: Regenerate.
8394
8395 2003-07-07 Zack Weinberg <zack@codesourcery.com>
8396
8397 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
8398 * Makefile.in: Regenerate.
8399
8400 2003-07-04 Zack Weinberg <zack@codesourcery.com>
8401
8402 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
8403 * Makefile.in: Regenerate.
8404
8405 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8406
8407 * Makefile.tpl: Replace PWD with PWD_COMMAND.
8408 * Makefile.in: Regenerated.
8409
8410 * config-ml.in: Replace PWD with PWD_COMMAND.
8411
8412 2003-07-04 Zack Weinberg <zack@codesourcery.com>
8413
8414 * intl: New directory; see intl/ChangeLog for details.
8415 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
8416 * Makefile.tpl: all-gcc depends on maybe-all-intl.
8417 * Makefile.in: Regenerate.
8418
8419 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
8420
8421 * configure.in: Clean up config-lang.in handling. Delete
8422 useless assignment to "subdirs".
8423 * configure: Regenerate.
8424
8425 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
8426
8427 * configure.in: Rename 'target_libs' to 'target_libraries'.
8428 Remove useless reference to 'target_libs'.
8429 * configure: Regenerate.
8430
8431 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
8432
8433 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
8434 * Makefile.in: Regenerate.
8435
8436 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
8437
8438 * Makefile.def: Introduce flags_to_pass.
8439 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
8440 * Makefile.in: Regenerate.
8441
8442 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
8443
8444 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
8445 and target-libgloss.
8446 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
8447 <h8300*-*-*>: Disable libf2c and ${libgcj}.
8448 * configure: Regenerate.
8449
8450 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
8451
8452 * configure.in: Update testsuite_flags to new location.
8453 * configure. Regenerate.
8454
8455 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
8456
8457 * Makefile.tpl: Remove BUILD_CC stuff.
8458 * Makefile.in: Regenerate.
8459
8460 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
8461
8462 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
8463
8464 2003-06-16 Graeme Peterson <gp@qnx.com>
8465
8466 * MAINTAINERS (Write After Approval): Add myself.
8467
8468 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
8469
8470 * config.guess: Update to 2003-06-12 version.
8471 * config.sub: Update to 2003-06-13 version.
8472
8473 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
8474
8475 * config.guess: Update to 2003-06-06 version.
8476 * config.sub: Update to 2003-06-06 version.
8477
8478 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8479
8480 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
8481 * configure. Regenerate.
8482
8483 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
8484
8485 * configure.in: Disable serial configure by default.
8486 * configure: Regenerate.
8487 * Makefile.tpl: Abolish .NOTPARALLEL.
8488 * Makefile.in: Regenerate.
8489
8490 * Makefile.tpl: Replace {build,host,target}_canonical by
8491 {build,host,target}.
8492 * Makefile.in: Regenerate.
8493
8494 * Makefile.tpl: Fix stupid pasto.
8495 * Makefile.in: Regenerate.
8496
8497 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
8498
8499 * Makefile.tpl: Remove bogus conditional.
8500 * Makefile.in: Regenerate.
8501
8502 2003-06-05 Jan Hubicka <jh@suse.cz>
8503
8504 * Makefile.tpl (profiledbootstrap): New target.
8505 * Makefile.in (profiledbootstrap): New target.
8506
8507 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
8508
8509 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
8510 Pinski. Remove user names from other bugzilla-only maintainers.
8511
8512 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
8513
8514 * Makefile.tpl: Make 'recursive targets' using autogen rather
8515 than shell loop. Remove duplicate 'clean' targets and false
8516 comments.
8517 * Makefile.def: Add systematic dependencies to 'recursive' targets.
8518 Add systematic method of specifying missing targets in subdirs.
8519 Add copyright boilerplate.
8520 * Makefile.in: Regenerate.
8521 * configure.in: Add 'recursive targets' to maybe list.
8522 * configure: Regenerate.
8523
8524 * MAINTAINERS: "GNATS only" -> "Bug database only".
8525
8526 * Makefile.tpl: Rename [+target+] to [+make_target+].
8527 * Makefile.def: Rename 'target' to 'make_target'.
8528
8529 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
8530
8531 * MAINTAINERS: Add self as options handling maintainer.
8532
8533 2003-05-28 Michael Meissner <gnu@the-meissners.org>
8534
8535 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
8536 been too long since I touched those ports.
8537
8538 2003-05-28 DJ Delorie <dj@redhat.com>
8539
8540 * Makefile.tpl: Make maybe-check-gcc .PHONY.
8541 * Makefile.in: Regenerate.
8542
8543 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
8544
8545 * configure.in: Use curly braces in the definition of tooldir.
8546 * configure: Regenerate.
8547
8548 2003-05-21 DJ Delorie <dj@redhat.com>
8549
8550 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
8551 newlib or libgloss.
8552 * Makefile.in: Regenerate.
8553
8554 2003-05-21 DJ Delorie <dj@redhat.com>
8555
8556 * Makefile.tpl: Add missing empty maybe-check-gcc target.
8557 * Makefile.in: Regenerate.
8558
8559 2003-05-20 Ian Lance Taylor <ian@airs.com>
8560
8561 * MAINTAINERS: Update my e-mail address.
8562
8563 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
8564
8565 * configure.in: Switch more things to use maybe dependencies.
8566 * Makefile.tpl: Switch more things to use maybe dependencies.
8567 Factor out common code from autogen IF statements.
8568 * configure: Regenerate.
8569 * Makefile.in: Regenerate.
8570
8571 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
8572
8573 * configure.in: Accept i[3456789]86 for machine type.
8574 * configure: Regenerate.
8575
8576 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
8577
8578 * configure.in: Switch more things to use maybe dependencies.
8579 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
8580 * configure: Regenerate.
8581 * Makefile.tpl: Switch more things to use maybe dependencies.
8582 * Makefile.in: Regenerate.
8583
8584 2003-05-16 Andreas Schwab <schwab@suse.de>
8585
8586 * Makefile.tpl (install-opcodes): Define.
8587 * Makefile.in: Rebuild.
8588
8589 2003-05-13 Andreas Jaeger <aj@suse.de>
8590
8591 * config.guess: Update to 2003-05-09 version.
8592 * config.sub: Update to 2003-05-09 version.
8593
8594 2003-05-13 Michael Eager <eager@mvista.com>
8595
8596 * configure.in: Correct sed script so that options in quotes are not
8597 deleted.
8598 * configure: Rebuild.
8599
8600 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
8601
8602 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
8603 and $$s/newlib/libc/sys/cygwin32 include paths.
8604 * configure: Ditto.
8605
8606 2003-05-12 Michael Meissner <gnu@the-meissners.org>
8607
8608 * MAINTAINERS: Update my email addresses.
8609
8610 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
8611
8612 * config-ml.in: Propagate INSTALL variables.
8613
8614 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8615
8616 * MAINTAINERS: Remove duplicate entries in Write After Approval.
8617
8618 2003-05-02 Chris Demetriou <cgd@broadcom.com>
8619
8620 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
8621 * Makefile.in: Regenerate.
8622
8623 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
8624
8625 * MAINTAINERS (GNATS only): Add Falk Hueffner.
8626
8627 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
8628
8629 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
8630
8631 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
8632
8633 * Makefile.tpl: Clean $(BUILD_SUBDIR).
8634 * Makefile.in: Regenerated.
8635
8636 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
8637
8638 * MAINTAINERS (Write After Approval): Upgrade myself from
8639 GNATS only to write-after-approval. Update my mail address.
8640
8641 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
8642
8643 (OS Port Maintainers: freebsd): Add myself.
8644
8645 2003-04-22 Mark Mitchell <mark@codesourcery.com>
8646
8647 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
8648
8649 2003-04-22 Kean Johnston <jkj@sco.com>
8650
8651 * MAINTAINERS (SCO ports): Added myself.
8652
8653 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
8654
8655 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
8656
8657 2003-04-19 Kean Johnston <jkj@sco.com>
8658
8659 * MAINTAINERS (Write After Approval): Add myself.
8660
8661 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8662
8663 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
8664 * Makefile.in: Regenerate.
8665
8666 2003-04-18 Jakub Jelinek <jakub@redhat.com>
8667
8668 * configure.in (powerpc64*-*-linux*): Remove.
8669 * configure: Rebuilt.
8670
8671 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
8672
8673 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
8674 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
8675 and restrap.
8676 * Makefile.in: Regenerate.
8677
8678 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
8679
8680 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
8681 * configure: Regenerated.
8682
8683 2003-04-15 DJ Delorie <dj@redhat.com>
8684
8685 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
8686
8687 2003-04-13 Nick Clifton <nickc@redhat.com>
8688
8689 * config-ml.in: Remove support for --disable-aix removing
8690 call-aix multilibs.
8691
8692 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
8693
8694 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
8695 * */configure: Rebuilt.
8696
8697 2003-04-08 Joel Sherrill <joel@oarcorp.com>
8698
8699 * MAINTAINERS: Add my email address.
8700
8701 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
8702
8703 * MAINTAINERS (Write After Approval): Add myself.
8704
8705 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
8706
8707 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
8708 * Makefile.in: Regenerate.
8709
8710 2003-03-14 Michael Chastain <mec@shout.net>
8711
8712 * Makefile.in: Regenerate with correct Makefile.def.
8713
8714 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
8715
8716 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
8717 Make macro.
8718 * Makefile.in: Regenerate.
8719 * configure.in: Clean up gxx_include_dir logic.
8720 * configure: Regenerate.
8721
8722 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
8723
8724 * MAINTAINERS (Write After Approval): Add myself.
8725
8726 2003-03-10 Ben Elliston <bje@wasabisystems.com>
8727
8728 * MAINTAINERS: Update my mail address.
8729
8730 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8731
8732 * configure.in (gxx_include_dir): Fix typo.
8733 * configure: Regenerated.
8734
8735 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
8736
8737 * Makefile.tpl: Reindent.
8738 * Makefile.in: Regenerate.
8739 * configure.in: Reindent. Don't set unused variables.
8740 * configure: Regenerate.
8741
8742 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
8743
8744 * configure.in: Include $(build_tooldir)/sys-include in
8745 FLAGS_FOR_TARGET.
8746 * configure: Regenerated.
8747
8748 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
8749
8750 * Makefile.tpl: Always pass down RANLIB.
8751 * Makefile.in: Regenerate.
8752
8753 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
8754 * Makefile.in: Regenerate.
8755 * configure.in: Remove unused logic relating to --enable-shared
8756 and --enable-threads. Remove bogus comments. Remove redundant
8757 noconfigdirs.
8758 * configure: Regenerate.
8759
8760 * configure.in: Replace ${libstdcxx_version} by its value.
8761 Remove reference to mh-dgux.
8762 * configure: Regenerate.
8763
8764 2003-03-03 Kevin Buettner <kevinb@redhat.com>
8765
8766 * MAINTAINERS (Write After Approval): Add myself.
8767
8768 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8769
8770 * Makefile.tpl: Rearrange.
8771 * Makefile.in: Regenerate.
8772
8773 2003-02-25 Uwe Stieber <uwe@wwws.de>
8774
8775 * configure.in: Add support for kaOS as cross build target system.
8776 * configure: Regenerated.
8777
8778 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
8779
8780 * MAINTAINERS (Write after approval): Add myself.
8781
8782 2003-02-21 James E Wilson <wilson@tuliptree.org>
8783
8784 * MAINTAINERS: Update my email address.
8785
8786 2003-02-21 Zack Weinberg <zack@codesourcery.com>
8787
8788 * MAINTAINERS: Add self to blanket write privs. section.
8789
8790 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
8791
8792 * Makefile.tpl: Add definition of CPPFLAGS to pass into
8793 configure-target-* as some target builds may require additional
8794 flags for preprocessor tests.
8795 * Makefile.in: Regenerated.
8796
8797 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
8798
8799 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
8800 * ltconfig: Handle it.
8801 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
8802 auto-detecting it.
8803
8804 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
8805 it is used as argument to $CC.
8806 * ltcf-gcj.sh: Likewise.
8807
8808 * configure.in: Introduce --enable-maintainer-mode.
8809 * configure: Rebuilt.
8810 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
8811 for maintainer mode.
8812 * Makefile.in: Rebuilt.
8813
8814 2003-02-18 Jason Merrill <jason@redhat.com>
8815
8816 * Makefile.tpl (check-c++): Allow parallelism.
8817
8818 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8819
8820 * MAINTAINERS: Remove John Carr (who never actually had access to
8821 gcc.gnu.org).
8822
8823 2003-02-15 Geoffrey Keating <geoffk@apple.com>
8824
8825 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
8826 don't configure target-libobjc.
8827 * configure: Regenerate.
8828
8829 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8830
8831 * Makefile.tpl (RANLIB): Define.
8832 * Makefile.in: Regenerate.
8833
8834 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
8835
8836 * MAINTAINERS: Update my email.
8837
8838 2003-02-06 Keith R Seitz <keiths@redhat.com>
8839
8840 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
8841 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
8842 * Makefile.in: Regenerated.
8843 * configure.in: Remove all traces of snavigator, db, and grep.
8844 * configure: Regenerated.
8845
8846 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8847
8848 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
8849 After Approval.
8850
8851 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8852
8853 * MAINTAINERS (Write after approval): Add myself.
8854
8855 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
8856
8857 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
8858 * Makefile.in: Regenerated.
8859
8860 2003-01-30 Roger Sayle <roger@eyesopen.com>
8861
8862 * config.guess: Updated to 2003-01-30's version.
8863 * config.sub: Updated to 2003-01-28's version.
8864
8865 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
8866
8867 * config.if: If gcc_version is already set, just use it. Don't set
8868 gcc_version_trigger if it's already set, otherwise set it to
8869 gcc/version.c, but only if the file exists. If it is not set and
8870 gcc/version.c does not exist, try to extract the version number from
8871 $CC.
8872
8873 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
8874
8875 * MAINTAINERS: Add myself to write-after-approval list.
8876
8877 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
8878
8879 * configure.in: Revert 24Jan change.
8880 * configure: Regenerate.
8881
8882 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8883
8884 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
8885 entry of HJ Lu.
8886
8887 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
8888
8889 * configure.in: Revert previous change.
8890 * configure: Regenerate.
8891
8892 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
8893
8894 * configure.in: Make rda native-only.
8895 * configure: Regenerate.
8896
8897 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
8898
8899 * MAINTAINERS: Move myself from GNATS-only-accounts to
8900 write-after-approval.
8901
8902 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
8903
8904 * configure.in: Add missing \.
8905 * configure: Rebuilt.
8906
8907 2003-01-17 Jakub Jelinek <jakub@redhat.com>
8908
8909 * configure.in (baseargs): Avoid using \| in sed regular
8910 expressions.
8911 * configure: Rebuilt.
8912
8913 2003-01-16 Jakub Jelinek <jakub@redhat.com>
8914
8915 * configure.in (baseargs): Remove all supported forms of
8916 --cache-file, --srcdir, --host, --build and --target options
8917 from argument lists.
8918 * configure: Rebuilt.
8919
8920 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
8921
8922 * MAINTAINERS: Add myself to write-after-approval list.
8923
8924 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
8925
8926 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8927 * configure: Rebuilt.
8928
8929 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
8930
8931 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8932 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8933 * Makefile.in: Regenerate.
8934 * configure: Regenerate.
8935
8936 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
8937
8938 * configure.in: Remove Makefile in build, host and target modules
8939 unless configure was run with --no-recursion.
8940 * configure: Rebuilt.
8941
8942 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8943
8944 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8945 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8946 * Makefile.in: Regenerate.
8947
8948 2003-01-08 Chris Demetriou <cgd@broadcom.com>
8949
8950 * config.guess: Update to 2003-01-03 version.
8951 * config.sub: Update to 2003-01-03 version.
8952
8953 2003-01-07 Christopher Faylor <cgf@redhat.com>
8954
8955 * configure: Regenerate with proper autoconf 2.13.
8956
8957 2003-01-07 Christopher Faylor <cgf@redhat.com>
8958
8959 * configure.in: Add AC_PREREQ for consistency.
8960 * configure: Regenerate.
8961
8962 2003-01-06 Andrew Cagney <ac131313@redhat.com>
8963
8964 * configure.in (GDB_TK): Add tcl directories conditional on
8965 gdb/gdbtk directory being present.
8966 * configure: Regenerate.
8967
8968 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
8969
8970 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
8971 used by gcc if LD is not defined and we are not doing a Canadian Cross.
8972 * configure: Rebuilt.
8973
8974 2002-12-31 Tom Tromey <tromey@redhat.com>
8975
8976 * Makefile.in: Rebuilt.
8977 * Makefile.def (target_modules) [libffi]: Allow installation.
8978
8979 2002-12-31 Andreas Schwab <schwab@suse.de>
8980
8981 * configure.in: Fix use of $program_transform_name.
8982 * configure: Regenerated.
8983
8984 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
8985
8986 * configure.in (baseargs): Don't remove first configure argument.
8987 * configure: Regenerated.
8988
8989 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
8990
8991 * Makefile.tpl (local-distclean): Don't remove...
8992 (multilib.ts): ... this. Moved into...
8993 (multilib.out): ... this. Don't use sub-make.
8994 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8995 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8996 (configure-build-[+module+], configure-[+module+],
8997 configure-target-[+module+], configure-gcc): ... these. Test
8998 for Makefile existence. Drop config.status from dependencies.
8999 * Makefile.in: Rebuilt.
9000 * configure.in: Move gcc-version-trigger to the end of
9001 ac_configure_args. Add comments to maybedep.tmp and
9002 serdep.tmp. Introduce --disable-serial-configure. Remove
9003 nonopt from baseargs, matching and removing corresponding
9004 whitespace while at it.
9005 * configure: Rebuilt.
9006
9007 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
9008
9009 * configure.in (host_configargs): Replace reference to
9010 no-longer-defined buildopts with --build=${build_alias}.
9011 * configure: Rebuilt.
9012
9013 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
9014 program_transform_name to standard idiom.
9015 (AUTOGEN, AUTOCONF): Define.
9016 (Makefile.in): Use $(AUTOGEN).
9017 (Makefile): Depend on config.status, and use autoconf-style rule to
9018 build it. Move original commands to...
9019 (config.status): ... this new target.
9020 (configure): Add $(srcdir). Depend on config/acx.m4. Use
9021 $(AUTOCONF).
9022 * Makefile.in: Rebuilt.
9023
9024 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
9025
9026 * Makefile.tpl: Fix dramatic bustage due to change in
9027 program_transform_name.
9028 * Makefile.in: Regenerate.
9029
9030 * configure.in: Remove unnecessary PATH setting.
9031 * configure: Regnerate.
9032
9033 * configure.in: Don't default to unprefixed tools unless
9034 the native tools will work.
9035 * configure: Regenerate.
9036
9037 * configure.in: Convert to autoconf script. Blow away lots
9038 of now-redundant Makefile fragments.
9039 * configure: Generate using Autoconf.
9040 * Makefile.tpl: Rewrite to reflect autoconfiscation.
9041 * Makefile.in: Regenerate.
9042
9043 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
9044
9045 * configure: Fix stupid bug where RANLIB was mistakenly included.
9046
9047 * configure.in: Rename (buildargs, hostargs, targargs) to
9048 (build_configargs, host_configargs, target_configargs).
9049
9050 * configure.in: Move logic out of sed statement.
9051
9052 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
9053 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
9054
9055 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
9056
9057 * config.sub: Import from master repository
9058 * config.guess: Ditto
9059
9060 2002-12-24 Andreas Schwab <schwab@suse.de>
9061
9062 * Makefile.tpl (multilib.out): Fix missing space.
9063 * Makefile.in: Regenerate.
9064
9065 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
9066
9067 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
9068 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
9069 * Makefile.in: Regenerate.
9070 * configure.in: Remove unnecessary leftovers.
9071
9072 2002-12-21 Geoffrey Keating <geoffk@apple.com>
9073
9074 * configure.in (extra_ranlibflags_for_target): New variable.
9075 (*-*-darwin): Add -c to ranlib commands.
9076 * configure (tooldir): Handle extra_ranlibflags_for_target.
9077
9078 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
9079
9080 * Makefile.tpl: Revert HJL's change.
9081 * Makefile.in: Regenerated.
9082 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
9083 always.
9084
9085 2002-12-19 Andreas Schwab <schwab@suse.de>
9086
9087 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
9088 * Makefile.in: Regenerate.
9089
9090 2002-12-18 H.J. Lu <hjl@gnu.org>
9091
9092 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
9093 * Makefile.in: Regenerated.
9094
9095 * configure.in (build_prefix): New. Substitute.
9096
9097 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
9098
9099 * Makefile.tpl: Don't let real targets depend on phony targets.
9100 * Makefile.in: Regenerate.
9101
9102 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
9103 * Makefile.in: Regenerate.
9104
9105 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
9106
9107 * config.sub: Import from master repository
9108 * config.guess: Ditto
9109
9110 2002-12-16 Jason Merrill <jason@redhat.com>
9111
9112 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
9113 previous 'make bootstrap'.
9114 * Makefile.in: Regenerate.
9115
9116 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
9117
9118 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
9119
9120 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
9121
9122 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
9123 * Makefile.in: Regenerate.
9124
9125 2002-12-13 Jason Merrill <jason@redhat.com>
9126
9127 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
9128 library tests.
9129 (check-c++): Just depend on it and check-target-libstdc++-v3.
9130 * Makefile.in: Regenerate.
9131
9132 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
9133
9134 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
9135 * Makefile.in: Rebuilt.
9136
9137 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
9138
9139 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
9140
9141 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
9142
9143 * configure: Fix bug put in by gremlins.
9144
9145 * Makefile.tpl: Substitute more autoconfily.
9146 * configure: Substitute more autoconfily.
9147 * Makefile.in: Regenerate.
9148
9149 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
9150
9151 * config.sub: Import from master repository
9152 * config.guess: Ditto
9153 * MAINTAINERS: Added Svein Seldal under write after approval
9154
9155 2002-12-08 Andrew Cagney <ac131313@redhat.com>
9156
9157 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
9158 * Makefile.in (all-sim): Ditto.
9159
9160 2002-12-06 DJ Delorie <dj@redhat.com>
9161
9162 * Makefile.tpl: Change configure dependencies to not have real
9163 targets depend on phony targets.
9164
9165 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
9166
9167 * configure.in: Revert unintentional change.
9168
9169 * Makefile.tpl: Change dependency for */multilib.out so that
9170 it works when gcc isn't in the tree.
9171
9172 * configure.in: Substitute more.
9173 * configure: Run subconfigures from the Makefile.
9174 * Makefile.tpl: Run subconfigures from the Makefile; add a few
9175 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
9176
9177 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9178
9179 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
9180
9181 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
9182
9183 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
9184 and corresponding dependencies.
9185 * Makefile.in: Regenerate.
9186
9187 * configure.in (host_tools): Order binutils, gas and ld for
9188 convenience in running the testsuites.
9189
9190 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
9191 * Makefile.in: Regenerate.
9192 * configure.in: Introduce rules to serialize subconfigure runs.
9193
9194 * configure.in: Introduce BASE_CC_FOR_TARGET.
9195 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
9196 Realize configure-build-* targets. Realize configure-target-* targets.
9197 * Makefile.in: Regenerate.
9198
9199 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
9200
9201 * configure: Move gcc_version_trigger stuff from here...
9202 * configure.in: ...to here.
9203
9204 * configure.in: Separate subconfigure options added by this file from
9205 options given by the user. Add machinery to put args for host
9206 subconfigures into the Makefile.
9207
9208 * Makefile.tpl: Remove 'vault' targets.
9209 * Makefile.tpl: Reorder and comment dependencies.
9210 * Makefile.in: Regenerate.
9211
9212 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
9213 * configure.in: Fix my broken commit of previous patch. (sigh)
9214
9215 2002-11-28 Geoffrey Keating <geoffk@apple.com>
9216
9217 * configure.in: Move host-specific darwin noconfigdirs into
9218 the host-specific section.
9219
9220 2002-11-28 Geoffrey Keating <geoffk@apple.com>
9221
9222 * configure.in: Move host-specific darwin noconfigdirs into
9223 the host-specific section.
9224
9225 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
9226
9227 * configure: Remove skip-this-dir support.
9228 * Makefile.tpl: Remove skip-this-dir support.
9229
9230 * Makefile.tpl: Remove leftover support for non-autoconfiscated
9231 subdirectories.
9232 * Makefile.in: Regenerate.
9233
9234 * Makefile.tpl: Strip out useless setting of 'dir'.
9235 * Makefile.in: Regenerate.
9236
9237 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
9238
9239 * configure.in: Fix deeply stupid bug.
9240
9241 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
9242 shell code in CXX_FOR_TARGET
9243 * Makefile.def: Introduce raw_cxx.
9244 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
9245 RAW_CXX_FOR_TARGET.
9246 * Makefile.in: Regenerate.
9247
9248 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
9249
9250 * Makefile.tpl: Remove unnecessary ifs.
9251 * Makefile.in: Regenerate.
9252
9253 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
9254 dependencies. Maybe-ize build-libiberty. Create dummy install
9255 targets for 'no_install' modules.
9256 * configure: Move GDB_TK substitution to configure.in. Move
9257 build_modules stuff to configure.in.
9258 * configure.in: Implement soft dependency machinery. Maybe-ize
9259 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
9260 * Makefile.in: Regenerate.
9261
9262 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
9263
9264 * Makefile.tpl: Make all-target, install-target behave similarly
9265 to all, install (only hitting configured targets). Eliminate
9266 unused macro defintions.
9267
9268 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
9269 build != host.
9270
9271 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
9272
9273 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
9274
9275 * configure.in: Produce lists of subdir targets we're actually
9276 configuring. Remove references to "dosrel".
9277 * Makefile.tpl: Let configure set which subdir targets are hit.
9278 Remove install-cross; clean up install; remove ALL. Remove
9279 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
9280 Autogenerate host module targets. Remove empty dependency lines
9281 and redundant dependency; rearrange slightly.
9282 * Makefile.def: Add host-side libtermcap, utils.
9283
9284 * Makefile.in: Regenerate.
9285
9286 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9287
9288 * ltconfig (osf[345]): Append $major to soname_spec.
9289 Reflect this in library_names_spec.
9290 * ltmain.sh (osf): Prefix $major with . for use as extension.
9291
9292 2002-11-19 Andreas Jaeger <aj@suse.de>
9293
9294 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
9295 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
9296 and sparc64 GNU/Linux systems.
9297
9298 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
9299
9300 * MAINTAINERS: Update email.
9301
9302 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9303
9304 * MAINTAINERS: Complete James Dennett's entry.
9305
9306 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
9307
9308 * MAINTAINERS (Write After Approval): Add myself.
9309
9310 2002-11-13 Bruce Korb <bkorb@gnu.org>
9311
9312 * Makefile.tpl: syntactic cleanup
9313
9314 2002-11-13 Stuart Hastings <stuart@apple.com>
9315
9316 * MAINTAINERS: Add myself to write-after-approval list.
9317
9318 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9319
9320 * Makefile.def: Add list of recursive targets to autogenerate.
9321 Add build_modules.
9322 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
9323 targets. Autogenerate *-build-* targets.
9324 * Makefile.in: Regenerate.
9325
9326 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9327
9328 * configure: More autoconf-style substitutions.
9329 * Makefile.tpl: More autoconf-style substitutions.
9330 * Makefile.in: Regenerate.
9331
9332 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
9333
9334 * configure: Substitute more variables in a more autoconf-friendly
9335 way. Simplify slightly.
9336 * Makefile.tpl: Make more variables substitutable in an
9337 autoconf-friendly way.
9338 * Makefile.in: Regenerate.
9339
9340 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
9341
9342 * MAINTAINERS (Write After Approval): Add myself.
9343
9344 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
9345
9346 * configure.in (v810*): Remove special setting of tools.
9347
9348 * configure: Add support for extra required flags for ar or nm.
9349 * configure.in (aix4.3+): Use above support for target-specific
9350 issues, rather than using config/mt-aix43.
9351
9352 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
9353
9354 * configure: Remove 'removing', which doesn't work. Replace $subdir
9355 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
9356 with $srcdir. Reformat indentation. Substitute some variables
9357 formerly hard-coded in the Makefile for build=host.
9358 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
9359 * Makefile.def: Autogenerate more.
9360 * Makefile.in: Regenerate.
9361
9362 2002-11-04 Adam Nemet <anemet@lnxw.com>
9363
9364 * MAINTAINERS (Write After Approval): Add myself.
9365
9366 2002-11-04 Kevin Buettner <kevinb@redhat.com>
9367
9368 * Makefile.def (host_modules): Add rda.
9369 * Makefile.in: Regenerate.
9370 * configure.in (target_tool): Add target-rda to list.
9371
9372 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9373
9374 * MAINTAINERS: Remove "co-maintainer" note for web pages.
9375
9376 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
9377
9378 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
9379 and restrap targets to this rule.
9380 * Makefile.in: Regenerate.
9381
9382 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9383
9384 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
9385 GNATS only accounts.
9386
9387 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
9388
9389 * configure.in (i[3456]86-*-linux*): Add check to disable
9390 ${libgcj} for glibc1.
9391
9392 2002-10-24 Denis Chertykov <denisc@overta.ru>
9393
9394 * MAINTAINERS: Add myself as ip2k port maintainer.
9395
9396 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
9397
9398 * configure.in: Add tic4x target.
9399
9400 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
9401
9402 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
9403 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
9404 * Makefile.in: Regenerate.
9405
9406 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
9407 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
9408 * Makefile.in: Regenerate.
9409
9410 2002-10-02 Janis Johnson <janis187@us.ibm.com>
9411
9412 * MAINTAINERS: Add myself as web pages co-maintainer.
9413
9414 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
9415
9416 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
9417 * Makefile.in: Regenerate.
9418
9419 2002-10-02 Zack Weinberg <zack@codesourcery.com>
9420
9421 * MAINTAINERS: Add myself and Nathan Sidwell
9422 <nathan@codesourcery.com> as VxWorks maintainers.
9423
9424 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
9425
9426 * Makefile.def: Remove order dependency comments.
9427 * Makefile.tpl: Add explicit install-install dependencies.
9428 * Makefile.in: Regenerate.
9429
9430 * Makefile.tpl: Remove material now in src-release. (Finally!)
9431 * Makefile.in: Regenerate.
9432
9433 * Makefile.tpl: Add configure-target (for src-release in src)
9434 * Makefile.in: Regenerate.
9435
9436 2002-09-30 Nick Clifton <nickc@redhat.com>
9437
9438 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
9439
9440 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
9441
9442 * configure.in (s390*-*-linux*): Enable libgcj.
9443
9444 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
9445
9446 * configure: Revert accidentally applied changes.
9447
9448 * Makefile.tpl: Make more autoconf-friendly.
9449 * Makefile.in: Regenerate.
9450 * configure: Make substitution more autoconf-like.
9451
9452 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
9453
9454 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
9455 single entry to handle all these.
9456 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
9457 libjava on arm-*-elf.
9458
9459 2002-09-27 Geoffrey Keating <geoffk@apple.com>
9460
9461 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
9462 things that depend on them.
9463
9464 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
9465
9466 * Makefile.tpl: Make subsituted variables more autoconfy.
9467 * Makefile.in: Regenerate.
9468 * configure: Make seds more autoconfy.
9469
9470 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
9471
9472 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
9473 * Makefile.in: Regenerate.
9474 * configure.in: Rewrite sed statements to look autoconfy.
9475
9476 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
9477 all-target-foo on configure-target-foo.
9478 * Makefile.def: Ditto.
9479 * Makefile.in: Rebuild.
9480
9481 2002-09-25 Andrew Haley <aph@redhat.com>
9482
9483 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
9484
9485 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
9486
9487 * Makefile.def: New file.
9488 * Makefile.tpl: New file.
9489 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
9490 * contrib/gcc_update: Note that Makefile.in is a generated file.
9491
9492 * configure.in: Minor rearrangement. Simplify tests.
9493
9494 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
9495
9496 * configure.in (with_headers): Skip copy if value is "yes".
9497 (with_libs): Likewise.
9498
9499 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
9500
9501 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
9502 * configure.in (sh*-*-pe*): Ditto.
9503 * configure.in (mips*-*-pe*): Ditto.
9504 * configure.in (*arm-wince-pe): Ditto.
9505
9506 * configure.in: Rearrange.
9507
9508 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
9509
9510 * MAINTAINERS: Update my email address.
9511
9512 2002-08-30 Paul Koning <pkoning@equallogic.com>
9513
9514 * MAINTAINERS: (Write After Approval): Add myself.
9515
9516 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
9517
9518 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
9519
9520 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
9521
9522 * MAINTAINERS: Change my mailing address.
9523
9524 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
9525
9526 * MAINTAINERS (Write After Approval): Remove myself.
9527 (Various Maintainers: c++ runtime libs): Add myself.
9528
9529 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
9530
9531 * MAINTAINERS (Write After Approval): Remove myself.
9532 (Various Maintainers: c++ runtime libs): Add myself.
9533
9534 2002-08-15 Eric Christopher <echristo@redhat.com>
9535
9536 * config.sub: Import from master repository.
9537 * config.guess: Ditto.
9538
9539 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
9540
9541 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
9542 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
9543 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
9544
9545 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
9546
9547 * MAINTAINERS: Add self to rs6000 vector extensions.
9548
9549 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
9550
9551 * libiberty/configure: Reverted unintended yesterday's check in.
9552
9553 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
9554
9555 * boehm-gc/configure, libf2c/configure: Rebuilt.
9556 * libffi/configure, libiberty/configure: Ditto.
9557 * libjava/configure, libobjc/configure: Ditto.
9558 * libstdc++-v3/configure, zlib/configure: Ditto.
9559 Merged from binutils:
9560 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
9561 From Steve Ellcey <sje@cup.hp.com>:
9562 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
9563 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
9564 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
9565 IA64.
9566 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
9567 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
9568 soname_spec, sys_lib_search_path_spec): Ditto.
9569
9570 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
9571
9572 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
9573
9574 2002-08-04 H.J. Lu (hjl@gnu.org)
9575
9576 * configure.in (mips*-*-linux*): Don't skip target-libffi.
9577
9578 2002-08-02 Krister Walfridsson <cato@df.lth.se>
9579
9580 * MAINTAINERS (Write After Approval): Add myself.
9581
9582 2002-07-31 Alan Modra <amodra@bigpond.net.au>
9583
9584 * configure.in: Move generic linux case to end. Copy generic
9585 linux noconfigdirs to mips*-*-linux* entry and new
9586 powerpc64*-*-linux* entry. Add target-libffi for the latter.
9587
9588 2002-07-19 Michael Matz <matz@suse.de>
9589
9590 * MAINTAINERS: Add myself as ra* maintainer.
9591
9592 2002-07-16 Chris Demetriou <cgd@broadcom.com>
9593
9594 * config.guess: Update to 2002-07-09 version.
9595 * config.sub: Update to 2002-07-03 version.
9596
9597 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
9598
9599 * MAINTAINERS: Fix typo in a maintainer email address.
9600
9601 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
9602
9603 * configure.in: Remove two redundant tests.
9604
9605 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9606
9607 * configure.in (mips*-*-irix6*o32): Enable stabs.
9608
9609 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
9610
9611 * configure.in: Don't build grez.
9612 * Makefile.in: Ditto.
9613
9614 * Makefile.in: Remove references to bsp, cygmon, libstub.
9615 * configure.in: Ditto.
9616
9617 * configure.in: Remove leftover reference to gdbtest.
9618
9619 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
9620
9621 * configure.in (gxx_include_dir): Change to match versioned
9622 C++ headers if --enable-version-specific-runtime-libs is used.
9623
9624 2002-07-04 Steve Ellcey <sje@cup.hp.com>
9625
9626 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
9627
9628 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
9629
9630 * configure.in: Make --without-x work.
9631
9632 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
9633
9634 * configure.in: Rearrange target Makefile fragment collection.
9635
9636 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
9637 cvs[src].
9638 * configure.in: Ditto.
9639
9640 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
9641
9642 * MAINTAINERS (Write After Approval): Update my e-mail address.
9643
9644 2002-06-24 Ben Elliston <bje@redhat.com>
9645
9646 * configure.in (host_tools): Remove cgen.
9647
9648 * Makefile.in (all-cgen): Remove; runs from its source directory.
9649 (check-cgen, install-cgen, clean-cgen): Likewise.
9650 (all-opcodes): Do not depend on all-cgen.
9651 (all-sim): Likewise.
9652
9653 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
9654
9655 * Makefile.in: Eliminate 'apache' targets.
9656 * configure.in: Eliminate 'apache' targets.
9657
9658 * configure.in: Eliminate redundant tests. Reorganize.
9659
9660 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
9661
9662 * config-ml.in: Eliminate references to Cygnus configure.
9663
9664 * Makefile.in: Eliminate references to building emacs.
9665
9666 2002-06-28 Graham Stott <graham.stott@btinternet.com>
9667
9668 * MAINTAINERS: Update my email address.
9669
9670 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
9671
9672 * config.if (libstdcxx_incdir): Version C++ headers.
9673 (cxx_incdir): Remove.
9674
9675 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
9676
9677 * MAINTAINERS (Write After Approval): Add self.
9678
9679 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
9680
9681 * configure.in: Add support for ip2k.
9682
9683 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
9684
9685 * configure.in: Fix AIX configury bug.
9686
9687 2002-06-20 Steve Ellcey <sje@cup.hp.com>
9688
9689 * MAINTAINERS (Write After Approval): Add self.
9690
9691 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
9692
9693 * configure.in: replace ${topsrcdir} with ${srcdir}
9694
9695 * configure.in: Move definition of libstdcxx_flags
9696 right above usage, rather than waaay earlier.
9697
9698 * configure.in: Pull definition of is_cross_compiler earlier.
9699
9700 * configure.in: Rearrange a little.
9701
9702 * configure.in: Remove references to librx.
9703 * Makefile.in: Remove references to librx.
9704
9705 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
9706
9707 * config.sub: Add support for avr target.
9708 Import from master sources, rev 1.255
9709
9710 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
9711
9712 * configure, .cvsignore: Revert previous change...
9713 * Makefile: ...delete.
9714
9715 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
9716
9717 * configure.in: Eliminate ${gasdir} variable.
9718
9719 2002-06-18 Dave Brolley <brolley@redhat.com>
9720
9721 * configure.in: Add support for frv.
9722 * config.sub: Add support for frv.
9723
9724 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
9725
9726 * configure: Remove garbage from previous commit.
9727
9728 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
9729
9730 * configure: For in-source builds, make a subdir and re-exec there.
9731 * Makefile: New file. Pass targets through to build directory.
9732 * .cvsignore: No longer ignore "Makefile".
9733
9734 2002-06-16 Douglas Rupp <rupp@gnat.com>
9735
9736 * MAINTAINERS (Write After Approval): Add self.
9737
9738 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9739
9740 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
9741
9742 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
9743
9744 * configure.in (vax-*-netbsd*): Re-enable gas.
9745
9746 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
9747
9748 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
9749 BUILD_PREFIX_1, to correct nomenclature.
9750 * configure: Likewise.
9751
9752 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
9753 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
9754
9755 2002-05-31 Olaf Hering <olh@suse.de>
9756
9757 * config-ml.in: Propogate DESTDIR also.
9758
9759 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
9760
9761 * configure.in (vax-*-netbsd*): Don't build gas for this
9762 platform.
9763
9764 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
9765
9766 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9767 and libgcj for AVR.
9768
9769 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
9770
9771 * MAINTAINERS (Write After Approval): Add myself.
9772
9773 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
9774
9775 * config.guess: Update to 2002-05-22 version.
9776 * config.sub: Likewise.
9777
9778 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9779
9780 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
9781 * config-ml.in: Likewise.
9782 * configure: Likewise.
9783 * configure.in: Likewise.
9784
9785 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
9786
9787 * MAINTAINERS: Update my email address.
9788
9789 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
9790
9791 * configure.in: Simplify makefile fragment collection.
9792
9793 * configure.in: Remove code to build emacs.
9794
9795 * configure.in : Remove --srcdir argument from targargs and buildargs
9796 (it's always overridden in the Makefile anyway). Rearrange a bit.
9797
9798 * configure: Move some logic to configure.in.
9799 * configure.in: Move some logic from configure.
9800
9801 2002-05-11 Tom Tromey <tromey@redhat.com>
9802
9803 * MAINTAINERS: Reflect libgcj reality.
9804
9805 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
9806
9807 * Makefile.in: Honour DESTDIR.
9808
9809 2002-05-08 Mark Mitchell <mark@codesourcery.com>
9810
9811 * config.guess: Import 2002-03-20 version.
9812 * config.sub: Import 2002-04-26 version.
9813
9814 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9815
9816 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
9817
9818 2002-05-07 Tim Josling <tej@melbpc.org.au>
9819
9820 * MAINTAINERS: Add self.
9821
9822 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
9823
9824 * ltmain.sh: Detect and handle object name conflicts
9825 while piecewise linking a static library.
9826
9827 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
9828
9829 * configure.in (noconfigdirs): Don't disable libgcj on
9830 sparc64-*-solaris* and sparcv9-*-solaris*.
9831
9832 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
9833
9834 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
9835
9836 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
9837
9838 * configure.in (FLAGS_FOR_TARGET): Do not add
9839 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
9840 on i[3456]86-*-linux*.
9841
9842 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
9843
9844 * configure.in (noconfigdirs): Replace [ ] with test.
9845
9846 * configure.in (noconfigdirs): Do not add target-newlib if
9847 target == i[3456]86-*-linux*, and host == target.
9848
9849 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
9850
9851 * configure.in: delete reference to absent file
9852
9853 * configure.in: replace '[' with 'test'
9854
9855 * configure.in: Eliminate references to gash.
9856 * Makefile.in: Eliminate references to gash.
9857
9858 * configure.in: remove useless references to 'pic' makefile fragments.
9859
9860 * configure.in: (*-*-windows*) Finish removing.
9861
9862 * configure.in: Eliminate redundant test for libgui.
9863
9864 2002-04-29 Roger Sayle <roger@eyesopen.com>
9865
9866 * MAINTAINERS: Add self and realphabetize. Update entries
9867 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
9868 entry for a29k port maintainer.
9869
9870 2002-04-26 Joel Sherrill <joel@OARcorp.com>
9871
9872 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
9873 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
9874
9875 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
9876
9877 * configure.in: remove references to dead files
9878
9879 2002-04-19 Mark Mitchell <mark@codesourcery.com>
9880
9881 * MAINTAINERS: Add information about purpose of this file.
9882
9883 2002-04-18 Tom Tromey <tromey@redhat.com>
9884
9885 * configure.in: Disallow configuring libgcj when it is already
9886 installed and we're using Solaris 2.8 linker. Do enable libgcj on
9887 Solaris 2.8 by default. For PR libgcj/6158.
9888
9889 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9890
9891 * configure.in: Move default CC setting out of config/mh-* fragments
9892 directly into here.
9893
9894 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9895
9896 * configure.in: don't even try to configure or make a subdirectory
9897 if there's no configure script for it.
9898
9899 2002-04-15 Mark Mitchell <mark@codesourcery.com>
9900
9901 * MAINTAINERS: Remove chill maintainers.
9902 * Makefile.in (CHILLFLAGS): Remove.
9903 (CHILL_LIB): Remove.
9904 (TARGET_CONFIGDIRS): Remove libchill.
9905 (CHILL_FOR_TARGET): Remove.
9906 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9907 CHILL_LIB.
9908 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9909 (CHECK_TARGET_MODULES): Likewise.
9910 (INSTALL_TARGET_MODULES): Likewise.
9911 (CLEAN_TARGET_MODULES): Likewise.
9912 (configure-target-libchill): Remove.
9913 (all-target-libchill): Remove.
9914 * configure.in (target_libs): Remove target-libchill.
9915 Do not compute CHILL_FOR_TARGET.
9916 * libchill: Remove directory.
9917
9918 2002-04-11 DJ Delorie <dj@redhat.com>
9919
9920 * Makefile.in, configure.in: Sync with binutils, entries
9921 follow...
9922
9923 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9924
9925 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
9926 (do-tar, do-bz2): New rules.
9927 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
9928 (gdb-tar): New rule.
9929 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
9930 (insight_dejagnu.tar): New rule.
9931 (insight.tar): New rule.
9932 (gdb+dejagnu.tar): New rule.
9933 (gdb.tar): New rule.
9934
9935 2002-02-01 Mo DeJong <supermo@bayarea.net>
9936
9937 * Makefile.in: Add all-tix to deps for all-snavigator
9938 so that tix is built when building snavigator.
9939
9940 2002-01-11 Steve Ellcey <sje@cup.hp.com>
9941
9942 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9943 ld and gdb are not supported.
9944
9945 2002-01-07 Mark Salter <msalter@redhat.com>
9946
9947 * configure.in: Remove target-bsp and target-cygmon from arm builds.
9948 Allow target-libgloss to be built for arm, strongarm, and xscale.
9949
9950 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
9951
9952 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9953 options for i[3456]86-pc-linux* native builds.
9954
9955 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9956
9957 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9958 files from .po files for a distribution.
9959
9960 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9961
9962 * configure.in: Enable libstdc++-v3 for h8300 targets.
9963
9964 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9965
9966 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9967 version from bfd/.
9968
9969 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9970
9971 * Makefile.in (VER): When present, extract the version number from
9972 the file version.in.
9973
9974 2001-05-24 Tom Rix <trix@redhat.com>
9975
9976 * configure.in : enable ld for aix
9977
9978 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9979
9980 * config.guess: Add linux target for S/390.
9981
9982 2000-11-07 Philip Blundell <pb@futuretv.com>
9983
9984 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9985
9986 2000-11-03 Philip Blundell <pb@futuretv.com>
9987
9988 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9989 files.
9990
9991 2001-01-15 Ben Elliston <bje@redhat.com>
9992
9993 * configure.in (host_tools): Add sid.
9994 Always configure cgen.
9995
9996 2000-11-24 Nick Clifton <nickc@redhat.com>
9997
9998 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9999
10000
10001 2000-08-20 Doug Evans <dje@casey.transmeta.com>
10002
10003 * Makefile.in (ALL_MODULES): Add all-cgen.
10004 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
10005 (all-cgen): New target.
10006 (all-opcodes,all-sim): Depend on all-cgen.
10007 * configure.in (host_tools): Add cgen.
10008 Only configure cgen if --enable-cgen-maint.
10009
10010 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
10011
10012 * configure.in: Add *-*-freebsd* configurations.
10013
10014 2002-04-08 Tom Tromey <tromey@redhat.com>
10015
10016 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
10017 Fixes PR libgcj/6068.
10018
10019 2002-03-30 Krister Walfridsson <cato@df.lth.se>
10020
10021 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
10022
10023 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10024
10025 * configure.in (alpha*-dec-osf*): Enable libgcj.
10026
10027 2003-03-27 Matthew Gingell <gingell@gnat.com>
10028
10029 * MAINTAINERS (Write After Approval): Add myself.
10030
10031 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
10032
10033 Fix for: PR bootstrap/3591, target/5676
10034 * configure.in (mcore-pe): Disable the configuration of
10035 libstdc++-v3 since exceptions are not supported.
10036
10037 2002-03-20 Anthony Green <green@redhat.com>
10038
10039 * configure.in: Enable libgcj for xscale-elf target.
10040
10041 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
10042
10043 * MAINTAINERS: Update my email address.
10044
10045 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
10046
10047 * ltmain.sh (relink_command): Fix typo in previous change.
10048
10049 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
10050
10051 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
10052 (relink_command): Added --tag flags.
10053 (mode=install): If relinking fails; error out.
10054
10055 2002-03-12 Richard Henderson <rth@redhat.com>
10056
10057 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
10058 .NOTPARALLEL tag.
10059 (do-check): Rename from check.
10060 (check): Allow parallel check.
10061
10062 2002-03-12 Bob Wilson <bob.wilson@acm.org>
10063
10064 * MAINTAINERS: Add myself as maintainer for xtensa port.
10065 Fix alphabetical order in CPU port maintainer list.
10066 Remove myself from Write After Approval list.
10067
10068 2002-03-11 Richard Henderson <rth@redhat.com>
10069
10070 * Makefile.in (.NOTPARALLEL): Add fake tag.
10071
10072 2002-03-07 H.J. Lu (hjl@gnu.org)
10073
10074 * configure.in: Enable gprof for mips*-*-linux*.
10075
10076 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
10077
10078 * MAINTAINERS (Write After Approval): Add myself.
10079
10080 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
10081
10082 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
10083 libjava.
10084 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
10085
10086 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
10087
10088 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
10089 because its Makefile is there; test for the executable instead.
10090
10091 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
10092
10093 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
10094 libstdc++-v3 and libjava.
10095
10096 2002-02-11 Adam Megacz <adam@xwt.org>
10097
10098 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
10099 boehm-gc
10100
10101 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
10102
10103 * config.guess: Updated to 2002-01-30's version.
10104 * config.sub: Updated to 2002-02-01's version.
10105 Contribute sh64-elf.
10106 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
10107 * configure.in: Added sh64-*-*.
10108
10109 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10110
10111 * MAINTAINERS: Belatedly add myself to write after approval list.
10112
10113 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
10114
10115 * MAINTAINERS: Put self in as maintainer for x86-64 port.
10116 Remove self as Write After Approval.
10117
10118 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
10119
10120 * MAINTAINERS: Put self in as maintainer for contrib/regression
10121 directory.
10122
10123 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
10124
10125 * MAINTAINERS: Update my email address.
10126
10127 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
10128
10129 * configure.in (*-*-netbsd*): New. Skip target-newlib,
10130 target-libiberty, and target-libgloss. Skip Java-related
10131 libraries if not supported for NetBSD on target CPU.
10132
10133 2002-01-25 Douglas B Rupp <rupp@gnat.com>
10134
10135 * install-sh: Use _inst.$$_ for temp file name.
10136
10137 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
10138
10139 * MAINTAINERS (Write After Approval): Move my contact info
10140 from here...
10141 (OS Port Maintainers): ...to here (netbsd).
10142
10143 2002-01-22 Bob Wilson <bob.wilson@acm.org>
10144
10145 * MAINTAINERS (Write After Approval): Add myself.
10146
10147 2002-01-17 H.J. Lu <hjl@gnu.org>
10148
10149 * Makefile.in (all-fastjar): Also depend on all-libiberty.
10150 (all-target-fastjar): Also depend on all-target-libiberty.
10151
10152 2002-01-16 H.J. Lu (hjl@gnu.org)
10153
10154 * config.guess: Import from master sources, rev 1.225.
10155 * config.sub: Import from master sources, rev 1.238.
10156
10157 2002-01-16 Kazu Hirata <kazu@hxi.com>
10158
10159 * MAINTAINERS (Write After Approval): Remove myself.
10160
10161 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
10162
10163 * MAINTAINERS (Write After Approval): Add myself.
10164
10165 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
10166
10167 * MAINTAINERS: Add self as docs co-maintainer.
10168
10169 2001-12-11 Matthias Klose <doko@debian.org>
10170
10171 * MAINTAINERS (Write After Approval): Add myself.
10172
10173 2001-12-09 Zack Weinberg <zack@codesourcery.com>
10174
10175 * MAINTAINERS: Update my email address.
10176
10177 2001-12-07 Turly O'Connor <turly@apple.com>
10178 * MAINTAINERS (Write After Approval): Add myself.
10179 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
10180 (rs6000_initialize_trampoline): Call __trampoline_setup for
10181 ABI_DARWIN too.
10182 * darwin-tramp.asm: New file, implements __trampoline_setup.
10183 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
10184
10185 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
10186
10187 * MAINTAINERS (Write After Approval): Add myself.
10188
10189 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
10190
10191 * configure, configure.in: Use temp file for long sed commands.
10192
10193 2001-12-03 Laurent Guerby <guerby@acm.org>
10194
10195 * config.sub: Update to version 1.232 on subversion.
10196
10197 2001-12-03 Ben Elliston <bje@redhat.com>
10198
10199 * MAINTAINERS: Update mail address for config.* patches.
10200
10201 2001-11-27 DJ Delorie <dj@redhat.com>
10202 Zack Weinberg <zack@codesourcery.com>
10203
10204 When build != host, create libiberty for the build machine.
10205
10206 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
10207 CONFIG_ARGUMENTS.
10208 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
10209 New variables.
10210 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
10211 and rules.
10212 (all.normal): Depend on ALL_BUILD_MODULES.
10213 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
10214 (all-build-libiberty): Depend on configure-build-libiberty.
10215
10216 * configure: Calculate and substitute proper value for
10217 ALL_BUILD_MODULES.
10218 * configure.in: Create the build subdirectory.
10219 Calculate and substitute TARGET_CONFIGARGS (formerly
10220 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
10221
10222 2001-11-26 Ziemowit Laski <zlaski@apple.com>
10223
10224 * MAINTAINERS (write-after-approval): Add self.
10225
10226 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
10227
10228 * MAINTAINERS (GNATS only accounts): Remove self.
10229
10230 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
10231
10232 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
10233 libf2c.
10234
10235 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
10236
10237 * MAINTAINERS (Write After Approval): Add self.
10238
10239 2001-11-12 David O'Brien <obrien@FreeBSD.org>
10240
10241 * MAINTAINERS: mips and s390 are also CPU ports.
10242
10243 2001-11-12 David O'Brien <obrien@FreeBSD.org>
10244
10245 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
10246
10247 2001-11-11 David O'Brien <obrien@FreeBSD.org>
10248
10249 * MAINTAINERS: Alphabetize.
10250
10251 2001-11-09 Kazu Hirata <kazu@hxi.com>
10252
10253 * MAINTAINERS (Various maintainers: h8 port): Add myself.
10254
10255 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
10256
10257 * MAINTAINERS (Various maintainers: hppa port): Added myself.
10258
10259 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
10260
10261 * configure.in (--enable-languages): Be more permissive about
10262 syntax. Check for empty lists better. Warn about $LANGUAGES.
10263
10264 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
10265
10266 * config.sub: Import from master sources, rev. 1.230.
10267 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
10268
10269 2001-11-07 Laurent Guerby <guerby@acm.org>
10270
10271 * MAINTAINERS (Write After Approval): Add self.
10272
10273 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
10274
10275 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
10276
10277 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
10278
10279 * config.sub: Import from master sources, rev 1.226.
10280 * config.guess: Import from master sources, rev 1.216.
10281
10282 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
10283
10284 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
10285 * MAINTAINERS: Add self as maintainer of MMIX port.
10286 Remove old after-approval entry.
10287
10288 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
10289
10290 * ChangeLog, configure: Fix spelling errors.
10291
10292 2001-10-20 Brendan Kehoe <brendan@zen.org>
10293
10294 * MAINTAINERS: Tweak my address.
10295
10296 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
10297
10298 * MAINTAINERS: Update my email address.
10299
10300 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
10301
10302 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
10303 * MAINTAINERS: Add self as maintainer of CRIS port.
10304
10305 2001-10-10 Geert Bosch <bosch@gnat.com>
10306
10307 * MAINTAINERS (Various maintainers: Ada front end):
10308 Added Robert Dewar.
10309
10310 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
10311
10312 * MAINTAINERS (Write After Approval): Added self
10313
10314 2001-10-02 Geert Bosch <bosch@gnat.com>
10315
10316 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10317
10318 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
10319
10320 * configure: Handle temporary files securely using mkdir.
10321
10322 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
10323
10324 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
10325
10326 2001-09-26 Will Cohen <wcohen@redhat.com>
10327
10328 * configure.in (*-*-linux*): Disable configuration of target-newlib
10329 and target-libgloss.
10330
10331 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
10332
10333 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
10334 RANLIB.
10335
10336 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
10337
10338 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
10339 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
10340 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
10341 avoid quotes nesting problems.
10342 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
10343 (DO_X): Export only variables that are set.
10344
10345 2001-09-19 Ben Elliston <bje@redhat.com>
10346
10347 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
10348 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
10349 semantics. Use the shell built-in "type" command instead.
10350
10351 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
10352
10353 Merged from gcc-3_0-branch:
10354 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
10355 * ltcf-c.sh: Use $objext, not $ac_objext.
10356 2001-07-27 Mark Kettenis <kettenis@gnu.org>
10357 * ltcf-cxx.sh: Add support for GNU.
10358 2001-07-22 Timothy Wall <twall@redhat.com>
10359 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
10360 default settings if using GNU tools with that configuration.
10361 * ltcf-cxx.sh: Ditto.
10362 * ltcf-gcj.sh: Ditto.
10363 2001-07-21 Michael Chastain <chastain@redhat.com>
10364 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
10365 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
10366 * ltmain.sh: Mark as gcc-local.
10367
10368 2001-08-30 Eric Christopher <echristo@redhat.com>
10369 Jason Eckhardt <jle@redhat.com>
10370
10371 * config.guess: Merge from master sources.
10372 * config.sub: Merge from master sources, add support for mipsisa32.
10373
10374 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
10375 * config.sub: Merge from master sources, rev 1.219.
10376 * MAINTAINERS: Add self as contact for stormy16 port.
10377
10378 2001-08-14 Zack Weinberg <zackw@panix.com>
10379
10380 * config.sub: Merge from master sources, rev 1.218.
10381 * config.guess: Merge from master sources, rev 1.209.
10382
10383 2001-08-11 Graham Stott <grahams@redhat.com>
10384
10385 * Makefile.in (check-c++): Add missing semicolon.
10386
10387 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
10388
10389 * MAINTAINERS (Various maitainers: predict.def): Added myself.
10390
10391 2001-07-30 Eric Christopher <echristo@redhat.com>
10392
10393 * MAINTAINERS (Various maintainers: mips port): Added myself.
10394
10395 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
10396
10397 * configure.in (sh-*-linux*): New.
10398
10399 2001-07-27 Richard Henderson <rth@redhat.com>
10400
10401 * .cvsignore: Add LAST_UPDATED.
10402
10403 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
10404
10405 * MAINTAINERS (Various maintainers: s390 port): Added myself.
10406
10407 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
10408
10409 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
10410
10411 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
10412
10413 * MAINTAINERS (Write After Approval): Added myself.
10414
10415 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10416
10417 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10418 and libgcj on m68hc11/m68hc12.
10419
10420 2001-06-27 H.J. Lu (hjl@gnu.org)
10421
10422 * Makefile (CFLAGS_FOR_BUILD): New.
10423 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
10424
10425 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
10426
10427 * README: Remove version number.
10428
10429 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10430
10431 * INSTALL/README: Update wrt. to the installation instructions now
10432 residing in gcc/doc/install.texi.
10433
10434 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
10435
10436 * README: Replace with a cut-down and updated version of gcc/README.
10437
10438 2001-06-12 David Edelsohn <edelsohn@gnu.org>
10439
10440 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
10441 multilibs to be disabled.
10442
10443 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
10444
10445 * MAINTAINERS (Write After Approval): Add myself.
10446
10447 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
10448
10449 * config.guess: Import CVS version 1.195.
10450 * config.sub: Import CVS version 1.212.
10451
10452 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
10453
10454 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10455 gcc/xgcc is built, use -print-prog-name to find out the program
10456 name to use.
10457
10458 2001-06-04 Phil Edwards <pme@sources.redhat.com>
10459
10460 * config.guess: Import CVS version 1.194. All gcc-local changes
10461 appear to also be in the master copy.
10462 * config.sub: Import CVS version 1.211.
10463
10464 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
10465
10466 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
10467 with_gcc]: Use `gcc -shared' to build a shared library.
10468
10469 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
10470
10471 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
10472 archives.
10473
10474 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10475
10476 * MAINTAINERS (Write After Approval): Add myself.
10477
10478 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
10479
10480 * configure.in (libstdcxx_flags): Do not try to execute
10481 libstdc++-v3/testsuite_flags until it exists.
10482
10483 2001-06-01 Alan Modra <amodra@bigpond.net.au>
10484
10485 * MAINTAINERS: Update my email address.
10486
10487 2001-05-31 Graham Stott <grahams@redhat.com>
10488
10489 * MAINTAINERS (Write After Approval): Add myself.
10490
10491 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
10492
10493 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
10494 libraries when using g++ with native linker.
10495
10496 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
10497
10498 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
10499
10500 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
10501
10502 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
10503 [aix4*|aix5*]: Prepend blank.
10504
10505 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
10506
10507 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10508 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
10509 of subdir/configure scripts to use the new libtool.m4.
10510
10511 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
10512
10513 * MAINTAINERS (Write After Approval): Add myself.
10514
10515 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
10516
10517 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
10518
10519 2001-05-11 Ben Elliston <bje@redhat.com>
10520
10521 * Makefile.in (all-sid): New target.
10522 (check-sid, clean-sid, install-sid): Likewise.
10523
10524 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
10525
10526 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
10527
10528 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
10529
10530 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
10531 libgcj.
10532
10533 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
10534
10535 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10536 gcc/xgcc is built, use -print-prog-name to find out the program
10537 name to use.
10538
10539 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
10540
10541 * configure.in (noconfigdirs): Don't reset it from scratch in the
10542 target case; only append to it.
10543
10544 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
10545 sparc-*-solaris2.8]: Disable ${libgcj}.
10546
10547 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
10548
10549 * configure.in (libgcj_saved): Copy from $libgcj.
10550 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
10551 --disable-libgcj.
10552
10553 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
10554
10555 * MAINTAINERS: Remove self as MIPS maintainer and
10556 C front end maintainer.
10557
10558 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
10559
10560 * configure.in: Move *-chorusos target case to the proper switch.
10561 Disable libgcj.
10562
10563 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
10564
10565 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
10566 1.641.2.228.
10567
10568 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10569
10570 * Makefile.in (STAGE1_CFLAGS): Pass down.
10571
10572 2001-04-13 Alan Modra <amodra@one.net.au>
10573
10574 * config.guess: Add hppa64-linux support. Note for next import that
10575 this is already in the master file.
10576 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
10577
10578 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
10579
10580 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10581 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
10582
10583 2001-04-11 Stan Shebs <shebs@apple.com>
10584
10585 * MAINTAINERS: Add self as Darwin port maintainer.
10586
10587 2001-04-11 Alan Modra <amodra@one.net.au>
10588
10589 * MAINTAINERS: Update my email address.
10590
10591 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
10592
10593 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10594 recent versions of FreeBSD (release 3 or later).
10595 * ltconfig: On FreeBSD, -lc must not be provided when building
10596 a shared library or else the standard -pthread gcc option is
10597 rendered worthless to later users of the built library.
10598
10599 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
10600
10601 * MAINTAINERS: Add self and RTH as C front end maintainers.
10602
10603 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
10604
10605 * config.sub: Make sure to match an already-canonicalized
10606 machine name (eg. mn10300-unknown-elf).
10607
10608 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
10609
10610 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
10611 New macros.
10612 (bootstrap, cross): Use RECURSE_FLAGS.
10613 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
10614
10615 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
10616
10617 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
10618
10619 2001-03-22 Colin Howell <chowell@redhat.com>
10620
10621 * Makefile.in (DO_X): Do not backslash single-quotes in
10622 backquotes (two places).
10623
10624 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
10625
10626 Re-installed:
10627 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10628 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
10629 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10630 * ltcf-cxx.sh: Likewise.
10631 * ltcf-gcj.sh: Likewise.
10632
10633 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10634
10635 * MAINTAINERS: Add myself as "documentation co-maintainer".
10636
10637 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
10638
10639 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10640 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
10641
10642 2001-03-19 Tom Tromey <tromey@redhat.com>
10643
10644 * config-ml.in: Handle GCJ and GCJFLAGS.
10645
10646 2001-03-21 Michael Chastain <chastain@redhat.com>
10647
10648 * Makefile.in: all-m4 depends on all-texinfo.
10649
10650 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
10651
10652 * MAINTAINERS: Add myself to write after approval list.
10653
10654 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
10655
10656 * Makefile.in (DO_X): Quote nested quotes.
10657
10658 2001-03-18 Alan Modra <alan@linuxcare.com.au>
10659
10660 * MAINTAINERS: Add myself to write after approval list.
10661
10662 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
10663
10664 * Makefile.in (DO_X): Use double quotes for quoting
10665 "RANLIB=$${RANLIB}".
10666
10667 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
10668
10669 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
10670
10671 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
10672
10673 * configure.in: Only use `lang_requires' for languages athat are
10674 actually enabled.
10675
10676 2001-03-08 Phil Edwards <pme@sources.redhat.com>
10677
10678 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
10679
10680 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
10681
10682 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
10683
10684 2001-03-07 Tom Tromey <tromey@redhat.com>
10685
10686 * configure.in: Allow config-lang.in to set `lang_requires' to list
10687 of other required languages.
10688
10689 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
10690
10691 * Makefile.in: Remove RANLIB definition. Use RANLIB
10692 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
10693 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
10694
10695 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
10696 Alexandre Oliva <aoliva@redhat.com>
10697
10698 * Makefile.in (check-c++): Use tabs, not spaces.
10699
10700 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
10701
10702 * MAINTAINERS: add myself to Write After Approval list.
10703
10704 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
10705
10706 * Makefile.in (check-c++): New rule.
10707
10708 * configure.in (target_libs): Remove libg++.
10709 (noconfigdirs): Remove libg++.
10710 (noconfigdirs): Same.
10711 (noconfigdirs): Same.
10712 (noconfigdirs): Same.
10713
10714 * config-ml.in: Remove libg++ references.
10715
10716 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
10717 (ALL_TARGET_MODULES): Same.
10718 (configure-target-libg++): Remove.
10719 (all-target-libg++): Remove.
10720 (configure-target-libio): Remove.
10721 (all-target-libio): Remove.
10722 (check-target-libio): Remove.
10723 (.PHONY): Remove.
10724 (libg++.tar.bz2): Remove.
10725 (all-target-cygmon): Remove libio.
10726 (all-target-libstdc++): Remove.
10727 (configure-target-libstdc++): Remove.
10728 (TARGET_LIB_PATH): Remove libstdc++.
10729 (ALL_GCC_CXX): Remove libstdc++.
10730 (all-target-gperf): Correct.
10731
10732 2001-02-16 Nick Clifton <nickc@redhat.com>
10733
10734 * configure.in (noconfigdirs): Allow configuration of texinfo
10735 for Cygwin hosts.
10736
10737 2001-02-15 Anthony Green <green@redhat.com>
10738
10739 * configure: Introduce GCJ_FOR_TARGET.
10740 * configure.in: Ditto.
10741 * Makefile.in: Ditto.
10742
10743 2001-02-13 Andreas Schwab <schwab@suse.de>
10744
10745 * MAINTAINERS: Update mail address.
10746
10747 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
10748
10749 * config.guess: Add linux target for S/390.
10750 * config.sub: Likewise.
10751
10752 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
10753
10754 * configure.in: for *-chorusos, don't config target-newlib and
10755 target-libgloss.
10756
10757 2001-02-06 Ben Elliston <bje@redhat.com>
10758
10759 * configure: Output host type to stdout, not stderr.
10760
10761 2001-02-05 Mark Mitchell <mark@codesourcery.com>
10762
10763 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
10764 * ltcf-cxx.sh: Likewise.
10765
10766 * config.if: Assume enable_libstdcxx_v3 is defined.
10767
10768 2001-02-04 Mark Mitchell <mark@codesourcery.com>
10769
10770 Remove V2 C++ library.
10771 * configure.in: Remove --enable-libstdcxx_v3 support.
10772
10773 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
10774
10775 * include/demangle.h: Add prototype for java_demangle_v3.
10776
10777 2001-01-29 Phil Edwards <pme@sources.redhat.com>
10778
10779 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
10780
10781 2001-01-27 Richard Henderson <rth@redhat.com>
10782
10783 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
10784
10785 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10786
10787 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
10788 Don't unset, it's non-portable and no longer necessary, set to empty
10789 instead.
10790
10791 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10792
10793 * ltconfig: Shell portability fix for the tagname validity check.
10794
10795 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
10796
10797 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
10798 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
10799
10800 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10801
10802 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
10803
10804 2001-01-26 Tom Tromey <tromey@redhat.com>
10805
10806 * configure.in: Allow libgcj to be built on Sparc Solaris.
10807
10808 2001-01-25 David Edelsohn <edelsohn@gnu.org>
10809
10810 * ltcf-c.sh: Add aix5 case.
10811 * ltcf-cxx.sh: Likewise.
10812 * ltconfig: Likewise.
10813
10814 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
10815
10816 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
10817 keep at least one of build_libtool_libs or build_old_libs set to
10818 yes.
10819
10820 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
10821 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
10822
10823 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
10824
10825 * configure.in: Enable libgcj on several additional platforms.
10826
10827 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
10828
10829 * configure.in: Enable libgcj for linux targets.
10830
10831 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10832
10833 * MAINTAINERS (Write After Approval): Add myself.
10834
10835 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
10836
10837 * MAINTAINERS: Add myself as vax port maintainer.
10838
10839 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
10840
10841 * MAINTAINERS: Add myself as Mercury front-end maintainer.
10842
10843 2001-01-09 Mike Stump <mrs@wrs.com>
10844
10845 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
10846 failures of subdirectories.
10847
10848 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10849
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 * ltconfig.sh: Fix typo.
10855
10856 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10857
10858 * configure: handle DOS-style absolute paths.
10859
10860 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10861
10862 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
10863
10864 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
10865
10866 * MAINTAINERS: Add myself as avr port co-maintainer.
10867
10868 2000-12-28 Ben Elliston <bje@redhat.com>
10869
10870 * MAINTAINERS: Add myself under ``Write After Approval''.
10871
10872 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
10873
10874 * texinfo: Remove directory from GCC.
10875
10876 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
10877
10878 * COPYING: Update to current
10879 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
10880 to 19yy as example year in copyright notice).
10881
10882 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
10883
10884 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
10885 (libstdcxx_incdir): Pass down.
10886 * config.if: Remove expired bits for cxx_interface, add stub.
10887 (libstdcxx_incdir): Add variable for g++ include directory.
10888 * configure.in (gxx_include_dir): Use it.
10889
10890 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
10891
10892 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
10893 with old-email address from ``Write After Approval''.
10894
10895 2000-12-15 Andreas Jaeger <aj@suse.de>
10896
10897 * configure.in: Handle lang_dirs.
10898
10899 2000-12-14 Tom Tromey <tromey@redhat.com>
10900
10901 * MAINTAINERS: Removed brads.
10902
10903 * MAINTAINERS: Added gcj developers.
10904
10905 2000-12-13 Anthony Green <green@redhat.com>
10906
10907 * configure.in: Disable libgcj for any target not specifically
10908 listed. Disable libgcj for x86 and Alpha Linux until compatible
10909 with g++ abi.
10910
10911 2000-12-13 Mike Stump <mrs@wrs.com>
10912
10913 * Makefile.in (local-distclean): Also remove fastjar.
10914
10915 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
10916
10917 * contrib/gcc_update: Add fastjar --touch entries.
10918
10919 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
10920
10921 * configure.in: Disable language-specific target libraries for
10922 languages that aren't enabled.
10923
10924 2000-12-10 Anthony Green <green@redhat.com>
10925
10926 * configure.in: Define libgcj. Disable libgcj target libraries for
10927 most targets.
10928
10929 2000-12-10 Neil Booth <neilb@earthling.net>
10930
10931 * MAINTAINERS: Update mail address, remove from WAA list.
10932
10933 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10934
10935 * libjava: Imported from /cvs/java.
10936 * libffi: Likewise.
10937 * Boehm-gc: Likewise.
10938
10939 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10940
10941 * configure.in (target_libs): Revert 2000-12-08 patch.
10942 (noconfigdirs): Added target-libjava.
10943
10944 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10945
10946 * djunpack.bat: removed.
10947
10948 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10949
10950 * Makefile.in: handle DOS-style absolute paths.
10951 * config-ml.in: likewise.
10952 * symlink-tree: likewise.
10953
10954 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10955
10956 * fastjar: Imported.
10957
10958 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10959
10960 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10961 libjava.
10962 * configure.in (target_libs): Removed `target-libjava'.
10963
10964 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10965
10966 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10967 (ALL_MODULES): Added fastjar.
10968 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10969 (all-target-libjava): all-fastjar replaces all-zip.
10970 (all-fastjar): Added.
10971 (configure-target-fastjar, all-target-fastjar): Likewise.
10972 * configure.in (host_tools): Added fastjar.
10973
10974 2000-12-07 Mike Stump <mrs@wrs.com>
10975
10976 * Makefile.in (local-distclean): Remove leftover built files.
10977
10978 2000-11-24 Nick Clifton <nickc@redhat.com>
10979
10980 * configure.in (xscale-elf): Add target.
10981 (xscale-coff): Add target.
10982
10983 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
10984
10985 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10986 recent versions of FreeBSD (release 3 or later).
10987 * ltconfig: On FreeBSD, -lc must not be provided when building
10988 a shared library or else the standard -pthread gcc option is
10989 rendered worthless to later users of the built library.
10990
10991 2000-11-16 Fred Fish <fnf@be.com>
10992
10993 * configure.in (enable_libstdcxx_v3): Fix typo,
10994 libstd++ -> libstdc++.
10995
10996 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10997
10998 * MAINTAINERS: Add self to Write After Approval list.
10999
11000 2000-11-21 Bernd Schmidt <bernds@redhat.com>
11001
11002 * MAINTAINERS: Update my email address. Add myself to global write
11003 privs list.
11004
11005 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
11006
11007 * Makefile.in: Merge with src and libgcj.
11008 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
11009 configure-target-<library> when their configure scripts need the C
11010 or C++ library to have already been built to work properly.
11011 (do_proto_toplev): Set them to an empty string.
11012
11013 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
11014 (REALLY_SET_LIB_PATH): Use them.
11015
11016 2000-11-17 Stan Shebs <shebs@apple.com>
11017
11018 * MAINTAINERS: Add self to Write After Approval list.
11019
11020 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
11021
11022 * configure: Provide the original toplevel configure arguments
11023 (including $0) to subprocesses in the environment rather than
11024 through gcc/configargs.h.
11025
11026 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
11027
11028 * MAINTAINERS: Remove references to cccp. Change C9X reference to
11029 C99. Alphabetise "Write After Approval" list.
11030
11031 2000-11-12 Mark Mitchell <mark@codesourcery.com>
11032
11033 * configure: Turn on libstdc++ V3 by default.
11034
11035 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
11036 if we've got GCC.
11037
11038 2000-11-11 Philip Blundell <philb@gnu.org>
11039
11040 * MAINTAINERS: Add self to Write After Approval list.
11041
11042 2000-11-09 David Edelsohn <edelsohn@gnu.org>
11043
11044 * ltcf-c.sh (aix4): Improve shared library configuration; require
11045 exporting symbols.
11046 * ltcf-cxx.sh (aix4): Define.
11047 * ltconfig (aix4): Define library and soname specs appropriate for
11048 AIX. Define command to create export symbols list.
11049
11050 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
11051
11052 * config.sub: Add support for Sun Chorus
11053
11054 2000-10-31 Nick Clifton <nickc@redhat.com>
11055
11056 * MAINTAINERS: Rename <name>@cygnus.com addresses to
11057 <name>@redhat.com. Also installed new email address for Clint
11058 Popetz.
11059
11060 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
11061
11062 * etc: Remove directory from GCC.
11063
11064 2000-10-16 Michael Meissner <meissner@redhat.com>
11065
11066 * configure (gcc/configargs.h): Only create if there is a build GCC
11067 directory created.
11068
11069 2000-10-16 Matthias Klose <doko@debian.org>
11070
11071 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
11072 when configured for libstdc++-v3.
11073
11074 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
11075
11076 * configure: Save configure arguments to gcc/configargs.h.
11077
11078 2000-10-04 Philipp Thomas <pthomas@suse.de>
11079
11080 * config.guess: Import CVS version 1.157.
11081 * config.sub: Import CVS version 1.181.
11082
11083 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
11084
11085 * Makefile.in (bootstrap): avoid recursion if subdir missing
11086 (cross): ditto
11087 (do-proto-toplev): ditto
11088
11089 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
11090
11091 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
11092 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
11093
11094 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
11095 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
11096 all affected `configure' scripts.
11097
11098 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
11099
11100 * MAINTAINERS: Add self as cpplib co-maintainer.
11101
11102 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
11103
11104 * MAINTAINERS: Add self to Write After Approval list.
11105
11106 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11107
11108 * INSTALL/README: egcs -> GCC update.
11109
11110 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
11111
11112 * MAINTAINERS: Add myself to Write After Approval list.
11113
11114 2000-09-15 Kazu Hirata <kazu@hxi.com>
11115
11116 * MAINTAINERS: Add myself to Write After Approval list.
11117
11118 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
11119
11120 * configure.in: Do not build byacc for hppa64. Provide paths to the
11121 X11 libraries for hppa64.
11122
11123 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11124
11125 * MAINTAINERS: Add myself as 68hc11 port maintainer.
11126
11127 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
11128
11129 * Makefile.in (all-zlib): Added dummy target.
11130
11131 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11132 ltcf-gcj.sh: Updated from libtool multi-language branch.
11133
11134 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
11135
11136 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
11137 (bootstrap*): Depend on all-bootstrap.
11138
11139 2000-09-05 Philipp Thomas <pthomas@suse.de>
11140
11141 * config.guess: Import CVS version 1.156.
11142 * config.sub: Import CVS version 1.179.
11143
11144 2000-09-02 Anthony Green <green@cygnus.com>
11145
11146 * Makefile.in (all-gcc): Depend on all-zlib.
11147 (CLEAN_MODULES): Add clean-zlib.
11148 (ALL_MODULES): Add all-zlib.
11149 * configure.in (host_libs): Add zlib.
11150
11151 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
11152
11153 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
11154 crosses, but add gcc/include to the header search path for them.
11155
11156 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
11157
11158 * MAINTAINERS: Add self to Write After Approval list.
11159
11160 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11161
11162 * config.guess: Import CVS version 1.152.
11163 * config.sub: Import CVS version 1.177.
11164
11165 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
11166
11167 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
11168 $targargs to tell whether newlib is going to be built.
11169
11170 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
11171 $$r/TARGET_SUBDIR/libio for _G_config.h.
11172
11173 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
11174
11175 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
11176
11177 2000-08-22 DJ Delorie <dj@redhat.com>
11178
11179 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
11180
11181 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
11182
11183 * config-ml.in (CC, CXX): Avoid trailing whitespace.
11184 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
11185 sub-configures.
11186
11187 2000-08-21 DJ Delorie <dj@redhat.com>
11188
11189 * MAINTAINERS: Add self as a libiberty maintainer
11190
11191 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
11192
11193 * configure.in (libstdcxx_flags): Use
11194 libstdc++-v3/src/libstdc++.INC.
11195
11196 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
11197
11198 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
11199
11200 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
11201
11202 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
11203
11204 * configure: Make enable_threads and enable_shared defaults
11205 explicit. Substitute enable_threads into generated Makefiles.
11206 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
11207 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
11208
11209 2000-08-13 Geoff Keating <geoffk@cygnus.com>
11210
11211 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
11212
11213 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
11214
11215 * config-ml.in (CC): Remove bogus duplicate quotation mark from
11216 previous delta.
11217
11218 2000-08-11 Jason Merrill <jason@redhat.com>
11219
11220 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
11221 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
11222 (FLAGS_FOR_TARGET): Not here.
11223 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
11224
11225 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
11226
11227 * config-ml.in (CC, CXX): Don't introduce a leading space.
11228
11229 2000-08-07 DJ Delorie <dj@delorie.com>
11230
11231 * MAINTAINERS: Add self as a DJGPP maintainer
11232
11233 2000-08-07 DJ Delorie <dj@redhat.com>
11234
11235 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
11236 "if we're also building gcc, and it's a gcc that will run on the
11237 build machine, we want to use its includes instead of the system's
11238 default includes".
11239
11240 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
11241
11242 * MAINTAINERS: Add self to Write After Approval list.
11243
11244 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
11245
11246 * configure.in (libstdcxx_flags): Don't use `"'.
11247
11248 * config-ml.in: Adjust multilib search paths to the
11249 appropriate multilib tree.
11250
11251 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
11252
11253 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
11254 commas in $LANGUAGES.
11255
11256 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
11257
11258 * configure.in: Re-enable all references to libg++ and librx.
11259
11260 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
11261
11262 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
11263 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
11264 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
11265 * ltcf-cxx.sh (need_lc): Set based on postdeps.
11266
11267 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
11268
11269 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
11270
11271 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
11272 CXX_FOR_TARGET for sed.
11273
11274 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
11275
11276 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
11277 Do not override if already set in the environment or in configure.
11278 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
11279 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
11280
11281 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
11282
11283 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
11284 the libtool CVS tree multi-language branch.
11285 * ltconfig, ltmain.sh: Updated.
11286
11287 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
11288
11289 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
11290 (clean-target): Depend on it.
11291
11292 * Makefile.in (FLAGS_FOR_TARGET): New macro.
11293 (GCC_FOR_TARGET): Use it.
11294 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
11295 * configure.in: ... here.
11296 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
11297 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
11298
11299 2000-07-24 Eric Christopher <echristo@cygnus.com>
11300
11301 * MAINTAINERS: Add self to Write After Approval list.
11302
11303 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
11304
11305 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
11306 (configure-target-libchill, configure-target-libobjc): Likewise.
11307
11308 * configure.in: Use the same cache file for all target libs.
11309 * config-ml.in: But different cache files per multilib variant.
11310
11311 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11312
11313 * configure (topsrcdir): Don't use dirname.
11314
11315 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
11316
11317 * MAINTAINERS: Add self to Write After Approval list.
11318
11319 2000-07-20 Jason Merrill <jason@redhat.com>
11320
11321 * configure.in: Remove all references to libg++ and librx.
11322
11323 * configure, configure.in, Makefile.in: Unify gcc and binutils.
11324
11325 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
11326
11327 * config.sub: Update to subversions version 2000-07-06.
11328
11329 2000-07-12 Andrew Haley <aph@cygnus.com>
11330
11331 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
11332 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
11333
11334 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
11335
11336 * symlink-tree: Check number of arguments.
11337
11338 2000-07-05 Jim Wilson <wilson@cygnus.com>
11339
11340 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
11341 search path for a g++ extracted from the build tree. This
11342 will allow link tests run by configure scripts in
11343 subdirectories to succeed.
11344
11345 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
11346
11347 * ltconfig: Add support for mips-dde-sysv4.2MP
11348
11349 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11350
11351 * MAINTAINERS: Add myself as loop discovery maintainer.
11352
11353 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
11354
11355 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
11356 `os2'. Force ac_cv_exeext to be ".exe" in that case.
11357
11358 2000-06-19 Timothy Wall <twall@cygnus.com>
11359
11360 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
11361 * config.sub: Add tic54x target.
11362
11363 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
11364
11365 * MAINTAINERS: Add self as Fortran maintainer,
11366 remove Craig Burley.
11367
11368 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
11369
11370 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
11371 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
11372
11373 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
11374
11375 * MAINTAINERS: Add self as i18n maintainer
11376
11377 20000-05-21 H.J. Lu (hjl@gnu.org)
11378
11379 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
11380 directory are used if they exist. Make sure
11381 $(build_tooldir)/include is searched for header files,
11382 $(build_tooldir)/lib/ for library files.
11383 (GCC_FOR_TARGET): Likewise.
11384 (CXX_FOR_TARGET): Likewise.
11385
11386 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
11387
11388 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
11389
11390 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
11391
11392 * Makefile.in (configure-target-libiberty): Depend on
11393 configure-target-newlib.
11394
11395 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
11396
11397 * configure.in, Makefile.in: Merge all libffi-related
11398 configury stuff from the libgcj tree.
11399
11400 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
11401
11402 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11403 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
11404
11405 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11406
11407 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11408 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
11409 current version information. Add to proto-toplev directory.
11410 (gdb-taz): Build do-djunpack.
11411
11412 2000-05-15 David Edelsohn <edelsohn@gnu.org>
11413
11414 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
11415
11416 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
11417
11418 * MAINTAINERS: Add self to Write After Approval list.
11419
11420 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11421
11422 * ltmain.sh: Preserve in relink_command any environment
11423 variables that may affect the linker behavior.
11424
11425 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
11426
11427 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
11428
11429 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
11430
11431 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
11432
11433 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11434
11435 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
11436 with the version name.
11437
11438 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
11439
11440 * MAINTAINERS: Add self as bb-reorder maintainer.
11441
11442 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
11443
11444 * config.if: Tweak.
11445
11446 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
11447
11448 * djunpack.bat: New file.
11449
11450 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
11451
11452 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
11453 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
11454 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
11455 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
11456
11457 2000-04-16 Dave Pitts <dpitts@cozx.com>
11458
11459 * config.sub (case $basic_machine): Change default for "ibm-*"
11460 to "openedition".
11461
11462 2000-04-13 Andreas Jaeger <aj@suse.de>
11463
11464 * MAINTAINERS: Added myself.
11465
11466 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11467
11468 * Makefile.in (gdb-taz): New target. GDB specific archive.
11469 (do-md5sum): New target.
11470 (MD5PROG): Define.
11471 (PACKAGE): Default to TOOL.
11472 (VER): Default to a shell script.
11473 (taz): Rewrite target. Move real work to do-proto-toplev. Include
11474 md5 checksum generation.
11475 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
11476 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
11477 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
11478 insight.tar.bz2): Use gdb-taz to create archive.
11479
11480 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
11481
11482 * configure (warn_cflags): Delete.
11483
11484 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
11485
11486 * MAINTAINERS: Added myself.
11487
11488 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
11489 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
11490
11491 * configure.in (enable_libstdcxx_v3): Add.
11492 (target_libs): Add bits here to switch between libstdc++-v2 and
11493 libstdc++-v3.
11494 * config.if: And this file too.
11495 * Makefile.in: Add libstdc++-v3 targets.
11496
11497 2000-04-05 Michael Meissner <meissner@redhat.com>
11498
11499 * config.sub (d30v): Add d30v as a basic machine type.
11500
11501 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
11502
11503 * configure.in: -linux-gnu*, not -linux-gnu.
11504
11505 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
11506
11507 * MAINTAINERS: Add self in write-after-approval section.
11508
11509 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
11510
11511 * MAINTAINERS: Add self as ia64 port maintainer.
11512
11513 2000-03-08 Neil Booth <NeilB@earthling.net>
11514
11515 * MAINTAINERS: Add self in write-after-approval section.
11516
11517 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
11518
11519 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
11520 (do-tar-bz2): Replace TOOL with PACKAGE.
11521 (gdb.tar.bz2): Remove GDBTK from GDB package.
11522 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
11523 dejagnu.tar.bz2): New packages.
11524
11525 2000-02-27 Andreas Jaeger <aj@suse.de>
11526
11527 * configure.in: Add entry for mips*-*-linux*, move catch all
11528 *-*-*linux* entry below this one.
11529
11530 2000-02-27 Ian Lance Taylor <ian@zembu.com>
11531
11532 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
11533
11534 2000-02-24 Nick Clifton <nickc@cygnus.com>
11535
11536 * config.sub: Support an OS of "wince".
11537
11538 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
11539
11540 * config.guess, config.sub: Updated to match config's 2000-02-15
11541 version.
11542
11543 2000-02-23 Linas Vepstas <linas@linas.org>
11544
11545 * config.sub: Add support for Linux/IBM 370.
11546 * configure.in: Likewise.
11547
11548 2000-02-22 Nick Clifton <nickc@cygnus.com>
11549
11550 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
11551
11552 2000-02-20 Christopher Faylor <cgf@cygnus.com>
11553
11554 * config.guess: Guess "cygwin" rather than "cygwin32".
11555
11556 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11557
11558 * configure (gcc_version): When setting, narrow search to
11559 lines containing `version_string'.
11560
11561 2000-02-15 Denis Chertykov <denisc@overta.ru>
11562
11563 * config.sub: Add support for avr target.
11564
11565 2000-02-14 Nick Clifton <nickc@cygnus.com>
11566
11567 * MAINTAINERS: Add maintainers for MCore port.
11568
11569 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
11570
11571 * config.sub: Add mmix-knuth-mmixware.
11572
11573 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11574
11575 * MAINTAINERS: Pair cccp with cpplib maintainership.
11576
11577 2000-01-27 Christopher Faylor <cgf@redhat.com>
11578
11579 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
11580 structure stuff to -L library search.
11581 (CXX_FOR_TARGET): Ditto.
11582 (CROSS_CHECK_MODULES): Fix spelling mistake.
11583
11584 2000-01-24 Mark Mitchell <mark@codesourcery.com>
11585
11586 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
11587 the C++ compiler.
11588
11589 2000-01-12 Richard Henderson <rth@cygnus.com>
11590
11591 * configure.in: Don't build some bits for beos.
11592
11593 2000-01-12 Joel Sherrill (joel@OARcorp.com)
11594
11595 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
11596 as include files.
11597
11598 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
11599
11600 * Add self as cpplib maintainer, as requested by Jason
11601 Merrill. Correct my e-mail address.
11602
11603 2000-01-06 Geoff Keating <geoffk@cygnus.com>
11604
11605 * configure.in: Use mt-aix43 to handle *_TARGET defs,
11606 not mh-aix43.
11607
11608 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
11609
11610 * MAINTAINERS: Add myself to "write after approval" list.
11611
11612 1999-12-14 Richard Henderson <rth@cygnus.com>
11613
11614 * config.guess (alpha-osf, alpha-linux): Detect ev67.
11615 * config.sub: Accept alphaev[78], alphaev8.
11616
11617 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11618
11619 * config.guess, config.sub: Update from autoconf.
11620
11621 1999-11-29 Bruce Korb <autogen@linuxbox.com>
11622
11623 * MAINTAINERS: update my playtime e-address.
11624
11625 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11626
11627 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
11628 necessary libraries are missing.
11629
11630 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
11631
11632 * MAINTAINERS: Add new 'write after approval' maintainer.
11633
11634 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
11635
11636 * MAINTAINERS: Add new Java maintainer.
11637
11638 1999-10-25 Andreas Schwab <schwab@suse.de>
11639
11640 * configure: Fix quoting inside arguments of eval.
11641
11642 1999-10-21 Nick Clifton <nickc@cygnus.com>
11643
11644 * config-ml.in: Allow suppression of some ARM multilibs.
11645
11646 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
11647
11648 * config.guess: Add OS/390 match pattern.
11649 * config.sub: Add mvs, openedition targets.
11650 * configure.in (i370-ibm-opened*): New.
11651
11652 1999-09-04 Steve Chamberlain <sac@pobox.com>
11653
11654 * config.sub: Add support for configuring for pj.
11655
11656 1999-08-31 Nick Clifton <nickc@cygnus.com>
11657
11658 * config.sub (maybe_os): Add support for configuring for fr30.
11659
11660 1999-08-25 Nick Clifton <nickc@cygnus.com>
11661
11662 * configure.in: Do not configure or build ld for AIX
11663 platforms. ld is known to be broken on these platforms.
11664
11665 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11666
11667 * config-ml.in: Pass compiler flag corresponding to multidirs to
11668 subdir configures.
11669
11670 1999-08-09 Ian Lance Taylor <ian@zembu.com>
11671
11672 * Makefile.in (LDFLAGS): Define.
11673
11674 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
11675
11676 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
11677 noconfigdirs.
11678 (*-*-cygwin*): Likewise.
11679
11680 1999-08-08 Ian Lance Taylor <ian@zembu.com>
11681
11682 * mkdep: New file.
11683 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
11684 (BINUTILS_SUPPORT_DIRS): Add mkdep.
11685
11686 From Eli Zaretskii <eliz@is.elta.co.il>:
11687 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
11688 long file name when using DJGPP on MS-DOS.
11689
11690 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
11691
11692 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
11693
11694 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
11695
11696 * Makefile.in (check-target-libio): Remove all-target-libstdc++
11697 dependency as this causes "make check" to globally "make all"
11698
11699 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
11700
11701 * configure.in (target_libs): Added target-zlib.
11702 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
11703 (CONFIGURE_TARGET_MODULES): Likewise.
11704 (CHECK_TARGET_MODULES): Likewise.
11705 (INSTALL_TARGET_MODULES): Likewise.
11706 (CLEAN_TARGET_MODULES): Likewise.
11707 (configure-target-zlib): New target.
11708 (all-target-zlib): Likewise.
11709 (all-target-libjava): Depend on all-target-zlib.
11710 (configure-target-libjava): Depend on configure-target-zlib.
11711
11712 * Makefile.in (configure-target-libjava): Depend on
11713 configure-target-newlib.
11714 (configure-target-boehm-gc): New target.
11715 (configure-target-qthreads): New target.
11716
11717 * configure.in (target_libs): Added target-qthreads.
11718 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
11719 (CONFIGURE_TARGET_MODULES): Likewise.
11720 (CHECK_TARGET_MODULES): Likewise.
11721 (INSTALL_TARGET_MODULES): Likewise.
11722 (CLEAN_TARGET_MODULES): Likewise.
11723 (all-target-qthreads): New target.
11724 (configure-target-libjava): Depend on configure-target-qthreads.
11725 (all-target-libjava): Depend on all-target-qthreads.
11726
11727 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
11728 (CONFIGURE_TARGET_MODULES): Likewise.
11729 (CHECK_TARGET_MODULES): Likewise.
11730 (INSTALL_TARGET_MODULES): Likewise.
11731 (CLEAN_TARGET_MODULES): Likewise.
11732 (all-target-libjava): New target.
11733 (all-target-boehm-gc): Likewise.
11734 * configure.in (target_libs): Added libjava, boehm-gc.
11735
11736 1999-07-22 Ian Lance Taylor <ian@zembu.com>
11737
11738 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
11739 configure.bat in SUPPORT_FILES.
11740 (gas+binutils.tar.bz2): Likewise.
11741
11742 * makeall.bat: Remove; obsolete.
11743
11744 1999-07-21 Ian Lance Taylor <ian@zembu.com>
11745
11746 From Mark Elbrecht:
11747 * configure.bat: Remove; obsolete.
11748
11749 1999-07-11 Ian Lance Taylor <ian@zembu.com>
11750
11751 * configure: Add -W -Wall to the default CFLAGS when compiling with
11752 gcc.
11753
11754 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
11755
11756 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
11757
11758 1999-06-30 Mark Mitchell <mark@codesourcery.com>
11759
11760 * configure.in: Build ld on IRIX6.
11761
11762 1999-06-12 Ian Lance Taylor <ian@zembu.com>
11763
11764 * Makefile.in: Change distribution targets to use bzip2 instead of
11765 gzip.
11766 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
11767 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
11768
11769 1999-06-04 Nick Clifton <nickc@cygnus.com>
11770
11771 * config.sub: Add mcore target.
11772
11773 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
11774
11775 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
11776
11777 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
11778
11779 * config.guess (dummy): Changed to $dummy.
11780
11781 1999-05-24 Nick Clifton <nickc@cygnus.com>
11782
11783 * config.sub: Tidied up case statements.
11784
11785 1999-05-22 Ben Elliston <bje@cygnus.com>
11786
11787 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
11788 <jiro@din.or.jp>.
11789
11790 * config.guess: Merge with FSF version. Future changes will be
11791 more accurately recorded in this ChangeLog.
11792 * config.sub: Likewise.
11793
11794 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
11795
11796 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
11797
11798 1999-04-30 Tom Tromey <tromey@cygnus.com>
11799
11800 * ltmain.sh: [mode link] Always use CC given by ltconfig.
11801
11802 1999-04-23 Tom Tromey <tromey@cygnus.com>
11803
11804 * ltconfig, ltmain.sh: Update to libtool 1.2f.
11805
11806 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
11807
11808 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
11809 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
11810 Bad merge removed these two changes.
11811
11812 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
11813 Martin Heller (Ing.-Buero_Heller@t-online.de)
11814
11815 * config.guess (interix Alpha): Add.
11816
11817 1999-04-11 Richard Henderson <rth@cygnus.com>
11818
11819 * configure.in (i?86-*-beos*): Do config gperf; don't config
11820 gdb, newlib, or libgloss.
11821
11822 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
11823
11824 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
11825 link a trivial program with -mabi=64. If it fails, remove mabi=64
11826 from multidirs.
11827
11828 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
11829
11830 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
11831
11832 1999-04-08 Nick Clifton <nickc@cygnus.com>
11833
11834 * config.sub: Add support for mcore targets.
11835
11836 1999-04-07 Michael Meissner <meissner@cygnus.com>
11837
11838 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
11839 not mt-ospace, in order to shut up assembler warning about using
11840 symbols that are named the same as registers.
11841
11842 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
11843
11844 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
11845 dependency list for all-target-cygmon.
11846
11847 1999-04-05 Doug Evans <devans@casey.cygnus.com>
11848
11849 * config-ml.in: Check $host, not $target, for selective multilibs.
11850 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
11851 thumb interworking, and underscore prefix multilibs.
11852
11853 1999-04-04 Ian Lance Taylor <ian@zembu.com>
11854
11855 * missing: Update to version from current automake.
11856
11857 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
11858
11859 * configure (gxx_include_dir): Removed.
11860
11861 * configure.in (gxx_include_dir): Handle it.
11862 * Makefile.in: Likewise.
11863
11864 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
11865
11866 * config.sub (mips64vr4111,mips64vr4111el) Add.
11867
11868 1999-03-21 Ben Elliston <bje@cygnus.com>
11869
11870 * config.guess: Correct typo for detecting ELF on FreeBSD.
11871
11872 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
11873
11874 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
11875 config/mh-djgpp.
11876
11877 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
11878
11879 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
11880 all-target-newlib to dependency list for all-target-bsp.
11881
11882 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
11883
11884 * config.sub: Add i386-uwin support.
11885 * config.guess: Likewise.
11886
11887 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11888
11889 * configure.in: cleanup, add mh-*pic handling for arm, special
11890 case powerpc*-*-aix*
11891
11892 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
11893
11894 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11895 can be built.
11896
11897 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
11898
11899 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
11900 targets.
11901
11902 1999-03-02 Nick Clifton <nickc@cygnus.com>
11903
11904 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11905
11906 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
11907
11908 * config.sub: Check for "cygwin*" rather than "cygwin32*"
11909
11910 1999-02-24 Nick Clifton <nickc@cygnus.com>
11911
11912 * config.sub: Fix typo in arm recognition.
11913
11914 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
11915
11916 * configure.in (noconfigdirs): Changed target_configdirs to
11917 include target-bsp only for m68k-*-elf* and m68k-*-coff*
11918 rather than m68k-*-* since it is not known to work on
11919 m68k-aout. Ditto for arm-*-*oabi.
11920
11921 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
11922
11923 * configure.in (*-*-windows*): Remove, no longer used.
11924
11925 1999-02-19 Ben Elliston <bje@cygnus.com>
11926
11927 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11928 Smart and improved by Andrew Cagney.
11929
11930 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
11931
11932 * config.guess: Recognize openbsd-*-hppa.
11933
11934 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
11935
11936 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11937 only if it is not empty.
11938
11939 1999-02-17 Nick Clifton <nickc@cygnus.com>
11940
11941 Patch from: Scott Bambrough <scottb@corelcomputer.com>
11942
11943 * config.guess: Modified to recognize uname's armv* syntax.
11944
11945 * config.sub: Modified to recognize uname's armv* syntax.
11946
11947 1999-02-17 Mark Salter <msalter@cygnus.com>
11948
11949 * configure.in: Added target-bsp for sparclite.
11950
11951 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
11952
11953 * config.sub: Recognize alphapca5[67] and up to alphaev8.
11954
11955 1999-02-08 Nick Clifton <nickc@cygnus.com>
11956
11957 * configure.in: Add support for strongarm port.
11958 * config.sub: Add support for strongarm target.
11959
11960 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
11961
11962 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11963 the old name config/mh-cygwin32.
11964 Enable texinfo.
11965
11966 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
11967
11968 * configure.in: Do build ld for ix86 Solaris.
11969
11970 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
11971
11972 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
11973 $AR_FOR_TARGET. Likewise for RANLIB.
11974
11975 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
11976
11977 * config.sub (oabi): Recognize.
11978 * configure.in (arm-*-oabi): Handle.
11979
11980 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
11981
11982 * config.guess: Improve detection of i686 on UnixWare 7.
11983
11984 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
11985
11986 * config.guess: Add support for i386-pc-interix.
11987 * config.sub: Likewise.
11988 * configure.in: Likewise.
11989
11990 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
11991
11992 * Makefile.in: Remove unneeded all-target-libio from
11993 from all-target-winsup target since it is now unneeded.
11994 Add all-target-libtermcap in its place since it is now
11995 needed.
11996
11997 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
11998
11999 * configure.in: makefile stub for cygwin target is probably
12000 unnecessary. Remove it for now.
12001
12002 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
12003
12004 * configure.in: libtermcap.a should be built when cygwin is the
12005 target as well as the host.
12006 * config.guess: Allow mixed case in cygwin uname output.
12007 * Makefile.in: Add libtermcap target.
12008
12009 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
12010
12011 * config.sub: Clean up handling of hppa2.0.
12012
12013 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
12014
12015 * config.guess: Use C code to identify more HP machines.
12016
12017 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
12018
12019 * config.sub: Handle hppa2.0.
12020
12021 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
12022
12023 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
12024 cygmon for all sparclite targets, regardless of object format.
12025
12026 1998-12-15 Mark Salter <msalter@cygnus.com>
12027
12028 * configure.in: Added target-bsp for several target architectures.
12029
12030 * Makefile.in: Added rules for bsp.
12031
12032 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
12033
12034 * config.guess: Improve detection of hppa2.0 processors.
12035
12036 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
12037
12038 * config.guess: Recognize FreeBSD using ELF automatically.
12039
12040 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
12041
12042 * configure (skip-this-dir): Add handling for new shell script, which
12043 might be created by a sub-directory's configure to indicate, this particular
12044 directory is "unwanted".
12045 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
12046
12047 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
12048
12049 * ltconfig: import from libtool, after changing libtool to
12050 account for the cygwin name change.
12051
12052 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
12053
12054 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
12055 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
12056
12057 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
12058
12059 * configure.in: Add libtermcap to list of cygwin dependencies.
12060
12061 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
12062
12063 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
12064 they include winsup/include when it's a cygwin target.
12065
12066 1998-11-12 Tom Tromey <tromey@cygnus.com>
12067
12068 * configure.in (host_tools): Added zip.
12069 * Makefile.in (all-target-libjava): Depend on all-zip.
12070 (all-zip): New target.
12071 (ALL_MODULES): Added all-zip.
12072 (NATIVE_CHECK_MODULES): Added check-zip.
12073 (INSTALL_MODULES): Added install-zip.
12074 (CLEAN_MODULES): Added clean-zip.
12075
12076 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
12077
12078 * Makefile.in: lose "32" from comment about cygwin.
12079
12080 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
12081
12082 * configure.in: Use -Os to build target libraries for the fr30.
12083
12084 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
12085
12086 * config.sub: Add fr30.
12087
12088 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
12089
12090 * configure.in: drop "32" from config/mh-cygwin32. Check
12091 cygwin* instead of cygwin32*.
12092 * config.sub: Check cygwin* instead of cygwin32*.
12093
12094 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
12095
12096 * config.guess: Match any version of Unixware7.
12097
12098 1998-10-20 Syd Polk <spolk@cygnus.com>
12099
12100 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
12101 if desired.
12102
12103 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
12104
12105 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
12106 these if the appropriate directories and files to not exist.
12107
12108 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
12109
12110 * Makefile.in (DEVO_SUPPORT): Add config.if.
12111
12112 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
12113
12114 * configure: Add pattern to replace "build_tooldir"'s
12115 definition in the generated Makefile with "tooldir"'s
12116 actual value.
12117
12118 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
12119
12120 * config.sub: Bring back lost sparcv9.
12121
12122 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
12123
12124 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
12125
12126 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
12127 CC_FOR_TARGET and friends.
12128
12129 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12130
12131 * Makefile.in (build_tooldir): New variable, same as tooldir.
12132 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
12133 -B$(build_tooldir)/bin/.
12134 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
12135
12136 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12137
12138 * README: Remove installation instructions and refer to the
12139 INSTALL directory instead.
12140
12141 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
12142
12143 * config.sub: Add support for i[34567]86-pc-udk.
12144 * configure.in: Likewise.
12145
12146 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
12147
12148 * Makefile.in: add bzip2 package building bits for user
12149 tools module
12150 * configure.in: ditto
12151
12152 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
12153
12154 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
12155 (ALL_TARGET_MODULES): Add all-target-libobjc.
12156 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12157 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12158 (all-target-libchill): Add dependencies.
12159 * configure.in (target_libs): Add libchill.
12160
12161 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
12162
12163 * configure.in (target_subdir): Remove duplicate line.
12164
12165 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
12166
12167 * Makefile.in (all-automake): fix dependencies.
12168
12169 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
12170
12171 * configure.in: Minor cleanups for building in the $(target_alias)
12172 subdir.
12173
12174 1998-09-22 Jim Wilson <wilson@cygnus.com>
12175
12176 * Makefile.in (bootstrap): Set r and s before make all. Use
12177 BASE_FLAGS_TO_PASS in make all.
12178 (cross): Likewise.
12179
12180 1998-09-20 Mark Mitchell <mark@markmitchell.com>
12181
12182 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
12183
12184 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
12185
12186 * config.sub: Fix typo in last change.
12187
12188 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12189
12190 * config.sub: Add support for C4x target.
12191 * configure.in: Likewise.
12192
12193 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
12194
12195 * config.sub: Recognize sparcv9 just like sparc64.
12196
12197 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
12198
12199 * config.guess: Match "Pent II" or "PentII" for OpenServer.
12200
12201 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
12202
12203 * config.guess: Correctly identify Pentium II sco boxes.
12204
12205 * config.guess: Fix "tr" code. From Weiwen Liu.
12206
12207 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
12208
12209 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
12210 stabs.
12211
12212 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
12213
12214 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
12215 (ALL_TARGET_MODULES): Add all-target-libchill.
12216 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12217 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12218 (all-target-libchill): Add dependencies.
12219 * configure.in (target_libs): Add libchill.
12220
12221 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
12222
12223 * config.guess: Avoid assumptions about "tr" behaves when
12224 LANG is set to something other than English.
12225
12226 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
12227
12228 * configure (gxx_include_dir): Changed to
12229 '${prefix}/include/g++'-${libstdcxx_interface}.
12230
12231 * config.if: New to determine the interfaces.
12232
12233 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
12234
12235 * config.guess: Detect and handle MPE/IX.
12236 * config.sub: Deal with MPE/IX.
12237
12238 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
12239
12240 * configure.in: Use mh-aix43.
12241
12242 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
12243
12244 * configure: Fix --without/--disable cases for gxx-include-dir.
12245
12246 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
12247
12248 * mdata-sh: Imported. Needed for automake support.
12249
12250 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
12251
12252 * Makefile.in (taz): Try "chmod -R og=u ." before
12253 "chmod og=u `find . -print`".
12254
12255 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
12256
12257 * configure.in: Add arm-elf and thumb-elf support.
12258
12259 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
12260
12261 * Makefile.in: Undo previous patch.
12262
12263 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
12264
12265 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
12266 to here ...
12267 (install-no-fixedincludes): and here
12268 (INSTALL_MODULES): ... from here.
12269
12270 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
12271
12272 * config.sub: Merge with FSF.
12273
12274 * config.guess: Merge with FSF.
12275
12276 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
12277
12278 * configure (extraconfigdirs): New variable.
12279 (SUBDIRS): Add extraconfigdirs and recurse on them too.
12280 * Makefile.in (all): Move higher in file.
12281 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
12282 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
12283 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
12284 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
12285 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
12286
12287 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
12288
12289 * Makefile.in (all-target-libjava): Depend on all-gcc and
12290 all-target-newlib.
12291 (configure-target-libjava): Depend on $(ALL_GCC).
12292
12293 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
12294
12295 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
12296 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
12297
12298 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
12299
12300 * INSTALL/README: Fix typo.
12301
12302 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
12303
12304 * ylwrap: Change absolute path checks to check for DOS style path
12305 names.
12306
12307 * ylwrap: Don't use a full path name if the source file is in the
12308 same directory. From hjl@lucon.org (H.J. Lu).
12309
12310 * config-ml.in: Default to being verbose, to match Feb 18 change to
12311 configure.
12312
12313 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
12314
12315 Brought over from egcs:
12316
12317 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12318
12319 * configure.in (target_subdir): Set to ${target_alias} instead
12320 of "libraries".
12321
12322 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12323
12324 * configure.in (target_subdir): Set to libraries if enable_multilib.
12325
12326 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
12327
12328 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
12329 multilibs, force reconfiguration the first time we create
12330 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
12331
12332 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
12333
12334 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
12335 avoid confusion with --no-recursion.
12336
12337 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
12338
12339 * configure.in: Win32 hosts shouldn't use install -x
12340 * install-sh: remove -x option, and special .exe-handling
12341 hack.
12342
12343 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
12344
12345 * config.guess: Recognize i586-pc-beos.
12346 * configure.in: Don't build some bits for beos.
12347
12348 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
12349
12350 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
12351 CFLAGS default to -O2.
12352
12353 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
12354 when using GNU ld.
12355
12356 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
12357
12358 * ltmain.sh: Correct install when using a different shell.
12359
12360 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
12361
12362 * ltconfig, ltmain.sh: Update to libtool 1.2b.
12363
12364 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
12365
12366 * makefile.vms: Update to build binutils/makefile.vms. Add install
12367 target.
12368
12369 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
12370
12371 * ltconfig: Update to correct AIX handling.
12372
12373 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12374
12375 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
12376
12377 * configure.in (target_subdir): Set to ${target_alias} instead
12378 of "libraries".
12379
12380 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
12381
12382 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
12383 (Makefile): Depend on $(gcc_version_trigger).
12384
12385 * configure (gcc_version): Change default initializer to empty
12386 string.
12387 (gcc_version_trigger): New variable; pass this variable down
12388 to subdir configures to enable them checking gcc's version
12389 themselves. Emit make macros for both gcc_version vars.
12390 (topsrcdir): Initialize reliably.
12391 (recursion line): Remove --with-gcc-version=${gcc_version}.
12392
12393 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
12394
12395 * configure (enable_version_specific_runtime_libs): Implement new flag
12396 --enable-version-specific-runtime-libs which installs C++ runtime stuff
12397 in $(libsubdir); emit definition in each generated Makefile.
12398 (gxx_include_dir): Initialize depending on
12399 $enable_version_specific_runtime_libs.
12400
12401 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
12402
12403 * configure (gcc_version): Initialize properly depending on
12404 how and where configure is started.
12405 (recursion line): Pass a --with-gcc-version=${gcc_version}
12406 to configures in subdirs.
12407
12408 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
12409
12410 * configure.in (noconfigdirs): Add configure pattern for mips tx39
12411 cygmon
12412
12413 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
12414
12415 * configure.in: Add cygmon and libstub support for mn10200.
12416
12417 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
12418
12419 * configure (gcc_version): Add new variable describing the
12420 particular gcc version we're building.
12421 * Makefile.in (libsubdir): Add new macro for the directory
12422 in which the compiler finds executables, libraries, etc.
12423 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
12424 and libsubdir.
12425
12426 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12427
12428 * Makefile.in (local-clean): Remove *.log.
12429 (warning.log): Built with warn_summary from build.log.
12430 (mail-report.log): Run test_summary.
12431 (mail-report-with-warnings.log): Run test_summary including
12432 warning.log in the report.
12433
12434 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
12435
12436 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
12437
12438 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
12439
12440 * Makefile.in (grep): Grep no longer depends on libiberty.
12441
12442 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
12443
12444 * Makefile.in: all-snavigator needs all-libgui.
12445
12446 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
12447
12448 * configure.in: Add cygmon and libstub support for mn10300.
12449
12450 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
12451
12452 * missing: Update to version from automake 1.3.
12453
12454 * ltmain.sh: On installation, don't get confused if the same name
12455 appears more than once in the list of library names.
12456
12457 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
12458
12459 * config.sub: Accept m68060 and m5200 as CPU names.
12460
12461 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
12462
12463 * configure: Use && rather than using -a in test, because odd
12464 strings can confuse test.
12465 * configure.in: Likewise.
12466
12467 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
12468
12469 * ltconfig, ltmain.sh: Bring in Visual C++ support.
12470
12471 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12472
12473 * Makefile.in (boostrap2-lean, bootstrap3-lean,
12474 bootstrap4-lean): New targets.
12475
12476 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
12477
12478 * mpw-* Delete. Not used.
12479
12480 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
12481
12482 * COPYING.LIB: Update FSF address.
12483
12484 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
12485
12486 * ltconfig, ltmain.sh: Update to libtool 1.2a.
12487
12488 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
12489 GAS_SUPPORT_DIRS.
12490
12491 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
12492
12493 * ltconfig, ltmain.sh: Avoid producing a version number if
12494 -version-info was not used.
12495
12496 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
12497
12498 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
12499 building with newlib.
12500
12501 1998-04-30 Paul Eggert <eggert@twinsun.com>
12502
12503 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
12504 Solaris `make' causes it to continue to next definition.
12505
12506 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
12507
12508 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
12509 the right GUI libraries and files are installed along with GDB.
12510
12511 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
12512
12513 * configure.in: Change alpha to alpha* in several places.
12514
12515 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
12516
12517 * config.sub: Recognize sparc86x.
12518
12519 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
12520
12521 * configure.in (--enable-target-optspace): Remove debug echo.
12522
12523 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
12524
12525 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
12526
12527 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
12528
12529 * ltconfig: Update cygwin32 support.
12530
12531 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
12532 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
12533 (GDB_SUPPORT_DIRS): Likewise.
12534
12535 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
12536
12537 * configure.in (target_makefile_frag): If --enable-target-optspace,
12538 use -Os to compile target libraries rather than -O2. Default to
12539 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
12540 not used.
12541 * configure.in (target_cflags): Ditto for d30v.
12542
12543 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
12544
12545 * Makefile.in (all-bfd): Depend on all-intl.
12546 (all-binutils): Likewise.
12547 (all-gas): Likewise.
12548 (all-gprof): Likewise.
12549 (all-ld): Likewise.
12550
12551 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
12552
12553 * configure.in (host_tools): Fix typo, lbtool -> libtool.
12554
12555 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
12556
12557 * Makefile.in (all-bfd): Depend upon all-libiberty.
12558
12559 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
12560
12561 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
12562
12563 * Makefile.in: Add libstub.
12564
12565 * configure.in: Ditto. Build libstub for targets that have cygmon
12566 support.
12567
12568 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
12569
12570 * configure.in: Don't set PICFLAG on ix86-cygwin32.
12571
12572 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
12573
12574 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
12575 use mh-sysv5 if specified. Support gprof on SCO Open Server.
12576
12577 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
12578
12579 * configure: Define DEFAULT_M4 by searching PATH.
12580 * Makfile.in: Use DEFAULT_M4.
12581
12582 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
12583
12584 * ltconfig: Add cygwin32 support.
12585
12586 * Makefile.in, configure.in: Add libtool as a native only directory
12587 to configure and build.
12588
12589 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
12590
12591 * Makefile.in (INSTALL_MODULES): Remove texinfo.
12592
12593 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
12594
12595 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
12596
12597 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
12598
12599 * Makefile.in: add ash make rules
12600 * configure.in: add ash to native_only and host_tools lists
12601
12602 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
12603
12604 * Makefile.in (all-gettext, all-intl): New targets.
12605 (ALL_MODULES): Added all-gettext, all-intl.
12606 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
12607 (INSTALL_MODULES): Added install-gettext, install-intl.
12608 (CLEAN_MODULES): Added clean-gettext, clean-intl.
12609
12610 * configure.in (host_tools): Added gettext.
12611 (native_only): Likewise.
12612 (noconfigdirs) [various cases]: Likewise.
12613 (host_libs): Added intl.
12614
12615 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
12616
12617 * configure: Do not disable building gdbtk for cygwin32 hosts.
12618
12619 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
12620
12621 * configure.in: Add thumb-coff target.
12622 * config.sub: Add thumb-coff target.
12623
12624 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
12625
12626 * Makefile.in: Revert yesterday's change.
12627 (all-target-winsup): all-target-librx stays out of here.
12628
12629 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
12630
12631 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
12632 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
12633 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
12634 Remove references to librx and libg++.
12635
12636 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
12637
12638 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
12639 recursive makes
12640
12641 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
12642
12643 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
12644 for newlib directory.
12645 (CXX_FOR_TARGET): Likewise.
12646
12647 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
12648
12649 * ltconfig: Update after libtool/ltconfig.in change for
12650 hpux11.
12651
12652 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
12653
12654 * ltconfig, ltmain.sh: Update to libtool 1.2.
12655
12656 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
12657
12658 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
12659 (install-gcc-cross): Instead, override LANGUAGES here.
12660
12661 1998-03-18 Dave Love <d.love@dl.ac.uk>
12662
12663 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
12664 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
12665
12666 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
12667
12668 * configure.in: Add Thumb-pe target.
12669
12670 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
12671
12672 * Makefile.in - changed sn targets to snavigator
12673 * configure.in - changed sn targets to snavigator
12674
12675 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
12676
12677 * config-ml.in: After building symlink tree call make distclean
12678 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
12679 to be the case for libiberty.
12680
12681 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
12682
12683 * configure: When making link, also check the current
12684 directory. The configure scripts may create one.
12685
12686 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
12687
12688 * config.sub: Accept alphapca56 and alphaev6 properly.
12689
12690 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12691
12692 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
12693
12694 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
12695
12696 * config.sub (sco5): Fix typo.
12697
12698 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
12699
12700 * Makefile.in (INSTALL_MODULES): Move install-tcl before
12701 install-itcl.
12702 (install-itcl): Remove dependency on install-tcl.
12703
12704 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
12705
12706 * configure.in: Remove libgloss from noconfigdirs for MN10300.
12707
12708 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
12709
12710 * configure.in: Don't build libgui for a cygwin32 target when not on
12711 a cygwin32 host.
12712
12713 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
12714
12715 * configure (redirect): Set to null, so default behavior of
12716 configure is now --verbose.
12717
12718 1998-02-16 Dave Love <d.love@dl.ac.uk>
12719
12720 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
12721 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
12722
12723 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
12724
12725 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
12726 this change to sync Makefile.in with its ChangeLog entries.
12727
12728 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
12729
12730 * ltmain.sh (mkdir): Check that the directory doesn't exist
12731 before we exit with error, so that we don't get races during
12732 parallel builds.
12733
12734 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
12735
12736 * ltconfig, ltmain.sh: Update from libtool 1.0i.
12737
12738 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
12739
12740 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
12741 PICFLAG_FOR_TARGET.
12742 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
12743
12744 * configure: Emit a definition for the new macro enable_shared
12745 into each Makefile.
12746
12747 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
12748
12749 * configure.in (host_tools, native_only): Add libtool.
12750
12751 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
12752
12753 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
12754 Fix typo in ming config comment.
12755
12756 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
12757
12758 * ltconfig, ltmain.sh: Update from libtool 1.0h.
12759
12760 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
12761
12762 * config.sub: Add tic30 cases, and map c30 to tic30.
12763
12764 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
12765
12766 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
12767 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
12768 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
12769 (CLEAN_TARGET_MODULES): Similarly
12770 (all-target-libf2c): Add dependences.
12771 * configure.in (target_libs): Add libf2c.
12772
12773 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
12774
12775 * configure.in: Remove expect from noconfigdirs when target
12776 is cygwin32. OK to build expect and dejagnu with Canadian
12777 Cross.
12778
12779 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
12780
12781 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
12782 host.
12783
12784 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
12785 and mingw32.
12786
12787 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
12788
12789 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
12790 here as it is not defined in the toplevel Makefile.
12791
12792 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
12793
12794 * configure (package_makefile_rules_frag): New variable, which names
12795 a file with generic rules, ...
12796 Change comment to mention we now have FIVE parts.
12797 * configure: Undo last change.
12798
12799 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
12800
12801 * config.guess: More accurate determination of HP processor types.
12802 * config.sub: More accurate determination of HP processor types.
12803
12804 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
12805
12806 * configure (package_makefile_frag): Move inserting the
12807 ${package_makefile_frag} to where it should be according
12808 to the comment.
12809
12810 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
12811
12812 * config.guess: Add support for Linux/ARM.
12813
12814 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
12815
12816 * .cvsignore: Remove *-info and *-install since they match
12817 release-info and mpw-install, which we don't want to just ignore.
12818
12819 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
12820
12821 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
12822
12823 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
12824
12825 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
12826 local_prefix to sub-make invocations.
12827
12828 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
12829
12830 * configure.in: Check makefile fragments in the source
12831 directory.
12832
12833 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12834
12835 * configure.in: Check whether host and target makefile
12836 fragments exist before adding them to *_makefile_frag.
12837
12838 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
12839
12840 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
12841
12842 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
12843
12844 * configure.in: Make sure we only replace RPATH_ENVVAR on
12845 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
12846 regexp to sed.
12847
12848 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
12849 to sub-makes.
12850
12851 1998-01-13 Lee Iverson (leei@ai.sri.com)
12852
12853 * config-ml.in (multi-do): LDFLAGS must include multilib
12854 designator.
12855
12856 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
12857
12858 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
12859
12860 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
12861
12862 * config.sub: Add mingw32 support.
12863 * configure.in: Likewise.
12864
12865 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
12866
12867 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
12868
12869 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
12870
12871 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12872 * configure (gxx_include_dir): Provide a definition for subdirs
12873 which do not use autoconf.
12874
12875 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
12876
12877 * config.guess: Sync with egcs. Picks up new alpha support,
12878 BeOS & some additional linux support.
12879
12880 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
12881
12882 * config.guess: HP 9000/803 is a PA1.1 machine.
12883
12884 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
12885
12886 * configure.in: It's alpha*-...
12887
12888 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12889
12890 * configure.in (host_makefile_frag, target_makefile_frag):
12891 Handle multiple config files.
12892 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
12893 alpha-*-*.
12894
12895 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
12896
12897 * mkdep: New file.
12898
12899 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
12900
12901 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12902
12903 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
12904
12905 * Makefile.in: Add libgui directory.
12906 (GDB_TK): Add all-libgui.
12907 * configure.in: Add libgui directory.
12908 * configure: Add all-libgui to GDB_TK.
12909
12910 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
12911
12912 * config-ml.in (multidirs): Add m32r to multilib list.
12913
12914 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
12915
12916 * Makefile.in (all-target-gperf): Change dependency to
12917 all-target-libstdc++.
12918
12919 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
12920
12921 * config.guess: Add BeOS support.
12922
12923 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
12924
12925 Source directory cvs renamed to cvssrc:
12926 * configure.in (host_tools): Change cvs to cvssrc.
12927 (native_only): Likewise.
12928 (noconfigdirs) [various cases]: Likewise.
12929 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12930 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12931 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12932 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12933 (all-cvssrc): Rename target from all-cvs.
12934
12935 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
12936
12937 * configure (gxx_include_dir): Fix thinko.
12938
12939 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
12940
12941 * Makefile.in (INSTALL_TARGET_CROSS): Define.
12942 (install-cross, install-gcc-cross): New targets.
12943
12944 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
12945
12946 * configure.in (noconfigdirs): Add support for Thumb target.
12947
12948 * config.sub (maybe_os): Add support for Thumb target.
12949
12950 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
12951
12952 * Makefile.in: Add rules for cygmon.
12953
12954 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12955
12956 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
12957
12958 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12959 * configure (gxx_include_dir): Provide a definition for subdirs
12960 which do not use autoconf.
12961
12962 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
12963
12964 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12965 11/18/97 build
12966
12967 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
12968
12969 * From Franz Sirl.
12970 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12971 found on RedHat Linux systems.
12972
12973 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
12974
12975 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12976 guesses.
12977
12978 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
12979
12980 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12981
12982 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
12983
12984 * ltmain.sh: If mkdir fails, check whether the directory was created
12985 anyhow by some other process.
12986
12987 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
12988
12989 * configure.in (d30v-*-*): Configure all directories.
12990
12991 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
12992
12993 * configure.in (d30v-*-*): Configure newlib, libiberty directories
12994 for the D30V.
12995
12996 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
12997
12998 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12999
13000 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
13001
13002 * include/libiberty.h: Add extern "C" { so it can be used with C++
13003 progrms.
13004 * include/remote-sim.h: Add extern "C" { so it can be used with C++
13005 programs.
13006
13007 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
13008
13009 * configure.in (d30v-*-*): Configure GCC now.
13010
13011 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
13012
13013 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
13014 is no longer needed.
13015
13016 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
13017
13018 * Makefile.in: check-target-libio depends on all-target-libstdc++.
13019
13020 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
13021
13022 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
13023 targets using "$@" to provide support for similar but not identical
13024 targets without having to duplicate code.
13025
13026 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
13027
13028 * makefile.vms: Fix to work with DEC C.
13029
13030 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
13031
13032 * config.sub: Add mips-tx39-elf to marketing names.
13033
13034 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
13035
13036 * ltmain.sh: Handle symlinks in generated script.
13037
13038 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
13039
13040 * configure: Handle autoconf style directory options: --bindir,
13041 --datadir, --includedir, --infodir, --libdir, --libexecdir,
13042 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
13043 --sysconfdir.
13044 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
13045 (sharedstatedir, localstatedir, oldincludedir): New variables.
13046 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
13047 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
13048 sbindir, sharedstatedir, and sysconfdir.
13049
13050 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
13051
13052 * Makefile.in (bootstrap-lean): New target.
13053
13054 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
13055
13056 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
13057 sn, and gnuserv from noconfigdirs.
13058
13059 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
13060
13061 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
13062
13063 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
13064
13065 * Makefile.in (cross): New target.
13066
13067 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
13068 Jeff Law <law@cygnus.com>
13069
13070 * Makefile.in (bootstrap2, bootstrap3): New targets.
13071 (all-bootstrap): Remove outdated and confusing target.
13072 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
13073
13074 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
13075
13076 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
13077 windows. Consistent with gdb/configure.
13078
13079 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
13080
13081 * configure.in: Name Linux target fragment.
13082
13083 * configure: Rewrite so that project Makefile fragment is inserted
13084 first and appears last in the resulting Makefile.
13085
13086 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
13087
13088 * Makefile.in (install-itcl): Install tcl first.
13089
13090 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
13091
13092 * configure.in: remove bison from noconfigdirs for Cygwin32 host
13093
13094 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
13095
13096 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
13097
13098 * configure.in (skipdirs): Add target-librx for Linux.
13099 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
13100
13101 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
13102
13103 * Makefile.in (bootstrap): New target.
13104
13105 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
13106
13107 * config.sub: Accept 'amigados' for backward compatibility.
13108
13109 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
13110
13111 * config.guess: Merge with FSF.
13112
13113 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
13114
13115 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
13116
13117 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
13118
13119 * config.sub: Add "marketing-names" patch.
13120
13121 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
13122
13123 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
13124
13125 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
13126
13127 * config.sub: Handle v850-elf.
13128
13129 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
13130
13131 * .cvsignore (*-install): Remove.
13132
13133 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
13134
13135 * ltconfig: Set CONFIG_SHELL in libtool.
13136 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
13137
13138 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
13139
13140 * configure.in (target_subdir): Set to libraries if enable_multilib.
13141
13142 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
13143
13144 * config.guess: Update from gcc directory.
13145
13146 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
13147
13148 * Makefile.in (all-sim): Depends on all-readline.
13149
13150 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
13151
13152 * Makefile.in (BISON, YACC): Use $$s.
13153 (all-bison): Depend on all-texinfo.
13154
13155 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
13156
13157 * Makefile.in (BISON): Add -L flag.
13158 (YACC): Likewise.
13159
13160 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
13161
13162 * configure.in (noconfigdirs): Add support for v850e target.
13163
13164 * config.sub (maybe_os): Add support for v850e target.
13165
13166 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
13167
13168 * configure.in (noconfigdirs): Add support for v850ea target.
13169
13170 * config.sub (maybe_os): Add support for v850ea target.
13171
13172 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
13173
13174 * config.sub: Add mipstx39. Delete r3900.
13175
13176 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
13177
13178 * Makefile.in (all-autoconf): Depends on all-texinfo.
13179
13180 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
13181
13182 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
13183 eabi targets.
13184
13185 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
13186
13187 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
13188
13189 * configure: When handling a Canadian Cross, handle YACC as well as
13190 BISON. Just set BISON to bison. When setting YACC, prefer bison.
13191 * Makefile.in (all-bison): Depend upon all-texinfo.
13192
13193 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
13194
13195 * Makefile.in (BISON): bison, not byacc or bison -y.
13196 (YACC): bison -y or byacc or yacc.
13197 (various): Add *-bison as appropriate.
13198 (taz): No need to mess with BISON anymore.
13199
13200 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
13201
13202 * configure: If OSTYPE matches *win32*, try to find a good value for
13203 CONFIG_SHELL.
13204
13205 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
13206
13207 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
13208 configure.in if it is present.
13209
13210 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
13211
13212 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
13213
13214 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
13215
13216 * config.sub: Recognize `arc' cpu.
13217 * configure.in: Likewise.
13218 * config-ml.in: Likewise.
13219
13220 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
13221
13222 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
13223
13224 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
13225
13226 * configure: Changed sed delimiter from ':' to '|' when
13227 attempting to substitute ${config_shell} for SHELL. On
13228 NT ${config_shell} may contain a ':' in it.
13229
13230 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
13231
13232 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
13233
13234 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
13235
13236 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
13237
13238 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
13239
13240 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
13241
13242 * ylwrap: If the program is a relative path, force it to be
13243 absolute.
13244
13245 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
13246
13247 * configure (tooldir): Set BISON to `bison -y' and not just bison.
13248
13249 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
13250
13251 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
13252 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
13253 for libraries.
13254
13255 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
13256
13257 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
13258 separated by spaces.
13259
13260 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
13261
13262 * ylwrap: New file.
13263 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
13264
13265 * ltmain.sh: Handle /bin/sh at start of install program.
13266
13267 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
13268
13269 * ltconfig, ltmain.sh: New files, from libtool 1.0.
13270 * missing: New file, from automake 1.2.
13271
13272 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
13273
13274 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
13275 check-tk to CHECK_X11_MODULES.
13276
13277 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
13278
13279 * config.sub: Merge with FSF.
13280
13281 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
13282
13283 * config.guess: Merge with FSF.
13284
13285 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
13286
13287 * configure: Treat msdosdjgpp like go32.
13288 * configure.in: Likewise. Don't remove gprof for go32.
13289
13290 * configure: Change Makefile.tem2 to Makefile.tm2.
13291
13292 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
13293
13294 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
13295
13296 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13297
13298 * install-sh (chmodcmd): Set to null if the DST directory already
13299 exists. Same as Nov 11th change.
13300
13301 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
13302
13303 * configure (GDB_TK): Needs itcl and tix.
13304
13305 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
13306
13307 * config.guess: Update from FSF.
13308
13309 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
13310
13311 * Makefile.in (GDB_TK): Depend on itcl and tix.
13312
13313 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
13314
13315 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
13316 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
13317 (INSTALL_SCRIPT): New variable.
13318 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
13319 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
13320 to -x.
13321 * install-sh: Add support for -x option.
13322
13323 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
13324
13325 * configure.in, Makefile.in: Treat tix like itcl.
13326
13327 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
13328
13329 * Makefile.in (WINDRES): New variable.
13330 (WINDRES_FOR_TARGET): New variable.
13331 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
13332 (EXTRA_HOST_FLAGS): Add WINDRES.
13333 (EXTRA_TARGET_FLAGS): Add WINDRES.
13334 (EXTRA_GCC_FLAGS): Add WINDRES.
13335 ($(DO_X)): Pass down WINDRES.
13336 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
13337 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
13338 DLLTOOL_FOR_TARGET.
13339
13340 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
13341
13342 * configure.in: configure sim before gdb for win32-x-ppc
13343
13344 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13345
13346 Move gperf into the toplevel, from libg++.
13347 * configure.in (target_tools): Add target-gperf.
13348 (native_only): Add target-gperf.
13349 * Makefile.in (all-target-gperf): New target, depend on
13350 all-target-libg++.
13351 (configure-target-gperf): Empty rule.
13352 (ALL_TARGET_MODULES): Add all-target-gperf.
13353 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
13354 (CHECK_TARGET_MODULES): Add check-target-gperf.
13355 (INSTALL_TARGET_MODULES): Add install-target-gperf.
13356 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
13357
13358 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
13359
13360 * config.sub (mn10200): Recognize new basic machine.
13361
13362 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13363
13364 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
13365 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
13366
13367 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13368
13369 * configure.in: If we're building mips-sgi-irix6* native, turn on
13370 ENABLE_MULTILIB and set TARGET_SUBDIR.
13371
13372 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
13373
13374 * Makefile.in (all-sn): Depend on all-grep.
13375
13376 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
13377
13378 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
13379
13380 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
13381 Makefile. From Jeff Makey <jeff@cts.com>.
13382 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
13383
13384 * Makefile.in (DISTBISONFILES): Remove.
13385 (taz): Don't futz with DISTBISONFILES. Change BISON to use
13386 $(DEFAULT_YACC).
13387
13388 * configure.in: Build itl, db, sn, etc., when building for native
13389 cygwin32.
13390
13391 * Makefile.in (LD): New variable.
13392 (EXTRA_HOST_FLAGS): Pass down LD.
13393 ($(DO_X)): Likewise.
13394
13395 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
13396
13397 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
13398
13399 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
13400
13401 * configure.in (targargs): Strip out any supplied --build argument
13402 before adding our own. Always add --build.
13403
13404 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
13405
13406 * configure.in (targargs): Pass --build if we're doing
13407 a cross-compile.
13408
13409 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
13410
13411 * configure: Use '|' instead of ":" as the separator in
13412 sed. Otherwise sed chokes on NT path names with drive
13413 designators. Also look for "?:*" as the leading characters in an
13414 absolute pathname.
13415
13416 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
13417
13418 * config.sub: Support for r3900.
13419
13420 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
13421
13422 * configure.in: Use install-sh, not install.sh.
13423
13424 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
13425
13426 * Makefile.in (taz): Improve check for BISON so it doesn't try to
13427 apply it twice.
13428
13429 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
13430
13431 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
13432 install-binutils.
13433
13434 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
13435
13436 * Makefile.in: Add automake targets.
13437 * configure.in (host_tools): Add automake.
13438
13439 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
13440
13441 * configure: Default CXX to c++, not gcc.
13442 * Makefile.in (CXX): Set to c++, not gcc.
13443 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
13444
13445 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
13446
13447 * install-sh: try appending a .exe if source file doesn't
13448 exist
13449
13450 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
13451
13452 * configure.in: Turn on multilib by default.
13453 (cross_only): Remove target-libiberty.
13454
13455 * Makefile.in (all-gcc): Don't depend on libiberty.
13456
13457 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
13458
13459 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
13460
13461 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
13462
13463 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
13464 (DISTBISONFILES): Add ld/Makefile.in
13465
13466 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
13467
13468 * configure.in: if target is cygwin32 but host isn't cygwin32,
13469 don't configure gdb tcl tk expect, not just gdb.
13470
13471 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
13472
13473 * configure.in: Added gnuserv everywhere sn appears.
13474
13475 * Makefile.in (ALL_MODULES): Added all-gnuserv.
13476 (CROSS_CHECK_MODULES): Added check-gnuserv.
13477 (INSTALL_MODULES): Added install-gnuserv.
13478 (CLEAN_MODULES): Added clean-gnuserv.
13479 (all-gnuserv): New target.
13480
13481 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
13482
13483 * config.guess: Fixes for MIPS OpenBSD systems.
13484
13485 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
13486
13487 * Makefile.in (INSTALL_XFORM): Remove.
13488 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
13489
13490 * mkinstalldirs: New file, copied from automake.
13491 * Makefile.in (installdirs): Rename from install-dirs. Use
13492 mkinstalldirs. Change all users.
13493 (DEVO_SUPPORT): Add mkinstalldirs.
13494
13495 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
13496
13497 * install-sh: Rename from install.sh.
13498 * Makefile.in (INSTALL): Change install.sh to install-sh.
13499 (DEVO_SUPPORT): Likewise.
13500
13501 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
13502 Graichen <graichen@rzpd.de>.
13503
13504 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
13505
13506 * config.guess: Recognize OpenBSD systems correctly.
13507
13508 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
13509
13510 * README, Makefile.in (ETC_SUPPORT): Remove references to
13511 cfg-paper*, configure.{texi,man,info*}._
13512
13513 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
13514
13515 * Makefile.in (all.normal): Ensure that gcc is built after all
13516 the x11 - ie gdb - targets.
13517
13518 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
13519
13520 * makefile.vms: Don't run conf-a-gas.
13521
13522 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
13523
13524 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
13525
13526 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
13527
13528 * configure.in: Remove noconfigdirs case since gdb also
13529 configures and builds for tic80-coff.
13530
13531 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
13532
13533 * configure: Set cache_file to config.cache.
13534 * Makefile.in (local-distclean): Remove config.cache.
13535
13536 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
13537
13538 * COPYING: Update FSF address.
13539
13540 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
13541
13542 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
13543 noconfigdirs.
13544
13545 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
13546
13547 * Makefile.in (install-dirs): Don't crash if prefix, and hence
13548 MAKEDIRS, is empty.
13549
13550 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
13551
13552 * config.sub: Tweak mn10300 entry.
13553
13554 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
13555
13556 * configure.in (host_tools): Put sim before gdb, so gdb's
13557 configure.tgt can determine if the simulator was configured.
13558
13559 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
13560
13561 * config.sub: Move BeOS $os case to be with other Cygnus
13562 local cases.
13563
13564 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
13565
13566 * config.sub: Remove misplaced comment that broke Linux.
13567
13568 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
13569
13570 * config.sub: Add BeOS support.
13571
13572 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
13573
13574 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
13575
13576 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
13577
13578 * configure.in (noconfigdirs): Remove tcl and tk from
13579 noconfigdirs for cygwin32 builds.
13580
13581 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
13582
13583 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
13584
13585 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
13586
13587 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
13588 make-all.com, use makefile.vms instead.
13589
13590 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
13591
13592 * config.sub: Accept -lnews*.
13593
13594 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
13595
13596 * configure.in (noconfigdirs): Disable target-newlib,
13597 target-examples and target-libiberty for d30v.
13598
13599 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
13600
13601 * configure.in (noconfigdirs): Enable ld for d30v.
13602
13603 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
13604
13605 * configure.in (tic80-*-*): Build compiler.
13606
13607 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
13608
13609 * configure.in (d30v-*): Remove sim directory from list of
13610 unsupported d30v directories
13611
13612 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
13613
13614 * config.sub, configure.in: Add d30v target cpu.
13615
13616 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
13617
13618 * makefile.vms: New file.
13619 * make-all.com: Remove.
13620
13621 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
13622
13623 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
13624
13625 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
13626
13627 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
13628
13629 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
13630
13631 * Makefile.in (ALL_MODULES): Added all-db.
13632 (CROSS_CHECK_MODULES): Addec check-db.
13633 (INSTALL_MODULES): Added install-db.
13634 (CLEAN_MODULES): Added clean-db.
13635
13636 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
13637
13638 * config.guess: Merge with latest FSF sources.
13639
13640 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
13641
13642 * Makefile.in (ALL_MODULES): Added all-itcl.
13643 (CROSS_CHECK_MODULES): Added check-itcl.
13644 (INSTALL_MODULES): Added install-itcl.
13645 (CLEAN_MODULES): Added clean-itcl.
13646
13647 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
13648
13649 * configure.in: build gdb for mn10200
13650
13651 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
13652
13653 * Makefile.in (all-target-winsup): Depend on all-target-libio.
13654
13655 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
13656
13657 * configure.in (tic80-*-*): Turn off most targets right now.
13658
13659 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
13660
13661 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
13662 rather than the makeinfo program.
13663 (do-info): Depend upon all-texinfo.
13664
13665 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
13666
13667 * configure.in: Remove uses of config/mh-linux.
13668
13669 * config.sub, config.guess: Merge with latest FSF sources.
13670
13671 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
13672
13673 * config.sub (case $basic_machine): Add tic80 entries.
13674
13675 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
13676
13677 * config.sub, config.guess: Merge with latest FSF sources.
13678
13679 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13680
13681 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
13682 * mpw-config.in: Test for NewFolderRecursive.
13683 * mpw-install: Use symbolic name for startup filename.
13684 * mpw-README: Add various additional details.
13685
13686 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
13687
13688 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
13689
13690 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
13691
13692 * configure.in: Do build gcc and the target libraries for
13693 the mn10200.
13694
13695 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
13696
13697 * configure.in: don't avoid building gdb for mn10300 any more
13698 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
13699 instead of single-quoting it.
13700
13701 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
13702
13703 * configure.in: Don't use --with-stabs on IRIX 6.
13704
13705 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
13706
13707 * configure.in (m32r): Build gdb, libg++ now.
13708
13709 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13710
13711 * configure.in (mips*-sgi-irix6*): Remove gdb and related
13712 directories from noconfigdirs.
13713
13714 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
13715
13716 * config.sub (basic_machine): added mips16 configuration
13717
13718 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13719
13720 * config.sub: Handle d10v-unknown.
13721
13722 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
13723
13724 * config.sub: Handle v850-unknown.
13725
13726 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
13727
13728 * Makefile.in: add findutils
13729 * configure.in: add findutils to list of host_tools
13730
13731 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
13732
13733 * config.sub: Handle mn10200 and mn10300.
13734
13735 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13736
13737 * configure.in (d10v-*): Do not build librx.
13738
13739 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
13740
13741 * configure.in (mn10300): Build everything except gdb & libgloss.
13742
13743 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
13744
13745 * config.guess: Patch for Dansk Data Elektronik servers,
13746 from Niels Skou Olsen <nso@dde.dk>.
13747
13748 For ncr, use /bin/uname rather than uname, since GNU uname does not
13749 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
13750
13751 Patch for MIPS R4000 running System V,
13752 from Eric S. Raymond <esr@snark.thyrsus.com>.
13753
13754 Fix thinko for nextstep.
13755
13756 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
13757
13758 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
13759 * config.guess: Guess mips-dec-mach_bsd4.3.
13760
13761 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
13762 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
13763 release numbers.
13764 * config.guess (mips-mips-riscos*): Emit just enough of the
13765 release number.
13766
13767 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
13768 * config.guess (sparc-auspex-sunos*): Added.
13769 (f300-fujitsu-*): Added.
13770
13771 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
13772 * config.guess: Recognize a Tadpole as a sparc.
13773
13774 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
13775
13776 * config.guess: Don't assume that NextStep version is either 2 or
13777 3. NextStep 4 (aka OpenStep 4) has come out now.
13778
13779 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
13780
13781 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
13782 From Rik Faith <faith@cs.unc.edu>.
13783
13784 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
13785
13786 * config.sub: Contributions from bug-gnu-utils to:
13787 Support plain "hppa" (no version given) architecture, reported by
13788 OpenStep.
13789 OpenBSD like NetBSD.
13790 LynxOs is not a hardware supplier.
13791
13792 * config.guess: Contributions from bug-gnu-utils to add support for:
13793 OpenBSD like NetBSD.
13794 Stratus systems.
13795 More Pyramid systems.
13796 i[n>4]86 Intel chips.
13797 M680[n>4]0 Motorola chips.
13798 Use unknown instead of lynx for hardware manufacturer.
13799
13800 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13801
13802 * install.sh (chmodcmd): Set to null if the DST directory already
13803 exists.
13804
13805 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13806
13807 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
13808 not use mt-ppc target Makefile fragment any more.
13809
13810 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
13811
13812 * configure.in (*-*-windows): Exclude everything but those dirs
13813 needed to build windows.
13814
13815 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
13816
13817 * Makefile.in (all-target-winsup): Depend on all-target-librx.
13818
13819 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
13820
13821 * configure.in: Exclude mmalloc from i386-windows.
13822
13823 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
13824
13825 * Undo my previous change.
13826
13827 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
13828
13829 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
13830 unconditionally.
13831 (MAKEOVERRIDES): Define (revert this part of October 18 change).
13832
13833 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
13834
13835 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
13836 host to add it's own flags.
13837
13838 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
13839
13840 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
13841
13842 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
13843
13844 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
13845 (CXX_FOR_TARGET): Likewise.
13846 (GCC_FOR_TARGET): Define.
13847 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
13848 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
13849 CC_FOR_TARGET was specified on the command line.
13850 (MAKEOVERRIDES): Don't define.
13851
13852 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
13853
13854 * configure.in (m32r): Fix spelling of libg++ libs.
13855
13856 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
13857
13858 * config.sub (-apple*): Remove, now redundant.
13859
13860 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
13861
13862 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
13863
13864 * configure: Rework yesterday's sed script patch.
13865
13866 * config.sub: Merge with FSF.
13867
13868 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
13869
13870 * config.guess: Merge from FSF.
13871
13872 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
13873 * config.guess: Use pc instead of unknown, for pc clone systems.
13874 Change linux to linux-gnu.
13875
13876 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
13877 * config.guess: Avoid non-portable tr syntax.
13878
13879 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
13880
13881 * test-build.mk (HOLES): Add "xargs" for gdb.
13882
13883 * configure: Avoid hpux10.20 sed bug.
13884
13885 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
13886
13887 * configure.in: Add support for windows host
13888 (that is a build done under the Microsoft build environment).
13889
13890 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
13891
13892 * Makefile.in: Replace all uses of srcroot with s, to shrink
13893 command line lengths.
13894
13895 Patches from Geoffrey Noer <noer@cygnus.com>:
13896 * configure.in: If configuring for newlib, pass --with-newlib to
13897 subdirectories.
13898 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13899 -Bnewlib/ and -Lwinsup to gcc.
13900 (CXX_FOR_TARGET): Likewise.
13901
13902 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
13903
13904 * Makefile.in (ETC_SUPPORT): Add configure.
13905
13906 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
13907
13908 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
13909 host configuration file.
13910
13911 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
13912
13913 * configure.in: Break mn10x00 support into separate
13914 mn10200 and mn10300 configurations.
13915 * config.sub: Likewise.
13916
13917 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
13918
13919 * configure.in: Add lots of stuff to noconfigdirs for
13920 the mn10x00 targets.
13921
13922 * config.sub, configure.in: Add mn10x00 support.
13923
13924 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
13925
13926 * make-all.com: Call conf-a-gas, not config-a-gas.
13927
13928 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
13929
13930 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13931 targets.
13932
13933 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
13934
13935 * mpw-README: Add much more detail for native PowerMac.
13936 * mpw-install: New file.
13937 * mpw-configure: Add --norecursion and --help options.
13938 * mpw-config.in: Translate readme and install files when
13939 copying to objdir.
13940 * mpw-build.in: Don't always depend on byacc and flex.
13941 (install-only-top): New action.
13942
13943 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
13944
13945 * configure.in: You can now configure GDB for the v850.
13946
13947 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
13948
13949 * configure.in (noconfigdirs): Don't configure any C++ dirs
13950 if targeting D10V.
13951
13952 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
13953
13954 * config.sub: Recognize mips64vr5000.
13955
13956 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
13957
13958 * configure.in: Use a single line for host_tools and native_only.
13959
13960 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
13961
13962 * config.sub, configure.in: Add entries for m32r.
13963
13964 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
13965
13966 * Makefile.in (inet-install): Don't run install-gzip.
13967
13968 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
13969
13970 * configure.in: Don't config lots of things for *-*-windows*.
13971
13972 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
13973
13974 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13975 (host_libs, host_tools): Copy from configure.in.
13976 * mpw-configure: Don't complain about directories not found.
13977
13978 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13979
13980 * configure.in (i[345]86): Recognize i686 for pentium pro.
13981 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13982 file.
13983
13984 * config.guess (i[345]86): Ditto.
13985
13986 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13987
13988 * configure.in (noconfigdirs): Removed gdb for D10V.
13989
13990 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
13991
13992 * configure.in: Remove ld, target-libio, target-libg++, and
13993 target-libstdc++ from noconfigdirs.
13994
13995 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
13996
13997 * configure: Fix three locations where shell scripts were
13998 being run directly rather than with config_shell.
13999
14000 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
14001
14002 * configure.in (v850-*-*): Set up initial $noconfigdirs.
14003 * config.sub (basic_machine): Recognize v850.
14004
14005 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
14006
14007 * mpw-configure: Handle multiple enable/disable options and
14008 pass them down recursively, handle -c and -s flags appropriately
14009 depending on choice of compiler, add escape mechanism for
14010 quoted arguments to gC.
14011
14012 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14013
14014 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
14015 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
14016 so that -mrelocatable-lib and -mno-eabi are used.
14017
14018 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
14019 not support --print-multi-lib, don't abort.
14020
14021 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
14022
14023 * make-all.com: Run config-a-gas.
14024 * setup.com: Don't copy subdirectory files around.
14025
14026 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
14027
14028 * configure.in (*-*-ose): Remove exclusion of libgloss for this
14029 target, it now compiles correctly.
14030
14031 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
14032
14033 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
14034
14035 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14036
14037 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
14038
14039 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14040
14041 * configure.in (native_only): Add prms.
14042
14043 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
14044
14045 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
14046 (BINUTILS_SUPPORT_DIRS): Likewise.
14047
14048 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14049
14050 * configure.in (d10v-*-*): Don't configure ld or gdb until the
14051 d10v support is added.
14052
14053 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14054
14055 * configure.in (d10v-*-*): New target.
14056
14057 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
14058
14059 * config.guess (HP 9000/811): Recognize this as a PA1.1
14060 machine.
14061
14062 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
14063
14064 * Makefile.in (do-tar-gz): New target, split out from tail end of
14065 taz target. Run each command separately, don't use pipes.
14066 (taz): Use it.
14067
14068 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
14069
14070 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
14071 * mpw-build.in: No builds should depend on building byacc or flex,
14072 they are assumed to be installed already.
14073
14074 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14075
14076 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
14077 variable that CC_FOR_TARGET needs.
14078
14079 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14080
14081 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
14082 options have changed since the last time the subdirectory was
14083 configured, and if it has, reconfigure.
14084 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
14085 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
14086
14087 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
14088
14089 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
14090 CLEAN_MODULES): Add bash.
14091 (all-bash): New target.
14092
14093 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
14094
14095 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
14096
14097 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14098
14099 * config.sub (basic_machine): Recognize d10v as a valid processor.
14100
14101 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
14102
14103 * mpw-configure: Add support for --bindir.
14104 * mpw-build.in: Use a GCC-specific build script for GCC actions.
14105
14106 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
14107
14108 * configure.in: add bash, time, gawk to list of hosttools and things
14109 to only build for native toolchains
14110
14111 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
14112
14113 * Makefile.in (docdir): Remove.
14114
14115 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
14116
14117 * Makefile.in (datadir): Set to $(prefix)/share.
14118
14119 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
14120
14121 * configure.in: build diff and patch for cygwin32-hosted
14122 toolchains.
14123
14124 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
14125
14126 * config.sub: Accept -rtems*.
14127
14128 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
14129
14130 * configure.in: enable dosrel for cygwin32-hosted builds,
14131 remove diff from the list of things not buildable
14132 via Canadian Cross
14133
14134 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
14135
14136 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
14137 don't get ". ".
14138
14139 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
14140
14141 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
14142
14143 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
14144
14145 * Makefile.in (taz): Handle case where tex3patch didn't even get
14146 checked out. Also, if it was found, put the symlink in a new util
14147 subdirectory.
14148
14149 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14150
14151 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
14152
14153 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
14154
14155 * config.sub: Recognize -openvms.
14156 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
14157 * make-all.com, setup.com: New files.
14158
14159 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
14160
14161 * Makefile.in (taz): tex3patch moved to texinfo/util.
14162
14163 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
14164
14165 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
14166 * configure.in: remove make from disable-if-Can-Cross list
14167 enable gdb if ${host} and ${target} are cygwin32
14168
14169 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
14170
14171 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
14172 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
14173
14174 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
14175
14176 * config.guess: Combine mips-mips-riscos cases, and use cpp to
14177 distinguish sysv/svr4/bsd variants.
14178 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
14179
14180 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
14181
14182 * configure.in: Added copyright notice.
14183 * move-if-change: Added copyright notice.
14184
14185 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14186
14187 * configure.in (powerpcle-*-solaris*): Until we get shared
14188 libraries working, don't build gdb, sim, make, tcl, tk, or
14189 expect.
14190
14191 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
14192
14193 * config.guess: Merge with FSF:
14194
14195 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
14196 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
14197
14198 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
14199 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
14200
14201 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
14202 * config.guess: Combine two OSF1 rules.
14203 Also recognize field test versions. From mjr@zk3.dec.com.
14204 * config.guess (dgux): Use /usr/bin/uname rather than uname,
14205 because GNU uname does not support -p. From pmr@pajato.com.
14206
14207 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
14208
14209 * Makefile.in (MAKEDIRS): Removed $(tooldir).
14210
14211 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
14212
14213 * mpw-README: Document GCCIncludes.
14214
14215 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
14216
14217 * configure.in (alpha-*-linux*): Set enable_shared to yes.
14218
14219 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
14220
14221 * mpw-configure: Handle --enable-FOO and --disable-FOO.
14222
14223 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
14224
14225 * configure.in (*-*-cygwin32): Configure make.
14226
14227 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
14228
14229 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
14230
14231 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
14232
14233 * Makefile.in (all-inet): Depend on all-perl.
14234
14235 * Makefile.in (inet-install): New target.
14236
14237 * Makefile.in (all-inet): Depend on all-tcl.
14238 (all-inet): Depend on all-send-pr.
14239
14240 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14241
14242 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
14243 temporarily.
14244
14245 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
14246
14247 * configure.in: Don't configure --with-gnu-ld on AIX.
14248
14249 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
14250
14251 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
14252
14253 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
14254
14255 * Makefile.in (ALL_MODULES): Added all-inet.
14256 (CROSS_CHECK_MODULES): Added check-inet.
14257 (INSTALL_MODULES): Added install-inet.
14258 (CLEAN_MODULES): Added clean-inet.
14259 (all-indent): New target.
14260
14261 * configure.in (host_tools): Added inet.
14262 (native_only): Added inet.
14263 (noconfigdirs): Added inet.
14264
14265 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
14266
14267 * configure.in: Don't configure libgloss if we are not configuring
14268 newlib.
14269
14270 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
14271
14272 * configure.in: Don't configure libgloss for unsupported
14273 architectures.
14274
14275 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14276
14277 * Makefile.in (CLEAN_MODULES): Add clean-apache.
14278
14279 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
14280
14281 * Makefile.in (ALL_MODULES): Include all-apache.
14282 (CROSS_CHECK_MODULES): Include check-apache.
14283 (INSTALL_MODULES): Include install-apache.
14284 (all-apache): New target.
14285
14286 * configure.in: Added apache everywhere perl is seen.
14287
14288 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14289
14290 * Makefile.in: Add support for clean-{module} and
14291 clean-target-{module} rules.
14292
14293 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
14294
14295 * configure.in (*-*-ose) do not build libgloss.
14296
14297 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14298
14299 * config.guess (prep*:SunOS:5.*:*): Turn into
14300 powerpele-unknown-solaris2.
14301
14302 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
14303
14304 * configure.in: Permit --enable-shared to specify a list of
14305 directories.
14306
14307 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14308
14309 * configure.in (host==solaris): Pass only the first word of $CC
14310 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
14311
14312 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14313
14314 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
14315
14316 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
14317
14318 * Makefile.in (ALL_MODULES): Include all-perl.
14319 (CROSS_CHECK_MODULES): Include check-perl.
14320 (INSTALL_MODULES): Include install-perl.
14321 (ALL_X11_MODULES): Include all-guile.
14322 (CHECK_X11_MODULES): Include check-guile.
14323 (INSTALL_X11_MODULES): Include install-guile.
14324 (all-perl): New target.
14325 (all-guile): New target.
14326
14327 * configure.in (host_tools): Include perl and guile.
14328 (native_only): Include perl and guile.
14329 (noconfigdirs): Don't build guile and perl; no ports have been
14330 done.
14331
14332 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
14333
14334 * configure (--enable-*): Handle quoted option lists such as
14335 --enable-sim-cflags='-g0 -O' better.
14336
14337 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14338
14339 * Makefile.in ({,inst}all-target): New rule so we can make and
14340 install all of the target directories easily.
14341
14342 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14343
14344 * configure.in: Add missing global flag in sed substitution when
14345 deleting `target-' from ${configdirs}.
14346
14347 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
14348
14349 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
14350 option.
14351
14352 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
14353 config/mh-necv4.
14354
14355 * install.sh: Correct misspelling of transformbasename.
14356
14357 * config.guess: Recognize mips-*-sysv*.
14358
14359 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
14360
14361 * config.sub: Recognize mon960.
14362
14363 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
14364
14365 * configure: Restore Canadian Cross handling of BISON and LEX,
14366 removed in Feb 20 change.
14367
14368 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
14369
14370 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
14371 Mention make install. Remove the old copyright date as well the
14372 clumsy and rather pointless copyright on the README file.
14373
14374 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
14375
14376 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
14377 Makefile after running symlink-tree, then run `make distclean' to
14378 avoid clobbering any generated files in srcdir.
14379
14380 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
14381
14382 * configure.in (m68k-*-netbsd*): Build everything now.
14383
14384 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
14385
14386 * Makefile.in (taz): Fix quoting.
14387
14388 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
14389
14390 * configure.in (sparclet-*-*): Build everything now.
14391
14392 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14393
14394 * configure.in (m68k-*-linux*): New host.
14395
14396 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
14397
14398 * configure: Check for bison before byacc.
14399
14400 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
14401
14402 * Makefile.in configure: Change the way LEX and BISON/YACC are
14403 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
14404 searching PATH. These are used as fallbacks by Makefile.in if
14405 flex/bison/byacc aren't in objdir.
14406
14407 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
14408
14409 * Makefile.in: Make everything which depends upon all-bfd also
14410 depend upon all-opcodes, in case --with-commonbfdlib is used.
14411
14412 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14413
14414 * configure.in (host *-*-cygwin32): Don't build gdb if we are
14415 building NT native compilers on Unix.
14416
14417 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
14418
14419 * configure.in: Don't get CC from the host Makefile fragment if we
14420 can find gcc in PATH, or if this is a Canadian Cross. Move the
14421 Solaris test for /usr/ucb/cc to the post target script, just after
14422 the compiler sanity test.
14423
14424 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
14425
14426 * config.sub: Merge with FSF.
14427
14428 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
14429
14430 * Makefile.in (RPATH_ENVVAR): New variable.
14431 (REALLY_SET_LIB_PATH): Use it.
14432 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
14433
14434 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
14435
14436 * config.sub, configure.in: Recognize sparclet cpu.
14437
14438 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
14439
14440 * config.guess: Support m68k-cbm-sysv4.
14441
14442 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14443
14444 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
14445 m68k-unknown-linuxaout from linker help string. Put quotes around
14446 $ld_help_string.
14447
14448 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
14449
14450 * config.guess (powerpc-harris-powerunix): Add guess for port
14451 to new target.
14452
14453 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14454
14455 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
14456
14457 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
14458
14459 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
14460 $(REALLY_SET_LIB_PATH) in Makefile.
14461 * Makefile.in (SET_LIB_PATH): New variable.
14462 (REALLY_SET_LIB_PATH): New variable.
14463 ($(DO_X)): Use $(SET_LIB_PATH).
14464 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
14465 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
14466 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
14467 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
14468 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
14469 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
14470 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
14471 (install-dosrel): Likewise.
14472 (all-opcodes): Depend upon all-libiberty.
14473
14474 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
14475
14476 * config.guess (*:CYGWIN*): New
14477
14478 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14479
14480 * Makefile.in (all-target-winsup): All all-target-libiberty.
14481
14482 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14483
14484 * configure.in (noconfigdirs): Add missing # in front of comment.
14485
14486 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
14487
14488 * configure.in: add second pass to things added to noconfigdirs
14489 so *-gm-magic can exclude libgloss properly.
14490
14491 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
14492
14493 * mpw-configure (extralibs_name, rez_name): Set correctly
14494 for MWC68K compiler.
14495
14496 * mpw-README: Add more info on the necessary build tools.
14497
14498 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
14499
14500 * configure.in, config.sub: Recognize cygwin32.
14501
14502 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
14503
14504 * config.guess, config.sub: Recognize A/UX.
14505
14506 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
14507
14508 * config.sub: Merge with gcc/config.sub.
14509
14510 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
14511
14512 * mpw-build.in (do-binutils): Add build of stamps.
14513
14514 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
14515
14516 * config.sub: Add recognition for mips64vr4100*-* targets.
14517
14518 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14519
14520 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
14521 Add creation of gconfigargs with `--enable-shared' turned on.
14522 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
14523 ($(host)-stamp-stage3-configured): Likewise.
14524 (HOLES): Add chatr and ldd.
14525 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
14526
14527 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
14528
14529 * configure: Pass --nfp to recursive configures.
14530
14531 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
14532
14533 * Makefile.in (DLLTOOL): New.
14534 (DLLTOOL_FOR_TARGET): New.
14535 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
14536 (EXTRA_TARGET_FLAGS): Ditto.
14537 (EXTRA_GCC_FLAGS): Ditto.
14538 (CONFIGURE_TARGET_MODULES): Ditto.
14539 (DO_X): Ditto.
14540 * configure: Add DLLTOOL.
14541
14542 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
14543
14544 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
14545 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
14546 mh-sco, since old workarounds no longer needed, and don't
14547 build ld, since libraries have weak symbols in COFF.
14548
14549 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
14550
14551 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
14552
14553 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
14554
14555 * configure.in: Make sure that ${CC} can be used to compile an
14556 executable.
14557
14558 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
14559
14560 * Makefile.in (all-gdb): Depend on $(GDB_TK).
14561 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
14562 nothing depending on whether gdbtk is being built.
14563
14564 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
14565
14566 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
14567
14568 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
14569
14570 * configure.in (noconfigdirs): Put ld or gas in this early, if the
14571 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
14572
14573 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
14574
14575 * config-ml.in: Add support for
14576 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
14577 Simplify setting of multidirs from --disable-foo.
14578
14579 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14580
14581 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
14582 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
14583 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
14584 non-empty, pass them on to the GCC make.
14585 (all-bootstrap): New rule that is like all-gcc, except it executes
14586 the GCC bootstrap rule instead of the GCC all rule.
14587
14588 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
14589
14590 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
14591
14592 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14593
14594 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
14595 DG/UX support.
14596
14597 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
14598
14599 * config.sub (i*86*) Change [345] to [3456]
14600
14601 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14602
14603 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
14604 --with-gnu-ld=no.
14605
14606 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14607
14608 * config-ml.in (rs6000*, powerpc*): Add switches to control which
14609 AIX multilibs get built.
14610
14611 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14612
14613 * configure.in (i386-win32): Don't build expect if we're not
14614 building the tcl subdir.
14615
14616 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
14617
14618 * Makefile.in: (configure-target-examples, all-target-examples):
14619 New targets, configure and build example programs.
14620
14621 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
14622
14623 * mpw-configure: If an mpw-config.in generated a file mk.sed,
14624 use it as input to sedit the generated MPW makefile.
14625 * mpw-README: Add a suggestion about Gestalt.h.
14626
14627 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
14628
14629 * config.sub: Accept *-*-ieee*.
14630
14631 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
14632
14633 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
14634 Ronald F. Guilmette <rfg@monkeys.com>.
14635
14636 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14637
14638 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
14639 for powerpc-pe native.
14640 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
14641 (target==powerpc-pe): duplicate i386-win32 entry.
14642
14643 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14644
14645 * configure.in (noconfigdirs): Exclude target-newlib for all versions
14646 of vxworks, not just vxworks5.1.
14647
14648 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
14649
14650 * mpw-configure: Add support for exec-prefix.
14651
14652 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14653
14654 * config.guess: Recognize HP model 816 machines as having
14655 a PA1.1 processor.
14656
14657 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
14658
14659 * configure: Ignore new autoconf configure options.
14660
14661 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
14662
14663 * config.guess: Recognize Pentium under SCO.
14664 From Robert Lipe <robertl@arnet.com>.
14665
14666 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14667
14668 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
14669
14670 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
14671
14672 * configure.in: Don't configure gas for alpha-dec-osf*.
14673
14674 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
14675
14676 * configure.in: Default to --with-stabs for some targets for which
14677 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
14678 i[345]86*-*-unixware*.
14679
14680 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
14681
14682 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
14683 rather than basing it on the target. Simplify handling of options
14684 controlling which directories to configure. Remove extraneous
14685 slash in multi-clean target.
14686
14687 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
14688
14689 * config-ml.in: Prefix more variables with ml_ so they don't collide
14690 with configure's.
14691
14692 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
14693
14694 * configure: Don't turn -v into --v.
14695
14696 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
14697
14698 * configure.in (targargs): Fix typo.
14699
14700 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
14701
14702 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
14703
14704 * configure.in: Strip --host and --target options from
14705 CONFIG_ARGUMENTS, and always configure for --host only. Add
14706 --with-cross-host option when building with a cross-compiler.
14707 * configure: Canonicalize the arguments put into config.status by
14708 always using `=' for an option with an argument. Pass a presumed
14709 --host or --target explicitly.
14710
14711 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
14712
14713 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
14714 into general OS recognition case.
14715
14716 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14717
14718 * configure.in (target_configdirs): add target-winsup only
14719 for win32 target systems.
14720
14721 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
14722
14723 * Makefile.in (all-target-libgloss): Depend upon
14724 configure-target-newlib, since when libgloss is built it looks to
14725 see if the newlib directory exists.
14726
14727 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
14728
14729 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
14730 cfg-ml-*.in.
14731
14732 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
14733
14734 * configure: Handle LD and LD_FOR_TARGET when configuring a
14735 Canadian Cross.
14736
14737 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14738
14739 * configure.in (target_libs): add target-winsup.
14740 (target==i386-win32): add patch diff flex make to $noconfigdirs.
14741 (target==ppcle-pe): remove ld from $noconfigdirs.
14742
14743 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
14744
14745 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
14746 Preserve relative path names in $srcdir. Build symlink tree if
14747 configuring cross target dir and srcdir=. (= no VPATH support).
14748 (configure-target-libg++): Depend on configure-target-librx.
14749 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
14750 * config-ml.in: New file.
14751 * symlink-tree: New file.
14752 * configure: Ensure srcdir="." if that's what it is.
14753
14754 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
14755
14756 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
14757 includes and FLEX_SKELETON setting.
14758 * mpw-configure (--with-gnu-ld): New option, controls whether
14759 to use PPCLink or ld with PowerMac GCC.
14760 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
14761 * mpw-config.in: Configure grez if targeting Mac.
14762
14763 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
14764 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
14765 just macos.
14766 * configure.in: Configure grez resource compiler if targeting Mac.
14767 * Makefile.in (all-grez, install-grez): New targets.
14768
14769 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
14770
14771 * configure: CXX defaults to gcc, not g++. If we find
14772 gcc in the path, set CC to gcc -O2.
14773
14774 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
14775
14776 * configure: Default ${build} correctly. Avoid picking up extra
14777 spaces when reading CC and CXX from Makefile. When doing a
14778 Canadian Cross, use plausible default values for numerous
14779 variables.
14780 * configure.in: When doing a Canadian Cross, don't try to
14781 configure tools whose configure script can't handle it.
14782
14783 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14784
14785 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
14786
14787 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
14788
14789 * configure: Remove dubious bug reporting address.
14790
14791 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
14792
14793 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
14794 configure script, run that instead of this directory's configure.
14795 In either case, print a message that we're configuring the sub-dir.
14796
14797 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
14798
14799 * configure.in: Before checking for the existence of various files,
14800 use sed to filter out "target-".
14801
14802 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
14803
14804 * Makefile.in (DO_X): Split rule to decrease command line length
14805 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
14806 (Philippe De Muyter).
14807
14808 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14809
14810 * Makefile.in (all-patch): depend on all-libiberty.
14811
14812 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
14813
14814 * configure.in: If the only directory in target_configdirs which
14815 actually exists is libiberty, then set target_configdirs to empty,
14816 to avoid trying to build a target libiberty in a gas or gdb
14817 distribution.
14818
14819 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
14820
14821 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
14822 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
14823 systems.
14824
14825 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14826
14827 * configure.in (copy_dirs): Use sys-include instead of include
14828 for --with-headers option.
14829
14830 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
14831
14832 * Makefile.in, configure.in: Make winsup builds work with
14833 new scheme.
14834
14835 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
14836
14837 * configure.in: Build the linker on AIX.
14838
14839 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
14840
14841 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
14842 where needed.
14843
14844 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
14845
14846 * Makefile.in (all-gcc): Fix typo.
14847
14848 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
14849
14850 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
14851
14852 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
14853
14854 * configure.in: Rename libFOO to target-libFOO, and xiberty
14855 to target-xiberty, to provide more flexibility.
14856 (target_subdir): Define. Create if cross.
14857 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
14858 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
14859 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
14860 check-libFOO -> check-target-libFOO, etc.
14861 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
14862 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
14863 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
14864 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
14865 allow ALL_GCC="" to only configure.
14866 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
14867 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
14868 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
14869
14870 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
14871
14872 * Makefile.in (taz): Build "info" in etc explicitly.
14873
14874 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
14875
14876 * configure.in: Make sure that CC is undefined (as opposed to
14877 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
14878 problem with autoconf trying to configure on a host without GCC.
14879
14880 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
14881
14882 * mpw-configure: Set host alias from choice of host compiler,
14883 only use generic MPW Makefile sed if present, edit a file
14884 named "hacked_Makefile.in" instead of "Makefile.in" if present.
14885 * mpw-README: Add problem notes about CW6 and CW7.
14886
14887 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
14888
14889 * Makefile.in (taz): Use ";" instead of ";;".
14890
14891 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14892
14893 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
14894 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14895 DISTDOCDIRS.
14896 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
14897 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
14898
14899 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
14900
14901 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
14902 and gnats, because they are now subsumed by DISTSTUFFDIRS.
14903 Move bfd to DISTSTUFFDIRS.
14904
14905 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14906
14907 * Makefile.in (X11_LIB): Removed.
14908 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14909
14910 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14911
14912 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14913
14914 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14915 names.
14916
14917 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14918
14919 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14920
14921 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
14922
14923 * configure.in (i[345]86-*-win32): Always build newlib.
14924 Don't configure cvs, autoconf or texinfo.
14925 * Makefile.in (LD_FOR_TARGET): New.
14926 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14927 Pass down LD_FOR_TARGET.
14928
14929 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
14930
14931 * winsup: New directory.
14932 * Makefile.in: Build winsup.
14933 * configure.in: Winsup is configured when target is win32.
14934 Can only build win32 target GDB when native.
14935
14936 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
14937
14938 * config.guess: Recognize HP model 819 machines as having
14939 a PA 1.1 processor.
14940
14941 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
14942
14943 * configure: Fix sed loop which substitutes for CC and CXX to
14944 avoid bug found in various sed implementations.
14945
14946 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14947
14948 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14949 simulator. Use standard powerpc-*-eabi*.
14950
14951 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
14952
14953 * configure.in: Stop putting gas and binutils in noconfigdirs for
14954 powerpc-*-aix* and rs6000-*-*.
14955
14956 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
14957
14958 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14959 -mcall-aixdesc libraries.
14960
14961 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
14962
14963 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14964
14965 * config.sub (arm | armel | armeb): Fix shell syntax.
14966
14967 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14968
14969 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14970 -msoft-float and -mcpu=common support.
14971 (powerpc*-*-eabisim*): Add support for building -mcall-aix
14972 libraries.
14973
14974 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14975
14976 * configure.in: Allow configuration and build of emacs19 for the alpha.
14977
14978 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14979
14980 * configure.in (CC): Get ^CC, not just any old CC, from
14981 ${host_makefile_frag}.
14982
14983 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14984
14985 * configure.in (CC): Try to get CC from
14986 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14987
14988 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14989
14990 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14991 only if it exists in $(srcdir).
14992
14993 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
14994
14995 * configure: If CC and CXX are not set in the environment, set
14996 them, based on either an existing Makefile or on searching for gcc
14997 in PATH. Substitute for CC and CXX in Makefile.
14998 * configure.in: Remove libm from target_libs. Separate
14999 target_configdirs from configdirs. If CC is not set in
15000 environment, try to get it from a host Makefile fragment. Rewrite
15001 changes of configdirs to use skipdirs instead. A few minor
15002 tweaks. Take directories out of target_configdirs as they are
15003 taken out of configdirs. Remove existing Makefile files from
15004 subdirectories. Substitute for TARGET_CONFIGDIRS and
15005 CONFIG_ARGUMENTS in Makefile.
15006 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
15007 by configure.in.
15008 (CONFIG_ARGUMENTS): Likewise.
15009 (CONFIGURE_TARGET_MODULES): New variable.
15010 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
15011 ($(CONFIGURE_TARGET_MODULES)): New target.
15012 (configure-libg++, configure-libio): New targets.
15013 (all-libg++): Depend upon configure-libg++.
15014 (all-libio): Depend upon configure-libio.
15015 (configure-libgloss, all-libgloss): New targets.
15016 (configure-libstdc++): New target.
15017 (all-libstdc++): Depend upon configure-libstdc++.
15018 (configure-librx, all-librx): New targets.
15019 (configure-newlib): New target.
15020 (all-newlib): Depend upon configure-newlib
15021 (configure-xiberty): New target.
15022 (all-xiberty): Depend upon configure-xiberty.
15023
15024 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15025
15026 * configure.in (host i[345]86-*-win32): Expand the
15027 noconfigdirs again.
15028
15029 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
15030
15031 * mpw-configure: Fix sed command file name.
15032
15033 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
15034
15035 * configure.in (host i[345]86-*-win32): Reduce the
15036 noconfigdirs again.
15037
15038 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
15039
15040 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
15041 or powerpc*-*-pe*, since they are not yet supported.
15042
15043 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
15044
15045 Add PowerMac support and many other enhancements.
15046 * mpw-configure: New option --cc to select compiler to use,
15047 paste options set according to --cc into the generated
15048 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
15049 if mpw-make.sed is present.
15050 * mpw-config.in: Don't test for gC1, test for mpw-touch,
15051 add forward includes for PowerPC include files.
15052 * mpw-build.in: Build using Makefile.PPC if present.
15053 (do-byacc, etc): Remove separate version resource builds.
15054 (do-gas): Build "stamps" before "all".
15055 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
15056 * mpw-README: Update to reflect --cc option, PowerMac support,
15057 and recently-reported compatibility problems.
15058
15059 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
15060
15061 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
15062 embedded m68k systems (-aout, -coff, -elf, -vxworks).
15063 (--with-multilib-top): Pass to recursive invocations.
15064
15065 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
15066
15067 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
15068 v810-*-*.
15069
15070 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15071
15072 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
15073 gdb, ld and opcodes on v810-*-*.
15074
15075 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
15076
15077 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
15078 (local-maintainer-clean): New target.
15079 (maintainer-clean): New target.
15080 (realclean): Just depend upon maintainer-clean.
15081
15082 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15083
15084 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
15085
15086 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
15087
15088 * configure.in: Build ld in mips*-*-bsd* case.
15089
15090 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
15091
15092 * config.sub: Accept -lites* OS. From Ian Dall.
15093
15094 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
15095
15096 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
15097 targets.
15098
15099 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15100
15101 * configure.in: treat i386-win32 canadian cross the same as
15102 i386-go32 canadian cross.
15103
15104 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15105
15106 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
15107 running under the simulator to build a reduced set of libraries.
15108 (powerpc-*-eabiaix): Add fine grained multilib support added to
15109 other powerpc targets yesterday.
15110
15111 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15112
15113 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
15114 -disable-softfloat, -disable-relocatable, -disable-aix, and
15115 -disable-sysv to control which multilib libraries get built.
15116
15117 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
15118
15119 * configure: Add Makefile.tem to list of files to remove in trap
15120 handler.
15121
15122 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
15123
15124 * config.guess (*Linux*): Add missing "exit"s.
15125 Also, need specific check for alpha-unknown-linux (uses COFF).
15126
15127 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
15128
15129 * config.guess: Merge with FSF:
15130
15131 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
15132 * config.guess (AIX4): More robust release numbering discovery.
15133
15134 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
15135 * config.guess (i386-sequent-ptx): Properly get version number.
15136
15137 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
15138 * config.guess (mips:*:4*:UMIPS): New case.
15139
15140 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
15141
15142 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
15143 (i386-win32 host): Likewise. Don't build readline.
15144
15145 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
15146
15147 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
15148 SUPPORT_FILES to submakes.
15149
15150 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
15151
15152 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
15153 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
15154 mpw-configure.
15155
15156 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
15157
15158 * configure.in (appdirs): Use =, not ==, in test expression when
15159 trying to build the text to print in the warning message for
15160 Solaris users.
15161
15162 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
15163
15164 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
15165
15166 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15167
15168 * config.guess: Recognize lynx-2.3.
15169
15170 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
15171
15172 * config.sub (z8ksim): Deleted
15173 (z8k-*-coff): New, this is the one true name of the target.
15174
15175 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
15176
15177 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
15178
15179 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
15180
15181 * config.guess (*:Linux:*:*): First try asking the linker what the
15182 default object file format is (elf, aout, or coff). Then if this
15183 fails, try previous methods.
15184
15185 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15186
15187 * configure.in: Don't build newlib for *-*-vxworks5.1.
15188
15189 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15190
15191 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
15192 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
15193
15194 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
15195
15196 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
15197
15198 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
15199
15200 * cfg-ml-com.in: New file.
15201 * cfg-ml-pos.in: New file.
15202
15203 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15204
15205 * COPYING.NEWLIB: Add HP free copyright to list.
15206
15207 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15208
15209 * config.sub: Recognize -eabi* for the system, not just -eabi.
15210
15211 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
15212
15213 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
15214 * config.sub, configure.in (win32): New target and host.
15215
15216 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
15217
15218 * configure.in: Add i386-pe configuration.
15219
15220 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
15221
15222 * mpw-build.in (install): Install GDB after LD.
15223
15224 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
15225
15226 * mpw-config.in (elf/mips.h): Always forward-include, needed
15227 for GDB to build.
15228
15229 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
15230
15231 * testsuite: New directory for customer acceptance and whole tool
15232 chain tests.
15233
15234 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
15235
15236 * configure: If per-host line isn't found, but AC_OUTPUT is found
15237 and a configure script exists, run it instead.
15238
15239 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
15240
15241 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
15242
15243 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
15244
15245 * configure: Set build_{cpu,vendor,os,alias} to host values when
15246 --build isn't specified.
15247
15248 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15249
15250 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
15251 (FLAGS_TO_PASS): Pass them.
15252 (EXTRA_TARGET_FLAGS): Ditto.
15253
15254 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15255
15256 * Makefile.in (all-libg++): Depend on all-libstdc++.
15257
15258 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15259
15260 * configure.in (noconfigdirs): Enable all packages for
15261 i386-unknown-netbsd.
15262
15263 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
15264
15265 * configure.in (noconfigdirs): Don't configure tk for i386-go32
15266 hosted builds (DOS builds)
15267
15268 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
15269
15270 Changes for ARM based on patches from Richard Earnshaw:
15271 * config.sub: Handle armeb and armel.
15272 * configure.in: Omit arm linker only for riscix.
15273
15274 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
15275
15276 * config.guess: Update from FSF.
15277
15278 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
15279
15280 * config.sub: Recognize powerpcle as the little endian variant of
15281 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
15282 powerpcle variant. Convert pentium into i586, not i486. Add p5
15283 alias for i586. Map new x86 variants p6, k5, nexgen into i586
15284 temporarily.
15285
15286 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
15287
15288 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
15289
15290 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
15291
15292 * config.sub: Accept -lites* as a basic system type.
15293
15294 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
15295
15296 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
15297 installed, and if so return linuxoldld as the system name.
15298
15299 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
15300
15301 * config.guess: Add hppa1.1-hp-lites support.
15302
15303 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
15304
15305 * configure.in: Don't build newlib for m68k-vxworks5.1.
15306
15307 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15308
15309 * configure.in (mips-sgi-irix6): Use mh-irix5.
15310
15311 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
15312
15313 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
15314
15315 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15316
15317 * test-build.mk: Enable building of shared libraries on IRIX 5 and
15318 OSF/1. Fix compiler flags.
15319 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
15320
15321 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
15322
15323 * configure.in: Recognize --with-newlib.
15324 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
15325
15326 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15327
15328 * Makefile.in: move {all,check,install}-gdb from *_MODULES
15329 to *_X11_MODULES due to gdbtk needing X include files et al.
15330
15331 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
15332
15333 Merge in support for Mac MPW as a host.
15334 (Old change descriptions retained for informational value.)
15335
15336 * mpw-config.in: Add generic include forwards for cpu-specific
15337 include files in aout and elf directories.
15338
15339 * mpw-configure: Added copyright.
15340 * mpw-config.in: Check for presence of required build tools.
15341 (target_libs): Add newlib.
15342 (target_tools): Add examples.
15343 (Read Me): Generate as "Read Me for MPW" instead.
15344 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
15345 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
15346 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
15347
15348 * mpw-configure: Remove subdir-specific makefile hackery,
15349 delete mk.tmp after using it.
15350
15351 * mpw-build.in (all): Display start and end times.
15352
15353 * mpw-configure (host_canonical): Set.
15354 (target_cpu): Always add to makefiles.
15355 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
15356 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
15357 (mpw-mh-mpw): Look for in srcdir and srcroot.
15358 Use sed instead of mpw-edit-prefix to edit prefix definitions.
15359
15360 * mpw-build.in: (install-only): New target.
15361
15362 * mpw-configure (host_alias, target_alias): Rename from hostalias
15363 and targetalias, add into generated Makefile.
15364 (mk.tmp): If present, add into generated Makefile.
15365 * mpw-build.in (all-gas): Build config.h first before gas proper.
15366
15367 * mpw-configure (config.status): Write only if changed.
15368 * mpw-config.in (readline): Configure it (not built, just used for
15369 definitions).
15370
15371 * mpw-config.in (elf/mips.h): Add a forward include.
15372
15373 * mpw-config.in: Forward-include most .h files in include into
15374 extra-include.
15375 (readline): Don't build.
15376 mpw-build.in (install): Install GDB.
15377
15378 * mpw-configure (prefix, mpw_prefix): Handle it.
15379 * mpw-config.in (mmalloc, readline): Don't configure.
15380 * mpw-build.in (thisscript): Rename to ThisScript.
15381 Use mpw-build instead of BuildProgram everywhere.
15382 (mmalloc, readline): Don't build.
15383 * mpw-README: New file, basic documentation about the MPW port.
15384
15385 * mpw-config.in: Use forward-include to create include files.
15386
15387 * mpw-configure: Add more things to the top of each configured
15388 Makefile, including contents of config/mpw-mh-mpw.
15389 * mpw-config.in (extra-include): Create this directory and fill it
15390 with Posix-like include files when configuring.
15391
15392 * config.sub (apple, mac, mpw): Add various aliases.
15393
15394 * mpw-build.in: New file, top-level build script fragment for MPW.
15395 * mpw-configure: New file, configure script for MPW.
15396 * mpw-config.in: New file, config fragment for MPW.
15397
15398 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15399
15400 * configure.in (host_libs): Remove glob, since it is gone from the
15401 sources.
15402
15403 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15404
15405 * Makefile.in: define empty GDB_NLM_DEPS var.
15406
15407 * configure.in(target_makefile_frag): use config/mt-netware
15408 for netware targets.
15409
15410 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
15411
15412 * config.sub: Merge in recent FSF changes. Remove linux special
15413 cases.
15414
15415 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15416
15417 Revert this change:
15418
15419 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15420
15421 * build-all.mk: Use CC=cc -Xs on Solaris.
15422
15423 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15424
15425 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
15426 stop using it.
15427 * Makefile.in: Nuke all references to glob subdirectory.
15428
15429 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15430
15431 * configure.in: Fix --enable-shared logic in per-host.
15432
15433 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
15434
15435 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
15436
15437 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15438
15439 * configure.in (noconfigdirs): Don't build gas on AIX, for
15440 powerpc*-*-aix* as well as for rs6000*-*-aix*.
15441
15442 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
15443
15444 * configure: Fix --cache-file to work if the file argument is a
15445 relative path.
15446
15447 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
15448
15449 * configure: If the --cache-file is used, pass it down to
15450 configure in subdirectories.
15451
15452 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
15453
15454 * config.sub: add vxworks29k configuration.
15455
15456 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
15457
15458 * Makefile.in (taz): Do "diststuff" part quietly.
15459
15460 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
15461
15462 * config.sub: Mini-merge with gcc/config.sub.
15463
15464 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15465
15466 * config.guess (IRIX): Sed - to _.
15467
15468 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15469
15470 * Makefile.in (source-vault, binary-vault): New targets.
15471
15472 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
15473
15474 * config.sub: Recognize -eabi as a basic system type.
15475
15476 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15477
15478 * configure.in (enable_shared stuff): Fix typo.
15479
15480 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
15481
15482 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
15483
15484 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15485
15486 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
15487
15488 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
15489
15490 * configure.in (rs6000-*-*): Don't build gas.
15491
15492 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
15493
15494 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
15495 reduce command line length.
15496 (AS_FOR_TARGET): Check for as.new, not Makefile.
15497 (NM_FOR_TARGET): Check for nm.new, not Makefile.
15498
15499 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
15500
15501 * config.guess: Merge from FSF.
15502
15503 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15504
15505 * configure: Don't use $ when handling program_suffix.
15506
15507 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
15508
15509 * configure.in: Configure tk for hppa/hpux.
15510
15511 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
15512
15513 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
15514
15515 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
15516
15517 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
15518 to LIBCXXFLAGS. Tests are better run without it.
15519
15520 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
15521
15522 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
15523
15524 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
15525
15526 * configure.in (*-*-netware*): Don't configure xiberty.
15527
15528 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
15529
15530 * configure.in: Remove tk from native_only list.
15531
15532 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
15533
15534 * build-all.mk: Add mips-ncd-elf target to sun4 targets
15535 for special NCD build.
15536
15537 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15538
15539 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
15540 makeall.bat, they're only useful for binutils snapshots.
15541 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
15542 makeall.bat to specified SUPPORT_FILES.
15543
15544 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
15545
15546 * build-all.mk: Add Ericsson targets to sun4 and solaris
15547 hosts. Add BNR's sun4 target to solaris host, so their
15548 build-from-source will be tested in-house first.
15549
15550 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15551
15552 * Makefile.in (LIBCFLAGS): New variable.
15553 (CFLAGS_FOR_TARGET): Ditto.
15554 (LIBCFLAGS_FOR_TARGET): Ditto.
15555 (LIBCXXFLAGS): Ditto.
15556 (CXXFLAGS_FOR_TARGET): Ditto.
15557 (LIBCXXFLAGS_FOR_TARGET): Ditto.
15558 (BASE_FLAGS_TO_PASS): Pass them.
15559 (EXTRA_TARGET_FLAGS): Ditto.
15560
15561 * configure.in: Support --enable-shared.
15562
15563 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
15564
15565 * configure.in (target_libs): Include libstdc++ again.
15566 * config.guess: Update from FSF (for FreeBSD).
15567
15568 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15569
15570 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
15571 makeall.bat.
15572 (DISTDOCDIRS): Add `etc'.
15573 (ETC_SUPPORT_PFX): New variable.
15574 (taz): Include anything from etc starting with a word in
15575 ETC_SUPPORT_PFX.
15576
15577 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15578
15579 * config.sub: Update for recent FSF changes. Remove obsolete
15580 h8300hds entry. Add -windows* and -osx as basic os. Minor
15581 spacing changes.
15582
15583 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
15584
15585 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
15586
15587 * config.guess: Merge with FSF.
15588 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
15589
15590 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15591
15592 * configure: Since the "trap 0" handler will override the exit
15593 status on many systems, only use it for "exit 1", and make it set
15594 a non-zero exit status; reset it before "exit 0". Also, check
15595 exit status of config.sub, and error out if it failed.
15596
15597 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
15598
15599 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
15600 and install libgloss.
15601
15602 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15603
15604 * Makefile.in (all-binutils): Depend upon all-byacc.
15605
15606 * configure.in: Don't build emacs on Irix 5.
15607
15608 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15609
15610 * configure.in (*-*-netware*): Add libio.
15611
15612 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15613
15614 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
15615 (CHECK_TARGET_MODULES): Ditto.
15616 (INSTALL_TARGET_MODULES): Ditto.
15617 (TARGET_LIBS): Ditto.
15618 (all-libstdc++): Note dependencies.
15619
15620 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15621
15622 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
15623
15624 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15625
15626 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
15627 -fexternal-templates.
15628
15629 * configure.in (target_libs): Add libstdc++.
15630 (noconfigdirs): Add libstdc++ as appropriate.
15631
15632 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15633
15634 * config.guess: Update from FSF.
15635
15636 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15637
15638 * configure: Use ${config_shell} when running ${configsub}.
15639
15640 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
15641
15642 * config.sub: No longer recognize h8300h.
15643
15644 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15645
15646 * config.sub: Remove extraneous differences between config.sub and
15647 gcc/config.sub.
15648
15649 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15650
15651 * Makefile.in (DISTSTUFFDIRS): Add gas.
15652
15653 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
15654
15655 * COPYING.NEWLIB: New file.
15656
15657 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
15658
15659 * config.guess (HP-UX): Patch from Harlan Stenn
15660 <harlan@landmark.com> to also emit release level.
15661
15662 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15663
15664 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
15665
15666 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
15667
15668 * config.sub: Merge nextstep cleanup from FSF.
15669
15670 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15671
15672 * configure.in (arm-*-*): Don't configure ld for this target.
15673
15674 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15675
15676 * configure.in (*-*-netware): don't configure libg++, libio,
15677 librx, or newlib.
15678
15679 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15680
15681 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
15682 configure ld--it works, but it doesn't support shared libraries.
15683
15684 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
15685
15686 * config.guess (*-unknown-freebsd*): Get rid of possible
15687 trailing "(Release)" in version string.
15688 Patch from Paul Richards <paul@isl.cf.ac.uk>.
15689
15690 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
15691
15692 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
15693 Fix type: *-next-neststep -> *-next-nextstep.
15694
15695 * config.guess: Merge from FSF:
15696
15697 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
15698
15699 * config.guess: Recognize powerpc-ibm-aix3.2.5.
15700
15701 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
15702
15703 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
15704 instead of UNIX_SV for UnixWare 1.0).
15705
15706 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
15707
15708 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
15709 to make gdb/nlm/* build after the compiler and linker.
15710
15711 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
15712
15713 * config.guess (netbsd, freebsd, linux): Accept any machine,
15714 not just i[34]86.
15715 (m68k-atari-sysv4): Relocate to match FSF version.
15716
15717 * config.guess: More merges from the FSF:
15718
15719 Add a space before function call or macro invocation.
15720
15721 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15722
15723 * config.guess: Add trap cmd to remove dummy.c and dummy when
15724 interrupted.
15725
15726 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15727
15728 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
15729 (dummy): Redirect stderr from compilation of dummy.c.
15730
15731 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
15732
15733 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
15734
15735 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
15736
15737 * configure: Accept and ignore --cache*, for compatibility with
15738 new autoconf.
15739
15740 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
15741
15742 * config.guess: Merge from FSF:
15743
15744 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
15745
15746 * config.guess (Pyramid*:OSx*:*:*): New case.
15747 (PATH): Add /.attbin at end for finding uname.
15748 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
15749
15750 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
15751
15752 * config.guess (M88*:DolphinOS:*:*): New case.
15753
15754 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
15755
15756 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
15757 to select whether to use ELF or COFF.
15758
15759 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
15760
15761 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
15762
15763 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
15764
15765 * config.guess: Guess the OS version for HPUX.
15766
15767 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
15768
15769 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
15770
15771 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15772
15773 * configure.in: Recognize --with-headers, --with-libs, and
15774 --without-newlib.
15775 * Makefile.in (all-xiberty): Depend upon all-ld.
15776
15777 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15778
15779 * configure.in: Change i[34]86 to i[345]86.
15780
15781 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15782
15783 * configure (version): A few more tweaks to help message.
15784
15785 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
15786
15787 * Makefile.in: Remove (for now) librx as a host library,
15788 now that we're building it for target.
15789
15790 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15791
15792 * configure: Fix up help message; from karl@owl.hq.ileaf.com
15793 (Karl Berry).
15794
15795 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
15796
15797 * configure.in: Also configure librx.
15798
15799 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
15800
15801 * Makefile.in: Update various rules to reflect that librx
15802 is now needed for libg++.
15803
15804 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15805
15806 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
15807
15808 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
15809
15810 * configure.in: Configure the examples directory.
15811
15812 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15813
15814 * configure: Simplify Jun 2 1994 change.
15815
15816 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15817
15818 * change CC to /usr/latest/bin/gcc for lynx host builds, since
15819 /bin/gcc isn't good enough to build gcc.
15820
15821 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
15822
15823 * Makefile.in (GDB_SUPPORT_FILES): Remove
15824 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
15825 (gdb.tar.gz): Add new rule to use standard distribution building
15826 mechanism.
15827
15828 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15829
15830 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
15831 Bill Cox <bill@cygnus.com>.
15832
15833 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
15834
15835 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
15836
15837 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
15838
15839 * configure: Search current dir first in .gdbinit.
15840
15841 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
15842
15843 * config.sub: Recognize freebsd (merged from gcc config.sub).
15844
15845 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
15846
15847 * config.sub: Refer to NeXT's operating system as nextstep.
15848
15849 * config.sub (case $basic_machine): Re-order the cases, to match
15850 the order in the FSF version (which is mostly alphabethical).
15851 Merge in some additions and changes from the FSF.
15852
15853 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
15854
15855 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
15856 * config.sub: Recognize cxux7.
15857 * configure.in: Use mh-cxux for m88k-harris-cxux*.
15858
15859 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15860
15861 * config.sub: Fix typo powerpc -> powerpc-*.
15862
15863 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
15864
15865 * Makefile.in: `all-emacs19' depends on `all-byacc'.
15866
15867 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
15868 parallel with all-emacs and install-emacs). Top-level command
15869 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
15870
15871 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15872
15873 * test-build.mk ($(host)-stamp-stage2-installed): Remove
15874 $(relbindir)/make before doing ``make install'', and use
15875 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
15876 installing over running make binary.
15877 ($(host)-stamp-stage3-installed): Likewise.
15878
15879 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15880
15881 * config.guess: Recognize Mach.
15882
15883 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15884
15885 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
15886 see whether --exec-prefix was used.
15887
15888 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15889
15890 * README: Explicitly mention libg++/README. (Zoo's idea.)
15891
15892 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15893
15894 * Makefile.in: Add all-librx target similar to all-libproc.
15895
15896 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
15897
15898 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
15899 with post 1.2 uname bogosity.
15900
15901 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15902
15903 * configure: Remove temporary files on receipt of a signal.
15904
15905 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
15906
15907 * configure: If there is a package_makefile_frag, remove
15908 ${subdir}/Makefile.tem after copying it in.
15909
15910 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15911
15912 * build_all.mk: support rs6000 lynx identifies itself as
15913 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
15914 since /bin/gcc is too feeble to compile a modern gcc.
15915
15916 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15917
15918 * brought devo/test-build.mk update-to-date with progressive/
15919 test-build.mk. Add lynx targets and hppa flag info.
15920
15921 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15922
15923 * configure.in: Use mh-ncrsvr43. Patch from
15924 Tom McConnell <tmcconne@sedona.intel.com>.
15925
15926 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
15927
15928 * config.guess (i386-unknown-bsdi): No longer need to
15929 check #if defined(__bsdi__) && defined(__i386__).
15930
15931 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15932
15933 * configure: Set program_transform_nameoption correctly.
15934
15935 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15936
15937 * brought build-all.mk update-to-date with progressive build-all.mk,
15938 added new targets and hppa info.
15939
15940 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15941
15942 * configure: If config.guess result is a prefix of the user
15943 specified target, assume a native build and use the user specified
15944 target as the host alias. Remove SunOS patch suffix removal hack.
15945 * configure.in: Remove SunOS patch suffix removal hack.
15946
15947 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15948 in NATIVE_CHECK_MODULES.
15949
15950 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
15951
15952 * Makefile.in: Rename HOST_ONLY to NATIVE.
15953 * configure: Delete SunOs patch suffix from host_canonical
15954 and build_canonical variables that are prepended to Makefiles.
15955 * configure.in: Add comments for easier maintenance.
15956
15957 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15958
15959 * Makefile.in: Add all-libproc target similar to all-gui.
15960
15961 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
15962
15963 * Makefile.in (CHECK_MODULES): split into
15964 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15965
15966 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
15967
15968 * config.guess (i386-unknown-bsdi): New system to guess.
15969
15970 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15971
15972 * Makefile.in: Add all-gui target (but not yet build by "all").
15973
15974 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
15975
15976 * config.sub: Move deletion of patch suffix from here...
15977 * configure.in: To here, at Ian's suggestion. The top-
15978 level scripts might need to know of a patch level.
15979
15980 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
15981
15982 * config.sub: Strip off patch suffix so rtl is recognized
15983 as a sunos4.1.3 machine, even though it's been patched.
15984
15985 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
15986
15987 * Makefile.in (INSTALL_LAST): Delete.
15988 (INSTALL_DOSREL): New.
15989
15990 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15991
15992 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15993 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15994 whether we pass down --with-gnu-ld anyhow.
15995
15996 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
15997
15998 * Makefile.in (INSTALL_LAST): Change operation so it works
15999 on more flavors of make.
16000 * configure.in (go32): Don't build libg++ or libio.
16001
16002 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
16003
16004 * Makefile.in (Move HOST_PREFIX_1 and friends up so
16005 they can be overriden by templates.
16006
16007 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
16008
16009 * configure.in (target==go32): Don't build gdb.
16010 * dosrel: New directory.
16011
16012 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
16013
16014 * configure.in (host==go32): Configure dosrel too.
16015 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
16016 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
16017 be set by incoming names or templates.
16018 (INSTALL_LAST): New rule.
16019
16020 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
16021
16022 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
16023
16024 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16025
16026 * configure.in (appdirs): New variable. Currently empty, but will
16027 be used in gas distribution. If nonempty, lists a set of
16028 directories at least one of which must get configured, or top
16029 level configuration is considered to have failed.
16030 (rs6000-*-lynxos*): Use new file name.
16031
16032 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16033
16034 Eliminate XTRAFLAGS.
16035 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
16036 newlib include files using -idirafter, and also use -nostdinc.
16037 (CXX_FOR_TARGET): Likewise.
16038 (XTRAFLAGS): Removed.
16039 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
16040 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
16041 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
16042 ($(DO_X)): Don't pass down XTRAFLAGS.
16043
16044 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16045
16046 * configure.in (mips*-dec-bsd*): New target; do build linker.
16047 (mips*-*-bsd*): New target; don't build linker.
16048
16049 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16050
16051 * configure.in: support rs6000-*-lynxos* configuration.
16052 support sunos4 as a cross target.
16053
16054 * config.sub: look for lynx*, not lynx since the OS version may
16055 legitimately be part of the name.
16056
16057 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16058
16059 * configure.in (i[34]86-*-sco*): Move to be with other i386
16060 targets.
16061 (romp-*-*): New target. Skip various binary utilities.
16062 (vax-*-*): New target. Don't build newlib.
16063 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
16064
16065 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16066
16067 * configure.in: Only set host_makefile_frag if config
16068 directory exists.
16069
16070 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16071
16072 * install.sh: If $dstdir exists, don't check whether each
16073 component does.
16074
16075 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16076
16077 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
16078
16079 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
16080
16081 * configure.in (*-*-lynxos*): Don't configure newlib for either
16082 native or cross Lynx.
16083
16084 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
16085
16086 * config.sub (sparc64-elf): Fix os.
16087 (z8k): Remove duplicate.
16088
16089 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16090
16091 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
16092 gcc/stmp-fixproto, to try to prevent fixproto from being run.
16093
16094 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
16095
16096 * configure: Make file links cleanly even if Lynx fails on
16097 an NFS symlink (at least fail cleanly).
16098
16099 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
16100
16101 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
16102 -XNh2000.
16103
16104 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16105
16106 * configure: Unknown options are fatal again.
16107
16108 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
16109
16110 * configure: Ignore --x-includes and --x-libraries, for Autoconf
16111 compatibility.
16112
16113 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
16114
16115 * build-all.mk: Add `clean' target.
16116
16117 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16118
16119 * config.guess: Add SINIX support.
16120 * configure.in: Add mips-*-sysv4* support.
16121
16122 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
16123
16124 * build-all.mk: Document all useful targets.
16125 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
16126 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
16127
16128 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16129
16130 * configure: Support --silent, --quiet.
16131
16132 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16133
16134 * configure: Support --disable-FEATURE.
16135
16136 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16137
16138 * config.guess: Recognize NCR running SVR4.3.
16139
16140 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
16141
16142 * config.guess: Make BSDI generate i386-unknown-bsd386.
16143 Patch from Paul Eggert <eggert@twinsun.com>.
16144
16145 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16146
16147 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
16148
16149 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16150
16151 * configure: Make unrecognized options give nonfatal warnings
16152 instead of fatal errors, and pass them to any subdirectory
16153 configures in case they recognize them.
16154 Make --x equivalent to --with-x.
16155
16156 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16157
16158 * configure: Add --enable-* options. Clean up usage message and
16159 some comments.
16160
16161 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
16162
16163 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
16164
16165 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16166
16167 * configure.in (hppa*-*-*): Enable binutils.
16168
16169 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16170
16171 * config.sub: Recognize cisco.
16172
16173 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
16174
16175 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
16176
16177 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16178
16179 * config.guess: about target *-hitachi-hiuxwe2, don't print more
16180 than one configuration name. Add comment.
16181
16182 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
16183
16184 * config.guess: about target *-hitachi-hiuxwe2, fixed
16185 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
16186 macro is incorrect.]
16187
16188 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16189
16190 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
16191 than the "make ls" stuff which used to be here.
16192
16193 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
16194
16195 * config.guess: Recognize i[34]86-unknown-freebsd.
16196 From Shawn M Carey <smcarey@rodan.syr.edu>.
16197
16198 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
16199
16200 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
16201
16202 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
16203
16204 * config.guess: Check for ptx.
16205
16206 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
16207
16208 * config.sub: Add os9k checking.
16209
16210 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16211
16212 * config.guess: Handle OSF1 running on HPPA processors
16213
16214 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
16215
16216 * configure: If subdir configure fails, print out a message with
16217 subdirectory name, in case subdir's configure code didn't identify
16218 itself.
16219
16220 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
16221
16222 * configure.in: Remove embedded newlines from configdirs.
16223 Avoid mismatches of substrings. Fix matching strings at end
16224 of configdirs.
16225
16226 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
16227
16228 * config.guess: Add Lynx/rs6000 config support.
16229
16230 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
16231
16232 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
16233
16234 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
16235
16236 * configure.in (hppa*-*-osf*): Treat this just like most other
16237 PA configurations (eg no binutils or ld).
16238 (hppa*-*-*elf*): These configurations have binutils and ld.
16239
16240 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16241
16242 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
16243
16244 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16245
16246 * configure.in (rs6000-*-*): Build gas.
16247
16248 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16249
16250 * Makefile.in: Avoid bug in losing hpux sed.
16251
16252 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16253
16254 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
16255 for GDB and GDB has been fixed to not need it.
16256
16257 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16258
16259 * config.guess: Recognize vax hosts.
16260
16261 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16262
16263 * configure (while loop): Don't use "break 2" inside case
16264 statement -- the case statement isn't an enclosing loop.
16265
16266 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
16267
16268 * config.guess: Clean up NeXT support, to allow nextstep
16269 on Intel machines. Make OS be nextstep.
16270
16271 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
16272
16273 * config.guess: Add alternate forms for Convex.
16274
16275 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
16276
16277 * configure: Completely rewrite option processing. Take
16278 advantage of pattern-matching to avoid invoking test frequently.
16279 Also clean up host and target defaulting logic.
16280
16281 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16282
16283 * Makefile.in: Replace all occurrances of "rootme" with "r" and
16284 "$${rootme}" with "$$r", to increase the likelihood that the do-*
16285 commands (plus user environment) will fit SCO limits.
16286
16287 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16288
16289 * configure.in: Don't issue warnings about directories which are
16290 not being configured if -norecursion is set. Correct test for
16291 --with-gnu-as and --with-gnu-ld to not get confused by substring
16292 matches.
16293
16294 * configure.in: Don't build gas for alpha-dec-osf1*.
16295
16296 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
16297
16298 * configure: Back out Per's change of 12/19/1993. It changes the
16299 behavior of configure in unexpected and confusing ways.
16300
16301 Also, use different delim char when calculating
16302 program_transform_name so that the name can contain slashes.
16303
16304 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
16305
16306 * configure.in, config.sub: Add support for VSTa micro-kernel.
16307
16308 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
16309
16310 * configure.in: Nuke hacks which were used to get a special
16311 version of GAS for HPPA configurations.
16312
16313 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
16314
16315 * configure: If only ${target_alias} is given, use that
16316 as the default for ${host_alias}.
16317 * configure: Add missing back-slashes before nested quotes.
16318
16319 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16320
16321 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
16322
16323 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
16324
16325 * config.guess: Recognize some Tektronix configurations.
16326 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
16327
16328 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16329
16330 * config.sub: Match any flavor of SH.
16331
16332 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
16333
16334 * configure.in: Don't try to configure newlib for Alpha.
16335
16336 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16337
16338 * configure.in: Don't build ld for Irix 5. Don't build gas,
16339 libg++ or libio for any Alpha target.
16340
16341 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
16342
16343 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
16344
16345 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
16346 default arguments -- so it tried to compress itself.
16347
16348 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16349
16350 * configure.in (notsupp): ensure that a space is always at the end
16351 of the configdirs list, since the grep checks for an explicit space
16352
16353 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16354
16355 * configure.in (target i386-sysv4.2): don't build ld, since static
16356 versions of many libraries are not available.
16357
16358 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16359
16360 * config.guess: Recognize Apollos (using environment variables).
16361 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
16362
16363 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16364
16365 * config.guess: Recognize Sony news mips running newsos.
16366
16367 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
16368
16369 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
16370 "fi ; else" for bash.
16371
16372 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
16373
16374 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
16375
16376 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
16377
16378 * config.sub: accept unixware as an alias for svr4.2.
16379 Fix some inconsistancies with the gcc version.
16380
16381 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16382
16383 * Makefile.in (DISTDOCDIRS): Add gdb.
16384
16385 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
16386
16387 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
16388
16389 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16390
16391 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
16392 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
16393 this now.
16394
16395 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16396
16397 * config.sub: Accept hiux* as an OS name.
16398
16399 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
16400 etc/make-stds.texi. The underscore came from gcc, and dje now
16401 agrees that RUNTESTFLAGS is the correct name.
16402
16403 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
16404
16405 * install.sh: Remove 'set -e'. It makes any conditionals
16406 in the script useless.
16407
16408 * config.guess: Automatically recognize arm-acorn-riscix
16409 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
16410
16411 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
16412
16413 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
16414
16415 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16416
16417 * Makefile.in (DISTDOCDIRS): New variable.
16418 (taz): Edit local Makefile.in sooner, instead of proto-toplev
16419 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
16420
16421 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16422
16423 * configure.in (hppa target): check the source directory for the
16424 pagas sub-directory
16425
16426 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
16427
16428 * config.sub: Allow -aout* and -elf*.
16429
16430 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16431
16432 * configure.in: Don't build ld on i386-solaris2, same as for
16433 sparc-solaris2.
16434
16435 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
16436
16437 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
16438
16439 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16440
16441 * configure.in: Configure gdb for alpha.
16442
16443 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16444
16445 * Makefile.in (CXXFLAGS): Add -O.
16446
16447 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16448
16449 * config.guess: added support for DG Aviion
16450
16451 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16452
16453 * configure.in: Produce warning message for subdirectories not
16454 configurable for this host/target combination. Don't try to
16455 configure gdb for vms.
16456
16457 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16458
16459 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
16460 appropriate files before making "diststuff".
16461 (DISTBISONFILES): New var: list of files to be edited.
16462 (DISTSTUFFDIRS): Add binutils.
16463
16464 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16465
16466 * config.sub: also handle mipsel and mips64el (for little endian mips)
16467
16468 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16469
16470 * configure.in: Add * to end of all OS names.
16471
16472 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
16473
16474 * configure.in: Build newlib for LynxOS native.
16475
16476 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16477
16478 * config.guess: Add support for delta 88k running SVR3.
16479
16480 * configure.in: Add comment about HP compiler vs. emacs.
16481
16482 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16483
16484 * configure.in: don't build ld on solaris2 (not a viable option
16485 due to bugs in getpwnam & getpwuid)
16486
16487 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16488
16489 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
16490 config.guess will produce a full version number.
16491
16492 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16493
16494 * configure.in: Build linker and binutils for alpha-dec-osf1.
16495
16496 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16497
16498 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
16499 and gdb/testsuite/Makefile.in.
16500
16501 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16502
16503 * configure.in: recognize mips*- instead of mips-
16504
16505 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
16506
16507 * config.sub: Accept linux*coff and linux*elf as operating
16508 systems.
16509
16510 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16511
16512 * config.sub: Recognize mips64, and mips3 as an alias for it.
16513
16514 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16515
16516 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
16517 gdb knows how to handle OSF/1 shared libraries.
16518
16519 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16520
16521 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
16522 * config.guess: Recognize Hitachi's HIUX.
16523 * config.sub: Recognize h3050r* and hppahitachi.
16524 Remove redundant cases for hp9k[23]*.
16525
16526 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16527
16528 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
16529 if gas and ld are in the source tree and are in ${configdirs}.
16530 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
16531 --with options (but still pass them down on the command line,
16532 if they were explicitly specified).
16533
16534 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16535
16536 * configure: substitute SHELL value in Makefile.in with
16537 ${CONFIG_SHELL}
16538
16539 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16540
16541 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
16542 *-*-solaris2* targets.
16543
16544 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16545
16546 * Makefile.in: define M4, and pass it down to sub-makes;
16547 all-autoconf now depends on all-m4
16548
16549 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16550
16551 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
16552 presence of {ar,ranlib} instead of a configured directory
16553
16554 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
16555
16556 * config.guess: Accept 34?? as well as 33?? for NCR.
16557
16558 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16559
16560 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
16561 of 'gas' in sed commands, since 'gash' is now in the tree as well.
16562
16563 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16564
16565 * configure: grab values for $(CC) and $(CXX) from the
16566 environment, so that someone can do "CC=gcc configure; make" and
16567 have it work right (matching the way that autoconf works now)
16568
16569 * configure.in, Makefile.in: add support for gash, the tcl
16570 interface to Galaxy
16571
16572 * config.guess: add NetBSD variants (hp300, x86)
16573
16574 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
16575
16576 * install.sh: Support -d option (in the manner of SunOS 4 install,
16577 as it is more deterministic than that of GNU install)
16578 (chmodcmd): Set file to mode 755 by default (should also do default
16579 chgrp and chown, but I don't feel like dealing with that now)
16580
16581 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
16582
16583 * config.sub: Remove h8300hhms alias.
16584
16585 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16586
16587 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
16588
16589 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16590
16591 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
16592 as stmp-fixinc
16593
16594 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16595
16596 * config.sub: recognize m88110-bug-coff.
16597
16598 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16599
16600 * Makefile.in (all-libio): all dependencies on the toolchain used
16601 to build this (gcc, gas, ld, etc)
16602
16603 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16604
16605 * config.guess: Deal with OSF/1 1.3 on alpha.
16606
16607 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16608
16609 * install.sh: add some 'else true' clauses for portability
16610
16611 * configure.in: don't build libio for h8[35]00-*-* targets
16612
16613 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
16614
16615 * Makefile.in: Add support for new libio.
16616
16617 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16618
16619 * install.sh: If one command fails, don't try the rest. Don't try
16620 to remove $dsttmp (via trap) unless we have already created it.
16621 If $src doesn't exist, detect it and exit with an error.
16622
16623 * config.guess: Recognize BSD on hp300.
16624
16625 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
16626
16627 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
16628 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
16629
16630 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
16631
16632 * Makefile.in (all-send-pr): depends on all-prms
16633
16634 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16635
16636 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
16637
16638 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16639
16640 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
16641 Added test for mips-mips-riscos5.
16642
16643 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16644
16645 * configure.in: use mh-hp300 for 68k HP hosts
16646
16647 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16648
16649 * configure: add support for CONFIG_SHELL, so that you can use
16650 some alternate shell for evaluating configure scripts
16651
16652 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
16653
16654 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
16655 in configure script to bug-gdb@prep.ai.mit.edu when building
16656 distribution archive.
16657 * Makefile.in (COMPRESS): Remove def.
16658 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
16659 gdb.tar.Z and make-gdb.tar.Z respectively.
16660 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
16661 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
16662 to convergence with 'taz' target in Makefile.in.
16663
16664 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16665
16666 * install.sh (dsttmp): use trap to ensure that tmp files go
16667 away on error conditions
16668
16669 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16670
16671 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
16672
16673 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16674
16675 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
16676 its parent is '/' not ''.
16677
16678 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
16679
16680 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
16681
16682 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
16683 that ${newsrcdir}/configure.in does.
16684
16685 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16686
16687 * test-build.mk: support for CONFIG_SHELL
16688
16689 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
16690
16691 * config.sub (netware): Add as a basic system type.
16692
16693 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16694
16695 * Makefile.in (Makefile): depend on configure.in. Also drop the
16696 $(srcdir)/ from the dependency on Makefile.in.
16697
16698 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
16699
16700 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
16701 (h8300hhms is temporary until multi-libraries are implemented).
16702 * configure.in: Handle h8300h too.
16703
16704 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16705
16706 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
16707
16708 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
16709
16710 * configure: Remove extraneous output when guessing host type.
16711 * config.guess: Remove extraneous output when guessing using C
16712 compiler rather than uname, or when guessing fails.
16713
16714 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
16715
16716 * Makefile.in: remove all.cross and install.cross targets
16717
16718 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
16719 definitions
16720
16721 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
16722
16723 * configure.in (target sh): Build gprof.
16724
16725 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16726
16727 * config.sub: change -solaris to -solaris2
16728
16729 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16730
16731 * configure.in: Use config/mh-riscos for mips-*-sysv*.
16732
16733 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
16734
16735 * configure: Correct error message for missing Makefile.in to
16736 print correct directory.
16737
16738 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16739
16740 * install.sh: kludge around 386BSD shell bug
16741
16742 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
16743
16744 * config.guess: Recognize NeXT.
16745 * config.guess: Recognize i486-ncr-sysv4.
16746 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
16747
16748 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
16749
16750 * Makefile.in (MAKEINFOFLAGS): New variable.
16751 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
16752 * build-all.mk, test-build.mk: Pass down --no-split as
16753 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
16754
16755 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
16756
16757 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
16758
16759 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
16760
16761 * Makefile.in (libg++.tar.z): New rule.
16762 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
16763 * Makefile.in (taz): Only do a single chmod.
16764
16765 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
16766
16767 * install.sh: don't use dirname anymore (replaced with sed usage)
16768
16769 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
16770
16771 * Makefile.in: Change extension for gzip'd files from '.z' to
16772 '.gz' per new FSF standard usage.
16773
16774 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
16775
16776 * configure: put quotes around the final value of program_transform_name
16777
16778 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16779
16780 * Makefile.in: new install.sh support; update install-info rules
16781
16782 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
16783
16784 * configure.in: Build diff for crosses, but not for go32 host.
16785
16786 * configure.in: Build gprof only for native, and don't build it
16787 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
16788
16789 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
16790
16791 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
16792
16793 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16794
16795 * configure.in (host_tools): Add prms.
16796
16797 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16798
16799 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
16800 with $(FLAGS_TO_PASS) on the command line
16801
16802 * config.sub: Recognize lynx and lynxos
16803
16804 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
16805
16806 * config.sub: Accept -ecoff*, not just -ecoff.
16807
16808 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16809
16810 * Makefile.in (taz): Use .gz suffix instead of .z.
16811 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
16812 names.
16813
16814 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16815
16816 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
16817
16818 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16819
16820 * Makefile.in (install-no-fixedincludes): install gcc last, so
16821 that rebuilds that might happen during 'make install' don't get
16822 bogus gcc include files
16823
16824 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16825
16826 Change from Utah for HPPA support:
16827 * config.guess: Recognize hppa1.x-hp-bsd.
16828
16829 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
16830
16831 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
16832 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
16833
16834 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
16835
16836 * config.sub: Add support for rom68k and bug boot monitors.
16837
16838 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
16839
16840 * Makefile.in: Make all-opcodes depend on all-bfd.
16841
16842 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
16843
16844 * config.guess: Added special check for i[34]86-univel-sysv4*.
16845
16846 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
16847
16848 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
16849 the processor rather than assuming i486.
16850
16851 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16852
16853 * config.guess: Recognize SunOS6 as Solaris3.
16854
16855 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
16856
16857 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
16858 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
16859
16860 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
16861
16862 * build-all.mk (all-cross): New target for Canadian Cross.
16863 Added Q2 go32 targets.
16864 * test-build.mk: Configure go32 cross sparclite-aout and
16865 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
16866 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
16867
16868 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16869
16870 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
16871 GO32 hosted toolchains
16872
16873 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
16874
16875 * configure: change so "-exec-prefix" gets passed down rather
16876 than "-exec_prefix" so autoconf generated Makefiles get the
16877 exec_prefix set right.
16878
16879 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16880
16881 * config.guess: get the Solaris2 minor version number
16882
16883 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
16884
16885 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16886
16887 * config.guess: Recognize some Sequent platforms.
16888
16889 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16890
16891 * Makefile.in: added the vault-install target
16892
16893 * configure.in: actually use the Sun3 makefile fragment that's in
16894 config, also added the release dir to configdirs
16895
16896 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16897
16898 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16899
16900 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16901
16902 * configure.in: remove some program from Alpha targetted toolchains
16903
16904 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
16905
16906 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
16907 gprof.
16908 (taz): Run "make diststuff" in those directories instead of "make
16909 proto-dir". Look for "VERSION=" only at start of line in subdir
16910 Makefile. Use "gzip -9" for compression.
16911 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16912 (binutils.tar.z): New target.
16913
16914 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16915
16916 * Makefile.in (taz): Include gpl.texinfo.
16917
16918 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16919
16920 * Makefile.in (setup-dirs): Merged into "taz" target.
16921 (taz): Only do `proto-dir' stuff if a directory is actually needed
16922 for this target.
16923
16924 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
16925
16926 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16927 (FLAGS_TO_PASS): Pass down MUNCH_NM.
16928 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16929 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16930 (gcc-no-fixedincludes): Correct for current gcc Makefile.
16931
16932 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
16933
16934 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
16935 config.sub, and move-if-change to gdb testsuite distribution
16936 archive, so the testsuite can be extracted, configured, and
16937 run separately from the gdb distribution. Blow away the Chill
16938 tests that require a Chill compiled executable, since GNU Chill
16939 is not yet publically available.
16940
16941 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16942
16943 * test-build.mk: set environment variables in a single command,
16944 instead of a list of assignments and exports
16945
16946 * config.guess: recognize Alpha/OSF1 systems
16947
16948 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16949
16950 * configure: Change help message to prefer --options rather than
16951 -options.
16952
16953 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16954
16955 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16956 zippy@ecst.csuchico.edu.
16957 * config.guess: Recognize miniframe.
16958
16959 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
16960
16961 * Makefile.in: Use srcroot to find runtest rather than rootme.
16962 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16963
16964 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
16965
16966 * test-build.mk: Extensive additions to support building on a
16967 machine other than the host.
16968
16969 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16970
16971 * configure (tooldir): Fix for i386-aix again.
16972
16973 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
16974
16975 * configure, Makefile.in: Change definition of $(tooldir)
16976 to match the FSF.
16977
16978 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
16979
16980 * config.guess: Recognize i[34]86/SVR4.
16981
16982 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16983
16984 * Makefile.in (all-gdb): gdb depends on sim.
16985
16986 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
16987
16988 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
16989 at the same time we make the prototype gdb directory.
16990 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
16991 files at the same time as the gdb base release distribution.
16992
16993 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
16994
16995 * Makefile.in (check): Use individual check targets rather than
16996 DO_X rule.
16997 (check-gcc): Added.
16998
16999 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
17000
17001 * config.sub: Use sysv3.2 not sysv32 for canonical OS
17002 for System V release 3.2.
17003
17004 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17005
17006 * config.sub: Recognize hppaosf.
17007 * configure.in: Do configure ld/binutils/gas for it.
17008
17009 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17010
17011 * configure (tooldir): Alter syntax used to set this, for systems
17012 where "\$" isn't handled right, like i386-aix.
17013
17014 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
17015
17016 * configure: Pass program-transform-name, not
17017 program_transform_name, to recursive configures.
17018
17019 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
17020
17021 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
17022 of gas+ld+binutils.
17023
17024 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
17025
17026 * config.guess: Recognize AIX3.2 as distinct from 3.1.
17027
17028 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17029
17030 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
17031
17032 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17033
17034 * Makefile.in (PRMS): Set back to all-prms.
17035
17036 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
17037
17038 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
17039 targets, rather than for MIPS hosts.
17040
17041 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17042
17043 * configure.in: add comment for --with-x default values
17044
17045 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
17046
17047 * Makefile.in: add check-* targets for each of the directories in
17048 the tree. Add a definition of RUNTEST that will use the one we
17049 just built, if it exists. Pass this down via FLAGS_TO_PASS.
17050
17051 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
17052
17053 * configure.in: Removed obsolete references to bfd_target and
17054 target_makefile_frag.
17055
17056 * build-all.mk: Set assorted targets for Q2.
17057 * config.sub: Recognize z8k-sim and h8300-hms.
17058 * test-build.mk: Really don't pass host to configure.
17059 (HOLES): Added uname.
17060
17061 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
17062
17063 * configure: Handle an empty program-prefix, program-suffix or
17064 program-transform-name correctly.
17065
17066 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
17067
17068 * build-all.mk: -G 8 no longer required for MIPS targets.
17069 * test-build.mk: Don't pass host argument to configure; make it
17070 guess.
17071
17072 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
17073
17074 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
17075 * Makefile.in (COMPRESS): New macro, like GZIP.
17076
17077 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
17078
17079 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
17080
17081 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
17082 with gas currently defaults to -G 0.
17083
17084 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
17085
17086 * Makefile.in (all-flex): flex depends on byacc.
17087
17088 * build-all.mk: If host not specified, use config.guess. Pass TAG
17089 to test-build.mk as RELEASE_TAG.
17090 * test-build.mk (configargs): New variable containing arguments to
17091 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
17092 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
17093
17094 * config.guess: Use /bin/uname when checking -X argument on SCO,
17095 to avoid invoking GNU uname which doesn't understand -X.
17096
17097 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
17098
17099 * configure.in: Build gas for mips-*-*.
17100
17101 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17102
17103 * Makefile.in (all.normal): insert missing backslash.
17104
17105 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
17106
17107 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
17108
17109 * Makefile.in: Complete overhaul to merge many almost identical
17110 targets.
17111
17112 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17113
17114 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
17115 (gdb.tar.Z): Adjusted.
17116
17117 * Makefile.in (setup-dirs, taz): New targets; should be general
17118 enough to adapt for gdb sometime. Build only .z file.
17119 (gas.tar.z): New target.
17120
17121 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
17122
17123 * build-all.mk: Use CC=cc -Xs on Solaris.
17124
17125 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
17126
17127 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
17128 for handling BISON for FSF releases.
17129
17130 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17131
17132 * configure: Actually implement the change zoo just documented.
17133
17134 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
17135
17136 * configure: when using config.guess, only set target_alias when
17137 it's not already been set (ie, on the command line)
17138
17139 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17140
17141 * Makefile.in: add installcheck target, set PRMS to install-prms
17142
17143 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17144
17145 * configure: add support for package_makefile_fragment, handle the
17146 case where a directory has a configure.in file but no Makefile.in
17147 more gracefully (with an actual understandable error message, even);
17148 add support for --without (and add this to the usage message); also
17149 explicitly add a --host=${host_alias} to the command line when
17150 config.guess is used
17151
17152 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17153
17154 * configure: Must use both --host and --target in recursive calls.
17155
17156 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
17157
17158 * Makefile.in: Change deja-gnu to dejagnu.
17159
17160 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
17161
17162 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
17163
17164 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17165
17166 * configure.in: canonicalize all instances to *-*-solaris2*,
17167 also strip out a number of tools to not build for go32 host
17168
17169 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17170
17171 * config.guess: add GPL.
17172
17173 * Makefile.in, config.guess, config.sub, configure: bump
17174 copyrights to 93.
17175
17176 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
17177
17178 * Makefile.in (do-info): Removed obsolete check for existence of
17179 localenv file.
17180
17181 * Makefile.in (MAKEOVERRIDES): Define to be empty.
17182
17183 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17184
17185 * Makefile.in: a couple of 'else true' for decstation,
17186 support for TclX
17187
17188 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
17189
17190 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
17191
17192 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
17193
17194 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
17195
17196 * config.guess: Recognize i386-ibm-aix (PS/2).
17197 * configure.in: Use config/mh-aix386 file for it.
17198
17199 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
17200
17201 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
17202 CC_FOR_TARGET instead.
17203 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
17204
17205 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
17206
17207 * Makefile.in: Add sim to list of directories sent with gdb
17208
17209 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
17210
17211 * configure.in: Put back mips-dec-bsd* case.
17212
17213 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
17214
17215 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
17216 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
17217 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
17218
17219 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17220
17221 * configure.in: remove no-op mips-dec-bsd* in "case $target"
17222
17223 * Makefile.in (dir.info): only run gen-info-dir if it exists,
17224 (install-info): install dir.info only if it exists,
17225 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
17226
17227 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
17228
17229 * configure.in: For vms target, skip bfd, ld, binutils. Do build
17230 gas for mips-dec-bsd.
17231
17232 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
17233
17234 * configure (makesrcdir): If ${srcdir} is relative and not ".",
17235 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
17236
17237 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
17238
17239 * configure.in: Added "dejagnu" to hosttools list.
17240
17241 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
17242
17243 * config.sub, configure.in, config.guess: Add support
17244 for Bosx, an AIX variant from Bull.
17245 Patches from F.Pierresteguy@frcl.bull.fr.
17246
17247 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
17248
17249 * devo/dejagnu: Initial creation of devo/dejagnu.
17250 Migrated dejagnu testcases and support files for testing software
17251 tools to reside as subdirectories, currently called "testsuite",
17252 within the directory of the software tool. Migrated all programs,
17253 support libraries, etc. beloging to dejagnu proper from
17254 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
17255 with no modifications. The changes to these files which will
17256 allow them to configure, build, and execute properly will be made
17257 in a future update.
17258
17259 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17260
17261 * Makefile.in: Change send_pr to send-pr.
17262 * configure.in: Likewise.
17263 * send_pr: Renamed directory to send-pr.
17264
17265 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
17266
17267 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
17268
17269 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
17270
17271 * README: Update for gdb-4.8 release.
17272 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
17273 gdb-xxx.tar.z (gzip'd) file also.
17274
17275 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17276
17277 * Makefile.in: make all-diff depend on all-libiberty
17278
17279 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
17280
17281 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
17282
17283 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17284
17285 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
17286
17287 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
17288
17289 * Makefile.in (DEVO_SUPPORT): Remove etc directory
17290 (ETC_SUPPORT): Only add the files GDB wants from etc/.
17291 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
17292
17293 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17294
17295 * Makefile.in: makeinfo binary is in a new location
17296
17297 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
17298
17299 * config.sub: Accept -ecoff as an OS.
17300
17301 * Makefile.in: Various changes to eliminate a level of make
17302 recursion and reduce the required command line length.
17303 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
17304 sub-makes.
17305 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
17306 variables holding settings for specific sub-makes.
17307 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
17308 in terms of BASE_FLAGS_TO_PASS.
17309 (TARGET_LIBS): New variable listing directories which use
17310 TARGET_FLAGS_TO_PASS.
17311 (subdir_do): Eliminated.
17312 (do-*): New set of targets to replace subdir_do.
17313 (various): All targets which used subdir_do now depend on do-*.
17314 (local-clean): Renamed from do_clean.
17315 (local-distclean): New target, dependency of distclean and
17316 realclean.
17317 (install-info): Don't create directories. Depend on dir.info
17318 rather than calling make recursively.
17319 (install-dir.info): Eliminated.
17320 (install-info-dirs): Create all info directories here.
17321 (dir.info): Depend upon do-install-info.
17322
17323 * test-build.mk (HOLES): Added false.
17324
17325 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
17326
17327 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
17328
17329 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17330
17331 * Makefile.in (info): remove dependency on all-texinfo. The
17332 problem was really in texinfo/C, not at this level.
17333
17334 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
17335
17336 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
17337
17338 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
17339
17340 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
17341 GDB releases.
17342
17343 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17344
17345 * configure: Include srcdir in message about target of link not
17346 being found. Don't convert `-' to `_' in `with' options being
17347 passed to subdirs.
17348
17349 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17350
17351 * configure.in: add uudecode to host_tools
17352
17353 * Makefile.in: added {all,install}-uudecode targets, added them to
17354 the appropriate lists
17355
17356 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
17357
17358 * Makefile.in (all-gcc): Added dependency on all-gas.
17359
17360 * configure.in (mips-*-*): Build ld and binutils.
17361
17362 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17363
17364 * configure: check return code from mkdir, print error message and
17365 exit on failure.
17366
17367 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
17368
17369 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
17370
17371 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
17372
17373 * test-build.mk (HOLES): Added tar, cpio and uudecode.
17374
17375 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17376
17377 * config.sub (h8500): Recognize this as a cpu type.
17378
17379 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17380
17381 * configure: source directory missing is no longer a warning
17382
17383 * configure.in: recognize irix[34]* instead of irix[34]
17384
17385 * Makefile.in: define and pass down X11_LIB
17386
17387 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
17388
17389 * guess-systype: Renamed to ...
17390 * config.guess: ... by popular request.
17391 * configure.in, Makefile.in: Update accordingly.
17392
17393 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
17394
17395 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
17396 + Add Convex, Cray/Unicos, and Encore/Multimax support.
17397 + Execute ./dummy instead of assuming . is in PATH.
17398
17399 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
17400
17401 * guess-systype: New shell script. Attempts to guess the
17402 canonical host name of the executing host.
17403 Only a few hosts are supported so far.
17404 * configure: Call guess-systype if no host is specified.
17405
17406 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
17407
17408 * Makefile.in (gcc-no-fixedincludes): Made to work with current
17409 gcc Makefile.
17410
17411
17412 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
17413
17414 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
17415 (all-gcc, install-gcc, subdir_do): Use it.
17416
17417 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17418
17419 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
17420
17421 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
17422
17423 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
17424 set exclusively by configure, using configure.in .
17425
17426 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17427
17428 * test-build.mk: set $PATH for all builds
17429
17430 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
17431
17432 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
17433
17434 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
17435 the one used in gcc/Makefile.in, so that a null expansion doesn't
17436 override the one needed to build gcc with a native cc.
17437
17438
17439 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17440
17441 * configure: Accept -with arguments.
17442
17443 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17444
17445 * Makefile.in: added h8300sim
17446
17447 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
17448
17449 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
17450 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
17451 (all-cygnus, native, build-cygnus): Make
17452 $(canonhost)-stamp-3stage-done, not $(host)....
17453 * test-build.mk (stamp-3stage-compared): Use tail +10c for
17454 i386-sco3.2v4. Added else true to if command.
17455
17456 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
17457
17458 * config.sub: (from FSF) Sequent uses a BSD-like OS.
17459
17460 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
17461
17462 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
17463
17464 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17465
17466 * configure.in: don't remove binutils from Solaris builds
17467
17468 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
17469
17470 * Makefile.in: get rid of earlier definitions for *clean,
17471 also handle the recursive info rule better
17472
17473 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
17474
17475 * Makefile.in (mostlyclean, distclean, realclean): Fix to
17476 do more-or-less the right thing.
17477
17478 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
17479
17480 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
17481 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
17482
17483 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17484
17485 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
17486 $(host_canonical).
17487
17488 * configure.in: split the configdirs list into 4 categories (native
17489 v. cross, library v. tool) and handle the cross-only and native-
17490 only in more reasonable (and correct!) way.
17491
17492 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
17493
17494 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
17495 configdirs anymore.
17496
17497 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17498
17499 * Makefile.in: extensive cleanup:: removed all of the explicit
17500 clean-* targets, collapsed many wrappers around subdir_do into
17501 one, added additional targets to satisfy standards.texi, deleted
17502 some old targets, some changes for consistency
17503
17504 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17505
17506 * configure.in: handle some programs as cross-only, and others as
17507 native only
17508
17509 * test-build.mk: handle partial holes in a more generic manner
17510
17511 * Makefile.in: m4 depends on libiberty
17512
17513 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17514
17515 * configure.in: add m4, textutils, fileutils, sed, shellutils,
17516 time, wdiff, and find to configdirs
17517
17518 * Makefile.in: all, clean, and install rules for the new programs
17519 added to configure.in
17520
17521 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17522
17523 * configure.in: use mh-sun for all *-sun-* hosts
17524
17525 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17526
17527 * Makefile.in: define flags for X11 include files and library file
17528 locations, pass them down to the programs that need this info
17529
17530 * build-all.mk: added a 'native' target, to 3stage the native toolchain
17531
17532 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17533
17534 * configure.in: start building libg++ for HP-UX targets
17535
17536 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
17537
17538 * README: Update references to files moved into etc/.
17539
17540 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
17541
17542 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
17543 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
17544
17545 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
17546
17547 * configure: accept dash as well as underscore in long option
17548 names for FSF compatibility.
17549
17550 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
17551
17552 * config.sub: added -sco3.2v4 support from FSF.
17553
17554 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17555
17556 * configure.in: expand the section that adds or removes
17557 directories from the list of programs to build, to handle native
17558 vs. cross in addition to host v. native
17559
17560 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
17561
17562 * Makefile.in: Replace C++ in macro names with CXX.
17563 This is less likely to break ...
17564
17565 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17566
17567 * test-build.mk: add -w to GNU_MAKE
17568
17569 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17570
17571 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
17572 add 'sparc' to list of recognized cpus. This needed to make
17573 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
17574 Delete some redundant ose68 variants. Recognize -wrs as an os,
17575 then changes that into $CPU-wrs-vxworks.
17576
17577 * configure.in: remove most references to gdbtest, regularize
17578 target based program removal
17579
17580 * test-build.mk: import from p3 tree (many fixes and changes)
17581
17582 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
17583
17584 * Makefile.in: added rules to handle tcl, tk, and expect
17585
17586 * configure.in: handle those directories if they exist
17587
17588 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17589
17590 * config.sub: removed bogus hppabsd and hppahpux names, since
17591 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
17592
17593 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17594
17595 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
17596 depends upon all-xiberty
17597
17598 * Makefile.in: changes from p3, including:
17599
17600 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
17601
17602 * Makefile.in (XTRAFLAGS): include newlib directories if
17603 newlib/Makefile exists, rather than if host != target.
17604
17605 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
17606
17607 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17608 from the same source tree and not building a cross-compiler. This
17609 matters for the libg++ configuration if reconfiguring a tree that
17610 has already been installed.
17611
17612 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
17613
17614 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17615 pick up the machine and system specific header files.
17616
17617 * Makefile.in: added AS_FOR_TARGET, passed down in
17618 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
17619 the C compiler to use to create programs which are run in the
17620 build environment, set it to default to $(CC), and passed it down
17621 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17622
17623 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
17624
17625 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
17626 We need them for unusual native builds, like systems without
17627 ranlib.
17628
17629 * configure: also define $(host_canonical) and
17630 $(target_canonical), which are the full, canonical names for the
17631 given host and target
17632
17633 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
17634
17635 * Makefile.in: Added separate definitions for C++.
17636
17637 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
17638
17639 * configure.in (configdirs): Add deja-gnu.
17640
17641 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
17642
17643 * README: Update for configure.texi and gdb-4.7 release.
17644
17645 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
17646
17647 * Makefile.in: Move "all" target to top of file.
17648 Previously, first target was ".PHONY" which caused BSD4.4 make
17649 to build .PHONY when make was run without arguments.
17650
17651 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
17652
17653 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
17654 Library-copylefted code in libiberty.
17655
17656 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
17657
17658 * config.sub: Replace m68kmote with plain old m68k.
17659
17660 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
17661
17662 * Makefile.in: Remove space from blank line, avoid Make complaints.
17663
17664 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
17665
17666 * config.sub: Complain if no argument is given. Added support for
17667 386bsd as OS and target alias.
17668
17669 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
17670
17671 * Makefile.in (XTRAFLAGS): include newlib directories if
17672 newlib/Makefile exists, rather than if host != target.
17673
17674 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
17675
17676 * config.sub: recognize sparclite-wrs-vxworks.
17677
17678 * Makefile.in (install-xiberty): added *-xiberty make rules (from
17679 p3.) Added clean-xiberty to clean.
17680
17681 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17682
17683 * configure.in: use *-*-* instead of nested cases for host and target
17684
17685 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
17686
17687 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17688 from the same source tree and not building a cross-compiler. This
17689 matters for the libg++ configuration if reconfiguring a tree that
17690 has already been installed.
17691
17692 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
17693
17694 * config.sub (i486v/i486v4): Merge in from FSF version.
17695
17696 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
17697
17698 * configure: only set PWD if it is already set.
17699
17700 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
17701
17702 * configure: just set PWD=`pwd` at the top, since Ultrix sh
17703 doesn't have unset and all success paths (and most error paths)
17704 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
17705 to just ${PWD} to avoid confusion.)
17706
17707 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
17708
17709 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
17710 even for a native compilation.
17711
17712 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
17713
17714 Changes to make the gdb.tar.Z rule work better.
17715
17716 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
17717 (DEVO_SUPPORT): Add configure.texi.
17718 (bfd-ilrt.tar.Z): Remove ancient rule.
17719
17720 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
17721
17722 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17723 pick up the machine and system specific header files.
17724
17725 * configure.in, config.sub: added new target m68010-adobe-scout,
17726 with alias of adobe68k. Changed configure.in to check for
17727 -scout before -sco* to avoid a false match.
17728
17729 * Makefile.in: added AS_FOR_TARGET, passed down in
17730 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
17731 the C compiler to use to create programs which are run in the
17732 build environment, set it to default to $(CC), and passed it down
17733 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17734
17735 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
17736
17737 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
17738 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
17739 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
17740 FOR_TARGET variants, to newlib and libg++.
17741
17742 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
17743
17744 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
17745 first.
17746
17747 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
17748
17749 * config.sub: Accept `elf' as an environment.
17750
17751 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17752
17753 * Makefile.in (all-opcodes): cd into the right directory
17754
17755 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
17756
17757 * configure: added -program_transform_name option, used as
17758 argument to sed when installing programs.
17759 configure.texi: added documentation for -program_prefix,
17760 -program_suffix and -program_transform_name.
17761
17762 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
17763
17764 * config.sub: Accept i486 where i386 ok.
17765
17766 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
17767
17768 * config.sub: accept we32k
17769
17770 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
17771
17772 * config.sub, configure.in: accept OSE68000 and OSE68k.
17773
17774 * Makefile.in: don't create all directories for ``make install'';
17775 let the subdirectories create the ones they need.
17776
17777 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17778
17779 * COPYING: new file, GPL v2
17780
17781 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17782
17783 * Makefile.in: use the new gen-info-dir, which needs a template
17784 argument (which also lives in texinfo)
17785
17786 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
17787
17788 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
17789
17790 * config.sub (ncr3000): Change i386 to i486.
17791
17792 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17793
17794 * Makefile.in: add install-rcs, install-grep to
17795 install-no-fixedincludes, removed install-bison and install-libgcc
17796
17797 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
17798
17799 * configure.in: grab the HPUX makefile fragment if on HPUX
17800
17801 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
17802
17803 * Makefile.in: eradicate bison spoor (ditto libgcc).
17804 configure.in: recognise m68{k,000}-ericsson-OSE.
17805 es1800 is alias for m68k-ericsson-OSE
17806
17807 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17808
17809 * configure.in: rearrange the parts that remove programs from
17810 configdirs, based now on HOST==TARGET or by canonical triple.
17811
17812 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17813
17814 * test-build.mk: recurse explicitly with -f test-build.mk when
17815 appropriate. predicate stage3 and comparison on the existence
17816 of gcc. That is, if gcc isn't around, we aren't three-staging.
17817 On very clean, also remove ...stamp-co. Build in-place before
17818 doing other builds.
17819
17820 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17821
17822 * Makefile.in, configure.in: add tgas
17823
17824 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17825
17826 * Makefile.in: a number of changes merged in from progressive.
17827
17828 * configure.in: add libm.
17829
17830 * .cvsignore: ignore some stuff that comes from test-build.mk.
17831
17832 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
17833
17834 * config.sub: Add es1800 (m68k-ericsson-es1800).
17835
17836 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
17837
17838 * configure: Add program_suffix (parallel to program_prefix)
17839 * Makefile.in: adjust directory-creating script for losing decstation
17840
17841 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
17842
17843 * configure: Minor $subdir-related fixes.
17844
17845 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17846
17847 * configure: fix various problems with propogating
17848 makefile_target_frag in subdirs.
17849 * configure.in: config libgcc if its there
17850
17851 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
17852
17853 * config.sub: HPPA merge.
17854
17855 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
17856
17857 * Makefile.in: Replace all-bison with all-byacc in all
17858 dependency lines for other tools (which now use byacc).
17859
17860 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
17861
17862 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
17863
17864 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
17865
17866 * Makefile.in: make gprof rules similar to byacc rules (instead of
17867 vestigal $(unsubdir) that didn't work...)
17868
17869 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
17870
17871 * config.sub: Add support for Linux.
17872 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
17873 (at least for libg++).
17874
17875 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
17876
17877 * configure.texi: fix doc for the -nfp option to configure
17878
17879 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
17880
17881 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
17882
17883 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
17884
17885 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
17886 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
17887 * configure.in: added solaris* host_makefile_frag hook.
17888
17889 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17890
17891 * config.sub: changed recognition of m68000 so that various
17892 m68k types can be specified via m680[01234]0
17893
17894 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17895
17896 * config.sub (basic_machine): fix sed so that '-foo' isn't
17897 completely substituted out while .+'-foo' loses the '-foo'
17898
17899 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17900
17901 * config.sub ($os): Add -aout.
17902
17903 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
17904
17905 * configure: If host_makefile_frag is absolute, don't
17906 prefix ${invsubdir} (relevant to libg++ auto-configure).
17907
17908 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17909
17910 * Makefile.in (tooldir): Define it.
17911 (all-ld): Depend on all-flex.
17912
17913 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
17914
17915 * Makefile.in (check): Fix libg++ special case.
17916
17917 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
17918
17919 * configure: do not bury `pwd` into config.status, thus do fewer
17920 pwd's.
17921
17922 * configure: print the "Building in" message only when building in
17923 other than "." AND verbose.
17924
17925 * configure: remove -s, rework -v to better accommodate guested
17926 configures.
17927
17928 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17929
17930 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
17931
17932 * Makefile.in: macroize flags passed on recursion. remove
17933 fileutils.
17934
17935 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
17936
17937 * configure: get makesrcdir right for subdirs deeper than 1.
17938
17939 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17940 install.
17941
17942 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
17943
17944 * Makefile.in: don't print subdir_do or recursion lines.
17945
17946 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
17947
17948 * standards.texi: added menu item.
17949
17950 * Makefile.in: build and install standards.info.
17951
17952 * standards.texi: new file.
17953
17954 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17955
17956 * configure: test for and move config.status pieces from
17957 ${subdir}/.
17958
17959 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
17960
17961 * configure: Test for existance of files before trying to mv
17962 them, to avoid numerous non-existance messages.
17963
17964 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
17965
17966 * configure: correct final line of config.status.
17967
17968 * configure: patch from eggert. Avoids a protection problem if
17969 the original Makefile.in is read only.
17970
17971 * configure: use move-if-change from gcc to create config.status.
17972 Some makefiles depend on config.status to tell if a directory
17973 has been reconfigured for a different host. This change
17974 prevents those directories from remaking everything in the case
17975 where the reconfig was only intended to rebuild a Makefile.
17976
17977 * configure: test for config.sub with "config.sub sun4" rather
17978 than "config.sub ${host_alias}". Otherwise we can't tell a bad
17979 host alias from a missing config.sub.
17980
17981 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17982
17983 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17984 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
17985
17986 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
17987
17988 * configure: mkdir ${subdir} as needed.
17989
17990 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
17991
17992 * Makefile.in,configure.in: added autoconf.
17993
17994 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17995
17996 * Makefile.in: no longer pass against on recursion.
17997
17998 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17999 definitions are not inherited.
18000
18001 * configure: correct makesrcdir when subdir is .
18002
18003 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
18004
18005 * configure: Add support for 'subdirs' variable, which is
18006 like 'configdirs', except that configure doesn't re-invoke
18007 itself for subdirs, it just creates a Makefile for each subdir.
18008 * configure.texi: Document subdirs.
18009
18010 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18011
18012 * configure.in: added flex to configdirs
18013
18014 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
18015
18016 * Makefile.in: remove clean-stamps from clean.
18017
18018 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
18019
18020 * configure.in: Add gdbtest to configdirs.
18021
18022 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
18023
18024 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
18025 to recursive makes.
18026 * configure.in: Recognize new ncr3000 config.
18027
18028 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
18029
18030 * Makefile.in, configure.in: removed references to gdbm.
18031
18032 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
18033
18034 * config.sub: Don't canonicalize os value
18035 newsos* to bsd (readline needs to check for newsos).
18036 (This fix was earlier made Jan 31, but got re-broken.)
18037
18038 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
18039
18040 * configure.in: sco is an os, not a vendor!
18041
18042 * configure: Quote $( better. Keep various shells happy.
18043
18044 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
18045
18046 * Makefile.in: eliminate stamp-files.
18047
18048 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
18049
18050 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
18051 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
18052
18053 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
18054
18055 * config.sub: fix iris/iris3.
18056
18057 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
18058
18059 * configure: re-add -rm.
18060
18061 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
18062
18063 * Maskefile.in: add .stmp-rcs to all.
18064
18065 * configure.in: remove gas from rs6000 build, use aix host fragment.
18066
18067 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
18068
18069 * configure: pass down site_option during recursion.
18070
18071 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
18072
18073 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
18074
18075 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
18076
18077 * configure: Change exec_prefix so that it really defaults to prefix.
18078
18079 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
18080
18081 * Makefile.in, configure.in: Add support for mmalloc library.
18082
18083 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
18084
18085 * Makefile.in: add stmp dependencies for a few more things.
18086
18087 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
18088
18089 * configure: adjusted error message on objdir/srcdir configure
18090 collision, per john's suggestion.
18091
18092 * Makefile.in: add libiberty stmp to all and all.cross.
18093
18094 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
18095
18096 * Makefile.in: remove force dependencies, add grep to all.
18097
18098 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
18099
18100 * Makefile.in: drop flex. make stamp files work.
18101
18102 * configure: added test for conflicting configuration in srcdir,
18103 remove trailing slashes from srcdir. Otherwise emacs gdb mode
18104 gets cranky. use relative paths for configure and srcdir
18105 whenever possible. Send some error messages to stderr that were
18106 going to stdout.
18107
18108 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
18109
18110 * Makefile.in: Fix libg++ rule to check for gcc directory
18111 before using gcc/gcc. Also pass XTRAFLAGS.
18112
18113 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
18114
18115 * Makefile.in: added stmp-files so that directories aren't polled
18116 when they are already built.
18117
18118 * configure.texi: fixed a node pointer problem.
18119
18120 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
18121
18122 * config.sub configure.in gdb/configure.in
18123 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
18124 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
18125 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
18126
18127 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18128
18129 * configure: -recurring becomes -silent. corrected help message
18130 for -site= option.
18131
18132 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
18133
18134 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18135
18136 * configure: when building Makefile for crosses, replace
18137 tooldir and program_prefix. default srcdir from location of
18138 config.sub. remove "for host in hosts" and "for target in
18139 targets" loops.
18140
18141 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18142
18143 * Makefile.in: Do not pass bindir or mandir to cvs.
18144
18145 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
18146
18147 * Makefile.in, configure.in: removed traces of namesubdir,
18148 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
18149 copyrights to '92, changed some from Cygnus to FSF.
18150
18151 * configure.texi: remove most references to multiple hosts,
18152 multiple targets, subdirs, etc.
18153
18154 * configure.man: removed rcsid. reference config.sub not
18155 config.subr.
18156
18157 * Makefile.in: mkdir $(infodir) on install-info.
18158
18159 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
18160
18161 * configure.texi: Explain better about .gdbinit and about
18162 the environment that configure.in sections run in.
18163
18164 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
18165
18166 * configure.in: Ultrix is only a decstation if it's a MIPS.
18167
18168 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
18169
18170 * README: DOC.configure => cfg-paper.texi.
18171
18172 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
18173
18174 * config.sub (near case $os): Don't convert newsos* to bsd!
18175
18176 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
18177
18178 * Makefile.in: Reinstall change from gdb-4.3 that reduces
18179 the number of copies of COPYING that go into the GDB tar file.
18180
18181 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
18182
18183 * bfd/configure.in, gdb/config/mh-i386sco,
18184 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
18185 Fix SCO configuration stuff.
18186
18187 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
18188
18189 * Makefile.in: For libg++, make sure the -I pointing
18190 to the gcc directory goes *after* all the libg++-local -I flags.
18191 Also, move just-gcc dependency from just-libg++ to all-libg++.
18192
18193 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
18194
18195 * configure: Change -x to -f to keep Ultrix /bin/test happy.
18196
18197 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
18198
18199 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
18200
18201 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
18202
18203 * config.sub: Add stratus configuration frags. Also
18204 submitted to FSF.
18205
18206 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
18207
18208 * Makefile.in (DEV_SUPPORT): add configure.man.
18209
18210 * config.sub(Decode manufacturer-specific): add -none*.
18211
18212 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
18213
18214 * Makefile.in: remove form feeds to make Sun's make happy.
18215 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
18216
18217 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
18218
18219 * Makefile.in (AR_FLAGS): Make quieter.
18220
18221 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
18222
18223 * configure.in: Add libg++.
18224 * configure: When verbose, don't output the command line at each
18225 level; it will be unremarkably the same as the previous version,
18226 which will be the same as what the user typed.
18227
18228 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
18229
18230 * configure.in, Makefile.in: fix clean-info, add flex. add
18231 fileutils.
18232
18233 * configure: be less sensitive to spaces in Makefile.in. Do not
18234 look for sources in "..". Doing so breaks subdirectories that
18235 might have their own configure. If a subdir has it's own
18236 configure script, use it.
18237
18238 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
18239
18240 * cfg-paper.texi: some changes suggested by rms.
18241
18242 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
18243
18244 * config.sub: Merge in some small additions from the FSF version,
18245 taken from the gcc distribution, to bring the Cygnus and FSF
18246 versions into closer sync.
18247
18248 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
18249
18250 * configure.in: Changed svr4 references to sysv4.
18251
18252 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
18253
18254 * configure: added -V for version number option.
18255
18256 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
18257
18258 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
18259 renamed from DOC.configure to cfg-paper.texi.
18260
18261 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18262
18263 * configure, config.subr, config.sub: config.subr is now
18264 config.sub again.
18265
18266 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
18267
18268 * configure.texi: new file, in progress.
18269
18270 * Makefile.in: build info file and install the man page for
18271 configure.
18272
18273 * configure.man: new file, first cut.
18274
18275 * configure: find config.subr again now that configuration "none"
18276 has gone. removed all traces of the -ansi option. removed all
18277 traces of the -languages option.
18278
18279 * config.subr: resync from rms.
18280
18281 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18282
18283 * configure, config.sub, config.subr: merge config.sub into
18284 config.subr, call the result config.subr, remove config.sub, use
18285 config.subr.
18286
18287 * Makefile.in: revised install for dir.info.
18288
18289 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18290
18291 * configure.in: add decstation host makefile frag.
18292
18293 * Makefile.in: BISON now bison -y again. also install-gcc on
18294 install. clean-gdbm on clean. infodir belongs in datadir.
18295 Make directories for info install. Build dir.info here then
18296 install it.
18297
18298 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18299
18300 * Makefile.in: fix for bad directory tests.
18301
18302 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18303
18304 * configure: \{1,2\} appears to be a sysv'ism. Use a different
18305 regexp. -srcdir relative was being handled incorrectly.
18306
18307 * Makefile.in: unwrapped some for loops so that parallel makes
18308 work again and so one can focus one's attention on a particular
18309 package.
18310
18311 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18312
18313 * configure: added PWD as a stand in for `pwd` (for speed). use
18314 elif wherever possible. make -srcdir work without -objdir.
18315 -objdir= commented out.
18316
18317 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18318
18319 * configure: +options become --options. -subdirs commented out.
18320 added -host, -datadir. Renamed -destdir to -prefix. Comment in
18321 Makefile now at top of generated Makefile. Removed cvs log
18322 entries. added -srcdir. create .gdbinit only if there is one
18323 in ${srcdir}.
18324
18325 * Makefile.in: idestdir and ddestdir go away. Added copyrights
18326 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
18327 and mandir now keyed off datadir by default.
18328
18329 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18330
18331 * Freshly created ChangeLog.
18332
18333 \f
18334 Local Variables:
18335 mode: change-log
18336 left-margin: 8
18337 fill-column: 76
18338 version-control: never
18339 End:
This page took 0.775357 seconds and 6 git commands to generate.