2015-01-27 Michael Collison <michael.collison@linaro.org>
[platform/upstream/gcc49.git] / ChangeLog
1 2014-12-04  Tobias Burnus  <burnus@net-b.de>
2
3         * configure.ac: Permit also ISL 0.14 with CLooG.
4         * Makefile.def: Make more dependent on mpfr, mpc, isl, and cloog.
5         * Makefile.in: Regenerate.
6         * configure: Regenerate.
7
8 2014-10-30  Release Manager
9
10         * GCC 4.9.2 released.
11
12 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
13
14         PR target/47230
15         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
16         * configure: Regenerate.
17
18 2014-07-16  Release Manager
19
20         * GCC 4.9.1 released.
21
22 2014-04-22  Release Manager
23
24         * GCC 4.9.0 released.
25
26 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
27
28         PR bootstrap/60620
29         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
30         * Makefile.in: Regenerate.
31
32 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
33
34         * Makefile.def (dependencies): Make all-ld depend on all-binutils
35         for WINDRES_FOR_TARGET in default-manifest.o rule.
36         * Makefile.in: Regenerate.
37
38 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
39
40         * MAINTAINERS (Write After Approval): Add myself.
41
42 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
43
44         PR sanitizer/56781
45         * Makefile.def: Set bootstrap=true; for host fixincludes.
46         * configure.ac: Don't bootstrap host fixincludes unless
47         --with-build-config=bootstrap-{a,ub}san.
48         * Makefile.in: Regenerated.
49         * configure: Regenerated.
50
51 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
52
53         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
54         --enable-vtable-verify option parsing.  Don't add
55         target-libsanitizer to bootstrap_target_libs unless
56         --with-build-config=bootstrap-asan or
57         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
58         to bootstrap_target_libs unless --enable-vtable-verify.
59         * configure: Regenerated.
60
61 2014-03-10  Anatoly Sokolov <aesok@post.ru>
62
63         * MAINTAINERS (Write After Approval): Add myself.
64
65 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
66
67         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov
68         and Eric Weddington
69
70 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
71
72         PR bootstrap/58572
73         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
74         -I for libstdc++-v3 includes if $(LEAN).
75         * Makefile.in: Regenerated.
76
77 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
78
79         * MAINTAINERS: Update my email address.
80
81 2014-02-24  Walter Lee  <walt@tilera.com>
82
83         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
84         (tilegx-*-*): Change to tilegx*-*-*.
85         * configure: Regenerate.
86
87 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
88
89         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
90
91 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
92
93         * MAINTAINERS (Write After Approval): Add myself.
94
95 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
96
97         PR target/59788
98         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
99         *solaris2*.
100
101 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
102
103         * MAINTAINERS: Update my email address.
104
105 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
106
107         * MAINTAINERS: Convert to UTF-8.
108         Properly sort Xinliang David Li's entry.
109
110 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
111             Sandra Loosemore  <sandra@codesourcery.com>
112
113         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
114         nios2 port maintainers.
115
116 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
117
118         * MAINTAINERS (Write After Approval): Add myself.
119
120 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
121
122         * configure.ac: Add user-friendly check for native x86_64-linux
123         multilibs.
124         * configure: Regenerate.
125
126 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
127
128         * MAINTAINERS: Add myself as sh maintainer.
129
130 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
131
132         * MAINTAINERS: Add self as SLSR maintainer.
133
134 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
135
136         * MAINTAINERS: Update my email address.
137
138 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
139
140         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
141
142 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
143
144         * Makefile.in: Regenerate.
145
146         * Makefile.tpl: Fix typo.
147         * Makefile.in: Regenerate partially.
148
149 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
150
151         * configure.ac: Added libcilkrts to noconfig list when C++ is not
152         supported.
153         * configure: Regenerated.
154
155 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
156
157         * MAINTAINERS (Write After Approval): Add myself.
158
159 2013-10-30  Jason Merrill  <jason@redhat.com>
160
161         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
162         --disable-build-format-warnings.
163
164 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
165
166         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts 
167         depend on libstdc++ and libgcc.
168         * configure: Regenerate.
169         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
170         libcilkrts for POSIX and i*86, and x86_64 architectures.
171         * Makefile.in: Added libcilkrts related fields to support building it.
172
173 2013-10-26  Jeff Law  <law@redhat.com>
174
175         * Makefile.def (target_modules): Remove libmudflap
176         (languages): Remove check-target-libmudflap).
177         * Makefile.in: Rebuilt.
178         * Makefile.tpl (check-target-libmudflap-c++): Remove.
179         * configure.ac (target_libraries): Remove target-libmudflap.
180         Remove checks which disabled libmudflap on some systems.
181         * configure: Rebuilt.
182         * libmudflap: Directory removed.
183
184 2013-10-21  Cong Hou  <congh@google.com>
185
186         * MAINTAINERS (Write After Approval): Add myself.
187
188 2013-10-16  Mike Stump  <mikestump@comcast.net>
189
190         * .dir-locals.el: Add.
191
192 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
193
194         * configure.ac: Add --enable-host-shared
195         * configure: Regenerate.
196
197 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
198
199         Import from savannah.gnu.org:
200         * config.guess: Update to 2013-06-10 version.
201         * config.sub: Update to 2013-10-01 version.
202
203 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
204
205         Changes to build configuration to allow big endian ARC ELF toolchain
206         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
207         * configure: Regenerate.
208
209 2013-09-20  Alan Modra  <amodra@gmail.com>
210
211         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
212         ppc host match.  Support little-endian powerpc linux hosts.
213
214 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
215
216         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
217         maintainer.
218
219 2013-09-12  DJ Delorie  <dj@redhat.com>
220
221         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
222         maintainers.
223
224 2013-09-03  Richard Biener  <rguenther@suse.de>
225
226         * configure.ac: Also allow ISL 0.12.
227         * configure: Regenerated.
228
229 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
230
231         * MAINTAINERS (Write After Approval): Add myself.
232
233 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
234
235         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
236
237 2013-08-26  Caroline Tice  <cmtice@google.com>
238
239         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
240         "Various Reviewers" to libvtv "Various Maintainers".
241
242 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
243
244         * MAINTAINERS: Add myself as RTL optimizers reviewer.
245
246 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
247
248         * MAINTAINERS: Update name, email.
249
250 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
251
252         * MAINTAINERS (Write After Approval): Add myself.
253
254 2013-08-12  Caroline Tice  <cmtice@google.com>
255
256         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
257         address in the Write After Approval section.
258
259 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
260
261         * MAINTAINERS (Write After Approval): Update email.
262
263 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
264
265         * configure.ac: Adjust to check VTV_SUPPORTED.
266         * configure: Regenerated.
267
268 2013-08-02  Caroline Tice  <cmtice@google.com>
269
270         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
271         on non-linux systems; add target-libvtv to noconfigdirs; add
272         libsupc++/.libs to C++ library search paths.
273         * configure: Regenerated.
274         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
275         libstdc++ and libgcc.
276         * Makefile.in: Regenerated.
277
278 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
279
280         * MAINTAINERS (Write After Approval): Add myself.
281
282 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
283             Shiva Chen  <shiva0217@gmail.com>
284
285         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
286         nds32 port maintainers.
287
288 2013-07-17  Tim Shen  <timshen91@gmail.com>
289
290         * MAINTAINERS (Write After Approval): Add myself.
291
292 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
293
294         * configure.ac: Sync from binutils.
295         * configure: Regenerate.
296
297 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
298
299         * MAINTAINERS (Write After Approval): Add myself.
300
301 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
302
303         * MAINTAINERS (Write After Approval): Add myself.
304
305 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
306
307         * MAINTAINERS (Write After Approval): Add myself.
308
309 2013-04-30  Brooks Moses  <bmoses@google.com>
310
311         * MAINTAINERS: Update my email; move myself from Fortran
312         reviewer to Write After Approval.
313
314 2013-04-16  Andreas Schwab  <schwab@suse.de>
315
316         * configure.ac (aarch64-*-*): Don't disable java.
317         * configure: Regenerate.
318
319 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
320
321         * MAINTAINERS (Write After Approval): Add myself.
322
323 2013-03-30  Matthias Klose  <doko@ubuntu.com>
324
325         * Makefile.def (target_modules): Don't install libffi.
326         * Makefile.in: Regenerate.
327
328 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
329
330         * MAINTAINERS (Write After Approval): Add myself.
331
332 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
333
334         * MAINTAINERS (Write After Approval): Add myself.
335
336 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
337
338         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
339         * configure: Regenerated.
340
341 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
342
343         * MAINTAINERS: Explicitly add myself as AIX maintainer.
344         Remove Geoff Keating as rs6000 port maintainer, at his request.
345
346 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
347
348         * MAINTAINERS: Update my email.
349
350 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
351
352         * configure: Re-generate.
353
354 2013-01-15  Richard Biener  <rguenther@suse.de>
355
356         PR other/55973
357         * configure: Re-generate.
358
359 2013-01-14  Matthias Klose  <doko@ubuntu.com>
360
361         * Makefile.def (install-target-libsanitizer): Depend on
362         install-target-libstdc++-v3.
363         * Makefile.in: Regenerate.
364
365 2013-01-14  Richard Biener  <rguenther@suse.de>
366
367         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
368         * configure: Re-generate
369
370 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
371
372         * config.sub: Update from config repo.
373
374 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
375
376         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
377         * Makefile.in: Regenerate.
378
379 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
380
381         * MAINTAINERS (arc): Add new port maintainership for myself.
382
383 2013-01-09  Jason Merrill  <jason@redhat.com>
384
385         * .gitignore: Import from gdb repository.
386
387 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
388
389         * Makefile.def (configure-gcc): Depend on all-gmp.
390         (all-gcc): Remove dependency on all-gmp.
391         * Makefile.in: Regenerated.
392
393 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
394
395         * config.sub: Merge from config repo.
396         * config.guess: Ditto.
397
398 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
399
400         * Makefile.def: Merge from binutils.
401         * Makefile.in: Ditto.
402
403 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
404
405         * MAINTAINERS: Update my email.
406
407 2012-12-29  Ben Elliston  <bje@gnu.org>
408
409         * config.guess: Update to 2012-12-29 version.
410         * config.sub: Likewise.
411
412 2012-12-20  Matthias Klose  <doko@ubuntu.com>
413
414         * Makefile.def (install-target-libgfortran): Depend on
415         install-target-libquadmath, install-target-libgcc.
416         (install-target-libsanitizer): Depend on install-target-libgcc.
417         (install-target-libjava): Depend on install-target-libgcc.
418         (install-target-libitm): Depend on install-target-libgcc.
419         (install-target-libobjc): Depend on install-target-libgcc.
420         (install-target-libstdc++-v3): Depend on install-target-libgcc.
421         * Makefile.in: Regenerate.
422
423 2012-12-19  Matthias Klose  <doko@ubuntu.com>
424
425         * Makefile.def (install-target-libgo): Depend on
426         install-target-libatomic.
427         * Makefile.in: Regenerate.
428
429 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
430
431         PR go/55201
432         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
433         * Makefile.in: Regenerate.
434
435 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
436
437         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
438         * configure: Regenerate.
439
440 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
441
442         * config.sub: Merge from config repo.
443
444 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
445
446         * Makefile.def (target_modules): Add bootstrap=true and
447         raw_cxx=true to libsanitizer.
448         * configure.ac (bootstrap_target_libs): Add libsanitizer.
449         * Makefile.in: Regenerated.
450         * configure: Likewise.
451
452 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
453
454         * MAINTAINERS: Remove self as RTL optimization maintainer.
455
456 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
457
458         * MAINTAINERS (Write After Approval): Add myself.
459
460 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
461
462         * Makefile.def (target_modules): Remove bootstrap=true and
463         raw_cxx=true from libsanitizer.
464         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
465         * Makefile.in: Regenerated.
466         * configure: Likewise.
467
468 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
469
470         * Makefile.def (target_modules): Add bootstrap=true and
471         raw_cxx=true to libsanitizer.
472         * configure.ac (bootstrap_target_libs): Add libsanitizer.
473         * Makefile.in: Regenerated.
474         * configure: Likewise.
475
476 2012-11-28  Andrew Pinski  <apinski@cavium.com>
477
478         PR bootstrap/54279
479         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
480         * configure: Regenerate.
481         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
482         * Makefile.in: Regenerate.
483
484 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
485
486         * configure.ac: Disable libsanitizer if we're not building C++.
487         * configure: Regenerate.
488
489 2012-11-15  Roland McGrath  <roland@hack.frob.com>
490
491         * MAINTAINERS (Write After Approval): Add myself.
492
493 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
494
495         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
496         Kostya Serebryany (kcc@google.com) and
497         Jakub Jelinek (jakub@redhat.com).
498         Rename area for Dodji Seketeli (dodji@redhat.com).
499
500 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
501
502         * MAINTAINERS: (asan.c, related): Add myself.
503
504 2012-11-14  Roland McGrath  <mcgrathr@google.com>
505
506         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
507         * configure: Regenerate.
508
509 2012-11-13  Richard Henderson  <rth@redhat.com>
510
511         * configure.ac: Move libsanitizer logic to subdirectory.
512         * configure: Regenerate.
513
514 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
515
516         * configure.ac: Enable libsanitizer just on x86 linux for now.
517         * configure: Re-generate.
518
519 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
520
521         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
522         sections.
523         * configure: Regenerate.
524
525 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
526
527         * configure.ac: Add section for configdirs for libsanitizer.
528         Disable for cris-*-* and mmix-*-*.
529         * configure: Regenerate.
530
531 2012-11-12  Wei Mi <wmi@google.com>
532
533         * configure.ac: Add libsanitizer to target_libraries.
534         * Makefile.def: Ditto.
535         * configure: Regenerate.
536         * Makefile.in: Regenerate.
537         * libsanitizer: New directory for asan runtime.  Contains an empty
538         tsan directory.
539
540 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
541
542         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
543         against Mingw64 w32api.
544         * configure: Regenerate.
545
546 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
547
548         * configure: Regenerated.
549
550 2012-11-03  Robert Mason  <rbmj@verizon.net>
551
552         * configure.ac: add --disable-libstdcxx configure option
553         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
554
555 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
556
557         * MAINTAINERS (Write After Approval): Add myself.
558
559 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
560
561         * MAINTAINERS (Write After Approval): Add myself.
562
563 2012-10-24  Sharad Singhai  <singhai@google.com>
564
565         * MAINTAINERS (Write After Approval): Add myself.
566
567 2012-10-24  Eric Christopher  <echristo@gmail.com>
568
569         * MAINTAINERS: Update email address.
570
571 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
572
573         PR bootstrap/54820
574         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
575         * configure: Regenerate.
576
577 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
578
579         * MAINTAINERS (aarch64): Add Marcus and myself.
580
581 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
582
583         PR bootstrap/54820
584         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
585         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
586         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
587         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
588         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
589         * Makefile.in: Regenerate.
590         * configure.ac (have_static_libs): New variable and associated check.
591         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
592         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
593         * configure: Regenerate.
594
595 2012-10-10  Richard Biener  <rguenther@suse.de>
596
597         * MAINTAINERS: Adjust for changed surname.
598
599 2012-10-04  Lawrence Crowl  <crowl@google.com>
600
601         * MAINTAINERS (Write After Approval): Add myself.
602
603 2012-10-01  Cary Coutant  <ccoutant@google.com>
604
605         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
606
607 2012-09-28  Ian Lance Taylor  <iant@google.com>
608
609         * Makefile.def: Make all-target-libgo depend on
610         all-target-libbacktrace.
611         * Makefile.in: Rebuild.
612
613 2012-09-26  Ian Lance Taylor  <iant@google.com>
614
615         * Makefile.def: Make all-gcc depend on all-libbacktrace.
616         * Makefile.in: Rebuild.
617
618 2012-09-20  Walter Lee  <walt@tilera.com>
619
620         * configure.ac: Add tilegx to list of targets that support gold.
621         * configure: Regenerate.
622
623 2012-09-20  Marek Polacek  <polacek@redhat.com>
624
625         * MAINTAINERS (Write After Approval): Add myself.
626
627 2012-09-19  Steve Ellcey  <sellcey@mips.com>
628
629         * configure.ac: Add mips*-mti-elf* target.
630         * configure: Regenerate.
631
632 2012-09-17  Ian Lance Taylor  <iant@google.com>
633
634         * MAINTAINERS (Various Maintainers): Add libbacktrace.
635         * configure.ac (host_libs): Add libbacktrace.
636         (target_libraries): Add libbacktrace.
637         * Makefile.def (host_modules): Add libbacktrace.
638         (target_modules): Likewise.
639         * configure, Makefile.in: Rebuild.
640
641 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
642
643         PR target/38607
644         Merge upstream change.
645         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
646
647         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
648         Add libgomp*.o to compare_exclusions for AIX.
649         * configure: Regenerate.
650
651 2012-09-06  Diego Novillo  <dnovillo@google.com>
652
653         * configure.ac: Bump minimum GMP version to 4.2.3.
654         * configure: Re-generate.
655
656 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
657
658         PR target/54461
659         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
660         target-libgloss if not configured --with-avrlibc=no.
661         * configure: Regenerate.
662
663 2012-09-04  Jason Merrill  <jason@redhat.com>
664
665         * configure.ac: Fix --enable-languages=all.
666
667 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
668
669         * MAINTAINERS (Write After Approval): Add myself.
670
671 2012-09-03  Richard Guenther  <rguenther@suse.de>
672
673         PR bootstrap/54138
674         * configure.ac: Re-organize ISL / CLOOG checks to allow
675         disabling with either --without-isl or --without-cloog.
676         * configure: Regenerated.
677
678 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
679
680         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
681         * configure: Regenerate.
682
683 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
684
685         * MAINTAINERS: Fix my email address.
686
687 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
688
689         PR binutils/4970
690         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
691         and opcodes.
692         * Makefile.in: Regenerated.
693
694 2012-08-26  Art Haas <ahaas@impactweather.com>
695
696         * configure: Regenerate.
697
698 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
699
700         * INSTALL/README: Also refer to the online installation
701         instructions.
702
703 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
704
705         * MAINTAINERS (Write After Approval): Add myself.
706         (Picochip port): Remove myself.
707
708 2012-08-14   Diego Novillo  <dnovillo@google.com>
709
710         Merge from cxx-conversion branch.
711
712         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
713         POSTSTAGE1_CONFIGURE_FLAGS.
714         * Makefile.in: Regenerate.
715         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
716         Force C++ when bootstrapping.
717         * configure: Regenerate.
718
719 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
720
721         * MAINTAINERS (Write After Approval): Add myself.
722
723 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
724
725         * README: Document use of ranges of years in copyright notices.
726
727 2012-07-06  Richard Guenther  <rguenther@suse.de>
728
729         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
730         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
731         --with-gmp=system.
732         * Makefile.in: Regenerated.
733         * configure: Likewise.
734
735 2012-07-06  Richard Guenther  <rguenther@suse.de>
736
737         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
738         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
739         supply V=1 as extra_make_flags.
740         * configure: Regenerated.
741         * Makefile.in: Likewise.
742
743 2012-07-04  Tristan Gingold  <gingold@adacore.com>
744
745         * configure: Regenerate.
746
747 2012-07-03  Richard Guenther  <rguenther@suse.de>
748
749         * Makfile.def (isl): Remove not necessary extra_exports and
750         extra_make_flags.
751         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
752         * Makefile.in: Regenerated.
753
754 2012-07-03  Richard Guenther  <rguenther@suse.de>
755
756         * Makefile.def (cloog): Add V=1 to extra_make_flags.
757         * configure.ac: If either the ISL or the CLooG check failed
758         do not try to build in-tree versions.
759         * Makefile.in: Regenerated.
760         * configure: Regenerated.
761
762 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
763
764         * configure: Regenerate.
765
766 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
767
768         * MAINTAINERS (Various Maintainers): Add myself as testsuite
769         maintainer.
770
771 2012-07-02  Richard Guenther  <rguenther@suse.de>
772
773         * configure: Regenerated.
774
775 2012-07-02  Richard Guenther  <rguenther@suse.de>
776         Michael Matz  <matz@suse.de>
777         Tobias Grosser <tobias@grosser.es>
778         Sebastian Pop <sebpop@gmail.com>
779
780         * Makefile.def: Add ISL host module, remove PPL host module.
781         Adjust ClooG host module to use the proper ISL.
782         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
783         * configure.ac: Include config/isl.m4.  Add ISL host library,
784         remove PPL.  Remove PPL configury, add ISL configury, adjust
785         ClooG configury.
786         * Makefile.in: Regenerated.
787         * configure: Likewise.
788
789 2012-07-02  Richard Guenther  <rguenther@suse.de>
790
791         Merge from graphite branch
792         2011-07-21  Tobias Grosser  <tobias@grosser.es>
793
794         * configure: Regenerated.
795         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
796         both cloog.org and legacy versions. The only supported version will
797         be CLooG with the isl backend.
798
799         2011-07-21  Tobias Grosser  <tobias@grosser.es>
800
801         * configure: Regenerated.
802         * configure.ac: Require cloog isl 0.17.0
803
804         2011-07-21  Tobias Grosser  <tobias@grosser.es>
805
806         * configure: Regenerated.
807         * config/cloog.m4: Do not define CLOOG_ORG
808
809 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
810
811         * configure.ac: Skip C if explicitly selected.
812         * configure: Regenerate.
813
814 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
815
816         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
817         they contain -O2.
818         * configure: Regenerate.
819
820 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
821
822         PR debug/53740
823         * df.h, df-problems.c, dce.c: Revert last patch.
824
825 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
826
827         * MAINTAINERS (Write After Approval): Update my email address.
828
829 2012-06-21  Meador Inge  <meadori@codesourcery.com>
830
831         * MAINTAINERS (Write After Approval): Add myself.
832
833 2012-06-20  Jason Merrill  <jason@redhat.com>
834
835         * Makefile.tpl (check-target-libgomp-c++): New.
836         (check-target-libitm-c++): New.
837         * Makefile.def (c++): Add them.
838         * Makefile.in: Regenerate.
839
840 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
841
842         * MAINTAINERS (Write After Approval): Add myself.
843
844 2012-05-16  Olivier Hainque  <hainque@adacore.com>
845
846         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
847         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
848         (install-no-fixedincludes): Adjust accordingly.
849         * Makefile.in: Regenerate.
850
851 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
852
853         Merge upstream change
854         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
855
856 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
857
858         * MAINTAINERS (Write After Approval): Add myself.
859
860 2012-05-09  Nick Clifton  <nickc@redhat.com>
861             Paul Smith  <psmith@gnu.org>
862
863         PR bootstrap/50461
864         * configure.ac (mpfr-dir): When using in-tree MPFR sources
865         allow for the fact that from release v3.1.0 of MPFR the source
866         files were moved into a src sub-directory.
867         * configure: Regenerate.
868
869 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
870
871         * configure.ac: Bump minimum MPFR version to 2.4.0.
872         * configure: Regenerated.
873
874 2012-05-01  Richard Henderson  <rth@redhat.com>
875
876         * Makefile.def (libatomic): New target_module.
877         * configure.ac (target_libraries): Add libatomic.
878         (noconfigdirs): Check if libatomic is supported.
879         * Makefile.in, configure: Rebuild.
880
881 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
882
883         * MAINTAINERS (Write After Approval): Add myself.
884
885 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
886
887         * config.sub: Update to 2012-04-18 version from official repo.
888
889 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
890
891         * MAINTAINERS (Write After Approval): Add myself.
892
893 2012-04-11  Steve Ellcey  <sellcey@mips.com>
894
895         * MAINTAINERS: Changed email address.
896
897 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
898
899         PR target/52737
900         * contrib/gcc_update (files_and_dependencies):
901         Remove gcc/config/avr/t-multilib from touch data.
902
903 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
904
905         * MAINTAINERS (OS Port Maintainers): Remove irix.
906         * configure.ac (enable_libgomp): Remove *-*-irix6*.
907         (unsupported_languages): Remove mips-sgi-irix6.*.
908         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
909         (with_stabs): Remove.
910         * configure: Regenerate.
911
912 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
913
914         * MAINTAINERS (OS Port Maintainers): Remove osf.
915         * configure.ac (enable_libgomp): Remove *-*-osf*.
916         (with_stabs): Remove alpha*-*-osf*.
917         * configure: Regenerate.
918
919 2012-03-05  Tristan Gingold  <gingold@adacore.com>
920
921         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
922         * configure: Regenerate.
923
924 2012-02-17  Walter Lee  <walt@tilera.com>
925
926         * MAINTAINERS: (Write After Approval): Delete myself.
927
928 2012-02-14  Walter Lee  <walt@tilera.com>
929
930         * MAINTAINERS (tilegx port): Add myself.
931         (tilepro port): Add myself.
932         (Write After Approval): Add myself.
933
934 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
935
936         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
937         and Joseph Myers as docstring relicensing maintainers.
938
939 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
940
941         * MAINTAINERS (write-after-approval): Add myself.
942
943 2012-02-08  Ira Rosen <irar@il.ibm.com>
944
945         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
946         maintainer.
947
948 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
949
950         * MAINTAINERS (Write After Approval): Move myself to
951         maintain alphabetical order.
952
953 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
954
955         * MAINTAINERS (Write After Approval): Add myself.
956
957 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
958
959         * MAINTAINERS (Write After Approval): Add myself.
960
961 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
962             Jayant R Sonar <jayant.sonar@kpitcummins.com>
963
964         * configure.ac (cr16-*-*): Remove nonconfigdirs.
965         * configure: Regenerate.
966
967 2012-01-23  Harshit Chopra  <harshit@google.com>
968
969         * MAINTAINERS (Write After Approval): Add myself.
970
971 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
972
973         * configure.ac: Remove reference to mh-interix.
974         * configure: Regenerate.
975
976 2012-01-05  Richard Henderson  <rth@redhat.com>
977
978         PR bootstrap/51072
979         * configure.ac: Disable libitm if c++ is not enabled.
980         * configure: Rebuild.
981
982         * configure.ac: Fix regexp for same.
983         * configure: Rebuild.
984
985 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
986
987         * MAINTAINERS (Write After Approval): Add myself.
988
989 2012-01-02  Richard Guenther  <rguenther@suse.de>
990
991         PR bootstrap/51686
992         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
993         * Makefile.in: Regenerate.
994
995 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
996
997         * MAINTAINERS (Write After Approval): Add myself.
998
999 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
1000
1001         * configure: Regenerate.
1002
1003 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
1004
1005         * MAINTAINERS (picochip): Changed email address.
1006
1007 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
1008
1009         * MAINTAINERS (write-after-approval): Add self.
1010
1011 2011-11-29  DJ Delorie  <dj@redhat.com>
1012
1013         * configure.ac (rl78-*-*) New case.
1014         * configure: Regenerate.
1015         * MAINTAINERS: Add myself as RL78 maintainer.
1016
1017 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
1018
1019         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
1020
1021 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
1022
1023         * libtool.m4: Additional FreeBSD 10 fixes.
1024
1025 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
1026
1027         * MAINTAINERS: Move myself from Write After Approval to CPU Port
1028         Maintainers section, as Epiphany maintainer.
1029
1030 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
1031
1032         PR target/49992
1033         * configure.ac: Remove ranlib special-casing for Darwin.
1034         * configure: Regenerate.
1035
1036 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
1037
1038         * MAINTAINERS (Reviewers): Keep the list sorted.
1039
1040 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
1041
1042         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
1043
1044 2011-11-09  Roland McGrath  <mcgrathr@google.com>
1045
1046         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1047         * configure: Rebuild.
1048         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1049         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1050         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1051         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1052         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1053         Add READELF.
1054         * Makefile.in: Rebuild.
1055
1056 2011-11-09  Jason Merrill  <jason@redhat.com>
1057
1058         * Makefile.def (language=c++): Remove check-c++0x.
1059         * Makefile.in (check-gcc-c++): Regenerate.
1060
1061 2011-11-08  Richard Henderson  <rth@redhat.com>
1062
1063         * configure.ac: Test for libitm directory present first.
1064
1065         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1066
1067         * configure.ac: Test libitm/configure.tgt to disable libitm.
1068         * configure: Rebuild.
1069
1070 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
1071             Richard Henderson  <rth@redhat.com>
1072
1073         Merged from transactional-memory.
1074
1075         * Makefile.def (lang_env_dependencies): libitm is c++.
1076         Add libitm target module.
1077         * configure.ac: Likewise.
1078         * config/mmap.m4: New file.
1079         * contrib/gcc_update: Add libitm to touch data.
1080         * Makefile.in, configure: Rebuild.
1081
1082 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1083
1084         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1085         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1086         * Makefile.in: Regenerate.
1087
1088 2011-11-01  DJ Delorie  <dj@redhat.com>
1089
1090         * config.sub: Update to version 2011-10-29 (added rl78)
1091
1092 2011-10-27  Nick Clifton  <nickc@redhat.com>
1093
1094         * config.sub: Import these changes from the config project:
1095
1096         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
1097             Ben Elliston  <bje@gnu.org>
1098
1099         * config.sub (epiphany): New.
1100
1101         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
1102             Ben Elliston  <bje@gnu.org>
1103
1104         * config.sub (hexagon, hexagon-*): New.
1105
1106         2011-08-23  Roland McGrath  <mcgrathr@google.com>
1107
1108         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1109         64eb to be64.
1110
1111         2011-08-16  Roland McGrath  <mcgrathr@google.com>
1112
1113         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1114         (nacl): Grok as alias for 32el-unknown-nacl.
1115
1116 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
1117
1118         * MAINTAINERS (Write After Approval): Add myself.
1119
1120 2011-10-24  Teresa Johnson  <tejohnson@google.com>
1121
1122         * MAINTAINERS (Write After Approval): Add myself.
1123
1124 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
1125
1126         * MAINTAINERS (sparc port): Remove myself.
1127
1128 2011-09-14  Tom de Vries  <tom@codesourcery.com>
1129
1130         * MAINTAINERS (Write After Approval): Add myself.
1131
1132 2011-08-14  Yao Qi  <yao@codesourcery.com>
1133
1134         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1135         * configure: Regenerate.
1136
1137 2011-07-26  Ian Lance Taylor  <iant@google.com>
1138
1139         * configure.ac: Set have_compiler based on whether gcc directory
1140         exists, rather than on whether gcc is in configdirs.
1141         * configure: Rebuild.
1142
1143 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
1144
1145         * MAINTAINERS (Global Reviewers): Add self.
1146
1147 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
1148
1149         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1150         link directories.
1151         * Makefile.in: Rebuild.
1152
1153 2011-07-20  Ian Lance Taylor  <iant@google.com>
1154
1155         PR bootstrap/49787
1156         * configure.ac: Move --enable-bootstrap handling earlier in file.
1157         If --enable-bootstrap and either --enable-build-with-cxx or
1158         --enable-build-poststage1-with-cxx, enable C++ automatically.
1159         * configure: Rebuild.
1160
1161 2011-07-19  Ian Lance Taylor  <iant@google.com>
1162
1163         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
1164         make C++ a boot_language.  Set and substitute
1165         POSTSTAGE1_CONFIGURE_FLAGS.
1166         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1167         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1168         * configure, Makefile.in: Rebuild.
1169
1170 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
1171
1172         * MAINTAINERS (Register Allocation): Move myself from reviewers to
1173         maintainers.
1174
1175 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
1176
1177         * MAINTAINERS (Global Reviewers): Add myself.
1178
1179 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1180
1181         * configure: Regenerate.
1182
1183 2011-07-16  Jason Merrill  <jason@redhat.com>
1184
1185         * Makefile.def (language=c++): Add check-c++0x and
1186         check-target-libmudflap-c++.
1187         * Makefile.tpl (check-target-libmudflap-c++): New.
1188         * Makefile.in: Regenerate.
1189
1190 2011-07-16  Matthias Klose  <doko@ubuntu.com>
1191
1192         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1193         * Makefile.def (target_modules/libjava): Pass
1194         $(EXTRA_CONFIGARGS_LIBJAVA).
1195         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1196         if not configured with --enable-static-libjava.
1197         * Makefile.in: Regenerate.
1198         * configure: Likewise.
1199
1200 2011-07-15  Jason Merrill  <jason@redhat.com>
1201
1202         * Makefile.in (check-c++): Move check-gcc-c++0x after
1203         check-target-libstdc++-v3.
1204
1205 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
1206
1207         * MAINTAINERS (c6x port): New entry.
1208
1209 2011-07-13  Jason Merrill  <jason@redhat.com>
1210
1211         * Makefile.in (check-gcc-c++0x): New.
1212         (check-c++): Depend on it.
1213
1214 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1215
1216         PR target/39150
1217         * configure.ac (i[3456789]86-*-solaris2*): Also accept
1218         x86_64-*-solaris2.1[0-9]*.
1219         * configure: Regenerate.
1220
1221 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
1222
1223         * MAINTAINERS (RTL optimizers): Add self.
1224
1225 2011-06-27  Gabriel Charette  <gchare@google.com>
1226
1227         * MAINTAINERS (Write After Approval): Add myself.
1228
1229 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
1230
1231         PR regression/47836
1232         PR bootstrap/23656
1233         PR other/47733
1234         PR bootstrap/49247
1235         PR c/48825
1236         * configure.ac (target_libraries): Remove target-libiberty.
1237         Remove case-statement setting skipdirs=target-libiberty for
1238         multiple targets.  Remove checking target_configdirs and
1239         removing target-libiberty but keeping target-libgcc if
1240         otherwise empty.
1241         * Makefile.def (target_modules): Don't add libiberty.
1242         (dependencies): Remove all traces of target-libiberty.
1243         * configure, Makefile.in: Regenerate.
1244
1245 2011-06-13  Walter Lee <walt@tilera.com>
1246
1247         * configure.ac (tilepro-*-*) New case.
1248         (tilegx-*-*): Likewise.
1249         * configure: Regenerate.
1250
1251 2011-06-06  Jing Yu  <jingyu@google.com>
1252
1253         * configure.ac: Skip target-libiberty for
1254         arm*-*-linux-androideabi.
1255         * configure: Regenerated.
1256
1257 2011-06-06  Nick Clifton  <nickc@redhat.com>
1258
1259         * config.sub: Sync from upstream.
1260
1261 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
1262
1263         * MAINTAINERS (Write After Approval): Add myself.
1264
1265 2011-06-01  Daniel Jacobowitz  <drow@false.org>
1266
1267         * MAINTAINERS: Update my email address.
1268
1269 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
1270
1271         * MAINTAINERS (Write After Approval): Update my email address.
1272
1273 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
1274
1275         * MAINTAINERS (Write After Approval): Add myself.
1276
1277 2011-05-08  Doug Kwan  <dougkwan@google.com>
1278
1279         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1280         * configure: Regenerated.
1281         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1282         value from configure.
1283         * Makefile.in: Regenerated.
1284
1285 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
1286
1287         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1288         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1289         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1290         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1291         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1292         *-*-vxworks*): Disable newlib and libgloss in separate case
1293         statement.
1294         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1295         to separate case statement.
1296         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1297         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1298         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1299         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1300         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1301         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1302         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1303         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1304         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1305         i[[3456789]]86-*-rdos*, m32r-*-*,
1306         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1307         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1308         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1309         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1310         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1311         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1312         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1313         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1314         and libgloss in main case over targets.  Remove most empty cases
1315         in main case over targets.
1316         * configure: Regenerate.
1317
1318 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
1319
1320         * MAINTAINERS (Write After Approval): Add myself.
1321
1322 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
1323
1324         * configure.ac: Remove code setting special library locations for
1325         hppa*64*-*-hpux11*.  Remove code setting compiler for
1326         sparc-sun-solaris2*.
1327         * configure: Regenerate.
1328
1329 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
1330
1331         * configure.ac: Separate libgloss_dir settings from general case
1332         over targets.
1333         * configure: Regenerate.
1334
1335 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
1336
1337         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1338         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1339         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1340         cases in libgcj-disabling case statement.
1341         (hppa*64*-*-linux*): Set unsupported_languages instead of
1342         disabling target-zlib.
1343         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1344         to hppa*64*-*-hpux*.
1345         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1346         hppa*-*-hpux*.
1347         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1348         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1349         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1350         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1351         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1352         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1353         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1354         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1355         libgcj-disabling case statement.
1356         * configure: Regenerate.
1357
1358 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
1359
1360         * configure.ac: Disable Java for targets not supporting libffi.
1361         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1362         Remove cases in Java-disabling statement.
1363         (*arm-wince-pe): Change to arm-wince-pe.
1364         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1365         cases in Java-disabling statement.
1366         (bfin-*-*): Don't disable Java again.
1367         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1368         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1369         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1370         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1371         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1372         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1373         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1374         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1375         Java-disabling statement.
1376         (mmix-*-*): Don't disable Java again.
1377         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1378         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1379         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1380         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1381         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1382         statement.
1383         * configure: Regenerate.
1384
1385 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
1386
1387         * configure.ac: Separate cases disabling Java and Java libraries
1388         from general case over targets.
1389         * configure: Regenerate.
1390
1391 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
1392
1393         * MAINTAINERS: Update my email address.
1394
1395 2011-04-20  Easwaran Raman  <eraman@google.com>
1396
1397         * MAINTAINERS (Write After Approval): Add myself.
1398
1399 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
1400
1401         PR lto/48086
1402         * configure.ac: Re-enable LTO on *-apple-darwin9*.
1403         * configure: Regenerate.
1404
1405 2011-04-16  Jim Meyering  <meyering@redhat.com>
1406
1407         * MAINTAINERS (Write After Approval): Add myself.
1408
1409 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
1410
1411         * MAINTAINERS: Update my email address.
1412
1413 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
1414
1415         * MAINTAINERS (Write After Approval): Add myself.
1416
1417 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
1418
1419         * MAINTAINERS (Write After Approval): Add myself.
1420
1421 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
1422
1423         * MAINTAINERS (Write After Approval): Add myself.
1424
1425 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
1426
1427         * configure.ac (build_tools): Remove build-byacc.
1428         (host_libs): Remove mmalloc.
1429         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1430         autoconf automake libtool diff rcs fileutils shellutils time
1431         textutils wdiff find uudecode hello tar gzip indent recode release
1432         sed perl gawk findutils gettext zip.
1433         (libgcj): Remove target-qthreads.
1434         (target_tools): Remove target-examples target-gperf.
1435         (YACC): Don't handle building byacc.
1436         * configure: Regenerate.
1437         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1438         dosutils, examples, fileutils, find, findutils, gawk, gettext,
1439         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1440         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1441         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1442         handle building components.
1443         * Makefile.in: Regenerate.
1444
1445 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
1446
1447         * MAINTAINERS: Update my email address as Xtensa maintainer.
1448
1449 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1450
1451         * config.sub: Sync from upstream.
1452
1453 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1454
1455         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1456         (microblaze*): Don't disable libssp.
1457         * configure: Regenerate.
1458
1459 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1460
1461         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1462         moveifchange.
1463         * configure: Regenerate.
1464         * Makefile.tpl: Use @SHELL@ not @config_shell@.
1465         * Makefile.in: Regenerate.
1466
1467 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1468
1469         * configure.ac (*-*-sysv4*): Don't enable libgomp.
1470         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1471         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1472         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1473         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1474         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1475         md_exec_prefix cases.
1476         * configure: Regenerate.
1477
1478 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1479
1480         * configure.ac: Separate cases disabling target-libssp,
1481         target-libiberty, target-libstdc++-v3 and Fortran from general
1482         case over targets.
1483         * configure: Regenerate.
1484
1485 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1486
1487         * configure.ac (*-*-chorusos): Don't disable libgcj.
1488         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1489         Remove case.
1490         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1491         (arm-*-coff): Don't disable libgcj.
1492         (arm*-*-linux-gnueabi): Remove useless assignment.
1493         (arm-*-riscix*): Don't disable libgcj.
1494         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1495         configuration.
1496         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1497         (c54x*-*-*): Remove case.
1498         (tic54x-*-*): Don't disable GCC or GCC libraries.
1499         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
1500         to *.
1501         (d10v-*-*): Don't disable GCC libraries.
1502         (d30v-*-*): Don't disable libgcj.
1503         (h8500-*-*): Don't disable GCC libraries.
1504         (i960-*-*): Don't disable libgcj.
1505         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1506         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1507         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1508         libgcj.
1509         (m68k-*-coff*): Remove case.
1510         (mmix-*-*): Don't disable libgloss on host.
1511         (mn10200-*-*, mn10300-*-*): Remove cases.
1512         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1513         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1514         Don't disable libgcj.
1515         (romp-*-*): Remove case.
1516         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1517         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1518         case.
1519         (v810-*-*): Don't disable GCC libraries.
1520         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1521         (ip2k-*-*): Don't disable GCC libraries.
1522         * configure: Regenerate.
1523
1524 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
1525
1526         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1527         libffi on host.
1528         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1529         on host.
1530         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1531         * configure: Regenerate.
1532
1533 2011-03-26  John Marino  <binutils@marino.st>
1534
1535         * configure.ac: Add support for *-*-dragonfly*
1536         * configure: Regenerate.
1537
1538 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
1539
1540         * configure.ac (native_only): Remove.
1541         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1542         send-pr uudecode guile gnuserv on host.
1543         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1544         send-pr rcs guile perl texinfo libtool on host.
1545         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1546         automake send-pr rcs guile perl texinfo libtool on host.
1547         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1548         (*-*-kaos*): Don't disable target-examples target-gperf on target.
1549         (alpha*-dec-osf*): Don't disable fileutils on target.
1550         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1551         texinfo send-pr expect dejagnu on target.
1552         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1553         target-qthreads on target.
1554         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1555         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1556         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1557         x86_64-*-mingw*): Don't disable expect on target.
1558         (*-*-cygwin*): Don't disable target-gperf on target.
1559         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1560         gnuserv on target.
1561         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1562         target.
1563         * configure: Regenerate.
1564
1565 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
1566
1567         * configure.ac (target_tools): Remove target-groff.
1568         (native_only): Remove target-groff.
1569         (hppa*64*-*-*): Don't disable byacc.
1570         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1571         setting.
1572         (*-*-kaos*): Don't skip target-librx and target-groff.
1573         (*-*-netware*): Don't skip target-libmudflap.
1574         (*-*-tpf*): Don't skip target-libmudflap.
1575         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1576         directories on the host.
1577         (ia64*-*-*vms*): Don't skip tix.
1578         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1579         host.
1580         * configure: Regenerate.
1581
1582 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
1583
1584         * configure.ac: Remove references to mt-mep, mt-netware,
1585         mt-wince.
1586         * Makefile.def: Add all-utils soft dependencies.
1587         * Makefile.tpl: Remove GDB_NLM_DEPS.
1588         * configure: Regenerate.
1589         * Makefile.in: Regenerate.
1590
1591 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1592
1593         * configure.ac: Do not include mh-x86omitfp.
1594         * configure: Regenerate.
1595
1596 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1597
1598         * configure.ac: Remove empty cases.
1599         * configure: Regenerate.
1600
1601 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1602
1603         * Makefile.def: Add dependency from termcap to gdb.
1604         * Makefile.in: Regenerate.
1605
1606 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1607
1608         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1609         * configure: Regenerate.
1610         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1611         * Makefile.tpl: Likewise.
1612         * Makefile.in: Regenerate.
1613
1614 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1615
1616         * configure.ac: Remove all mentions of tentative_cc.
1617         * configure: Regenerate.
1618
1619 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1620
1621         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1622         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1623         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1624         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1625         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1626         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1627         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1628         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1629         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1630         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1631         *-*-rhapsody*): Remove host cases.
1632         * configure: Regenerate.
1633
1634 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1635
1636         * configure.ac (ppc*-*-pe): Remove host case.
1637         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1638         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1639         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1640         cases.
1641         * configure: Regenerate.
1642
1643 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1644
1645         * config.sub: Update to version 2011-03-23.
1646
1647 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1648
1649         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1650         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1651         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1652         * configure: Regenerate.
1653
1654 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1655
1656         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
1657         to Write After Approval.
1658         * config-ml.in: Don't handle arc-*-elf*.
1659         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1660         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1661         handle GCC libraries.
1662         * configure: Regenerate.
1663
1664 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1665
1666         PR bootstrap/48120:
1667         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1668         Add -lstdc++ -lm to LIBS.
1669         * configure: Regenerate.
1670
1671 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
1672
1673         * config.guess: Update to version 2011-02-02
1674         * config.sub: Update to version 2011-02-24
1675
1676 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
1677
1678         PR lto/48086
1679         * configure.ac: Re-enable LTO on *-apple-darwin9.
1680         * configure: Regenerate.
1681
1682 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
1683
1684         PR lto/48086
1685         * configure.ac: Disable LTO on darwin due to an assembler change in
1686         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1687         under 256.
1688         * configure: Regenerate.
1689
1690 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
1691
1692         * MAINTAINERS: Update myself as score backend maintainer,
1693         update my e-mail address.
1694
1695 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
1696
1697         * MAINTAINERS: Update my e-mail address.
1698
1699 2011-03-06  Joey Ye  <joey.ye@arm.com>
1700
1701         * MAINTAINERS: Update my e-mail address.
1702
1703 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1704
1705         * configure.ac: Adjust test of with_ppl.
1706         * configure: Regenerated.
1707
1708 2011-03-02  Kai Tietz  <ktietz@redhat.com>
1709
1710         * MAINTAINERS: Adjust my e-mail address.
1711
1712 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1713
1714         * configure.ac: Add -lpwl to ppllibs.
1715         * configure: Regenerated.
1716
1717 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1718
1719         * config/cloog.m4: Add -lisl to clooglibs.
1720         * configure: Regenerated.
1721
1722 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1723
1724         * MAINTAINERS (CPU Port maintainers): Add self.
1725
1726 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1727
1728         * MAINTAINERS: Add myself as testsuite maintainer.
1729
1730 2011-02-15  Mike Stump  <mikestump@comcast.net>
1731
1732         * MAINTAINERS: Add myself as testsuite maintainer.
1733
1734 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1735
1736         Import from Libtool and gnulib:
1737
1738         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
1739
1740         Prepare for supporting FreeBSD 10.
1741         * config.rpath: Remove handling of freebsd1* which soon would
1742         match FreeBSD 10.0.
1743
1744         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
1745
1746         Remove support for FreeBSD 1.x.
1747         * libtool.m4 (_LT_LINKER_SHLIBS)
1748         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1749         soon would incorrectly match FreeBSD 10.0.
1750
1751 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1752
1753         PR binutils/12283
1754         * move-if-change: Import version from gnulib.
1755
1756 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
1757
1758         PR lto/47225
1759         * Makefile.def (lto-plugin): Double dash for enable-shared.
1760         (configure-gcc): Depend on all-lto-plugin.
1761         * Makefile.in: Rebuilt.
1762
1763 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1764
1765         * configure.ac: Remove extra bracket.
1766         * configure: Regenerate.
1767
1768 2011-02-08  Tobias Burnus  <burnus@net-b.de>
1769
1770         * MAINTAINERS: Add myself as libquadmath maintainer.
1771
1772 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
1773
1774         * MAINTAINERS: Update my email address.
1775
1776 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
1777
1778         * MAINTAINERS (option handling): Add self.
1779
1780 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
1781
1782         PR lto/47225
1783         * Makefile.def: Add dependency for install-gcc
1784         on install-lto-plugin.
1785         * Makfile.in: Regenerated
1786
1787 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
1788
1789         * MAINTAINERS (CPU Port Maintainers): Add myself.
1790
1791 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
1792
1793         PR libgcj/44341
1794         * configure.ac: Discard --with-* flags for host when configuring
1795         target libraries for cross build.
1796         * configure: Rebuilt.
1797
1798 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1799
1800         * MAINTAINERS (linear loop transforms): Removed.
1801
1802 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
1803
1804         * configure.ac: If with_ppl is no, move setting with_cloog=no
1805         after CLOOG_REQUESTED check.
1806         * configure: Regenerated.
1807
1808 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1809
1810         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1811         CLooG has been requested.
1812         * configure: Regenerated.
1813
1814 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1815
1816         * configure: Regenerated.
1817         * configure.ac: Check for version 0.11 (or later revision) of PPL.
1818
1819 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
1820
1821         * configure: Regenerated.
1822         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1823
1824 2011-01-21  Andreas Schwab  <schwab@redhat.com>
1825
1826         * configure.ac: Use AS_HELP_STRING throughout.
1827         * configure: Regenerate.
1828
1829 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
1830
1831         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1832         * configure: Regenerate.
1833
1834 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1835
1836         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1837
1838 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1839
1840         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1841         for ia64-hpux.
1842         * configure: Regenerate.
1843
1844 2011-01-07  Jan Hubicka  <jh@suse.cz>
1845
1846         PR lto/47225
1847         * Makefile.in: Regenerate.
1848         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1849         configure.
1850
1851 2011-01-07  Jan Hubicka  <jh@suse.cz>
1852
1853         * Makefile.in: Regenerate.
1854         * Makefile.def (gcc host module) and soft dependency on lto-plugin
1855         and configure dependency on lto-plugin configure.
1856         (lto-plugin module): Remove dependency on GCC; add dependency on
1857         liniberty.
1858
1859 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
1860
1861         * MAINTAINERS (Write After Approval): Add myself.
1862
1863 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
1864
1865         * configure: Regenerate.
1866
1867 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
1868
1869         * configure.ac: (picochip): Disable libiberty.
1870
1871 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
1872
1873         * MAINTAINERS (Write After Approval): Add myself.
1874
1875 2010-12-10  Ian Lance Taylor  <iant@google.com>
1876
1877         PR bootstrap/46819
1878         * configure.ac: For --disable-libgcj clear libgcj_saved.
1879         * configure: Rebuild.
1880
1881 2010-12-10  Tobias Burnus  <burnus@net-b.de>
1882
1883         PR fortran/46540
1884         * configure.ac: Add --disable-libquadmath and
1885         --disable-libquadmath-support.
1886         * configure: Regenerate.
1887
1888 2010-12-03  Ian Lance Taylor  <iant@google.com>
1889
1890         * MAINTAINERS: Add myself as libgo maintainer.
1891
1892 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
1893
1894         PR libffi/46792
1895         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1896         * configure: Regenerate.
1897
1898 2010-12-02  Ian Lance Taylor  <iant@google.com>
1899
1900         * configure.ac: Always set default for poststage1_ldflags to
1901         -static-libstdc++ -static-libgcc.
1902
1903 2010-11-29  Andreas Schwab  <schwab@redhat.com>
1904
1905         * configure.ac: Move comment to remove extra space in last argument
1906         of GCC_TARGET_TOOL.
1907
1908 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
1909
1910         PR other/46026
1911         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1912         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1913         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1914         (BASE_FLAGS_TO_PASS): Use it.
1915         * configure: Rebuilt.
1916         * Makefile.in: Rebuilt.
1917
1918 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
1919
1920         PR binutils/12258
1921         * configure.ac: Correct comments for --enable-gold/--enable-ld.
1922         Properly check default linker.
1923         * configure: Regnerated.
1924
1925 2010-11-23  Matthias Klose  <doko@ubuntu.com>
1926
1927         * configure.ac: For --enable-gold, handle value `default' instead of
1928         `both*'.  New configure option --{en,dis}able-ld.
1929         * configure: Regenerate.
1930
1931 2010-11-20  Ian Lance Taylor  <iant@google.com>
1932
1933         * configure.ac: Only disable a language library if no language needs
1934         it.  Don't let --disable-libgcj uncondtionally disable libffi.
1935         * configure: Rebuild.
1936
1937 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1938
1939         * Makefile.in: Regenerate.
1940
1941         PR other/46202
1942         * configure.ac: Fix just-built in-tree STRIP name to be
1943         binutils/strip-new.
1944         * configure: Regenerate.
1945         * Makefile.def (install-strip-gcc, install-strip-binutils)
1946         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1947         (install-strip-sid): Mirror dependencies on non-strip variants
1948         of these targets on the respective -strip prerequisites.
1949         * Makefile.tpl (install-strip, install-strip-host)
1950         (install-strip-target): New targets.
1951         (install-strip-[+module+], install-strip-target-[+module+]):
1952         New targets.
1953         * Makefile.in: Regenerate.
1954
1955 2010-11-19  Ian Lance Taylor  <iant@google.com>
1956             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1957
1958         * configure.ac: Add target-libgo to target_libraries.  Set
1959         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1960         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1961         (HOST_EXPORTS): Add GOC.
1962         (BASE_TARGET_EXPORTS): Add GOC.
1963         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1964         (GOCFLAGS_FOR_TARGET): New variable.
1965         (EXTRA_HOST_FLAGS): Add GOC.
1966         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1967         * Makefile.def (target_modules): Add libgo.
1968         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1969         (dependencies): Add dependency from configure-target-libgo to
1970         configure-target-libffi and all-target-libstdc++-v3.  Add
1971         dependencies from all-target-libgo to all-target-libffi.
1972         (languages): Add go.
1973         * configure: Rebuild.
1974         * Makefile.in: Rebuild.
1975
1976 2010-11-19  Ian Lance Taylor  <iant@google.com>
1977
1978         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1979         compiler/flag environment variables.
1980
1981 2010-11-18  Ian Lance Taylor  <iant@google.com>
1982
1983         * configure.ac: Check for lang_requires_boot_languages in
1984         config-lang.in files.
1985         * configure: Rebuild.
1986
1987 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1988             Tobias Burnus  <burnus@net-b.de>
1989
1990         PR fortran/32049
1991         * Makefile.def: Add libquadmath; build it with language=fortran.
1992         * configure.ac: Add libquadmath.
1993         * Makefile.tpl: Handle multiple libs in check-[+language+].
1994         * Makefile.in: Regenerate.
1995         * configure: Regenerate.
1996
1997 2010-11-16  Tom Tromey  <tromey@redhat.com>
1998
1999         * MAINTAINERS: Moved myself to reviewers section.
2000
2001 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
2002
2003         * MAINTAINERS: Moved myself to reviewers section.
2004
2005 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2006
2007         * MAINTAINERS (Various Maintainers): Add self for build machinery.
2008         (Write After Approval): Remove self.
2009
2010 2010-11-15  Andreas Schwab  <schwab@redhat.com>
2011
2012         * configure.ac: Fix spelling in option names.
2013         * configure: Regenerated.
2014
2015 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
2016
2017         PR bootstrap/39622
2018         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2019         * configure: Regenerated.
2020
2021 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
2022
2023         * MAINTAINERS: Update my email address.
2024
2025 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
2026
2027         * configure: Regenerate.
2028
2029 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
2030
2031         * configure: Regenerate.
2032
2033 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
2034
2035         * configure: Regenerate.
2036
2037 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
2038
2039         * configure: Regenerate.
2040
2041 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
2042
2043         * configure.ac: Support official CLooG.org versions.
2044         * configure: Regenerate.
2045         * config/cloog.m4: New.
2046
2047 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
2048
2049         * MAINTAINERS (Write After Approval): Add myself.
2050
2051 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
2052
2053         * MAINTAINERS: Update my email address.
2054
2055 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
2056
2057         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2058         * configure: Regenerate.
2059
2060 2010-11-03  Ian Lance Taylor  <iant@google.com>
2061             Dave Korn  <dave.korn.cygwin@gmail.com>
2062
2063         PR lto/46273
2064         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
2065         and on other supported platforms whenever LTO is enabled.
2066         * configure: Rebuild.
2067
2068 2010-11-02  Alan Modra  <amodra@gmail.com>
2069
2070         PR binutils/12110
2071         * configure.ac: Error when source path contains spaces.
2072         * configure: Regenerate.
2073
2074 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
2075
2076         * MAINTAINERS: Update my email address.
2077
2078 2010-10-20  Ian Lance Taylor  <iant@google.com>
2079
2080         * Makefile.def (target_modules): Set lib_path to src/.libs for
2081         libstdc++-v3 module.
2082         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2083         * Makefile.in: Rebuild.
2084
2085 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2086
2087         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
2088         (Write After Approval): Remove myself.
2089
2090 2010-10-15  Tristan Gingold  <gingold@adacore.com>
2091
2092         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2093
2094 2010-10-14  Douglas Rupp  <rupp@gnat.com>
2095
2096         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2097
2098 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2099
2100         * configure.ac (build_lto_plugin): New shell variable.
2101         (--enable-lto): Turn on by default for all non-ELF platforms that
2102         have had LTO support added so far.  Set build_lto_plugin appropriately
2103         for both ELF and non-ELF.
2104         (configdirs): Add lto-plugin or not based on build_lto_plugin.
2105         * configure: Regenerate.
2106
2107 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2108
2109         Sync from src:
2110         * configure.ac (v850 support): Remove target-libgloss from
2111         noconfigdirs.
2112         * configure: Regenerate.
2113
2114 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2115
2116         PR bootstrap/45326
2117         PR bootstrap/45174
2118         * configure.ac: Honor initial values of $build_configargs,
2119         $host_configargs, $target_configargs.  Mark the precious, so
2120         environment settings get recorded.
2121         * configure: Regenerate.
2122
2123 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2124
2125         PR bootstrap/45796
2126         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2127         Depend on all-build-libiberty.
2128         * Makefile.in: Regenerate.
2129
2130 2010-09-30  Michael Eager  <eager@eagercon.com>
2131
2132         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2133         * configure: Regenerate.
2134
2135 2010-09-28  Michael Eager  <eager@eagercon.com>
2136
2137         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
2138
2139 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2140
2141         PR bootstrap/44621
2142         * configure.ac: Fix unportable shell quoting.
2143         * configure: Regenerate.
2144
2145 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
2146
2147         * configure.ac (enable-lto): Add Darwin to the list of supported lto
2148         targets and amend comment.
2149         * configure: Regenerate.
2150
2151 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
2152
2153         * MAINTAINERS (Write After Approval): Add myself.
2154
2155 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
2156
2157         * configure.ac: Enable LTO by default on Darwin.
2158         * configure: Regenerate.
2159
2160 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2161
2162         * MAINTAINERS (Write After Approval): Add myself.
2163
2164 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
2165
2166         * MAINTAINERS (Write After Approval): Add myself.
2167
2168 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
2169
2170         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
2171         ports
2172
2173 2010-07-28  David Yuste  <david.yuste@gmail.com>
2174
2175         * MAINTAINERS (Write After Approval): Add myself.
2176
2177 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
2178
2179         * configure.ac: Support all v850 targets.
2180         * configure: Regenerate.
2181
2182 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
2183
2184         PR bootstrap/44455
2185         * configure.ac (extra_mpfr_configure_flags): Copy from
2186         extra_mpc_gmp_configure_flags.
2187         * configure: Re-generated.
2188
2189 2010-07-22  Andi Kleen  <ak@linux.intel.com>
2190
2191         * MAINTAINERS (Write After Approval): Add myself.
2192
2193 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
2194
2195         * MAINTAINERS (Write After Approval): Add myself.
2196
2197 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
2198
2199         * MAINTAINERS (Write After Approval): Add myself.
2200
2201 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
2202
2203         PR target/44862
2204         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2205         Provide -B option to allow for link spec %s substitutions for
2206         libstdc++.a on darwin.
2207         * Makefile.in: Regenerate.
2208
2209 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
2210
2211         * MAINTAINERS (Reviewers): Update my e-mail address
2212
2213 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
2214
2215         * Makefile.def (configure-gcc): Depend on all-libelf.
2216         * Makefile.in: Rebuild.
2217
2218 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
2219
2220         * MAINTAINERS (Write After Approval): Add myself in the right place.
2221
2222 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
2223
2224         * MAINTAINERS (Write After Approval): Add myself.
2225
2226 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
2227
2228         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
2229
2230 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
2231
2232         * config.sub: Update to version 2010-05-21.
2233         * config.guess: Update to version 2010-04-03.
2234
2235 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
2236
2237         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2238         * configure: Regenerate.
2239
2240 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
2241
2242         * MAINTAINERS (Write After Approval): Add myself.
2243
2244 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
2245
2246         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2247         a platform that supports LTO.
2248         * configure: Regenerate.
2249
2250 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
2251
2252         * configure.ac: Allow all the versions greater than 0.10 of PPL.
2253         * configure: Regenerated.
2254
2255 2010-04-27  Roland McGrath  <roland@redhat.com>
2256             H.J. Lu  <hongjiu.lu@intel.com>
2257
2258         * configure.ac (--enable-gold): Support both, both/gold and
2259         both/bfd to add gold to configdirs without removing ld.
2260         * configure: Regenerated.
2261
2262         * Makefile.def: Add install-gold dependency to install-ld.
2263         * Makefile.in: Regenerated.
2264
2265 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
2266
2267         PR lto/42776
2268         * configure.ac (--enable-lto): Refactor handling so libelf tests
2269         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2270         and allow LTO to be explicitly enabled on non-ELF platforms that
2271         are known to support it inside else-clause.
2272         * configure: Regenerate.
2273
2274 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
2275
2276         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2277         * configure: Regenerate.
2278
2279 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
2280
2281         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2282         * configure: Regenerate.
2283
2284 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2285
2286         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2287         separately.
2288         * configure: Regenerate.
2289
2290 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
2291
2292         * MAINTAINERS (Write After Approval): Add myself.
2293
2294 2010-04-14  Tristan Gingold  <gingold@adacore.com>
2295
2296         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2297         * configure: Regenerate.
2298
2299 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
2300
2301         * configure: Regenerate after change to elf.m4.
2302
2303 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
2304
2305         * MAINTAINERS (Write After Approval): Add myself.
2306
2307 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
2308
2309         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2310         * configure: Regenerated.
2311
2312 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
2313
2314         * configure.ac: Print "buggy but acceptable" when CLooG
2315         revision is less than 9.
2316         * configure: Regenerated.
2317
2318 2010-04-01  Diego Novillo  <dnovillo@google.com>
2319
2320         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
2321
2322 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2323
2324         PR bootstrap/43615
2325         PR bootstrap/43328
2326
2327         Revert:
2328
2329         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2330
2331         * configure.ac: Do not pass --enable-multilib nor
2332         --disable-multilib in baseargs.  Accept explicitly passed
2333         --enable_multilib.
2334         * configure: Regenerate.
2335
2336 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
2337
2338         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
2339
2340 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
2341
2342         * MAINTAINERS: Remove myself.
2343
2344 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2345
2346         PR bootstrap/43328
2347         * configure.ac: Do not pass --enable-multilib nor
2348         --disable-multilib in baseargs.  Accept explicitly passed
2349         --enable_multilib.
2350         * configure: Regenerate.
2351
2352 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
2353
2354         * MAINTAINERS (spu port): Remove me.
2355
2356 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
2357
2358         * configure.ac (tic6x-*-*): New case.
2359         * configure: Regenerate.
2360
2361 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
2362
2363         * config.sub: Update to version 2010-03-22.
2364         * config.guess: Update to version 2009-12-30.
2365
2366 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
2367
2368         PR ada/42554
2369         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2370         * configure: Regenerate.
2371
2372 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2373
2374         * MAINTAINERS: Update my email address.
2375
2376 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
2377
2378         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
2379         (ghassan.shobaki@amd.com): Removed.
2380
2381 2010-03-17  Alan Modra  <amodra@gmail.com>
2382
2383         * MAINTAINERS: Update my email address.
2384
2385 2010-03-16  Diego Novillo  <dnovillo@google.com>
2386
2387         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
2388         Matthews.
2389
2390 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
2391
2392         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
2393         Gutson, Jeffrey D. Oldham and Mark Shinwell.
2394
2395 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
2396
2397         * MAINTAINERS: Update my email address.
2398
2399 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
2400
2401         * MAINTAINERS: Update my email address.
2402
2403 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
2404
2405         * MAINTAINERS: Update my email address.
2406
2407 2010-03-09  Jie Zhang  <jie@codesourcery.com>
2408
2409         * MAINTAINERS: Update my email address.
2410
2411 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2412
2413         PR libstdc++/32499
2414         * configure.ac (RANLIB): Default to true.
2415         (STRIP): Likewise.
2416         (RANLIB_FOR_TARGET): Remove superfluous : argument.
2417         * configure: Regenerate.
2418
2419 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
2420
2421         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
2422         (Write After Approval): Update my email address.
2423
2424 2010-02-17  Nick Clifton  <nickc@redhat.com>
2425
2426         PR 11238
2427         * Makefile.tpl (local-distclean): Also remove config.cache files in
2428         sub-directories as there may not be Makefiles present in the
2429         sub-directories.
2430         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2431         the config.cache files found by the find command.
2432
2433         * Makefile.in: Regenerate.
2434         * configure.ac: Revert previous delta.
2435         * configure: Regenerate.
2436
2437 2010-02-15  Nick Clifton  <nickc@redhat.com>
2438
2439         PR 11238
2440         * configure.ac: Delete config.cache files in sub-directories when
2441         deleting Makefiles.
2442         * configure: Regenerate.
2443
2444 2010-02-12  Ben Elliston  <bje@gnu.org>
2445
2446         * MAINTAINERS: Update my email address.
2447
2448 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
2449
2450         * MAINTAINERS (spu port): Update my email address.
2451
2452 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
2453
2454         * MAINTAINERS: Add myself as a maintainer for the bfin port.
2455
2456 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2457
2458         * configure.ac: Add "recommended" version checks for GMP/MPC.
2459         Update recommended GMP/MPFR/MPC versions.
2460         * configure: Regenerate.
2461
2462 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
2463
2464         * MAINTAINERS: Move my Embecosm email address into the
2465         write-after-approval section.
2466
2467 2010-01-26  Ian Lance Taylor  <iant@google.com>
2468
2469         * MAINTAINERS: Add myself as Go frontend maintainer.
2470
2471 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
2472
2473         PR libstdc++/36101, PR libstdc++/42813
2474         * configure.ac (bootstrap_target_libs): Make inclusion of
2475         target-libgomp conditional on libgomb being in target_configdirs.
2476         * configure: Regenerate.
2477
2478 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
2479
2480         PR libstdc++/36101, PR libstdc++/42813
2481         * configure.ac (bootstrap_target_libs): Include target-libgomp.
2482         * configure: Regenerate.
2483
2484 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
2485
2486         PR libstdc++/36101, PR libstdc++/42813
2487         * configure.ac (target_configdirs): Substitute.
2488         * Makefile.def: Bootstrap target module libgomp.
2489         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2490         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2491         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2492         * configure, Makefile.in: Regenerate.
2493
2494 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2495
2496         * MAINTAINERS: Adjust my details.
2497
2498 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
2499
2500         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
2501
2502 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
2503
2504         * MAINTAINERS: reindented my entry with tabs instead of spaces.
2505
2506 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
2507
2508         * MAINTAINERS (Write After Approval): Add myself.
2509
2510 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2511
2512         * MAINTAINERS (Write After Approval): Add myself.
2513
2514 2010-01-11  Richard Guenther  <rguenther@suse.de>
2515
2516         PR lto/41569
2517         * Makefile.def (all-lto-plugin): Depend on all-gcc.
2518         * Makefile.in: Regenerated.
2519
2520 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
2521
2522         * configure.ac: Enable libjava build on x86_64-*freebsd*.
2523         * configure: Regenerate.
2524
2525 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2526             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2527
2528         PR bootstrap/42424
2529         * configure.ac: Include libtool m4 files.
2530         (_LT_CHECK_OBJDIR): Call it.
2531         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2532         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2533
2534         * configure: Regenerate.
2535
2536 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2537
2538         PR bootstrap/41818
2539         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2540         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
2541         * Makefile.in: Regenerate.
2542
2543 2010-01-02  Richard Guenther  <rguenther@suse.de>
2544
2545         PR lto/41529
2546         * configure.ac: Include config/elf.m4.  Disable LTO if not
2547         builting for an elf target.
2548         * configure: Regenerate.
2549
2550 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
2551
2552         * MAINTAINERS: Change my email address.
2553
2554 2009-12-18  Ben Elliston  <bje@au.ibm.com>
2555
2556         * config.sub, config.guess: Update from upstream sources.
2557
2558 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
2559
2560         * MAINTAINERS (Write After Approval): Add myself.
2561
2562 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2563
2564         PR middle-end/30447
2565         PR middle-end/30789
2566         PR other/40302
2567
2568         * configure.ac: Require MPC.
2569         * configure: Regenerate.
2570
2571 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2572
2573         PR target/38384
2574         PR bootstrap/40972
2575         * libtool.m4: Sync from git Libtool.
2576         * ltoptions.m4: Likewise.
2577         * ltversion.m4: Likewise.
2578         * lt~obsolete.m4: Likewise.
2579         * ltmain.sh: Likewise.
2580
2581 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2582
2583         * configure.ac: Update minimum MPC version to 0.8.
2584         * configure: Regenerate.
2585
2586 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
2587
2588         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
2589         * configure: Regenerated.
2590
2591 2009-11-21  Ian Lance Taylor  <iant@google.com>
2592
2593         * configure.ac: Change default of poststage1_ldflags to be empty if
2594         poststage1_libs is set.  When poststage1_libs is empty, and
2595         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
2596         * configure: Rebuild.
2597
2598 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
2599
2600         * MAINTAINERS (Write After Approval): Update my email address.
2601
2602 2009-11-20  Ben Elliston  <bje@au.ibm.com>
2603
2604         * config.guess: Update from upstream sources.
2605
2606 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
2607
2608         * Makefile.def: Restore host and target settings for gmp.
2609         * Makefile.in: Rebuild.
2610
2611 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
2612
2613         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
2614         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
2615         Fix portability of test of C++ as bootstrap language.  Add
2616         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2617         * configure: Rebuild.
2618         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2619         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
2620         in-tree building.
2621         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2622         (POSTSTAGE1_HOST_EXPORTS): Use it.
2623         (STAGE[+id+]_CXXFLAGS): New.
2624         (BASE_FLAGS_TO_PASS): Pass it down.
2625         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
2626         extra_exports.
2627         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2628         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2629         extra_exports.
2630         * Makefile.in: Rebuild.
2631
2632 2009-11-17  Ben Elliston  <bje@au.ibm.com>
2633
2634         * config.sub, config.guess: Update from upstream sources.
2635
2636 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2637
2638         * MAINTAINERS (Write After Approval): Add myself.
2639
2640 2009-11-09  Jon Beniston  <jon@beniston.com>
2641
2642         * MAINTAINERS (Write After Approval): Add myself.
2643
2644 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
2645
2646         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
2647         paths for *-w64-mingw* and x86_64-*mingw*.
2648         * configure: Regenerated.
2649
2650 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
2651
2652         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
2653
2654 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
2655
2656         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
2657         Phil Edwards to Write-After Approval.
2658
2659 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
2660
2661         * configure.ac: Disable target-winsup & co for
2662         x86_64-*-mingw* and *-w64-mingw* targets.
2663         * configure: Regenerated.
2664
2665 2009-10-16  Nick Clifton  <nickc@redhat.com>
2666
2667         * MAINTAINERS: Add myself as a maintainer for the RX port.
2668
2669 2009-10-26  Johannes Singler  <singler@kit.edu>
2670
2671         * MAINTAINERS (Write After Approval): Update my e-mail address.
2672
2673 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2674
2675         * configure.ac (CLooG test): Use = with test.
2676         * configure: Regenerate.
2677
2678 2009-10-22  Richard Guenther  <rguenther@suse.de>
2679
2680         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
2681         cloog if the ppl version check failed.  Move flags saving
2682         before setting in libelf check.
2683         * configure: Regenerate.
2684
2685 2009-10-21  Richard Guenther  <rguenther@suse.de>
2686
2687         * configure.ac: Adjust the ppl and cloog configure to work as
2688         documented.  Disable cloog if ppl was disabled.  Omit the version
2689         checks if they were disabled.
2690         * configure: Re-generate.
2691
2692 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2693
2694         * configure.ac: Add 'lto' to enable_languages, not
2695         new_enable_languages, and only if not already present.
2696         * configure: Regenerate.
2697
2698 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
2699
2700         * README: Refer to the various COPYING* files instead of just
2701         COPYING.
2702         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2703
2704 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
2705
2706         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2707
2708 2009-10-07  Richard Guenther  <rguenther@suse.de>
2709
2710         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2711         and Richard Guenther as reviewers.
2712         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2713         as reviewers.
2714
2715 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
2716
2717         * config.sub: Update from upstream sources.
2718
2719 2009-10-06  Ian Lance Taylor  <iant@google.com>
2720
2721         * Makefile.def: check-gold depends upon all-gas.
2722         * Makefile.in: Rebuild.
2723
2724 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
2725
2726         * MAINTAINERS (Write After Approval): Add myself.
2727
2728 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
2729
2730         * Makefile.def: all-lto-plugin depends on all-libiberty.
2731         set bootstrap=true for lto-plugin.
2732         Add lto-plugin.
2733         * Makefile.in: Regenerate.
2734         * configure.ac (host_libs): Add lto-plugin.
2735         * configure: Regenerate.
2736
2737 2009-10-03  Diego Novillo  <dnovillo@google.com>
2738
2739         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2740         (HOST_LIBELFLIBS): Define.
2741         (HOST_LIBELFINC): Define.
2742         * Makefile.in: Regenerate.
2743         * configure.ac: Add --enable-lto.
2744         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2745         If --enable-lto is used, add 'lto' to new_enable_languages.
2746         If --enable-lto is used and gold is enabled, add
2747         lto-plugin to configdirs.
2748         * configure: Regenerate.
2749
2750 2009-10-03  Simon Baldwin  <simonb@google.com>
2751
2752         * configure.ac: If --with-system-zlib, suppress local zlib and
2753         pass --with-system-zlib to subdir configure scripts.
2754         * configure: Regenerate.
2755
2756 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
2757             Paolo Bonzini  <bonzini@gnu.org>
2758
2759         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2760         $(srcdir).
2761         * Makefile.in: Rebuilt.
2762
2763 2009-09-26  Gary Funck  <gary@intrepid.com>
2764
2765         * MAINTAINERS (Write After Approval): Add myself.
2766
2767 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2768
2769         * configure.ac: Update minimum MPC version to 0.7.
2770         * configure: Regenerate.
2771
2772 2009-09-25  Nick Clifton  <nickc@redhat.com>
2773
2774         * configure.ac: Pass any --cache-file=/dev/null option on to
2775         subconfigures.
2776         * configure: Regenerate.
2777
2778 2009-09-23  Nick Clifton  <nickc@redhat.com>
2779
2780         * config.sub, config.guess: Update from upstream sources.
2781
2782 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
2783
2784         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2785         * Makefile.in: Rebuilt.
2786
2787 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2788
2789         PR bootstrap/32272
2790         * configure.ac: Error out if $srcdir isn't '.' but contains
2791         host-${host_noncanonical}.
2792         * configure: Regenerate.
2793
2794 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2795
2796         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2797         maintainer.
2798
2799 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2800
2801         * configure.ac: If bootstrapping a combined tree with
2802         --enable-gold, require c++ in stage1_languages.
2803         * configure: Regenerate.
2804
2805         * configure.ac: Also add target_libs of stage1_languages to
2806         bootstrap_target_libs.
2807         * configure: Regenerate.
2808
2809         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2810         with --enable-languages not containing c++.
2811         * configure: Regenerate.
2812
2813 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
2814
2815         * configure.ac: Disable java and boehm-gc for bfin-*-*.
2816         * configure: Regenerate.
2817
2818 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
2819
2820         * MAINTAINERS (Write After Approval): Update my e-mail address,
2821         and move from from here...
2822         (Waiting for paperwork): To here.
2823
2824 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
2825
2826         * MAINTAINERS (Reviewers): Add self as driver reviewer.
2827
2828 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2829
2830         * configure.ac: Do not use $extrasub for replacing @if/@endif
2831         parts in Makefile; instead, use additional arguments to
2832         AC_CONFIG_COMMANDS to do the replacement manually, with several
2833         sed invocations, to avoid HP-UX sed command limits.
2834         * configure: Regenerate.
2835
2836 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
2837
2838         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2839         blank before -L.
2840
2841 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
2842
2843         * configure.ac (with-build-config): Document.  Handle without.
2844         Handle missing argument.
2845         * configure: Rebuilt.
2846
2847 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
2848
2849         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
2850         Default to bootstrap-debug only if compare-debug works.
2851         * configure: Rebuilt.
2852         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2853         * Makefile.in: Rebuilt.
2854
2855 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2856
2857         * MAINTAINERS (OS Port Maintainers): Update my email address.
2858
2859 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
2860
2861         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2862         * Makefile.in: Rebuilt.
2863
2864 2009-09-01  Chris Demetriou  <cgd@google.com>
2865
2866         * MAINTAINERS (Write After Approval): Add myself.
2867
2868 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
2869
2870         PR debug/30161
2871         * include/dwarf2.h (enum dwarf_tag): Added
2872         DW_TAG_GNU_template_template_param
2873         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2874
2875 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2876
2877         * Makefile.tpl (AWK): Fix typo.
2878         * Makefile.in: Regenerate.
2879
2880 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2881
2882         * configure.ac: Detect awk and sed.
2883         * Makefile.def (flags_to_pass): Add AWK and SED.
2884         * Makefile.tpl (AWK, SED): New.
2885         (BASE_FLAGS_TO_PASS): Add AWK and SED.
2886         * configure: Regenerate.
2887         * Makefile.in: Regenerate.
2888
2889 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
2890
2891         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2892         (collapseslashes): Likewise.
2893
2894 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2895
2896         * configure.ac (AC_PREREQ): Bump to 2.64.
2897
2898 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2899
2900         * configure.ac: Remove --with-datarootdir, --with-docdir,
2901         --with-pdfdir, --with-htmldir switches.
2902         * configure: Regenerate.
2903
2904         * configure: Regenerate.
2905
2906         * compile: Sync from Automake 1.11.
2907         * depcomp: Likewise.
2908         * install-sh: Likewise.
2909         * missing: Likewise.
2910         * mkinstalldirs: Likewise.
2911         * ylwrap: Likewise.
2912
2913 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
2914
2915         * ltmain.sh (func_normal_abspath): New function.
2916         (func_relative_path): Likewise.
2917         (func_mode_help): Document new -bindir option for link mode.
2918         (func_mode_link): Add new -bindir option, and use it to place
2919         output DLL if specified.
2920
2921 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2922
2923         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2924         (baseargs): Add --disable-option-checking.
2925         * configure: Regenerate.
2926
2927         * Makefile.def (configure-target-libiberty): Depend on
2928         all-binutils and all-ld.
2929         (configure-target-newlib): Likewise.
2930         * Makefile.in: Regenerate.
2931
2932 2009-08-17  Ben Elliston  <bje@au.ibm.com>
2933
2934         * config.sub, config.guess: Update from upstream sources.
2935
2936 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2937
2938         Sync from src, merge:
2939
2940         2009-07-02  Tristan Gingold  <gingold@adacore.com>
2941
2942         * configure.ac: Do not exclude gas for i386-*-darwin.
2943         Add a case for x86_64-*-darwin.
2944         * configure: Regenerate.
2945
2946 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
2947
2948         * MAINTAINERS: Add my name to Write After Approval list.
2949
2950 2009-08-06  Michael Eager  <eager@eagercon.com>
2951
2952         * configure.ac: Add Microblaze target.
2953         * configure: Regenerate.
2954
2955 2009-07-31  Christian Bruel  <christian.bruel@st.com>
2956
2957         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2958         * configure: Regenerate.
2959
2960 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
2961
2962         * MAINTAINERS (Write After Approval): Update my e-mail address.
2963
2964 2009-07-06  Ian Lance Taylor  <iant@google.com>
2965
2966         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2967         * configure: Rebuild.
2968
2969 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
2970
2971         * MAINTAINERS: Move myself to the Graphite Reviewers.
2972
2973 2009-06-30  Wei Guozhi  <carrot@google.com>
2974
2975         * MAINTAINERS: Add my name to Write After Approval list.
2976
2977 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
2978
2979         PR bootstrap/40338
2980         * configure.ac (comparestring): Create new variable.
2981         * Makefile.tpl (comparestring): Use to skip some comparisions.
2982         * configure: Regenerate.
2983         * Makefile.in: Regenerate.
2984
2985 2009-06-26  Doug Evans  <dje@sebabeach.org>
2986
2987         * Makefile.def (host_modules): Add cgen.
2988         * Makefile.in: Regenerate.
2989         * configure.ac (host_tools): Add cgen.
2990         * configure: Regenerate.
2991
2992 2009-06-23  DJ Delorie  <dj@redhat.com>
2993
2994         * MAINTAINERS: Add myself as mep maintainer.
2995
2996 2009-06-23  Ian Lance Taylor  <iant@google.com>
2997
2998         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
2999         boot_languages.  Only bootstrap target libraries listed in
3000         target_libs for some boot language.  Add --with-stage1-ldflags,
3001         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
3002         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
3003         if not building with C++.
3004         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3005         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3006         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3007         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
3008         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
3009         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
3010         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3011         * configure, Makefile.in: Rebuild.
3012
3013 2009-06-23  Li Feng  <nemokingdom@gmail.com>
3014
3015         * MAINTAINERS: Added my name to write-after-approval list.
3016
3017 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
3018
3019         * configure.ac: Define is_elf for QNX Neutrino targets.
3020         * configure: Regenerate.
3021
3022 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
3023
3024         * MAINTAINERS: Added my name to the write-after-approval list
3025
3026 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3027
3028         * configure.ac: Detect MPC in default directory.
3029         * configure: Regenerate.
3030
3031 2009-06-03  Jerome Guitton  <guitton@adacore.com>
3032             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3033
3034         * Makefile.tpl (all): Avoid a trailing backslash.
3035         * Makefile.in: Regenerate.
3036
3037 2009-06-03  Ben Elliston  <bje@au.ibm.com>
3038
3039         * config.sub, config.guess: Update from upstream sources.
3040
3041 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
3042
3043         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3044         to noconfdirs.
3045         * configure: Regenerate.
3046
3047 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
3048
3049         * Makefile.tpl ([+compare-target+]): Compare all stage
3050         directories, rather than just gcc.
3051         * Makefile.in: Rebuilt.
3052
3053 2009-06-01  Doug Kwan  <dougkwan@google.com>
3054
3055         * configure.ac: Support gold for target arm*-*-*.
3056         * configure: Regenerate.
3057
3058 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3059
3060         * Makefile.def: Add MPC support and dependencies.
3061         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
3062
3063         * Makefile.in, configure: Regenerate.
3064
3065 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
3066
3067         * Makefile.tpl (all): Avoid harmless warning in make all when
3068         gcc-bootstrap is enabled but stage_last does not exist.
3069         * Makefile.in: Rebuilt.
3070
3071 2009-05-24  Nicolas Roche  <roche@adacore.com>
3072
3073         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3074         * Makefile.in: Regenerate.
3075
3076 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
3077
3078         * MAINTAINERS: Update my e-mail address.
3079
3080 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
3081
3082         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
3083         * configure:  Regenerate.
3084
3085 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
3086
3087         PR other/40159
3088         * Makefile.tpl (all): Don't assume gcc-bootstrap and
3089         gcc-no-bootstrap are mutually exclusive.
3090         * Makefile.in: Rebuilt.
3091
3092 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
3093
3094         PR other/40159
3095         * Makefile.tpl (all): Don't end with unconditional success.
3096         * Makefile.in: Rebuilt.
3097
3098 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
3099
3100         PR target/37137
3101         * Makefile.def (flags_to_pass): Remove redundant and incomplete
3102         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3103         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3104         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
3105         stage_configureflags, stage_cflags and stage_libcflags into
3106         explicit Makefile macros.
3107         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3108         GFORTRAN.
3109         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3110         CC.  Set CC_FOR_BUILD from CC.
3111         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3112         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3113         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3114         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
3115         and GFORTRAN.
3116         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3117         (_LIBCFLAGS): Renamed to _TFLAGS.
3118         (do-compare-debug, do-compare3-debug): Drop.
3119         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3120         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3121         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3122         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3123         (XGCC_FLAGS_FOR_TARGET): New.
3124         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3125         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3126         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3127         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3128         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
3129         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
3130         TFLAGS.
3131         (BUILD_CONFIG): Include if requested.
3132         (all): Set TFLAGS on bootstrap.
3133         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3134         (all-stageid-prefixmodule): Likewise.
3135         (do-clean, distclean-stageid): Set TFLAGS.
3136         (restrap): Fix whitespace.
3137         * Makefile.in: Rebuilt.
3138
3139 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
3140
3141         * config.guess: Sync with src.
3142
3143 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
3144
3145         * configure.ac ($with_ppl):  Default to no if not supplied.
3146         ($with_cloog):  Likewise.
3147         configure:  Regenerate.
3148
3149 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
3150
3151         * MAINTAINERS: Update my e-mail address.
3152
3153 2009-04-27  Nick Clifton  <nickc@redhat.com>
3154
3155         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
3156
3157 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
3158
3159         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3160         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3161         * Makefile.in: Regenerate.
3162
3163 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3164
3165         PR bootstrap/39739
3166         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3167         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3168
3169         * configure, Makefile.in: Regenerate.
3170
3171 2009-04-21  Taras Glek  <tglek@mozilla.com>
3172
3173         * include/hashtab.h: Update GTY annotations to new syntax
3174         * include/splay-tree.h: Likewise
3175
3176 2009-04-17  Ben Elliston  <bje@au.ibm.com>
3177
3178         * config.sub, config.guess: Update from upstream sources.
3179
3180 2009-04-15  Anthony Green  <green@moxielogic.com>
3181
3182         * configure.ac: Add moxie support.
3183         * configure: Rebuilt.
3184
3185 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
3186
3187         * configure.ac: Change copyright header to refer to version
3188         3 of the GNU General Public License and to point readers at the
3189         COPYING3 file and the FSF's license web page.
3190         * Makefile.def: Likewise.
3191         * Makefile.tpl: Likewise.
3192         * Makefile.in: Regenerate.
3193
3194 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
3195
3196         * configure.ac: Restore match for darwin9 or later. Use double
3197         brackets since regeneration eats one pair.
3198         * configure: Regenerate.
3199
3200 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
3201
3202         PR gas/10039
3203         * configure.ac: Require texinfo 4.7.
3204         * configure: Regenerated.
3205
3206 2009-04-09  Nick Clifton  <nickc@redhat.com>
3207
3208         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
3209         the GCC Runtime Library Exception.
3210
3211 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3212
3213         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3214         * configure: Regenerate.
3215
3216 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
3217
3218         * Makefil.def (languages): New entries.
3219         * Makefile.tpl (check-gcc-*): New generic target.
3220         * Makefile.in: Regenerate.
3221
3222 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
3223
3224         * MAINTAINERS:  Update my email address.
3225
3226 2009-03-18  Tom Tromey  <tromey@redhat.com>
3227
3228         * configure: Rebuild.
3229         * configure.ac (host_libs): Add libiconv.
3230         * Makefile.in: Rebuild.
3231         * Makefile.def (host_modules): Add libiconv.
3232         (configure-gdb, all-gdb): Depend on libiconv.
3233
3234 2009-03-16  Tristan Gingold  <gingold@adacore.com>
3235
3236         * configure.ac: Treat gdb as supported on x86_64-darwin.
3237         * configure: Regenerate.
3238
3239 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
3240
3241         * configure.ac (--with-host-libstdcxx): New option.
3242         * configure: Regenerate.
3243
3244 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
3245
3246         * MAINTAINERS:  Move myself into the write after approval list.
3247
3248 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
3249
3250         * MAINTAINERS: Update e-mail address.
3251
3252 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
3253
3254         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
3255
3256 2009-03-10  Ira Rosen  <irar@il.ibm.com>
3257
3258         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
3259
3260 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3261
3262         Backport from git Libtool:
3263
3264         2009-01-19  Robert Millan  <rmh@aybabtu.com>
3265         Support GNU/kOpenSolaris.
3266         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3267         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3268         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3269         GNU/kOpenSolaris.
3270
3271 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
3272
3273         * MAINTAINERS: Update e-mail address.
3274
3275 2009-02-24  Michael Eager  <eager@eagercon.com>
3276
3277         * MAINTAINERS (Write After Approval): Add self.
3278
3279 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
3280
3281         * MAINTAINERS (Write After Approval): Add myself.
3282
3283 2009-02-05  Andreas Schwab  <schwab@suse.de>
3284
3285         * Makefile.tpl (stage_last): Define $r and $s before using
3286         $(RECURSE_FLAGS_TO_PASS).
3287         * Makefile.in: Regenerate
3288
3289 2009-01-30  Ian Lance Taylor  <iant@google.com>
3290
3291         * MAINTAINERS: Move myself to the Global Reviewers list.
3292
3293 2009-01-29  Robert Millan  <rmh@aybabtu.com>
3294
3295         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3296         * configure: Regenerate.
3297
3298 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
3299
3300         * MAINTAINERS: Make whitespace consistent.
3301         Remove Robert Millan from Write After Approval.
3302
3303 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
3304
3305         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3306         (all-opcodes): Depend on all-libiberty.
3307         * Makefile.in: Regenerate.
3308
3309 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
3310
3311         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3312         * configure: Regenerate.
3313
3314 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
3315
3316         * MAINTAINERS (Write After Approval): Add myself.
3317
3318 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
3319
3320         * MAINTAINERS: Add myself to reviewers (Fortran).
3321
3322 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
3323
3324         PR tree-optimization/38515
3325         * configure.ac (cloog-polylib): Removed.
3326         (with_ppl, with_cloog): Test for "no".
3327         * configure: Regenerated.
3328
3329 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
3330
3331         * MAINTAINERS: Moved myself to reviewers (Fortran).
3332
3333 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
3334
3335         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
3336         (Write After Approval): Remove myself.
3337
3338 2009-01-03  Diego Novillo  <dnovillo@google.com>
3339
3340         * MAINTAINERS: Remove myself from alias maintainership.
3341
3342 2009-01-02  David Ayers  <ayers@fsfe.org>
3343
3344         * MAINTAINERS: Update e-mail address.
3345
3346 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
3347
3348         * MAINTAINERS: Make whitespace consistent.
3349
3350 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3351
3352         Backport from upstream Libtool:
3353         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3354         Add cache variables to tests that require the linker to work.
3355         For shlibpath_overrides_runpath, this also changes the semantics
3356         to let the result from the C compiler take precedence.
3357
3358 2008-12-02  Ben Elliston  <bje@au.ibm.com>
3359
3360         * config.sub, config.guess: Update from upstream sources.
3361
3362 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
3363
3364         * configure.ac (ppllibs): Add by default the lib flags.
3365         * configure: Regenerate.
3366
3367 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
3368
3369         * MAINTAINERS:  Add myself to the write after approval list.
3370
3371 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
3372
3373         * configure.ac: Add double brackets on darwin[912].
3374         * configure: Regenerate.
3375
3376 2008-12-03  Daniel Kraft  <d@domob.eu>
3377
3378         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
3379         Approval to Reviewer section (for Fortran front-end).
3380
3381 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
3382
3383         * configure.ac: Expand to darwin10 and later.
3384         * configure: Regenerate.
3385
3386 2008-12-02  Andreas Schwab  <schwab@suse.de>
3387
3388         * Makefile.def: configure-target-boehm-gc depends on
3389         all-target-libstdc++-v3.
3390         * Makefile.in: Regenerate.
3391
3392 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
3393
3394         * MAINTAINERS:  Add myself as mingw maintainer.
3395
3396 2008-12-02  Ben Elliston  <bje@au.ibm.com>
3397
3398         * config.sub, config.guess: Update from upstream sources.
3399
3400 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
3401
3402         * README.SCO: Remove.
3403
3404 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
3405
3406         * MAINTAINERS:  Add myself to the write after approval list.
3407
3408 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
3409
3410         * MAINTAINERS:  Update my email address in WAA section.
3411
3412 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
3413
3414         * MAINTAINERS: Update e-mail address.
3415
3416 2008-11-27  Toon Moene  <toon@moene.org>
3417
3418         * MAINTAINERS: Change e-mail address.
3419
3420 2008-11-27  Tristan Gingold  <gingold@adacore.com>
3421
3422         * configure.ac: Build gdb for i?86-*-darwin*
3423         * configure: Regenerated.
3424
3425 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
3426
3427         * MAINTAINERS: Added my full name.
3428
3429 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
3430
3431         PR bootstrap/38014
3432         PR bootstrap/37923
3433
3434         Revert:
3435
3436         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
3437
3438         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3439         * Makefile.in: Regenerated.
3440
3441         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
3442
3443         PR gdb/921
3444         PR gdb/1646
3445         PR gdb/2175
3446         PR gdb/2176
3447
3448         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3449         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3450         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
3451         (HOST_EXPORTS): Pass CPPFLAGS.
3452         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3453         (LDFLAGS_FOR_TARGET): Initialize from configure script.
3454         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3455         * Makefile.in, configure: Regenerated.
3456         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3457         and CPPFLAGS_FOR_BUILD.
3458
3459 2008-11-06  Jeff Law  <law@redhat.com>
3460
3461         * MAINTAINERS: Add myself as middle end maintainer.
3462
3463 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
3464
3465         * MAINTAINERS (Write after approval): Add myself.
3466
3467 2008-11-05  Diego Novillo  <dnovillo@google.com>
3468
3469         * MAINTAINERS (Global Reviewers): Add myself.
3470         (Non-Algorithmic Maintainers): Remove myself.
3471
3472 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
3473
3474         * MAINTAINERS (Write after approval): Add myself.
3475
3476 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
3477
3478         * MAINTAINERS (Write after approval): Add myself.
3479
3480 2008-10-31  Ben Elliston  <bje@au.ibm.com>
3481
3482         * configure.ac (spu-*-*): Remove special case.
3483         * configure: Regenerate.
3484
3485 2008-10-30  Catherine Moore  <clm@codesourcery.com>
3486
3487         * MAINTAINERS (Write after approval): Update my email address.
3488
3489 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
3490
3491         * configure.ac [spu-*-*]: Do not set skipdirs.
3492         * configure: Re-generate.
3493
3494 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
3495
3496         * MAINTAINERS (Various Maintainers): Add myself to reload.
3497
3498 2008-10-25  Richard Guenther  <rguenther@suse.de>
3499
3500         * MAINTAINERS (Various Maintainers): Add myself as middle-end
3501         maintainer.  Remove myself as libgcc-math maintainer.
3502         (Non-Algorithmic Maintainers): Remove myself.
3503
3504 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
3505
3506         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3507         * Makefile.in: Regenerated.
3508
3509 2008-10-23  Cary Coutant  <ccoutant@google.com>
3510
3511         * MAINTAINERS (Write after approval): Add myself.
3512
3513 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
3514
3515         PR gdb/921
3516         PR gdb/1646
3517         PR gdb/2175
3518         PR gdb/2176
3519
3520         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3521         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3522         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
3523         (HOST_EXPORTS): Pass CPPFLAGS.
3524         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3525         (LDFLAGS_FOR_TARGET): Initialize from configure script.
3526         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3527         * Makefile.in, configure: Regenerated.
3528         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3529         and CPPFLAGS_FOR_BUILD.
3530
3531 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
3532
3533         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
3534         Sebastian Pop.
3535
3536 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
3537
3538         * MAINTAINERS (Write After Approval): Added myself.
3539
3540 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3541
3542         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3543         recommended version to 2.3.2.
3544
3545         * configure: Regenerate.
3546
3547 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
3548
3549         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
3550
3551 2008-09-29  David Daney <david.daney@caviumnetworks.com>
3552
3553         * MAINTAINERS (Write After Approval): Update e-mail address.
3554
3555 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
3556
3557         * libtool.m4: Update to libtool 2.2.6.
3558         * lt~obsolete.m4: Update to libtool 2.2.6.
3559         * ltmain.sh: Update to libtool 2.2.6.
3560         * ltsugar.m4: Update to libtool 2.2.6.
3561         * ltversion.m4: Update to libtool 2.2.6.
3562         * ltoptions.m4: Update to libtool 2.2.6.
3563         * ltgcc.m4: Update to match changes from libtool 2.2.6.
3564
3565 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
3566
3567         * MAINTAINERS (Write After Approval): Add myself.
3568
3569 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3570
3571         * MAINTAINERS (Write After Approval): Update my name.
3572
3573 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
3574
3575         * MAINTAINERS: Add myself in "Write After Approval".
3576
3577 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
3578
3579         * MAINTAINERS: Add myself as ia64 maintainer.
3580
3581 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
3582
3583         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
3584         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
3585         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
3586         and Michael Tiemann from Write After Approval since they do not
3587         actually have access.
3588
3589 2008-09-05  Richard Guenther  <rguenther@suse.de>
3590
3591         * configure.ac: Initialize clooglibs to -lcloog.
3592         * configure: Re-generate.
3593
3594 2008-09-04  Le-Chun Wu  <lcwu@google.com>
3595
3596         * MAINTAINERS (Write After Approval): Add myself.
3597
3598 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
3599
3600         * configure.ac (--with-cloog-polylib): New.
3601         (--disable-cloog-version-check): New.
3602         (--disable-ppl-version-check): New.
3603         * configure: Re-generate.
3604
3605 2008-09-03  Richard Guenther  <rguenther@suse.de>
3606
3607         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3608         cloog test.
3609         * configure: Re-generate.
3610
3611 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
3612
3613         Add picoChip port.
3614         * MAINTAINERS: Add picoChip maintainers.
3615
3616 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
3617             Tobias Grosser  <grosser@fim.uni-passau.de>
3618             Jan Sjodin  <jan.sjodin@amd.com>
3619             Harsha Jagasia  <harsha.jagasia@amd.com>
3620             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3621             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
3622             Adrien Eliche  <aeliche@isty.uvsq.fr>
3623
3624         Merge from graphite branch.
3625         * configure: Regenerate.
3626         * Makefile.in: Regenerate.
3627         * configure.ac (host_libs): Add ppl and cloog.
3628         Add checks for PPL and CLooG.
3629         * Makefile.def (ppl, cloog): Added modules and dependences.
3630         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3631         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3632
3633 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
3634
3635         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3636         (GCC_SHLIB_SUBDIR): New.
3637         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3638         * configure: Regenerate.
3639         * Makefile.in: Regenerate.
3640
3641 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
3642
3643         * MAINTAINERS: Consistently use tabs to separate columns.
3644
3645 2008-08-29  Tristan Gingold  <gingold@adacore.com>
3646
3647         * MAINTAINERS (Write after Approval): Add myself.
3648
3649 2008-08-28  Tristan Gingold  <gingold@adacore.com>
3650
3651         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3652         Enable bfd, binutils and opcodes.
3653         * configure: Regenerate.
3654
3655 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3656
3657         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
3658
3659 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3660
3661         * MAINTAINERS:  Use correct Umlaut for last name.
3662
3663 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3664
3665         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3666
3667 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
3668
3669         * MAINTAINERS: Update my email address.
3670
3671 2008-08-16  Nicolas Roche  <roche@adacore.com>
3672
3673         * Makefile.tpl: Add BOOT_ADAFLAGS.
3674         * Makefile.in: Regenerate.
3675
3676 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
3677
3678         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3679         * configure: Regenerate.
3680
3681 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
3682
3683         * configure.ac: Add makefile fragments for hpux.
3684         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3685         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3686         * configure: Regenerate.
3687         * Makefile.in: Regenerate.
3688
3689 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
3690
3691         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3692
3693 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
3694
3695         * MAINTAINERS (Write after Approval): Add myself.
3696
3697 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
3698
3699         * MAINTAINERS (Write After Approval):  Add myself.
3700
3701 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
3702
3703         * MAINTAINERS (Write After Approval):  Add myself.
3704
3705 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
3706
3707         * MAINTAINERS: Update my email address.
3708
3709 2008-06-25  Joey Ye  <joey.ye@intel.com>
3710
3711         * MAINTAINERS (Write After Approval):  Add myself.
3712
3713 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3714
3715         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3716         * Makefile.in: Regenerate.
3717         * configure: Regenerate.
3718
3719 2008-06-17  Daniel Kraft  <d@domob.eu>
3720
3721         * MAINTAINERS (Write After Approval):  Add myself.
3722
3723 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3724
3725         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3726         "$@" is still intact with both Autoconf 2.59 and 2.62.
3727         * configure: Regenerate.
3728
3729 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3730
3731         * Makefile.tpl: Fix comment errors.
3732         * Makefile.in: Regenerate.
3733
3734 2008-06-12  David S. Miller  <davem@davemloft.net>
3735             David Edelsohn  <edelsohn@gnu.org>
3736
3737         * configure.ac: Add powerpc*-*-* to gold supported targets.
3738         * configure: Regenerate.
3739
3740 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
3741
3742         PR tree-optimization/36218
3743         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3744         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3745         (all prefix="build-"): Pass them to build-system sub-makes.
3746         * Makefile.in: Regenerate.
3747
3748 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
3749
3750         * MAINTAINERS (mt port): Remove.
3751         (sco5, unixware, sco udk): Remove.
3752         (Kean Johnston): Add to Write After Approval.
3753
3754 2008-05-30  Julian Brown  <julian@codesourcery.com>
3755
3756         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3757         of libobjc for ARM EABI Linux.
3758         * configure: Regenerate.
3759
3760 2008-05-18  Xinliang David Li   <davidxl@google.com>
3761
3762         * ChangeLog: Remove wrong ChangeLog entry.
3763
3764 2008-05-17  Xinliang David Li   <davidxl@google.com>
3765
3766         * MAINTAINERS (Write After Approval): Add myself.
3767
3768 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
3769
3770         * MAINTAINERS (Write After Approval): Add myself.
3771
3772 2008-05-14  Rafael Espíndola  <espindola@google.com>
3773
3774         * config-ml.in: don't handle --enable-shared and --enable-static.
3775
3776 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
3777
3778         * MAINTAINERS: Update my email address.
3779
3780 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
3781
3782         * MAINTAINERS: Update my email address.
3783
3784 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
3785
3786         * MAINTAINERS (Write After Approval): Add myself.
3787
3788 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
3789
3790         * MAINTAINERS (Write After Approval): Add myself.
3791
3792 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
3793
3794         * MAINTAINERS (crx): Add myself.
3795
3796 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3797
3798         Sync with src:
3799         2008-04-14  David S. Miller  <davem@davemloft.net>
3800
3801         * configure.ac: Add sparc*-*-* to gold supported targets.
3802         * configure: Regenerate.
3803
3804 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3805
3806         PR bootstrap/35457
3807         * configure.ac: Include override.m4.
3808         * configure: Regenerate.
3809
3810 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3811
3812         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3813         * Makefile.in: Regenerate.
3814
3815 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
3816
3817         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3818         as nonconfigurable directories list.
3819         * configure: Regenerate.
3820
3821 2008-04-14  Ben Elliston  <bje@au.ibm.com>
3822
3823         * config.sub, config.guess: Update from upstream sources.
3824
3825 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
3826
3827         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3828         * Makefile.in: Regenerate.
3829
3830 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
3831
3832         * configure.ac: Do not build libssp for the AVR.
3833         * configure: Regenerate.
3834
3835 2008-04-07  Ian Lance Taylor  <iant@google.com>
3836
3837         * Makefile.def: check-gold depends upon all-binutils.
3838         * Makefile.in: Regenerate.
3839
3840 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
3841
3842         * MAINTAINERS (Write After Approval): Add myself.
3843
3844 2008-04-04  Nick Clifton  <nickc@redhat.com>
3845
3846         PR binutils/4334
3847         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3848         builds.
3849         * configure: Regenerate.
3850
3851 2008-04-04  NightStrike  <NightStrike@gmail.com>
3852
3853         PR other/35151
3854         * configure.ac: Combine rules for mingw32 and mingw64.
3855         * configure: Regenerate.
3856
3857 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
3858
3859         * MAINTAINERS (Write After Approval): Add myself.
3860
3861 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
3862
3863         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3864         * Makefile.in (.NOTPARALLEL): Ditto.
3865
3866 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
3867
3868         * MAINTAINERS (Write After Approval): Add myself.
3869
3870 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
3871
3872         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3873         * Makefile.in (.NOTPARALLEL): Regenerate.
3874
3875 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
3876
3877         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3878         * Makefile.in: Regenerate.
3879
3880 2008-03-26  Jakub Staszak  <kuba@et.pl>
3881
3882         * MAINTAINERS (Write After Approval): Add myself.
3883
3884 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3885
3886         * MAINTAINERS:  Update e-mail address.
3887
3888 2008-03-20  Ian Lance Taylor  <iant@google.com>
3889
3890         * configure.ac: Add support for --enable-gold.
3891         * Makefile.def: Add gold as a directory like ld.
3892         * configure, Makefile.in: Regenerate.
3893
3894 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3895
3896         * configure.ac: m4_include config/proginstall.m4.
3897         * configure: Regenerate.
3898
3899         Backport from upstream Libtool:
3900
3901         2007-10-12  Eric Blake  <ebb9@byu.net>
3902
3903         Deal with Autoconf 2.62's semantic change in m4_append.
3904         * ltsugar.m4 (lt_append): Replace broken versions of
3905         m4_append.
3906         (lt_if_append_uniq): Don't require separator to be overquoted,
3907         and avoid broken m4_append.
3908         (lt_dict_add): Fix typo.
3909         * libtool.m4 (_LT_DECL): Don't overquote separator.
3910
3911 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
3912
3913         * config.rpath: Add AIX 6 support.
3914
3915 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
3916
3917         * Makefile.def (stageprofile).  Remove -fprofile-generate
3918         from stage_libcflags.
3919         * Makefile.in: Regenerate.
3920
3921 2008-03-13  Ben Elliston  <bje@au.ibm.com>
3922
3923         * config.sub, config.guess: Update from upstream sources.
3924
3925 2008-03-06  Tom Tromey  <tromey@redhat.com>
3926
3927         * MAINTAINERS: Update for treelang deletion.
3928
3929 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
3930
3931         * MAINTAINERS: Update my email address.
3932
3933 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
3934
3935         * MAINTAINERS (darwin port): Add myself as a maintainer.
3936         (objective-c/c++): Add myself as a maintainer.
3937
3938 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
3939
3940         * MAINTAINERS (Write After Approval): Update my email address.
3941
3942 2008-02-25  Tomas Bily  <tbily@suse.cz>
3943
3944         * MAINTAINERS (Write After Approval): Add myself.
3945
3946 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
3947
3948         * MAINTAINERS (OpenMP): Add myself.
3949
3950 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
3951
3952         PR bootstrap/32009
3953         PR bootstrap/32161
3954
3955         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3956         * configure: Regenerate.
3957
3958         * Makefile.def: Define stage_libcflags for all bootstrap stages.
3959         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3960         STAGE4_LIBCFLAGS): New.
3961         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3962         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3963         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3964         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3965         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3966         for target modules.  Don't export LIBCFLAGS.
3967         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3968         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3969         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3970         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3971         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3972         * Makefile.in: Regenerate.
3973
3974 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3975
3976         PR libgcj/33085
3977         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3978         Do not use -DDLL_EXPORT.  Backport from upstream.
3979
3980 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3981
3982         * MAINTAINERS (Write After Approval): Add myself.
3983
3984 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
3985
3986         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3987         * configure: Regenerate.
3988
3989 2008-01-31  Marc Gauthier  <marc@tensilica.com>
3990
3991         * configure.ac (xtensa*-*-*): Recognize processor variants.
3992         * configure: Regenerate.
3993
3994 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3995
3996         PR bootstrap/34922
3997         * configure.ac (PARSE_ARGS): Push suitable setting of
3998         ac_subdirs_all, for `./configure --help=recursive'.
3999         Handle `+' in generic toplevel directory disabling.
4000         * configure: Regenerate.
4001
4002 2008-01-28  Nick Clifton  <nickc@redhat.com>
4003
4004         * MAINTAINERS (xstormy16): Take over maintainership.
4005
4006 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
4007
4008         * MAINTAINERS (c4x port): Remove.
4009
4010 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
4011
4012         * libtool.m4: Backport AIX 6 support from ToT Libtool.
4013
4014 2008-01-23  Ben Elliston  <bje@au.ibm.com>
4015
4016         * config.sub, config.guess: Update from upstream sources.
4017
4018 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
4019
4020         * MAINTAINERS (Write After Approval): Add myself.
4021
4022 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
4023
4024         * MAINTAINERS: Update my email address.
4025
4026 2008-01-09  Raksit Ashok  <raksit@google.com>
4027
4028         * MAINTAINERS (Write After Approval): Add myself.
4029
4030 2008-01-09  Raksit Ashok  <raksit@google.com>
4031
4032         * MAINTAINERS (Write After Approval): Add myself.
4033
4034 2008-01-08  Ben Elliston  <bje@au.ibm.com>
4035
4036         * config.sub, config.guess: Update from upstream sources.
4037
4038 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4039
4040         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4041         Change recommended MPFR from 2.2.1 -> 2.3.0.
4042         * configure: Regenerate.
4043
4044 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
4045
4046         * MAINTAINERS: Update my email address.
4047
4048 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
4049
4050         * MAINTAINERS: Update my email address.
4051
4052 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
4053
4054         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4055         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4056         * Makefile.in: Regenerate.
4057
4058 2007-12-10  Mark Heffernan  <meheff@google.com>
4059
4060         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
4061         misplaced entries.
4062
4063 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
4064
4065         * configure.ac: Enable libjava for x86_64-*-darwin9.
4066         * configure: Regenerate.
4067
4068 2007-12-07  Bill Maddox  <maddox@google.com>
4069
4070         * MAINTAINERS (Write After Approval): Add myself.
4071
4072 2007-12-05  Ben Elliston  <bje@au.ibm.com>
4073
4074         * config.sub, config.guess: Update from upstream sources.
4075
4076 2007-12-02  Matthias Klose  <doko@ubuntu.com>
4077
4078         * config-ml.in: Remove 64bit configure tests.
4079
4080 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4081
4082         * config-ml.in: Robustify against white space in absolute file
4083         names.
4084
4085         * config-ml.in (multi-clean): Substitute ${Makefile}.
4086         Remove superfluous ${Makefile} in list.
4087
4088 2007-11-19  Thiemo Seufer  <ths@mips.com>
4089
4090         * config-ml.in: Don't hardcode the Makefile name.
4091
4092 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
4093
4094         * MAINTAINERS (Write After Approval): Add myself.
4095
4096 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
4097
4098         * MAINTAINERS (Write After Approval): Add myself.
4099
4100 2007-11-06  Doug Kwan  <dougkwan@google.com>
4101
4102         * MAINTAINERS (Write After Approval): Add myself.
4103
4104 2007-10-25  Ben Elliston  <bje@au.ibm.com>
4105
4106         * MAINTAINERS (mercury): Remove entry.
4107         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
4108
4109 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
4110
4111         * Makefile.def (dependencies): Make configure-gdb depend on
4112         all-intl.
4113         * Makefile.in: Regenerated.
4114
4115 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
4116
4117         * MAINTAINERS (Fortran maintainer): Remove myself.
4118
4119 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
4120
4121         * Makefile.def: To avoid problems running with parallel makes,
4122         build newlib before libgloss so that target specific header
4123         files are availble.
4124         * Makefile.in: Regenerate
4125
4126 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
4127
4128         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4129         * Makefile.in: Regenerate.
4130
4131 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
4132
4133         * MAINTAINERS (Register allocation reviewer): Add myself.
4134
4135 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
4136
4137         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4138         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4139         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
4140         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4141         * configure: Regenerate.
4142
4143 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
4144
4145         * MAINTAINERS (Register allocation reviewer): Add myself.
4146
4147 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
4148
4149         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4150         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4151         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4152         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4153         * configure.ac: Default them to host tools for $host = $build.
4154         Subst them.
4155
4156         * configure: Regenerate.
4157         * Makefile.in: Regenerate.
4158
4159 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
4160
4161         * MAINTAINERS (Register allocation reviewer): Add myself.
4162
4163 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
4164
4165         * MAINTAINERS (Register allocation reviewer): Add myself.
4166
4167 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
4168
4169         * MAINTAINERS (Write After Approval): Fix typo.
4170
4171 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
4172
4173         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4174         * configure: Regenerate.
4175
4176 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
4177
4178         PR bootstrap/31906
4179         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
4180         they're already prefixed.
4181
4182 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
4183
4184         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4185         libstdc++.
4186         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4187         * configure: Regenerate.
4188         * Makefile.in: Regenerate.
4189
4190 2007-09-17  Andreas Schwab  <schwab@suse.de>
4191
4192         * configure.ac: Raise minimum makeinfo version to 4.6.
4193         * configure: Regenerate.
4194
4195 2007-09-17  Johannes Singler  <singler@ira.uka.de>
4196
4197         * MAINTAINERS (write-after-approval) add myself
4198
4199 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
4200
4201         * configure.ac: Correct makeinfo version check.
4202         * configure: Regenerate.
4203
4204 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
4205
4206         * MAINTAINERS: Update my email address.
4207
4208 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
4209
4210         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
4211         to $skipdirs and only disable gprof for newlib.  Use the normal
4212         mips*-elf* handling in other respects.
4213         * configure: Regnerate.
4214
4215 2007-09-12  David Daney  <ddaney@avtrex.com>
4216
4217         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4218         enabling libgcj.
4219         * configure: Regenerate.
4220
4221 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
4222
4223         PR other/32154
4224         * configure.ac: For libgloss targets, point the linker to the linker
4225         script, startup code and simulator library.
4226         * configure: Regenerate.
4227
4228 2007-09-07  Andrew Haley  <aph@redhat.com>
4229
4230         * configure.ac (noconfigdirs): Remove target-libffi and
4231         target-libjava.
4232         * configure: Regenerate.
4233
4234 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4235
4236         PR target/33281
4237         * configure.ac: Use config/mh-mingw on mingw.
4238         * configure: Regenerate.
4239
4240 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
4241
4242         * MAINTAINERS (Write After Approval): Add myself.
4243
4244 2007-09-05  Richard Guenther  <rguenther@suse.de>
4245
4246         * configure.ac (--enable-stage1-checking): If neither --enable-checking
4247         nor --disable-checking is provided also turn on yes and types
4248         checking for stage1.
4249         * configure: Re-generate.
4250
4251 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
4252
4253         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
4254         (Write After Approval): Remove myself.
4255
4256 2007-08-29  Nick Clifton  <nickc@redhat.com>
4257
4258         * config.sub, config.guess: Update from upstream sources.
4259
4260 2007-08-22  Bud Davis  <jmdavis@link.com>
4261
4262         * MAINTAINERS (Write After Approval): Added myself.
4263         * MAINTAINERS (Reviewers): Removed myself.
4264
4265 2007-08-18  Paul Brook  <paul@codesourcery.com>
4266             Joseph Myers  <joseph@codesourcery.com>
4267
4268         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4269         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4270         * Makefile.in: Regenerate.
4271         * configure.ac (--with-debug-prefix-map): New.
4272         * configure: Regenerate.
4273
4274 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
4275             Nigel Stephens  <nigel@mips.com>
4276
4277         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
4278         as target_makefile_frag.
4279         * configure: Regenerate.
4280
4281 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
4282
4283         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4284         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
4285         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4286         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4287         (do-compare, do-compare3, do-compare-debug): New.
4288         ([+compare-target+]): Use them.
4289
4290 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
4291
4292         * MAINTAINERS (Write After Approval): Change my email address.
4293
4294 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4295             Ben Elliston  <bje@au.ibm.com>
4296
4297         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4298         --silent if $silent.
4299         * configure: Regenerate.
4300
4301 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
4302
4303         * MAINTAINERS (Various Maintainers): Add myself as
4304         loop infrastructure maintainer.  Update my e-mail
4305         address.
4306
4307 2007-07-31  Diego Novillo  <dnovillo@google.com>
4308
4309         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
4310         Adjust description.
4311
4312 2007-07-26  Richard Guenther  <rguenther@suse.de>
4313
4314         * configure.ac: Add types checking to stage1 checking flags.
4315         * configure: Regenerate.
4316
4317 2007-07-17  Nick Clifton  <nickc@redhat.com>
4318
4319         * COPYING3: New file.  Contains version 3 of the GNU General
4320         Public License.
4321         * COPYING3.LIB: New file.  Contains version 3 of the GNU
4322         Lesser General Public License.
4323
4324 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
4325
4326         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
4327
4328 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
4329
4330         * MAINTAINERS (S/390 co-maintainer): Add myself.
4331         (Write After Approval): Remove myself.
4332
4333 2007-07-13  Dan Hipschman  <dsh@google.com>
4334
4335         * MAINTAINERS (Write After Approval): Add myself.
4336
4337 2007-07-11  Nick Clifton  <nickc@redhat.com>
4338
4339         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
4340         WINDRES export.
4341         * Makefile.in: Regenerate.
4342
4343 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4344
4345         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
4346         maintainer.
4347
4348 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
4349
4350         * lt~obsolete.m4: New. Import from 20070318 libtool.
4351
4352 2007-07-03  Julian Brown  <julian@codesourcery.com>
4353
4354         * MAINTAINERS (Write After Approval): Add myself.
4355
4356 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4357
4358         * configure.ac: Rewrite 'configure --help' strings to look nicer.
4359         * configure: Regenerate.
4360
4361 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4362
4363         * configure.ac: Add some missing m4 quotation.
4364         * configure: Regenerate.
4365
4366 2007-07-02  Simon Baldwin  <simonb@google.com>
4367
4368         * MAINTAINERS (Write After Approval): Add myself.
4369
4370 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
4371
4372         * configure: Regenerate.
4373
4374 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
4375
4376         * Makefile.def: Add windmc tool to build.
4377         * Makefile.tpl: Likewise.
4378         * configure.ac: Likewise.
4379         * Makefile.in: Regenerate.
4380         * configure: Regenerate.
4381
4382 2007-06-28  DJ Delorie  <dj@redhat.com>
4383
4384         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4385         not building newlib.
4386         * configure: Regenerated.
4387
4388 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
4389
4390         * MAINTAINERS (Write After Approval): Add myself.
4391
4392 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
4393
4394         * MAINTAINERS (Write After Approval): Add myself.
4395
4396 2007-06-19  Chris Matthews  <chrismatthews@google.com>
4397
4398         * MAINTAINERS (Write After Approval): Add myself.
4399
4400 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
4401
4402         * MAINTAINERS (Write After Approval): Add myself.
4403
4404 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
4405
4406         * Makefile.def: Add dependency from configure-gdb to all-bfd.
4407         * Makefile.in: Regenerated.
4408
4409 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
4410
4411         * configure.ac: Don't add target-libmudflap to noconfigdirs for
4412         bfin*-*-uclinux* targets.
4413         * configure: Regenerate.
4414
4415 2007-06-14  Ian Lance Taylor  <iant@google.com>
4416
4417         * MAINTAINERS: Add myself as non-algorithmic global write
4418         maintainer.
4419
4420 2007-06-14  Diego Novillo  <dnovillo@google.com>
4421
4422         * MAINTAINERS: Add self as middle-end maintainer and
4423         non-algorithmic global write maintainer.
4424
4425 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4426
4427         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
4428         Move all Fortran maintainers except Paul Brook into the
4429         Non-Autopoiesis section.
4430
4431 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
4432
4433         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4434         (distclean-stage[+id+]): Possibly delete stage_last.
4435         * Makefile.in: Regenerate.
4436
4437 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
4438
4439         * MAINTAINERS (Various Maintainer): Fix typo.
4440
4441 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
4442
4443         * MAINTAINERS (Various Maintainer): Add myself as
4444         dataflow maintainer.
4445
4446 2007-06-07  Ben Elliston  <bje@au.ibm.com>
4447
4448         * config.sub, config.guess: Update from upstream sources.
4449
4450 2007-06-07  Ben Elliston  <bje@au.ibm.com>
4451
4452         * Makefile.tpl: Fix spelling error.
4453         * Makefile.in: Regenerate.
4454
4455 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
4456
4457         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4458         lt_cv_sys_max_cmd_len.
4459
4460 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
4461
4462         * MAINTAINERS (Various Maintainers): Add myself as
4463         auto-vectorizer maintainer.
4464
4465 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
4466
4467         PR libjava/32098
4468         * libtool.m4: Revert previous change.
4469         * ltgcc.m4: Put it here.
4470
4471 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
4472
4473         * MAINTAINERS (Various Maintainers): Add myself as
4474         auto-vectorizer maintainer.
4475
4476 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
4477
4478         PR libjava/32098
4479         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
4480
4481 2007-05-30  Richard Guenther  <rguenther@suse.de>
4482
4483         * MAINTAINERS (Various Maintainers): Add myself as
4484         auto-vectorizer maintainer.
4485
4486 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
4487
4488         PR bootstrap/29382
4489         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4490         * configure: Rebuilt.
4491
4492 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
4493
4494         * MAINTAINERS (Write After Approval): Removed my name.
4495
4496 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
4497
4498         * MAINTAINERS (Write After Approval): Remove myself.
4499
4500 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
4501
4502         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4503
4504 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
4505
4506         * ltmain.sh: Update from ToT Libtool.
4507         * libtool.m4: Update from ToT Libtool.
4508         * ltsugar.m4: New. Update from ToT Libtool.
4509         * ltversion.m4: New. Update from ToT Libtool.
4510         * ltoptions.m4: New. Update from ToT Libtool.
4511         * ltconfig: Remove.
4512         * ltcf-c.sh: Remove.
4513         * ltcf-cxx.sh: Remove.
4514         * ltcf-gcj.sh: Remove.
4515
4516 2007-05-22  Ollie Wild  <aaw@google.com>
4517
4518         * MAINTAINERS (Write After Approval): Add myself.
4519
4520 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
4521
4522         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4523         stage_cflags.
4524         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4525         Remove CFLAGS/LIBCFLAGS.
4526         (configure-stage[+id+]-[+prefix+][+module+],
4527         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4528         * Makefile.in: Regenerate.
4529
4530 2007-05-15  Diego Novillo  <dnovillo@google.com>
4531
4532         * MAINTAINERS: Update e-mail address.
4533
4534 2007-05-15  Revital Eres  <eres@il.ibm.com>
4535
4536         * MAINTAINERS (Write After Approval): Add myself.
4537
4538 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
4539
4540         * MAINTAINERS (Write After Approval): Updated my address.
4541
4542 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
4543
4544         * MAINTAINERS (Write After Approval): Add myself.
4545
4546 2007-05-11  Silvius Rus  <rus@google.com>
4547
4548         * MAINTAINERS (Write After Approval): Add myself.
4549
4550 2007-04-23  Tom Tromey  <tromey@redhat.com>
4551
4552         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
4553
4554 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
4555
4556         * MAINTAINERS (cpplib): Rename to ...
4557         (libcpp): ... this.  Add C/C++ front end maintainers.
4558
4559 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
4560
4561         * config-ml.in: Pass ${ml_config_env} to configure calls.
4562
4563 2007-04-04  Christian Bruel  <christian.bruel@st.com>
4564
4565         * MAINTAINERS (Write After Approval): Add myself.
4566
4567 2007-04-02  Dave Korn  <dave.korn@artimi.com>
4568
4569         * MAINTAINERS (Write After Approval): Add myself.
4570
4571 2007-03-31  Tobias Burnus  <burnus@net-b.de>
4572
4573         * MAINTAINERS (fortran 95 front end): Add myself.
4574
4575 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
4576
4577         * MAINTAINERS (Write After Approval): Add myself.
4578
4579 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
4580
4581         * MAINTAINERS (Modulo Scheduler): Add myself.
4582
4583 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
4584
4585         * MAINTAINERS (fortran 95 front end): Add myself.
4586         (c++ front end): whitespace fix.
4587
4588 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
4589
4590         * MAINTAINERS (Write After Approval): Add myself.
4591
4592 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
4593
4594         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4595         of glob.  Quote arguments with single quotes too.
4596         * configure: Regenerate.
4597
4598 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
4599
4600         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4601         * Makefile.in: Regenerate
4602
4603 2007-03-07  Andreas Schwab  <schwab@suse.de>
4604
4605         * configure: Regenerate.
4606
4607 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
4608
4609         * configure.ac: Add "--with-pdfdir" configure option,
4610         which defines pdfdir variable.
4611         * Makefile.def (target=fixincludes): Add install-pdf to
4612         missing targets.
4613         (recursive_targets): Add install-pdf target.
4614         (flags_to_pass): Add pdfdir.
4615         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4616         target.
4617         * configure: Regenerate
4618         * Makefile.in: Regenerate
4619
4620 2007-02-28  Eric Christopher  <echristo@apple.com>
4621
4622         Revert:
4623         2006-12-07  Mike Stump  <mrs@apple.com>
4624
4625         * Makefile.def (dependencies): Add dependency for
4626         install-target-libssp and install-target-libgomp on
4627         install-gcc.
4628         * Makefile.in: Regenerate.
4629
4630 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
4631
4632         * configure: Regenerate.
4633         * configure.ac: Move statements after variable declarations.
4634
4635 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
4636
4637         * MAINTAINERS: Add myself as sh maintainer.
4638
4639 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
4640
4641         * configure.ac: Adjust for loop syntax.
4642         * configure: Regenerate.
4643
4644 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
4645
4646         * configure: Rebuilt.
4647
4648 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
4649
4650         * configure.ac: Drop multiple occurrences of --enable-languages,
4651         and fix its quoting.
4652         * configure: Rebuilt.
4653
4654 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
4655             Nathan Sidwell  <nathan@codesourcery.com>
4656             Vladimir Prus  <vladimir@codesourcery.com>
4657             Joseph Myers  <joseph@codesourcery.com>
4658
4659         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4660         * configure: Regenerate.
4661
4662 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
4663
4664         * ltconfig (freebsd*): Default to elf.
4665
4666 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
4667
4668         * configure.ac (target_libraries): Move libgcc before libiberty.
4669         * configure: Regenerated.
4670
4671 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
4672             Paolo Bonzini  <bonzini@gnu.org>
4673
4674         PR bootstrap/30753
4675         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
4676         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
4677         * configure: Regenerated.
4678
4679 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4680
4681         * MAINTAINERS (Language Front End Maintainers): Update my mail
4682         address.
4683
4684 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4685
4686         PR bootstrap/30748
4687         * configure.ac: Correct syntax for Solaris ksh.
4688         * configure: Regenerated.
4689
4690 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4691
4692         * configure.ac: Sync with src.
4693         * configure: Regenerate.
4694
4695 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4696
4697         * Makefile.in: Regenerate.
4698
4699 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4700
4701         * config.sub: Sync with src.
4702
4703 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4704
4705         * Makefile.tpl (build_alias, host_alias, target_alias): Use
4706         noncanonical equivalents.
4707         * configure.in: Rename to...
4708         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
4709         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
4710         target_noncanonical.  Use them.  Rewrite removal of configure
4711         arguments for autoconf 2.59.  Discard variable settings.  Force
4712         program_transform_name for native tools.
4713
4714         * Makefile.in: Regenerated.
4715         * configure: Regenerated with autoconf 2.59.
4716
4717 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
4718
4719         * MAINTAINERS (Write After Approval): Add myself.
4720
4721 2007-01-31  Andreas Schwab  <schwab@suse.de>
4722
4723         * Makefile.tpl (LDFLAGS): Substitute it.
4724         * Makefile.in: Regenerate.
4725
4726 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
4727
4728         * MAINTAINERS (Write After Approval): Add myself.
4729
4730 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
4731
4732         * MAINTAINERS (spu port): Add myself.
4733
4734 2007-01-23  Richard Guenther  <rguenther@suse.de>
4735
4736         PR bootstrap/30541
4737         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4738         * Makefile.tpl (GNATBIND): Substitute it.
4739         (GNATMAKE): Likewise.
4740         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4741         of STAGE_PREFIX.
4742         * Makefile.in: Regenerate.
4743         * configure: Regenerate.
4744
4745 2007-01-18  Mike Stump  <mrs@apple.com>
4746
4747         * configure.in: Re-enable -Werror for gcc builds.
4748
4749 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
4750
4751         * MAINTAINERS (Write After Approval): Add myself.
4752
4753 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4754
4755         * configure.in: Change == to = in test command.
4756         * configure: Regenerate.
4757
4758 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4759             Nick Clifton  <nickc@redhat.com>
4760             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
4761
4762         * configure.in (build_configargs, host_configargs, target_configargs):
4763         Remove build/host/target parameters.
4764         (host_libs): Add gmp and mpfr.
4765         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4766         * Makefile.def (gmp, mpfr): New.
4767         (gcc): Remove target.
4768         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4769         target_os, target_vendor): New.
4770         (configure): Add host_alias/target_alias arguments; adjust invocations.
4771         * configure: Regenerate.
4772         * Makefile.in: Regenerate.
4773
4774 2007-01-11  Matt Fago  <fago@earthlink.net>
4775
4776         * configure.in: Try to link to functions only in mpfr 2.2.x
4777         to improve robustness of configure tests.
4778         * configure: Regenerate.
4779
4780 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
4781
4782         * MAINTAINERS: Add myself as i386 maintainer.
4783
4784 2007-01-08  Jan Hubicka  <jh@suse.cz>
4785
4786         * MAINTAINERS: Add myself as i386 maintainer.
4787
4788 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
4789
4790         * configure.in: Add support for an x86_64-mingw* target.
4791         * configure: Regenerate.
4792
4793 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
4794
4795         * Makefile.tpl (all-target): Correct @if conditional for target
4796         modules.
4797         * configure.in: Omit libiberty if building only target libgcc.
4798         * configure, Makefile.in: Regenerated.
4799
4800 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
4801
4802         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4803         * configure: Regenerate.
4804
4805 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
4806
4807         * Makefile.def (target_modules): Add libgcc.
4808         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
4809         * Makefile.tpl (clean-target-libgcc): Delete.
4810         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4811         on gcc even for bootstrapped modules.  Rewrite handling of
4812         lang_env_dependencies to loop over target_modules.
4813         * configure.in (target_libraries): Add target-libgcc.
4814         * Makefile.in, configure: Regenerated.
4815
4816 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4817
4818         * configure.in: Reorganize recognition of languages.  Add
4819         --enable-stage1-languages.  Show supported languages for the chosen
4820         target rather than all recognized languages.
4821         * configure: Regenerate.
4822
4823 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4824
4825         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4826         * Makefile.in: Regenerate.
4827
4828 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4829
4830         * configure.in: Warn that MPFR 2.2.0 is buggy.
4831         * configure: Regenerate.
4832
4833 2006-12-27  Ian Lance Taylor  <iant@google.com>
4834
4835         * configure.in: When removing Makefiles to force a reconfigure, also
4836         remove prev-DIR*/Makefile.
4837         * configure: Regenerate.
4838
4839 2006-12-22  Andreas Schwab  <schwab@suse.de>
4840
4841         * configure: Regenerate with correct autoconf version.
4842
4843 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
4844
4845         * configure.in: add AC_SUBST for *_FOR_TARGET.
4846         * configure: Regenerate.
4847
4848 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4849
4850         * configure.in: Simplify logic for rejecting languages that cannot
4851         be built.  Separate the case when a language is unsupported,
4852         from the case when the user chooses not to build a language.
4853
4854 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4855
4856         * configure.in: Remove "$build" case for powerpc-*-darwin* since
4857         it only affects bootstrap and could be tested on "$host" as well.
4858         * configure: Regenerate.
4859         * config/mh-ppc-darwin: Add to the stage1 cflags here.
4860
4861 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4862
4863         PR bootstrap/29544
4864         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4865         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4866         move here comment from Makefile.tpl.
4867         * Makefile.tpl: Move some definitions higher in the file.
4868         (STAGE1_CHECKING): New.
4869         * configure.in: Add --enable-stage1-checking.
4870         * configure: Regenerate.
4871         * Makefile.in: Regenerate.
4872
4873 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4874
4875         * MAINTAINERS: Add myself as build system maintainer.
4876
4877 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
4878
4879         * MAINTAINERS (Write After Approval): Add myself.
4880
4881 2006-12-13  Eric Christopher  <echristo@apple.com>
4882
4883         * MAINTAINERS: Add myself as darwin maintainer.
4884
4885 2006-12-11  Ian Lance Taylor  <ian@airs.com>
4886
4887         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4888
4889 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
4890
4891         MAINTAINERS: Update my entry.
4892
4893 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
4894
4895         * configure.in:  Handle spu makefile frag.
4896         * Makefile.tpl (MAINT): Define
4897         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4898         * configure: Regenerate.
4899         * Makefile.in: Regenerate.
4900
4901 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4902
4903         * config.guess: Import latest version.
4904         * config.sub: Likewise.
4905
4906 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4907
4908         * configure.in (spu-*-*): Don't skip target-libiberty.
4909         * configure: Regenerate.
4910
4911 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
4912
4913         PR bootstrap/30134
4914         * configure.in: Correct x86 darwin support for libjava to powerpc
4915         and i?86 only.
4916         * configure: Regenerate.
4917
4918 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
4919
4920         * configure.in: Add x86 darwin support for libjava.
4921         * configure: Regenerate.
4922
4923 2006-12-07  Mike Stump  <mrs@apple.com>
4924
4925         * Makefile.def (dependencies): Add dependency for
4926         install-target-libssp and install-target-libgomp on
4927         install-gcc.
4928         * Makefile.in: Regenerate.
4929
4930 2006-12-04  Richard Guenther  <rguenther@suse.de>
4931
4932         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4933         (Non-Algorithmic Maintainers): Move over non-algorithmic
4934         loop optimizer maintainers, add myself as a non-algorithmic
4935         middle-end maintainer.
4936
4937 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
4938
4939         * MAINTAINERS (Write After Approval): Add myself.
4940
4941 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4942
4943         * configure.in: Update error message for missing GMP/MPFR.
4944
4945         * configure: Regenerate.
4946
4947 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4948
4949         * configure.in: Update MPFR version in error message.
4950
4951         * configure: Regenerate.
4952
4953 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4954
4955         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4956         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4957         --with-gmp-lib): New flags.
4958
4959         * configure: Regenerate.
4960
4961 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
4962
4963         * MAINTAINERS (Write After Approval): Change my email address.
4964
4965 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4966
4967         * MAINTAINERS (Write After Approval): Add myself.
4968
4969 2006-11-22  Philipp Thomas  <pth@suse.de>
4970
4971         * MAINTAINERS (i18n): Update e-mail address.
4972
4973 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4974
4975         * MAINTAINERS (spu port): Add myself as maintainer.
4976         (Write After Approval): Remove myself.
4977
4978 2006-11-22  Ben Elliston  <bje@au.ibm.com>
4979
4980         * configure.in (skipdirs): Don't build libssp for SPU.
4981         * configure: Regenerate.
4982
4983 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4984
4985         * MAINTAINERS (spu port): Add myself as maintainer.
4986         (libobjc): Update my email address.
4987
4988 2006-11-21  Andrea Bona  <andrea.bona@st.com>
4989
4990         * MAINTAINERS (Write After Approval): Add myself.
4991
4992 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4993
4994         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4995         * configure : Rebuilt.
4996
4997 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4998
4999         * MAINTAINERS (Write After Approval): Add myself.
5000
5001 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
5002
5003         * MAINTAINERS (Write After Approval): Add myself.
5004
5005 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5006
5007         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
5008         libmpfr.a.
5009         * configure: Regenerate.
5010
5011 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
5012
5013         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
5014         (unstage): Test for stage_last presence.
5015
5016         PR bootstrap/29802
5017         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
5018         STAGE_PREFIX.
5019         * Makefile.in: Regenerate.
5020
5021 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
5022
5023         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
5024         maintainers.
5025
5026 2006-11-14  Erven Rohou  <erven.rohou@st.com>
5027
5028         * MAINTAINERS (Write After Approval): Add myself.
5029
5030 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
5031
5032         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
5033         and stageN-package/Makefile.
5034         * Makefile.in: Regenerated.
5035
5036 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
5037
5038         * configure.in: Remove target-libgloss from noconfigdirs for
5039         bfin-*-*.
5040         * configure: Regenerated.
5041
5042 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5043
5044         * configure.in (have_gmp): Only error if the gcc directory exists.
5045
5046         * configure: Regenerate.
5047
5048 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5049
5050         * configure.in: Robustify error message for missing GMP/MPFR.
5051
5052         * configure: Regenerate.
5053
5054 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
5055
5056         * MAINTAINERS (Write After Approval): Add myself.
5057
5058 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
5059
5060         * MAINTAINERS: Change email address.
5061
5062 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
5063
5064         * MAINTAINERS (Write After Approval): Add myself.
5065
5066 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
5067
5068         * MAINTAINERS (Write After Approval): Add myself.
5069
5070 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
5071
5072         * MAINTAINERS (Write After Approval): Move myself to
5073         Write After Approval section.
5074
5075 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5076
5077         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
5078         need_gmp anymore.
5079         * configure: Regenerate.
5080
5081 2006-10-16  Tobias Burnus  <burnus@net-b.de>
5082
5083         * MAINTAINERS (Write After Approval): Add myself.
5084
5085 2006-10-16  Ben Elliston  <bje@au.ibm.com>
5086
5087         * config.guess: Import latest version.
5088         * config.sub: Likewise.
5089
5090 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
5091
5092         * Makefile.def: Added pdf target handling.
5093         * Makefile.tpl: Added pdf target handling.
5094         * Makefile.in: Regenerated.
5095
5096 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
5097
5098         * MAINTAINERS: Add self as score port maintainer.
5099
5100 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
5101
5102         * MAINTAINERS (Write After Approval): Add myself.
5103
5104 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
5105
5106         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
5107         or newer.
5108         * configure: Regenerated.
5109
5110 2006-09-27  Dave Brolley  <brolley@redhat.com>
5111
5112         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
5113         using $s instead of $r.
5114         * configure: Regenerated.
5115
5116 2006-09-26  Thiemo Seufer  <ths@mips.com>
5117
5118         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5119         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5120         * configure: Regenerate.
5121
5122 2006-09-24  Graeme Peterson  <gridly@gmail.com>
5123
5124         * MAINTAINERS (Write After Approval): Remove myself.
5125
5126 2006-09-22  Chao-ying Fu  <fu@mips.com>
5127
5128         * MAINTAINERS (Write After Approval): Add myself.
5129
5130 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
5131
5132         * MAINTAINERS: Add self as soft-fp maintainer.
5133
5134 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
5135
5136         * MAINTAINERS: Add myself as avr maintainer.
5137         Remove Marek Michalkiewicz as avr maintainer.
5138
5139 2006-09-07  Roberto Costa  <roberto.costa@st.com>
5140
5141         * MAINTAINERS (Write After Approval): Add myself.
5142
5143 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
5144
5145         * configure.in: Never build newlib for a Mingw host.
5146         Never build newlib as Mingw target library.
5147         Test the existence of winsup/cygwin for building a Cygwin newlib,
5148         rather than just winsup.
5149         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5150         building a Mingw target.
5151         * configure: Regenerate.
5152
5153 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
5154
5155         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
5156
5157 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
5158
5159         * config.guess: Import from src (was more updated).
5160         * config.sub: Likewise.
5161
5162 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
5163
5164         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5165         * configure: Regenerated.
5166
5167 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
5168
5169         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5170         for stages after the first.
5171
5172 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
5173
5174         * Makefile.def: Add dependencies for configure-opcodes
5175         on configure-intl and all-opcodes on all-intl.
5176         * Makefile.in: Regenerated.
5177
5178 2006-07-13  Ben Elliston  <bje@au.ibm.com>
5179
5180         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
5181
5182 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5183
5184         Port to hosts whose 'sort' and 'tail' implementations
5185         treat operands with leading '+' as file names, as POSIX
5186         has required since 2001.  However, make sure the code still
5187         works on pre-POSIX hosts.
5188         * ltmain.sh: Don't assume "sort +2" is equivalent to
5189         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
5190
5191 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
5192
5193         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
5194
5195 2006-07-04  Peter O'Gorman  <peter@pogma.com>
5196
5197         * ltconfig: chmod 644 before ranlib during install.
5198
5199 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5200
5201         PR bootstrap/18058
5202         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5203         if the bootstrap compiler is a GCC version that supports it.
5204         * configure: Regenerate.
5205
5206 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
5207
5208         * configure.in: Fix thinkos in previous check-in.
5209         * configure: Regenerate.
5210
5211 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
5212
5213         PR other/27063
5214         * configure.in: Test subdir_requires and give an appropriate
5215         error message.
5216         * configure: Regenerate.
5217
5218 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
5219
5220         * MAINTAINERS (Write After Approval): Add myself.
5221
5222 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
5223
5224         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5225
5226 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
5227
5228         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5229
5230 2006-06-20  David Ayers  <d.ayers@inode.at>
5231
5232         PR bootstrap/28072
5233         * configure.in: Add target-boehm-gc to noconfigdirs depending on
5234         whether target-libjava is being configured instead of whether the
5235         java front end is enabled.
5236         * configure: Regenerate.
5237
5238 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5239
5240         PR target/27540
5241         * configure.in: Only enable libgomp on IRIX 6.
5242         * configure: Regenerate.
5243
5244 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
5245
5246         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5247         too.
5248         * Makefile.in: Regenerate.
5249
5250 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
5251
5252         * config-ml.in: Alter CCASFLAGS to include special
5253         multilib options the same as is done for CFLAGS.
5254
5255 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5256
5257         * configure.in: Don't enable libgomp on hpux10.
5258         * configure: Rebuilt.
5259
5260 2006-06-12  David Ayers  <d.ayers@inode.at>
5261
5262         PR bootstrap/27963
5263         PR target/19970
5264         * configure.in: Remove target-boehm-gc from noconfigdirs where
5265         ${libgcj} is specified.
5266         * configure: Regenerate.
5267
5268 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
5269
5270         Sync from src:
5271
5272         * configure.in: Sync.
5273         * configure: Regenerated.
5274
5275         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
5276
5277         * Makefile.def: Added dependencies from sim and gdb on intl, and
5278         added configure dependencies to everything with an all dependency
5279         on intl.
5280         * Makefile.in: Regenerated.
5281
5282 2006-06-06  David Ayers  <d.ayers@inode.at>
5283
5284         PR libobjc/13946
5285         * Makefile.def: Add dependencies for libobjc which boehm-gc.
5286         * Makefile.in: Regenerate.
5287         * configure.in: Add --enable-objc-gc at toplevel and have it
5288         enable boehm-gc for Objective-C.
5289         Remove target-boehm-gc from libgcj.
5290         Add target-boehm-gc to target_libraries.
5291         Add target-boehm-gc to noconfigdirs where ${libgcj}
5292         is specified.
5293         Assert that boehm-gc is supported when requested for Objective-C.
5294         Only build boehm-gc if needed either for Java or Objective-C.
5295         * configure: Regenerate.
5296
5297 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
5298
5299         PR 27674
5300         * Makefile.tpl (configure-[+prefix+][+module+],
5301         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5302         Remove rule to unstage bootstrapped modules.
5303         (stage_current): New.
5304         * Makefile.in: Regenerate.
5305
5306 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
5307
5308         * MAINTAINERS (Write After Approval): Update my e-mail address.
5309
5310 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
5311
5312         * include/libiberty.h: Declare pex_run_in_environment.
5313
5314 2006-05-31  Asher Langton  <langton2@llnl.gov>
5315
5316         * MAINTAINERS (Write After Approval): Add myself.
5317
5318 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
5319
5320         * Makefile.def (bfd, opcodes): Fix lib_path.
5321         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5322         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
5323         * Makefile.in: Regenerate.
5324
5325 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
5326
5327         * Makefile.in: Regenerate.
5328
5329 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
5330
5331         * Makefile.def: Add install-html target. Add datarootdir
5332         docdir and htmldir to flags_to_pass.
5333         * Makefile.tpl: Add install-html target.
5334         * Makefile.in: Regenerate.
5335         * configure.in: Add --with-datarootdir, --with-docdir, and
5336         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
5337         * configure: Regenerate.
5338
5339 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
5340
5341         * configure.in: Enable gprof for cross builds.
5342         * configure: Regenerate.
5343
5344 2006-05-22  Richard Guenther  <rguenther@suse.de>
5345
5346         Revert
5347         2006-01-31  Richard Guenther  <rguenther@suse.de>
5348         Paolo Bonzini  <bonzini@gnu.org>
5349
5350         * Makefile.def (target_modules): Add libgcc-math target module.
5351         * configure.in (target_libraries): Add libgcc-math target library.
5352         (--enable-libgcc-math): New configure switch.
5353         * Makefile.in: Re-generate.
5354         * configure: Re-generate.
5355         * libgcc-math: New toplevel directory.
5356
5357 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5358             Andreas Tobler  <a.tobler@schweiz.ch>
5359
5360         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
5361         * configure: Rebuilt.
5362
5363 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
5364
5365         * MAINTAINERS (Write After Approval): Add myself.
5366
5367 2006-05-01  DJ Delorie  <dj@redhat.com>
5368
5369         * configure.in: Restore CFLAGS if GMP isn't present.
5370         * configure: Regenerate.
5371
5372 2006-05-01  Richard Guenther  <rguenther@suse.de>
5373
5374         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
5375         maintainer.
5376
5377 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
5378
5379         * MAINTAINERS (Write After Approval): Add myself.
5380
5381 2006-04-28  Jan Beulich  <jbeulich@novell.com>
5382
5383         * MAINTAINERS (Write After Approval): Add myself.
5384
5385 2006-04-18  DJ Delorie  <dj@redhat.com>
5386
5387         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
5388         reference libgloss so that libssp can be built in a combined
5389         tree.
5390         * configure: Regenerate.
5391
5392 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
5393
5394         * MAINTAINERS (Write After Approval): Add myself.
5395
5396 2006-04-05  Ben Elliston  <bje@au.ibm.com>
5397
5398         * configure.in: Require makeinfo 4.4 or higher.
5399         * configure: Regenerate.
5400
5401 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
5402
5403         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
5404         Rearrange the entries of other libraries to have them in one place.
5405
5406 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
5407
5408         * MAINTAINERS (Write After Approval): Remove myself.
5409         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5410
5411 2006-03-14  Richard Guenther  <rguenther@suse.de>
5412
5413         * configure: Regenerate with autoconf 2.13.
5414
5415 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
5416
5417         * MAINTAINERS: Use my work address.
5418
5419         * MAINTAINERS: Update my E-mail address.
5420
5421 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
5422
5423         * configure.in: Handle --disable-<component> generically.
5424         * configure: Regenerate.
5425
5426 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
5427
5428         PR libgcj/17311
5429         * ltmain.sh: Don't use "$finalize_rpath" for compile.
5430
5431 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
5432
5433         * MAINTAINERS (Write After Approval):  Remove myself.
5434         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
5435
5436 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
5437
5438         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
5439         (TARGET_CONFIGDIRS): Remove.
5440         * configure.in: Remove AC_SUBST(target_configdirs).
5441         * Makefile.in, configure: Regenerated.
5442
5443 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
5444
5445         * MAINTAINERS (Write After Approval):  Remove myself.
5446         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
5447
5448 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
5449
5450         PR bootstrap/25670
5451
5452         * Makefile.tpl ([+compare-target+]): Print explanation messages.
5453
5454         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5455         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5456         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5457         BUILD_PREFIX, BUILD_PREFIX_1.
5458         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5459
5460         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5461         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5462
5463         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5464         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5465         of `cat stage_current`.  Always provide the `r' and `s' variables.
5466         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5467         a single shell execution.
5468         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5469         bootstrapped modules, make the stage1 module if the build was not
5470         started yet, else build the current stage.
5471         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5472         (all-build, all-host, all-target, [+make_target+]-host,
5473         [+make_target+]-target): Do not use \-continued lines.
5474         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5475         (current_stage, restrap, stage_last): New.
5476
5477         * Makefile.in: Regenerate.
5478         * configure: Regenerate.
5479
5480 2006-02-19  Bud Davis  <jmdavis@link.com>
5481
5482         * MAINTAINERS (Write After Approval):  Remove myself.
5483         (Language Front End Maintainers):  Add myself as fortran 95
5484         maintainer and update e-mail address.
5485
5486 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5487
5488         * MAINTAINERS (Write After Approval):  Remove myself.
5489         (Language Front End Maintainers):  Add myself as fortran 95
5490         maintainer.
5491
5492 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
5493
5494         * MAINTAINERS (Write After Approval): Add myself.
5495
5496 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
5497
5498         * MAINTAINERS (Write After Approval):  Remove myself.
5499         (Language Front End Maintainers):  Add myself as
5500         fortran 95 maintainer.
5501
5502 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
5503
5504         Sync from src:
5505
5506         2005-12-27  Leif Ekblad  <leif@rdos.net>
5507
5508         * configure.in: Add support for RDOS target.
5509         * configure: Regenerate.
5510
5511 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
5512             Andreas Schwab  <schwab@suse.de>
5513
5514         * configure: Regenerate.
5515
5516 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
5517
5518         * configure.in (enable_libgomp): Add AIX.
5519         * configure: Regenerate.
5520
5521 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
5522
5523         * MAINTAINERS (Write After Approval): Add myself.
5524
5525 2006-02-03  Lee Millward  <lee.millward@gmail.com>
5526
5527         * MAINTAINERS (Write After Approval): Add myself.
5528
5529 2006-01-31  Richard Guenther  <rguenther@suse.de>
5530         Paolo Bonzini  <bonzini@gnu.org>
5531
5532         * Makefile.def (target_modules): Add libgcc-math target module.
5533         * configure.in (target_libraries): Add libgcc-math target library.
5534         (--enable-libgcc-math): New configure switch.
5535         * Makefile.in: Re-generate.
5536         * configure: Re-generate.
5537         * libgcc-math: New toplevel directory.
5538
5539 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
5540
5541         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5542         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5543         the assembler, linker and binutils.
5544         * configure: Regenerate.
5545
5546 2006-01-22  Dirk Mueller  <dmueller@suse.de>
5547
5548         * MAINTAINERS (Write After Approval): Add myself.
5549
5550 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
5551
5552         * configure: Regenerate.
5553
5554 2006-01-18  Richard Henderson  <rth@redhat.com>
5555             Jakub Jelinek  <jakub@redhat.com>
5556             Diego Novillo  <dnovillo@redhat.com>
5557
5558         * libgomp: New directory.
5559         * Makefile.def: Add target_module libgomp.
5560         * Makefile.in: Regenerate.
5561         * configure.in (target_libraries): Add target-libgomp.
5562         * configure: Regenerate.
5563
5564 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
5565
5566         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5567         @ from continuation.
5568         * Makefile.in: Rebuilt.
5569
5570 2006-01-04  Chris Lattner  <sabre@gnu.org>
5571
5572         * MAINTAINERS (Write After Approval): Add myself.
5573
5574 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
5575
5576         PR bootstrap/24252
5577
5578         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5579         * Makefile.tpl (OBJDUMP): New.
5580         (EXTRA_HOST_FLAGS): Add it.
5581         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5582
5583         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5584         to use symbolic links between directories.  Avoid race conditions
5585         or make them harmless.
5586         * configure.in: Do not try to use symbolic links between directories.
5587
5588         * Makefile.def (LEAN): Pass.
5589         * Makefile.tpl (LEAN): Define.
5590         (stage[+id+]-start): Accept that the previous directory does not
5591         exist, if the bootstrap is lean.
5592         (stage[+id+]-bubble): Invoke lean bootstrap commands after
5593         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
5594         configure substitution.
5595         ([+compare-target+]): Likewise.
5596         ([+bootstrap-target+]-lean): New.
5597         * configure.in: Remove lean bootstrap support from here.
5598
5599         * Makefile.in: Regenerate.
5600         * configure: Regenerate.
5601
5602 2006-01-04  Ben Elliston  <bje@au.ibm.com>
5603
5604         * MAINTAINERS (libdecnumber): Add myself.
5605
5606 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
5607
5608         * libtool-ldflags: New script.
5609
5610 2006-01-02  Andreas Schwab  <schwab@suse.de>
5611
5612         * configure.in: When reconfiguring remove Makefile in
5613         all stage directories.
5614         * configure: Regenerate.
5615
5616 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
5617
5618         * MAINTAINERS: Update my email address.
5619
5620 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
5621
5622         Revert Ada-related part of the previous change.
5623
5624         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5625         Do not pass.
5626         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5627         * Makefile.in: Regenerate.
5628         * configure.in: Do not include mt-ppc-aix target fragment.
5629         * configure: Regenerate.
5630
5631 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
5632
5633         * configure.in: Select appropriate fragments for PowerPC/AIX.
5634         * configure: Regenerate.
5635
5636         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5637         BOOT_CFLAGS, BOOT_LDFLAGS.
5638         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5639         BOOT_CFLAGS, BOOT_LDFLAGS.
5640         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5641         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5642         (stage): Fail if we cannot complete the work.
5643         * Makefile.in: Regenerate.
5644
5645 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
5646
5647         * configure.in: Replace ms1 with mt.
5648         * configure: Rebuilt.
5649
5650 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
5651
5652         * MAINTAINERS: Update my email address.
5653
5654 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
5655
5656         * Makefile.tpl (all, do-[+make_target+], do-check, install,
5657         install-host-nogcc): Don't invoke $(stage) at the end.
5658         * Makefile.in: Regenerate.
5659
5660 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
5661
5662         * configure.in: Flip the top-level bootstrap switch.
5663         * configure: Regenerate.
5664
5665 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
5666
5667         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5668         $(stage) and $(unstage).
5669         (EXTRA_TARGET_FLAGS): Correct double-quoting.
5670         (all): Remove stray semicolon.
5671         (local-distclean): Don't handle multilib.tmp and multilib.out.
5672         (install.all): Set $s for consistency.
5673         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5674         check_multilibs setting.  Always make the install directory.
5675         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5676         Correct @if/@endif.
5677         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5678         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5679         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5680         (multilib.out): Remove.
5681         * Makefile.in: Regenerated.
5682
5683 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
5684
5685         * MAINTAINERS (Write After Approval): Add myself.
5686
5687 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
5688
5689         * MAINTAINERS: Add myself as mt maintainer.
5690
5691         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
5692
5693 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
5694
5695         * MAINTAINERS: Change email address.
5696
5697 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
5698
5699         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5700         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5701         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
5702         Find in-tree tools if available.
5703         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5704         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5705         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5706         (COMPILER_*_FOR_TARGET): New.
5707         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5708         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5709         (CONFIGURED_*, USUAL_*): Remove.
5710         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5711         STRIP): Use autoconf substitutions.
5712         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5713         COMPILER_NM_FOR_TARGET): New.
5714         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5715
5716         (all): Make all-host and all-target in parallel.
5717         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5718         that $$r and $$s are set before invoking a recursive make.
5719         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5720         ([+bootstrap-target+]): Inline most of the `all' target.
5721
5722 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5723
5724         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5725         from the gcc build directory.
5726         * Makefile.in: Regenerate.
5727
5728 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5729
5730         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
5731         depend on all-libdecnumber.
5732         * configure.in (host_libs): Include libdecnumber.
5733         * Makefile.in: Regenerate.
5734         * configure: Likewise.
5735
5736 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5737
5738         * libdecnumber: Import decNumber sources from the dfp-branch.
5739
5740 2005-11-21  Kean Johnston  <jkj@sco.com>
5741
5742         * config.sub, config.guess: Sync from upstream sources.
5743
5744 2005-11-21  Ben Elliston  <bje@au.ibm.com>
5745
5746         Import from Autoconf sources:
5747
5748         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
5749         * config/move-if-change: Don't output "$2 is unchanged";
5750         suggested by Ben Elliston.  Handle weird characters correctly.
5751
5752 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
5753
5754         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5755         to match upstream libtool for darwin.
5756
5757 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
5758
5759         * Makefile.def: Remove gdb dependencies for gdbtk.
5760         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5761         (configure-gdb, install-gdb): New rules.
5762         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5763         * Makefile.in, configure: Regenerated.
5764
5765 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
5766
5767         * MAINTAINERS (Write After Approval): Add myself.
5768
5769 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
5770
5771         * MAINTAINERS (Write After Approval): Add myself.
5772
5773 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
5774
5775         * MAINTAINERS (alias analysis): Add Daniel Berlin and
5776         Diego Novillo.
5777
5778 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
5779
5780         PR bootstrap/24297
5781         * Makefile.tpl (do-[+make-target+], do-check, install,
5782         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5783         are set before recursing.
5784         * Makefile.in: Regenerate.
5785
5786 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
5787
5788         PR bootstrap/18939
5789         * Makefile.def (gcc) <target>: Fix thinko.
5790         * Makefile.in: Regenerate.
5791
5792 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
5793
5794         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5795         * configure: Regenerate.
5796
5797 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
5798
5799         * MAINTAINERS (Write After Approval): Add self.
5800
5801 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
5802
5803         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5804         target-libffi, target-qthreads, target-libjava, and
5805         targetlibobjc.
5806         * configure: Regenerate.
5807
5808 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
5809
5810         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5811         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5812         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5813         (USUAL_OBJDUMP_FOR_TARGET): New.
5814         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5815         * configure.in: Check for $OBJDUMP_FOR_TARGET.
5816         * configure, Makefile.in: Regenerated.
5817
5818 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5819
5820         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5821         before other host packages.
5822
5823 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
5824
5825         * MAINTAINERS: Add self as sh libraries/configury maintainer.
5826
5827 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5828
5829         PR bootstrap/22340
5830
5831         * configure.in (default_target): Remove.
5832         * Makefile.tpl (all): Do not use prerequisites as subroutines
5833         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5834         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5835         use prerequisites as subroutines.
5836         (check-host, check-target): New.
5837         (bootstrap configure & all targets): Do not use stage*-start
5838         if the directory layout is already ok.
5839         (non-bootstrap configure & all targets): Prepend a $(unstage).
5840         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
5841         (NOTPARALLEL): Remove.
5842         (unstage, stage variables): New variables.
5843         (unstage, stage targets): Simply expand to those variables.
5844
5845         * configure: Regenerate.
5846         * Makefile.in: Regenerate.
5847
5848 2005-10-04  James E Wilson  <wilson@specifix.com>
5849
5850         * Makefile.def (lang_env_dependencies): Add libmudflap.
5851         * Makefile.in: Regenerate.
5852
5853 2005-10-03  Andreas Schwab  <schwab@suse.de>
5854
5855         Backport from libtool CVS:
5856         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
5857
5858         * ltmain.sh: add support for installing into temporary
5859         staging area (e.g. 'make install DESTDIR=...')
5860
5861 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5862
5863         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5864         * configure: Regenerated.
5865
5866 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
5867
5868         * configure: Regenerate with the correct
5869         autoconf version.
5870
5871 2005-09-30  Catherine Moore  <clm@cm00re.com>
5872
5873         * configure.in (bfin-*-*): New.
5874         * configure: Regenerated.
5875
5876 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
5877
5878         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5879         (LIPO_FOR_TARGET): New.
5880         (CONFIGURED_LIPO_FOR_TARGET): New.
5881         (USUAL_LIPO_FOR_TARGET): New.
5882         (STRIP_FOR_TARGET): New.
5883         (CONFIGURED_STRIP_FOR_TARGET): New.
5884         (USUAL_STRIP_FOR_TARGET): New.
5885         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5886         STRIP_FOR_TARGET.
5887         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5888         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5889         * Makefile.in: Regenerate.
5890         * configure: Regenerate.
5891
5892 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
5893
5894         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5895         (rs6000-*-aix*): Same.
5896         * configure: Regenerate.
5897
5898 2005-09-16  Tom Tromey  <tromey@redhat.com>
5899
5900         * MAINTAINERS: Add self as java maintainer.
5901
5902 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5903
5904         * configure.in: Recognize f95 in the --enable-languages option,
5905         and substitute it for fortran, issuing a warning.
5906         * configure: Regenerate.
5907
5908 2005-08-30  Phil Edwards  <phil@codesourcery.com>
5909
5910         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
5911         * configure:  Regenerated.
5912
5913 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
5914
5915         * MAINTAINERS: Add self as ms1 maintainer.
5916
5917 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
5918
5919         * Makefile.def (libssp): Add to lang_env_dependencies.
5920         * Makefile.in: Regenerate.
5921
5922 2005-08-18  Ian Lance Taylor  <ian@airs.com>
5923
5924         * MAINTAINERS: Add myself as middle-end maintainer.
5925
5926 2005-08-17  Christian Groessler  <chris@groessler.org>
5927
5928         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5929         * Makefile.in: Regenerate.
5930
5931 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
5932
5933         * MAINTAINERS (write after approval): Added myself.
5934
5935 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
5936
5937         * MAINTAINERS (Write After Approval): Add myself.
5938
5939 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
5940
5941         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5942         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5943         Look for alternate names of the target cc and c++
5944         * configure: Regenerate.
5945
5946 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
5947
5948         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5949         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5950         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5951         tools; remove code to manually set them.
5952         (Target tools): Look in the environment for them.
5953         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5954         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5955         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5956         build directory.
5957         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5958         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5959         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5960         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5961         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5962         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5963         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5964         * configure: Regenerate.
5965         * Makefile.in: Regenerate.
5966
5967 2005-07-28  Ben Elliston  <bje@au.ibm.com>
5968
5969         * MAINTAINERS: Update for removed CPU targets.
5970
5971 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
5972
5973         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5974         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5975         * Makefile.in: Regenerated.
5976
5977 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
5978
5979         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5980         (CFLAGS_FOR_TARGET): Use it.
5981         (CXXFLAGS_FOR_TARGET): Likewise.
5982         * Makefile.in: Regenerated.
5983         * configure.in (--with-build-sysroot): New option.
5984         * configure: Regenerated.
5985
5986 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
5987
5988         * Makefile.tpl: Wrap install between unstage and stage
5989         * Makefile.in: Regenerate.
5990
5991 2005-07-21  Eric Christopher  <echristo@apple.com>
5992
5993         * MAINTAINERS: Update affiliation.
5994
5995 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
5996
5997         * MAINTAINERS: Add self as crx port maintainer.
5998
5999 2005-07-20  DJ Delorie  <dj@redhat.com>
6000
6001         * MAINTAINERS: Add self as m32c maintainer.
6002
6003 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
6004
6005         * all files: Update FSF address.
6006
6007 2005-07-15  Eric Christopher  <echristo@redhat.com>
6008
6009         * MAINTAINERS: Change affiliation.
6010
6011 2005-07-14  Jim Blandy  <jimb@redhat.com>
6012
6013         * configure.in: Add cases for Renesas m32c.
6014         * configure: Regenerated.
6015
6016 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
6017
6018         * COPYING.LIB: Update from fsf.org.
6019
6020 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
6021
6022         * COPYING, compile, config.guess,
6023         config.sub, install-sh, missing, mkinstalldirs,
6024         symlink-tree, ylwrap: Sync from upstream sources.
6025         * config-ml.in: Update FSF address.
6026
6027 2005-07-13  Eric Christopher  <echristo@redhat.com>
6028
6029         * configure.in: Add toplevel noconfigdir support for tpf.
6030         * configure: Regenerate.
6031
6032 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
6033
6034         PR ada/22340
6035
6036         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
6037         * Makefile.in: Regenerate.
6038
6039 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
6040
6041         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
6042         Brolley to write-after-approval.
6043
6044 2005-07-07  Andreas Schwab  <schwab@suse.de>
6045
6046         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
6047         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
6048         * Makefile.in: Regenerated.
6049
6050 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
6051
6052         * configure.in: Don't build sim or rda when targetting darwin.
6053         * configure: Regenerate.
6054
6055 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
6056
6057         * configure.in: Add --enable-libssp and --disable-libssp.
6058         * configure: Regenerate with autoconf-2.13.
6059
6060 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
6061
6062         * Makefile.def (target_modules): Add libssp.
6063         * configure.in (target_libraries): Add target-libssp.
6064         * configure: Rebuilt.
6065         * Makefile.in: Rebuilt.
6066
6067 2005-07-01  Zack Weinberg  <zackw@panix.com>
6068
6069         * MAINTAINERS: Change email address.  Resign from maintainership.
6070
6071 2005-07-01  Richard Guenther  <rguenther@suse.de>
6072
6073         * MAINTAINERS: Change my e-mail address and affiliation.
6074
6075 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
6076
6077         * Makefile.def (stagefeedback): Come after profile.
6078         Define profiledbootstrap target.
6079         * Makefile.tpl (profiledbootstrap): Remove.
6080         (stageprofile-end): Zap stagefeedback.
6081         (stagefeedback-start): Copy all .gcda files, not only GCC's.
6082         * Makefile.in: Regenerate.
6083
6084 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
6085
6086         * MAINTAINERS: Update my email address.
6087
6088 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
6089
6090         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
6091         In 'cpp' stanza, support '#line' as well as '# '.
6092
6093 2005-06-08  Andreas Schwab  <schwab@suse.de>
6094
6095         * MAINTAINERS: Move myself from 'Write After Approval' to
6096         'CPU Port Maintainers' section as m68k maintainer.
6097
6098 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
6099
6100         * configure.in (unsupported_languages): New macro.
6101         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
6102         non-ported target libraries in noconfigdirs.
6103         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
6104         non-linux-gnu.  Remove libgcj_ex_libffi.
6105         <lang_frag loop>: Set add_this_lang=no if the language is in
6106         unsupported_languages.
6107         * configure: Regenerate.
6108
6109 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
6110
6111         * configure.in: Fix typo in handling of --with-mpfr-dir.
6112         * configure: Regenerate.
6113
6114 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
6115
6116         * MAINTAINERS: Update my email address.
6117
6118 2005-06-02  Jim Blandy  <jimb@redhat.com>
6119
6120         * config.sub: Add cases for the Renesas m32c.  (This patch has been
6121         accepted into the master sources.)
6122
6123 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
6124             Michael Snyder  <msnyder@redhat.com>
6125             Stan Cox  <scox@redhat.com>
6126
6127         * configure.in: Set noconfigdirs for ms1.
6128
6129         * configure: Regenerate.
6130
6131 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
6132
6133         * MAINTAINERS (Write After Approval): Add self.
6134
6135 2005-06-01  Josh Conner  <jconner@apple.com>
6136
6137         * MAINTAINERS (Write After Approval): Add self.
6138
6139 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
6140
6141         * MAINTAINERS: Update my email address.
6142
6143 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
6144
6145         * MAINTAINERS (Write After Approval): Add self.
6146
6147 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
6148
6149         * MAINTAINERS (Write After Approval): Remove self.
6150
6151 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
6152
6153         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
6154         (Dependencies): Consider target modules for bootstrap dependencies.
6155         Make target bootstrap modules depend on each stage's gcc.
6156         * Makefile.in: Regenerate.
6157
6158 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
6159
6160         * Makefile.def (configure-gcc): Depend on binutils having been built.
6161         (all-gcc): No need to do it here.
6162         * Makefile.in: Regenerate.
6163
6164 2005-05-19  Paul Brook  <paul@codesourcery.com>
6165
6166         * configure.in: Rewrite misleading error message when requested
6167         language cannot be built.
6168         * configure: Regenerate.
6169
6170 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
6171
6172         * ylwrap: Import from Automake 1.9.5.
6173
6174 2005-05-13  David Ung  <davidu@mips.com>
6175
6176         * MAINTAINERS (Write After Approval): Add self.
6177
6178 2005-05-09  Mike Stump  <mrs@apple.com>
6179
6180         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
6181         lt_cv_sys_max_cmd_len for now.
6182
6183 2005-05-09  Stan Cox  <scox@redhat.com>
6184
6185         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
6186
6187 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
6188
6189         * README.SCO: Update the URL.
6190
6191 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
6192
6193         * ltconfig: Define file_list_spec.  Pass file_list_spec and
6194         with_gnu_ld to libtool.
6195         * ltcf-c.sh (aix[45]): Define file_list_spec.
6196         * ltcf-cxx.sh (aix[45]): Same.
6197         * ltcf-gcj.sh (aix[45]): Same.
6198         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
6199         exists, write list of input files to temporary file.
6200
6201 2005-05-04  Mike Stump  <mrs@apple.com>
6202
6203         * configure.in: Always pass --target to target configures as
6204         otherwise rebuilds that do --recheck will fail.
6205         * confiugure: Rebuilt.
6206
6207 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
6208
6209         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
6210         STAGE_HOST_EXPORTS.
6211         (configure, all): Add bootstrap support.
6212         (Host modules, target modules): Pass post-stage1 flags and exports.
6213         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
6214         * Makefile.in: Regenerate.
6215
6216 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
6217
6218         * configure: Regenerate.
6219
6220 2005-04-27  Mike Stump  <mrs@apple.com>
6221
6222         * MAINTAINERS: Add self as darwin maintainer.
6223
6224 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
6225
6226         * config.sub: Update from master copy.
6227
6228 2005-04-21  Mike Stump  <mrs@apple.com>
6229
6230         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
6231         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
6232
6233 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
6234
6235         * configure.in <crisv32-*-*, cris-*-*>: New local variable
6236         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
6237         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
6238         "*-*-elf" and "*-*-linux*".
6239         * configure: Regenerate.
6240
6241 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
6242
6243         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
6244
6245 2005-04-12  Mike Stump  <mrs@apple.com>
6246
6247         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
6248
6249 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
6250
6251         * MAINTAINERS (Write After Approval): Add myself.
6252
6253 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
6254
6255         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
6256
6257 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
6258
6259         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
6260         (TARGET_CONFIGARGS): Include --with-target-subdir.
6261         (configure, all): New macros.  Use them throughout.
6262         * Makefile.in: Regenerate.
6263
6264 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
6265
6266         * MAINTAINERS (Write After Approval): Add myself.
6267
6268 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6269
6270         * MAINTAINERS: Remove 'loop unrolling' maintainer.
6271
6272 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
6273
6274         * MAINTAINERS: Move John Carr to Write After Approval.
6275
6276 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
6277
6278         * config/mh-mingw32: Delete.
6279         * configure.in: Don't use it.
6280         * configure: Regenerate.
6281
6282 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
6283
6284         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
6285         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
6286         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
6287         (HOST_LIB_PATH): Generate from Makefile.def.
6288         (TARGET_LIB_PATH): Likewise.
6289         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
6290         * Makefile.in: Regenerate.
6291         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
6292         (RPATH_ENVVAR): Include Darwin case.
6293         * configure: Regenerate.
6294
6295 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
6296
6297         * MAINTAINERS (Various Maintainers): Remove self.
6298         (Write After Approval): Add self.
6299
6300 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
6301
6302         * MAINTAINERS (Various Maintainers): Add self.
6303
6304 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
6305
6306         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
6307         * configure: Regenerate.
6308
6309 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
6310
6311         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
6312         gcc_version, and gcc_version_trigger from set of flags to pass.
6313         * Makefile.tpl: Remove definitions of above variables.
6314         (config.status): Remove dependency on $(gcc_version_trigger).
6315         * Makefile.in: Regenerate.
6316         * configure.in: Do not reference config/gcc-version.m4 nor
6317         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
6318         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
6319         * configure: Regenerate.
6320
6321 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
6322             Andrew Pinski  <pinskia@physics.uc.edu>
6323
6324         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
6325         * Makefile.in: Regenerate.
6326
6327 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
6328
6329         * MAINTAINERS (Write After Approval): Add myself.
6330
6331 2005-03-03  David Ayers  <d.ayers@inode.at>
6332
6333         * MAINTAINERS (Write After Approval): Add myself.
6334
6335 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
6336
6337         PR libgcj/20160
6338         * ltmain.sh: Avoid creating archives with components that have
6339         duplicate basenames.
6340
6341 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
6342
6343         PR bootstrap/20250
6344         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
6345         instead of check.
6346         * Makefile.in: Regenerate.
6347
6348 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
6349
6350         * Makefile.in: Regenerate to fix conflict between the previous two
6351         patches.
6352
6353 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
6354
6355         PR bootstrap/17383
6356         * Makefile.def (target_modules): Remove "stage", now unnecessary.
6357         * Makefile.tpl (HOST_SUBDIR): New substitution.
6358         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
6359         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6360         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
6361         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
6362         (Host modules, Bootstrapped modules): Use it.
6363         (Build modules, Target modules): Do not create symlink trees,
6364         always configure out-of-srcdir.
6365         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
6366         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
6367         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
6368         $(HOST_SUBDIR).  Create a symlink for host_subdir.
6369
6370         * Makefile.in: Regenerate.
6371         * configure: Regenerate.
6372
6373 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6374
6375         Merged from libada-gnattools-branch:
6376         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6377
6378         * gnattools: New directory.
6379         * Makefile.def: Add gnattools as a module, depending on target-libada.
6380         * Makefile.in: Regenerate.
6381         * configure.in: Include gnattools in host_tools; disable it if ada
6382         is disabled.
6383         * configure: Regenerate.
6384
6385 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
6386
6387         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
6388         treelang maintainer.
6389         (Write After Approval): Remove myself.
6390
6391 2005-02-23  Paul Schlie  <schlie@comcast.net>
6392
6393         * configure.in: Allow darwin targeted ports to build tk, itcl and
6394         libgui.
6395         * configure: Regenerate.
6396
6397 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
6398
6399         PR libgcj/10353
6400         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
6401         * configure: Regenerate.
6402
6403 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
6404
6405         * MAINTAINERS (Write After Approval): Add myself.
6406
6407 2005-02-10  Ian Lance Taylor  <ian@airs.com>
6408
6409         * MAINTAINERS: Update my e-mail address.
6410
6411 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
6412
6413         * MAINTAINERS (Write After Approval): Add myself.
6414
6415 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
6416
6417         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
6418         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
6419         target-libgloss when not *-*-elf and *-*-aout.
6420         * configure: Regenerate.
6421
6422 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
6423
6424         * MAINTAINERS: Remove obsolete entries.
6425
6426         * MAINTAINERS (Write After Approval): Add Michael Matz.
6427
6428 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
6429
6430         * MAINTAINERS: Remove self as cpplib maintainer.
6431
6432 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
6433
6434         * install-sh, config.sub: Import from upstream.
6435
6436 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
6437
6438         PR bootstrap/18222
6439         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
6440         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
6441         * Makefile.in: Regenerate.
6442
6443 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
6444
6445         * MAINTAINERS: Update my email address.
6446
6447 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
6448             Andreas Schwab  <schwab@suse.de>
6449
6450         PR bootstrap/18033
6451         * config-ml.in: Eval option if surrounded by single quotes.
6452
6453 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
6454
6455         Revert 2004-12-28 Makefile changes, a better fix will be
6456         applied to mainline and src after GCC 4.0 branches.
6457
6458 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
6459
6460         PR bootstrap/17383
6461
6462         * Makefile.def (target_modules): Remove stage parameter,
6463         it is always true now.
6464         * Makefile.tpl (configure-build-[+module+],
6465         configure-target-[+module+]): Always build symlink tree
6466         for the directory and for include.  BUILD_SUBDIR and
6467         TARGET_SUBDIR cannot be . anymore.
6468         * Makefile.in: Regenerate.
6469
6470 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
6471
6472         Revert 2004-12-08 Makefile changes.
6473
6474 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
6475
6476         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
6477         cygwin, mingw.
6478
6479 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
6480
6481         * configure.in (sh64-*-*): Reenable gprof.
6482         * configure: Regenerate.
6483
6484 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
6485
6486         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6487         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6488         (EXTRA_TARGET_FLAGS): Add PICFLAG.
6489         * Makefile.in: Regenerate.
6490
6491 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
6492
6493         * MAINTAINERS: Update my email address.
6494
6495 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
6496
6497         * Makefile.tpl: Generate normal dependencies if the LHS module is
6498         not bootstrapped.
6499         * Makefile.in: Regenerate.
6500
6501 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
6502
6503         * configure.in: Include config/gxx-include-dir.m4.  Use
6504         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
6505         * configure: Regenerate.
6506
6507 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
6508
6509         * config.if: Delete.
6510         * configure.in: Set libstdcxx_incdir directly.
6511         * configure: Regenerate.
6512
6513 2004-12-02  Eric Christopher  <echristo@redhat.com>
6514
6515         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
6516         * Makefile.in: Regenerate.
6517
6518 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
6519
6520         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6521         * configure: Regenerate.
6522
6523 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
6524
6525         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
6526         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
6527         * configure: Regenerate.
6528
6529 2004-12-01  Eric Christopher  <echristo@redhat.com>
6530
6531         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
6532         of things to remove.
6533
6534 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
6535
6536         * MAINTAINERS (Write After Approval): Update my e-mail address.
6537
6538 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
6539
6540         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
6541         from CVS libtool to always pass_all.
6542
6543 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6544
6545         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6546         (hppa*64*-*-*): Delete incorrect comment.
6547         * configure: Rebuilt.
6548
6549 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
6550
6551         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
6552
6553 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
6554
6555         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
6556         from CVS libtool to always pass_all.
6557
6558 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
6559
6560         * install-sh, compile: Import from automake.
6561
6562 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
6563
6564         * config.guess, config.sub:  Import from savannnah.
6565
6566 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
6567
6568         * MAINTAINERS (Write After Approval): Add myself
6569
6570 2004-11-12  Mike Stump  <mrs@apple.com>
6571
6572         * Makefile.def: Add html support.
6573         * Makefile.tpl: Likewise.
6574         * Makefile.in: Regenerate.
6575
6576 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
6577
6578         PR 18423
6579         * configure.in: Remove all instances of build-fixincludes from
6580         noconfigdirs.
6581         (build_configargs): Supply --target to subdirectories.
6582         * configure: Regenerate.
6583
6584         * Makefile.def: Make gcc install depend on fixincludes install.
6585         * Makefile.in: Regenerate.
6586
6587 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
6588
6589         * MAINTAINERS: Add myself as gcc testsuite maintainer.
6590
6591 2004-11-11  Paul Brook  <paul@codesourcery.com>
6592
6593         * MAINTAINERS: Add self as arm maintainer.  Update email address.
6594
6595 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
6596
6597         * configure.in (noconfigdirs) [mmix-*-*]: Disable
6598         target-libgfortran.
6599         * configure: Regenerate.
6600
6601 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
6602
6603         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6604         like CC.
6605
6606 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
6607
6608         * Makefile.def (host fixincludes): Specify missing targets.
6609         * Makefile.in: Regenerate.
6610
6611 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
6612
6613         * MAINTAINERS: Add myself
6614
6615 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
6616
6617         * MAINTAINERS (Write After Approval): Add myself.
6618
6619 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
6620
6621         * Makefile.def: Build fixincludes for the host, too.
6622         * Makefile.in: Regenerate.
6623         * configure.in (host_tools): Add fixincludes.
6624         * configure: Regenerate.
6625
6626 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
6627
6628         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6629         * configure: Regenerated.
6630
6631 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
6632
6633         PR other/17783
6634         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6635         * configure: Regenerated.
6636
6637 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
6638
6639         * README.SCO: Update per FSF instructions.
6640
6641 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
6642
6643         PR target/18151
6644         * configure.in (case ${target}): Do not build fixincludes for avr.
6645         * configure: Regenerated.
6646
6647 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
6648
6649         * configure.in (case ${target}): Do not build fixincludes
6650         on platforms where it is not used.
6651         * configure: Regenerated.
6652
6653 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
6654
6655         * configure.in: Use an absolute path to install-sh.
6656         * configure: Regenerated.
6657
6658 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
6659
6660         * MAINTAINERS (Write After Approval): Add myself.
6661
6662 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
6663
6664         * MAINTAINERS: Remove from Write After Approval those that are
6665         already maintainers.
6666
6667 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
6668
6669         * MAINTAINERS:  Update my email address.
6670
6671 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
6672
6673         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6674         * configure: Regenerate.
6675
6676 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
6677
6678         * MAINTAINERS:  Update my email address.
6679
6680 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
6681
6682         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
6683         entries belonging to this category.
6684
6685 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
6686
6687         * MAINTAINERS: Update my e-mail address.
6688
6689 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
6690
6691         Fix wrong conflict resolution in:
6692
6693         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6694
6695         * Makefile.in: Regenerate.
6696         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6697         in the recursive `make', instead of hardwiring `all'.
6698         (Autogenerated TARGET-* variables): New.
6699
6700 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
6701
6702         * configure.in: Enable target-libgloss for crx-*-*.
6703         * configure: Regenerate.
6704
6705 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6706
6707         * MAINTAINERS (Various Maintainers): Move the "windows,
6708         cygwin, mingw" maintainer to ...
6709         (OS Port Maintainers): ... here.
6710
6711 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6712
6713         * MAINTAINERS (Write After Approval): Remove those that are
6714         maintainers of some subsystem.
6715
6716 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
6717
6718         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6719         * ltcf-cxx.sh (tpf*): Likewise.
6720         * ltconfig (tpf*): Add TPF OS configuration support.
6721
6722 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
6723
6724         * MAINTAINERS: Change my email address to my new work account.
6725
6726 2004-09-24  Michael Roth  <mroth@nessie.de>
6727
6728         * configure.in (--without-headers): Add missing double quotes.
6729         * configure: Regenerate.
6730
6731 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
6732
6733         * ylwrap: Revert to previous version.
6734
6735 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
6736
6737         PR bootstrap/17369
6738         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6739         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6740         SET_GCC_LIB_PATH_CMD.
6741         (BASE_TARGET_EXPORTS): Likewise.
6742         * Makefile.in: Regenerated.
6743
6744         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6745         * configure: Regenerated.
6746
6747 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
6748
6749         * config.guess: New upstream version
6750         * compile, depcomp, install-sh, ylwrap: Likewise.
6751
6752 2004-09-19  Roger Sayle  <roger@eyesopen.com>
6753
6754         * config/mh-x86omitfp: New host makefile fragment.  Add
6755         -fomit-frame-pointer to the default BOOT_CFLAGS.
6756         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6757         * configure: Regenerate.
6758
6759 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
6760
6761         PR target/11572
6762         * configure.in (*-*-darwin*): Renable libobjc.
6763         * configure: Regenerate.
6764
6765 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
6766
6767         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6768
6769 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
6770
6771         * Makefile.def: Remove libbanshee.
6772         * Makefile.tpl: Ditto.
6773         * configure.in: Ditto.
6774         * Makefile.in: Regen.
6775         * configure: Ditto.
6776
6777 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
6778
6779         * ltmain.sh: Use $pic_object as $non_pic_object if
6780         $non_pic_object=none.
6781
6782 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
6783
6784         * missing: Import latest version from master repository.
6785
6786 2004-09-06  Nick Clifton  <nickc@redhat.com>
6787
6788         * config.sub: Import latest version from master repository.
6789         * config.guess: Likewise.
6790         This includes these changes:
6791
6792         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
6793
6794         * config.sub: Handle crisv32, alias etraxfs.
6795         * config.guess (crisv32:Linux:*:*): Handle.
6796
6797         2004-08-13  Brad Smith  <brad@comstyle.com>
6798
6799         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6800         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6801
6802         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6803
6804         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6805         assume the processor is a powerpc.  This is because coreutils
6806         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6807         in this case, due to a MacOS X bug that causes
6808         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6809         to return a negative number.
6810         Problem reported by Petter Reinholdtsen in:
6811         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6812
6813         2004-07-19  Ben Elliston  <bje@gnu.org>
6814
6815         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6816
6817         2004-06-24  Ben Elliston  <bje@gnu.org>
6818
6819         * config.guess: Update copyright years.
6820         * config.sub: Likewise.
6821
6822         2004-06-22  Robert Millan  <robertmh@gnu.org>
6823
6824         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6825         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6826
6827         2004-06-22  Stanley F. Quayle <stan@stanq.com>
6828
6829         * config.guess (*:*VMS:*:*): New entry. Replaces
6830         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6831         manufacturer.
6832
6833         2004-06-22  Ben Elliston  <bje@gnu.org>
6834
6835         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6836         * config.sub: Likewise.
6837
6838         2004-06-22  Ben Elliston  <bje@gnu.org>
6839
6840         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6841         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6842
6843         2004-06-11  Ben Elliston  <bje@gnu.org>
6844
6845         * config.guess (pegasos:OpenBSD:*:*): Remove.
6846
6847         2004-06-11  Ben Elliston  <bje@gnu.org>
6848
6849         From Wouter Verhelst <wouter@grep.be>:
6850         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6851
6852         2004-06-11  Ben Elliston  <bje@gnu.org>
6853
6854         * config.guess (luna88k:OpenBSD:*:*): New.
6855
6856         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
6857
6858         * config.guess (m32r*:Linux:*:*): New case.
6859         * config.sub: Handle m32rle.
6860
6861         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
6862
6863         From Jens Petersen  <petersen@redhat.com>:
6864         * config.sub: Handle sparcv8.
6865
6866         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
6867
6868         From Tom Smith <smith@cag.lkg.hp.com>:
6869         * config.guess: Version suffixes are equally significant on Tru64
6870         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
6871         prefix of "P" (patched kernel).
6872
6873         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
6874
6875         * config.sub: Add support for National Semiconductor CRX target.
6876
6877 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
6878
6879         * MAINTAINERS (Various Maintainers): Remove myself as web page
6880         maintainer, add myself as maintainer of build status lists.
6881
6882 2004-09-03  Jan Beulich  <jbeulich@novell.com>
6883
6884         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6885         *-*-netware, but add target-libmudflap.
6886         Consolidate *-*-netware targets (of which really only i?86 exists)
6887         into a single entry.
6888         * configure: Likewise.
6889
6890 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
6891
6892         * Makefile.tpl (sorry): Remove.
6893         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6894         (cleanstrap targets): Depend on distclean, not distclean-stage1.
6895         (do-clean): Clean per-stage directories too.
6896         (do-distclean): Run distclean-stage1 too.
6897         (.NOTPARALLEL): Enable during toplevel bootstrap.
6898         (stage[+id+]-bubble): Enable parallel execution during
6899         the recursive invocation.
6900         * Makefile.in: Regenerate.
6901
6902         Fix previous checkin:
6903
6904         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6905         include.
6906         * configure.in: Fix indentation.
6907         * configure: Regenerate.
6908
6909 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
6910
6911         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6912         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6913         * configure: regenerate
6914         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6915         -mdynamic-no-pic
6916
6917 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
6918
6919         * Makefile.def (build_modules): Add fixincludes.
6920         (dependencies): Make gcc depend on fixincludes.
6921         * configure.in (build_tools): Add fixincludes.
6922         (build_configdirs): Always include build_libs.
6923         * Makefile.in: Regenerate.
6924         * configure: Regenerate.
6925
6926 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
6927
6928         * Makefile.def (bootstrap stages): Add 'lean' parameter.
6929         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6930         phony targets; do not generate timestamp files.
6931         (distclean-stageN): Remove references to their timestamp files.
6932         (restageN, touch-stageN): Remove.
6933         (stageN-bubble): Rewritten.
6934         (compare): Support lean bootstraps.
6935         * Makefile.in: Regenerate.
6936
6937         * configure.in: Only warn when bootstrapping but
6938         build != host or build != target.  Support lean bootstraps.
6939         * configure: Regenerate.
6940
6941 2004-08-26  Phil Edwards  <phil@codesourcery.com>
6942
6943         * configure.in:  Give a better error message if GMP/MPFR are missing
6944         and a language needing them has been requested.
6945         * configure:  Regenerated.
6946
6947 2004-08-25  Phil Edwards  <phil@codesourcery.com>
6948
6949         * configure.in:  Print a list of available language front-ends if
6950         a requested one is missing.  Tidy stray tab characters.
6951         * configure:  Regenerated.
6952
6953 2004-08-19  Michael Koch  <konqueror@gmx.de>
6954
6955         * gcc/doc/install.texi: Update entry about automake for libjava.
6956
6957 2004-08-17  Robert Millan  <robertmh@gnu.org>
6958
6959         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6960         (instead of FreeBSD).
6961         * configure: Regenerate.
6962
6963 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6964
6965         * Makefile.in: Regenerate.
6966         * configure: Regenerate.
6967
6968         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6969         stage_*_flags.
6970         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6971         for bootstrapped modules if toplevel bootstrap is going.
6972         (GCC bootstrap): Generate per-stage targets for all bootstrapped
6973         modules.  Adjust for changes in Makefile.def.  Enable several
6974         rules even in non-bootstrap mode, just to avoid peppering the
6975         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6976         (stage-[+prev+]-bubble): Remove.
6977
6978         * Makefile.def (Dependencies): Depend on all-build-bison,
6979         all-build-flex, all-build-byacc, all-build-texinfo, rather
6980         than the host variations.
6981         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
6982         with BUILD_SUBDIR.
6983         (BISON): Update for recent Bisons.
6984         (YACC): Fix typo.
6985         (cross): Depend on all-build.
6986         (all): Do not depend on all-build.
6987         (prebootstrap): Remove.
6988         (dep-kind): Accept separate prefixes for MODULE and ON variables.
6989         (Prebootstrap dependencies): Add them to the per-stage targets
6990         and to all-prebootstrap.
6991         * configure.in (build_configdirs): Always enable build_tools.
6992         (BUILD_DIR_PREFIX): Remove.
6993
6994         * Makefile.def (gcc): Add target variable.
6995         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6996         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6997         in the recursive `make', instead of hardwiring `all'.
6998         (Autogenerated TARGET-* variables): New.
6999
7000 2004-08-13  Brian Booth  <bbooth@redhat.com>
7001
7002         * MAINTAINERS: Remove myself from write-after-approval.
7003
7004 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7005
7006         * src-release: Stop distributing mmalloc with gdb (which doesn't
7007         use it).
7008         * Makefile.def: GDB doesn't depend on mmalloc anymore.
7009         * Makefile.in: Regenerate.
7010
7011 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
7012
7013         * configure.in (arm*-*-eabi*): New target.
7014         * configure: Regenerate.
7015
7016 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
7017
7018         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
7019         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
7020         (Dependencies): New section.
7021         * Makefile.tpl (Dependencies): Generate from Makefile.def.
7022         (configure-target-[+module+]): Depend on maybe-all-gcc
7023         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
7024         (toplevel profiledbootstrap): Fix dependencies.
7025         * Makefile.in: Regenerate.
7026
7027 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
7028
7029         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
7030         target-libiberty to noconfigdirs.
7031         * configure: Regenerate.
7032
7033 2004-08-03  Paul Brook  <paul@codesourcery.com>
7034
7035         * configure.in: Check for MPFR as well as GMP.
7036         * configure: Regenerate.
7037
7038 2004-08-01  Robert Millan  <robertmh@gnu.org>
7039
7040         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
7041         libmudflap for all GNU-based systems (with Glibc).
7042         * configure: Regenerate.
7043
7044 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
7045
7046         * Makefile.def (host-modules): Add gcc.
7047         * Makefile.in: Regenerate.
7048         * Makefile.tpl (sorry): New rule.
7049         (configure-host, all-host, [+make_target+]-host, do-check,
7050         install-host): Do not add gcc as a special case.
7051         (host modules): Add a small special-casing for gcc.  Export
7052         extra_make_flags through the environment.
7053         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
7054         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
7055         other recursive targets for gcc): Remove.
7056
7057         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
7058         (stage, unstage): New rules.
7059         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
7060         distclean-stage[+id+]): Use stage_current.
7061         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
7062         the stage*-start rules.
7063
7064 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
7065
7066         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
7067         use -all_load flag.
7068
7069 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
7070
7071         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
7072         * configure: Regenerate.
7073
7074 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
7075
7076         * maintainer-scripts/gcc_release: Revert yesterday's change.
7077
7078 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
7079
7080         * MAINTAINERS: Add myself to write-after-approval.
7081
7082 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
7083
7084         * libf2c: Removed.
7085         * gcc/gccbug.in: Updated because of libf2c removal.
7086         * maintainer-scripts/gcc_release: Ditto.
7087
7088 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
7089
7090         * configure.in: Build libmudflap by default on FreeBSD.
7091         * configure: Regenerated.
7092
7093 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
7094
7095         * configure.in: Do not build libmudflap by default on non-GNU/Linux
7096         systems.
7097         * configure: Regenerated.
7098
7099 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7100
7101         PR target/16344
7102         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
7103         feedback based compiler.
7104         * Makefile.in: Rebuilt.
7105
7106 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
7107
7108         * Makefile.def (host_modules): Set bootstrap=true for flex.
7109         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
7110         * Makefile.in: Rebuilt.
7111
7112 2004-07-07  Jan Hubicka  <jh@suse.cz>
7113
7114         * MAINTAINERS: Add self as a profile feedback maintainer.
7115
7116 2004-07-05  Phil Edwards  <phil@codesourcery.com>
7117
7118         * configure.in:  Do not prepend $srcdir to /dev/null in
7119         makefile fragments.
7120         * configure:  Regenerate.
7121
7122 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
7123
7124         * Makefile.def (build_modules): Add bison, byacc, flex,
7125         m4, texinfo.
7126         (flags_to_pass): Add FLEX.
7127         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
7128         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
7129         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
7130         DEFAULT_MAKEINFO): Remove.
7131         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
7132         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
7133         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
7134         objdir or else use configured tool.
7135         (all-build): New.
7136         (all): Depend on it.
7137         (Build module dependencies): Add.
7138         * Makefile.in: Regenerate.
7139         * configure.in: Better support for multiple build modules,
7140         matching what is done for host/target modules.  Do not look
7141         for "plausible" locations of build tools if Canadian cross.
7142         Use autoconf's AC_PROG_CC to find a C compiler.  Define
7143         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
7144         * configure: Regenerate.
7145
7146 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
7147
7148         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
7149         * Makefile.in: Regenerate.
7150
7151 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
7152
7153         * Makefile.tpl (configure-build-[+module+],
7154         configure-[+module+], configure-target-[+module+]): Pass
7155         [+extra_configure_args+].
7156         (all-build-[+module+], all-[+module+], check-[+module+],
7157         install-[+module+], [+make_target+]-[+module+],
7158         all-target-[+module+], check-target-[+module+],
7159         install-target-[+module+], [+make_target+]-target-[+module+]):
7160         Pass [+extra_make_args+].
7161         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
7162         (GCC_HOST_EXPORTS): Remove.
7163         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
7164         cross, check-gcc, check-gcc-c++, install-gcc,
7165         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
7166         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
7167         * Makefile.in: Regenerate.
7168
7169 2004-06-21  Matthew Sachs  <msachs@apple.com>
7170
7171         * MAINTAINERS: Added self to write-after-approval.
7172
7173 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
7174
7175         * configure.in: Check for srcdir/winsup rather than build directory
7176         winsup.
7177         * configure: Regenerate.
7178
7179 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
7180
7181         * configure.in: Don't build Cygwin native newlib if winsup
7182         directory is missing.  Emit warning instead.
7183         * configure: Regenerate.
7184
7185 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
7186
7187         * Makefile.tpl (touch-stage[+id+]): New.
7188         (restage[+prev+]): Depend on touch-stage[+id+].
7189
7190         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
7191         Use it throughout.
7192
7193         * Makefile.def: Add profile and feedback bootstrap stages.
7194         Remove next field from bootstrap stages.
7195         * Makefile.tpl (LN, LN_S): Substitute.
7196         (stageN-start, stageN-end): Use double-colon rules, to
7197         provide a hook for additional setup commands.
7198         (distclean-stageN-gcc, restageN): Create dependencies from
7199         [+prev+], not from [+next+].
7200         (stageN-bubble): Add commands for successive stages from
7201         [+prev+], using double-colon rules.
7202         (all-stageN-gcc): Fix typo.
7203         (stagefeedback-start, profiledbootstrap): New.
7204         * Makefile.in: Regenerate.
7205         * configure.in: Call ACX_PROG_LN.
7206         * configure: Regenerate.
7207
7208 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
7209
7210         * MAINTAINERS (Write After Approval): Add myself.
7211
7212 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
7213
7214         * MAINTAINERS (Write After Approval): Add myself.
7215
7216 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
7217
7218         * configure.in: Fix --enable-bootstrap breakage introduced in trees
7219         without gcc.
7220         * configure: Regenerate.
7221
7222 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
7223
7224         * Makefile.tpl: Fix typo.
7225         * Makefile.in: Regenerate.
7226
7227 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
7228
7229         * configure.in: Remove new- prefix from toplevel
7230         bootstrap targets.
7231         * configure: Regenerate.
7232
7233 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
7234
7235         * Makefile.tpl (all.normal): Rename to all.
7236         (all): Replace with a rule to pick the default
7237         target from configure.
7238         (all-gcc, configure-gcc): Use conditionals to
7239         do nothing when toplevel bootstrap is going on.
7240         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
7241         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
7242         * configure.in: Support --enable-bootstrap.
7243
7244         * Makefile.def: Remove new- prefix from toplevel
7245         bootstrap targets.
7246         * Makefile.tpl: Likewise.
7247
7248         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
7249         target.
7250
7251         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
7252         $(RECURSE_FLAGS) to recursive invocation of make.
7253
7254         * Makefile.in: Regenerate.
7255         * configure: Regenerate.
7256
7257 2004-05-30  Andreas Jaeger  <aj@suse.de>
7258             Jim Wilson  <wilson@specifixinc.com>
7259
7260         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
7261         like CC.
7262
7263 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
7264
7265         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
7266         * configure: Regenerate.
7267
7268 2004-05-25  Daniel Jacobowitz  <drow@false.org>
7269
7270         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
7271         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
7272         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
7273         targets.
7274         * Makefile.in: Regenerate.
7275
7276 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
7277
7278         * configure.in: Test the ability to symlink directories.
7279         * configure: Regenerate.
7280
7281         * Makefile.def (bootstrap-stage): New definitions.
7282         * Makefile.tpl (configure-stage1-gcc,
7283         configure-stage2-gcc, configure-stage3-gcc,
7284         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
7285         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
7286         new-restage3, compare): Autogenerate, see Makefile.in
7287         entry for behavioral changes.
7288         (distclean-stage1, new-stage1-start, new-stage1-end,
7289         new-stage1-bubble, distclean-stage2, new-stage2-start,
7290         new-stage2-end, new-stage2-bubble, distclean-stage3,
7291         new-stage3-start, new-stage3-end): New autogenerated targets.
7292         (objext, prebootstrap, BOOT_CFLAGS,
7293         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
7294         targets.
7295
7296         * Makefile.in: Regenerate.
7297         (distclean-stage1, new-stage1-start, new-stage1-end,
7298         new-stage1-bubble, distclean-stage2, new-stage2-start,
7299         new-stage2-end, new-stage2-bubble, distclean-stage3,
7300         new-stage3-start, new-stage3-end): New targets.
7301         (all-stage1-gcc): Move prebootstrap dependency from here...
7302         (configure-stage1-gcc): ...to here.
7303         (new-bootstrap): Use bubble targets.
7304         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7305         Use per-stage distclean targets.
7306         (configure-stage1-gcc, configure-stage2-gcc,
7307         configure-stage3-gcc, all-stage1-gcc,
7308         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
7309         Use new-stageN-start to prepare the tree.
7310
7311 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
7312
7313         * Makefile.def (host_modules): add libcpp.
7314         * Makefile.tpl: Add dependencies on and for libcpp.
7315         * Makefile.in: Regenerate.
7316         * configure.in: Add libcpp host module.
7317         * configure: Regenerate.
7318
7319 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
7320
7321         * Makefile.tpl: Whenever a recursive target is defined, wrap
7322         it in a special @if/@endif block, and prepare its maybe
7323         dependency in the @if/@endif block
7324         * configure.in: Instead of writing maybe dependencies, remove
7325         the @if/@endif statements, and remove the @if/@endif blocks
7326         that remain.
7327         * configure: Regenerate.
7328         * Makefile.in: Regenerate.
7329
7330 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
7331
7332         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
7333
7334 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
7335
7336         PR bootstrap/15120
7337         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
7338         * */configure: Rebuilt.
7339
7340 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
7341
7342         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
7343         of libf2c.
7344         * configure, Makefile.in: Regenerate.
7345
7346 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
7347
7348         * MAINTAINERS (Write After Approval): Add myself.
7349
7350 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
7351
7352         Merge from tree-ssa-20020619-branch.
7353
7354         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
7355         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
7356         (HOST_GMPLIBS): Define.
7357         (HOST_GMPINC): Define.
7358         (TARGET_LIB_PATH): Add libmudflap.
7359         (GFORTRAN_FOR_TARGET): Define.
7360         (configure-build*): Export GFORTRAN.
7361         (configure-gcc): Export GMPLIBS and GMPINC.
7362         (all-gcc): Add maybe-all-libbanshee.
7363         (configure-target-libgfortran): Define.
7364         * Makefile.in: Regenerate.
7365         * configure.in (host_libs): Add libbanshee.
7366         (target_libraries): Add target-libmudflap and target-libgfortran.
7367         Add --with-libbanshee.
7368         Handle --disable-libmudflap.
7369         (*-*-freebsd*): Use with_gmp.
7370         Add $(libgcj) to noconfigdirs.
7371         * configure: Regenerate.
7372         * depcomp: New file.
7373         * MAINTAINERS: Add tree-ssa maintainers.
7374
7375 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
7376
7377         * MAINTAINERS (Various Maintainers): Add myself.
7378
7379 2004-04-30  Brian Ford  <ford@vss.fsi.com>
7380
7381         * MAINTAINERS (Write After Approval): Add myself.
7382
7383 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
7384
7385         * MAINTAINERS (Write After Approval): Add myself.
7386
7387 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
7388
7389         * config/acx.m4: Fix fastcompare support for new-bootstrap.
7390         * configure: Regenerate.
7391
7392 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
7393
7394         Revert:
7395         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7396
7397         * Makefile.def (flags_to_pass): Remove *dir variables that
7398         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7399         as well as prefix and exec_prefix.
7400         * Makefile.in: Regenerate.
7401
7402 2004-04-26  Robert Millan  <robertmh@gnu.org>
7403
7404         Add patches from libtool CVS.
7405         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
7406         * ltconfig: Likewise.
7407         * ltcf-c.sh: Likewise.
7408         * ltcf-cxx.sh: Likewise.
7409         * ltcf-gcj.sh: Likewise.
7410
7411 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7412
7413         * Makefile.def (host_modules): Mark with the bootstrap
7414         flag packages on which gcc depends.
7415         * Makefile.tpl (all-bootstrap): Use it.
7416         * Makefile.in: Regenerate.
7417
7418 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7419
7420         * Makefile.def (flags_to_pass): Remove *dir variables that
7421         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7422         as well as prefix and exec_prefix.
7423         * Makefile.in: Regenerate.
7424
7425 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7426
7427         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
7428         * configure: Regenerate.
7429         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
7430         * gcc/Makefile.tpl (compare): Use the result of the test.
7431         * gcc/Makefile.in: Regenerate.
7432
7433 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
7434
7435         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
7436         Always relocate gcc and prev-gcc to the original names, even
7437         if the build fails.
7438         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7439         New targets.
7440
7441 2004-04-23  Laurent GUERBY <laurent@guerby.net>
7442
7443         * MAINTAINERS: Update my email address.
7444
7445 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7446
7447         * configure.in (mips*-*-irix5*): Enable ld.
7448         * configure: Regenerate.
7449
7450 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7451
7452         * configure: Regenerate.
7453
7454 2004-04-15  James E Wilson  <wilson@specifixinc.com>
7455
7456         * Makefile.tpl (configure-[+module+], configure-gcc,
7457         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
7458         Set and export LDFLAGS.
7459         * Makefile.in: Regenerate.
7460
7461 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
7462
7463         * MAINTAINERS: Add myself to write-after-approval.
7464
7465 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7466
7467         PR bootstrap/14871
7468         * Makefile.tpl: If we don't have built-in-tree target tools,
7469         use the ones found by configure rather than hacking around with
7470         program_transform_name.
7471         * configure.in: Give Makefile.tpl the information necessary
7472         to do that.
7473         * Makefile.in: Regenerate.
7474         * configure: Regenerate.
7475
7476 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
7477
7478         PR bootstrap/14760
7479         * configure.in: When computing baseargs, strip *all* copies of
7480         offending options.  Also, don't match/substitute the trailing space,
7481         so that this actually works when two similar options are separated by
7482         only one space.
7483         * configure: Regenerate.
7484
7485 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
7486
7487         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
7488         (rs6000-*-aix*): Same.
7489         * configure: Regenerate.
7490
7491 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
7492
7493         * MAINTAINERS: Add myself to write-after-approval.
7494
7495 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
7496
7497         * MAINTAINERS: Add myself to write-after-approval.
7498
7499 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
7500
7501         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
7502         STRICT_WARN, WARN_CFLAGS flags passed down to make.
7503         * Makefile.in: Regenerate.
7504
7505         * configure.in (top level bootstrap support): Rework --enable-werror
7506         to set @stage2_werror_flag@.
7507         * configure: Regenerate.
7508         * Makefile.tpl (top level bootstrap support): Pass
7509         @stage2_werror_flag@ down to configure in stages 2 and 3.
7510         * Makefile.in: Regenerate.
7511
7512 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7513
7514         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
7515         for stages 2 and 3 as well as in make.  As a consequence, remove
7516         OUTPUT_OPTION (now detected by configure) from the flags passed down
7517         to make.
7518         * Makefile.in: Regenerate.
7519
7520         * Makefile.tpl (new-bootstrap): Fix typo.
7521         * Makefile.in: Regenerate.
7522
7523 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7524
7525         * Makefile.tpl: Rearrange by moving recursive_targets rules
7526         into their proper sections.
7527         * Makefile.tpl (top level bootstrap support): Move disabling
7528         of coverage flags from 'make' to 'configure'; improve comments.
7529         * Makefile.in: Regenerate.
7530
7531         * Makefile.tpl (experimental top level bootstrap) Move stage1
7532         language setting from all- target to configure- target; disable
7533         intermodule optimization in stage 1; prevent gratuitous rebuilds
7534         of stage 1.
7535         * Makefile.in: Regenerate.
7536         * configure.in: Comma-separate stage 1 language list for top
7537         level bootstrap.
7538         * configure: Regenerate.
7539
7540         * Makefile.tpl: Clean up experimental top level bootstrap support:
7541         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
7542         prev-gcc in configure- targets as well as all- targets.
7543         * Makefile.in: Regenerate.
7544
7545 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
7546
7547         * compile: New file imported from automake.
7548
7549 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
7550
7551         * configure.in: Remove symbolic link section.
7552         * configure: Regenerate.
7553         * Makefile.tpl (links): Remove.
7554         * Makefile.in: Regenerate.
7555
7556 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
7557             Nathanael Nerode  <neroden@gcc.gnu.org>
7558
7559         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
7560         Set with AC_CHECK_PROGS.
7561         * configure.in: Fix comment typo from last patch.
7562         * configure: Regenerate.
7563
7564 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
7565
7566         * Makefile.tpl: Introduce experimental top level bootstrap support.
7567         * Makefile.in: Regenerate.
7568         * configure.in: Introduce support for top level bootstrap.
7569         * configure: Regenerate.
7570
7571 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
7572             Paolo Bonzini  <bonzini@gnu.org>
7573
7574         PR bootstrap/14522
7575         * configure.in: Cope with shells that do not support unquoted ^
7576         * configure: Regenerate.
7577
7578 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
7579             Paolo Bonzini  <bonzini@gnu.org>
7580
7581         PR bootstrap/14522
7582         * configure.in: Cope with shells that do not support nesting
7583         quotes inside quoted backquote substitutions.
7584         * configure: Regenerate.
7585
7586 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
7587
7588         PR bootstrap/14522
7589         * configure.in: Fix escaping of $.
7590         * configure: Regenerate.
7591
7592 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7593
7594         * configure: Regenerate, since I forgot to while committing Paolo's
7595         changes.
7596
7597 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
7598
7599         PR ada/14131
7600         Move language detection to the top level.
7601         * configure.in: Find default values for the tools as
7602         soon as possible.  Disable ada if GNAT is not found.
7603         Emit error message about missing languages.  Expand
7604         --enable-languages=all for the gcc subdirectory.
7605
7606 2004-03-10  Ben Elliston  <bje@gnu.org>
7607
7608         * MAINTAINERS: Update my email address.
7609
7610 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
7611
7612         * ltconfig: Disable building static libraries if building shared
7613         libraries on AIX 5L.
7614
7615 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
7616
7617         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7618         and disable libgcj.
7619         * configure: Regenerated.
7620
7621 2004-03-01  Brian Booth  <bbooth@redhat.com>
7622
7623         * MAINTAINERS: Add myself to write-after-approval.
7624
7625 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
7626
7627         * MAINTAINERS: Add myself to write-after-approval.
7628
7629 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7630
7631         PR bootstrap/7087
7632         * Makefile.tpl: Guard XFOO sed statements better.
7633         * Makefile.tpl: Add dependency for configure-target-libada.
7634         * Makefile.in: Regenerate (incidentally fixes broken
7635         commit when libada-branch was merged).
7636
7637 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
7638
7639         * MAINTAINERS: Add myself to write-after-approval.
7640
7641 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
7642
7643         * MAINTAINERS: Add Nicola Pero and myself as libobjc
7644         maintainers.
7645
7646 2004-02-20  Andrew Cagney  <cagney@redhat.com>
7647
7648         * config.guess: Update from version 2003-10-16 to 2004-02-16.
7649         * config.sub: Update from version 2003-11-03 to 2004-02-16.
7650
7651 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7652
7653         PR bootstrap/11932
7654         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7655
7656 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
7657
7658         * MAINTAINERS: Added myself to write-after-approval.
7659
7660 2004-02-14  Michael Koch  <konqueror@gmx.de>
7661
7662         * MAINTAINERS: Added myself to write-after-approval.
7663
7664 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
7665
7666         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
7667         some OS port maintainers to OS port maintainers section.
7668
7669 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
7670
7671         * MAINTAINERS: Add self.
7672
7673 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
7674
7675         * MAINTAINERS: Alphabetize.
7676
7677 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
7678
7679         * MAINTAINERS: Remove myself.
7680
7681 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
7682
7683         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7684         (rs6000-*-aix*): Same.
7685         * configure: Regenerate.
7686
7687 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
7688
7689         * configure.in (host): Add in missing $noconfigdirs to defines.
7690         * configure: Regenerate.
7691
7692 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
7693             Nathanael Nerode  <neroden@gcc.gnu.org>
7694
7695         PR ada/6637, PR ada/5911
7696         Merge with libada-branch:
7697         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7698         with appropriate dependencies. Add --enable-libada configure switch.
7699         * configure, Makefile.in: Regenerate.
7700
7701 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
7702
7703         * MAINTAINERS: Add myself to write-after-approval.
7704
7705 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7706
7707         * configure.in: Don't pass --with-stabs on IRIX 5 either.
7708         * configure: Regenerate.
7709
7710 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
7711
7712         Merge from upstream:
7713
7714         * ltmain.in: When setting IFS to '~', be careful about user
7715         arguments that contain '~'.
7716
7717         2004-02-04  Peter O'Gorman  <peter@pogma.com>
7718
7719         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7720         Also test $base_compile against $CC with escaped arguments. Bug
7721         reported by Geoff Keating <geoffk@apple.com>.
7722
7723 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
7724
7725         * MAINTAINERS: Remove i960 port.
7726
7727 2004-01-23  DJ Delorie  <dj@redhat.com>
7728
7729         * Makefile.def (target_modules) [libiberty]: Don't stage.
7730         * Makefile.in: Rebuilt.
7731
7732 2004-01-20  Caroline Tice  <ctice@apple.com>
7733
7734         * MAINTAINERS: Add myself to write-after-approval.
7735
7736 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
7737
7738         * MAINTAINERS: Update my email address.
7739
7740 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
7741
7742         * MAINTAINERS: Add myself to write-after-approval.
7743
7744 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7745
7746         * MAINTAINERS: Remove entries without email address.
7747
7748 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
7749
7750         * MAINTAINERS: Add myself to write-after-approval.
7751
7752 2004-01-15  Steven Bosscher  <stevenb@suse.de>
7753
7754         * MAINTAINERS: Update my email address.
7755
7756 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
7757
7758         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7759         * Makefile.tpl (configure-target-[+module+]): Support stage.
7760         * Makefile.in: Rebuilt.
7761
7762 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
7763
7764         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7765
7766 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
7767
7768         * MAINTAINERS: Add myself as a MIPS maintainer.
7769
7770 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7771
7772         * configure.in: Use ./config.cache, not config.cache.
7773         * configure: Regenerate.
7774         * Makefile.tpl: Special-casing not needed for GCC any more.
7775         * Makefile.in: Regenerate.
7776
7777         * configure.in: Don't share a cache file for host dirs.
7778         * configure: Regenerate.
7779
7780         * config-ml.in: Don't mess with the cache file.
7781
7782 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7783
7784         * MAINTAINERS: Move myself from 'Write After Approval' to
7785         'CPU Port Maintainers' section as SPARC maintainer.
7786
7787 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7788
7789         * Makefile.tpl: Make GCC use a separate config.cache.
7790         * Makefile.in: Regenerate.
7791
7792         PR bootstrap/11932, PR bootstrap/11933
7793         (I don't know if it will fix either of them, but it relates
7794         to them.)
7795         * configure.in: Don't use shared config.cache for target
7796         directories.
7797         * configure: Regenerate.
7798
7799 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
7800
7801         * MAINTAINERS: Add myself to 'Write After Approval' section.
7802
7803 2003-12-31  Roger Sayle  <roger@eyesopen.com>
7804
7805         * configure.in (ia64*-*-hpux*): Disable building java libraries.
7806         * configure: Regenerated.
7807
7808 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
7809
7810         * MAINTAINERS: Remove the mn10200 maintainer.
7811
7812 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
7813
7814         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7815         * configure: Regenerated.
7816
7817 2003-12-16  Jan Hubicka  <jh@suse.cz>
7818
7819         * MAINTAINERS: Add myself as callgraph maintainer.
7820
7821 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
7822
7823         * configure.in (raw_libstdcxx_flags): Remove the leading space.
7824         * configure: Regenerate.
7825
7826 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7827
7828         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7829         'Write After Approval' section. Update email.
7830
7831 2003-12-01  James Lemke  <jim@wasabisystems.com>
7832
7833         * MAINTAINERS (Write After Approval): Add myself.
7834
7835 2003-11-20  Matt Thomas  <matt@3am-software.com>
7836
7837         * MAINTAINERS: Add myself as a vax port maintainer.
7838
7839 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
7840
7841         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7842         (configure-build-[+module+], configure-[+module+]): Likewise.
7843         (configure-target-[+module+], configure-gcc, config.status): Likewise.
7844         * Makefile.in: Regenerate.
7845
7846 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
7847
7848         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7849         shared/dylibed libraries.
7850         * ltmain.sh: Likewise.
7851         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7852         * ltcf-cxx.sh: Likewise.
7853         * ltcf-gcj.sh: Likewise.
7854         * ltconfig: Likewise.
7855
7856 2003-11-17  Stan Cox  <scox@redhat.com>
7857
7858         * MAINTAINERS: Add myself as iq2000 port maintainer.
7859
7860 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
7861
7862         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7863         * Makefile.in: Regenerate.
7864
7865 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
7866
7867         * config.sub: Update to 2003-11-03 version.
7868
7869 2003-10-20  Phil Edwards  <phil@codesourcery.com>
7870
7871         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
7872         * configure:  Regenerate.
7873
7874 2003-10-20  Nicolas Pitre  <nico@cam.org>
7875
7876         * MAINTAINERS: Add myself to 'Write After Approval' section.
7877
7878 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
7879
7880         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7881
7882 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
7883
7884         * MAINTAINERS: Update my email address.
7885
7886 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7887
7888         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7889
7890 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
7891
7892         * MAINTAINERS: Add myself to 'Write After Approval' section.
7893
7894 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
7895
7896         * config.guess: Update to 2003-10-16 version.
7897         * config.sub: Update to 2003-10-16 version.
7898
7899 2003-10-15  David Daney  <ddaney@avtrex.com>
7900
7901         * MAINTAINERS: Added myself to 'Write After Approval' section.
7902
7903 2003-10-15  Falk Hueffner  <falk@debian.org>
7904
7905         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7906         'Write After Approval' section. Update email.
7907
7908 2003-10-14  Roger Sayle  <roger@eyesopen.com>
7909
7910         * MAINTAINERS: Move myself from 'Write After Approval' to
7911         'Various Maintainers' section as middle-end maintainer.
7912
7913 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7914
7915         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7916         HOST_FLAGS_TO_PASS.
7917         * Makefile.in: Regenerate.
7918
7919 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
7920
7921         * config.guess: Update to 2003-10-07 version.
7922         * config.sub: Update to 2003-10-07 version.
7923
7924 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7925
7926         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7927         * ltconfig (irix5*, irix6*): Don't override version_type.
7928
7929 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
7930
7931         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7932         * configure: Rebuilt
7933         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7934         * Makefile.in: Rebuilt
7935
7936 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
7937
7938         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7939
7940 2003-09-30  Carlo Wood  <carlo@alinoe.com>
7941
7942         * MAINTAINERS (Write After Approval): Add myself.
7943
7944 2003-09-29  Paul Koning  <ni1d@arrl.net>
7945
7946         * MAINTAINERS: Move myself from "Write After Approval"
7947         to CPU platform maintainers for pdp11 platform.
7948
7949 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
7950
7951         * MAINTAINERS: Move myself from 'Write After Approval' to
7952         'Various Maintainers' section as libffi testsuite maintainer.
7953
7954 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
7955
7956         * configure.in: Pass a computed --program-transform-name
7957         to subconfigures.
7958         * configure: Regenerated.
7959
7960 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7961
7962         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7963         * Makefile.in: Regenerate.
7964
7965         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7966         * Makefile.in: Regenerate.
7967
7968 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
7969
7970         * MAINTAINERS: Move myself from 'Write After Approval'
7971         to 'Various Maintainers' (objective-c) section.
7972
7973 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
7974
7975         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7976         quoting.
7977         * configure: Regenerated.
7978
7979 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
7980
7981         * MAINTAINERS (Write After Approval): Add myself to write after
7982         approval list.
7983
7984 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
7985
7986         * MAINTAINERS (Write After Approval): Add myself.
7987
7988 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
7989
7990         * MAINTAINERS: Update my e-mail address.
7991
7992 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
7993
7994         * libtool.m4 (LD): Correct powerpc64 host match.
7995
7996 2003-09-06  James E Wilson  <wilson@tuliptree.org>
7997
7998         * MAINTAINTERS: Update my affiliation and email address.
7999
8000 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8001
8002         * MAINTAINERS (Write After Approval): Add myself.
8003
8004 2003-09-04  DJ Delorie  <dj@redhat.com>
8005
8006         * configure: Regenerate.
8007
8008 2003-09-04  Robert Millan  <robertmh@gnu.org>
8009
8010         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
8011
8012 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8013
8014         * configure.in: Ensure arguments to sed are properly spaced.
8015         * configure: Regenerate.
8016
8017 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
8018
8019         * MAINTAINERS: Update my e-mail address.
8020
8021 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
8022
8023         * MAINTAINERS (Write After Approval): Add myself.
8024
8025 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
8026
8027         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
8028         * configure: Regenerated.
8029
8030 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
8031
8032         * MAINTAINERS: Update my email address.
8033
8034 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
8035
8036         * configure.in:  Use newline instead of semicolon when assuming
8037         shell arguments in a for loop.
8038         * configure:  Regenerated.
8039
8040 2003-08-22  Jason Eckhardt  <jle@rice.edu>
8041
8042         * MAINTAINERS: Resurrect the i860 maintainer.
8043
8044 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
8045
8046         PR 8180
8047         * configure.in: When testing with_libs and with_headers, treat
8048         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
8049         * configure: Regenerate.
8050
8051         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
8052         make, shell, etc.
8053         (baseargs): Likewise.
8054         * configure: Regenerate.
8055
8056 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
8057
8058         * MAINTAINERS (Write After Approval): Add myself.
8059
8060 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
8061
8062         * configure.in: Disable libgcj for darwin not on powerpc.
8063         * configure: Rebuild.
8064
8065 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
8066
8067         * config-ml.in, symlink-tree: Add license.
8068
8069 2003-08-03  Richard Stallman  <rms@gnu.org>
8070             Eben Moglen  <moglen@columbia.edu>
8071
8072         * README.SCO: New file.
8073
8074 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
8075
8076         * Makefile.tpl (check, check-c++): Express dependencies using
8077         dependencies rather than commands.
8078         * Makefile.in: Regenerate.
8079
8080 2003-08-01  Andrew Cagney  <cagney@redhat.com>
8081
8082         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
8083         * configure: Ditto.
8084
8085 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
8086
8087         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
8088         * Makefile.in: Update.
8089
8090 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
8091
8092         * configure.in: Enable libgcj for darwin.
8093         * configure: Rebuild.
8094
8095 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
8096
8097         * config-ml.in:  Use ac_configure_args directly instead of
8098         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
8099         actually seen.
8100
8101 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8102
8103         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
8104         creating target and build subdirs to build all parent dirs as needed.
8105         * Makefile.in: Rebuild.
8106         * configure.in: Don't build dirs explicitly here.
8107         * configure: Rebuild.
8108
8109 2003-07-26  Paul Brook  <paul@nowt.org>
8110
8111         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
8112
8113 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
8114
8115         * Makefile.tpl (all-make): Depend on intl.
8116         * Makefile.in: Rebuilt.
8117
8118 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
8119
8120         * install-sh:  Update to newer upstream versions (associated with
8121         aclocal 1.7).
8122         * mkinstalldirs:  Likewise.
8123         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
8124
8125 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
8126
8127         * MAINTAINERS: Move self from Bug database only accounts
8128         to write-after-approval.
8129
8130 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
8131
8132         * config.if: Remove unused libc_interface determination.
8133
8134 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
8135
8136         * MAINTAINERS: Move self from write-after-approval to
8137         build machinery (*.in).
8138
8139 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8140
8141         PR bootstrap/11273
8142         PR bootstrap/11408
8143         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
8144         unused INSTALL_PROGRAM_ARGS.
8145         * configure.in: Use AC_PROG_INSTALL.
8146         * Makefile.in: Regenerate.
8147         * configure: Regenerate.
8148
8149 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
8150
8151         * MAINTAINERS: Alphabetize.
8152
8153 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
8154
8155         * configure: Rebuilt.
8156         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
8157         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
8158         newlib nor libgloss.
8159         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
8160         * configure.in (am33_2.0-*-linux*): Added.
8161
8162 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
8163
8164         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
8165         * configure: Regenerate.
8166
8167 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
8168
8169         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
8170         * Makefile.in: Regenerate.
8171
8172 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
8173
8174         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
8175         * Makefile.in: Regenerate.
8176
8177 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
8178
8179         * Makefile.tpl: Replace PWD with PWD_COMMAND.
8180         * Makefile.in: Regenerated.
8181
8182         * config-ml.in: Replace PWD with PWD_COMMAND.
8183
8184 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
8185
8186         * intl: New directory; see intl/ChangeLog for details.
8187         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
8188         * Makefile.tpl: all-gcc depends on maybe-all-intl.
8189         * Makefile.in: Regenerate.
8190
8191 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8192
8193         * configure.in: Clean up config-lang.in handling.  Delete
8194         useless assignment to "subdirs".
8195         * configure: Regenerate.
8196
8197 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
8198
8199         * configure.in: Rename 'target_libs' to 'target_libraries'.
8200         Remove useless reference to 'target_libs'.
8201         * configure: Regenerate.
8202
8203 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
8204
8205         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
8206         * Makefile.in: Regenerate.
8207
8208 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8209
8210         * Makefile.def: Introduce flags_to_pass.
8211         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
8212         * Makefile.in: Regenerate.
8213
8214 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
8215
8216         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
8217         and target-libgloss.
8218         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
8219         <h8300*-*-*>: Disable libf2c and ${libgcj}.
8220         * configure: Regenerate.
8221
8222 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
8223
8224         * configure.in: Update testsuite_flags to new location.
8225         * configure. Regenerate.
8226
8227 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8228
8229         * Makefile.tpl: Remove BUILD_CC stuff.
8230         * Makefile.in: Regenerate.
8231
8232 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
8233
8234         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
8235
8236 2003-06-16  Graeme Peterson  <gp@qnx.com>
8237
8238         * MAINTAINERS (Write After Approval): Add myself.
8239
8240 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
8241
8242         * config.guess: Update to 2003-06-12 version.
8243         * config.sub: Update to 2003-06-13 version.
8244
8245 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
8246
8247         * config.guess: Update to 2003-06-06 version.
8248         * config.sub: Update to 2003-06-06 version.
8249
8250 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8251
8252         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
8253         * configure. Regenerate.
8254
8255 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8256
8257         * configure.in: Disable serial configure by default.
8258         * configure: Regenerate.
8259         * Makefile.tpl: Abolish .NOTPARALLEL.
8260         * Makefile.in: Regenerate.
8261
8262         * Makefile.tpl: Replace {build,host,target}_canonical by
8263         {build,host,target}.
8264         * Makefile.in: Regenerate.
8265
8266         * Makefile.tpl: Fix stupid pasto.
8267         * Makefile.in: Regenerate.
8268
8269 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8270
8271         * Makefile.tpl: Remove bogus conditional.
8272         * Makefile.in: Regenerate.
8273
8274 2003-06-05  Jan Hubicka  <jh@suse.cz>
8275
8276         * Makefile.tpl (profiledbootstrap): New target.
8277         * Makefile.in (profiledbootstrap): New target.
8278
8279 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
8280
8281         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
8282         Pinski. Remove user names from other bugzilla-only maintainers.
8283
8284 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8285
8286         * Makefile.tpl: Make 'recursive targets' using autogen rather
8287         than shell loop.  Remove duplicate 'clean' targets and false
8288         comments.
8289         * Makefile.def: Add systematic dependencies to 'recursive' targets.
8290         Add systematic method of specifying missing targets in subdirs.
8291         Add copyright boilerplate.
8292         * Makefile.in: Regenerate.
8293         * configure.in: Add 'recursive targets' to maybe list.
8294         * configure: Regenerate.
8295
8296         * MAINTAINERS: "GNATS only" -> "Bug database only".
8297
8298         * Makefile.tpl: Rename [+target+] to [+make_target+].
8299         * Makefile.def: Rename 'target' to 'make_target'.
8300
8301 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
8302
8303         * MAINTAINERS: Add self as options handling maintainer.
8304
8305 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
8306
8307         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
8308         been too long since I touched those ports.
8309
8310 2003-05-28  DJ Delorie  <dj@redhat.com>
8311
8312         * Makefile.tpl: Make maybe-check-gcc .PHONY.
8313         * Makefile.in: Regenerate.
8314
8315 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
8316
8317         * configure.in: Use curly braces in the definition of tooldir.
8318         * configure: Regenerate.
8319
8320 2003-05-21  DJ Delorie  <dj@redhat.com>
8321
8322         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
8323         newlib or libgloss.
8324         * Makefile.in: Regenerate.
8325
8326 2003-05-21  DJ Delorie  <dj@redhat.com>
8327
8328         * Makefile.tpl: Add missing empty maybe-check-gcc target.
8329         * Makefile.in: Regenerate.
8330
8331 2003-05-20  Ian Lance Taylor  <ian@airs.com>
8332
8333         * MAINTAINERS: Update my e-mail address.
8334
8335 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8336
8337         * configure.in: Switch more things to use maybe dependencies.
8338         * Makefile.tpl: Switch more things to use maybe dependencies.
8339         Factor out common code from autogen IF statements.
8340         * configure: Regenerate.
8341         * Makefile.in: Regenerate.
8342
8343 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
8344
8345         * configure.in: Accept i[3456789]86 for machine type.
8346         * configure: Regenerate.
8347
8348 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8349
8350         * configure.in: Switch more things to use maybe dependencies.
8351         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
8352         * configure: Regenerate.
8353         * Makefile.tpl: Switch more things to use maybe dependencies.
8354         * Makefile.in: Regenerate.
8355
8356 2003-05-16  Andreas Schwab  <schwab@suse.de>
8357
8358         * Makefile.tpl (install-opcodes): Define.
8359         * Makefile.in: Rebuild.
8360
8361 2003-05-13  Andreas Jaeger  <aj@suse.de>
8362
8363         * config.guess: Update to 2003-05-09 version.
8364         * config.sub: Update to 2003-05-09 version.
8365
8366 2003-05-13  Michael Eager  <eager@mvista.com>
8367
8368         * configure.in: Correct sed script so that options in quotes are not
8369         deleted.
8370         * configure: Rebuild.
8371
8372 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
8373
8374         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
8375         and $$s/newlib/libc/sys/cygwin32 include paths.
8376         * configure: Ditto.
8377
8378 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
8379
8380         * MAINTAINERS: Update my email addresses.
8381
8382 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
8383
8384         * config-ml.in: Propagate INSTALL variables.
8385
8386 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8387
8388         * MAINTAINERS: Remove duplicate entries in Write After Approval.
8389
8390 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
8391
8392         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
8393         * Makefile.in: Regenerate.
8394
8395 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
8396
8397         * MAINTAINERS (GNATS only): Add Falk Hueffner.
8398
8399 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
8400
8401         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
8402
8403 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
8404
8405         * Makefile.tpl: Clean $(BUILD_SUBDIR).
8406         * Makefile.in: Regenerated.
8407
8408 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
8409
8410         * MAINTAINERS (Write After Approval): Upgrade myself from
8411         GNATS only to write-after-approval. Update my mail address.
8412
8413 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
8414
8415         (OS Port Maintainers: freebsd): Add myself.
8416
8417 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
8418
8419         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
8420
8421 2003-04-22  Kean Johnston  <jkj@sco.com>
8422
8423         * MAINTAINERS (SCO ports): Added myself.
8424
8425 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
8426
8427         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
8428
8429 2003-04-19  Kean Johnston  <jkj@sco.com>
8430
8431         * MAINTAINERS (Write After Approval): Add myself.
8432
8433 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8434
8435         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
8436         * Makefile.in: Regenerate.
8437
8438 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
8439
8440         * configure.in (powerpc64*-*-linux*): Remove.
8441         * configure: Rebuilt.
8442
8443 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
8444
8445         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
8446         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
8447         and restrap.
8448         * Makefile.in:  Regenerate.
8449
8450 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
8451
8452         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
8453         * configure: Regenerated.
8454
8455 2003-04-15  DJ Delorie  <dj@redhat.com>
8456
8457         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
8458
8459 2003-04-13  Nick Clifton  <nickc@redhat.com>
8460
8461         * config-ml.in: Remove support for --disable-aix removing
8462         call-aix multilibs.
8463
8464 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
8465
8466         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
8467         * */configure: Rebuilt.
8468
8469 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
8470
8471         * MAINTAINERS: Add my email address.
8472
8473 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
8474
8475         * MAINTAINERS (Write After Approval): Add myself.
8476
8477 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
8478
8479         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
8480         * Makefile.in: Regenerate.
8481
8482 2003-03-14  Michael Chastain  <mec@shout.net>
8483
8484         * Makefile.in: Regenerate with correct Makefile.def.
8485
8486 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8487
8488         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
8489         Make macro.
8490         * Makefile.in: Regenerate.
8491         * configure.in: Clean up gxx_include_dir logic.
8492         * configure: Regenerate.
8493
8494 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
8495
8496         * MAINTAINERS (Write After Approval): Add myself.
8497
8498 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
8499
8500         * MAINTAINERS: Update my mail address.
8501
8502 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8503
8504         * configure.in (gxx_include_dir): Fix typo.
8505         * configure: Regenerated.
8506
8507 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
8508
8509         * Makefile.tpl: Reindent.
8510         * Makefile.in: Regenerate.
8511         * configure.in: Reindent.  Don't set unused variables.
8512         * configure: Regenerate.
8513
8514 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
8515
8516         * configure.in: Include $(build_tooldir)/sys-include in
8517         FLAGS_FOR_TARGET.
8518         * configure: Regenerated.
8519
8520 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
8521
8522         * Makefile.tpl: Always pass down RANLIB.
8523         * Makefile.in: Regenerate.
8524
8525         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
8526         * Makefile.in: Regenerate.
8527         * configure.in: Remove unused logic relating to --enable-shared
8528         and --enable-threads.  Remove bogus comments.  Remove redundant
8529         noconfigdirs.
8530         * configure: Regenerate.
8531
8532         * configure.in: Replace ${libstdcxx_version} by its value.
8533         Remove reference to mh-dgux.
8534         * configure: Regenerate.
8535
8536 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
8537
8538         * MAINTAINERS (Write After Approval): Add myself.
8539
8540 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8541
8542         * Makefile.tpl: Rearrange.
8543         * Makefile.in: Regenerate.
8544
8545 2003-02-25  Uwe Stieber  <uwe@wwws.de>
8546
8547         * configure.in: Add support for kaOS as cross build target system.
8548         * configure: Regenerated.
8549
8550 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
8551
8552         * MAINTAINERS (Write after approval): Add myself.
8553
8554 2003-02-21  James E Wilson  <wilson@tuliptree.org>
8555
8556         * MAINTAINERS: Update my email address.
8557
8558 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
8559
8560         * MAINTAINERS: Add self to blanket write privs. section.
8561
8562 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
8563
8564         * Makefile.tpl: Add definition of CPPFLAGS to pass into
8565         configure-target-* as some target builds may require additional
8566         flags for preprocessor tests.
8567         * Makefile.in: Regenerated.
8568
8569 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
8570
8571         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
8572         * ltconfig: Handle it.
8573         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
8574         auto-detecting it.
8575
8576         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
8577         it is used as argument to $CC.
8578         * ltcf-gcj.sh: Likewise.
8579
8580         * configure.in: Introduce --enable-maintainer-mode.
8581         * configure: Rebuilt.
8582         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
8583         for maintainer mode.
8584         * Makefile.in: Rebuilt.
8585
8586 2003-02-18  Jason Merrill  <jason@redhat.com>
8587
8588         * Makefile.tpl (check-c++): Allow parallelism.
8589
8590 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8591
8592         * MAINTAINERS: Remove John Carr (who never actually had access to
8593         gcc.gnu.org).
8594
8595 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
8596
8597         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
8598         don't configure target-libobjc.
8599         * configure: Regenerate.
8600
8601 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8602
8603         * Makefile.tpl (RANLIB): Define.
8604         * Makefile.in: Regenerate.
8605
8606 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
8607
8608         * MAINTAINERS: Update my email.
8609
8610 2003-02-06  Keith R Seitz  <keiths@redhat.com>
8611
8612         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
8613         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
8614         * Makefile.in: Regenerated.
8615         * configure.in: Remove all traces of snavigator, db, and grep.
8616         * configure: Regenerated.
8617
8618 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8619
8620         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
8621         After Approval.
8622
8623 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8624
8625         * MAINTAINERS (Write after approval): Add myself.
8626
8627 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
8628
8629         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
8630         * Makefile.in: Regenerated.
8631
8632 2003-01-30  Roger Sayle  <roger@eyesopen.com>
8633
8634         * config.guess: Updated to 2003-01-30's version.
8635         * config.sub: Updated to 2003-01-28's version.
8636
8637 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
8638
8639         * config.if: If gcc_version is already set, just use it.  Don't set
8640         gcc_version_trigger if it's already set, otherwise set it to
8641         gcc/version.c, but only if the file exists.  If it is not set and
8642         gcc/version.c does not exist, try to extract the version number from
8643         $CC.
8644
8645 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
8646
8647         * MAINTAINERS: Add myself to write-after-approval list.
8648
8649 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
8650
8651         * configure.in:  Revert 24Jan change.
8652         * configure:  Regenerate.
8653
8654 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8655
8656         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
8657         entry of HJ Lu.
8658
8659 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8660
8661         * configure.in: Revert previous change.
8662         * configure: Regenerate.
8663
8664 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8665
8666         * configure.in: Make rda native-only.
8667         * configure: Regenerate.
8668
8669 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8670
8671         * MAINTAINERS: Move myself from GNATS-only-accounts to
8672         write-after-approval.
8673
8674 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8675
8676         * configure.in: Add missing \.
8677         * configure: Rebuilt.
8678
8679 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
8680
8681         * configure.in (baseargs): Avoid using \| in sed regular
8682         expressions.
8683         * configure: Rebuilt.
8684
8685 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
8686
8687         * configure.in (baseargs): Remove all supported forms of
8688         --cache-file, --srcdir, --host, --build and --target options
8689         from argument lists.
8690         * configure: Rebuilt.
8691
8692 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
8693
8694         * MAINTAINERS: Add myself to write-after-approval list.
8695
8696 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
8697
8698         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8699         * configure: Rebuilt.
8700
8701 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8702
8703         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8704         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8705         * Makefile.in: Regenerate.
8706         * configure: Regenerate.
8707
8708 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
8709
8710         * configure.in: Remove Makefile in build, host and target modules
8711         unless configure was run with --no-recursion.
8712         * configure: Rebuilt.
8713
8714 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8715
8716         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8717         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8718         * Makefile.in: Regenerate.
8719
8720 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
8721
8722         * config.guess: Update to 2003-01-03 version.
8723         * config.sub: Update to 2003-01-03 version.
8724
8725 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8726
8727         * configure: Regenerate with proper autoconf 2.13.
8728
8729 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8730
8731         * configure.in: Add AC_PREREQ for consistency.
8732         * configure: Regenerate.
8733
8734 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
8735
8736         * configure.in (GDB_TK): Add tcl directories conditional on
8737         gdb/gdbtk directory being present.
8738         * configure: Regenerate.
8739
8740 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
8741
8742         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
8743         used by gcc if LD is not defined and we are not doing a Canadian Cross.
8744         * configure: Rebuilt.
8745
8746 2002-12-31  Tom Tromey  <tromey@redhat.com>
8747
8748         * Makefile.in: Rebuilt.
8749         * Makefile.def (target_modules) [libffi]: Allow installation.
8750
8751 2002-12-31  Andreas Schwab  <schwab@suse.de>
8752
8753         * configure.in: Fix use of $program_transform_name.
8754         * configure: Regenerated.
8755
8756 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
8757
8758         * configure.in (baseargs): Don't remove first configure argument.
8759         * configure: Regenerated.
8760
8761 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
8762
8763         * Makefile.tpl (local-distclean): Don't remove...
8764         (multilib.ts): ... this.  Moved into...
8765         (multilib.out): ... this.  Don't use sub-make.
8766         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8767         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8768         (configure-build-[+module+], configure-[+module+],
8769         configure-target-[+module+], configure-gcc): ... these.  Test
8770         for Makefile existence.  Drop config.status from dependencies.
8771         * Makefile.in: Rebuilt.
8772         * configure.in: Move gcc-version-trigger to the end of
8773         ac_configure_args.  Add comments to maybedep.tmp and
8774         serdep.tmp.  Introduce --disable-serial-configure.  Remove
8775         nonopt from baseargs, matching and removing corresponding
8776         whitespace while at it.
8777         * configure: Rebuilt.
8778
8779 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
8780
8781         * configure.in (host_configargs): Replace reference to
8782         no-longer-defined buildopts with --build=${build_alias}.
8783         * configure: Rebuilt.
8784
8785         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
8786         program_transform_name to standard idiom.
8787         (AUTOGEN, AUTOCONF): Define.
8788         (Makefile.in): Use $(AUTOGEN).
8789         (Makefile): Depend on config.status, and use autoconf-style rule to
8790         build it.  Move original commands to...
8791         (config.status): ... this new target.
8792         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
8793         $(AUTOCONF).
8794         * Makefile.in: Rebuilt.
8795
8796 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8797
8798         * Makefile.tpl: Fix dramatic bustage due to change in
8799         program_transform_name.
8800         * Makefile.in: Regenerate.
8801
8802         * configure.in: Remove unnecessary PATH setting.
8803         * configure: Regnerate.
8804
8805         * configure.in: Don't default to unprefixed tools unless
8806         the native tools will work.
8807         * configure: Regenerate.
8808
8809         * configure.in: Convert to autoconf script.  Blow away lots
8810         of now-redundant Makefile fragments.
8811         * configure: Generate using Autoconf.
8812         * Makefile.tpl: Rewrite to reflect autoconfiscation.
8813         * Makefile.in: Regenerate.
8814
8815 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8816
8817         * configure: Fix stupid bug where RANLIB was mistakenly included.
8818
8819         * configure.in: Rename (buildargs, hostargs, targargs) to
8820         (build_configargs, host_configargs, target_configargs).
8821
8822         * configure.in: Move logic out of sed statement.
8823
8824         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
8825         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8826
8827 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
8828
8829         * config.sub: Import from master repository
8830         * config.guess: Ditto
8831
8832 2002-12-24  Andreas Schwab  <schwab@suse.de>
8833
8834         * Makefile.tpl (multilib.out): Fix missing space.
8835         * Makefile.in: Regenerate.
8836
8837 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8838
8839         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
8840         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
8841         * Makefile.in: Regenerate.
8842         * configure.in: Remove unnecessary leftovers.
8843
8844 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
8845
8846         * configure.in (extra_ranlibflags_for_target): New variable.
8847         (*-*-darwin): Add -c to ranlib commands.
8848         * configure (tooldir): Handle extra_ranlibflags_for_target.
8849
8850 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8851
8852         * Makefile.tpl: Revert HJL's change.
8853         * Makefile.in: Regenerated.
8854         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8855         always.
8856
8857 2002-12-19  Andreas Schwab  <schwab@suse.de>
8858
8859         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8860         * Makefile.in: Regenerate.
8861
8862 2002-12-18  H.J. Lu  <hjl@gnu.org>
8863
8864         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8865         * Makefile.in: Regenerated.
8866
8867         * configure.in (build_prefix): New. Substitute.
8868
8869 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8870
8871         * Makefile.tpl: Don't let real targets depend on phony targets.
8872         * Makefile.in: Regenerate.
8873
8874         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8875         * Makefile.in: Regenerate.
8876
8877 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
8878
8879         * config.sub: Import from master repository
8880         * config.guess: Ditto
8881
8882 2002-12-16  Jason Merrill  <jason@redhat.com>
8883
8884         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8885         previous 'make bootstrap'.
8886         * Makefile.in: Regenerate.
8887
8888 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
8889
8890         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8891
8892 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8893
8894         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8895         * Makefile.in: Regenerate.
8896
8897 2002-12-13  Jason Merrill  <jason@redhat.com>
8898
8899         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
8900         library tests.
8901         (check-c++): Just depend on it and check-target-libstdc++-v3.
8902         * Makefile.in: Regenerate.
8903
8904 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8905
8906         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8907         * Makefile.in: Rebuilt.
8908
8909 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8910
8911         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8912
8913 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8914
8915         * configure: Fix bug put in by gremlins.
8916
8917         * Makefile.tpl: Substitute more autoconfily.
8918         * configure: Substitute more autoconfily.
8919         * Makefile.in: Regenerate.
8920
8921 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
8922
8923         * config.sub: Import from master repository
8924         * config.guess: Ditto
8925         * MAINTAINERS: Added Svein Seldal under write after approval
8926
8927 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
8928
8929         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8930         * Makefile.in (all-sim): Ditto.
8931
8932 2002-12-06  DJ Delorie  <dj@redhat.com>
8933
8934         * Makefile.tpl: Change configure dependencies to not have real
8935         targets depend on phony targets.
8936
8937 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
8938
8939         * configure.in: Revert unintentional change.
8940
8941         * Makefile.tpl: Change dependency for */multilib.out so that
8942         it works when gcc isn't in the tree.
8943
8944         * configure.in: Substitute more.
8945         * configure: Run subconfigures from the Makefile.
8946         * Makefile.tpl: Run subconfigures from the Makefile; add a few
8947         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
8948
8949 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8950
8951         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8952
8953 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8954
8955         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8956         and corresponding dependencies.
8957         * Makefile.in: Regenerate.
8958
8959         * configure.in (host_tools): Order binutils, gas and ld for
8960         convenience in running the testsuites.
8961
8962         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8963         * Makefile.in: Regenerate.
8964         * configure.in: Introduce rules to serialize subconfigure runs.
8965
8966         * configure.in: Introduce BASE_CC_FOR_TARGET.
8967         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
8968         Realize configure-build-* targets.  Realize configure-target-* targets.
8969         * Makefile.in: Regenerate.
8970
8971 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8972
8973         * configure: Move gcc_version_trigger stuff from here...
8974         * configure.in: ...to here.
8975
8976         * configure.in: Separate subconfigure options added by this file from
8977         options given by the user.  Add machinery to put args for host
8978         subconfigures into the Makefile.
8979
8980         * Makefile.tpl: Remove 'vault' targets.
8981         * Makefile.tpl: Reorder and comment dependencies.
8982         * Makefile.in: Regenerate.
8983
8984 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8985         * configure.in: Fix my broken commit of previous patch. (sigh)
8986
8987 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8988
8989         * configure.in: Move host-specific darwin noconfigdirs into
8990         the host-specific section.
8991
8992 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8993
8994         * configure.in: Move host-specific darwin noconfigdirs into
8995         the host-specific section.
8996
8997 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
8998
8999         * configure: Remove skip-this-dir support.
9000         * Makefile.tpl: Remove skip-this-dir support.
9001
9002         * Makefile.tpl: Remove leftover support for non-autoconfiscated
9003         subdirectories.
9004         * Makefile.in: Regenerate.
9005
9006         * Makefile.tpl: Strip out useless setting of 'dir'.
9007         * Makefile.in: Regenerate.
9008
9009 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
9010
9011         * configure.in: Fix deeply stupid bug.
9012
9013         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
9014         shell code in CXX_FOR_TARGET
9015         * Makefile.def: Introduce raw_cxx.
9016         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
9017         RAW_CXX_FOR_TARGET.
9018         * Makefile.in: Regenerate.
9019
9020 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
9021
9022         * Makefile.tpl: Remove unnecessary ifs.
9023         * Makefile.in: Regenerate.
9024
9025         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
9026         dependencies.  Maybe-ize build-libiberty.  Create dummy install
9027         targets for 'no_install' modules.
9028         * configure: Move GDB_TK substitution to configure.in.  Move
9029         build_modules stuff to configure.in.
9030         * configure.in: Implement soft dependency machinery.  Maybe-ize
9031         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
9032         * Makefile.in: Regenerate.
9033
9034 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9035
9036         * Makefile.tpl: Make all-target, install-target behave similarly
9037         to all, install (only hitting configured targets).  Eliminate
9038         unused macro defintions.
9039
9040         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
9041         build != host.
9042
9043         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
9044
9045         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
9046
9047         * configure.in: Produce lists of subdir targets we're actually
9048         configuring.  Remove references to "dosrel".
9049         * Makefile.tpl: Let configure set which subdir targets are hit.
9050         Remove install-cross; clean up install; remove ALL.  Remove
9051         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
9052         Autogenerate host module targets.  Remove empty dependency lines
9053         and redundant dependency; rearrange slightly.
9054         * Makefile.def: Add host-side libtermcap, utils.
9055
9056         * Makefile.in: Regenerate.
9057
9058 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9059
9060         * ltconfig (osf[345]): Append $major to soname_spec.
9061         Reflect this in library_names_spec.
9062         * ltmain.sh (osf): Prefix $major with . for use as extension.
9063
9064 2002-11-19  Andreas Jaeger  <aj@suse.de>
9065
9066         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
9067         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
9068         and sparc64 GNU/Linux systems.
9069
9070 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
9071
9072         * MAINTAINERS: Update email.
9073
9074 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9075
9076         * MAINTAINERS: Complete James Dennett's entry.
9077
9078 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
9079
9080         * MAINTAINERS (Write After Approval): Add myself.
9081
9082 2002-11-13  Bruce Korb  <bkorb@gnu.org>
9083
9084         * Makefile.tpl: syntactic cleanup
9085
9086 2002-11-13  Stuart Hastings  <stuart@apple.com>
9087
9088         * MAINTAINERS: Add myself to write-after-approval list.
9089
9090 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9091
9092         * Makefile.def: Add list of recursive targets to autogenerate.
9093         Add build_modules.
9094         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
9095         targets.  Autogenerate *-build-* targets.
9096         * Makefile.in: Regenerate.
9097
9098 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9099
9100         * configure: More autoconf-style substitutions.
9101         * Makefile.tpl: More autoconf-style substitutions.
9102         * Makefile.in: Regenerate.
9103
9104 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9105
9106         * configure: Substitute more variables in a more autoconf-friendly
9107         way.  Simplify slightly.
9108         * Makefile.tpl: Make more variables substitutable in an
9109         autoconf-friendly way.
9110         * Makefile.in: Regenerate.
9111
9112 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
9113
9114         * MAINTAINERS (Write After Approval): Add myself.
9115
9116 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
9117
9118         * configure.in (v810*): Remove special setting of tools.
9119
9120         * configure: Add support for extra required flags for ar or nm.
9121         * configure.in (aix4.3+): Use above support for target-specific
9122         issues, rather than using config/mt-aix43.
9123
9124 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9125
9126         * configure: Remove 'removing', which doesn't work.  Replace $subdir
9127         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
9128         with $srcdir.  Reformat indentation.  Substitute some variables
9129         formerly hard-coded in the Makefile for build=host.
9130         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
9131         * Makefile.def: Autogenerate more.
9132         * Makefile.in: Regenerate.
9133
9134 2002-11-04  Adam Nemet  <anemet@lnxw.com>
9135
9136         * MAINTAINERS (Write After Approval): Add myself.
9137
9138 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
9139
9140         * Makefile.def (host_modules): Add rda.
9141         * Makefile.in: Regenerate.
9142         * configure.in (target_tool): Add target-rda to list.
9143
9144 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9145
9146         * MAINTAINERS: Remove "co-maintainer" note for web pages.
9147
9148 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
9149
9150         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
9151         and restrap targets to this rule.
9152         * Makefile.in:  Regenerate.
9153
9154 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9155
9156         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
9157         GNATS only accounts.
9158
9159 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
9160
9161         * configure.in (i[3456]86-*-linux*): Add check to disable
9162         ${libgcj} for glibc1.
9163
9164 2002-10-24  Denis Chertykov  <denisc@overta.ru>
9165
9166         * MAINTAINERS: Add myself as ip2k port maintainer.
9167
9168 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
9169
9170         * configure.in: Add tic4x target.
9171
9172 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9173
9174         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
9175         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
9176         * Makefile.in: Regenerate.
9177
9178         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
9179         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
9180         * Makefile.in: Regenerate.
9181
9182 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
9183
9184         * MAINTAINERS: Add myself as web pages co-maintainer.
9185
9186 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9187
9188         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
9189         * Makefile.in: Regenerate.
9190
9191 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
9192
9193         * MAINTAINERS: Add myself and Nathan Sidwell
9194         <nathan@codesourcery.com> as VxWorks maintainers.
9195
9196 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9197
9198         * Makefile.def: Remove order dependency comments.
9199         * Makefile.tpl: Add explicit install-install dependencies.
9200         * Makefile.in: Regenerate.
9201
9202         * Makefile.tpl: Remove material now in src-release.  (Finally!)
9203         * Makefile.in: Regenerate.
9204
9205         * Makefile.tpl: Add configure-target (for src-release in src)
9206         * Makefile.in: Regenerate.
9207
9208 2002-09-30  Nick Clifton  <nickc@redhat.com>
9209
9210         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
9211
9212 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
9213
9214         * configure.in (s390*-*-linux*): Enable libgcj.
9215
9216 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
9217
9218         * configure: Revert accidentally applied changes.
9219
9220         * Makefile.tpl: Make more autoconf-friendly.
9221         * Makefile.in: Regenerate.
9222         * configure: Make substitution more autoconf-like.
9223
9224 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
9225
9226         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
9227         single entry to handle all these.
9228         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
9229         libjava on arm-*-elf.
9230
9231 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
9232
9233         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
9234         things that depend on them.
9235
9236 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
9237
9238         * Makefile.tpl: Make subsituted variables more autoconfy.
9239         * Makefile.in: Regenerate.
9240         * configure: Make seds more autoconfy.
9241
9242 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
9243
9244         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
9245         * Makefile.in: Regenerate.
9246         * configure.in: Rewrite sed statements to look autoconfy.
9247
9248         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
9249         all-target-foo on configure-target-foo.
9250         * Makefile.def: Ditto.
9251         * Makefile.in: Rebuild.
9252
9253 2002-09-25  Andrew Haley  <aph@redhat.com>
9254
9255         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
9256
9257 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
9258
9259         * Makefile.def: New file.
9260         * Makefile.tpl: New file.
9261         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
9262         * contrib/gcc_update: Note that Makefile.in is a generated file.
9263
9264         * configure.in: Minor rearrangement.  Simplify tests.
9265
9266 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
9267
9268         * configure.in (with_headers): Skip copy if value is "yes".
9269         (with_libs): Likewise.
9270
9271 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
9272
9273         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
9274         * configure.in (sh*-*-pe*): Ditto.
9275         * configure.in (mips*-*-pe*): Ditto.
9276         * configure.in (*arm-wince-pe): Ditto.
9277
9278         * configure.in: Rearrange.
9279
9280 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
9281
9282         * MAINTAINERS: Update my email address.
9283
9284 2002-08-30  Paul Koning  <pkoning@equallogic.com>
9285
9286         * MAINTAINERS: (Write After Approval): Add myself.
9287
9288 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
9289
9290         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
9291
9292 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
9293
9294         * MAINTAINERS: Change my mailing address.
9295
9296 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
9297
9298         * MAINTAINERS (Write After Approval): Remove myself.
9299         (Various Maintainers: c++ runtime libs): Add myself.
9300
9301 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
9302
9303         * MAINTAINERS (Write After Approval): Remove myself.
9304         (Various Maintainers: c++ runtime libs): Add myself.
9305
9306 2002-08-15  Eric Christopher  <echristo@redhat.com>
9307
9308         * config.sub: Import from master repository.
9309         * config.guess: Ditto.
9310
9311 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
9312
9313         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
9314         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
9315         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
9316
9317 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
9318
9319         * MAINTAINERS: Add self to rs6000 vector extensions.
9320
9321 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
9322
9323         * libiberty/configure: Reverted unintended yesterday's check in.
9324
9325 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
9326
9327         * boehm-gc/configure, libf2c/configure: Rebuilt.
9328         * libffi/configure, libiberty/configure: Ditto.
9329         * libjava/configure, libobjc/configure: Ditto.
9330         * libstdc++-v3/configure, zlib/configure: Ditto.
9331         Merged from binutils:
9332         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
9333         From Steve Ellcey <sje@cup.hp.com>:
9334         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
9335         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
9336         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
9337         IA64.
9338         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
9339         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
9340         soname_spec, sys_lib_search_path_spec): Ditto.
9341
9342 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
9343
9344         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
9345
9346 2002-08-04  H.J. Lu  (hjl@gnu.org)
9347
9348         * configure.in (mips*-*-linux*): Don't skip target-libffi.
9349
9350 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
9351
9352         * MAINTAINERS (Write After Approval): Add myself.
9353
9354 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
9355
9356         * configure.in: Move generic linux case to end.  Copy generic
9357         linux noconfigdirs to mips*-*-linux* entry and new
9358         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
9359
9360 2002-07-19  Michael Matz  <matz@suse.de>
9361
9362         * MAINTAINERS: Add myself as ra* maintainer.
9363
9364 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
9365
9366         * config.guess: Update to 2002-07-09 version.
9367         * config.sub: Update to 2002-07-03 version.
9368
9369 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
9370
9371         * MAINTAINERS: Fix typo in a maintainer email address.
9372
9373 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9374
9375         * configure.in: Remove two redundant tests.
9376
9377 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9378
9379         * configure.in (mips*-*-irix6*o32): Enable stabs.
9380
9381 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
9382
9383         * configure.in: Don't build grez.
9384         * Makefile.in: Ditto.
9385
9386         * Makefile.in: Remove references to bsp, cygmon, libstub.
9387         * configure.in: Ditto.
9388
9389         * configure.in: Remove leftover reference to gdbtest.
9390
9391 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
9392
9393         * configure.in (gxx_include_dir):  Change to match versioned
9394         C++ headers if --enable-version-specific-runtime-libs is used.
9395
9396 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
9397
9398         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
9399
9400 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9401
9402         * configure.in: Make --without-x work.
9403
9404 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9405
9406         * configure.in: Rearrange target Makefile fragment collection.
9407
9408         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
9409         cvs[src].
9410         * configure.in: Ditto.
9411
9412 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
9413
9414         * MAINTAINERS (Write After Approval): Update my e-mail address.
9415
9416 2002-06-24  Ben Elliston  <bje@redhat.com>
9417
9418         * configure.in (host_tools): Remove cgen.
9419
9420         * Makefile.in (all-cgen): Remove; runs from its source directory.
9421         (check-cgen, install-cgen, clean-cgen): Likewise.
9422         (all-opcodes): Do not depend on all-cgen.
9423         (all-sim): Likewise.
9424
9425 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
9426
9427         * Makefile.in: Eliminate 'apache' targets.
9428         * configure.in: Eliminate 'apache' targets.
9429
9430         * configure.in: Eliminate redundant tests.  Reorganize.
9431
9432         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
9433
9434         * config-ml.in: Eliminate references to Cygnus configure.
9435
9436         * Makefile.in: Eliminate references to building emacs.
9437
9438 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
9439
9440         * MAINTAINERS: Update my email address.
9441
9442 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
9443
9444         * config.if (libstdcxx_incdir): Version C++ headers.
9445         (cxx_incdir): Remove.
9446
9447 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
9448
9449         * MAINTAINERS (Write After Approval): Add self.
9450
9451 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
9452
9453         * configure.in: Add support for ip2k.
9454
9455 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
9456
9457         * configure.in: Fix AIX configury bug.
9458
9459 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
9460
9461         * MAINTAINERS (Write After Approval): Add self.
9462
9463 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
9464
9465         * configure.in: replace ${topsrcdir} with ${srcdir}
9466
9467         * configure.in: Move definition of libstdcxx_flags
9468         right above usage, rather than waaay earlier.
9469
9470         * configure.in: Pull definition of is_cross_compiler earlier.
9471
9472         * configure.in: Rearrange a little.
9473
9474         * configure.in: Remove references to librx.
9475         * Makefile.in: Remove references to librx.
9476
9477 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
9478
9479         * config.sub: Add support for avr target.
9480         Import from master sources, rev 1.255
9481
9482 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
9483
9484         * configure, .cvsignore:  Revert previous change...
9485         * Makefile:  ...delete.
9486
9487 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
9488
9489         * configure.in: Eliminate ${gasdir} variable.
9490
9491 2002-06-18  Dave Brolley  <brolley@redhat.com>
9492
9493         * configure.in: Add support for frv.
9494         * config.sub: Add support for frv.
9495
9496 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
9497
9498         * configure:  Remove garbage from previous commit.
9499
9500 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
9501
9502         * configure:  For in-source builds, make a subdir and re-exec there.
9503         * Makefile:  New file.  Pass targets through to build directory.
9504         * .cvsignore:  No longer ignore "Makefile".
9505
9506 2002-06-16  Douglas Rupp  <rupp@gnat.com>
9507
9508         * MAINTAINERS (Write After Approval): Add self.
9509
9510 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9511
9512         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
9513
9514 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
9515
9516         * configure.in (vax-*-netbsd*): Re-enable gas.
9517
9518 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
9519
9520         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
9521         BUILD_PREFIX_1, to correct nomenclature.
9522         * configure: Likewise.
9523
9524         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
9525         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
9526
9527 2002-05-31  Olaf Hering  <olh@suse.de>
9528
9529         * config-ml.in: Propogate DESTDIR also.
9530
9531 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
9532
9533         * configure.in (vax-*-netbsd*): Don't build gas for this
9534         platform.
9535
9536 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
9537
9538         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9539         and libgcj for AVR.
9540
9541 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
9542
9543         * MAINTAINERS (Write After Approval): Add myself.
9544
9545 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
9546
9547         * config.guess: Update to 2002-05-22 version.
9548         * config.sub: Likewise.
9549
9550 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9551
9552         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
9553         * config-ml.in: Likewise.
9554         * configure: Likewise.
9555         * configure.in: Likewise.
9556
9557 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
9558
9559         * MAINTAINERS: Update my email address.
9560
9561 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
9562
9563         * configure.in: Simplify makefile fragment collection.
9564
9565         * configure.in: Remove code to build emacs.
9566
9567         * configure.in : Remove --srcdir argument from targargs and buildargs
9568         (it's always overridden in the Makefile anyway).  Rearrange a bit.
9569
9570         * configure: Move some logic to configure.in.
9571         * configure.in: Move some logic from configure.
9572
9573 2002-05-11  Tom Tromey  <tromey@redhat.com>
9574
9575         * MAINTAINERS: Reflect libgcj reality.
9576
9577 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
9578
9579         * Makefile.in: Honour DESTDIR.
9580
9581 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
9582
9583         * config.guess: Import 2002-03-20 version.
9584         * config.sub: Import 2002-04-26 version.
9585
9586 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9587
9588         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
9589
9590 2002-05-07  Tim Josling  <tej@melbpc.org.au>
9591
9592         * MAINTAINERS: Add self.
9593
9594 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
9595
9596         * ltmain.sh: Detect and handle object name conflicts
9597         while piecewise linking a static library.
9598
9599 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
9600
9601         * configure.in (noconfigdirs): Don't disable libgcj on
9602         sparc64-*-solaris* and sparcv9-*-solaris*.
9603
9604 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
9605
9606         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
9607
9608 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
9609
9610         * configure.in (FLAGS_FOR_TARGET): Do not add
9611         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
9612         on i[3456]86-*-linux*.
9613
9614 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
9615
9616         * configure.in (noconfigdirs): Replace [ ] with test.
9617
9618         * configure.in (noconfigdirs): Do not add target-newlib if
9619         target == i[3456]86-*-linux*, and host == target.
9620
9621 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
9622
9623         * configure.in: delete reference to absent file
9624
9625         * configure.in: replace '[' with 'test'
9626
9627         * configure.in: Eliminate references to gash.
9628         * Makefile.in: Eliminate references to gash.
9629
9630         * configure.in: remove useless references to 'pic' makefile fragments.
9631
9632         * configure.in: (*-*-windows*) Finish removing.
9633
9634         * configure.in: Eliminate redundant test for libgui.
9635
9636 2002-04-29  Roger Sayle  <roger@eyesopen.com>
9637
9638         * MAINTAINERS: Add self and realphabetize.  Update entries
9639         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
9640         entry for a29k port maintainer.
9641
9642 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
9643
9644         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
9645         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
9646
9647 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
9648
9649         * configure.in: remove references to dead files
9650
9651 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
9652
9653         * MAINTAINERS: Add information about purpose of this file.
9654
9655 2002-04-18  Tom Tromey  <tromey@redhat.com>
9656
9657         * configure.in: Disallow configuring libgcj when it is already
9658         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
9659         Solaris 2.8 by default.  For PR libgcj/6158.
9660
9661 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
9662
9663         * configure.in:  Move default CC setting out of config/mh-* fragments
9664         directly into here.
9665
9666 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
9667
9668         * configure.in: don't even try to configure or make a subdirectory
9669         if there's no configure script for it.
9670
9671 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
9672
9673         * MAINTAINERS: Remove chill maintainers.
9674         * Makefile.in (CHILLFLAGS): Remove.
9675         (CHILL_LIB): Remove.
9676         (TARGET_CONFIGDIRS): Remove libchill.
9677         (CHILL_FOR_TARGET): Remove.
9678         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9679         CHILL_LIB.
9680         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9681         (CHECK_TARGET_MODULES): Likewise.
9682         (INSTALL_TARGET_MODULES): Likewise.
9683         (CLEAN_TARGET_MODULES): Likewise.
9684         (configure-target-libchill): Remove.
9685         (all-target-libchill): Remove.
9686         * configure.in (target_libs): Remove target-libchill.
9687         Do not compute CHILL_FOR_TARGET.
9688         * libchill: Remove directory.
9689
9690 2002-04-11  DJ Delorie  <dj@redhat.com>
9691
9692         * Makefile.in, configure.in: Sync with binutils, entries
9693         follow...
9694
9695 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9696
9697         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
9698         (do-tar, do-bz2): New rules.
9699         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
9700         (gdb-tar): New rule.
9701         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
9702         (insight_dejagnu.tar): New rule.
9703         (insight.tar): New rule.
9704         (gdb+dejagnu.tar): New rule.
9705         (gdb.tar): New rule.
9706
9707 2002-02-01  Mo DeJong  <supermo@bayarea.net>
9708
9709         * Makefile.in: Add all-tix to deps for all-snavigator
9710         so that tix is built when building snavigator.
9711
9712 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
9713
9714         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9715         ld and gdb are not supported.
9716
9717 2002-01-07  Mark Salter  <msalter@redhat.com>
9718
9719         * configure.in: Remove target-bsp and target-cygmon from arm builds.
9720         Allow target-libgloss to be built for arm, strongarm, and xscale.
9721
9722 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
9723
9724         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9725         options for i[3456]86-pc-linux* native builds.
9726
9727 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
9728
9729         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9730         files from .po files for a distribution.
9731
9732 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
9733
9734         * configure.in: Enable libstdc++-v3 for h8300 targets.
9735
9736 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
9737
9738         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9739         version from bfd/.
9740
9741 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
9742
9743         * Makefile.in (VER): When present, extract the version number from
9744         the file version.in.
9745
9746 2001-05-24  Tom Rix  <trix@redhat.com>
9747
9748         * configure.in : enable ld for aix
9749
9750 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9751
9752         * config.guess: Add linux target for S/390.
9753
9754 2000-11-07  Philip Blundell  <pb@futuretv.com>
9755
9756         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9757
9758 2000-11-03  Philip Blundell  <pb@futuretv.com>
9759
9760         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9761         files.
9762
9763 2001-01-15  Ben Elliston  <bje@redhat.com>
9764
9765         * configure.in (host_tools): Add sid.
9766         Always configure cgen.
9767
9768 2000-11-24  Nick Clifton  <nickc@redhat.com>
9769
9770         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9771
9772
9773 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
9774
9775         * Makefile.in (ALL_MODULES): Add all-cgen.
9776         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9777         (all-cgen): New target.
9778         (all-opcodes,all-sim): Depend on all-cgen.
9779         * configure.in (host_tools): Add cgen.
9780         Only configure cgen if --enable-cgen-maint.
9781
9782 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
9783
9784         * configure.in: Add *-*-freebsd* configurations.
9785
9786 2002-04-08  Tom Tromey  <tromey@redhat.com>
9787
9788         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9789         Fixes PR libgcj/6068.
9790
9791 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
9792
9793         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9794
9795 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9796
9797         * configure.in (alpha*-dec-osf*): Enable libgcj.
9798
9799 2003-03-27  Matthew Gingell  <gingell@gnat.com>
9800
9801         * MAINTAINERS (Write After Approval): Add myself.
9802
9803 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
9804
9805         Fix for: PR bootstrap/3591, target/5676
9806         * configure.in (mcore-pe): Disable the configuration of
9807         libstdc++-v3 since exceptions are not supported.
9808
9809 2002-03-20  Anthony Green  <green@redhat.com>
9810
9811         * configure.in: Enable libgcj for xscale-elf target.
9812
9813 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
9814
9815         * MAINTAINERS:  Update my email address.
9816
9817 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
9818
9819         * ltmain.sh (relink_command): Fix typo in previous change.
9820
9821 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
9822
9823         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
9824         (relink_command): Added --tag flags.
9825         (mode=install): If relinking fails; error out.
9826
9827 2002-03-12  Richard Henderson  <rth@redhat.com>
9828
9829         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
9830         .NOTPARALLEL tag.
9831         (do-check): Rename from check.
9832         (check): Allow parallel check.
9833
9834 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
9835
9836         * MAINTAINERS: Add myself as maintainer for xtensa port.
9837         Fix alphabetical order in CPU port maintainer list.
9838         Remove myself from Write After Approval list.
9839
9840 2002-03-11  Richard Henderson  <rth@redhat.com>
9841
9842         * Makefile.in (.NOTPARALLEL): Add fake tag.
9843
9844 2002-03-07  H.J. Lu  (hjl@gnu.org)
9845
9846         * configure.in: Enable gprof for mips*-*-linux*.
9847
9848 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9849
9850         * MAINTAINERS (Write After Approval): Add myself.
9851
9852 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
9853
9854         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9855         libjava.
9856         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9857
9858 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
9859
9860         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9861         because its Makefile is there; test for the executable instead.
9862
9863 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
9864
9865         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9866         libstdc++-v3 and libjava.
9867
9868 2002-02-11  Adam Megacz  <adam@xwt.org>
9869
9870         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9871         boehm-gc
9872
9873 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
9874
9875         * config.guess: Updated to 2002-01-30's version.
9876         * config.sub: Updated to 2002-02-01's version.
9877         Contribute sh64-elf.
9878         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
9879         * configure.in: Added sh64-*-*.
9880
9881 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
9882
9883         * MAINTAINERS: Belatedly add myself to write after approval list.
9884
9885 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
9886
9887         * MAINTAINERS: Put self in as maintainer for x86-64 port.
9888         Remove self as Write After Approval.
9889
9890 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
9891
9892         * MAINTAINERS: Put self in as maintainer for contrib/regression
9893         directory.
9894
9895 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
9896
9897         * MAINTAINERS:  Update my email address.
9898
9899 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
9900
9901         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
9902         target-libiberty, and target-libgloss.  Skip Java-related
9903         libraries if not supported for NetBSD on target CPU.
9904
9905 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
9906
9907         * install-sh: Use _inst.$$_ for temp file name.
9908
9909 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
9910
9911         * MAINTAINERS (Write After Approval): Move my contact info
9912         from here...
9913         (OS Port Maintainers): ...to here (netbsd).
9914
9915 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
9916
9917         * MAINTAINERS (Write After Approval): Add myself.
9918
9919 2002-01-17  H.J. Lu  <hjl@gnu.org>
9920
9921         * Makefile.in (all-fastjar): Also depend on all-libiberty.
9922         (all-target-fastjar): Also depend on all-target-libiberty.
9923
9924 2002-01-16  H.J. Lu  (hjl@gnu.org)
9925
9926         * config.guess: Import from master sources, rev 1.225.
9927         * config.sub: Import from master sources, rev 1.238.
9928
9929 2002-01-16  Kazu Hirata  <kazu@hxi.com>
9930
9931         * MAINTAINERS (Write After Approval): Remove myself.
9932
9933 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
9934
9935         * MAINTAINERS (Write After Approval): Add myself.
9936
9937 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9938
9939         * MAINTAINERS: Add self as docs co-maintainer.
9940
9941 2001-12-11  Matthias Klose  <doko@debian.org>
9942
9943         * MAINTAINERS (Write After Approval): Add myself.
9944
9945 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
9946
9947         * MAINTAINERS: Update my email address.
9948
9949 2001-12-07  Turly O'Connor  <turly@apple.com>
9950         * MAINTAINERS (Write After Approval): Add myself.
9951         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9952         (rs6000_initialize_trampoline): Call __trampoline_setup for
9953         ABI_DARWIN too.
9954         * darwin-tramp.asm: New file, implements __trampoline_setup.
9955         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9956
9957 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
9958
9959         * MAINTAINERS (Write After Approval): Add myself.
9960
9961 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
9962
9963         * configure, configure.in: Use temp file for long sed commands.
9964
9965 2001-12-03  Laurent Guerby  <guerby@acm.org>
9966
9967         * config.sub: Update to version 1.232 on subversion.
9968
9969 2001-12-03  Ben Elliston  <bje@redhat.com>
9970
9971         * MAINTAINERS: Update mail address for config.* patches.
9972
9973 2001-11-27  DJ Delorie  <dj@redhat.com>
9974             Zack Weinberg  <zack@codesourcery.com>
9975
9976         When build != host, create libiberty for the build machine.
9977
9978         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9979         CONFIG_ARGUMENTS.
9980         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9981         New variables.
9982         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9983         and rules.
9984         (all.normal): Depend on ALL_BUILD_MODULES.
9985         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9986         (all-build-libiberty): Depend on configure-build-libiberty.
9987
9988         * configure: Calculate and substitute proper value for
9989         ALL_BUILD_MODULES.
9990         * configure.in: Create the build subdirectory.
9991         Calculate and substitute TARGET_CONFIGARGS (formerly
9992         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9993
9994 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
9995
9996         * MAINTAINERS (write-after-approval): Add self.
9997
9998 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9999
10000         * MAINTAINERS (GNATS only accounts): Remove self.
10001
10002 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
10003
10004         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
10005         libf2c.
10006
10007 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
10008
10009         * MAINTAINERS (Write After Approval): Add self.
10010
10011 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
10012
10013         * MAINTAINERS: mips and s390 are also CPU ports.
10014
10015 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
10016
10017         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
10018
10019 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
10020
10021         * MAINTAINERS: Alphabetize.
10022
10023 2001-11-09  Kazu Hirata  <kazu@hxi.com>
10024
10025         * MAINTAINERS (Various maintainers: h8 port): Add myself.
10026
10027 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10028
10029         * MAINTAINERS (Various maintainers: hppa port): Added myself.
10030
10031 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
10032
10033         * configure.in (--enable-languages): Be more permissive about
10034         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
10035
10036 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
10037
10038         * config.sub: Import from master sources, rev. 1.230.
10039         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
10040
10041 2001-11-07  Laurent Guerby  <guerby@acm.org>
10042
10043         * MAINTAINERS (Write After Approval): Add self.
10044
10045 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
10046
10047         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
10048
10049 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
10050
10051         * config.sub: Import from master sources, rev 1.226.
10052         * config.guess: Import from master sources, rev 1.216.
10053
10054 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
10055
10056         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
10057         * MAINTAINERS: Add self as maintainer of MMIX port.
10058         Remove old after-approval entry.
10059
10060 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
10061
10062         * ChangeLog, configure: Fix spelling errors.
10063
10064 2001-10-20  Brendan Kehoe  <brendan@zen.org>
10065
10066         * MAINTAINERS: Tweak my address.
10067
10068 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
10069
10070         * MAINTAINERS: Update my email address.
10071
10072 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
10073
10074         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
10075         * MAINTAINERS: Add self as maintainer of CRIS port.
10076
10077 2001-10-10  Geert Bosch  <bosch@gnat.com>
10078
10079         * MAINTAINERS (Various maintainers: Ada front end):
10080         Added Robert Dewar.
10081
10082 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
10083
10084         * MAINTAINERS (Write After Approval): Added self
10085
10086 2001-10-02  Geert Bosch  <bosch@gnat.com>
10087
10088         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10089
10090 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
10091
10092         * configure: Handle temporary files securely using mkdir.
10093
10094 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
10095
10096         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
10097
10098 2001-09-26  Will Cohen  <wcohen@redhat.com>
10099
10100         * configure.in (*-*-linux*): Disable configuration of target-newlib
10101         and target-libgloss.
10102
10103 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
10104
10105         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
10106         RANLIB.
10107
10108 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
10109
10110         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
10111         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
10112         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
10113         avoid quotes nesting problems.
10114         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
10115         (DO_X): Export only variables that are set.
10116
10117 2001-09-19  Ben Elliston  <bje@redhat.com>
10118
10119         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
10120         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
10121         semantics.  Use the shell built-in "type" command instead.
10122
10123 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
10124
10125         Merged from gcc-3_0-branch:
10126         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
10127         * ltcf-c.sh: Use $objext, not $ac_objext.
10128         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
10129         * ltcf-cxx.sh: Add support for GNU.
10130         2001-07-22  Timothy Wall  <twall@redhat.com>
10131         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
10132         default settings if using GNU tools with that configuration.
10133         * ltcf-cxx.sh: Ditto.
10134         * ltcf-gcj.sh: Ditto.
10135         2001-07-21  Michael Chastain  <chastain@redhat.com>
10136         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
10137         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
10138         * ltmain.sh: Mark as gcc-local.
10139
10140 2001-08-30  Eric Christopher  <echristo@redhat.com>
10141             Jason Eckhardt  <jle@redhat.com>
10142
10143         * config.guess: Merge from master sources.
10144         * config.sub: Merge from master sources, add support for mipsisa32.
10145
10146 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
10147         * config.sub: Merge from master sources, rev 1.219.
10148         * MAINTAINERS: Add self as contact for stormy16 port.
10149
10150 2001-08-14  Zack Weinberg  <zackw@panix.com>
10151
10152         * config.sub: Merge from master sources, rev 1.218.
10153         * config.guess: Merge from master sources, rev 1.209.
10154
10155 2001-08-11  Graham Stott  <grahams@redhat.com>
10156
10157         * Makefile.in (check-c++): Add missing semicolon.
10158
10159 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
10160
10161         * MAINTAINERS (Various maitainers: predict.def): Added myself.
10162
10163 2001-07-30  Eric Christopher  <echristo@redhat.com>
10164
10165         * MAINTAINERS (Various maintainers: mips port): Added myself.
10166
10167 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
10168
10169         * configure.in (sh-*-linux*): New.
10170
10171 2001-07-27  Richard Henderson  <rth@redhat.com>
10172
10173         * .cvsignore: Add LAST_UPDATED.
10174
10175 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
10176
10177         * MAINTAINERS (Various maintainers: s390 port): Added myself.
10178
10179 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
10180
10181         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
10182
10183 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
10184
10185         * MAINTAINERS (Write After Approval): Added myself.
10186
10187 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10188
10189         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10190         and libgcj on m68hc11/m68hc12.
10191
10192 2001-06-27  H.J. Lu  (hjl@gnu.org)
10193
10194         * Makefile (CFLAGS_FOR_BUILD): New.
10195         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
10196
10197 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10198
10199         * README: Remove version number.
10200
10201 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10202
10203         * INSTALL/README: Update wrt. to the installation instructions now
10204         residing in gcc/doc/install.texi.
10205
10206 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10207
10208         * README: Replace with a cut-down and updated version of gcc/README.
10209
10210 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
10211
10212         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
10213         multilibs to be disabled.
10214
10215 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
10216
10217         * MAINTAINERS (Write After Approval): Add myself.
10218
10219 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
10220
10221         * config.guess: Import CVS version 1.195.
10222         * config.sub: Import CVS version 1.212.
10223
10224 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
10225
10226         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10227         gcc/xgcc is built, use -print-prog-name to find out the program
10228         name to use.
10229
10230 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
10231
10232         * config.guess:  Import CVS version 1.194.  All gcc-local changes
10233         appear to also be in the master copy.
10234         * config.sub:  Import CVS version 1.211.
10235
10236 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
10237
10238         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
10239         with_gcc]: Use `gcc -shared' to build a shared library.
10240
10241 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10242
10243         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
10244         archives.
10245
10246 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10247
10248         * MAINTAINERS (Write After Approval): Add myself.
10249
10250 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
10251
10252         * configure.in (libstdcxx_flags): Do not try to execute
10253         libstdc++-v3/testsuite_flags until it exists.
10254
10255 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
10256
10257         * MAINTAINERS: Update my email address.
10258
10259 2001-05-31  Graham Stott  <grahams@redhat.com>
10260
10261         * MAINTAINERS (Write After Approval): Add myself.
10262
10263 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
10264
10265         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
10266         libraries when using g++ with native linker.
10267
10268 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
10269
10270         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
10271
10272 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
10273
10274         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
10275         [aix4*|aix5*]: Prepend blank.
10276
10277 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
10278
10279         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10280         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
10281         of subdir/configure scripts to use the new libtool.m4.
10282
10283 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
10284
10285         * MAINTAINERS (Write After Approval): Add myself.
10286
10287 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
10288
10289         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
10290
10291 2001-05-11  Ben Elliston  <bje@redhat.com>
10292
10293         * Makefile.in (all-sid): New target.
10294         (check-sid, clean-sid, install-sid): Likewise.
10295
10296 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
10297
10298         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
10299
10300 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
10301
10302         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
10303         libgcj.
10304
10305 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
10306
10307         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10308         gcc/xgcc is built, use -print-prog-name to find out the program
10309         name to use.
10310
10311 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
10312
10313         * configure.in (noconfigdirs): Don't reset it from scratch in the
10314         target case; only append to it.
10315
10316         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
10317         sparc-*-solaris2.8]: Disable ${libgcj}.
10318
10319 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
10320
10321         * configure.in (libgcj_saved): Copy from $libgcj.
10322         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
10323         --disable-libgcj.
10324
10325 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
10326
10327         * MAINTAINERS: Remove self as MIPS maintainer and
10328         C front end maintainer.
10329
10330 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
10331
10332         * configure.in: Move *-chorusos target case to the proper switch.
10333         Disable libgcj.
10334
10335 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
10336
10337         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
10338         1.641.2.228.
10339
10340 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10341
10342         * Makefile.in (STAGE1_CFLAGS): Pass down.
10343
10344 2001-04-13  Alan Modra  <amodra@one.net.au>
10345
10346         * config.guess: Add hppa64-linux support.  Note for next import that
10347         this is already in the master file.
10348         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
10349
10350 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
10351
10352         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10353         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
10354
10355 2001-04-11  Stan Shebs  <shebs@apple.com>
10356
10357         * MAINTAINERS: Add self as Darwin port maintainer.
10358
10359 2001-04-11  Alan Modra  <amodra@one.net.au>
10360
10361         * MAINTAINERS: Update my email address.
10362
10363 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
10364
10365         * ltcf-cxx.sh: Support creation of C++ shared libraries on
10366         recent versions of FreeBSD (release 3 or later).
10367         * ltconfig: On FreeBSD, -lc must not be provided when building
10368         a shared library or else the standard -pthread gcc option is
10369         rendered worthless to later users of the built library.
10370
10371 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
10372
10373         * MAINTAINERS: Add self and RTH as C front end maintainers.
10374
10375 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
10376
10377         * config.sub: Make sure to match an already-canonicalized
10378         machine name (eg. mn10300-unknown-elf).
10379
10380 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
10381
10382         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
10383         New macros.
10384         (bootstrap, cross): Use RECURSE_FLAGS.
10385         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
10386
10387 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
10388
10389         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
10390
10391 2001-03-22  Colin Howell  <chowell@redhat.com>
10392
10393         * Makefile.in (DO_X): Do not backslash single-quotes in
10394         backquotes (two places).
10395
10396 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
10397
10398         Re-installed:
10399         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10400         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
10401         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10402         * ltcf-cxx.sh: Likewise.
10403         * ltcf-gcj.sh: Likewise.
10404
10405 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10406
10407         * MAINTAINERS: Add myself as "documentation co-maintainer".
10408
10409 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
10410
10411         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10412         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
10413
10414 2001-03-19  Tom Tromey  <tromey@redhat.com>
10415
10416         * config-ml.in: Handle GCJ and GCJFLAGS.
10417
10418 2001-03-21  Michael Chastain  <chastain@redhat.com>
10419
10420         * Makefile.in: all-m4 depends on all-texinfo.
10421
10422 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
10423
10424         * MAINTAINERS: Add myself to write after approval list.
10425
10426 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
10427
10428         * Makefile.in (DO_X): Quote nested quotes.
10429
10430 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
10431
10432         * MAINTAINERS: Add myself to write after approval list.
10433
10434 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
10435
10436         * Makefile.in (DO_X): Use double quotes for quoting
10437         "RANLIB=$${RANLIB}".
10438
10439 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
10440
10441         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
10442
10443 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
10444
10445         * configure.in: Only use `lang_requires' for languages athat are
10446         actually enabled.
10447
10448 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
10449
10450         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
10451
10452 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
10453
10454         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
10455
10456 2001-03-07  Tom Tromey  <tromey@redhat.com>
10457
10458         * configure.in: Allow config-lang.in to set `lang_requires' to list
10459         of other required languages.
10460
10461 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
10462
10463         * Makefile.in: Remove RANLIB definition. Use RANLIB
10464         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
10465         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
10466
10467 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
10468             Alexandre Oliva  <aoliva@redhat.com>
10469
10470         * Makefile.in (check-c++): Use tabs, not spaces.
10471
10472 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
10473
10474         * MAINTAINERS: add myself to Write After Approval list.
10475
10476 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
10477
10478         * Makefile.in (check-c++): New rule.
10479
10480         * configure.in (target_libs): Remove libg++.
10481         (noconfigdirs): Remove libg++.
10482         (noconfigdirs): Same.
10483         (noconfigdirs): Same.
10484         (noconfigdirs): Same.
10485
10486         * config-ml.in: Remove libg++ references.
10487
10488         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
10489         (ALL_TARGET_MODULES): Same.
10490         (configure-target-libg++): Remove.
10491         (all-target-libg++): Remove.
10492         (configure-target-libio): Remove.
10493         (all-target-libio): Remove.
10494         (check-target-libio): Remove.
10495         (.PHONY): Remove.
10496         (libg++.tar.bz2): Remove.
10497         (all-target-cygmon): Remove libio.
10498         (all-target-libstdc++): Remove.
10499         (configure-target-libstdc++): Remove.
10500         (TARGET_LIB_PATH): Remove libstdc++.
10501         (ALL_GCC_CXX): Remove libstdc++.
10502         (all-target-gperf): Correct.
10503
10504 2001-02-16  Nick Clifton  <nickc@redhat.com>
10505
10506         * configure.in (noconfigdirs): Allow configuration of texinfo
10507         for Cygwin hosts.
10508
10509 2001-02-15  Anthony Green  <green@redhat.com>
10510
10511         * configure: Introduce GCJ_FOR_TARGET.
10512         * configure.in: Ditto.
10513         * Makefile.in: Ditto.
10514
10515 2001-02-13  Andreas Schwab  <schwab@suse.de>
10516
10517         * MAINTAINERS: Update mail address.
10518
10519 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10520
10521         * config.guess: Add linux target for S/390.
10522         * config.sub: Likewise.
10523
10524 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
10525
10526         * configure.in: for *-chorusos, don't config target-newlib and
10527         target-libgloss.
10528
10529 2001-02-06  Ben Elliston  <bje@redhat.com>
10530
10531         * configure: Output host type to stdout, not stderr.
10532
10533 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
10534
10535         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
10536         * ltcf-cxx.sh: Likewise.
10537
10538         * config.if: Assume enable_libstdcxx_v3 is defined.
10539
10540 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
10541
10542         Remove V2 C++ library.
10543         * configure.in: Remove --enable-libstdcxx_v3 support.
10544
10545 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
10546
10547         * include/demangle.h: Add prototype for java_demangle_v3.
10548
10549 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
10550
10551         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
10552
10553 2001-01-27  Richard Henderson  <rth@redhat.com>
10554
10555         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
10556
10557 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10558
10559         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
10560         Don't unset, it's non-portable and no longer necessary, set to empty
10561         instead.
10562
10563 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10564
10565         * ltconfig: Shell portability fix for the tagname validity check.
10566
10567 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
10568
10569         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
10570         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
10571
10572 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10573
10574         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
10575
10576 2001-01-26  Tom Tromey  <tromey@redhat.com>
10577
10578         * configure.in: Allow libgcj to be built on Sparc Solaris.
10579
10580 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
10581
10582         * ltcf-c.sh: Add aix5 case.
10583         * ltcf-cxx.sh: Likewise.
10584         * ltconfig: Likewise.
10585
10586 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
10587
10588         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
10589         keep at least one of build_libtool_libs or build_old_libs set to
10590         yes.
10591
10592         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
10593         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
10594
10595 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
10596
10597         * configure.in: Enable libgcj on several additional platforms.
10598
10599 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
10600
10601         * configure.in: Enable libgcj for linux targets.
10602
10603 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10604
10605         * MAINTAINERS (Write After Approval): Add myself.
10606
10607 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10608
10609         * MAINTAINERS: Add myself as vax port maintainer.
10610
10611 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
10612
10613         * MAINTAINERS: Add myself as Mercury front-end maintainer.
10614
10615 2001-01-09  Mike Stump  <mrs@wrs.com>
10616
10617         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
10618         failures of subdirectories.
10619
10620 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10621
10622         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
10623         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10624         * ltcf-cxx.sh: Likewise.
10625         * ltcf-gcj.sh: Likewise.
10626         * ltconfig.sh: Fix typo.
10627
10628 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10629
10630         * configure: handle DOS-style absolute paths.
10631
10632 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10633
10634         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
10635
10636 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
10637
10638         * MAINTAINERS: Add myself as avr port co-maintainer.
10639
10640 2000-12-28  Ben Elliston  <bje@redhat.com>
10641
10642         * MAINTAINERS: Add myself under ``Write After Approval''.
10643
10644 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
10645
10646         * texinfo: Remove directory from GCC.
10647
10648 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10649
10650         * COPYING: Update to current
10651         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
10652         to 19yy as example year in copyright notice).
10653
10654 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
10655
10656         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
10657         (libstdcxx_incdir): Pass down.
10658         * config.if: Remove expired bits for cxx_interface, add stub.
10659         (libstdcxx_incdir): Add variable for g++ include directory.
10660         * configure.in (gxx_include_dir): Use it.
10661
10662 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
10663
10664         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
10665         with old-email address from ``Write After Approval''.
10666
10667 2000-12-15  Andreas Jaeger  <aj@suse.de>
10668
10669         * configure.in: Handle lang_dirs.
10670
10671 2000-12-14  Tom Tromey  <tromey@redhat.com>
10672
10673         * MAINTAINERS: Removed brads.
10674
10675         * MAINTAINERS: Added gcj developers.
10676
10677 2000-12-13  Anthony Green  <green@redhat.com>
10678
10679         * configure.in: Disable libgcj for any target not specifically
10680         listed.  Disable libgcj for x86 and Alpha Linux until compatible
10681         with g++ abi.
10682
10683 2000-12-13  Mike Stump  <mrs@wrs.com>
10684
10685         * Makefile.in (local-distclean): Also remove fastjar.
10686
10687 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
10688
10689         * contrib/gcc_update: Add fastjar --touch entries.
10690
10691 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
10692
10693         * configure.in: Disable language-specific target libraries for
10694         languages that aren't enabled.
10695
10696 2000-12-10  Anthony Green  <green@redhat.com>
10697
10698         * configure.in: Define libgcj.  Disable libgcj target libraries for
10699         most targets.
10700
10701 2000-12-10  Neil Booth  <neilb@earthling.net>
10702
10703         * MAINTAINERS: Update mail address, remove from WAA list.
10704
10705 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10706
10707         * libjava: Imported from /cvs/java.
10708         * libffi: Likewise.
10709         * Boehm-gc: Likewise.
10710
10711 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10712
10713         * configure.in (target_libs): Revert 2000-12-08 patch.
10714         (noconfigdirs): Added target-libjava.
10715
10716 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10717
10718         * djunpack.bat: removed.
10719
10720 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10721
10722         * Makefile.in: handle DOS-style absolute paths.
10723         * config-ml.in: likewise.
10724         * symlink-tree: likewise.
10725
10726 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10727
10728         * fastjar: Imported.
10729
10730 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10731
10732         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10733         libjava.
10734         * configure.in (target_libs): Removed `target-libjava'.
10735
10736 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10737
10738         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10739         (ALL_MODULES): Added fastjar.
10740         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10741         (all-target-libjava): all-fastjar replaces all-zip.
10742         (all-fastjar): Added.
10743         (configure-target-fastjar, all-target-fastjar): Likewise.
10744         * configure.in (host_tools): Added fastjar.
10745
10746 2000-12-07  Mike Stump  <mrs@wrs.com>
10747
10748         * Makefile.in (local-distclean): Remove leftover built files.
10749
10750 2000-11-24  Nick Clifton  <nickc@redhat.com>
10751
10752         * configure.in (xscale-elf): Add target.
10753         (xscale-coff): Add target.
10754
10755 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
10756
10757         * ltcf-cxx.sh: Support creation of C++ shared libraries on
10758         recent versions of FreeBSD (release 3 or later).
10759         * ltconfig: On FreeBSD, -lc must not be provided when building
10760         a shared library or else the standard -pthread gcc option is
10761         rendered worthless to later users of the built library.
10762
10763 2000-11-16  Fred Fish  <fnf@be.com>
10764
10765         * configure.in (enable_libstdcxx_v3): Fix typo,
10766         libstd++ -> libstdc++.
10767
10768 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10769
10770         * MAINTAINERS: Add self to Write After Approval list.
10771
10772 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
10773
10774         * MAINTAINERS: Update my email address.  Add myself to global write
10775         privs list.
10776
10777 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
10778
10779         * Makefile.in: Merge with src and libgcj.
10780         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
10781         configure-target-<library> when their configure scripts need the C
10782         or C++ library to have already been built to work properly.
10783         (do_proto_toplev): Set them to an empty string.
10784
10785         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10786         (REALLY_SET_LIB_PATH): Use them.
10787
10788 2000-11-17  Stan Shebs  <shebs@apple.com>
10789
10790         * MAINTAINERS: Add self to Write After Approval list.
10791
10792 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10793
10794         * configure: Provide the original toplevel configure arguments
10795         (including $0) to subprocesses in the environment rather than
10796         through gcc/configargs.h.
10797
10798 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10799
10800         * MAINTAINERS: Remove references to cccp. Change C9X reference to
10801         C99.  Alphabetise "Write After Approval" list.
10802
10803 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
10804
10805         * configure: Turn on libstdc++ V3 by default.
10806
10807         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10808         if we've got GCC.
10809
10810 2000-11-11  Philip Blundell  <philb@gnu.org>
10811
10812         * MAINTAINERS: Add self to Write After Approval list.
10813
10814 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
10815
10816         * ltcf-c.sh (aix4): Improve shared library configuration; require
10817         exporting symbols.
10818         * ltcf-cxx.sh (aix4): Define.
10819         * ltconfig (aix4): Define library and soname specs appropriate for
10820         AIX.  Define command to create export symbols list.
10821
10822 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
10823
10824         * config.sub: Add support for Sun Chorus
10825
10826 2000-10-31  Nick Clifton  <nickc@redhat.com>
10827
10828         * MAINTAINERS: Rename <name>@cygnus.com addresses to
10829         <name>@redhat.com.  Also installed new email address for Clint
10830         Popetz.
10831
10832 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
10833
10834         * etc: Remove directory from GCC.
10835
10836 2000-10-16  Michael Meissner  <meissner@redhat.com>
10837
10838         * configure (gcc/configargs.h): Only create if there is a build GCC
10839         directory created.
10840
10841 2000-10-16  Matthias Klose  <doko@debian.org>
10842
10843         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10844         when configured for libstdc++-v3.
10845
10846 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
10847
10848         * configure: Save configure arguments to gcc/configargs.h.
10849
10850 2000-10-04  Philipp Thomas  <pthomas@suse.de>
10851
10852         * config.guess: Import CVS version 1.157.
10853         * config.sub: Import CVS version 1.181.
10854
10855 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
10856
10857         * Makefile.in (bootstrap): avoid recursion if subdir missing
10858         (cross): ditto
10859         (do-proto-toplev): ditto
10860
10861 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
10862
10863         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10864         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10865
10866         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10867         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
10868         all affected `configure' scripts.
10869
10870 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
10871
10872         * MAINTAINERS: Add self as cpplib co-maintainer.
10873
10874 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
10875
10876         * MAINTAINERS: Add self to Write After Approval list.
10877
10878 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10879
10880         * INSTALL/README: egcs -> GCC update.
10881
10882 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
10883
10884         * MAINTAINERS: Add myself to Write After Approval list.
10885
10886 2000-09-15  Kazu Hirata  <kazu@hxi.com>
10887
10888         * MAINTAINERS: Add myself to Write After Approval list.
10889
10890 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
10891
10892         * configure.in: Do not build byacc for hppa64.  Provide paths to the
10893         X11 libraries for hppa64.
10894
10895 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10896
10897         * MAINTAINERS: Add myself as 68hc11 port maintainer.
10898
10899 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
10900
10901         * Makefile.in (all-zlib): Added dummy target.
10902
10903         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10904         ltcf-gcj.sh: Updated from libtool multi-language branch.
10905
10906 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
10907
10908         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10909         (bootstrap*): Depend on all-bootstrap.
10910
10911 2000-09-05  Philipp Thomas  <pthomas@suse.de>
10912
10913         * config.guess: Import CVS version 1.156.
10914         * config.sub: Import CVS version 1.179.
10915
10916 2000-09-02  Anthony Green  <green@cygnus.com>
10917
10918         * Makefile.in (all-gcc): Depend on all-zlib.
10919         (CLEAN_MODULES): Add clean-zlib.
10920         (ALL_MODULES): Add all-zlib.
10921         * configure.in (host_libs): Add zlib.
10922
10923 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
10924
10925         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10926         crosses, but add gcc/include to the header search path for them.
10927
10928 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
10929
10930         * MAINTAINERS: Add self to Write After Approval list.
10931
10932 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10933
10934         * config.guess: Import CVS version 1.152.
10935         * config.sub: Import CVS version 1.177.
10936
10937 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
10938
10939         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10940         $targargs to tell whether newlib is going to be built.
10941
10942         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10943         $$r/TARGET_SUBDIR/libio for _G_config.h.
10944
10945 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
10946
10947         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10948
10949 2000-08-22  DJ Delorie  <dj@redhat.com>
10950
10951         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10952
10953 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
10954
10955         * config-ml.in (CC, CXX): Avoid trailing whitespace.
10956         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10957         sub-configures.
10958
10959 2000-08-21  DJ Delorie  <dj@redhat.com>
10960
10961         * MAINTAINERS: Add self as a libiberty maintainer
10962
10963 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
10964
10965         * configure.in (libstdcxx_flags): Use
10966         libstdc++-v3/src/libstdc++.INC.
10967
10968 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
10969
10970         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10971
10972 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
10973
10974         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10975
10976         * configure: Make enable_threads and enable_shared defaults
10977         explicit.  Substitute enable_threads into generated Makefiles.
10978         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10979         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10980
10981 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
10982
10983         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10984
10985 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
10986
10987         * config-ml.in (CC): Remove bogus duplicate quotation mark from
10988         previous delta.
10989
10990 2000-08-11  Jason Merrill  <jason@redhat.com>
10991
10992         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10993         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10994         (FLAGS_FOR_TARGET): Not here.
10995         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10996
10997 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
10998
10999         * config-ml.in (CC, CXX): Don't introduce a leading space.
11000
11001 2000-08-07  DJ Delorie  <dj@delorie.com>
11002
11003         * MAINTAINERS: Add self as a DJGPP maintainer
11004
11005 2000-08-07  DJ Delorie  <dj@redhat.com>
11006
11007         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
11008         "if we're also building gcc, and it's a gcc that will run on the
11009         build machine, we want to use its includes instead of the system's
11010         default includes".
11011
11012 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11013
11014         * MAINTAINERS: Add self to Write After Approval list.
11015
11016 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
11017
11018         * configure.in (libstdcxx_flags): Don't use `"'.
11019
11020         * config-ml.in: Adjust multilib search paths to the
11021         appropriate multilib tree.
11022
11023 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
11024
11025         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
11026         commas in $LANGUAGES.
11027
11028 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
11029
11030         * configure.in: Re-enable all references to libg++ and librx.
11031
11032 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
11033
11034         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
11035         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
11036         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
11037         * ltcf-cxx.sh (need_lc): Set based on postdeps.
11038
11039         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
11040
11041 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
11042
11043         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
11044         CXX_FOR_TARGET for sed.
11045
11046 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
11047
11048         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
11049         Do not override if already set in the environment or in configure.
11050         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
11051         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
11052
11053 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
11054
11055         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
11056         the libtool CVS tree multi-language branch.
11057         * ltconfig, ltmain.sh: Updated.
11058
11059 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
11060
11061         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
11062         (clean-target): Depend on it.
11063
11064         * Makefile.in (FLAGS_FOR_TARGET): New macro.
11065         (GCC_FOR_TARGET): Use it.
11066         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
11067         * configure.in: ... here.
11068         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
11069         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
11070
11071 2000-07-24  Eric Christopher  <echristo@cygnus.com>
11072
11073         * MAINTAINERS: Add self to Write After Approval list.
11074
11075 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
11076
11077         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
11078         (configure-target-libchill, configure-target-libobjc): Likewise.
11079
11080         * configure.in: Use the same cache file for all target libs.
11081         * config-ml.in: But different cache files per multilib variant.
11082
11083 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
11084
11085         * configure (topsrcdir): Don't use dirname.
11086
11087 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
11088
11089         * MAINTAINERS: Add self to Write After Approval list.
11090
11091 2000-07-20  Jason Merrill  <jason@redhat.com>
11092
11093         * configure.in: Remove all references to libg++ and librx.
11094
11095         * configure, configure.in, Makefile.in: Unify gcc and binutils.
11096
11097 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
11098
11099         * config.sub: Update to subversions version 2000-07-06.
11100
11101 2000-07-12  Andrew Haley  <aph@cygnus.com>
11102
11103         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
11104         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
11105
11106 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
11107
11108         * symlink-tree:  Check number of arguments.
11109
11110 2000-07-05  Jim Wilson  <wilson@cygnus.com>
11111
11112         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
11113         search path for a g++ extracted from the build tree.  This
11114         will allow link tests run by configure scripts in
11115         subdirectories to succeed.
11116
11117 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
11118
11119         * ltconfig: Add support for mips-dde-sysv4.2MP
11120
11121 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11122
11123         * MAINTAINERS: Add myself as loop discovery maintainer.
11124
11125 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
11126
11127         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
11128         `os2'. Force ac_cv_exeext to be ".exe" in that case.
11129
11130 2000-06-19  Timothy Wall  <twall@cygnus.com>
11131
11132         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
11133         * config.sub: Add tic54x target.
11134
11135 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
11136
11137         * MAINTAINERS: Add self as Fortran maintainer,
11138         remove Craig Burley.
11139
11140 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11141
11142         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
11143         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
11144
11145 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
11146
11147         * MAINTAINERS: Add self as i18n maintainer
11148
11149 20000-05-21  H.J. Lu  (hjl@gnu.org)
11150
11151         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
11152         directory are used if they exist. Make sure
11153         $(build_tooldir)/include is searched for header files,
11154         $(build_tooldir)/lib/ for library files.
11155         (GCC_FOR_TARGET): Likewise.
11156         (CXX_FOR_TARGET): Likewise.
11157
11158 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
11159
11160         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
11161
11162 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
11163
11164         * Makefile.in (configure-target-libiberty): Depend on
11165         configure-target-newlib.
11166
11167 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
11168
11169         * configure.in, Makefile.in: Merge all libffi-related
11170         configury stuff from the libgcj tree.
11171
11172 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11173
11174         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11175         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
11176
11177 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11178
11179         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11180         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
11181         current version information.  Add to proto-toplev directory.
11182         (gdb-taz): Build do-djunpack.
11183
11184 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
11185
11186         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
11187
11188 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11189
11190         * MAINTAINERS: Add self to Write After Approval list.
11191
11192 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11193
11194         * ltmain.sh: Preserve in relink_command any environment
11195         variables that may affect the linker behavior.
11196
11197 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
11198
11199         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
11200
11201 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
11202
11203         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
11204
11205 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
11206
11207         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
11208         with the version name.
11209
11210 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
11211
11212         * MAINTAINERS: Add self as bb-reorder maintainer.
11213
11214 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
11215
11216         * config.if: Tweak.
11217
11218 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
11219
11220         * djunpack.bat: New file.
11221
11222 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11223
11224         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
11225         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
11226         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
11227         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
11228
11229 2000-04-16  Dave Pitts  <dpitts@cozx.com>
11230
11231         * config.sub (case $basic_machine): Change default for "ibm-*"
11232         to "openedition".
11233
11234 2000-04-13  Andreas Jaeger  <aj@suse.de>
11235
11236         * MAINTAINERS: Added myself.
11237
11238 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11239
11240         * Makefile.in (gdb-taz): New target.  GDB specific archive.
11241         (do-md5sum): New target.
11242         (MD5PROG): Define.
11243         (PACKAGE): Default to TOOL.
11244         (VER): Default to a shell script.
11245         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
11246         md5 checksum generation.
11247         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
11248         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
11249         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
11250         insight.tar.bz2): Use gdb-taz to create archive.
11251
11252 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11253
11254         * configure (warn_cflags): Delete.
11255
11256 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
11257
11258         * MAINTAINERS: Added myself.
11259
11260 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
11261             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
11262
11263         * configure.in (enable_libstdcxx_v3): Add.
11264         (target_libs): Add bits here to switch between libstdc++-v2 and
11265         libstdc++-v3.
11266         * config.if: And this file too.
11267         * Makefile.in: Add libstdc++-v3 targets.
11268
11269 2000-04-05  Michael Meissner  <meissner@redhat.com>
11270
11271         * config.sub (d30v): Add d30v as a basic machine type.
11272
11273 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
11274
11275         * configure.in: -linux-gnu*, not -linux-gnu.
11276
11277 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
11278
11279         * MAINTAINERS: Add self in write-after-approval section.
11280
11281 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
11282
11283         * MAINTAINERS: Add self as ia64 port maintainer.
11284
11285 2000-03-08  Neil Booth  <NeilB@earthling.net>
11286
11287         * MAINTAINERS: Add self in write-after-approval section.
11288
11289 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11290
11291         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
11292         (do-tar-bz2): Replace TOOL with PACKAGE.
11293         (gdb.tar.bz2): Remove GDBTK from GDB package.
11294         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
11295         dejagnu.tar.bz2): New packages.
11296
11297 2000-02-27  Andreas Jaeger  <aj@suse.de>
11298
11299         * configure.in: Add entry for mips*-*-linux*, move catch all
11300         *-*-*linux* entry below this one.
11301
11302 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
11303
11304         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
11305
11306 2000-02-24  Nick Clifton  <nickc@cygnus.com>
11307
11308         * config.sub: Support an OS of "wince".
11309
11310 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11311
11312         * config.guess, config.sub: Updated to match config's 2000-02-15
11313         version.
11314
11315 2000-02-23  Linas Vepstas  <linas@linas.org>
11316
11317         * config.sub: Add support for Linux/IBM 370.
11318         * configure.in: Likewise.
11319
11320 2000-02-22  Nick Clifton  <nickc@cygnus.com>
11321
11322         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
11323
11324 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
11325
11326         * config.guess: Guess "cygwin" rather than "cygwin32".
11327
11328 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11329
11330         * configure (gcc_version): When setting, narrow search to
11331         lines containing `version_string'.
11332
11333 2000-02-15  Denis Chertykov  <denisc@overta.ru>
11334
11335         * config.sub: Add support for avr target.
11336
11337 2000-02-14  Nick Clifton  <nickc@cygnus.com>
11338
11339         * MAINTAINERS: Add maintainers for MCore port.
11340
11341 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11342
11343         * config.sub: Add mmix-knuth-mmixware.
11344
11345 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11346
11347         * MAINTAINERS: Pair cccp with cpplib maintainership.
11348
11349 2000-01-27  Christopher Faylor  <cgf@redhat.com>
11350
11351         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
11352         structure stuff to -L library search.
11353         (CXX_FOR_TARGET): Ditto.
11354         (CROSS_CHECK_MODULES): Fix spelling mistake.
11355
11356 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
11357
11358         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
11359         the C++ compiler.
11360
11361 2000-01-12  Richard Henderson  <rth@cygnus.com>
11362
11363         * configure.in: Don't build some bits for beos.
11364
11365 2000-01-12  Joel Sherrill (joel@OARcorp.com)
11366
11367         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
11368         as include files.
11369
11370 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
11371
11372         * Add self as cpplib maintainer, as requested by Jason
11373         Merrill.  Correct my e-mail address.
11374
11375 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
11376
11377         * configure.in: Use mt-aix43 to handle *_TARGET defs,
11378         not mh-aix43.
11379
11380 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
11381
11382         * MAINTAINERS: Add myself to "write after approval" list.
11383
11384 1999-12-14  Richard Henderson  <rth@cygnus.com>
11385
11386         * config.guess (alpha-osf, alpha-linux): Detect ev67.
11387         * config.sub: Accept alphaev[78], alphaev8.
11388
11389 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11390
11391         * config.guess, config.sub: Update from autoconf.
11392
11393 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
11394
11395         * MAINTAINERS:  update my playtime e-address.
11396
11397 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11398
11399         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
11400         necessary libraries are missing.
11401
11402 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
11403
11404         * MAINTAINERS: Add new 'write after approval' maintainer.
11405
11406 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11407
11408         * MAINTAINERS: Add new Java maintainer.
11409
11410 1999-10-25  Andreas Schwab  <schwab@suse.de>
11411
11412         * configure: Fix quoting inside arguments of eval.
11413
11414 1999-10-21  Nick Clifton  <nickc@cygnus.com>
11415
11416         * config-ml.in: Allow suppression of some ARM multilibs.
11417
11418 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
11419
11420         * config.guess: Add OS/390 match pattern.
11421         * config.sub: Add mvs, openedition targets.
11422         * configure.in (i370-ibm-opened*): New.
11423
11424 1999-09-04  Steve Chamberlain  <sac@pobox.com>
11425
11426         * config.sub: Add support for configuring for pj.
11427
11428 1999-08-31  Nick Clifton  <nickc@cygnus.com>
11429
11430         * config.sub (maybe_os): Add support for configuring for fr30.
11431
11432 1999-08-25  Nick Clifton  <nickc@cygnus.com>
11433
11434         * configure.in: Do not configure or build ld for AIX
11435         platforms.  ld is known to be broken on these platforms.
11436
11437 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11438
11439         * config-ml.in: Pass compiler flag corresponding to multidirs to
11440         subdir configures.
11441
11442 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
11443
11444         * Makefile.in (LDFLAGS): Define.
11445
11446 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
11447
11448         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
11449         noconfigdirs.
11450         (*-*-cygwin*): Likewise.
11451
11452 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
11453
11454         * mkdep: New file.
11455         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
11456         (BINUTILS_SUPPORT_DIRS): Add mkdep.
11457
11458         From Eli Zaretskii <eliz@is.elta.co.il>:
11459         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
11460         long file name when using DJGPP on MS-DOS.
11461
11462 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
11463
11464         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
11465
11466 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
11467
11468         * Makefile.in (check-target-libio): Remove all-target-libstdc++
11469         dependency as this causes "make check" to globally "make all"
11470
11471 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
11472
11473         * configure.in (target_libs): Added target-zlib.
11474         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
11475         (CONFIGURE_TARGET_MODULES): Likewise.
11476         (CHECK_TARGET_MODULES): Likewise.
11477         (INSTALL_TARGET_MODULES): Likewise.
11478         (CLEAN_TARGET_MODULES): Likewise.
11479         (configure-target-zlib): New target.
11480         (all-target-zlib): Likewise.
11481         (all-target-libjava): Depend on all-target-zlib.
11482         (configure-target-libjava): Depend on configure-target-zlib.
11483
11484         * Makefile.in (configure-target-libjava): Depend on
11485         configure-target-newlib.
11486         (configure-target-boehm-gc): New target.
11487         (configure-target-qthreads): New target.
11488
11489         * configure.in (target_libs): Added target-qthreads.
11490         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
11491         (CONFIGURE_TARGET_MODULES): Likewise.
11492         (CHECK_TARGET_MODULES): Likewise.
11493         (INSTALL_TARGET_MODULES): Likewise.
11494         (CLEAN_TARGET_MODULES): Likewise.
11495         (all-target-qthreads): New target.
11496         (configure-target-libjava): Depend on configure-target-qthreads.
11497         (all-target-libjava): Depend on all-target-qthreads.
11498
11499         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
11500         (CONFIGURE_TARGET_MODULES): Likewise.
11501         (CHECK_TARGET_MODULES): Likewise.
11502         (INSTALL_TARGET_MODULES): Likewise.
11503         (CLEAN_TARGET_MODULES): Likewise.
11504         (all-target-libjava): New target.
11505         (all-target-boehm-gc): Likewise.
11506         * configure.in (target_libs): Added libjava, boehm-gc.
11507
11508 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
11509
11510         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
11511         configure.bat in SUPPORT_FILES.
11512         (gas+binutils.tar.bz2): Likewise.
11513
11514         * makeall.bat: Remove; obsolete.
11515
11516 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
11517
11518         From Mark Elbrecht:
11519         * configure.bat: Remove; obsolete.
11520
11521 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
11522
11523         * configure: Add -W -Wall to the default CFLAGS when compiling with
11524         gcc.
11525
11526 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
11527
11528         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
11529
11530 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
11531
11532         * configure.in: Build ld on IRIX6.
11533
11534 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
11535
11536         * Makefile.in: Change distribution targets to use bzip2 instead of
11537         gzip.
11538         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
11539         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
11540
11541 1999-06-04  Nick Clifton  <nickc@cygnus.com>
11542
11543         * config.sub: Add mcore target.
11544
11545 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
11546
11547         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
11548
11549 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
11550
11551         * config.guess (dummy): Changed to $dummy.
11552
11553 1999-05-24  Nick Clifton  <nickc@cygnus.com>
11554
11555         * config.sub: Tidied up case statements.
11556
11557 1999-05-22  Ben Elliston  <bje@cygnus.com>
11558
11559         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
11560         <jiro@din.or.jp>.
11561
11562         * config.guess: Merge with FSF version. Future changes will be
11563         more accurately recorded in this ChangeLog.
11564         * config.sub: Likewise.
11565
11566 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
11567
11568          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
11569
11570 1999-04-30  Tom Tromey  <tromey@cygnus.com>
11571
11572         * ltmain.sh: [mode link] Always use CC given by ltconfig.
11573
11574 1999-04-23  Tom Tromey  <tromey@cygnus.com>
11575
11576         * ltconfig, ltmain.sh: Update to libtool 1.2f.
11577
11578 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
11579
11580         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
11581         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
11582         Bad merge removed these two changes.
11583
11584 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
11585                           Martin Heller (Ing.-Buero_Heller@t-online.de)
11586
11587         * config.guess (interix Alpha): Add.
11588
11589 1999-04-11  Richard Henderson  <rth@cygnus.com>
11590
11591         * configure.in (i?86-*-beos*): Do config gperf; don't config
11592         gdb, newlib, or libgloss.
11593
11594 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
11595
11596         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
11597         link a trivial program with -mabi=64.  If it fails, remove mabi=64
11598         from multidirs.
11599
11600 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
11601
11602         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
11603
11604 1999-04-08  Nick Clifton  <nickc@cygnus.com>
11605
11606         * config.sub: Add support for mcore targets.
11607
11608 1999-04-07  Michael Meissner  <meissner@cygnus.com>
11609
11610         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
11611         not mt-ospace, in order to shut up assembler warning about using
11612         symbols that are named the same as registers.
11613
11614 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
11615
11616         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
11617         dependency list for all-target-cygmon.
11618
11619 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
11620
11621         * config-ml.in: Check $host, not $target, for selective multilibs.
11622         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
11623         thumb interworking, and underscore prefix multilibs.
11624
11625 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
11626
11627         * missing: Update to version from current automake.
11628
11629 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
11630
11631         * configure (gxx_include_dir): Removed.
11632
11633         * configure.in (gxx_include_dir): Handle it.
11634         * Makefile.in: Likewise.
11635
11636 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
11637
11638         * config.sub (mips64vr4111,mips64vr4111el) Add.
11639
11640 1999-03-21  Ben Elliston  <bje@cygnus.com>
11641
11642         * config.guess: Correct typo for detecting ELF on FreeBSD.
11643
11644 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
11645
11646         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
11647         config/mh-djgpp.
11648
11649 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
11650
11651         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
11652         all-target-newlib to dependency list for all-target-bsp.
11653
11654 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11655
11656         * config.sub: Add i386-uwin support.
11657         * config.guess: Likewise.
11658
11659 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11660
11661         * configure.in: cleanup, add mh-*pic handling for arm, special
11662         case powerpc*-*-aix*
11663
11664 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
11665
11666         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11667         can be built.
11668
11669 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
11670
11671         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
11672         targets.
11673
11674 1999-03-02  Nick Clifton  <nickc@cygnus.com>
11675
11676         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11677
11678 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
11679
11680         * config.sub: Check for "cygwin*" rather than "cygwin32*"
11681
11682 1999-02-24  Nick Clifton  <nickc@cygnus.com>
11683
11684         * config.sub: Fix typo in arm recognition.
11685
11686 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
11687
11688         * configure.in (noconfigdirs): Changed target_configdirs to
11689         include target-bsp only for m68k-*-elf* and m68k-*-coff*
11690         rather than m68k-*-* since it is not known to work on
11691         m68k-aout. Ditto for arm-*-*oabi.
11692
11693 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
11694
11695         * configure.in (*-*-windows*): Remove, no longer used.
11696
11697 1999-02-19  Ben Elliston <bje@cygnus.com>
11698
11699         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11700         Smart and improved by Andrew Cagney.
11701
11702 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
11703
11704         * config.guess: Recognize openbsd-*-hppa.
11705
11706 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
11707
11708         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11709         only if it is not empty.
11710
11711 1999-02-17  Nick Clifton  <nickc@cygnus.com>
11712
11713         Patch from: Scott Bambrough <scottb@corelcomputer.com>
11714
11715         * config.guess: Modified to recognize uname's armv* syntax.
11716
11717         * config.sub: Modified to recognize uname's armv* syntax.
11718
11719 1999-02-17  Mark Salter  <msalter@cygnus.com>
11720
11721         * configure.in: Added target-bsp for sparclite.
11722
11723 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
11724
11725         * config.sub: Recognize alphapca5[67] and up to alphaev8.
11726
11727 1999-02-08  Nick Clifton  <nickc@cygnus.com>
11728
11729         * configure.in: Add support for strongarm port.
11730         * config.sub: Add support for strongarm target.
11731
11732 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11733
11734         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11735         the old name config/mh-cygwin32.
11736         Enable texinfo.
11737
11738 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
11739
11740         * configure.in: Do build ld for ix86 Solaris.
11741
11742 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
11743
11744         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
11745         $AR_FOR_TARGET.  Likewise for RANLIB.
11746
11747 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
11748
11749         * config.sub (oabi):  Recognize.
11750         * configure.in (arm-*-oabi):  Handle.
11751
11752 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
11753
11754         * config.guess: Improve detection of i686 on UnixWare 7.
11755
11756 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11757
11758         * config.guess: Add support for i386-pc-interix.
11759         * config.sub: Likewise.
11760         * configure.in: Likewise.
11761
11762 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
11763
11764         * Makefile.in: Remove unneeded all-target-libio from
11765         from all-target-winsup target since it is now unneeded.
11766         Add all-target-libtermcap in its place since it is now
11767         needed.
11768
11769 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
11770
11771         * configure.in: makefile stub for cygwin target is probably
11772         unnecessary.  Remove it for now.
11773
11774 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
11775
11776         * configure.in: libtermcap.a should be built when cygwin is the
11777         target as well as the host.
11778         * config.guess: Allow mixed case in cygwin uname output.
11779         * Makefile.in: Add libtermcap target.
11780
11781 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
11782
11783         * config.sub: Clean up handling of hppa2.0.
11784
11785 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
11786
11787         * config.guess: Use C code to identify more HP machines.
11788
11789 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
11790
11791         * config.sub: Handle hppa2.0.
11792
11793 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
11794
11795         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11796         cygmon for all sparclite targets, regardless of object format.
11797
11798 1998-12-15  Mark Salter  <msalter@cygnus.com>
11799
11800         * configure.in: Added target-bsp for several target architectures.
11801
11802         * Makefile.in: Added rules for bsp.
11803
11804 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
11805
11806         * config.guess: Improve detection of hppa2.0 processors.
11807
11808 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
11809
11810         * config.guess: Recognize FreeBSD using ELF automatically.
11811
11812 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
11813
11814         * configure (skip-this-dir): Add handling for new shell script, which
11815         might be created by a sub-directory's configure to indicate, this particular
11816         directory is "unwanted".
11817         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11818
11819 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
11820
11821         * ltconfig: import from libtool, after changing libtool to
11822         account for the cygwin name change.
11823
11824 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
11825
11826         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11827         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11828
11829 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
11830
11831         * configure.in: Add libtermcap to list of cygwin dependencies.
11832
11833 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
11834
11835         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11836         they include winsup/include when it's a cygwin target.
11837
11838 1998-11-12  Tom Tromey  <tromey@cygnus.com>
11839
11840         * configure.in (host_tools): Added zip.
11841         * Makefile.in (all-target-libjava): Depend on all-zip.
11842         (all-zip): New target.
11843         (ALL_MODULES): Added all-zip.
11844         (NATIVE_CHECK_MODULES): Added check-zip.
11845         (INSTALL_MODULES): Added install-zip.
11846         (CLEAN_MODULES): Added clean-zip.
11847
11848 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
11849
11850         * Makefile.in: lose "32" from comment about cygwin.
11851
11852 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
11853
11854         * configure.in: Use -Os to build target libraries for the fr30.
11855
11856 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
11857
11858         * config.sub: Add fr30.
11859
11860 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
11861
11862         * configure.in: drop "32" from config/mh-cygwin32.  Check
11863         cygwin* instead of cygwin32*.
11864         * config.sub: Check cygwin* instead of cygwin32*.
11865
11866 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
11867
11868         * config.guess: Match any version of Unixware7.
11869
11870 1998-10-20  Syd Polk  <spolk@cygnus.com>
11871
11872         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11873         if desired.
11874
11875 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
11876
11877         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11878         these if the appropriate directories and files to not exist.
11879
11880 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
11881
11882         * Makefile.in (DEVO_SUPPORT): Add config.if.
11883
11884 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11885
11886         * configure: Add pattern to replace "build_tooldir"'s
11887         definition in the generated Makefile with "tooldir"'s
11888         actual value.
11889
11890 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
11891
11892         * config.sub: Bring back lost sparcv9.
11893
11894         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11895
11896 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
11897
11898         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11899         CC_FOR_TARGET and friends.
11900
11901 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
11902
11903         * Makefile.in (build_tooldir): New variable, same as tooldir.
11904         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11905         -B$(build_tooldir)/bin/.
11906         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11907
11908 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11909
11910         * README: Remove installation instructions and refer to the
11911         INSTALL directory instead.
11912
11913 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
11914
11915         * config.sub: Add support for i[34567]86-pc-udk.
11916         * configure.in: Likewise.
11917
11918 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
11919
11920         * Makefile.in: add bzip2 package building bits for user
11921         tools module
11922         * configure.in: ditto
11923
11924 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
11925
11926         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11927         (ALL_TARGET_MODULES): Add all-target-libobjc.
11928         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11929         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11930         (all-target-libchill): Add dependencies.
11931         * configure.in (target_libs): Add libchill.
11932
11933 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
11934
11935         * configure.in (target_subdir): Remove duplicate line.
11936
11937 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
11938
11939         * Makefile.in (all-automake): fix dependencies.
11940
11941 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
11942
11943         * configure.in: Minor cleanups for building in the $(target_alias)
11944         subdir.
11945
11946 1998-09-22  Jim Wilson  <wilson@cygnus.com>
11947
11948         * Makefile.in (bootstrap): Set r and s before make all.  Use
11949         BASE_FLAGS_TO_PASS in make all.
11950         (cross): Likewise.
11951
11952 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
11953
11954         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11955
11956 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
11957
11958         * config.sub: Fix typo in last change.
11959
11960 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11961
11962         * config.sub: Add support for C4x target.
11963         * configure.in: Likewise.
11964
11965 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
11966
11967         * config.sub: Recognize sparcv9 just like sparc64.
11968
11969 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
11970
11971         * config.guess: Match "Pent II" or "PentII" for OpenServer.
11972
11973 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
11974
11975         * config.guess: Correctly identify Pentium II sco boxes.
11976
11977         * config.guess: Fix "tr" code.  From Weiwen Liu.
11978
11979 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
11980
11981         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11982         stabs.
11983
11984 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
11985
11986         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11987         (ALL_TARGET_MODULES): Add all-target-libchill.
11988         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11989         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11990         (all-target-libchill): Add dependencies.
11991         * configure.in (target_libs): Add libchill.
11992
11993 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11994
11995         * config.guess: Avoid assumptions about "tr" behaves when
11996         LANG is set to something other than English.
11997
11998 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
11999
12000         * configure (gxx_include_dir): Changed to
12001         '${prefix}/include/g++'-${libstdcxx_interface}.
12002
12003         * config.if: New to determine the interfaces.
12004
12005 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
12006
12007         * config.guess: Detect and handle MPE/IX.
12008         * config.sub: Deal with MPE/IX.
12009
12010 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
12011
12012         * configure.in: Use mh-aix43.
12013
12014 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
12015
12016         * configure: Fix --without/--disable cases for gxx-include-dir.
12017
12018 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
12019
12020         * mdata-sh:  Imported.  Needed for automake support.
12021
12022 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
12023
12024         * Makefile.in (taz): Try "chmod -R og=u ." before
12025         "chmod og=u `find . -print`".
12026
12027 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
12028
12029         * configure.in: Add arm-elf and thumb-elf support.
12030
12031 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
12032
12033         * Makefile.in: Undo previous patch.
12034
12035 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
12036
12037         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
12038         to here ...
12039         (install-no-fixedincludes): and here
12040         (INSTALL_MODULES): ... from here.
12041
12042 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
12043
12044         * config.sub: Merge with FSF.
12045
12046         * config.guess: Merge with FSF.
12047
12048 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
12049
12050         * configure (extraconfigdirs): New variable.
12051         (SUBDIRS): Add extraconfigdirs and recurse on them too.
12052         * Makefile.in (all): Move higher in file.
12053         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
12054         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
12055         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
12056         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
12057         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
12058
12059 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
12060
12061         * Makefile.in (all-target-libjava): Depend on all-gcc and
12062         all-target-newlib.
12063         (configure-target-libjava): Depend on $(ALL_GCC).
12064
12065 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
12066
12067         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
12068         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
12069
12070 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
12071
12072         * INSTALL/README: Fix typo.
12073
12074 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
12075
12076         * ylwrap: Change absolute path checks to check for DOS style path
12077         names.
12078
12079         * ylwrap: Don't use a full path name if the source file is in the
12080         same directory.  From hjl@lucon.org (H.J. Lu).
12081
12082         * config-ml.in: Default to being verbose, to match Feb 18 change to
12083         configure.
12084
12085 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
12086
12087         Brought over from egcs:
12088
12089         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
12090
12091         * configure.in (target_subdir): Set to ${target_alias} instead
12092         of "libraries".
12093
12094         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
12095
12096         * configure.in (target_subdir): Set to libraries if enable_multilib.
12097
12098 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
12099
12100         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
12101         multilibs, force reconfiguration the first time we create
12102         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
12103
12104 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
12105
12106         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
12107         avoid confusion with --no-recursion.
12108
12109 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
12110
12111         * configure.in: Win32 hosts shouldn't use install -x
12112         * install-sh: remove -x option, and special .exe-handling
12113         hack.
12114
12115 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
12116
12117         * config.guess: Recognize i586-pc-beos.
12118         * configure.in: Don't build some bits for beos.
12119
12120 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
12121
12122         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
12123         CFLAGS default to -O2.
12124
12125         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
12126         when using GNU ld.
12127
12128 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
12129
12130         * ltmain.sh: Correct install when using a different shell.
12131
12132 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
12133
12134         * ltconfig, ltmain.sh: Update to libtool 1.2b.
12135
12136 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
12137
12138         * makefile.vms: Update to build binutils/makefile.vms.  Add install
12139         target.
12140
12141 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
12142
12143         * ltconfig: Update to correct AIX handling.
12144
12145 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
12146
12147         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
12148
12149         * configure.in (target_subdir): Set to ${target_alias} instead
12150         of "libraries".
12151
12152 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
12153
12154         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
12155         (Makefile): Depend on $(gcc_version_trigger).
12156
12157         * configure (gcc_version): Change default initializer to empty
12158         string.
12159         (gcc_version_trigger): New variable; pass this variable down
12160         to subdir configures to enable them checking gcc's version
12161         themselves. Emit make macros for both gcc_version vars.
12162         (topsrcdir): Initialize reliably.
12163         (recursion line): Remove --with-gcc-version=${gcc_version}.
12164
12165 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
12166
12167         * configure (enable_version_specific_runtime_libs): Implement new flag
12168         --enable-version-specific-runtime-libs which installs C++ runtime stuff
12169         in $(libsubdir); emit definition in each generated Makefile.
12170         (gxx_include_dir): Initialize depending on
12171         $enable_version_specific_runtime_libs.
12172
12173 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
12174
12175         * configure (gcc_version): Initialize properly depending on
12176         how and where configure is started.
12177         (recursion line): Pass a --with-gcc-version=${gcc_version}
12178         to configures in subdirs.
12179
12180 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
12181
12182         * configure.in (noconfigdirs): Add configure pattern for mips tx39
12183         cygmon
12184
12185 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
12186
12187         * configure.in: Add cygmon and libstub support for mn10200.
12188
12189 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
12190
12191         * configure (gcc_version): Add new variable describing the
12192         particular gcc version we're building.
12193         * Makefile.in (libsubdir): Add new macro for the directory
12194         in which the compiler finds executables, libraries, etc.
12195         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
12196         and libsubdir.
12197
12198 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
12199
12200         * Makefile.in (local-clean): Remove *.log.
12201         (warning.log): Built with warn_summary from build.log.
12202         (mail-report.log): Run test_summary.
12203         (mail-report-with-warnings.log): Run test_summary including
12204         warning.log in the report.
12205
12206 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
12207
12208         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
12209
12210 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
12211
12212         * Makefile.in (grep): Grep no longer depends on libiberty.
12213
12214 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
12215
12216         * Makefile.in: all-snavigator needs all-libgui.
12217
12218 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
12219
12220         * configure.in: Add cygmon and libstub support for mn10300.
12221
12222 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
12223
12224         * missing: Update to version from automake 1.3.
12225
12226         * ltmain.sh: On installation, don't get confused if the same name
12227         appears more than once in the list of library names.
12228
12229 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
12230
12231         * config.sub: Accept m68060 and m5200 as CPU names.
12232
12233 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
12234
12235         * configure: Use && rather than using -a in test, because odd
12236         strings can confuse test.
12237         * configure.in: Likewise.
12238
12239 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
12240
12241         * ltconfig, ltmain.sh: Bring in Visual C++ support.
12242
12243 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
12244
12245         * Makefile.in (boostrap2-lean, bootstrap3-lean,
12246         bootstrap4-lean): New targets.
12247
12248 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
12249
12250         * mpw-* Delete.  Not used.
12251
12252 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
12253
12254         * COPYING.LIB: Update FSF address.
12255
12256 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
12257
12258         * ltconfig, ltmain.sh: Update to libtool 1.2a.
12259
12260         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
12261         GAS_SUPPORT_DIRS.
12262
12263 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
12264
12265         * ltconfig, ltmain.sh: Avoid producing a version number if
12266         -version-info was not used.
12267
12268 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
12269
12270         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
12271         building with newlib.
12272
12273 1998-04-30  Paul Eggert  <eggert@twinsun.com>
12274
12275         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
12276         Solaris `make' causes it to continue to next definition.
12277
12278 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12279
12280         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
12281         the right GUI libraries and files are installed along with GDB.
12282
12283 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
12284
12285         * configure.in: Change alpha to alpha* in several places.
12286
12287 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
12288
12289         * config.sub: Recognize sparc86x.
12290
12291 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
12292
12293         * configure.in (--enable-target-optspace): Remove debug echo.
12294
12295 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
12296
12297         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
12298
12299 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
12300
12301         * ltconfig: Update cygwin32 support.
12302
12303         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
12304         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
12305         (GDB_SUPPORT_DIRS): Likewise.
12306
12307 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
12308
12309         * configure.in (target_makefile_frag): If --enable-target-optspace,
12310         use -Os to compile target libraries rather than -O2.  Default to
12311         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
12312         not used.
12313         * configure.in (target_cflags): Ditto for d30v.
12314
12315 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
12316
12317         * Makefile.in (all-bfd): Depend on all-intl.
12318         (all-binutils): Likewise.
12319         (all-gas): Likewise.
12320         (all-gprof): Likewise.
12321         (all-ld): Likewise.
12322
12323 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
12324
12325         * configure.in (host_tools): Fix typo, lbtool -> libtool.
12326
12327 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
12328
12329         * Makefile.in (all-bfd): Depend upon all-libiberty.
12330
12331         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
12332
12333 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
12334
12335         * Makefile.in: Add libstub.
12336
12337         * configure.in: Ditto. Build libstub for targets that have cygmon
12338         support.
12339
12340 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
12341
12342         * configure.in: Don't set PICFLAG on ix86-cygwin32.
12343
12344 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
12345
12346         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
12347         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
12348
12349 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
12350
12351         * configure: Define DEFAULT_M4 by searching PATH.
12352         * Makfile.in: Use DEFAULT_M4.
12353
12354 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
12355
12356         * ltconfig: Add cygwin32 support.
12357
12358         * Makefile.in, configure.in: Add libtool as a native only directory
12359         to configure and build.
12360
12361 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
12362
12363         * Makefile.in (INSTALL_MODULES): Remove texinfo.
12364
12365 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
12366
12367         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
12368
12369 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
12370
12371         * Makefile.in: add ash make rules
12372         * configure.in: add ash to native_only and host_tools lists
12373
12374 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
12375
12376         * Makefile.in (all-gettext, all-intl): New targets.
12377         (ALL_MODULES): Added all-gettext, all-intl.
12378         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
12379         (INSTALL_MODULES): Added install-gettext, install-intl.
12380         (CLEAN_MODULES): Added clean-gettext, clean-intl.
12381
12382         * configure.in (host_tools): Added gettext.
12383         (native_only): Likewise.
12384         (noconfigdirs) [various cases]: Likewise.
12385         (host_libs): Added intl.
12386
12387 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
12388
12389         * configure: Do not disable building gdbtk for cygwin32 hosts.
12390
12391 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
12392
12393         * configure.in: Add thumb-coff target.
12394         * config.sub: Add thumb-coff target.
12395
12396 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12397
12398         * Makefile.in: Revert yesterday's change.
12399         (all-target-winsup):  all-target-librx stays out of here.
12400
12401 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12402
12403         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
12404         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
12405         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
12406         Remove references to librx and libg++.
12407
12408 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
12409
12410         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
12411         recursive makes
12412
12413 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
12414
12415         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
12416         for newlib directory.
12417         (CXX_FOR_TARGET): Likewise.
12418
12419 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
12420
12421         * ltconfig: Update after libtool/ltconfig.in change for
12422         hpux11.
12423
12424 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
12425
12426         * ltconfig, ltmain.sh: Update to libtool 1.2.
12427
12428 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12429
12430         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
12431         (install-gcc-cross): Instead, override LANGUAGES here.
12432
12433 1998-03-18  Dave Love  <d.love@dl.ac.uk>
12434
12435         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
12436         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
12437
12438 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
12439
12440         * configure.in: Add Thumb-pe target.
12441
12442 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
12443
12444         * Makefile.in - changed sn targets to snavigator
12445         * configure.in - changed sn targets to snavigator
12446
12447 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12448
12449         * config-ml.in: After building symlink tree call make distclean
12450         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
12451         to be the case for libiberty.
12452
12453 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
12454
12455         * configure: When making link, also check the current
12456         directory. The configure scripts may create one.
12457
12458 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
12459
12460         * config.sub: Accept alphapca56 and alphaev6 properly.
12461
12462 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12463
12464         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
12465
12466 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
12467
12468         * config.sub (sco5): Fix typo.
12469
12470 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
12471
12472         * Makefile.in (INSTALL_MODULES): Move install-tcl before
12473         install-itcl.
12474         (install-itcl): Remove dependency on install-tcl.
12475
12476 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
12477
12478         * configure.in: Remove libgloss from noconfigdirs for MN10300.
12479
12480 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
12481
12482         * configure.in: Don't build libgui for a cygwin32 target when not on
12483         a cygwin32 host.
12484
12485 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12486
12487         * configure (redirect): Set to null, so default behavior of
12488         configure is now --verbose.
12489
12490 1998-02-16  Dave Love  <d.love@dl.ac.uk>
12491
12492         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
12493         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
12494
12495 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
12496
12497         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
12498         this change to sync Makefile.in with its ChangeLog entries.
12499
12500 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
12501
12502         * ltmain.sh (mkdir): Check that the directory doesn't exist
12503         before we exit with error, so that we don't get races during
12504         parallel builds.
12505
12506 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
12507
12508         * ltconfig, ltmain.sh: Update from libtool 1.0i.
12509
12510 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12511
12512         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
12513         PICFLAG_FOR_TARGET.
12514         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
12515
12516         * configure: Emit a definition for the new macro enable_shared
12517         into each Makefile.
12518
12519 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12520
12521         * configure.in (host_tools, native_only): Add libtool.
12522
12523 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
12524
12525         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
12526         Fix typo in ming config comment.
12527
12528 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
12529
12530         * ltconfig, ltmain.sh: Update from libtool 1.0h.
12531
12532 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
12533
12534         * config.sub: Add tic30 cases, and map c30 to tic30.
12535
12536 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
12537
12538         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
12539         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
12540         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
12541         (CLEAN_TARGET_MODULES): Similarly
12542         (all-target-libf2c): Add dependences.
12543         * configure.in (target_libs): Add libf2c.
12544
12545 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
12546
12547         * configure.in: Remove expect from noconfigdirs when target
12548         is cygwin32.  OK to build expect and dejagnu with Canadian
12549         Cross.
12550
12551 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
12552
12553         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
12554         host.
12555
12556         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
12557         and mingw32.
12558
12559 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12560
12561         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
12562         here as it is not defined in the toplevel Makefile.
12563
12564 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12565
12566         * configure (package_makefile_rules_frag): New variable, which names
12567         a file with generic rules, ...
12568         Change comment to mention we now have FIVE parts.
12569         * configure: Undo last change.
12570
12571 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
12572
12573         * config.guess: More accurate determination of HP processor types.
12574         * config.sub: More accurate determination of HP processor types.
12575
12576 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12577
12578         * configure (package_makefile_frag): Move inserting the
12579         ${package_makefile_frag} to where it should be according
12580         to the comment.
12581
12582 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
12583
12584         * config.guess: Add support for Linux/ARM.
12585
12586 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
12587
12588         * .cvsignore: Remove *-info and *-install since they match
12589         release-info and mpw-install, which we don't want to just ignore.
12590
12591 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
12592
12593         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
12594
12595 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
12596
12597         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
12598         local_prefix to sub-make invocations.
12599
12600 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
12601
12602         * configure.in: Check makefile fragments in the source
12603         directory.
12604
12605 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
12606
12607         * configure.in: Check whether host and target makefile
12608         fragments exist before adding them to *_makefile_frag.
12609
12610 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
12611
12612         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
12613
12614 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
12615
12616         * configure.in: Make sure we only replace RPATH_ENVVAR on
12617         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
12618         regexp to sed.
12619
12620         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
12621         to sub-makes.
12622
12623 1998-01-13  Lee Iverson   (leei@ai.sri.com)
12624
12625         * config-ml.in (multi-do): LDFLAGS must include multilib
12626         designator.
12627
12628 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
12629
12630         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
12631
12632 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
12633
12634         * config.sub: Add mingw32 support.
12635         * configure.in: Likewise.
12636
12637 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
12638
12639         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
12640
12641 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
12642
12643         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12644         * configure (gxx_include_dir): Provide a definition for subdirs
12645         which do not use autoconf.
12646
12647 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
12648
12649         * config.guess: Sync with egcs.  Picks up new alpha support,
12650         BeOS & some additional linux support.
12651
12652 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
12653
12654         * config.guess: HP 9000/803 is a PA1.1 machine.
12655
12656 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
12657
12658         * configure.in: It's alpha*-...
12659
12660 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12661
12662         * configure.in (host_makefile_frag, target_makefile_frag):
12663         Handle multiple config files.
12664         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
12665         alpha-*-*.
12666
12667 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
12668
12669         * mkdep: New file.
12670
12671 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
12672
12673         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12674
12675 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12676
12677         * Makefile.in: Add libgui directory.
12678         (GDB_TK): Add all-libgui.
12679         * configure.in: Add libgui directory.
12680         * configure: Add all-libgui to GDB_TK.
12681
12682 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
12683
12684         * config-ml.in (multidirs): Add m32r to multilib list.
12685
12686 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
12687
12688         * Makefile.in (all-target-gperf): Change dependency to
12689         all-target-libstdc++.
12690
12691 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
12692
12693         * config.guess: Add BeOS support.
12694
12695 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12696
12697         Source directory cvs renamed to cvssrc:
12698         * configure.in (host_tools): Change cvs to cvssrc.
12699         (native_only): Likewise.
12700         (noconfigdirs) [various cases]: Likewise.
12701         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12702         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12703         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12704         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12705         (all-cvssrc): Rename target from all-cvs.
12706
12707 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
12708
12709         * configure (gxx_include_dir): Fix thinko.
12710
12711 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
12712
12713         * Makefile.in (INSTALL_TARGET_CROSS): Define.
12714         (install-cross, install-gcc-cross): New targets.
12715
12716 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
12717
12718         * configure.in (noconfigdirs): Add support for Thumb target.
12719
12720         * config.sub (maybe_os): Add support for Thumb target.
12721
12722 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
12723
12724         * Makefile.in: Add rules for cygmon.
12725
12726         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12727
12728 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
12729
12730         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12731         * configure (gxx_include_dir): Provide a definition for subdirs
12732         which do not use autoconf.
12733
12734 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
12735
12736         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12737         11/18/97 build
12738
12739 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
12740
12741         * From Franz Sirl.
12742         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12743         found on RedHat Linux systems.
12744
12745 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
12746
12747         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12748         guesses.
12749
12750 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
12751
12752         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12753
12754 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
12755
12756         * ltmain.sh: If mkdir fails, check whether the directory was created
12757         anyhow by some other process.
12758
12759 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
12760
12761         * configure.in (d30v-*-*): Configure all directories.
12762
12763 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
12764
12765         * configure.in (d30v-*-*): Configure newlib, libiberty directories
12766         for the D30V.
12767
12768 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
12769
12770         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12771
12772 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
12773
12774         * include/libiberty.h: Add extern "C" { so it can be used with C++
12775         progrms.
12776         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
12777         programs.
12778
12779 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
12780
12781         * configure.in (d30v-*-*): Configure GCC now.
12782
12783 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
12784
12785         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12786         is no longer needed.
12787
12788 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
12789
12790         * Makefile.in: check-target-libio depends on all-target-libstdc++.
12791
12792 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
12793
12794         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12795         targets using "$@" to provide support for similar but not identical
12796         targets without having to duplicate code.
12797
12798 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
12799
12800         * makefile.vms: Fix to work with DEC C.
12801
12802 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
12803
12804         * config.sub: Add mips-tx39-elf to marketing names.
12805
12806 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
12807
12808         * ltmain.sh: Handle symlinks in generated script.
12809
12810 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
12811
12812         * configure: Handle autoconf style directory options: --bindir,
12813         --datadir, --includedir, --infodir, --libdir, --libexecdir,
12814         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12815         --sysconfdir.
12816         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12817         (sharedstatedir, localstatedir, oldincludedir): New variables.
12818         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12819         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12820         sbindir, sharedstatedir, and sysconfdir.
12821
12822 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12823
12824         * Makefile.in (bootstrap-lean): New target.
12825
12826 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
12827
12828         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
12829         sn, and gnuserv from noconfigdirs.
12830
12831 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
12832
12833         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12834
12835 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
12836
12837         * Makefile.in (cross): New target.
12838
12839 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
12840                           Jeff Law         <law@cygnus.com>
12841
12842         * Makefile.in (bootstrap2, bootstrap3): New targets.
12843         (all-bootstrap): Remove outdated and confusing target.
12844         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12845
12846 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12847
12848         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12849         windows.  Consistent with gdb/configure.
12850
12851 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
12852
12853         * configure.in: Name Linux target fragment.
12854
12855         * configure: Rewrite so that project Makefile fragment is inserted
12856         first and appears last in the resulting Makefile.
12857
12858 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12859
12860         * Makefile.in (install-itcl): Install tcl first.
12861
12862 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
12863
12864         * configure.in: remove bison from noconfigdirs for Cygwin32 host
12865
12866 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12867
12868         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12869
12870         * configure.in (skipdirs): Add target-librx for Linux.
12871         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12872
12873 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
12874
12875         * Makefile.in (bootstrap): New target.
12876
12877 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
12878
12879         * config.sub: Accept 'amigados' for backward compatibility.
12880
12881 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
12882
12883         * config.guess: Merge with FSF.
12884
12885 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
12886
12887         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12888
12889 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
12890
12891         * config.sub: Add "marketing-names" patch.
12892
12893 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
12894
12895         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12896
12897 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
12898
12899         * config.sub: Handle v850-elf.
12900
12901 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
12902
12903         * .cvsignore (*-install): Remove.
12904
12905 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
12906
12907         * ltconfig: Set CONFIG_SHELL in libtool.
12908         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12909
12910 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
12911
12912         * configure.in (target_subdir): Set to libraries if enable_multilib.
12913
12914 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
12915
12916         * config.guess: Update from gcc directory.
12917
12918 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12919
12920         * Makefile.in (all-sim): Depends on all-readline.
12921
12922 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
12923
12924         * Makefile.in (BISON, YACC): Use $$s.
12925         (all-bison): Depend on all-texinfo.
12926
12927 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
12928
12929         * Makefile.in (BISON): Add -L flag.
12930         (YACC): Likewise.
12931
12932 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12933
12934         * configure.in (noconfigdirs): Add support for v850e target.
12935
12936         * config.sub (maybe_os): Add support for v850e target.
12937
12938 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12939
12940         * configure.in (noconfigdirs): Add support for v850ea target.
12941
12942         * config.sub (maybe_os): Add support for v850ea target.
12943
12944 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
12945
12946         * config.sub: Add mipstx39.  Delete r3900.
12947
12948 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12949
12950         * Makefile.in (all-autoconf): Depends on all-texinfo.
12951
12952 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
12953
12954         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12955         eabi targets.
12956
12957 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
12958
12959         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12960
12961         * configure: When handling a Canadian Cross, handle YACC as well as
12962         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
12963         * Makefile.in (all-bison): Depend upon all-texinfo.
12964
12965 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
12966
12967         * Makefile.in (BISON): bison, not byacc or bison -y.
12968         (YACC): bison -y or byacc or yacc.
12969         (various): Add *-bison as appropriate.
12970         (taz): No need to mess with BISON anymore.
12971
12972 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
12973
12974         * configure: If OSTYPE matches *win32*, try to find a good value for
12975         CONFIG_SHELL.
12976
12977 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
12978
12979         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12980         configure.in if it is present.
12981
12982 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
12983
12984         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12985
12986 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
12987
12988         * config.sub: Recognize `arc' cpu.
12989         * configure.in: Likewise.
12990         * config-ml.in: Likewise.
12991
12992 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
12993
12994         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12995
12996 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
12997
12998         * configure: Changed sed delimiter from ':' to '|' when
12999         attempting to substitute ${config_shell} for SHELL. On
13000         NT ${config_shell} may contain a ':' in it.
13001
13002 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
13003
13004         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
13005
13006 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
13007
13008         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
13009
13010 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
13011
13012         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
13013
13014         * ylwrap: If the program is a relative path, force it to be
13015         absolute.
13016
13017 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
13018
13019         * configure (tooldir): Set BISON to `bison -y' and not just bison.
13020
13021 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
13022
13023         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
13024         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
13025         for libraries.
13026
13027 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
13028
13029         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
13030         separated by spaces.
13031
13032 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
13033
13034         * ylwrap: New file.
13035         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
13036
13037         * ltmain.sh: Handle /bin/sh at start of install program.
13038
13039         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
13040
13041         * ltconfig, ltmain.sh: New files, from libtool 1.0.
13042         * missing: New file, from automake 1.2.
13043
13044 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
13045
13046         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
13047         check-tk to CHECK_X11_MODULES.
13048
13049 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
13050
13051         * config.sub: Merge with FSF.
13052
13053 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
13054
13055         * config.guess: Merge with FSF.
13056
13057 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
13058
13059         * configure: Treat msdosdjgpp like go32.
13060         * configure.in: Likewise.  Don't remove gprof for go32.
13061
13062         * configure: Change Makefile.tem2 to Makefile.tm2.
13063
13064 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
13065
13066         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
13067
13068 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13069
13070         * install-sh (chmodcmd): Set to null if the DST directory already
13071         exists.  Same as Nov 11th change.
13072
13073 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
13074
13075         * configure (GDB_TK): Needs itcl and tix.
13076
13077 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
13078
13079         * config.guess: Update from FSF.
13080
13081 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
13082
13083         * Makefile.in (GDB_TK): Depend on itcl and tix.
13084
13085 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
13086
13087         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
13088         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
13089         (INSTALL_SCRIPT): New variable.
13090         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
13091         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
13092         to -x.
13093         * install-sh: Add support for -x option.
13094
13095 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
13096
13097         * configure.in, Makefile.in: Treat tix like itcl.
13098
13099 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
13100
13101         * Makefile.in (WINDRES): New variable.
13102         (WINDRES_FOR_TARGET): New variable.
13103         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
13104         (EXTRA_HOST_FLAGS): Add WINDRES.
13105         (EXTRA_TARGET_FLAGS): Add WINDRES.
13106         (EXTRA_GCC_FLAGS): Add WINDRES.
13107         ($(DO_X)): Pass down WINDRES.
13108         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
13109         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
13110         DLLTOOL_FOR_TARGET.
13111
13112 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
13113
13114         * configure.in: configure sim before gdb for win32-x-ppc
13115
13116 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13117
13118         Move gperf into the toplevel, from libg++.
13119         * configure.in (target_tools): Add target-gperf.
13120         (native_only): Add target-gperf.
13121         * Makefile.in (all-target-gperf): New target, depend on
13122         all-target-libg++.
13123         (configure-target-gperf): Empty rule.
13124         (ALL_TARGET_MODULES): Add all-target-gperf.
13125         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
13126         (CHECK_TARGET_MODULES): Add check-target-gperf.
13127         (INSTALL_TARGET_MODULES): Add install-target-gperf.
13128         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
13129
13130 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
13131
13132         * config.sub (mn10200): Recognize new basic machine.
13133
13134 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13135
13136         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
13137         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
13138
13139 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13140
13141         * configure.in: If we're building mips-sgi-irix6* native, turn on
13142         ENABLE_MULTILIB and set TARGET_SUBDIR.
13143
13144 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
13145
13146         * Makefile.in (all-sn): Depend on all-grep.
13147
13148 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
13149
13150         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
13151
13152         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
13153         Makefile.  From Jeff Makey <jeff@cts.com>.
13154         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
13155
13156         * Makefile.in (DISTBISONFILES): Remove.
13157         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
13158         $(DEFAULT_YACC).
13159
13160         * configure.in: Build itl, db, sn, etc., when building for native
13161         cygwin32.
13162
13163         * Makefile.in (LD): New variable.
13164         (EXTRA_HOST_FLAGS): Pass down LD.
13165         ($(DO_X)): Likewise.
13166
13167 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
13168
13169         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
13170
13171 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
13172
13173         * configure.in (targargs): Strip out any supplied --build argument
13174         before adding our own. Always add --build.
13175
13176 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
13177
13178         * configure.in (targargs): Pass --build if we're doing
13179         a cross-compile.
13180
13181 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
13182
13183         * configure: Use '|' instead of ":" as the separator in
13184         sed. Otherwise sed chokes on NT path names with drive
13185         designators. Also look for "?:*" as the leading characters in an
13186         absolute pathname.
13187
13188 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
13189
13190         * config.sub: Support for r3900.
13191
13192 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
13193
13194         * configure.in: Use install-sh, not install.sh.
13195
13196 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
13197
13198         * Makefile.in (taz): Improve check for BISON so it doesn't try to
13199         apply it twice.
13200
13201 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
13202
13203         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
13204         install-binutils.
13205
13206 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
13207
13208         * Makefile.in: Add automake targets.
13209         * configure.in (host_tools): Add automake.
13210
13211 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
13212
13213         * configure: Default CXX to c++, not gcc.
13214         * Makefile.in (CXX): Set to c++, not gcc.
13215         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
13216
13217 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
13218
13219         * install-sh: try appending a .exe if source file doesn't
13220         exist
13221
13222 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
13223
13224         * configure.in: Turn on multilib by default.
13225         (cross_only): Remove target-libiberty.
13226
13227         * Makefile.in (all-gcc): Don't depend on libiberty.
13228
13229 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
13230
13231         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
13232
13233 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
13234
13235         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
13236         (DISTBISONFILES): Add ld/Makefile.in
13237
13238 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
13239
13240         * configure.in: if target is cygwin32 but host isn't cygwin32,
13241         don't configure gdb tcl tk expect, not just gdb.
13242
13243 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
13244
13245         * configure.in: Added gnuserv everywhere sn appears.
13246
13247         * Makefile.in (ALL_MODULES): Added all-gnuserv.
13248         (CROSS_CHECK_MODULES): Added check-gnuserv.
13249         (INSTALL_MODULES): Added install-gnuserv.
13250         (CLEAN_MODULES): Added clean-gnuserv.
13251         (all-gnuserv): New target.
13252
13253 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
13254
13255         * config.guess: Fixes for MIPS OpenBSD systems.
13256
13257 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
13258
13259         * Makefile.in (INSTALL_XFORM): Remove.
13260         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
13261
13262         * mkinstalldirs: New file, copied from automake.
13263         * Makefile.in (installdirs): Rename from install-dirs.  Use
13264         mkinstalldirs.  Change all users.
13265         (DEVO_SUPPORT): Add mkinstalldirs.
13266
13267 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
13268
13269         * install-sh: Rename from install.sh.
13270         * Makefile.in (INSTALL): Change install.sh to install-sh.
13271         (DEVO_SUPPORT): Likewise.
13272
13273         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
13274         Graichen <graichen@rzpd.de>.
13275
13276 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
13277
13278         * config.guess: Recognize OpenBSD systems correctly.
13279
13280 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13281
13282         * README, Makefile.in (ETC_SUPPORT): Remove references to
13283         cfg-paper*, configure.{texi,man,info*}._
13284
13285 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
13286
13287         * Makefile.in (all.normal): Ensure that gcc is built after all
13288         the x11 - ie gdb - targets.
13289
13290 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
13291
13292         * makefile.vms: Don't run conf-a-gas.
13293
13294 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
13295
13296         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
13297
13298 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
13299
13300         * configure.in: Remove noconfigdirs case since gdb also
13301         configures and builds for tic80-coff.
13302
13303 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
13304
13305         * configure: Set cache_file to config.cache.
13306         * Makefile.in (local-distclean): Remove config.cache.
13307
13308 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
13309
13310         * COPYING: Update FSF address.
13311
13312 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
13313
13314         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
13315         noconfigdirs.
13316
13317 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
13318
13319         * Makefile.in (install-dirs): Don't crash if prefix, and hence
13320         MAKEDIRS, is empty.
13321
13322 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
13323
13324         * config.sub: Tweak mn10300 entry.
13325
13326 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
13327
13328         * configure.in (host_tools): Put sim before gdb, so gdb's
13329         configure.tgt can determine if the simulator was configured.
13330
13331 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
13332
13333         * config.sub: Move BeOS $os case to be with other Cygnus
13334         local cases.
13335
13336 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
13337
13338         * config.sub: Remove misplaced comment that broke Linux.
13339
13340 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
13341
13342         * config.sub: Add BeOS support.
13343
13344 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
13345
13346         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
13347
13348 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
13349
13350         * configure.in (noconfigdirs): Remove tcl and tk from
13351         noconfigdirs for cygwin32 builds.
13352
13353 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
13354
13355         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
13356
13357 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
13358
13359         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
13360         make-all.com, use makefile.vms instead.
13361
13362 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
13363
13364         * config.sub: Accept -lnews*.
13365
13366 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
13367
13368         * configure.in (noconfigdirs): Disable target-newlib,
13369         target-examples and target-libiberty for d30v.
13370
13371 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
13372
13373         * configure.in (noconfigdirs): Enable ld for d30v.
13374
13375 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
13376
13377         * configure.in (tic80-*-*): Build compiler.
13378
13379 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
13380
13381         * configure.in (d30v-*): Remove sim directory from list of
13382         unsupported d30v directories
13383
13384 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
13385
13386         * config.sub, configure.in: Add d30v target cpu.
13387
13388 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
13389
13390         * makefile.vms: New file.
13391         * make-all.com: Remove.
13392
13393 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
13394
13395         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
13396
13397 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
13398
13399         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
13400
13401 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
13402
13403         * Makefile.in (ALL_MODULES): Added all-db.
13404         (CROSS_CHECK_MODULES): Addec check-db.
13405         (INSTALL_MODULES): Added install-db.
13406         (CLEAN_MODULES): Added clean-db.
13407
13408 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
13409
13410         * config.guess: Merge with latest FSF sources.
13411
13412 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
13413
13414         * Makefile.in (ALL_MODULES): Added all-itcl.
13415         (CROSS_CHECK_MODULES): Added check-itcl.
13416         (INSTALL_MODULES): Added install-itcl.
13417         (CLEAN_MODULES): Added clean-itcl.
13418
13419 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
13420
13421         * configure.in: build gdb for mn10200
13422
13423 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
13424
13425         * Makefile.in (all-target-winsup): Depend on all-target-libio.
13426
13427 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
13428
13429         * configure.in (tic80-*-*): Turn off most targets right now.
13430
13431 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
13432
13433         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
13434         rather than the makeinfo program.
13435         (do-info): Depend upon all-texinfo.
13436
13437 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
13438
13439         * configure.in: Remove uses of config/mh-linux.
13440
13441         * config.sub, config.guess: Merge with latest FSF sources.
13442
13443 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
13444
13445         * config.sub (case $basic_machine): Add tic80 entries.
13446
13447 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
13448
13449         * config.sub, config.guess: Merge with latest FSF sources.
13450
13451 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
13452
13453         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
13454         * mpw-config.in: Test for NewFolderRecursive.
13455         * mpw-install: Use symbolic name for startup filename.
13456         * mpw-README: Add various additional details.
13457
13458 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
13459
13460         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
13461
13462 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
13463
13464         * configure.in: Do build gcc and the target libraries for
13465         the mn10200.
13466
13467 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
13468
13469         * configure.in: don't avoid building gdb for mn10300 any more
13470         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
13471         instead of single-quoting it.
13472
13473 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
13474
13475         * configure.in: Don't use --with-stabs on IRIX 6.
13476
13477 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
13478
13479         * configure.in (m32r): Build gdb, libg++ now.
13480
13481 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13482
13483         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
13484         directories from noconfigdirs.
13485
13486 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
13487
13488         * config.sub (basic_machine): added mips16 configuration
13489
13490 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13491
13492         * config.sub: Handle d10v-unknown.
13493
13494 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
13495
13496         * config.sub: Handle v850-unknown.
13497
13498 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
13499
13500         * Makefile.in: add findutils
13501         * configure.in: add findutils to list of host_tools
13502
13503 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
13504
13505         * config.sub: Handle mn10200 and mn10300.
13506
13507 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13508
13509         * configure.in (d10v-*): Do not build librx.
13510
13511 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
13512
13513         * configure.in (mn10300): Build everything except gdb & libgloss.
13514
13515 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
13516
13517         * config.guess:  Patch for Dansk Data Elektronik servers,
13518         from Niels Skou Olsen <nso@dde.dk>.
13519
13520         For ncr, use /bin/uname rather than uname, since GNU uname does not
13521         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
13522
13523         Patch for MIPS R4000 running System V,
13524         from Eric S. Raymond <esr@snark.thyrsus.com>.
13525
13526         Fix thinko for nextstep.
13527
13528         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
13529
13530         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
13531         * config.guess: Guess mips-dec-mach_bsd4.3.
13532
13533         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
13534         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
13535         release numbers.
13536         * config.guess (mips-mips-riscos*):  Emit just enough of the
13537         release number.
13538
13539         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
13540         * config.guess (sparc-auspex-sunos*):  Added.
13541         (f300-fujitsu-*): Added.
13542
13543         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
13544         * config.guess:  Recognize a Tadpole as a sparc.
13545
13546 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
13547
13548         * config.guess: Don't assume that NextStep version is either 2 or
13549         3.  NextStep 4 (aka OpenStep 4) has come out now.
13550
13551 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
13552
13553         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
13554         From Rik Faith <faith@cs.unc.edu>.
13555
13556 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
13557
13558         * config.sub: Contributions from bug-gnu-utils to:
13559         Support plain "hppa" (no version given) architecture, reported by
13560         OpenStep.
13561         OpenBSD like NetBSD.
13562         LynxOs is not a hardware supplier.
13563
13564         * config.guess: Contributions from bug-gnu-utils to add support for:
13565         OpenBSD like NetBSD.
13566         Stratus systems.
13567         More Pyramid systems.
13568         i[n>4]86 Intel chips.
13569         M680[n>4]0 Motorola chips.
13570         Use unknown instead of lynx for hardware manufacturer.
13571
13572 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13573
13574         * install.sh (chmodcmd): Set to null if the DST directory already
13575         exists.
13576
13577 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13578
13579         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
13580         not use mt-ppc target Makefile fragment any more.
13581
13582 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
13583
13584         * configure.in (*-*-windows):  Exclude everything but those dirs
13585         needed to build windows.
13586
13587 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
13588
13589         * Makefile.in (all-target-winsup): Depend on all-target-librx.
13590
13591 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
13592
13593         * configure.in:  Exclude mmalloc from i386-windows.
13594
13595 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
13596
13597         * Undo my previous change.
13598
13599 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
13600
13601         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
13602         unconditionally.
13603         (MAKEOVERRIDES): Define (revert this part of October 18 change).
13604
13605 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
13606
13607         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
13608         host to add it's own flags.
13609
13610 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
13611
13612         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
13613
13614 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
13615
13616         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
13617         (CXX_FOR_TARGET): Likewise.
13618         (GCC_FOR_TARGET): Define.
13619         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
13620         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
13621         CC_FOR_TARGET was specified on the command line.
13622         (MAKEOVERRIDES): Don't define.
13623
13624 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
13625
13626         * configure.in (m32r): Fix spelling of libg++ libs.
13627
13628 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
13629
13630         * config.sub (-apple*): Remove, now redundant.
13631
13632 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
13633
13634         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
13635
13636         * configure: Rework yesterday's sed script patch.
13637
13638         * config.sub: Merge with FSF.
13639
13640 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
13641
13642         * config.guess:  Merge from FSF.
13643
13644         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
13645         * config.guess: Use pc instead of unknown, for pc clone systems.
13646         Change linux to linux-gnu.
13647
13648         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13649         * config.guess: Avoid non-portable tr syntax.
13650
13651 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
13652
13653         * test-build.mk (HOLES): Add "xargs" for gdb.
13654
13655         * configure: Avoid hpux10.20 sed bug.
13656
13657 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
13658
13659         * configure.in:  Add support for windows host
13660         (that is a build done under the Microsoft build environment).
13661
13662 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
13663
13664         * Makefile.in: Replace all uses of srcroot with s, to shrink
13665         command line lengths.
13666
13667         Patches from Geoffrey Noer <noer@cygnus.com>:
13668         * configure.in: If configuring for newlib, pass --with-newlib to
13669         subdirectories.
13670         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13671         -Bnewlib/ and -Lwinsup to gcc.
13672         (CXX_FOR_TARGET): Likewise.
13673
13674 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13675
13676         * Makefile.in (ETC_SUPPORT): Add configure.
13677
13678 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
13679
13680         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
13681         host configuration file.
13682
13683 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
13684
13685         * configure.in: Break mn10x00 support into separate
13686         mn10200 and mn10300 configurations.
13687         * config.sub: Likewise.
13688
13689 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
13690
13691         * configure.in: Add lots of stuff to noconfigdirs for
13692         the mn10x00 targets.
13693
13694         * config.sub, configure.in: Add mn10x00 support.
13695
13696 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
13697
13698         * make-all.com: Call conf-a-gas, not config-a-gas.
13699
13700 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
13701
13702         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13703         targets.
13704
13705 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
13706
13707         * mpw-README: Add much more detail for native PowerMac.
13708         * mpw-install: New file.
13709         * mpw-configure: Add --norecursion and --help options.
13710         * mpw-config.in: Translate readme and install files when
13711         copying to objdir.
13712         * mpw-build.in: Don't always depend on byacc and flex.
13713         (install-only-top): New action.
13714
13715 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
13716
13717         * configure.in:  You can now configure GDB for the v850.
13718
13719 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
13720
13721         * configure.in (noconfigdirs): Don't configure any C++ dirs
13722         if targeting D10V.
13723
13724 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
13725
13726         * config.sub: Recognize mips64vr5000.
13727
13728 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
13729
13730         * configure.in: Use a single line for host_tools and native_only.
13731
13732 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
13733
13734         * config.sub, configure.in: Add entries for m32r.
13735
13736 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
13737
13738         * Makefile.in (inet-install): Don't run install-gzip.
13739
13740 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
13741
13742         * configure.in:  Don't config lots of things for *-*-windows*.
13743
13744 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
13745
13746         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13747         (host_libs, host_tools): Copy from configure.in.
13748         * mpw-configure: Don't complain about directories not found.
13749
13750 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13751
13752         * configure.in (i[345]86): Recognize i686 for pentium pro.
13753         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13754         file.
13755
13756         * config.guess (i[345]86): Ditto.
13757
13758 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13759
13760         * configure.in (noconfigdirs): Removed gdb for D10V.
13761
13762 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
13763
13764         * configure.in: Remove ld, target-libio, target-libg++, and
13765         target-libstdc++ from noconfigdirs.
13766
13767 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
13768
13769         * configure: Fix three locations where shell scripts were
13770         being run directly rather than with config_shell.
13771
13772 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
13773
13774         * configure.in (v850-*-*): Set up initial $noconfigdirs.
13775         * config.sub (basic_machine): Recognize v850.
13776
13777 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
13778
13779         * mpw-configure: Handle multiple enable/disable options and
13780         pass them down recursively, handle -c and -s flags appropriately
13781         depending on choice of compiler, add escape mechanism for
13782         quoted arguments to gC.
13783
13784 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13785
13786         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13787         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13788         so that -mrelocatable-lib and -mno-eabi are used.
13789
13790         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13791         not support --print-multi-lib, don't abort.
13792
13793 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
13794
13795         * make-all.com: Run config-a-gas.
13796         * setup.com: Don't copy subdirectory files around.
13797
13798 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
13799
13800         * configure.in (*-*-ose): Remove exclusion of libgloss for this
13801         target, it now compiles correctly.
13802
13803 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
13804
13805         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13806
13807 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13808
13809         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13810
13811 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13812
13813         * configure.in (native_only): Add prms.
13814
13815 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
13816
13817         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13818         (BINUTILS_SUPPORT_DIRS): Likewise.
13819
13820 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13821
13822         * configure.in (d10v-*-*): Don't configure ld or gdb until the
13823         d10v support is added.
13824
13825 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13826
13827         * configure.in (d10v-*-*): New target.
13828
13829 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
13830
13831         * config.guess (HP 9000/811): Recognize this as a PA1.1
13832         machine.
13833
13834 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
13835
13836         * Makefile.in (do-tar-gz): New target, split out from tail end of
13837         taz target.  Run each command separately, don't use pipes.
13838         (taz): Use it.
13839
13840 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
13841
13842         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13843         * mpw-build.in: No builds should depend on building byacc or flex,
13844         they are assumed to be installed already.
13845
13846 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13847
13848         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13849         variable that CC_FOR_TARGET needs.
13850
13851 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13852
13853         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13854         options have changed since the last time the subdirectory was
13855         configured, and if it has, reconfigure.
13856         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13857         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13858
13859 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
13860
13861         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13862         CLEAN_MODULES): Add bash.
13863         (all-bash): New target.
13864
13865 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
13866
13867         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13868
13869 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13870
13871         * config.sub (basic_machine): Recognize d10v as a valid processor.
13872
13873 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
13874
13875         * mpw-configure: Add support for --bindir.
13876         * mpw-build.in: Use a GCC-specific build script for GCC actions.
13877
13878 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
13879
13880         * configure.in: add bash, time, gawk to list of hosttools and things
13881         to only build for native toolchains
13882
13883 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13884
13885         * Makefile.in (docdir): Remove.
13886
13887 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13888
13889         * Makefile.in (datadir): Set to $(prefix)/share.
13890
13891 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
13892
13893         * configure.in: build diff and patch for cygwin32-hosted
13894         toolchains.
13895
13896 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
13897
13898         * config.sub: Accept -rtems*.
13899
13900 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
13901
13902         * configure.in: enable dosrel for cygwin32-hosted builds,
13903                 remove diff from the list of things not buildable
13904                 via Canadian Cross
13905
13906 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
13907
13908         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13909         don't get ". ".
13910
13911 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
13912
13913         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13914
13915 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
13916
13917         * Makefile.in (taz): Handle case where tex3patch didn't even get
13918         checked out.  Also, if it was found, put the symlink in a new util
13919         subdirectory.
13920
13921 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13922
13923         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13924
13925 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
13926
13927         * config.sub: Recognize -openvms.
13928         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13929         * make-all.com, setup.com: New files.
13930
13931 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13932
13933         * Makefile.in (taz): tex3patch moved to texinfo/util.
13934
13935 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
13936
13937         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13938         * configure.in: remove make from disable-if-Can-Cross list
13939                 enable gdb if ${host} and ${target} are cygwin32
13940
13941 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
13942
13943         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
13944         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13945
13946 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13947
13948         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
13949         distinguish sysv/svr4/bsd variants.
13950         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13951
13952 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
13953
13954         * configure.in: Added copyright notice.
13955         * move-if-change: Added copyright notice.
13956
13957 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13958
13959         * configure.in (powerpcle-*-solaris*): Until we get shared
13960         libraries working, don't build gdb, sim, make, tcl, tk, or
13961         expect.
13962
13963 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
13964
13965         * config.guess:  Merge with FSF:
13966
13967         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13968         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13969
13970         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
13971         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13972
13973         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
13974         * config.guess:  Combine two OSF1 rules.
13975         Also recognize field test versions.  From mjr@zk3.dec.com.
13976         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
13977         because GNU uname does not support -p.  From pmr@pajato.com.
13978
13979 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
13980
13981         * Makefile.in (MAKEDIRS): Removed $(tooldir).
13982
13983 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
13984
13985         * mpw-README: Document GCCIncludes.
13986
13987 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
13988
13989         * configure.in (alpha-*-linux*): Set enable_shared to yes.
13990
13991 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
13992
13993         * mpw-configure: Handle --enable-FOO and --disable-FOO.
13994
13995 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
13996
13997         * configure.in (*-*-cygwin32): Configure make.
13998
13999 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
14000
14001         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
14002
14003 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
14004
14005         * Makefile.in (all-inet): Depend on all-perl.
14006
14007         * Makefile.in (inet-install): New target.
14008
14009         * Makefile.in (all-inet): Depend on all-tcl.
14010         (all-inet): Depend on all-send-pr.
14011
14012 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14013
14014         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
14015         temporarily.
14016
14017 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
14018
14019         * configure.in: Don't configure --with-gnu-ld on AIX.
14020
14021 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
14022
14023         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
14024
14025 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
14026
14027         * Makefile.in (ALL_MODULES): Added all-inet.
14028         (CROSS_CHECK_MODULES): Added check-inet.
14029         (INSTALL_MODULES): Added install-inet.
14030         (CLEAN_MODULES): Added clean-inet.
14031         (all-indent): New target.
14032
14033         * configure.in (host_tools): Added inet.
14034         (native_only): Added inet.
14035         (noconfigdirs): Added inet.
14036
14037 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
14038
14039         * configure.in: Don't configure libgloss if we are not configuring
14040         newlib.
14041
14042 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
14043
14044         * configure.in: Don't configure libgloss for unsupported
14045         architectures.
14046
14047 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14048
14049         * Makefile.in (CLEAN_MODULES): Add clean-apache.
14050
14051 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
14052
14053         * Makefile.in (ALL_MODULES): Include all-apache.
14054         (CROSS_CHECK_MODULES): Include check-apache.
14055         (INSTALL_MODULES): Include install-apache.
14056         (all-apache): New target.
14057
14058         * configure.in: Added apache everywhere perl is seen.
14059
14060 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14061
14062         * Makefile.in: Add support for clean-{module} and
14063         clean-target-{module} rules.
14064
14065 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
14066
14067         * configure.in (*-*-ose) do not build libgloss.
14068
14069 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14070
14071         * config.guess (prep*:SunOS:5.*:*): Turn into
14072         powerpele-unknown-solaris2.
14073
14074 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
14075
14076         * configure.in: Permit --enable-shared to specify a list of
14077         directories.
14078
14079 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
14080
14081         * configure.in (host==solaris): Pass only the first word of $CC
14082         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
14083
14084 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
14085
14086         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
14087
14088 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
14089
14090         * Makefile.in (ALL_MODULES): Include all-perl.
14091         (CROSS_CHECK_MODULES): Include check-perl.
14092         (INSTALL_MODULES): Include install-perl.
14093         (ALL_X11_MODULES): Include all-guile.
14094         (CHECK_X11_MODULES): Include check-guile.
14095         (INSTALL_X11_MODULES): Include install-guile.
14096         (all-perl): New target.
14097         (all-guile): New target.
14098
14099         * configure.in (host_tools): Include perl and guile.
14100         (native_only): Include perl and guile.
14101         (noconfigdirs): Don't build guile and perl; no ports have been
14102         done.
14103
14104 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
14105
14106         * configure (--enable-*): Handle quoted option lists such as
14107         --enable-sim-cflags='-g0 -O' better.
14108
14109 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14110
14111         * Makefile.in ({,inst}all-target): New rule so we can make and
14112         install all of the target directories easily.
14113
14114 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14115
14116         * configure.in: Add missing global flag in sed substitution when
14117         deleting `target-' from ${configdirs}.
14118
14119 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
14120
14121         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
14122         option.
14123
14124         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
14125         config/mh-necv4.
14126
14127         * install.sh: Correct misspelling of transformbasename.
14128
14129         * config.guess: Recognize mips-*-sysv*.
14130
14131 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
14132
14133         * config.sub: Recognize mon960.
14134
14135 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
14136
14137         * configure: Restore Canadian Cross handling of BISON and LEX,
14138         removed in Feb 20 change.
14139
14140 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
14141
14142         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
14143         Mention make install.  Remove the old copyright date as well the
14144         clumsy and rather pointless copyright on the README file.
14145
14146 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
14147
14148         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
14149         Makefile after running symlink-tree, then run `make distclean' to
14150         avoid clobbering any generated files in srcdir.
14151
14152 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
14153
14154         * configure.in (m68k-*-netbsd*): Build everything now.
14155
14156 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
14157
14158         * Makefile.in (taz): Fix quoting.
14159
14160 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
14161
14162         * configure.in (sparclet-*-*): Build everything now.
14163
14164 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14165
14166         * configure.in (m68k-*-linux*): New host.
14167
14168 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
14169
14170         * configure: Check for bison before byacc.
14171
14172 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
14173
14174         * Makefile.in configure:  Change the way LEX and BISON/YACC are
14175         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
14176         searching PATH.  These are used as fallbacks by Makefile.in if
14177         flex/bison/byacc aren't in objdir.
14178
14179 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
14180
14181         * Makefile.in: Make everything which depends upon all-bfd also
14182         depend upon all-opcodes, in case --with-commonbfdlib is used.
14183
14184 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14185
14186         * configure.in (host *-*-cygwin32): Don't build gdb if we are
14187         building NT native compilers on Unix.
14188
14189 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
14190
14191         * configure.in: Don't get CC from the host Makefile fragment if we
14192         can find gcc in PATH, or if this is a Canadian Cross.  Move the
14193         Solaris test for /usr/ucb/cc to the post target script, just after
14194         the compiler sanity test.
14195
14196 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
14197
14198         * config.sub: Merge with FSF.
14199
14200 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
14201
14202         * Makefile.in (RPATH_ENVVAR): New variable.
14203         (REALLY_SET_LIB_PATH): Use it.
14204         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
14205
14206 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
14207
14208         * config.sub, configure.in: Recognize sparclet cpu.
14209
14210 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
14211
14212         * config.guess:  Support m68k-cbm-sysv4.
14213
14214 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14215
14216         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
14217         m68k-unknown-linuxaout from linker help string.  Put quotes around
14218         $ld_help_string.
14219
14220 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
14221
14222         * config.guess (powerpc-harris-powerunix): Add guess for port
14223         to new target.
14224
14225 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14226
14227         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
14228
14229 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
14230
14231         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
14232         $(REALLY_SET_LIB_PATH) in Makefile.
14233         * Makefile.in (SET_LIB_PATH): New variable.
14234         (REALLY_SET_LIB_PATH): New variable.
14235         ($(DO_X)): Use $(SET_LIB_PATH).
14236         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
14237         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
14238         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
14239         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
14240         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
14241         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
14242         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
14243         (install-dosrel): Likewise.
14244         (all-opcodes): Depend upon all-libiberty.
14245
14246 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
14247
14248         * config.guess (*:CYGWIN*): New
14249
14250 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14251
14252         * Makefile.in (all-target-winsup): All all-target-libiberty.
14253
14254 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14255
14256         * configure.in (noconfigdirs): Add missing # in front of comment.
14257
14258 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
14259
14260         * configure.in: add second pass to things added to noconfigdirs
14261         so *-gm-magic can exclude libgloss properly.
14262
14263 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
14264
14265         * mpw-configure (extralibs_name, rez_name): Set correctly
14266         for MWC68K compiler.
14267
14268         * mpw-README: Add more info on the necessary build tools.
14269
14270 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
14271
14272         * configure.in, config.sub: Recognize cygwin32.
14273
14274 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
14275
14276         * config.guess, config.sub: Recognize A/UX.
14277
14278 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
14279
14280         * config.sub: Merge with gcc/config.sub.
14281
14282 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
14283
14284         * mpw-build.in (do-binutils): Add build of stamps.
14285
14286 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
14287
14288         * config.sub: Add recognition for mips64vr4100*-* targets.
14289
14290 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14291
14292         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
14293         Add creation of gconfigargs with `--enable-shared' turned on.
14294         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
14295         ($(host)-stamp-stage3-configured): Likewise.
14296         (HOLES): Add chatr and ldd.
14297         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
14298
14299 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
14300
14301         * configure: Pass --nfp to recursive configures.
14302
14303 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
14304
14305         * Makefile.in (DLLTOOL): New.
14306         (DLLTOOL_FOR_TARGET): New.
14307         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
14308         (EXTRA_TARGET_FLAGS): Ditto.
14309         (EXTRA_GCC_FLAGS): Ditto.
14310         (CONFIGURE_TARGET_MODULES): Ditto.
14311         (DO_X): Ditto.
14312         * configure: Add DLLTOOL.
14313
14314 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
14315
14316         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
14317         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
14318         mh-sco, since old workarounds no longer needed, and don't
14319         build ld, since libraries have weak symbols in COFF.
14320
14321 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
14322
14323         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
14324
14325 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
14326
14327         * configure.in: Make sure that ${CC} can be used to compile an
14328         executable.
14329
14330 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
14331
14332         * Makefile.in (all-gdb): Depend on $(GDB_TK).
14333         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
14334         nothing depending on whether gdbtk is being built.
14335
14336 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
14337
14338         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
14339
14340 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
14341
14342         * configure.in (noconfigdirs): Put ld or gas in this early, if the
14343         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
14344
14345 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
14346
14347         * config-ml.in: Add support for
14348         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
14349         Simplify setting of multidirs from --disable-foo.
14350
14351 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14352
14353         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
14354         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
14355         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
14356         non-empty, pass them on to the  GCC make.
14357         (all-bootstrap): New rule that is like all-gcc, except it executes
14358         the GCC bootstrap rule instead of the GCC all rule.
14359
14360 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
14361
14362         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
14363
14364 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14365
14366         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
14367         DG/UX support.
14368
14369 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
14370
14371         * config.sub (i*86*) Change [345] to [3456]
14372
14373 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14374
14375         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
14376         --with-gnu-ld=no.
14377
14378 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14379
14380         * config-ml.in (rs6000*, powerpc*): Add switches to control which
14381         AIX multilibs get built.
14382
14383 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14384
14385         * configure.in (i386-win32): Don't build expect if we're not
14386         building the tcl subdir.
14387
14388 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
14389
14390         * Makefile.in: (configure-target-examples, all-target-examples):
14391         New targets, configure and build example programs.
14392
14393 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
14394
14395         * mpw-configure: If an mpw-config.in generated a file mk.sed,
14396         use it as input to sedit the generated MPW makefile.
14397         * mpw-README: Add a suggestion about Gestalt.h.
14398
14399 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
14400
14401         * config.sub: Accept *-*-ieee*.
14402
14403 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
14404
14405         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
14406         Ronald F. Guilmette <rfg@monkeys.com>.
14407
14408 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14409
14410         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
14411         for powerpc-pe native.
14412         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
14413         (target==powerpc-pe): duplicate i386-win32 entry.
14414
14415 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14416
14417         * configure.in (noconfigdirs): Exclude target-newlib for all versions
14418         of vxworks, not just vxworks5.1.
14419
14420 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
14421
14422         * mpw-configure: Add support for exec-prefix.
14423
14424 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14425
14426         * config.guess: Recognize HP model 816 machines as having
14427         a PA1.1 processor.
14428
14429 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14430
14431         * configure: Ignore new autoconf configure options.
14432
14433 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
14434
14435         * config.guess:  Recognize Pentium under SCO.
14436         From Robert Lipe <robertl@arnet.com>.
14437
14438 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14439
14440         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
14441
14442 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
14443
14444         * configure.in: Don't configure gas for alpha-dec-osf*.
14445
14446 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
14447
14448         * configure.in: Default to --with-stabs for some targets for which
14449         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
14450         i[345]86*-*-unixware*.
14451
14452 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14453
14454         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
14455         rather than basing it on the target.  Simplify handling of options
14456         controlling which directories to configure.  Remove extraneous
14457         slash in multi-clean target.
14458
14459 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
14460
14461         * config-ml.in: Prefix more variables with ml_ so they don't collide
14462         with configure's.
14463
14464 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
14465
14466         * configure: Don't turn -v into --v.
14467
14468 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
14469
14470         * configure.in (targargs): Fix typo.
14471
14472         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
14473
14474 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
14475
14476         * configure.in: Strip --host and --target options from
14477         CONFIG_ARGUMENTS, and always configure for --host only.  Add
14478         --with-cross-host option when building with a cross-compiler.
14479         * configure: Canonicalize the arguments put into config.status by
14480         always using `=' for an option with an argument.  Pass a presumed
14481         --host or --target explicitly.
14482
14483 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
14484
14485         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
14486         into general OS recognition case.
14487
14488 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14489
14490         * configure.in (target_configdirs): add target-winsup only
14491         for win32 target systems.
14492
14493 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
14494
14495         * Makefile.in (all-target-libgloss): Depend upon
14496         configure-target-newlib, since when libgloss is built it looks to
14497         see if the newlib directory exists.
14498
14499 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
14500
14501         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
14502         cfg-ml-*.in.
14503
14504 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
14505
14506         * configure: Handle LD and LD_FOR_TARGET when configuring a
14507         Canadian Cross.
14508
14509 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14510
14511         * configure.in (target_libs): add target-winsup.
14512         (target==i386-win32): add patch diff flex make to $noconfigdirs.
14513         (target==ppcle-pe): remove ld from $noconfigdirs.
14514
14515 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
14516
14517         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
14518         Preserve relative path names in $srcdir.  Build symlink tree if
14519         configuring cross target dir and srcdir=. (= no VPATH support).
14520         (configure-target-libg++): Depend on configure-target-librx.
14521         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
14522         * config-ml.in: New file.
14523         * symlink-tree: New file.
14524         * configure: Ensure srcdir="." if that's what it is.
14525
14526 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
14527
14528         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
14529         includes and FLEX_SKELETON setting.
14530         * mpw-configure (--with-gnu-ld): New option, controls whether
14531         to use PPCLink or ld with PowerMac GCC.
14532         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
14533         * mpw-config.in: Configure grez if targeting Mac.
14534
14535         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
14536         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
14537         just macos.
14538         * configure.in: Configure grez resource compiler if targeting Mac.
14539         * Makefile.in (all-grez, install-grez): New targets.
14540
14541 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
14542
14543         * configure: CXX defaults to gcc, not g++.  If we find
14544         gcc in the path, set CC to gcc -O2.
14545
14546 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
14547
14548         * configure: Default ${build} correctly.  Avoid picking up extra
14549         spaces when reading CC and CXX from Makefile.  When doing a
14550         Canadian Cross, use plausible default values for numerous
14551         variables.
14552         * configure.in: When doing a Canadian Cross, don't try to
14553         configure tools whose configure script can't handle it.
14554
14555 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14556
14557         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
14558
14559 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14560
14561         * configure:  Remove dubious bug reporting address.
14562
14563 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14564
14565         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
14566         configure script, run that instead of this directory's configure.
14567         In either case, print a message that we're configuring the sub-dir.
14568
14569 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14570
14571         * configure.in: Before checking for the existence of various files,
14572         use sed to filter out "target-".
14573
14574 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
14575
14576         * Makefile.in (DO_X): Split rule to decrease command line length
14577         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
14578         (Philippe De Muyter).
14579
14580 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14581
14582         * Makefile.in (all-patch): depend on all-libiberty.
14583
14584 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
14585
14586         * configure.in: If the only directory in target_configdirs which
14587         actually exists is libiberty, then set target_configdirs to empty,
14588         to avoid trying to build a target libiberty in a gas or gdb
14589         distribution.
14590
14591 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
14592
14593         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
14594         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
14595         systems.
14596
14597 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14598
14599         * configure.in (copy_dirs): Use sys-include instead of include
14600         for --with-headers option.
14601
14602 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
14603
14604         * Makefile.in, configure.in: Make winsup builds work with
14605         new scheme.
14606
14607 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
14608
14609         * configure.in: Build the linker on AIX.
14610
14611 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14612
14613         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
14614         where needed.
14615
14616 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
14617
14618         * Makefile.in (all-gcc): Fix typo.
14619
14620 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14621
14622         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
14623
14624 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14625
14626         * configure.in:  Rename libFOO to target-libFOO, and xiberty
14627         to target-xiberty, to provide more flexibility.
14628         (target_subdir):  Define.  Create if cross.
14629         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
14630         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
14631         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
14632         check-libFOO -> check-target-libFOO, etc.
14633         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
14634         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
14635         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
14636         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
14637         allow ALL_GCC="" to only configure.
14638         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
14639         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
14640         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
14641
14642 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
14643
14644         * Makefile.in (taz): Build "info" in etc explicitly.
14645
14646 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
14647
14648         * configure.in:  Make sure that CC is undefined (as opposed to
14649         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
14650         problem with autoconf trying to configure on a host without GCC.
14651
14652 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14653
14654         * mpw-configure: Set host alias from choice of host compiler,
14655         only use generic MPW Makefile sed if present, edit a file
14656         named "hacked_Makefile.in" instead of "Makefile.in" if present.
14657         * mpw-README: Add problem notes about CW6 and CW7.
14658
14659 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
14660
14661         * Makefile.in (taz): Use ";" instead of ";;".
14662
14663 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14664
14665         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
14666         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14667         DISTDOCDIRS.
14668         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
14669         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
14670
14671 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14672
14673         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
14674         and gnats, because they are now subsumed by DISTSTUFFDIRS.
14675         Move bfd to DISTSTUFFDIRS.
14676
14677 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14678
14679         * Makefile.in (X11_LIB): Removed.
14680         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14681
14682         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14683
14684 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14685
14686         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14687         names.
14688
14689 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14690
14691         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14692
14693 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
14694
14695         * configure.in (i[345]86-*-win32): Always build newlib.
14696         Don't configure cvs, autoconf or texinfo.
14697         * Makefile.in (LD_FOR_TARGET): New.
14698         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14699         Pass down LD_FOR_TARGET.
14700
14701 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14702
14703         * winsup: New directory.
14704         * Makefile.in: Build winsup.
14705         * configure.in: Winsup is configured when target is win32.
14706         Can only build win32 target GDB when native.
14707
14708 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
14709
14710         * config.guess: Recognize HP model 819 machines as having
14711         a PA 1.1 processor.
14712
14713 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14714
14715         * configure: Fix sed loop which substitutes for CC and CXX to
14716         avoid bug found in various sed implementations.
14717
14718 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14719
14720         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14721         simulator.  Use standard powerpc-*-eabi*.
14722
14723 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
14724
14725         * configure.in: Stop putting gas and binutils in noconfigdirs for
14726         powerpc-*-aix* and rs6000-*-*.
14727
14728 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
14729
14730         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14731         -mcall-aixdesc libraries.
14732
14733 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
14734
14735         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14736
14737         * config.sub (arm | armel | armeb): Fix shell syntax.
14738
14739 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14740
14741         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14742         -msoft-float and -mcpu=common support.
14743         (powerpc*-*-eabisim*): Add support for building -mcall-aix
14744         libraries.
14745
14746 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14747
14748         * configure.in: Allow configuration and build of emacs19 for the alpha.
14749
14750 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14751
14752         * configure.in (CC): Get ^CC, not just any old CC, from
14753         ${host_makefile_frag}.
14754
14755 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14756
14757         * configure.in (CC): Try to get CC from
14758         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14759
14760 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14761
14762         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14763         only if it exists in $(srcdir).
14764
14765 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14766
14767         * configure: If CC and CXX are not set in the environment, set
14768         them, based on either an existing Makefile or on searching for gcc
14769         in PATH.  Substitute for CC and CXX in Makefile.
14770         * configure.in: Remove libm from target_libs.  Separate
14771         target_configdirs from configdirs.  If CC is not set in
14772         environment, try to get it from a host Makefile fragment.  Rewrite
14773         changes of configdirs to use skipdirs instead.  A few minor
14774         tweaks.  Take directories out of target_configdirs as they are
14775         taken out of configdirs.  Remove existing Makefile files from
14776         subdirectories.  Substitute for TARGET_CONFIGDIRS and
14777         CONFIG_ARGUMENTS in Makefile.
14778         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14779         by configure.in.
14780         (CONFIG_ARGUMENTS): Likewise.
14781         (CONFIGURE_TARGET_MODULES): New variable.
14782         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14783         ($(CONFIGURE_TARGET_MODULES)): New target.
14784         (configure-libg++, configure-libio): New targets.
14785         (all-libg++): Depend upon configure-libg++.
14786         (all-libio): Depend upon configure-libio.
14787         (configure-libgloss, all-libgloss): New targets.
14788         (configure-libstdc++): New target.
14789         (all-libstdc++): Depend upon configure-libstdc++.
14790         (configure-librx, all-librx): New targets.
14791         (configure-newlib): New target.
14792         (all-newlib): Depend upon configure-newlib
14793         (configure-xiberty): New target.
14794         (all-xiberty): Depend upon configure-xiberty.
14795
14796 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14797
14798         * configure.in (host i[345]86-*-win32):  Expand the
14799         noconfigdirs again.
14800
14801 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
14802
14803         * mpw-configure: Fix sed command file name.
14804
14805 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14806
14807         * configure.in (host i[345]86-*-win32): Reduce the
14808         noconfigdirs again.
14809
14810 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
14811
14812         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14813         or powerpc*-*-pe*, since they are not yet supported.
14814
14815 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14816
14817         Add PowerMac support and many other enhancements.
14818         * mpw-configure: New option --cc to select compiler to use,
14819         paste options set according to --cc into the generated
14820         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14821         if mpw-make.sed is present.
14822         * mpw-config.in: Don't test for gC1, test for mpw-touch,
14823         add forward includes for PowerPC include files.
14824         * mpw-build.in: Build using Makefile.PPC if present.
14825         (do-byacc, etc): Remove separate version resource builds.
14826         (do-gas): Build "stamps" before "all".
14827         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14828         * mpw-README: Update to reflect --cc option, PowerMac support,
14829         and recently-reported compatibility problems.
14830
14831 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
14832
14833         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14834         embedded m68k systems (-aout, -coff, -elf, -vxworks).
14835         (--with-multilib-top): Pass to recursive invocations.
14836
14837 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
14838
14839         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14840         v810-*-*.
14841
14842 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14843
14844         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14845         gdb, ld and opcodes on v810-*-*.
14846
14847 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14848
14849         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14850         (local-maintainer-clean): New target.
14851         (maintainer-clean): New target.
14852         (realclean): Just depend upon maintainer-clean.
14853
14854 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14855
14856         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14857
14858 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
14859
14860         * configure.in: Build ld in mips*-*-bsd* case.
14861
14862 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
14863
14864         * config.sub: Accept -lites* OS.  From Ian Dall.
14865
14866 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
14867
14868         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14869         targets.
14870
14871 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14872
14873         * configure.in: treat i386-win32 canadian cross the same as
14874         i386-go32 canadian cross.
14875
14876 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14877
14878         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14879         running under the simulator to build a reduced set of libraries.
14880         (powerpc-*-eabiaix): Add fine grained multilib support added to
14881         other powerpc targets yesterday.
14882
14883 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14884
14885         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14886         -disable-softfloat, -disable-relocatable, -disable-aix, and
14887         -disable-sysv to control which multilib libraries get built.
14888
14889 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14890
14891         * configure: Add Makefile.tem to list of files to remove in trap
14892         handler.
14893
14894 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14895
14896         * config.guess (*Linux*):  Add missing "exit"s.
14897         Also, need specific check for alpha-unknown-linux (uses COFF).
14898
14899 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14900
14901         * config.guess:  Merge with FSF:
14902
14903         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
14904         * config.guess (AIX4): More robust release numbering discovery.
14905
14906         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
14907         * config.guess (i386-sequent-ptx): Properly get version number.
14908
14909         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
14910         * config.guess (mips:*:4*:UMIPS): New case.
14911
14912 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14913
14914         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14915         (i386-win32 host): Likewise.  Don't build readline.
14916
14917 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
14918
14919         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
14920         SUPPORT_FILES to submakes.
14921
14922 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
14923
14924         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14925         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14926         mpw-configure.
14927
14928 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
14929
14930         * configure.in (appdirs): Use =, not ==, in test expression when
14931         trying to build the text to print in the warning message for
14932         Solaris users.
14933
14934 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
14935
14936         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14937
14938 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14939
14940         * config.guess: Recognize lynx-2.3.
14941
14942 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
14943
14944         * config.sub (z8ksim): Deleted
14945         (z8k-*-coff): New, this is the one true name of the target.
14946
14947 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
14948
14949         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14950
14951 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
14952
14953         * config.guess (*:Linux:*:*): First try asking the linker what the
14954         default object file format is (elf, aout, or coff).  Then if this
14955         fails, try previous methods.
14956
14957 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14958
14959         * configure.in: Don't build newlib for *-*-vxworks5.1.
14960
14961 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14962
14963         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14964         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14965
14966 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
14967
14968         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14969
14970 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
14971
14972         * cfg-ml-com.in: New file.
14973         * cfg-ml-pos.in: New file.
14974
14975 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14976
14977         * COPYING.NEWLIB: Add HP free copyright to list.
14978
14979 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14980
14981         * config.sub: Recognize -eabi* for the system, not just -eabi.
14982
14983 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14984
14985         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14986         * config.sub, configure.in (win32): New target and host.
14987
14988 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14989
14990         * configure.in: Add i386-pe configuration.
14991
14992 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
14993
14994         * mpw-build.in (install): Install GDB after LD.
14995
14996 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
14997
14998         * mpw-config.in (elf/mips.h): Always forward-include, needed
14999         for GDB to build.
15000
15001 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
15002
15003         * testsuite: New directory for customer acceptance and whole tool
15004         chain tests.
15005
15006 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
15007
15008         * configure: If per-host line isn't found, but AC_OUTPUT is found
15009         and a configure script exists, run it instead.
15010
15011 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15012
15013         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
15014
15015 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
15016
15017         * configure: Set build_{cpu,vendor,os,alias} to host values when
15018         --build isn't specified.
15019
15020 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15021
15022         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
15023         (FLAGS_TO_PASS): Pass them.
15024         (EXTRA_TARGET_FLAGS): Ditto.
15025
15026 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15027
15028         * Makefile.in (all-libg++): Depend on all-libstdc++.
15029
15030 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15031
15032         * configure.in (noconfigdirs): Enable all packages for
15033           i386-unknown-netbsd.
15034
15035 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
15036
15037         * configure.in (noconfigdirs): Don't configure tk for i386-go32
15038         hosted builds (DOS builds)
15039
15040 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
15041
15042         Changes for ARM based on patches from Richard Earnshaw:
15043         * config.sub: Handle armeb and armel.
15044         * configure.in: Omit arm linker only for riscix.
15045
15046 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15047
15048         * config.guess:  Update from FSF.
15049
15050 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
15051
15052         * config.sub: Recognize powerpcle as the little endian variant of
15053         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
15054         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
15055         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
15056         temporarily.
15057
15058 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
15059
15060         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
15061
15062 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
15063
15064         * config.sub: Accept -lites* as a basic system type.
15065
15066 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
15067
15068         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
15069         installed, and if so return linuxoldld as the system name.
15070
15071 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
15072
15073         * config.guess: Add hppa1.1-hp-lites support.
15074
15075 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
15076
15077         * configure.in: Don't build newlib for m68k-vxworks5.1.
15078
15079 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15080
15081         * configure.in (mips-sgi-irix6): Use mh-irix5.
15082
15083 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
15084
15085         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
15086
15087 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15088
15089         * test-build.mk: Enable building of shared libraries on IRIX 5 and
15090         OSF/1.  Fix compiler flags.
15091         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
15092
15093 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
15094
15095         * configure.in: Recognize --with-newlib.
15096         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
15097
15098 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
15099
15100         * Makefile.in: move {all,check,install}-gdb from *_MODULES
15101         to *_X11_MODULES due to gdbtk needing X include files et al.
15102
15103 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
15104
15105         Merge in support for Mac MPW as a host.
15106         (Old change descriptions retained for informational value.)
15107
15108         * mpw-config.in: Add generic include forwards for cpu-specific
15109         include files in aout and elf directories.
15110
15111         * mpw-configure: Added copyright.
15112         * mpw-config.in: Check for presence of required build tools.
15113         (target_libs): Add newlib.
15114         (target_tools): Add examples.
15115         (Read Me): Generate as "Read Me for MPW" instead.
15116         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
15117         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
15118         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
15119
15120         * mpw-configure: Remove subdir-specific makefile hackery,
15121         delete mk.tmp after using it.
15122
15123         * mpw-build.in (all): Display start and end times.
15124
15125         * mpw-configure (host_canonical): Set.
15126         (target_cpu): Always add to makefiles.
15127         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
15128         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
15129         (mpw-mh-mpw): Look for in srcdir and srcroot.
15130         Use sed instead of mpw-edit-prefix to edit prefix definitions.
15131
15132         * mpw-build.in: (install-only): New target.
15133
15134         * mpw-configure (host_alias, target_alias): Rename from hostalias
15135         and targetalias, add into generated Makefile.
15136         (mk.tmp): If present, add into generated Makefile.
15137         * mpw-build.in (all-gas): Build config.h first before gas proper.
15138
15139         * mpw-configure (config.status): Write only if changed.
15140         * mpw-config.in (readline): Configure it (not built, just used for
15141         definitions).
15142
15143         * mpw-config.in (elf/mips.h): Add a forward include.
15144
15145         * mpw-config.in: Forward-include most .h files in include into
15146         extra-include.
15147         (readline): Don't build.
15148         mpw-build.in (install): Install GDB.
15149
15150         * mpw-configure (prefix, mpw_prefix): Handle it.
15151         * mpw-config.in (mmalloc, readline): Don't configure.
15152         * mpw-build.in (thisscript): Rename to ThisScript.
15153         Use mpw-build instead of BuildProgram everywhere.
15154         (mmalloc, readline): Don't build.
15155         * mpw-README: New file, basic documentation about the MPW port.
15156
15157         * mpw-config.in: Use forward-include to create include files.
15158
15159         * mpw-configure: Add more things to the top of each configured
15160         Makefile, including contents of config/mpw-mh-mpw.
15161         * mpw-config.in (extra-include): Create this directory and fill it
15162         with Posix-like include files when configuring.
15163
15164         * config.sub (apple, mac, mpw): Add various aliases.
15165
15166         * mpw-build.in: New file, top-level build script fragment for MPW.
15167         * mpw-configure: New file, configure script for MPW.
15168         * mpw-config.in: New file, config fragment for MPW.
15169
15170 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
15171
15172         * configure.in (host_libs): Remove glob, since it is gone from the
15173         sources.
15174
15175 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15176
15177         * Makefile.in: define empty GDB_NLM_DEPS var.
15178
15179         * configure.in(target_makefile_frag): use config/mt-netware
15180         for netware targets.
15181
15182 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
15183
15184         * config.sub: Merge in recent FSF changes.  Remove linux special
15185         cases.
15186
15187 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
15188
15189         Revert this change:
15190
15191         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15192
15193                 * build-all.mk: Use CC=cc -Xs on Solaris.
15194
15195 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
15196
15197         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
15198         stop using it.
15199         * Makefile.in: Nuke all references to glob subdirectory.
15200
15201 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15202
15203         * configure.in: Fix --enable-shared logic in per-host.
15204
15205 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
15206
15207         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
15208
15209 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
15210
15211         * configure.in (noconfigdirs): Don't build gas on AIX, for
15212         powerpc*-*-aix* as well as for rs6000*-*-aix*.
15213
15214 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
15215
15216         * configure: Fix --cache-file to work if the file argument is a
15217         relative path.
15218
15219 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
15220
15221         * configure: If the --cache-file is used, pass it down to
15222         configure in subdirectories.
15223
15224 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
15225
15226         * config.sub: add vxworks29k configuration.
15227
15228 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
15229
15230         * Makefile.in (taz): Do "diststuff" part quietly.
15231
15232 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
15233
15234         * config.sub: Mini-merge with gcc/config.sub.
15235
15236 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15237
15238         * config.guess (IRIX): Sed - to _.
15239
15240 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15241
15242         * Makefile.in (source-vault, binary-vault): New targets.
15243
15244 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
15245
15246         * config.sub: Recognize -eabi as a basic system type.
15247
15248 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15249
15250         * configure.in (enable_shared stuff): Fix typo.
15251
15252 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
15253
15254         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
15255
15256 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15257
15258         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
15259
15260 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
15261
15262         * configure.in (rs6000-*-*): Don't build gas.
15263
15264 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
15265
15266         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
15267         reduce command line length.
15268         (AS_FOR_TARGET): Check for as.new, not Makefile.
15269         (NM_FOR_TARGET): Check for nm.new, not Makefile.
15270
15271 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15272
15273         * config.guess:  Merge from FSF.
15274
15275 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15276
15277         * configure: Don't use $ when handling program_suffix.
15278
15279 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
15280
15281         * configure.in:  Configure tk for hppa/hpux.
15282
15283 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
15284
15285         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
15286
15287 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
15288
15289         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
15290         to LIBCXXFLAGS.  Tests are better run without it.
15291
15292 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
15293
15294         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
15295
15296 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
15297
15298         * configure.in (*-*-netware*): Don't configure xiberty.
15299
15300 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
15301
15302         * configure.in:  Remove tk from native_only list.
15303
15304 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
15305
15306         * build-all.mk: Add mips-ncd-elf target to sun4 targets
15307           for special NCD build.
15308
15309 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15310
15311         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
15312         makeall.bat, they're only useful for binutils snapshots.
15313         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
15314         makeall.bat to specified SUPPORT_FILES.
15315
15316 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
15317
15318         * build-all.mk: Add Ericsson targets to sun4 and solaris
15319           hosts.  Add  BNR's sun4 target to solaris host, so their
15320           build-from-source will be tested in-house first.
15321
15322 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
15323
15324         * Makefile.in (LIBCFLAGS): New variable.
15325         (CFLAGS_FOR_TARGET): Ditto.
15326         (LIBCFLAGS_FOR_TARGET): Ditto.
15327         (LIBCXXFLAGS): Ditto.
15328         (CXXFLAGS_FOR_TARGET): Ditto.
15329         (LIBCXXFLAGS_FOR_TARGET): Ditto.
15330         (BASE_FLAGS_TO_PASS): Pass them.
15331         (EXTRA_TARGET_FLAGS): Ditto.
15332
15333         * configure.in: Support --enable-shared.
15334
15335 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
15336
15337         * configure.in (target_libs):  Include libstdc++ again.
15338         * config.guess:  Update from FSF (for FreeBSD).
15339
15340 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15341
15342         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
15343         makeall.bat.
15344         (DISTDOCDIRS): Add `etc'.
15345         (ETC_SUPPORT_PFX): New variable.
15346         (taz): Include anything from etc starting with a word in
15347         ETC_SUPPORT_PFX.
15348
15349 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15350
15351         * config.sub: Update for recent FSF changes.  Remove obsolete
15352         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
15353         spacing changes.
15354
15355 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
15356
15357         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
15358
15359         * config.guess:  Merge with FSF.
15360         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
15361
15362 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15363
15364         * configure: Since the "trap 0" handler will override the exit
15365         status on many systems, only use it for "exit 1", and make it set
15366         a non-zero exit status; reset it before "exit 0".  Also, check
15367         exit status of config.sub, and error out if it failed.
15368
15369 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
15370
15371         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
15372         and install libgloss.
15373
15374 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15375
15376         * Makefile.in (all-binutils): Depend upon all-byacc.
15377
15378         * configure.in: Don't build emacs on Irix 5.
15379
15380 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
15381
15382         * configure.in (*-*-netware*): Add libio.
15383
15384 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
15385
15386         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
15387         (CHECK_TARGET_MODULES): Ditto.
15388         (INSTALL_TARGET_MODULES): Ditto.
15389         (TARGET_LIBS): Ditto.
15390         (all-libstdc++): Note dependencies.
15391
15392 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15393
15394         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
15395
15396 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
15397
15398         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
15399         -fexternal-templates.
15400
15401         * configure.in (target_libs): Add libstdc++.
15402         (noconfigdirs): Add libstdc++ as appropriate.
15403
15404 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15405
15406         * config.guess:  Update from FSF.
15407
15408 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15409
15410         * configure: Use ${config_shell} when running ${configsub}.
15411
15412 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
15413
15414         * config.sub: No longer recognize h8300h.
15415
15416 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15417
15418         * config.sub: Remove extraneous differences between config.sub and
15419         gcc/config.sub.
15420
15421 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15422
15423         * Makefile.in (DISTSTUFFDIRS): Add gas.
15424
15425 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
15426
15427         * COPYING.NEWLIB: New file.
15428
15429 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15430
15431         * config.guess (HP-UX):  Patch from Harlan Stenn
15432         <harlan@landmark.com> to also emit release level.
15433
15434 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
15435
15436         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
15437
15438 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15439
15440         * config.sub:  Merge nextstep cleanup from FSF.
15441
15442 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15443
15444         * configure.in (arm-*-*): Don't configure ld for this target.
15445
15446 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
15447
15448         * configure.in (*-*-netware): don't configure libg++, libio,
15449           librx, or newlib.
15450
15451 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15452
15453         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
15454         configure ld--it works, but it doesn't support shared libraries.
15455
15456 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15457
15458         * config.guess (*-unknown-freebsd*):  Get rid of possible
15459         trailing "(Release)" in version string.
15460         Patch from Paul Richards <paul@isl.cf.ac.uk>.
15461
15462 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15463
15464         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
15465         Fix type: *-next-neststep -> *-next-nextstep.
15466
15467         * config.guess:  Merge from FSF:
15468
15469         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
15470
15471         * config.guess: Recognize powerpc-ibm-aix3.2.5.
15472
15473         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
15474
15475         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
15476         instead of UNIX_SV for UnixWare 1.0).
15477
15478 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
15479
15480         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
15481         to make gdb/nlm/* build after the compiler and linker.
15482
15483 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15484
15485         * config.guess (netbsd, freebsd, linux):  Accept any machine,
15486         not just i[34]86.
15487         (m68k-atari-sysv4):  Relocate to match FSF version.
15488
15489         * config.guess:  More merges from the FSF:
15490
15491         Add a space before function call or macro invocation.
15492
15493         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15494
15495         * config.guess: Add trap cmd to remove dummy.c and dummy when
15496         interrupted.
15497
15498         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15499
15500         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
15501         (dummy): Redirect stderr from compilation of dummy.c.
15502
15503         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
15504
15505         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
15506
15507 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
15508
15509         * configure: Accept and ignore --cache*, for compatibility with
15510         new autoconf.
15511
15512 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15513
15514         * config.guess:  Merge from FSF:
15515
15516         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
15517
15518         * config.guess (Pyramid*:OSx*:*:*): New case.
15519         (PATH): Add /.attbin at end for finding uname.
15520         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
15521
15522         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
15523
15524         * config.guess (M88*:DolphinOS:*:*): New case.
15525
15526         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
15527
15528         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
15529         to select whether to use ELF or COFF.
15530
15531         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
15532
15533         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
15534
15535         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
15536
15537         * config.guess: Guess the OS version for HPUX.
15538
15539         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
15540
15541         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
15542
15543 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15544
15545         * configure.in: Recognize --with-headers, --with-libs, and
15546         --without-newlib.
15547         * Makefile.in (all-xiberty): Depend upon all-ld.
15548
15549 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15550
15551         * configure.in: Change i[34]86 to i[345]86.
15552
15553 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15554
15555         * configure (version): A few more tweaks to help message.
15556
15557 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15558
15559         * Makefile.in:  Remove (for now) librx as a host library,
15560         now that we're building it for target.
15561
15562 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15563
15564         * configure: Fix up help message; from karl@owl.hq.ileaf.com
15565         (Karl Berry).
15566
15567 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15568
15569         * configure.in:  Also configure librx.
15570
15571 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15572
15573         * Makefile.in:  Update various rules to reflect that librx
15574         is now needed for libg++.
15575
15576 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15577
15578         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
15579
15580 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
15581
15582         * configure.in: Configure the examples directory.
15583
15584 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15585
15586         * configure: Simplify Jun 2 1994 change.
15587
15588 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15589
15590         * change CC to /usr/latest/bin/gcc for lynx host builds, since
15591         /bin/gcc isn't good enough to build gcc.
15592
15593 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
15594
15595         * Makefile.in (GDB_SUPPORT_FILES): Remove
15596         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
15597         (gdb.tar.gz): Add new rule to use standard distribution building
15598         mechanism.
15599
15600 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15601
15602         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
15603         Bill Cox <bill@cygnus.com>.
15604
15605 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15606
15607         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
15608
15609 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
15610
15611         * configure:  Search current dir first in .gdbinit.
15612
15613 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15614
15615         * config.sub:  Recognize freebsd (merged from gcc config.sub).
15616
15617 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15618
15619         * config.sub:  Refer to NeXT's operating system as nextstep.
15620
15621         * config.sub (case $basic_machine):  Re-order the cases, to match
15622         the order in the FSF version (which is mostly alphabethical).
15623         Merge in some additions and changes from the FSF.
15624
15625 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
15626
15627         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
15628         * config.sub: Recognize cxux7.
15629         * configure.in: Use mh-cxux for m88k-harris-cxux*.
15630
15631 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15632
15633         * config.sub:  Fix typo powerpc -> powerpc-*.
15634
15635 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
15636
15637         * Makefile.in: `all-emacs19' depends on `all-byacc'.
15638
15639         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
15640         parallel with all-emacs and install-emacs).  Top-level command
15641         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
15642
15643 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15644
15645         * test-build.mk ($(host)-stamp-stage2-installed): Remove
15646         $(relbindir)/make before doing ``make install'', and use
15647         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
15648         installing over running make binary.
15649         ($(host)-stamp-stage3-installed): Likewise.
15650
15651 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15652
15653         * config.guess: Recognize Mach.
15654
15655 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15656
15657         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
15658         see whether --exec-prefix was used.
15659
15660 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15661
15662         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
15663
15664 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15665
15666         * Makefile.in: Add all-librx target similar to all-libproc.
15667
15668 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
15669
15670         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
15671         with post 1.2 uname bogosity.
15672
15673 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15674
15675         * configure: Remove temporary files on receipt of a signal.
15676
15677 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
15678
15679         * configure: If there is a package_makefile_frag, remove
15680         ${subdir}/Makefile.tem after copying it in.
15681
15682 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15683
15684         * build_all.mk: support rs6000 lynx identifies itself as
15685         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
15686         since /bin/gcc is too feeble to compile a modern gcc.
15687
15688 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15689
15690         * brought devo/test-build.mk update-to-date with progressive/
15691           test-build.mk. Add lynx targets and hppa flag info.
15692
15693 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15694
15695         * configure.in:  Use mh-ncrsvr43.  Patch from
15696         Tom McConnell <tmcconne@sedona.intel.com>.
15697
15698 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15699
15700         * config.guess (i386-unknown-bsdi):  No longer need to
15701         check #if defined(__bsdi__) && defined(__i386__).
15702
15703 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15704
15705         * configure: Set program_transform_nameoption correctly.
15706
15707 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15708
15709         * brought build-all.mk update-to-date with progressive build-all.mk,
15710           added new targets and hppa info.
15711
15712 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15713
15714         * configure: If config.guess result is a prefix of the user
15715         specified target, assume a native build and use the user specified
15716         target as the host alias.  Remove SunOS patch suffix removal hack.
15717         * configure.in: Remove SunOS patch suffix removal hack.
15718
15719         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15720         in NATIVE_CHECK_MODULES.
15721
15722 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
15723
15724         * Makefile.in: Rename HOST_ONLY to NATIVE.
15725         * configure: Delete SunOs patch suffix from host_canonical
15726           and build_canonical variables that are prepended to Makefiles.
15727         * configure.in: Add comments for easier maintenance.
15728
15729 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15730
15731         * Makefile.in: Add all-libproc target similar to all-gui.
15732
15733 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
15734
15735         * Makefile.in (CHECK_MODULES): split into
15736         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15737
15738 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
15739
15740         * config.guess (i386-unknown-bsdi): New system to guess.
15741
15742 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15743
15744         * Makefile.in: Add all-gui target (but not yet build by "all").
15745
15746 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
15747
15748         * config.sub: Move deletion of patch suffix from here...
15749         * configure.in: To here, at Ian's suggestion.  The top-
15750           level scripts might need to know of a patch level.
15751
15752 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
15753
15754         * config.sub: Strip off patch suffix so rtl is recognized
15755           as a sunos4.1.3 machine, even though it's been patched.
15756
15757 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
15758
15759         * Makefile.in (INSTALL_LAST): Delete.
15760         (INSTALL_DOSREL): New.
15761
15762 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15763
15764         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15765         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15766         whether we pass down --with-gnu-ld anyhow.
15767
15768 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
15769
15770         * Makefile.in (INSTALL_LAST): Change operation so it works
15771         on more flavors of make.
15772         * configure.in (go32): Don't build libg++ or libio.
15773
15774 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
15775
15776         * Makefile.in (Move HOST_PREFIX_1 and friends up so
15777         they can be overriden by templates.
15778
15779 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
15780
15781         * configure.in (target==go32): Don't build gdb.
15782         * dosrel: New directory.
15783
15784 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
15785
15786         * configure.in (host==go32): Configure dosrel too.
15787         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15788         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15789         be set by incoming names or templates.
15790         (INSTALL_LAST): New rule.
15791
15792 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
15793
15794         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15795
15796 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15797
15798         * configure.in (appdirs): New variable.  Currently empty, but will
15799         be used in gas distribution.  If nonempty, lists a set of
15800         directories at least one of which must get configured, or top
15801         level configuration is considered to have failed.
15802         (rs6000-*-lynxos*): Use new file name.
15803
15804 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15805
15806         Eliminate XTRAFLAGS.
15807         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15808         newlib include files using -idirafter, and also use -nostdinc.
15809         (CXX_FOR_TARGET): Likewise.
15810         (XTRAFLAGS): Removed.
15811         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15812         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15813         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15814         ($(DO_X)): Don't pass down XTRAFLAGS.
15815
15816 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15817
15818         * configure.in (mips*-dec-bsd*): New target; do build linker.
15819         (mips*-*-bsd*): New target; don't build linker.
15820
15821 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15822
15823         * configure.in: support rs6000-*-lynxos* configuration.
15824         support sunos4 as a cross target.
15825
15826         * config.sub: look for lynx*, not lynx since the OS version may
15827         legitimately be part of the name.
15828
15829 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15830
15831         * configure.in (i[34]86-*-sco*): Move to be with other i386
15832         targets.
15833         (romp-*-*): New target.  Skip various binary utilities.
15834         (vax-*-*): New target.  Don't build newlib.
15835         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
15836
15837 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15838
15839         * configure.in: Only set host_makefile_frag if config
15840         directory exists.
15841
15842 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15843
15844         * install.sh: If $dstdir exists, don't check whether each
15845         component does.
15846
15847 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15848
15849         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15850
15851 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
15852
15853         * configure.in (*-*-lynxos*): Don't configure newlib for either
15854         native or cross Lynx.
15855
15856 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
15857
15858         * config.sub (sparc64-elf): Fix os.
15859         (z8k): Remove duplicate.
15860
15861 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15862
15863         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15864         gcc/stmp-fixproto, to try to prevent fixproto from being run.
15865
15866 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
15867
15868         * configure: Make file links cleanly even if Lynx fails on
15869           an NFS symlink (at least fail cleanly).
15870
15871 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
15872
15873         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15874         -XNh2000.
15875
15876 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15877
15878         * configure: Unknown options are fatal again.
15879
15880 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
15881
15882         * configure: Ignore --x-includes and --x-libraries, for Autoconf
15883         compatibility.
15884
15885 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
15886
15887         * build-all.mk: Add `clean' target.
15888
15889 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15890
15891         * config.guess:  Add SINIX support.
15892         * configure.in:  Add mips-*-sysv4* support.
15893
15894 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
15895
15896         * build-all.mk: Document all useful targets.
15897         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15898         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15899
15900 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15901
15902         * configure: Support --silent, --quiet.
15903
15904 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15905
15906         * configure: Support --disable-FEATURE.
15907
15908 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15909
15910         * config.guess: Recognize NCR running SVR4.3.
15911
15912 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15913
15914         * config.guess:  Make BSDI generate i386-unknown-bsd386.
15915         Patch from Paul Eggert <eggert@twinsun.com>.
15916
15917 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15918
15919         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15920
15921 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15922
15923         * configure: Make unrecognized options give nonfatal warnings
15924         instead of fatal errors, and pass them to any subdirectory
15925         configures in case they recognize them.
15926         Make --x equivalent to --with-x.
15927
15928 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15929
15930         * configure: Add --enable-* options.  Clean up usage message and
15931         some comments.
15932
15933 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
15934
15935         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15936
15937 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15938
15939         * configure.in (hppa*-*-*): Enable binutils.
15940
15941 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15942
15943         * config.sub: Recognize cisco.
15944
15945 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
15946
15947         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15948
15949 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15950
15951         * config.guess: about target *-hitachi-hiuxwe2, don't print more
15952         than one configuration name.  Add comment.
15953
15954 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
15955
15956         * config.guess: about target *-hitachi-hiuxwe2, fixed
15957         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
15958         macro is incorrect.]
15959
15960 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15961
15962         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15963         than the "make ls" stuff which used to be here.
15964
15965 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15966
15967         * config.guess:  Recognize i[34]86-unknown-freebsd.
15968         From Shawn M Carey <smcarey@rodan.syr.edu>.
15969
15970 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15971
15972         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15973
15974 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
15975
15976         * config.guess: Check for ptx.
15977
15978 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
15979
15980         * config.sub: Add os9k checking.
15981
15982 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15983
15984         * config.guess: Handle OSF1 running on HPPA processors
15985
15986 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15987
15988         * configure: If subdir configure fails, print out a message with
15989         subdirectory name, in case subdir's configure code didn't identify
15990         itself.
15991
15992 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
15993
15994         * configure.in: Remove embedded newlines from configdirs.
15995         Avoid mismatches of substrings.  Fix matching strings at end
15996         of configdirs.
15997
15998 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
15999
16000         * config.guess:  Add Lynx/rs6000 config support.
16001
16002 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
16003
16004         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
16005
16006 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
16007
16008         * configure.in (hppa*-*-osf*): Treat this just like most other
16009         PA configurations (eg no binutils or ld).
16010         (hppa*-*-*elf*): These configurations have binutils and ld.
16011
16012 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
16013
16014         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
16015
16016 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16017
16018         * configure.in (rs6000-*-*): Build gas.
16019
16020 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
16021
16022         * Makefile.in:  Avoid bug in losing hpux sed.
16023
16024 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16025
16026         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
16027         for GDB and GDB has been fixed to not need it.
16028
16029 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
16030
16031         * config.guess: Recognize vax hosts.
16032
16033 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
16034
16035         * configure (while loop): Don't use "break 2" inside case
16036         statement -- the case statement isn't an enclosing loop.
16037
16038 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16039
16040         * config.guess:  Clean up NeXT support, to allow nextstep
16041         on Intel machines.  Make OS be nextstep.
16042
16043 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
16044
16045         * config.guess: Add alternate forms for Convex.
16046
16047 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
16048
16049         * configure:  Completely rewrite option processing.  Take
16050         advantage of pattern-matching to avoid invoking test frequently.
16051         Also clean up host and target defaulting logic.
16052
16053 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
16054
16055         * Makefile.in: Replace all occurrances of "rootme" with "r" and
16056         "$${rootme}" with "$$r", to increase the likelihood that the do-*
16057         commands (plus user environment) will fit SCO limits.
16058
16059 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16060
16061         * configure.in: Don't issue warnings about directories which are
16062         not being configured if -norecursion is set.  Correct test for
16063         --with-gnu-as and --with-gnu-ld to not get confused by substring
16064         matches.
16065
16066         * configure.in: Don't build gas for alpha-dec-osf1*.
16067
16068 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
16069
16070         * configure:  Back out Per's change of 12/19/1993.  It changes the
16071         behavior of configure in unexpected and confusing ways.
16072
16073         Also, use different delim char when calculating
16074         program_transform_name so that the name can contain slashes.
16075
16076 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
16077
16078         * configure.in, config.sub: Add support for VSTa micro-kernel.
16079
16080 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
16081
16082         * configure.in: Nuke hacks which were used to get a special
16083         version of GAS for HPPA configurations.
16084
16085 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16086
16087         * configure:  If only ${target_alias} is given, use that
16088         as the default for ${host_alias}.
16089         * configure:  Add missing back-slashes before nested quotes.
16090
16091 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
16092
16093         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
16094
16095 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
16096
16097         * config.guess:  Recognize some Tektronix configurations.
16098         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
16099
16100 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16101
16102         * config.sub: Match any flavor of SH.
16103
16104 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
16105
16106         * configure.in: Don't try to configure newlib for Alpha.
16107
16108 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16109
16110         * configure.in: Don't build ld for Irix 5.  Don't build gas,
16111         libg++ or libio for any Alpha target.
16112
16113         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
16114
16115 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
16116
16117         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
16118         default arguments -- so it tried to compress itself.
16119
16120 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
16121
16122         * configure.in (notsupp): ensure that a space is always at the end
16123           of the configdirs list, since the grep checks for an explicit space
16124
16125 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16126
16127         * configure.in (target i386-sysv4.2): don't build ld, since static
16128           versions of many libraries are not available.
16129
16130 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16131
16132         * config.guess: Recognize Apollos (using environment variables).
16133         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
16134
16135 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16136
16137         * config.guess: Recognize Sony news mips running newsos.
16138
16139 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
16140
16141         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
16142         "fi ; else" for bash.
16143
16144 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
16145
16146         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
16147
16148 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
16149
16150         * config.sub: accept unixware as an alias for svr4.2.
16151         Fix some inconsistancies with the gcc version.
16152
16153 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16154
16155         * Makefile.in (DISTDOCDIRS):  Add gdb.
16156
16157 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16158
16159         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
16160
16161 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
16162
16163         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
16164         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
16165         this now.
16166
16167 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16168
16169         * config.sub: Accept hiux* as an OS name.
16170
16171         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
16172         etc/make-stds.texi.  The underscore came from gcc, and dje now
16173         agrees that RUNTESTFLAGS is the correct name.
16174
16175 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16176
16177         * install.sh:  Remove 'set -e'.  It makes any conditionals
16178         in the script useless.
16179
16180         * config.guess: Automatically recognize arm-acorn-riscix
16181         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
16182
16183 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
16184
16185         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
16186
16187 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
16188
16189         * Makefile.in (DISTDOCDIRS): New variable.
16190         (taz): Edit local Makefile.in sooner, instead of proto-toplev
16191         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
16192
16193 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16194
16195         * configure.in (hppa target): check the source directory for the
16196           pagas sub-directory
16197
16198 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
16199
16200         * config.sub: Allow -aout* and -elf*.
16201
16202 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
16203
16204         * configure.in: Don't build ld on i386-solaris2, same as for
16205         sparc-solaris2.
16206
16207 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16208
16209         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
16210
16211 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16212
16213         * configure.in:  Configure gdb for alpha.
16214
16215 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16216
16217         * Makefile.in (CXXFLAGS): Add -O.
16218
16219 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16220
16221         * config.guess: added support for DG Aviion
16222
16223 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
16224
16225         * configure.in: Produce warning message for subdirectories not
16226         configurable for this host/target combination.  Don't try to
16227         configure gdb for vms.
16228
16229 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
16230
16231         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
16232         appropriate files before making "diststuff".
16233         (DISTBISONFILES): New var: list of files to be edited.
16234         (DISTSTUFFDIRS): Add binutils.
16235
16236 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16237
16238         * config.sub: also handle mipsel and mips64el (for little endian mips)
16239
16240 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16241
16242         * configure.in: Add * to end of all OS names.
16243
16244 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
16245
16246         * configure.in: Build newlib for LynxOS native.
16247
16248 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16249
16250         * config.guess: Add support for delta 88k running SVR3.
16251
16252         * configure.in: Add comment about HP compiler vs. emacs.
16253
16254 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16255
16256         * configure.in: don't build ld on solaris2 (not a viable option
16257           due to bugs in getpwnam & getpwuid)
16258
16259 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
16260
16261         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
16262         config.guess will produce a full version number.
16263
16264 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16265
16266         * configure.in: Build linker and binutils for alpha-dec-osf1.
16267
16268 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16269
16270         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
16271         and gdb/testsuite/Makefile.in.
16272
16273 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16274
16275         * configure.in: recognize mips*- instead of mips-
16276
16277 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
16278
16279         * config.sub: Accept linux*coff and linux*elf as operating
16280         systems.
16281
16282 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16283
16284         * config.sub: Recognize mips64, and mips3 as an alias for it.
16285
16286 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16287
16288         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
16289         gdb knows how to handle OSF/1 shared libraries.
16290
16291 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16292
16293         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
16294         * config.guess: Recognize Hitachi's HIUX.
16295         * config.sub: Recognize h3050r* and hppahitachi.
16296         Remove redundant cases for hp9k[23]*.
16297
16298 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16299
16300         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
16301         if gas and ld are in the source tree and are in ${configdirs}.
16302         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
16303         --with options (but still pass them down on the command line,
16304         if they were explicitly specified).
16305
16306 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16307
16308         * configure: substitute SHELL value in Makefile.in with
16309         ${CONFIG_SHELL}
16310
16311 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16312
16313         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
16314         *-*-solaris2* targets.
16315
16316 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16317
16318         * Makefile.in: define M4, and pass it down to sub-makes;
16319         all-autoconf now depends on all-m4
16320
16321 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16322
16323         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
16324         presence of {ar,ranlib} instead of a configured directory
16325
16326 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
16327
16328         * config.guess: Accept 34?? as well as 33?? for NCR.
16329
16330 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16331
16332         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
16333         of 'gas' in sed commands, since 'gash' is now in the tree as well.
16334
16335 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16336
16337         * configure: grab values for $(CC) and $(CXX) from the
16338         environment, so that someone can do "CC=gcc configure; make" and
16339         have it work right (matching the way that autoconf works now)
16340
16341         * configure.in, Makefile.in: add support for gash, the tcl
16342         interface to Galaxy
16343
16344         * config.guess: add NetBSD variants (hp300, x86)
16345
16346 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
16347
16348         * install.sh: Support -d option (in the manner of SunOS 4 install,
16349         as it is more deterministic than that of GNU install)
16350         (chmodcmd): Set file to mode 755 by default (should also do default
16351         chgrp and chown, but I don't feel like dealing with that now)
16352
16353 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
16354
16355         * config.sub: Remove h8300hhms alias.
16356
16357 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16358
16359         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
16360
16361 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16362
16363         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
16364         as stmp-fixinc
16365
16366 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
16367
16368         * config.sub: recognize m88110-bug-coff.
16369
16370 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16371
16372         * Makefile.in (all-libio): all dependencies on the toolchain used
16373         to build this (gcc, gas, ld, etc)
16374
16375 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16376
16377         * config.guess: Deal with OSF/1 1.3 on alpha.
16378
16379 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16380
16381         * install.sh: add some 'else true' clauses for portability
16382
16383         * configure.in: don't build libio for h8[35]00-*-* targets
16384
16385 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16386
16387         * Makefile.in:  Add support for new libio.
16388
16389 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16390
16391         * install.sh: If one command fails, don't try the rest.  Don't try
16392         to remove $dsttmp (via trap) unless we have already created it.
16393         If $src doesn't exist, detect it and exit with an error.
16394
16395         * config.guess: Recognize BSD on hp300.
16396
16397 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16398
16399         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
16400         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
16401
16402 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
16403
16404         * Makefile.in (all-send-pr): depends on all-prms
16405
16406 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16407
16408         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
16409
16410 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16411
16412         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
16413         Added test for mips-mips-riscos5.
16414
16415 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16416
16417         * configure.in: use mh-hp300 for 68k HP hosts
16418
16419 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16420
16421         * configure: add support for CONFIG_SHELL, so that you can use
16422         some alternate shell for evaluating configure scripts
16423
16424 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
16425
16426         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
16427         in configure script to bug-gdb@prep.ai.mit.edu when building
16428         distribution archive.
16429         * Makefile.in (COMPRESS):  Remove def.
16430         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
16431         gdb.tar.Z and make-gdb.tar.Z respectively.
16432         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
16433         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
16434         to convergence with 'taz' target in Makefile.in.
16435
16436 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16437
16438         * install.sh (dsttmp): use trap to ensure that tmp files go
16439         away on error conditions
16440
16441 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16442
16443         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
16444
16445 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16446
16447         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
16448         its parent is '/' not ''.
16449
16450         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
16451
16452 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
16453
16454         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
16455         that ${newsrcdir}/configure.in does.
16456
16457 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16458
16459         * test-build.mk: support for CONFIG_SHELL
16460
16461 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
16462
16463         * config.sub (netware):  Add as a basic system type.
16464
16465 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
16466
16467         * Makefile.in (Makefile): depend on configure.in.  Also drop the
16468           $(srcdir)/ from the dependency on Makefile.in.
16469
16470 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
16471
16472         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
16473         (h8300hhms is temporary until multi-libraries are implemented).
16474         * configure.in: Handle h8300h too.
16475
16476 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16477
16478         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
16479
16480 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
16481
16482         * configure:  Remove extraneous output when guessing host type.
16483         * config.guess:  Remove extraneous output when guessing using C
16484         compiler rather than uname, or when guessing fails.
16485
16486 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
16487
16488         * Makefile.in: remove all.cross and install.cross targets
16489
16490         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
16491           definitions
16492
16493 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
16494
16495         * configure.in (target sh): Build gprof.
16496
16497 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16498
16499         * config.sub: change -solaris to -solaris2
16500
16501 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16502
16503         * configure.in: Use config/mh-riscos for mips-*-sysv*.
16504
16505 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
16506
16507         * configure: Correct error message for missing Makefile.in to
16508         print correct directory.
16509
16510 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16511
16512         * install.sh: kludge around 386BSD shell bug
16513
16514 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
16515
16516         * config.guess:  Recognize NeXT.
16517         * config.guess:  Recognize i486-ncr-sysv4.
16518         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
16519
16520 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
16521
16522         * Makefile.in (MAKEINFOFLAGS): New variable.
16523         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
16524         * build-all.mk, test-build.mk: Pass down --no-split as
16525         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
16526
16527 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
16528
16529         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
16530
16531 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
16532
16533         * Makefile.in (libg++.tar.z):  New rule.
16534         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
16535         * Makefile.in (taz):  Only do a single chmod.
16536
16537 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
16538
16539         * install.sh: don't use dirname anymore (replaced with sed usage)
16540
16541 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
16542
16543         * Makefile.in:  Change extension for gzip'd files from '.z' to
16544         '.gz' per new FSF standard usage.
16545
16546 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
16547
16548         * configure: put quotes around the final value of program_transform_name
16549
16550 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16551
16552         * Makefile.in: new install.sh support; update install-info rules
16553
16554 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
16555
16556         * configure.in: Build diff for crosses, but not for go32 host.
16557
16558         * configure.in: Build gprof only for native, and don't build it
16559         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
16560
16561 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
16562
16563         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
16564
16565 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16566
16567         * configure.in (host_tools): Add prms.
16568
16569 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16570
16571         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
16572         with $(FLAGS_TO_PASS) on the command line
16573
16574         * config.sub: Recognize lynx and lynxos
16575
16576 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
16577
16578         * config.sub: Accept -ecoff*, not just -ecoff.
16579
16580 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16581
16582         * Makefile.in (taz): Use .gz suffix instead of .z.
16583         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
16584         names.
16585
16586 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16587
16588         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
16589
16590 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16591
16592         * Makefile.in (install-no-fixedincludes):  install gcc last, so
16593         that rebuilds that might happen during 'make install' don't get
16594         bogus gcc include files
16595
16596 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16597
16598         Change from Utah for HPPA support:
16599         * config.guess: Recognize hppa1.x-hp-bsd.
16600
16601 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
16602
16603         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
16604         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
16605
16606 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16607
16608         * config.sub: Add support for rom68k and bug boot monitors.
16609
16610 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
16611
16612         * Makefile.in: Make all-opcodes depend on all-bfd.
16613
16614 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16615
16616         * config.guess: Added special check for i[34]86-univel-sysv4*.
16617
16618 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
16619
16620         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
16621         the processor rather than assuming i486.
16622
16623 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16624
16625         * config.guess: Recognize SunOS6 as Solaris3.
16626
16627 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
16628
16629         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
16630         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
16631
16632 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
16633
16634         * build-all.mk (all-cross): New target for Canadian Cross.
16635         Added Q2 go32 targets.
16636         * test-build.mk: Configure go32 cross sparclite-aout and
16637         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
16638         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
16639
16640 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16641
16642         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
16643         GO32 hosted toolchains
16644
16645 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16646
16647         * configure: change  so "-exec-prefix" gets passed down rather
16648         than "-exec_prefix" so autoconf generated Makefiles get the
16649         exec_prefix set right.
16650
16651 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16652
16653         * config.guess: get the Solaris2 minor version number
16654
16655         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
16656
16657 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16658
16659         * config.guess: Recognize some Sequent platforms.
16660
16661 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16662
16663         * Makefile.in: added the vault-install target
16664
16665         * configure.in: actually use the Sun3 makefile fragment that's in
16666         config, also added the release dir to configdirs
16667
16668 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16669
16670         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16671
16672 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16673
16674         * configure.in: remove some program from Alpha targetted toolchains
16675
16676 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
16677
16678         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
16679         gprof.
16680         (taz): Run "make diststuff" in those directories instead of "make
16681         proto-dir".  Look for "VERSION=" only at start of line in subdir
16682         Makefile.  Use "gzip -9" for compression.
16683         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16684         (binutils.tar.z): New target.
16685
16686 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16687
16688         * Makefile.in (taz): Include gpl.texinfo.
16689
16690 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16691
16692         * Makefile.in (setup-dirs): Merged into "taz" target.
16693         (taz): Only do `proto-dir' stuff if a directory is actually needed
16694         for this target.
16695
16696 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
16697
16698         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16699         (FLAGS_TO_PASS): Pass down MUNCH_NM.
16700         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16701         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16702         (gcc-no-fixedincludes): Correct for current gcc Makefile.
16703
16704 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
16705
16706         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
16707         config.sub, and move-if-change to gdb testsuite distribution
16708         archive, so the testsuite can be extracted, configured, and
16709         run separately from the gdb distribution.  Blow away the Chill
16710         tests that require a Chill compiled executable, since GNU Chill
16711         is not yet publically available.
16712
16713 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16714
16715         * test-build.mk: set environment variables in a single command,
16716         instead of a list of assignments and exports
16717
16718         * config.guess: recognize Alpha/OSF1 systems
16719
16720 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16721
16722         * configure: Change help message to prefer --options rather than
16723           -options.
16724
16725 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16726
16727         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16728         zippy@ecst.csuchico.edu.
16729         * config.guess: Recognize miniframe.
16730
16731 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16732
16733         * Makefile.in: Use srcroot to find runtest rather than rootme.
16734         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16735
16736 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16737
16738         * test-build.mk: Extensive additions to support building on a
16739         machine other than the host.
16740
16741 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16742
16743         * configure (tooldir): Fix for i386-aix again.
16744
16745 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
16746
16747         * configure, Makefile.in:  Change definition of $(tooldir)
16748         to match the FSF.
16749
16750 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
16751
16752         * config.guess:  Recognize i[34]86/SVR4.
16753
16754 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16755
16756         * Makefile.in (all-gdb): gdb depends on sim.
16757
16758 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
16759
16760         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
16761         at the same time we make the prototype gdb directory.
16762         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
16763         files at the same time as the gdb base release distribution.
16764
16765 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
16766
16767         * Makefile.in (check): Use individual check targets rather than
16768         DO_X rule.
16769         (check-gcc): Added.
16770
16771 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
16772
16773         * config.sub: Use sysv3.2 not sysv32 for canonical OS
16774         for System V release 3.2.
16775
16776 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16777
16778         * config.sub: Recognize hppaosf.
16779         * configure.in: Do configure ld/binutils/gas for it.
16780
16781 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16782
16783         * configure (tooldir): Alter syntax used to set this, for systems
16784         where "\$" isn't handled right, like i386-aix.
16785
16786 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16787
16788         * configure: Pass program-transform-name, not
16789         program_transform_name, to recursive configures.
16790
16791 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
16792
16793         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16794         of gas+ld+binutils.
16795
16796 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
16797
16798         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
16799
16800 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16801
16802         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16803
16804 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16805
16806         * Makefile.in (PRMS): Set back to all-prms.
16807
16808 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16809
16810         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16811         targets, rather than for MIPS hosts.
16812
16813 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16814
16815         * configure.in: add comment for --with-x default values
16816
16817         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16818
16819         * Makefile.in: add check-* targets for each of the directories in
16820         the tree.  Add a definition of RUNTEST that will use the one we
16821         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
16822
16823 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
16824
16825         * configure.in: Removed obsolete references to bfd_target and
16826         target_makefile_frag.
16827
16828         * build-all.mk: Set assorted targets for Q2.
16829         * config.sub: Recognize z8k-sim and h8300-hms.
16830         * test-build.mk: Really don't pass host to configure.
16831         (HOLES): Added uname.
16832
16833 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
16834
16835         * configure: Handle an empty program-prefix, program-suffix or
16836         program-transform-name correctly.
16837
16838 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16839
16840         * build-all.mk: -G 8 no longer required for MIPS targets.
16841         * test-build.mk: Don't pass host argument to configure; make it
16842         guess.
16843
16844 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
16845
16846         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
16847         * Makefile.in (COMPRESS):  New macro, like GZIP.
16848
16849 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16850
16851         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16852
16853         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16854         with gas currently defaults to -G 0.
16855
16856 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
16857
16858         * Makefile.in (all-flex): flex depends on byacc.
16859
16860         * build-all.mk: If host not specified, use config.guess.  Pass TAG
16861         to test-build.mk as RELEASE_TAG.
16862         * test-build.mk (configargs): New variable containing arguments to
16863         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
16864         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16865
16866         * config.guess: Use /bin/uname when checking -X argument on SCO,
16867         to avoid invoking GNU uname which doesn't understand -X.
16868
16869         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16870
16871         * configure.in: Build gas for mips-*-*.
16872
16873 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16874
16875         * Makefile.in (all.normal): insert missing backslash.
16876
16877 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
16878
16879         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16880
16881         * Makefile.in: Complete overhaul to merge many almost identical
16882         targets.
16883
16884 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16885
16886         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16887         (gdb.tar.Z): Adjusted.
16888
16889         * Makefile.in (setup-dirs, taz): New targets; should be general
16890         enough to adapt for gdb sometime.  Build only .z file.
16891         (gas.tar.z): New target.
16892
16893 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
16894
16895         * build-all.mk: Use CC=cc -Xs on Solaris.
16896
16897 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
16898
16899         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
16900         for handling BISON for FSF releases.
16901
16902 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16903
16904         * configure: Actually implement the change zoo just documented.
16905
16906 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
16907
16908         * configure: when using config.guess, only set target_alias when
16909         it's not already been set (ie, on the command line)
16910
16911 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16912
16913         * Makefile.in: add installcheck target, set PRMS to install-prms
16914
16915 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16916
16917         * configure: add support for package_makefile_fragment, handle the
16918         case where a directory has a configure.in file but no Makefile.in
16919         more gracefully (with an actual understandable error message, even);
16920         add support for --without (and add this to the usage message); also
16921         explicitly add a --host=${host_alias} to the command line when
16922         config.guess is used
16923
16924 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16925
16926         * configure: Must use both --host and --target in recursive calls.
16927
16928 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16929
16930         * Makefile.in: Change deja-gnu to dejagnu.
16931
16932 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16933
16934         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16935
16936 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16937
16938         * configure.in: canonicalize all instances to *-*-solaris2*,
16939         also strip out a number of tools to not build for go32 host
16940
16941 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16942
16943         * config.guess: add GPL.
16944
16945         * Makefile.in, config.guess, config.sub, configure: bump
16946           copyrights to 93.
16947
16948 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
16949
16950         * Makefile.in (do-info): Removed obsolete check for existence of
16951         localenv file.
16952
16953         * Makefile.in (MAKEOVERRIDES): Define to be empty.
16954
16955 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16956
16957         * Makefile.in: a couple of 'else true' for decstation,
16958         support for TclX
16959
16960         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16961
16962 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
16963
16964         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16965
16966 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
16967
16968         * config.guess: Recognize i386-ibm-aix (PS/2).
16969         * configure.in: Use config/mh-aix386 file for it.
16970
16971 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
16972
16973         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16974         CC_FOR_TARGET instead.
16975         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16976
16977 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
16978
16979         * Makefile.in: Add sim to list of directories sent with gdb
16980
16981 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
16982
16983         * configure.in: Put back mips-dec-bsd* case.
16984
16985 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
16986
16987         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16988         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
16989         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16990
16991 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16992
16993         * configure.in: remove no-op mips-dec-bsd* in "case $target"
16994
16995         * Makefile.in (dir.info): only run gen-info-dir if it exists,
16996         (install-info): install dir.info only if it exists,
16997         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16998
16999 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
17000
17001         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
17002         gas for mips-dec-bsd.
17003
17004 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
17005
17006         * configure (makesrcdir): If ${srcdir} is relative and not ".",
17007         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
17008
17009 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
17010
17011         * configure.in: Added "dejagnu" to hosttools list.
17012
17013 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
17014
17015         * config.sub, configure.in, config.guess:  Add support
17016         for Bosx, an AIX variant from Bull.
17017         Patches from F.Pierresteguy@frcl.bull.fr.
17018
17019 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
17020
17021         * devo/dejagnu: Initial creation of devo/dejagnu.
17022         Migrated dejagnu testcases and support files for testing software
17023         tools to reside as subdirectories, currently called "testsuite",
17024         within the directory of the software tool.  Migrated all programs,
17025         support libraries, etc. beloging to dejagnu proper from
17026         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
17027         with no modifications.  The changes to these files which will
17028         allow them to configure, build, and execute properly will be made
17029         in a future update.
17030
17031 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
17032
17033         * Makefile.in: Change send_pr to send-pr.
17034         * configure.in: Likewise.
17035         * send_pr: Renamed directory to send-pr.
17036
17037 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
17038
17039         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
17040
17041 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
17042
17043         * README:  Update for gdb-4.8 release.
17044         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
17045         gdb-xxx.tar.z (gzip'd) file also.
17046
17047 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17048
17049         * Makefile.in: make all-diff depend on all-libiberty
17050
17051 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
17052
17053         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
17054
17055 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17056
17057         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
17058
17059 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
17060
17061         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
17062         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
17063         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
17064
17065 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17066
17067         * Makefile.in:  makeinfo binary is in a new location
17068
17069 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
17070
17071         * config.sub: Accept -ecoff as an OS.
17072
17073         * Makefile.in: Various changes to eliminate a level of make
17074         recursion and reduce the required command line length.
17075         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
17076         sub-makes.
17077         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
17078         variables holding settings for specific sub-makes.
17079         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
17080         in terms of BASE_FLAGS_TO_PASS.
17081         (TARGET_LIBS): New variable listing directories which use
17082         TARGET_FLAGS_TO_PASS.
17083         (subdir_do): Eliminated.
17084         (do-*): New set of targets to replace subdir_do.
17085         (various): All targets which used subdir_do now depend on do-*.
17086         (local-clean): Renamed from do_clean.
17087         (local-distclean): New target, dependency of distclean and
17088         realclean.
17089         (install-info): Don't create directories.  Depend on dir.info
17090         rather than calling make recursively.
17091         (install-dir.info): Eliminated.
17092         (install-info-dirs): Create all info directories here.
17093         (dir.info): Depend upon do-install-info.
17094
17095         * test-build.mk (HOLES): Added false.
17096
17097 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
17098
17099         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
17100
17101 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17102
17103         * Makefile.in (info): remove dependency on all-texinfo.  The
17104         problem was really in texinfo/C, not at this level.
17105
17106 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
17107
17108         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
17109
17110 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
17111
17112         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
17113         GDB releases.
17114
17115 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17116
17117         * configure: Include srcdir in message about target of link not
17118         being found.  Don't convert `-' to `_' in `with' options being
17119         passed to subdirs.
17120
17121 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17122
17123         * configure.in: add uudecode to host_tools
17124
17125         * Makefile.in: added {all,install}-uudecode targets, added them to
17126         the appropriate lists
17127
17128 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
17129
17130         * Makefile.in (all-gcc): Added dependency on all-gas.
17131
17132         * configure.in (mips-*-*): Build ld and binutils.
17133
17134 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
17135
17136         * configure: check return code from mkdir, print error message and
17137           exit on failure.
17138
17139 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
17140
17141         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
17142
17143 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
17144
17145         * test-build.mk (HOLES): Added tar, cpio and uudecode.
17146
17147 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
17148
17149         * config.sub (h8500):  Recognize this as a cpu type.
17150
17151 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17152
17153         * configure: source directory missing is no longer a warning
17154
17155         * configure.in: recognize irix[34]* instead of irix[34]
17156
17157         * Makefile.in: define and pass down X11_LIB
17158
17159 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
17160
17161         * guess-systype: Renamed to ...
17162         * config.guess:  ... by popular request.
17163         * configure.in, Makefile.in:  Update accordingly.
17164
17165 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
17166
17167         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
17168         + Add Convex, Cray/Unicos, and Encore/Multimax support.
17169         + Execute ./dummy instead of assuming . is in PATH.
17170
17171 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
17172
17173         * guess-systype:  New shell script.  Attempts to guess the
17174         canonical host name of the executing host.
17175         Only a few hosts are supported so far.
17176         * configure:  Call guess-systype if no host is specified.
17177
17178 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
17179
17180         * Makefile.in (gcc-no-fixedincludes): Made to work with current
17181         gcc Makefile.
17182
17183
17184 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
17185
17186         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
17187         (all-gcc, install-gcc, subdir_do): Use it.
17188
17189 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
17190
17191         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
17192
17193 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
17194
17195         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
17196           set exclusively by configure, using configure.in .
17197
17198 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17199
17200         * test-build.mk: set $PATH for all builds
17201
17202         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
17203
17204 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
17205
17206         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
17207         the one used in gcc/Makefile.in, so that a null expansion doesn't
17208         override the one needed to build gcc with a native cc.
17209
17210
17211 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17212
17213         * configure: Accept -with arguments.
17214
17215 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
17216
17217         * Makefile.in: added h8300sim
17218
17219 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
17220
17221         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
17222         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
17223         (all-cygnus, native, build-cygnus): Make
17224         $(canonhost)-stamp-3stage-done, not $(host)....
17225         * test-build.mk (stamp-3stage-compared): Use tail +10c for
17226         i386-sco3.2v4.  Added else true to if command.
17227
17228 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
17229
17230         * config.sub: (from FSF) Sequent uses a BSD-like OS.
17231
17232 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
17233
17234         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
17235
17236 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17237
17238         * configure.in: don't remove binutils from Solaris builds
17239
17240 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
17241
17242         * Makefile.in: get rid of earlier definitions for *clean,
17243         also handle the recursive info rule better
17244
17245 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
17246
17247         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
17248         do more-or-less the right thing.
17249
17250 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
17251
17252         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
17253         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
17254
17255 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17256
17257         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
17258         $(host_canonical).
17259
17260         * configure.in: split the configdirs list into 4 categories (native
17261         v. cross, library v. tool) and handle the cross-only and native-
17262         only in more reasonable (and correct!) way.
17263
17264 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
17265
17266         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
17267         configdirs anymore.
17268
17269 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17270
17271         * Makefile.in: extensive cleanup::  removed all of the explicit
17272         clean-* targets, collapsed many wrappers around subdir_do into
17273         one, added additional targets to satisfy standards.texi, deleted
17274         some old targets, some changes for consistency
17275
17276 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17277
17278         * configure.in: handle some programs as cross-only, and others as
17279         native only
17280
17281         * test-build.mk: handle partial holes in a more generic manner
17282
17283         * Makefile.in: m4 depends on libiberty
17284
17285 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17286
17287         * configure.in: add m4, textutils, fileutils, sed, shellutils,
17288         time, wdiff, and find to configdirs
17289
17290         * Makefile.in: all, clean, and install rules for the new programs
17291         added to configure.in
17292
17293 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17294
17295         * configure.in: use mh-sun for all *-sun-* hosts
17296
17297 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17298
17299         * Makefile.in: define flags for X11 include files and library file
17300         locations, pass them down to the programs that need this info
17301
17302         * build-all.mk: added a 'native' target, to 3stage the native toolchain
17303
17304 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17305
17306         * configure.in: start building libg++ for HP-UX targets
17307
17308 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
17309
17310         * README:  Update references to files moved into etc/.
17311
17312 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
17313
17314         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
17315         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
17316
17317 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
17318
17319         * configure: accept dash as well as underscore in long option
17320         names for FSF compatibility.
17321
17322 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
17323
17324         * config.sub: added -sco3.2v4 support from FSF.
17325
17326 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17327
17328         * configure.in: expand the section that adds or removes
17329         directories from the list of programs to build, to handle native
17330         vs. cross in addition to host v. native
17331
17332 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
17333
17334         * Makefile.in:  Replace C++ in macro names with CXX.
17335         This is less likely to break ...
17336
17337 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17338
17339         * test-build.mk: add -w to GNU_MAKE
17340
17341 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17342
17343         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
17344         add 'sparc' to list of recognized cpus.  This needed to make
17345         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
17346         Delete some redundant ose68 variants.  Recognize -wrs as an os,
17347         then changes that into $CPU-wrs-vxworks.
17348
17349         * configure.in: remove most references to gdbtest, regularize
17350         target based program removal
17351
17352         * test-build.mk: import from p3 tree (many fixes and changes)
17353
17354 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
17355
17356         * Makefile.in: added rules to handle tcl, tk, and expect
17357
17358         * configure.in: handle those directories if they exist
17359
17360 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17361
17362         * config.sub: removed bogus hppabsd and hppahpux names, since
17363         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
17364
17365 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17366
17367         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
17368         depends upon all-xiberty
17369
17370         * Makefile.in: changes from p3, including:
17371
17372         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
17373
17374         * Makefile.in (XTRAFLAGS): include newlib directories if
17375         newlib/Makefile exists, rather than if host != target.
17376
17377         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
17378
17379         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17380         from the same source tree and not building a cross-compiler.  This
17381         matters for the libg++ configuration if reconfiguring a tree that
17382         has already been installed.
17383
17384         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
17385
17386         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17387         pick up the machine and system specific header files.
17388
17389         * Makefile.in: added AS_FOR_TARGET, passed down in
17390         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
17391         the C compiler to use to create programs which are run in the
17392         build environment, set it to default to $(CC), and passed it down
17393         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17394
17395         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
17396
17397         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
17398         We need them for unusual native builds, like systems without
17399         ranlib.
17400
17401         * configure: also define $(host_canonical) and
17402         $(target_canonical), which are the full, canonical names for the
17403         given host and target
17404
17405 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
17406
17407         * Makefile.in:  Added separate definitions for C++.
17408
17409 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
17410
17411         * configure.in (configdirs):  Add deja-gnu.
17412
17413 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
17414
17415         * README:  Update for configure.texi and gdb-4.7 release.
17416
17417 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
17418
17419         * Makefile.in:  Move "all" target to top of file.
17420         Previously, first target was ".PHONY" which caused BSD4.4 make
17421         to build .PHONY when make was run without arguments.
17422
17423 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
17424
17425         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
17426         Library-copylefted code in libiberty.
17427
17428 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
17429
17430         * config.sub:  Replace m68kmote with plain old m68k.
17431
17432 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
17433
17434         * Makefile.in:  Remove space from blank line, avoid Make complaints.
17435
17436 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
17437
17438         * config.sub: Complain if no argument is given.  Added support for
17439         386bsd as OS and target alias.
17440
17441 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
17442
17443         * Makefile.in (XTRAFLAGS): include newlib directories if
17444         newlib/Makefile exists, rather than if host != target.
17445
17446 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
17447
17448         * config.sub: recognize sparclite-wrs-vxworks.
17449
17450         * Makefile.in (install-xiberty): added *-xiberty make rules (from
17451         p3.) Added clean-xiberty to clean.
17452
17453 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17454
17455         * configure.in: use *-*-* instead of nested cases for host and target
17456
17457 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
17458
17459         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17460         from the same source tree and not building a cross-compiler.  This
17461         matters for the libg++ configuration if reconfiguring a tree that
17462         has already been installed.
17463
17464 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
17465
17466         * config.sub (i486v/i486v4):  Merge in from FSF version.
17467
17468 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
17469
17470         * configure: only set PWD if it is already set.
17471
17472 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
17473
17474         * configure: just set PWD=`pwd` at the top, since Ultrix sh
17475         doesn't have unset and all success paths (and most error paths)
17476         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
17477         to just ${PWD} to avoid confusion.)
17478
17479 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
17480
17481         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
17482         even for a native compilation.
17483
17484 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
17485
17486         Changes to make the gdb.tar.Z rule work better.
17487
17488         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
17489         (DEVO_SUPPORT):  Add configure.texi.
17490         (bfd-ilrt.tar.Z):  Remove ancient rule.
17491
17492 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
17493
17494         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17495         pick up the machine and system specific header files.
17496
17497         * configure.in, config.sub: added new target m68010-adobe-scout,
17498         with alias of adobe68k.  Changed configure.in to check for
17499         -scout before -sco* to avoid a false match.
17500
17501         * Makefile.in: added AS_FOR_TARGET, passed down in
17502         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
17503         the C compiler to use to create programs which are run in the
17504         build environment, set it to default to $(CC), and passed it down
17505         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17506
17507 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
17508
17509         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
17510         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
17511         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
17512         FOR_TARGET variants, to newlib and libg++.
17513
17514 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17515
17516         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
17517         first.
17518
17519 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
17520
17521         * config.sub:  Accept `elf' as an environment.
17522
17523 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17524
17525         * Makefile.in (all-opcodes):  cd into the right directory
17526
17527 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
17528
17529         * configure: added -program_transform_name option, used as
17530         argument to sed when installing programs.
17531         configure.texi: added documentation for -program_prefix,
17532         -program_suffix and -program_transform_name.
17533
17534 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
17535
17536         * config.sub:  Accept i486 where i386 ok.
17537
17538 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
17539
17540         * config.sub: accept we32k
17541
17542 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
17543
17544         * config.sub, configure.in: accept OSE68000 and OSE68k.
17545
17546         * Makefile.in: don't create all directories for ``make install'';
17547         let the subdirectories create the ones they need.
17548
17549 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17550
17551         * COPYING: new file, GPL v2
17552
17553 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17554
17555         * Makefile.in: use the new gen-info-dir, which needs a template
17556         argument (which also lives in texinfo)
17557
17558         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
17559
17560 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
17561
17562         * config.sub (ncr3000):  Change i386 to i486.
17563
17564 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17565
17566         * Makefile.in: add install-rcs, install-grep to
17567         install-no-fixedincludes, removed install-bison and install-libgcc
17568
17569 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
17570
17571         * configure.in: grab the HPUX makefile fragment if on HPUX
17572
17573 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
17574
17575         * Makefile.in: eradicate bison spoor (ditto libgcc).
17576          configure.in: recognise m68{k,000}-ericsson-OSE.
17577          es1800 is alias for m68k-ericsson-OSE
17578
17579 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17580
17581         * configure.in: rearrange the parts that remove programs from
17582         configdirs, based now on HOST==TARGET or by canonical triple.
17583
17584 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17585
17586         * test-build.mk: recurse explicitly with -f test-build.mk when
17587           appropriate.  predicate stage3 and comparison on the existence
17588           of gcc.  That is, if gcc isn't around, we aren't three-staging.
17589           On very clean, also remove ...stamp-co.  Build in-place before
17590           doing other builds.
17591
17592 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17593
17594         * Makefile.in, configure.in: add tgas
17595
17596 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17597
17598         * Makefile.in: a number of changes merged in from progressive.
17599
17600         * configure.in: add libm.
17601
17602         * .cvsignore: ignore some stuff that comes from test-build.mk.
17603
17604 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
17605
17606         * config.sub:  Add es1800 (m68k-ericsson-es1800).
17607
17608 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
17609
17610         * configure: Add program_suffix (parallel to program_prefix)
17611         * Makefile.in: adjust directory-creating script for losing decstation
17612
17613 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
17614
17615         * configure:  Minor $subdir-related fixes.
17616
17617 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17618
17619         * configure: fix various problems with propogating
17620         makefile_target_frag in subdirs.
17621         * configure.in: config libgcc if its there
17622
17623 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
17624
17625         * config.sub:  HPPA merge.
17626
17627 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
17628
17629         * Makefile.in:  Replace all-bison with all-byacc in all
17630         dependency lines for other tools (which now use byacc).
17631
17632 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
17633
17634         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
17635
17636 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
17637
17638         * Makefile.in: make gprof rules similar to byacc rules (instead of
17639         vestigal $(unsubdir) that didn't work...)
17640
17641 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
17642
17643         * config.sub:  Add support for Linux.
17644         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
17645         (at least for libg++).
17646
17647 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
17648
17649         * configure.texi: fix doc for the -nfp option to configure
17650
17651 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
17652
17653         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
17654
17655 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
17656
17657         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
17658         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
17659         * configure.in: added solaris* host_makefile_frag hook.
17660
17661 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17662
17663         * config.sub: changed recognition of m68000 so that various
17664         m68k types can be specified via m680[01234]0
17665
17666 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17667
17668         * config.sub (basic_machine): fix sed so that '-foo' isn't
17669         completely substituted out while .+'-foo' loses the '-foo'
17670
17671 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
17672
17673         * config.sub ($os): Add -aout.
17674
17675 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
17676
17677         * configure:  If host_makefile_frag is absolute, don't
17678         prefix ${invsubdir} (relevant to libg++ auto-configure).
17679
17680 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
17681
17682         * Makefile.in (tooldir): Define it.
17683         (all-ld): Depend on all-flex.
17684
17685 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
17686
17687         * Makefile.in (check):  Fix libg++ special case.
17688
17689 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
17690
17691         * configure: do not bury `pwd` into config.status, thus do fewer
17692           pwd's.
17693
17694         * configure: print the "Building in" message only when building in
17695           other than "." AND verbose.
17696
17697         * configure: remove -s, rework -v to better accommodate guested
17698           configures.
17699
17700         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17701
17702 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
17703
17704         * Makefile.in: macroize flags passed on recursion.  remove
17705           fileutils.
17706
17707 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
17708
17709         * configure: get makesrcdir right for subdirs deeper than 1.
17710
17711         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17712           install.
17713
17714 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
17715
17716         * Makefile.in: don't print subdir_do or recursion lines.
17717
17718 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
17719
17720         * standards.texi: added menu item.
17721
17722         * Makefile.in: build and install standards.info.
17723
17724         * standards.texi: new file.
17725
17726 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17727
17728         * configure: test for and move config.status pieces from
17729           ${subdir}/.
17730
17731 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
17732
17733         * configure:  Test for existance of files before trying to mv
17734         them, to avoid numerous non-existance messages.
17735
17736 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
17737
17738         * configure: correct final line of config.status.
17739
17740         * configure: patch from eggert.  Avoids a protection problem if
17741           the original Makefile.in is read only.
17742
17743         * configure: use move-if-change from gcc to create config.status.
17744           Some makefiles depend on config.status to tell if a directory
17745           has been reconfigured for a different host.  This change
17746           prevents those directories from remaking everything in the case
17747           where the reconfig was only intended to rebuild a Makefile.
17748
17749         * configure: test for config.sub with "config.sub sun4" rather
17750           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
17751           host alias from a missing config.sub.
17752
17753 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17754
17755         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17756           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
17757
17758 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
17759
17760         * configure: mkdir ${subdir} as needed.
17761
17762 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
17763
17764         * Makefile.in,configure.in: added autoconf.
17765
17766 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17767
17768         * Makefile.in: no longer pass against on recursion.
17769
17770         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17771           definitions are not inherited.
17772
17773         * configure: correct makesrcdir when subdir is .
17774
17775 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
17776
17777         * configure:  Add support for 'subdirs' variable, which is
17778         like 'configdirs', except that configure doesn't re-invoke
17779         itself for subdirs, it just creates a Makefile for each subdir.
17780         * configure.texi:  Document subdirs.
17781
17782 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17783
17784         * configure.in: added flex to configdirs
17785
17786 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
17787
17788         * Makefile.in: remove clean-stamps from clean.
17789
17790 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
17791
17792         * configure.in:  Add gdbtest to configdirs.
17793
17794 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
17795
17796         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
17797         to recursive makes.
17798         * configure.in:  Recognize new ncr3000 config.
17799
17800 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
17801
17802         * Makefile.in, configure.in: removed references to gdbm.
17803
17804 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
17805
17806         * config.sub:  Don't canonicalize os value
17807         newsos* to bsd (readline needs to check for newsos).
17808         (This fix was earlier made Jan 31, but got re-broken.)
17809
17810 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
17811
17812         * configure.in:  sco is an os, not a vendor!
17813
17814         * configure:  Quote $( better.  Keep various shells happy.
17815
17816 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
17817
17818         * Makefile.in: eliminate stamp-files.
17819
17820 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
17821
17822         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
17823           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17824
17825 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
17826
17827         * config.sub:  fix iris/iris3.
17828
17829 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
17830
17831         * configure: re-add -rm.
17832
17833 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
17834
17835         * Maskefile.in: add .stmp-rcs to all.
17836
17837         * configure.in: remove gas from rs6000 build, use aix host fragment.
17838
17839 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
17840
17841         * configure: pass down site_option during recursion.
17842
17843 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
17844
17845         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
17846
17847 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
17848
17849         * configure: Change exec_prefix so that it really defaults to prefix.
17850
17851 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
17852
17853         * Makefile.in, configure.in:  Add support for mmalloc library.
17854
17855 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
17856
17857         * Makefile.in: add stmp dependencies for a few more things.
17858
17859 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
17860
17861         * configure: adjusted error message on objdir/srcdir configure
17862           collision, per john's suggestion.
17863
17864         * Makefile.in: add libiberty stmp to all and all.cross.
17865
17866 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
17867
17868         * Makefile.in: remove force dependencies, add grep to all.
17869
17870 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
17871
17872         * Makefile.in: drop flex.  make stamp files work.
17873
17874         * configure: added test for conflicting configuration in srcdir,
17875           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
17876           gets cranky.  use relative paths for configure and srcdir
17877           whenever possible.  Send some error messages to stderr that were
17878           going to stdout.
17879
17880 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
17881
17882         * Makefile.in:  Fix libg++ rule to check for gcc directory
17883         before using gcc/gcc.  Also pass XTRAFLAGS.
17884
17885 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
17886
17887         * Makefile.in: added stmp-files so that directories aren't polled
17888           when they are already built.
17889
17890         * configure.texi: fixed a node pointer problem.
17891
17892 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
17893
17894         * config.sub configure.in gdb/configure.in
17895         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17896         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17897         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
17898
17899 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17900
17901         * configure: -recurring becomes -silent.  corrected help message
17902           for -site= option.
17903
17904         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17905
17906 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17907
17908         * configure: when building Makefile for crosses, replace
17909           tooldir and program_prefix.  default srcdir from location of
17910           config.sub.  remove "for host in hosts" and "for target in
17911           targets" loops.
17912
17913 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17914
17915         * Makefile.in: Do not pass bindir or mandir to cvs.
17916
17917 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
17918
17919         * Makefile.in, configure.in: removed traces of namesubdir,
17920           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
17921           copyrights to '92, changed some from Cygnus to FSF.
17922
17923         * configure.texi: remove most references to multiple hosts,
17924           multiple targets, subdirs, etc.
17925
17926         * configure.man: removed rcsid. reference config.sub not
17927           config.subr.
17928
17929         * Makefile.in: mkdir $(infodir) on install-info.
17930
17931 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
17932
17933         * configure.texi:  Explain better about .gdbinit and about
17934         the environment that configure.in sections run in.
17935
17936 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
17937
17938         * configure.in:  Ultrix is only a decstation if it's a MIPS.
17939
17940 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
17941
17942         * README:  DOC.configure => cfg-paper.texi.
17943
17944 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
17945
17946         * config.sub (near case $os):  Don't convert newsos* to bsd!
17947
17948 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
17949
17950         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
17951         the number of copies of COPYING that go into the GDB tar file.
17952
17953 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
17954
17955         * bfd/configure.in, gdb/config/mh-i386sco,
17956         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17957         Fix SCO configuration stuff.
17958
17959 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
17960
17961         * Makefile.in:  For libg++, make sure the -I pointing
17962         to the gcc directory goes *after* all the libg++-local -I flags.
17963         Also, move just-gcc dependency from just-libg++ to all-libg++.
17964
17965 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
17966
17967         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
17968
17969 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
17970
17971         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
17972
17973 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
17974
17975         * config.sub:  Add stratus configuration frags.  Also
17976         submitted to FSF.
17977
17978 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
17979
17980         * Makefile.in (DEV_SUPPORT):  add configure.man.
17981
17982         * config.sub(Decode manufacturer-specific):  add -none*.
17983
17984 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
17985
17986         * Makefile.in:  remove form feeds to make Sun's make happy.
17987         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
17988
17989 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
17990
17991         * Makefile.in (AR_FLAGS):  Make quieter.
17992
17993 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
17994
17995         * configure.in:  Add libg++.
17996         * configure:  When verbose, don't output the command line at each
17997         level; it will be unremarkably the same as the previous version,
17998         which will be the same as what the user typed.
17999
18000 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
18001
18002         * configure.in, Makefile.in: fix clean-info, add flex.  add
18003           fileutils.
18004
18005         * configure: be less sensitive to spaces in Makefile.in.  Do not
18006           look for sources in "..".  Doing so breaks subdirectories that
18007           might have their own configure.  If a subdir has it's own
18008           configure script, use it.
18009
18010 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
18011
18012         * cfg-paper.texi: some changes suggested by rms.
18013
18014 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
18015
18016         * config.sub:  Merge in some small additions from the FSF version,
18017         taken from the gcc distribution, to bring the Cygnus and FSF
18018         versions into closer sync.
18019
18020 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
18021
18022         * configure.in:  Changed svr4 references to sysv4.
18023
18024 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
18025
18026         * configure: added -V for version number option.
18027
18028 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
18029
18030         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
18031           renamed from DOC.configure to cfg-paper.texi.
18032
18033 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18034
18035         * configure, config.subr, config.sub: config.subr is now
18036           config.sub again.
18037
18038 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
18039
18040         * configure.texi: new file, in progress.
18041
18042         * Makefile.in: build info file and install the man page for
18043           configure.
18044
18045         * configure.man: new file, first cut.
18046
18047         * configure: find config.subr again now that configuration "none"
18048           has gone.  removed all traces of the -ansi option.  removed all
18049           traces of the -languages option.
18050
18051         * config.subr: resync from rms.
18052
18053 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18054
18055         * configure, config.sub, config.subr: merge config.sub into
18056           config.subr, call the result config.subr, remove config.sub, use
18057           config.subr.
18058
18059         * Makefile.in: revised install for dir.info.
18060
18061 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18062
18063         * configure.in: add decstation host makefile frag.
18064
18065         * Makefile.in: BISON now bison -y again.  also install-gcc on
18066           install.  clean-gdbm on clean.  infodir belongs in datadir.
18067           Make directories for info install.  Build dir.info here then
18068           install it.
18069
18070 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18071
18072         * Makefile.in: fix for bad directory tests.
18073
18074 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18075
18076         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
18077           regexp.  -srcdir relative was being handled incorrectly.
18078
18079         * Makefile.in: unwrapped some for loops so that parallel makes
18080           work again and so one can focus one's attention on a particular
18081           package.
18082
18083 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18084
18085         * configure: added PWD as a stand in for `pwd` (for speed). use
18086           elif wherever possible.  make -srcdir work without -objdir.
18087           -objdir= commented out.
18088
18089 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18090
18091         * configure: +options become --options.  -subdirs commented out.
18092           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
18093           Makefile now at top of generated Makefile.  Removed cvs log
18094           entries.  added -srcdir.  create .gdbinit only if there is one
18095           in ${srcdir}.
18096
18097         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
18098           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
18099           and mandir now keyed off datadir by default.
18100
18101 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18102
18103         * Freshly created ChangeLog.
18104
18105 \f
18106 Local Variables:
18107 mode: change-log
18108 left-margin: 8
18109 fill-column: 76
18110 version-control: never
18111 End: