re PR sanitizer/56781 (boostrap-asan failure: fixincl fails to link (missing -lasan))
[platform/upstream/gcc.git] / ChangeLog
1 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
2
3         PR sanitizer/56781
4         * Makefile.def: Set bootstrap=true; for host fixincludes.
5         * configure.ac: Don't bootstrap host fixincludes unless
6         --with-build-config=bootstrap-{a,ub}san.
7         * Makefile.in: Regenerated.
8         * configure: Regenerated.
9
10 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
11
12         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
13         --enable-vtable-verify option parsing.  Don't add
14         target-libsanitizer to bootstrap_target_libs unless
15         --with-build-config=bootstrap-asan or
16         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
17         to bootstrap_target_libs unless --enable-vtable-verify.
18         * configure: Regenerated.
19
20 2014-03-10  Anatoly Sokolov <aesok@post.ru>
21
22         * MAINTAINERS (Write After Approval): Add myself.
23
24 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
25
26         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
27
28 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
29
30         PR bootstrap/58572
31         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
32         -I for libstdc++-v3 includes if $(LEAN).
33         * Makefile.in: Regenerated.
34
35 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
36
37         * MAINTAINERS: Update my email address.
38
39 2014-02-24  Walter Lee  <walt@tilera.com>
40
41         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
42         (tilegx-*-*): Change to tilegx*-*-*.
43         * configure: Regenerate.
44
45 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
46
47         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
48
49 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
50
51         * MAINTAINERS (Write After Approval): Add myself.
52
53 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
54
55         PR target/59788
56         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
57         *solaris2*.
58
59 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
60
61         * MAINTAINERS: Update my email address.
62
63 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
64
65         * MAINTAINERS: Convert to UTF-8.
66         Properly sort Xinliang David Li's entry.
67
68 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
69             Sandra Loosemore  <sandra@codesourcery.com>
70
71         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
72         nios2 port maintainers.
73
74 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
75
76         * MAINTAINERS (Write After Approval): Add myself.
77
78 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
79
80         * configure.ac: Add user-friendly check for native x86_64-linux
81         multilibs.
82         * configure: Regenerate.
83
84 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
85
86         * MAINTAINERS: Add myself as sh maintainer.
87
88 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
89
90         * MAINTAINERS: Add self as SLSR maintainer.
91
92 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
93
94         * MAINTAINERS: Update my email address.
95
96 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
97
98         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
99
100 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
101
102         * Makefile.in: Regenerate.
103
104         * Makefile.tpl: Fix typo.
105         * Makefile.in: Regenerate partially.
106
107 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
108
109         * configure.ac: Added libcilkrts to noconfig list when C++ is not
110         supported.
111         * configure: Regenerated.
112
113 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
114
115         * MAINTAINERS (Write After Approval): Add myself.
116
117 2013-10-30  Jason Merrill  <jason@redhat.com>
118
119         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
120         --disable-build-format-warnings.
121
122 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
123
124         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts 
125         depend on libstdc++ and libgcc.
126         * configure: Regenerate.
127         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
128         libcilkrts for POSIX and i*86, and x86_64 architectures.
129         * Makefile.in: Added libcilkrts related fields to support building it.
130
131 2013-10-26  Jeff Law  <law@redhat.com>
132
133         * Makefile.def (target_modules): Remove libmudflap
134         (languages): Remove check-target-libmudflap).
135         * Makefile.in: Rebuilt.
136         * Makefile.tpl (check-target-libmudflap-c++): Remove.
137         * configure.ac (target_libraries): Remove target-libmudflap.
138         Remove checks which disabled libmudflap on some systems.
139         * configure: Rebuilt.
140         * libmudflap: Directory removed.
141
142 2013-10-21  Cong Hou  <congh@google.com>
143
144         * MAINTAINERS (Write After Approval): Add myself.
145
146 2013-10-16  Mike Stump  <mikestump@comcast.net>
147
148         * .dir-locals.el: Add.
149
150 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
151
152         * configure.ac: Add --enable-host-shared
153         * configure: Regenerate.
154
155 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
156
157         Import from savannah.gnu.org:
158         * config.guess: Update to 2013-06-10 version.
159         * config.sub: Update to 2013-10-01 version.
160
161 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
162
163         Changes to build configuration to allow big endian ARC ELF toolchain
164         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
165         * configure: Regenerate.
166
167 2013-09-20  Alan Modra  <amodra@gmail.com>
168
169         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
170         ppc host match.  Support little-endian powerpc linux hosts.
171
172 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
173
174         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
175         maintainer.
176
177 2013-09-12  DJ Delorie  <dj@redhat.com>
178
179         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
180         maintainers.
181
182 2013-09-03  Richard Biener  <rguenther@suse.de>
183
184         * configure.ac: Also allow ISL 0.12.
185         * configure: Regenerated.
186
187 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
188
189         * MAINTAINERS (Write After Approval): Add myself.
190
191 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
192
193         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
194
195 2013-08-26  Caroline Tice  <cmtice@google.com>
196
197         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
198         "Various Reviewers" to libvtv "Various Maintainers".
199
200 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
201
202         * MAINTAINERS: Add myself as RTL optimizers reviewer.
203
204 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
205
206         * MAINTAINERS: Update name, email.
207
208 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
209
210         * MAINTAINERS (Write After Approval): Add myself.
211
212 2013-08-12  Caroline Tice  <cmtice@google.com>
213
214         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
215         address in the Write After Approval section.
216
217 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
218
219         * MAINTAINERS (Write After Approval): Update email.
220
221 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
222
223         * configure.ac: Adjust to check VTV_SUPPORTED.
224         * configure: Regenerated.
225
226 2013-08-02  Caroline Tice  <cmtice@google.com>
227
228         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
229         on non-linux systems; add target-libvtv to noconfigdirs; add
230         libsupc++/.libs to C++ library search paths.
231         * configure: Regenerated.
232         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
233         libstdc++ and libgcc.
234         * Makefile.in: Regenerated.
235
236 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
237
238         * MAINTAINERS (Write After Approval): Add myself.
239
240 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
241             Shiva Chen  <shiva0217@gmail.com>
242
243         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
244         nds32 port maintainers.
245
246 2013-07-17  Tim Shen  <timshen91@gmail.com>
247
248         * MAINTAINERS (Write After Approval): Add myself.
249
250 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
251
252         * configure.ac: Sync from binutils.
253         * configure: Regenerate.
254
255 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
256
257         * MAINTAINERS (Write After Approval): Add myself.
258
259 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
260
261         * MAINTAINERS (Write After Approval): Add myself.
262
263 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
264
265         * MAINTAINERS (Write After Approval): Add myself.
266
267 2013-04-30  Brooks Moses  <bmoses@google.com>
268
269         * MAINTAINERS: Update my email; move myself from Fortran
270         reviewer to Write After Approval.
271
272 2013-04-16  Andreas Schwab  <schwab@suse.de>
273
274         * configure.ac (aarch64-*-*): Don't disable java.
275         * configure: Regenerate.
276
277 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
278
279         * MAINTAINERS (Write After Approval): Add myself.
280
281 2013-03-30  Matthias Klose  <doko@ubuntu.com>
282
283         * Makefile.def (target_modules): Don't install libffi.
284         * Makefile.in: Regenerate.
285
286 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
287
288         * MAINTAINERS (Write After Approval): Add myself.
289
290 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
291
292         * MAINTAINERS (Write After Approval): Add myself.
293
294 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
295
296         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
297         * configure: Regenerated.
298
299 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
300
301         * MAINTAINERS: Explicitly add myself as AIX maintainer.
302         Remove Geoff Keating as rs6000 port maintainer, at his request.
303
304 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
305
306         * MAINTAINERS: Update my email.
307
308 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
309
310         * configure: Re-generate.
311
312 2013-01-15  Richard Biener  <rguenther@suse.de>
313
314         PR other/55973
315         * configure: Re-generate.
316
317 2013-01-14  Matthias Klose  <doko@ubuntu.com>
318
319         * Makefile.def (install-target-libsanitizer): Depend on
320         install-target-libstdc++-v3.
321         * Makefile.in: Regenerate.
322
323 2013-01-14  Richard Biener  <rguenther@suse.de>
324
325         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
326         * configure: Re-generate
327
328 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
329
330         * config.sub: Update from config repo.
331
332 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
333
334         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
335         * Makefile.in: Regenerate.
336
337 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
338
339         * MAINTAINERS (arc): Add new port maintainership for myself.
340
341 2013-01-09  Jason Merrill  <jason@redhat.com>
342
343         * .gitignore: Import from gdb repository.
344
345 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
346
347         * Makefile.def (configure-gcc): Depend on all-gmp.
348         (all-gcc): Remove dependency on all-gmp.
349         * Makefile.in: Regenerated.
350
351 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
352
353         * config.sub: Merge from config repo.
354         * config.guess: Ditto.
355
356 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
357
358         * Makefile.def: Merge from binutils.
359         * Makefile.in: Ditto.
360
361 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
362
363         * MAINTAINERS: Update my email.
364
365 2012-12-29  Ben Elliston  <bje@gnu.org>
366
367         * config.guess: Update to 2012-12-29 version.
368         * config.sub: Likewise.
369
370 2012-12-20  Matthias Klose  <doko@ubuntu.com>
371
372         * Makefile.def (install-target-libgfortran): Depend on
373         install-target-libquadmath, install-target-libgcc.
374         (install-target-libsanitizer): Depend on install-target-libgcc.
375         (install-target-libjava): Depend on install-target-libgcc.
376         (install-target-libitm): Depend on install-target-libgcc.
377         (install-target-libobjc): Depend on install-target-libgcc.
378         (install-target-libstdc++-v3): Depend on install-target-libgcc.
379         * Makefile.in: Regenerate.
380
381 2012-12-19  Matthias Klose  <doko@ubuntu.com>
382
383         * Makefile.def (install-target-libgo): Depend on
384         install-target-libatomic.
385         * Makefile.in: Regenerate.
386
387 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
388
389         PR go/55201
390         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
391         * Makefile.in: Regenerate.
392
393 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
394
395         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
396         * configure: Regenerate.
397
398 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
399
400         * config.sub: Merge from config repo.
401
402 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
403
404         * Makefile.def (target_modules): Add bootstrap=true and
405         raw_cxx=true to libsanitizer.
406         * configure.ac (bootstrap_target_libs): Add libsanitizer.
407         * Makefile.in: Regenerated.
408         * configure: Likewise.
409
410 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
411
412         * MAINTAINERS: Remove self as RTL optimization maintainer.
413
414 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
415
416         * MAINTAINERS (Write After Approval): Add myself.
417
418 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
419
420         * Makefile.def (target_modules): Remove bootstrap=true and
421         raw_cxx=true from libsanitizer.
422         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
423         * Makefile.in: Regenerated.
424         * configure: Likewise.
425
426 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
427
428         * Makefile.def (target_modules): Add bootstrap=true and
429         raw_cxx=true to libsanitizer.
430         * configure.ac (bootstrap_target_libs): Add libsanitizer.
431         * Makefile.in: Regenerated.
432         * configure: Likewise.
433
434 2012-11-28  Andrew Pinski  <apinski@cavium.com>
435
436         PR bootstrap/54279
437         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
438         * configure: Regenerate.
439         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
440         * Makefile.in: Regenerate.
441
442 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
443
444         * configure.ac: Disable libsanitizer if we're not building C++.
445         * configure: Regenerate.
446
447 2012-11-15  Roland McGrath  <roland@hack.frob.com>
448
449         * MAINTAINERS (Write After Approval): Add myself.
450
451 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
452
453         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
454         Kostya Serebryany (kcc@google.com) and
455         Jakub Jelinek (jakub@redhat.com).
456         Rename area for Dodji Seketeli (dodji@redhat.com).
457
458 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
459
460         * MAINTAINERS: (asan.c, related): Add myself.
461
462 2012-11-14  Roland McGrath  <mcgrathr@google.com>
463
464         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
465         * configure: Regenerate.
466
467 2012-11-13  Richard Henderson  <rth@redhat.com>
468
469         * configure.ac: Move libsanitizer logic to subdirectory.
470         * configure: Regenerate.
471
472 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
473
474         * configure.ac: Enable libsanitizer just on x86 linux for now.
475         * configure: Re-generate.
476
477 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
478
479         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
480         sections.
481         * configure: Regenerate.
482
483 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
484
485         * configure.ac: Add section for configdirs for libsanitizer.
486         Disable for cris-*-* and mmix-*-*.
487         * configure: Regenerate.
488
489 2012-11-12  Wei Mi <wmi@google.com>
490
491         * configure.ac: Add libsanitizer to target_libraries.
492         * Makefile.def: Ditto.
493         * configure: Regenerate.
494         * Makefile.in: Regenerate.
495         * libsanitizer: New directory for asan runtime.  Contains an empty
496         tsan directory.
497
498 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
499
500         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
501         against Mingw64 w32api.
502         * configure: Regenerate.
503
504 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
505
506         * configure: Regenerated.
507
508 2012-11-03  Robert Mason  <rbmj@verizon.net>
509
510         * configure.ac: add --disable-libstdcxx configure option
511         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
512
513 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
514
515         * MAINTAINERS (Write After Approval): Add myself.
516
517 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
518
519         * MAINTAINERS (Write After Approval): Add myself.
520
521 2012-10-24  Sharad Singhai  <singhai@google.com>
522
523         * MAINTAINERS (Write After Approval): Add myself.
524
525 2012-10-24  Eric Christopher  <echristo@gmail.com>
526
527         * MAINTAINERS: Update email address.
528
529 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
530
531         PR bootstrap/54820
532         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
533         * configure: Regenerate.
534
535 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
536
537         * MAINTAINERS (aarch64): Add Marcus and myself.
538
539 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
540
541         PR bootstrap/54820
542         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
543         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
544         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
545         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
546         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
547         * Makefile.in: Regenerate.
548         * configure.ac (have_static_libs): New variable and associated check.
549         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
550         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
551         * configure: Regenerate.
552
553 2012-10-10  Richard Biener  <rguenther@suse.de>
554
555         * MAINTAINERS: Adjust for changed surname.
556
557 2012-10-04  Lawrence Crowl  <crowl@google.com>
558
559         * MAINTAINERS (Write After Approval): Add myself.
560
561 2012-10-01  Cary Coutant  <ccoutant@google.com>
562
563         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
564
565 2012-09-28  Ian Lance Taylor  <iant@google.com>
566
567         * Makefile.def: Make all-target-libgo depend on
568         all-target-libbacktrace.
569         * Makefile.in: Rebuild.
570
571 2012-09-26  Ian Lance Taylor  <iant@google.com>
572
573         * Makefile.def: Make all-gcc depend on all-libbacktrace.
574         * Makefile.in: Rebuild.
575
576 2012-09-20  Walter Lee  <walt@tilera.com>
577
578         * configure.ac: Add tilegx to list of targets that support gold.
579         * configure: Regenerate.
580
581 2012-09-20  Marek Polacek  <polacek@redhat.com>
582
583         * MAINTAINERS (Write After Approval): Add myself.
584
585 2012-09-19  Steve Ellcey  <sellcey@mips.com>
586
587         * configure.ac: Add mips*-mti-elf* target.
588         * configure: Regenerate.
589
590 2012-09-17  Ian Lance Taylor  <iant@google.com>
591
592         * MAINTAINERS (Various Maintainers): Add libbacktrace.
593         * configure.ac (host_libs): Add libbacktrace.
594         (target_libraries): Add libbacktrace.
595         * Makefile.def (host_modules): Add libbacktrace.
596         (target_modules): Likewise.
597         * configure, Makefile.in: Rebuild.
598
599 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
600
601         PR target/38607
602         Merge upstream change.
603         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
604
605         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
606         Add libgomp*.o to compare_exclusions for AIX.
607         * configure: Regenerate.
608
609 2012-09-06  Diego Novillo  <dnovillo@google.com>
610
611         * configure.ac: Bump minimum GMP version to 4.2.3.
612         * configure: Re-generate.
613
614 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
615
616         PR target/54461
617         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
618         target-libgloss if not configured --with-avrlibc=no.
619         * configure: Regenerate.
620
621 2012-09-04  Jason Merrill  <jason@redhat.com>
622
623         * configure.ac: Fix --enable-languages=all.
624
625 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
626
627         * MAINTAINERS (Write After Approval): Add myself.
628
629 2012-09-03  Richard Guenther  <rguenther@suse.de>
630
631         PR bootstrap/54138
632         * configure.ac: Re-organize ISL / CLOOG checks to allow
633         disabling with either --without-isl or --without-cloog.
634         * configure: Regenerated.
635
636 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
637
638         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
639         * configure: Regenerate.
640
641 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
642
643         * MAINTAINERS: Fix my email address.
644
645 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
646
647         PR binutils/4970
648         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
649         and opcodes.
650         * Makefile.in: Regenerated.
651
652 2012-08-26  Art Haas <ahaas@impactweather.com>
653
654         * configure: Regenerate.
655
656 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
657
658         * INSTALL/README: Also refer to the online installation
659         instructions.
660
661 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
662
663         * MAINTAINERS (Write After Approval): Add myself.
664         (Picochip port): Remove myself.
665
666 2012-08-14   Diego Novillo  <dnovillo@google.com>
667
668         Merge from cxx-conversion branch.
669
670         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
671         POSTSTAGE1_CONFIGURE_FLAGS.
672         * Makefile.in: Regenerate.
673         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
674         Force C++ when bootstrapping.
675         * configure: Regenerate.
676
677 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
678
679         * MAINTAINERS (Write After Approval): Add myself.
680
681 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
682
683         * README: Document use of ranges of years in copyright notices.
684
685 2012-07-06  Richard Guenther  <rguenther@suse.de>
686
687         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
688         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
689         --with-gmp=system.
690         * Makefile.in: Regenerated.
691         * configure: Likewise.
692
693 2012-07-06  Richard Guenther  <rguenther@suse.de>
694
695         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
696         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
697         supply V=1 as extra_make_flags.
698         * configure: Regenerated.
699         * Makefile.in: Likewise.
700
701 2012-07-04  Tristan Gingold  <gingold@adacore.com>
702
703         * configure: Regenerate.
704
705 2012-07-03  Richard Guenther  <rguenther@suse.de>
706
707         * Makfile.def (isl): Remove not necessary extra_exports and
708         extra_make_flags.
709         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
710         * Makefile.in: Regenerated.
711
712 2012-07-03  Richard Guenther  <rguenther@suse.de>
713
714         * Makefile.def (cloog): Add V=1 to extra_make_flags.
715         * configure.ac: If either the ISL or the CLooG check failed
716         do not try to build in-tree versions.
717         * Makefile.in: Regenerated.
718         * configure: Regenerated.
719
720 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
721
722         * configure: Regenerate.
723
724 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
725
726         * MAINTAINERS (Various Maintainers): Add myself as testsuite
727         maintainer.
728
729 2012-07-02  Richard Guenther  <rguenther@suse.de>
730
731         * configure: Regenerated.
732
733 2012-07-02  Richard Guenther  <rguenther@suse.de>
734         Michael Matz  <matz@suse.de>
735         Tobias Grosser <tobias@grosser.es>
736         Sebastian Pop <sebpop@gmail.com>
737
738         * Makefile.def: Add ISL host module, remove PPL host module.
739         Adjust ClooG host module to use the proper ISL.
740         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
741         * configure.ac: Include config/isl.m4.  Add ISL host library,
742         remove PPL.  Remove PPL configury, add ISL configury, adjust
743         ClooG configury.
744         * Makefile.in: Regenerated.
745         * configure: Likewise.
746
747 2012-07-02  Richard Guenther  <rguenther@suse.de>
748
749         Merge from graphite branch
750         2011-07-21  Tobias Grosser  <tobias@grosser.es>
751
752         * configure: Regenerated.
753         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
754         both cloog.org and legacy versions. The only supported version will
755         be CLooG with the isl backend.
756
757         2011-07-21  Tobias Grosser  <tobias@grosser.es>
758
759         * configure: Regenerated.
760         * configure.ac: Require cloog isl 0.17.0
761
762         2011-07-21  Tobias Grosser  <tobias@grosser.es>
763
764         * configure: Regenerated.
765         * config/cloog.m4: Do not define CLOOG_ORG
766
767 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
768
769         * configure.ac: Skip C if explicitly selected.
770         * configure: Regenerate.
771
772 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
773
774         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
775         they contain -O2.
776         * configure: Regenerate.
777
778 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
779
780         PR debug/53740
781         * df.h, df-problems.c, dce.c: Revert last patch.
782
783 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
784
785         * MAINTAINERS (Write After Approval): Update my email address.
786
787 2012-06-21  Meador Inge  <meadori@codesourcery.com>
788
789         * MAINTAINERS (Write After Approval): Add myself.
790
791 2012-06-20  Jason Merrill  <jason@redhat.com>
792
793         * Makefile.tpl (check-target-libgomp-c++): New.
794         (check-target-libitm-c++): New.
795         * Makefile.def (c++): Add them.
796         * Makefile.in: Regenerate.
797
798 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
799
800         * MAINTAINERS (Write After Approval): Add myself.
801
802 2012-05-16  Olivier Hainque  <hainque@adacore.com>
803
804         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
805         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
806         (install-no-fixedincludes): Adjust accordingly.
807         * Makefile.in: Regenerate.
808
809 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
810
811         Merge upstream change
812         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
813
814 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
815
816         * MAINTAINERS (Write After Approval): Add myself.
817
818 2012-05-09  Nick Clifton  <nickc@redhat.com>
819             Paul Smith  <psmith@gnu.org>
820
821         PR bootstrap/50461
822         * configure.ac (mpfr-dir): When using in-tree MPFR sources
823         allow for the fact that from release v3.1.0 of MPFR the source
824         files were moved into a src sub-directory.
825         * configure: Regenerate.
826
827 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
828
829         * configure.ac: Bump minimum MPFR version to 2.4.0.
830         * configure: Regenerated.
831
832 2012-05-01  Richard Henderson  <rth@redhat.com>
833
834         * Makefile.def (libatomic): New target_module.
835         * configure.ac (target_libraries): Add libatomic.
836         (noconfigdirs): Check if libatomic is supported.
837         * Makefile.in, configure: Rebuild.
838
839 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
840
841         * MAINTAINERS (Write After Approval): Add myself.
842
843 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
844
845         * config.sub: Update to 2012-04-18 version from official repo.
846
847 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
848
849         * MAINTAINERS (Write After Approval): Add myself.
850
851 2012-04-11  Steve Ellcey  <sellcey@mips.com>
852
853         * MAINTAINERS: Changed email address.
854
855 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
856
857         PR target/52737
858         * contrib/gcc_update (files_and_dependencies):
859         Remove gcc/config/avr/t-multilib from touch data.
860
861 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
862
863         * MAINTAINERS (OS Port Maintainers): Remove irix.
864         * configure.ac (enable_libgomp): Remove *-*-irix6*.
865         (unsupported_languages): Remove mips-sgi-irix6.*.
866         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
867         (with_stabs): Remove.
868         * configure: Regenerate.
869
870 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
871
872         * MAINTAINERS (OS Port Maintainers): Remove osf.
873         * configure.ac (enable_libgomp): Remove *-*-osf*.
874         (with_stabs): Remove alpha*-*-osf*.
875         * configure: Regenerate.
876
877 2012-03-05  Tristan Gingold  <gingold@adacore.com>
878
879         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
880         * configure: Regenerate.
881
882 2012-02-17  Walter Lee  <walt@tilera.com>
883
884         * MAINTAINERS: (Write After Approval): Delete myself.
885
886 2012-02-14  Walter Lee  <walt@tilera.com>
887
888         * MAINTAINERS (tilegx port): Add myself.
889         (tilepro port): Add myself.
890         (Write After Approval): Add myself.
891
892 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
893
894         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
895         and Joseph Myers as docstring relicensing maintainers.
896
897 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
898
899         * MAINTAINERS (write-after-approval): Add myself.
900
901 2012-02-08  Ira Rosen <irar@il.ibm.com>
902
903         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
904         maintainer.
905
906 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
907
908         * MAINTAINERS (Write After Approval): Move myself to
909         maintain alphabetical order.
910
911 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
912
913         * MAINTAINERS (Write After Approval): Add myself.
914
915 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
916
917         * MAINTAINERS (Write After Approval): Add myself.
918
919 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
920             Jayant R Sonar <jayant.sonar@kpitcummins.com>
921
922         * configure.ac (cr16-*-*): Remove nonconfigdirs.
923         * configure: Regenerate.
924
925 2012-01-23  Harshit Chopra  <harshit@google.com>
926
927         * MAINTAINERS (Write After Approval): Add myself.
928
929 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
930
931         * configure.ac: Remove reference to mh-interix.
932         * configure: Regenerate.
933
934 2012-01-05  Richard Henderson  <rth@redhat.com>
935
936         PR bootstrap/51072
937         * configure.ac: Disable libitm if c++ is not enabled.
938         * configure: Rebuild.
939
940         * configure.ac: Fix regexp for same.
941         * configure: Rebuild.
942
943 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
944
945         * MAINTAINERS (Write After Approval): Add myself.
946
947 2012-01-02  Richard Guenther  <rguenther@suse.de>
948
949         PR bootstrap/51686
950         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
951         * Makefile.in: Regenerate.
952
953 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
954
955         * MAINTAINERS (Write After Approval): Add myself.
956
957 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
958
959         * configure: Regenerate.
960
961 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
962
963         * MAINTAINERS (picochip): Changed email address.
964
965 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
966
967         * MAINTAINERS (write-after-approval): Add self.
968
969 2011-11-29  DJ Delorie  <dj@redhat.com>
970
971         * configure.ac (rl78-*-*) New case.
972         * configure: Regenerate.
973         * MAINTAINERS: Add myself as RL78 maintainer.
974
975 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
976
977         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
978
979 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
980
981         * libtool.m4: Additional FreeBSD 10 fixes.
982
983 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
984
985         * MAINTAINERS: Move myself from Write After Approval to CPU Port
986         Maintainers section, as Epiphany maintainer.
987
988 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
989
990         PR target/49992
991         * configure.ac: Remove ranlib special-casing for Darwin.
992         * configure: Regenerate.
993
994 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
995
996         * MAINTAINERS (Reviewers): Keep the list sorted.
997
998 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
999
1000         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
1001
1002 2011-11-09  Roland McGrath  <mcgrathr@google.com>
1003
1004         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1005         * configure: Rebuild.
1006         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1007         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1008         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1009         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1010         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1011         Add READELF.
1012         * Makefile.in: Rebuild.
1013
1014 2011-11-09  Jason Merrill  <jason@redhat.com>
1015
1016         * Makefile.def (language=c++): Remove check-c++0x.
1017         * Makefile.in (check-gcc-c++): Regenerate.
1018
1019 2011-11-08  Richard Henderson  <rth@redhat.com>
1020
1021         * configure.ac: Test for libitm directory present first.
1022
1023         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1024
1025         * configure.ac: Test libitm/configure.tgt to disable libitm.
1026         * configure: Rebuild.
1027
1028 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
1029             Richard Henderson  <rth@redhat.com>
1030
1031         Merged from transactional-memory.
1032
1033         * Makefile.def (lang_env_dependencies): libitm is c++.
1034         Add libitm target module.
1035         * configure.ac: Likewise.
1036         * config/mmap.m4: New file.
1037         * contrib/gcc_update: Add libitm to touch data.
1038         * Makefile.in, configure: Rebuild.
1039
1040 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1041
1042         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1043         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1044         * Makefile.in: Regenerate.
1045
1046 2011-11-01  DJ Delorie  <dj@redhat.com>
1047
1048         * config.sub: Update to version 2011-10-29 (added rl78)
1049
1050 2011-10-27  Nick Clifton  <nickc@redhat.com>
1051
1052         * config.sub: Import these changes from the config project:
1053
1054         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
1055             Ben Elliston  <bje@gnu.org>
1056
1057         * config.sub (epiphany): New.
1058
1059         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
1060             Ben Elliston  <bje@gnu.org>
1061
1062         * config.sub (hexagon, hexagon-*): New.
1063
1064         2011-08-23  Roland McGrath  <mcgrathr@google.com>
1065
1066         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1067         64eb to be64.
1068
1069         2011-08-16  Roland McGrath  <mcgrathr@google.com>
1070
1071         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1072         (nacl): Grok as alias for 32el-unknown-nacl.
1073
1074 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
1075
1076         * MAINTAINERS (Write After Approval): Add myself.
1077
1078 2011-10-24  Teresa Johnson  <tejohnson@google.com>
1079
1080         * MAINTAINERS (Write After Approval): Add myself.
1081
1082 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
1083
1084         * MAINTAINERS (sparc port): Remove myself.
1085
1086 2011-09-14  Tom de Vries  <tom@codesourcery.com>
1087
1088         * MAINTAINERS (Write After Approval): Add myself.
1089
1090 2011-08-14  Yao Qi  <yao@codesourcery.com>
1091
1092         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1093         * configure: Regenerate.
1094
1095 2011-07-26  Ian Lance Taylor  <iant@google.com>
1096
1097         * configure.ac: Set have_compiler based on whether gcc directory
1098         exists, rather than on whether gcc is in configdirs.
1099         * configure: Rebuild.
1100
1101 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
1102
1103         * MAINTAINERS (Global Reviewers): Add self.
1104
1105 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
1106
1107         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1108         link directories.
1109         * Makefile.in: Rebuild.
1110
1111 2011-07-20  Ian Lance Taylor  <iant@google.com>
1112
1113         PR bootstrap/49787
1114         * configure.ac: Move --enable-bootstrap handling earlier in file.
1115         If --enable-bootstrap and either --enable-build-with-cxx or
1116         --enable-build-poststage1-with-cxx, enable C++ automatically.
1117         * configure: Rebuild.
1118
1119 2011-07-19  Ian Lance Taylor  <iant@google.com>
1120
1121         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
1122         make C++ a boot_language.  Set and substitute
1123         POSTSTAGE1_CONFIGURE_FLAGS.
1124         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1125         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1126         * configure, Makefile.in: Rebuild.
1127
1128 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
1129
1130         * MAINTAINERS (Register Allocation): Move myself from reviewers to
1131         maintainers.
1132
1133 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
1134
1135         * MAINTAINERS (Global Reviewers): Add myself.
1136
1137 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1138
1139         * configure: Regenerate.
1140
1141 2011-07-16  Jason Merrill  <jason@redhat.com>
1142
1143         * Makefile.def (language=c++): Add check-c++0x and
1144         check-target-libmudflap-c++.
1145         * Makefile.tpl (check-target-libmudflap-c++): New.
1146         * Makefile.in: Regenerate.
1147
1148 2011-07-16  Matthias Klose  <doko@ubuntu.com>
1149
1150         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1151         * Makefile.def (target_modules/libjava): Pass
1152         $(EXTRA_CONFIGARGS_LIBJAVA).
1153         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1154         if not configured with --enable-static-libjava.
1155         * Makefile.in: Regenerate.
1156         * configure: Likewise.
1157
1158 2011-07-15  Jason Merrill  <jason@redhat.com>
1159
1160         * Makefile.in (check-c++): Move check-gcc-c++0x after
1161         check-target-libstdc++-v3.
1162
1163 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
1164
1165         * MAINTAINERS (c6x port): New entry.
1166
1167 2011-07-13  Jason Merrill  <jason@redhat.com>
1168
1169         * Makefile.in (check-gcc-c++0x): New.
1170         (check-c++): Depend on it.
1171
1172 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1173
1174         PR target/39150
1175         * configure.ac (i[3456789]86-*-solaris2*): Also accept
1176         x86_64-*-solaris2.1[0-9]*.
1177         * configure: Regenerate.
1178
1179 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
1180
1181         * MAINTAINERS (RTL optimizers): Add self.
1182
1183 2011-06-27  Gabriel Charette  <gchare@google.com>
1184
1185         * MAINTAINERS (Write After Approval): Add myself.
1186
1187 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
1188
1189         PR regression/47836
1190         PR bootstrap/23656
1191         PR other/47733
1192         PR bootstrap/49247
1193         PR c/48825
1194         * configure.ac (target_libraries): Remove target-libiberty.
1195         Remove case-statement setting skipdirs=target-libiberty for
1196         multiple targets.  Remove checking target_configdirs and
1197         removing target-libiberty but keeping target-libgcc if
1198         otherwise empty.
1199         * Makefile.def (target_modules): Don't add libiberty.
1200         (dependencies): Remove all traces of target-libiberty.
1201         * configure, Makefile.in: Regenerate.
1202
1203 2011-06-13  Walter Lee <walt@tilera.com>
1204
1205         * configure.ac (tilepro-*-*) New case.
1206         (tilegx-*-*): Likewise.
1207         * configure: Regenerate.
1208
1209 2011-06-06  Jing Yu  <jingyu@google.com>
1210
1211         * configure.ac: Skip target-libiberty for
1212         arm*-*-linux-androideabi.
1213         * configure: Regenerated.
1214
1215 2011-06-06  Nick Clifton  <nickc@redhat.com>
1216
1217         * config.sub: Sync from upstream.
1218
1219 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
1220
1221         * MAINTAINERS (Write After Approval): Add myself.
1222
1223 2011-06-01  Daniel Jacobowitz  <drow@false.org>
1224
1225         * MAINTAINERS: Update my email address.
1226
1227 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
1228
1229         * MAINTAINERS (Write After Approval): Update my email address.
1230
1231 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
1232
1233         * MAINTAINERS (Write After Approval): Add myself.
1234
1235 2011-05-08  Doug Kwan  <dougkwan@google.com>
1236
1237         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1238         * configure: Regenerated.
1239         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1240         value from configure.
1241         * Makefile.in: Regenerated.
1242
1243 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
1244
1245         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1246         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1247         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1248         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1249         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1250         *-*-vxworks*): Disable newlib and libgloss in separate case
1251         statement.
1252         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1253         to separate case statement.
1254         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1255         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1256         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1257         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1258         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1259         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1260         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1261         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1262         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1263         i[[3456789]]86-*-rdos*, m32r-*-*,
1264         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1265         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1266         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1267         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1268         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1269         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1270         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1271         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1272         and libgloss in main case over targets.  Remove most empty cases
1273         in main case over targets.
1274         * configure: Regenerate.
1275
1276 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
1277
1278         * MAINTAINERS (Write After Approval): Add myself.
1279
1280 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
1281
1282         * configure.ac: Remove code setting special library locations for
1283         hppa*64*-*-hpux11*.  Remove code setting compiler for
1284         sparc-sun-solaris2*.
1285         * configure: Regenerate.
1286
1287 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
1288
1289         * configure.ac: Separate libgloss_dir settings from general case
1290         over targets.
1291         * configure: Regenerate.
1292
1293 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
1294
1295         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1296         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1297         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1298         cases in libgcj-disabling case statement.
1299         (hppa*64*-*-linux*): Set unsupported_languages instead of
1300         disabling target-zlib.
1301         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1302         to hppa*64*-*-hpux*.
1303         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1304         hppa*-*-hpux*.
1305         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1306         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1307         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1308         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1309         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1310         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1311         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1312         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1313         libgcj-disabling case statement.
1314         * configure: Regenerate.
1315
1316 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
1317
1318         * configure.ac: Disable Java for targets not supporting libffi.
1319         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1320         Remove cases in Java-disabling statement.
1321         (*arm-wince-pe): Change to arm-wince-pe.
1322         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1323         cases in Java-disabling statement.
1324         (bfin-*-*): Don't disable Java again.
1325         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1326         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1327         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1328         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1329         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1330         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1331         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1332         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1333         Java-disabling statement.
1334         (mmix-*-*): Don't disable Java again.
1335         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1336         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1337         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1338         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1339         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1340         statement.
1341         * configure: Regenerate.
1342
1343 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
1344
1345         * configure.ac: Separate cases disabling Java and Java libraries
1346         from general case over targets.
1347         * configure: Regenerate.
1348
1349 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
1350
1351         * MAINTAINERS: Update my email address.
1352
1353 2011-04-20  Easwaran Raman  <eraman@google.com>
1354
1355         * MAINTAINERS (Write After Approval): Add myself.
1356
1357 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
1358
1359         PR lto/48086
1360         * configure.ac: Re-enable LTO on *-apple-darwin9*.
1361         * configure: Regenerate.
1362
1363 2011-04-16  Jim Meyering  <meyering@redhat.com>
1364
1365         * MAINTAINERS (Write After Approval): Add myself.
1366
1367 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
1368
1369         * MAINTAINERS: Update my email address.
1370
1371 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
1372
1373         * MAINTAINERS (Write After Approval): Add myself.
1374
1375 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
1376
1377         * MAINTAINERS (Write After Approval): Add myself.
1378
1379 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
1380
1381         * MAINTAINERS (Write After Approval): Add myself.
1382
1383 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
1384
1385         * configure.ac (build_tools): Remove build-byacc.
1386         (host_libs): Remove mmalloc.
1387         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1388         autoconf automake libtool diff rcs fileutils shellutils time
1389         textutils wdiff find uudecode hello tar gzip indent recode release
1390         sed perl gawk findutils gettext zip.
1391         (libgcj): Remove target-qthreads.
1392         (target_tools): Remove target-examples target-gperf.
1393         (YACC): Don't handle building byacc.
1394         * configure: Regenerate.
1395         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1396         dosutils, examples, fileutils, find, findutils, gawk, gettext,
1397         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1398         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1399         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1400         handle building components.
1401         * Makefile.in: Regenerate.
1402
1403 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
1404
1405         * MAINTAINERS: Update my email address as Xtensa maintainer.
1406
1407 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1408
1409         * config.sub: Sync from upstream.
1410
1411 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1412
1413         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1414         (microblaze*): Don't disable libssp.
1415         * configure: Regenerate.
1416
1417 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1418
1419         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1420         moveifchange.
1421         * configure: Regenerate.
1422         * Makefile.tpl: Use @SHELL@ not @config_shell@.
1423         * Makefile.in: Regenerate.
1424
1425 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1426
1427         * configure.ac (*-*-sysv4*): Don't enable libgomp.
1428         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1429         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1430         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1431         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1432         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1433         md_exec_prefix cases.
1434         * configure: Regenerate.
1435
1436 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1437
1438         * configure.ac: Separate cases disabling target-libssp,
1439         target-libiberty, target-libstdc++-v3 and Fortran from general
1440         case over targets.
1441         * configure: Regenerate.
1442
1443 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1444
1445         * configure.ac (*-*-chorusos): Don't disable libgcj.
1446         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1447         Remove case.
1448         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1449         (arm-*-coff): Don't disable libgcj.
1450         (arm*-*-linux-gnueabi): Remove useless assignment.
1451         (arm-*-riscix*): Don't disable libgcj.
1452         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1453         configuration.
1454         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1455         (c54x*-*-*): Remove case.
1456         (tic54x-*-*): Don't disable GCC or GCC libraries.
1457         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
1458         to *.
1459         (d10v-*-*): Don't disable GCC libraries.
1460         (d30v-*-*): Don't disable libgcj.
1461         (h8500-*-*): Don't disable GCC libraries.
1462         (i960-*-*): Don't disable libgcj.
1463         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1464         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1465         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1466         libgcj.
1467         (m68k-*-coff*): Remove case.
1468         (mmix-*-*): Don't disable libgloss on host.
1469         (mn10200-*-*, mn10300-*-*): Remove cases.
1470         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1471         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1472         Don't disable libgcj.
1473         (romp-*-*): Remove case.
1474         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1475         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1476         case.
1477         (v810-*-*): Don't disable GCC libraries.
1478         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1479         (ip2k-*-*): Don't disable GCC libraries.
1480         * configure: Regenerate.
1481
1482 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
1483
1484         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1485         libffi on host.
1486         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1487         on host.
1488         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1489         * configure: Regenerate.
1490
1491 2011-03-26  John Marino  <binutils@marino.st>
1492
1493         * configure.ac: Add support for *-*-dragonfly*
1494         * configure: Regenerate.
1495
1496 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
1497
1498         * configure.ac (native_only): Remove.
1499         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1500         send-pr uudecode guile gnuserv on host.
1501         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1502         send-pr rcs guile perl texinfo libtool on host.
1503         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1504         automake send-pr rcs guile perl texinfo libtool on host.
1505         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1506         (*-*-kaos*): Don't disable target-examples target-gperf on target.
1507         (alpha*-dec-osf*): Don't disable fileutils on target.
1508         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1509         texinfo send-pr expect dejagnu on target.
1510         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1511         target-qthreads on target.
1512         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1513         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1514         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1515         x86_64-*-mingw*): Don't disable expect on target.
1516         (*-*-cygwin*): Don't disable target-gperf on target.
1517         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1518         gnuserv on target.
1519         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1520         target.
1521         * configure: Regenerate.
1522
1523 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
1524
1525         * configure.ac (target_tools): Remove target-groff.
1526         (native_only): Remove target-groff.
1527         (hppa*64*-*-*): Don't disable byacc.
1528         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1529         setting.
1530         (*-*-kaos*): Don't skip target-librx and target-groff.
1531         (*-*-netware*): Don't skip target-libmudflap.
1532         (*-*-tpf*): Don't skip target-libmudflap.
1533         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1534         directories on the host.
1535         (ia64*-*-*vms*): Don't skip tix.
1536         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1537         host.
1538         * configure: Regenerate.
1539
1540 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
1541
1542         * configure.ac: Remove references to mt-mep, mt-netware,
1543         mt-wince.
1544         * Makefile.def: Add all-utils soft dependencies.
1545         * Makefile.tpl: Remove GDB_NLM_DEPS.
1546         * configure: Regenerate.
1547         * Makefile.in: Regenerate.
1548
1549 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1550
1551         * configure.ac: Do not include mh-x86omitfp.
1552         * configure: Regenerate.
1553
1554 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1555
1556         * configure.ac: Remove empty cases.
1557         * configure: Regenerate.
1558
1559 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1560
1561         * Makefile.def: Add dependency from termcap to gdb.
1562         * Makefile.in: Regenerate.
1563
1564 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1565
1566         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1567         * configure: Regenerate.
1568         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1569         * Makefile.tpl: Likewise.
1570         * Makefile.in: Regenerate.
1571
1572 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1573
1574         * configure.ac: Remove all mentions of tentative_cc.
1575         * configure: Regenerate.
1576
1577 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1578
1579         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1580         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1581         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1582         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1583         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1584         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1585         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1586         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1587         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1588         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1589         *-*-rhapsody*): Remove host cases.
1590         * configure: Regenerate.
1591
1592 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1593
1594         * configure.ac (ppc*-*-pe): Remove host case.
1595         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1596         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1597         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1598         cases.
1599         * configure: Regenerate.
1600
1601 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1602
1603         * config.sub: Update to version 2011-03-23.
1604
1605 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1606
1607         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1608         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1609         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1610         * configure: Regenerate.
1611
1612 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1613
1614         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
1615         to Write After Approval.
1616         * config-ml.in: Don't handle arc-*-elf*.
1617         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1618         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1619         handle GCC libraries.
1620         * configure: Regenerate.
1621
1622 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1623
1624         PR bootstrap/48120:
1625         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1626         Add -lstdc++ -lm to LIBS.
1627         * configure: Regenerate.
1628
1629 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
1630
1631         * config.guess: Update to version 2011-02-02
1632         * config.sub: Update to version 2011-02-24
1633
1634 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
1635
1636         PR lto/48086
1637         * configure.ac: Re-enable LTO on *-apple-darwin9.
1638         * configure: Regenerate.
1639
1640 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
1641
1642         PR lto/48086
1643         * configure.ac: Disable LTO on darwin due to an assembler change in
1644         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1645         under 256.
1646         * configure: Regenerate.
1647
1648 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
1649
1650         * MAINTAINERS: Update myself as score backend maintainer,
1651         update my e-mail address.
1652
1653 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
1654
1655         * MAINTAINERS: Update my e-mail address.
1656
1657 2011-03-06  Joey Ye  <joey.ye@arm.com>
1658
1659         * MAINTAINERS: Update my e-mail address.
1660
1661 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1662
1663         * configure.ac: Adjust test of with_ppl.
1664         * configure: Regenerated.
1665
1666 2011-03-02  Kai Tietz  <ktietz@redhat.com>
1667
1668         * MAINTAINERS: Adjust my e-mail address.
1669
1670 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1671
1672         * configure.ac: Add -lpwl to ppllibs.
1673         * configure: Regenerated.
1674
1675 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1676
1677         * config/cloog.m4: Add -lisl to clooglibs.
1678         * configure: Regenerated.
1679
1680 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1681
1682         * MAINTAINERS (CPU Port maintainers): Add self.
1683
1684 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1685
1686         * MAINTAINERS: Add myself as testsuite maintainer.
1687
1688 2011-02-15  Mike Stump  <mikestump@comcast.net>
1689
1690         * MAINTAINERS: Add myself as testsuite maintainer.
1691
1692 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1693
1694         Import from Libtool and gnulib:
1695
1696         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
1697
1698         Prepare for supporting FreeBSD 10.
1699         * config.rpath: Remove handling of freebsd1* which soon would
1700         match FreeBSD 10.0.
1701
1702         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
1703
1704         Remove support for FreeBSD 1.x.
1705         * libtool.m4 (_LT_LINKER_SHLIBS)
1706         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1707         soon would incorrectly match FreeBSD 10.0.
1708
1709 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1710
1711         PR binutils/12283
1712         * move-if-change: Import version from gnulib.
1713
1714 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
1715
1716         PR lto/47225
1717         * Makefile.def (lto-plugin): Double dash for enable-shared.
1718         (configure-gcc): Depend on all-lto-plugin.
1719         * Makefile.in: Rebuilt.
1720
1721 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1722
1723         * configure.ac: Remove extra bracket.
1724         * configure: Regenerate.
1725
1726 2011-02-08  Tobias Burnus  <burnus@net-b.de>
1727
1728         * MAINTAINERS: Add myself as libquadmath maintainer.
1729
1730 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
1731
1732         * MAINTAINERS: Update my email address.
1733
1734 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
1735
1736         * MAINTAINERS (option handling): Add self.
1737
1738 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
1739
1740         PR lto/47225
1741         * Makefile.def: Add dependency for install-gcc
1742         on install-lto-plugin.
1743         * Makfile.in: Regenerated
1744
1745 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
1746
1747         * MAINTAINERS (CPU Port Maintainers): Add myself.
1748
1749 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
1750
1751         PR libgcj/44341
1752         * configure.ac: Discard --with-* flags for host when configuring
1753         target libraries for cross build.
1754         * configure: Rebuilt.
1755
1756 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1757
1758         * MAINTAINERS (linear loop transforms): Removed.
1759
1760 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
1761
1762         * configure.ac: If with_ppl is no, move setting with_cloog=no
1763         after CLOOG_REQUESTED check.
1764         * configure: Regenerated.
1765
1766 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1767
1768         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1769         CLooG has been requested.
1770         * configure: Regenerated.
1771
1772 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1773
1774         * configure: Regenerated.
1775         * configure.ac: Check for version 0.11 (or later revision) of PPL.
1776
1777 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
1778
1779         * configure: Regenerated.
1780         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1781
1782 2011-01-21  Andreas Schwab  <schwab@redhat.com>
1783
1784         * configure.ac: Use AS_HELP_STRING throughout.
1785         * configure: Regenerate.
1786
1787 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
1788
1789         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1790         * configure: Regenerate.
1791
1792 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1793
1794         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1795
1796 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1797
1798         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1799         for ia64-hpux.
1800         * configure: Regenerate.
1801
1802 2011-01-07  Jan Hubicka  <jh@suse.cz>
1803
1804         PR lto/47225
1805         * Makefile.in: Regenerate.
1806         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1807         configure.
1808
1809 2011-01-07  Jan Hubicka  <jh@suse.cz>
1810
1811         * Makefile.in: Regenerate.
1812         * Makefile.def (gcc host module) and soft dependency on lto-plugin
1813         and configure dependency on lto-plugin configure.
1814         (lto-plugin module): Remove dependency on GCC; add dependency on
1815         liniberty.
1816
1817 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
1818
1819         * MAINTAINERS (Write After Approval): Add myself.
1820
1821 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
1822
1823         * configure: Regenerate.
1824
1825 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
1826
1827         * configure.ac: (picochip): Disable libiberty.
1828
1829 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
1830
1831         * MAINTAINERS (Write After Approval): Add myself.
1832
1833 2010-12-10  Ian Lance Taylor  <iant@google.com>
1834
1835         PR bootstrap/46819
1836         * configure.ac: For --disable-libgcj clear libgcj_saved.
1837         * configure: Rebuild.
1838
1839 2010-12-10  Tobias Burnus  <burnus@net-b.de>
1840
1841         PR fortran/46540
1842         * configure.ac: Add --disable-libquadmath and
1843         --disable-libquadmath-support.
1844         * configure: Regenerate.
1845
1846 2010-12-03  Ian Lance Taylor  <iant@google.com>
1847
1848         * MAINTAINERS: Add myself as libgo maintainer.
1849
1850 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
1851
1852         PR libffi/46792
1853         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1854         * configure: Regenerate.
1855
1856 2010-12-02  Ian Lance Taylor  <iant@google.com>
1857
1858         * configure.ac: Always set default for poststage1_ldflags to
1859         -static-libstdc++ -static-libgcc.
1860
1861 2010-11-29  Andreas Schwab  <schwab@redhat.com>
1862
1863         * configure.ac: Move comment to remove extra space in last argument
1864         of GCC_TARGET_TOOL.
1865
1866 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
1867
1868         PR other/46026
1869         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1870         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1871         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1872         (BASE_FLAGS_TO_PASS): Use it.
1873         * configure: Rebuilt.
1874         * Makefile.in: Rebuilt.
1875
1876 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
1877
1878         PR binutils/12258
1879         * configure.ac: Correct comments for --enable-gold/--enable-ld.
1880         Properly check default linker.
1881         * configure: Regnerated.
1882
1883 2010-11-23  Matthias Klose  <doko@ubuntu.com>
1884
1885         * configure.ac: For --enable-gold, handle value `default' instead of
1886         `both*'.  New configure option --{en,dis}able-ld.
1887         * configure: Regenerate.
1888
1889 2010-11-20  Ian Lance Taylor  <iant@google.com>
1890
1891         * configure.ac: Only disable a language library if no language needs
1892         it.  Don't let --disable-libgcj uncondtionally disable libffi.
1893         * configure: Rebuild.
1894
1895 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1896
1897         * Makefile.in: Regenerate.
1898
1899         PR other/46202
1900         * configure.ac: Fix just-built in-tree STRIP name to be
1901         binutils/strip-new.
1902         * configure: Regenerate.
1903         * Makefile.def (install-strip-gcc, install-strip-binutils)
1904         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1905         (install-strip-sid): Mirror dependencies on non-strip variants
1906         of these targets on the respective -strip prerequisites.
1907         * Makefile.tpl (install-strip, install-strip-host)
1908         (install-strip-target): New targets.
1909         (install-strip-[+module+], install-strip-target-[+module+]):
1910         New targets.
1911         * Makefile.in: Regenerate.
1912
1913 2010-11-19  Ian Lance Taylor  <iant@google.com>
1914             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1915
1916         * configure.ac: Add target-libgo to target_libraries.  Set
1917         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1918         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1919         (HOST_EXPORTS): Add GOC.
1920         (BASE_TARGET_EXPORTS): Add GOC.
1921         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1922         (GOCFLAGS_FOR_TARGET): New variable.
1923         (EXTRA_HOST_FLAGS): Add GOC.
1924         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1925         * Makefile.def (target_modules): Add libgo.
1926         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1927         (dependencies): Add dependency from configure-target-libgo to
1928         configure-target-libffi and all-target-libstdc++-v3.  Add
1929         dependencies from all-target-libgo to all-target-libffi.
1930         (languages): Add go.
1931         * configure: Rebuild.
1932         * Makefile.in: Rebuild.
1933
1934 2010-11-19  Ian Lance Taylor  <iant@google.com>
1935
1936         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1937         compiler/flag environment variables.
1938
1939 2010-11-18  Ian Lance Taylor  <iant@google.com>
1940
1941         * configure.ac: Check for lang_requires_boot_languages in
1942         config-lang.in files.
1943         * configure: Rebuild.
1944
1945 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1946             Tobias Burnus  <burnus@net-b.de>
1947
1948         PR fortran/32049
1949         * Makefile.def: Add libquadmath; build it with language=fortran.
1950         * configure.ac: Add libquadmath.
1951         * Makefile.tpl: Handle multiple libs in check-[+language+].
1952         * Makefile.in: Regenerate.
1953         * configure: Regenerate.
1954
1955 2010-11-16  Tom Tromey  <tromey@redhat.com>
1956
1957         * MAINTAINERS: Moved myself to reviewers section.
1958
1959 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
1960
1961         * MAINTAINERS: Moved myself to reviewers section.
1962
1963 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1964
1965         * MAINTAINERS (Various Maintainers): Add self for build machinery.
1966         (Write After Approval): Remove self.
1967
1968 2010-11-15  Andreas Schwab  <schwab@redhat.com>
1969
1970         * configure.ac: Fix spelling in option names.
1971         * configure: Regenerated.
1972
1973 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
1974
1975         PR bootstrap/39622
1976         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1977         * configure: Regenerated.
1978
1979 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
1980
1981         * MAINTAINERS: Update my email address.
1982
1983 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1984
1985         * configure: Regenerate.
1986
1987 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1988
1989         * configure: Regenerate.
1990
1991 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1992
1993         * configure: Regenerate.
1994
1995 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1996
1997         * configure: Regenerate.
1998
1999 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
2000
2001         * configure.ac: Support official CLooG.org versions.
2002         * configure: Regenerate.
2003         * config/cloog.m4: New.
2004
2005 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
2006
2007         * MAINTAINERS (Write After Approval): Add myself.
2008
2009 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
2010
2011         * MAINTAINERS: Update my email address.
2012
2013 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
2014
2015         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2016         * configure: Regenerate.
2017
2018 2010-11-03  Ian Lance Taylor  <iant@google.com>
2019             Dave Korn  <dave.korn.cygwin@gmail.com>
2020
2021         PR lto/46273
2022         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
2023         and on other supported platforms whenever LTO is enabled.
2024         * configure: Rebuild.
2025
2026 2010-11-02  Alan Modra  <amodra@gmail.com>
2027
2028         PR binutils/12110
2029         * configure.ac: Error when source path contains spaces.
2030         * configure: Regenerate.
2031
2032 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
2033
2034         * MAINTAINERS: Update my email address.
2035
2036 2010-10-20  Ian Lance Taylor  <iant@google.com>
2037
2038         * Makefile.def (target_modules): Set lib_path to src/.libs for
2039         libstdc++-v3 module.
2040         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2041         * Makefile.in: Rebuild.
2042
2043 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2044
2045         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
2046         (Write After Approval): Remove myself.
2047
2048 2010-10-15  Tristan Gingold  <gingold@adacore.com>
2049
2050         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2051
2052 2010-10-14  Douglas Rupp  <rupp@gnat.com>
2053
2054         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2055
2056 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2057
2058         * configure.ac (build_lto_plugin): New shell variable.
2059         (--enable-lto): Turn on by default for all non-ELF platforms that
2060         have had LTO support added so far.  Set build_lto_plugin appropriately
2061         for both ELF and non-ELF.
2062         (configdirs): Add lto-plugin or not based on build_lto_plugin.
2063         * configure: Regenerate.
2064
2065 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2066
2067         Sync from src:
2068         * configure.ac (v850 support): Remove target-libgloss from
2069         noconfigdirs.
2070         * configure: Regenerate.
2071
2072 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2073
2074         PR bootstrap/45326
2075         PR bootstrap/45174
2076         * configure.ac: Honor initial values of $build_configargs,
2077         $host_configargs, $target_configargs.  Mark the precious, so
2078         environment settings get recorded.
2079         * configure: Regenerate.
2080
2081 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2082
2083         PR bootstrap/45796
2084         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2085         Depend on all-build-libiberty.
2086         * Makefile.in: Regenerate.
2087
2088 2010-09-30  Michael Eager  <eager@eagercon.com>
2089
2090         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2091         * configure: Regenerate.
2092
2093 2010-09-28  Michael Eager  <eager@eagercon.com>
2094
2095         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
2096
2097 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2098
2099         PR bootstrap/44621
2100         * configure.ac: Fix unportable shell quoting.
2101         * configure: Regenerate.
2102
2103 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
2104
2105         * configure.ac (enable-lto): Add Darwin to the list of supported lto
2106         targets and amend comment.
2107         * configure: Regenerate.
2108
2109 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
2110
2111         * MAINTAINERS (Write After Approval): Add myself.
2112
2113 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
2114
2115         * configure.ac: Enable LTO by default on Darwin.
2116         * configure: Regenerate.
2117
2118 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2119
2120         * MAINTAINERS (Write After Approval): Add myself.
2121
2122 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
2123
2124         * MAINTAINERS (Write After Approval): Add myself.
2125
2126 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
2127
2128         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
2129         ports
2130
2131 2010-07-28  David Yuste  <david.yuste@gmail.com>
2132
2133         * MAINTAINERS (Write After Approval): Add myself.
2134
2135 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
2136
2137         * configure.ac: Support all v850 targets.
2138         * configure: Regenerate.
2139
2140 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
2141
2142         PR bootstrap/44455
2143         * configure.ac (extra_mpfr_configure_flags): Copy from
2144         extra_mpc_gmp_configure_flags.
2145         * configure: Re-generated.
2146
2147 2010-07-22  Andi Kleen  <ak@linux.intel.com>
2148
2149         * MAINTAINERS (Write After Approval): Add myself.
2150
2151 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
2152
2153         * MAINTAINERS (Write After Approval): Add myself.
2154
2155 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
2156
2157         * MAINTAINERS (Write After Approval): Add myself.
2158
2159 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
2160
2161         PR target/44862
2162         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2163         Provide -B option to allow for link spec %s substitutions for
2164         libstdc++.a on darwin.
2165         * Makefile.in: Regenerate.
2166
2167 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
2168
2169         * MAINTAINERS (Reviewers): Update my e-mail address
2170
2171 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
2172
2173         * Makefile.def (configure-gcc): Depend on all-libelf.
2174         * Makefile.in: Rebuild.
2175
2176 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
2177
2178         * MAINTAINERS (Write After Approval): Add myself in the right place.
2179
2180 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
2181
2182         * MAINTAINERS (Write After Approval): Add myself.
2183
2184 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
2185
2186         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
2187
2188 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
2189
2190         * config.sub: Update to version 2010-05-21.
2191         * config.guess: Update to version 2010-04-03.
2192
2193 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
2194
2195         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2196         * configure: Regenerate.
2197
2198 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
2199
2200         * MAINTAINERS (Write After Approval): Add myself.
2201
2202 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
2203
2204         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2205         a platform that supports LTO.
2206         * configure: Regenerate.
2207
2208 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
2209
2210         * configure.ac: Allow all the versions greater than 0.10 of PPL.
2211         * configure: Regenerated.
2212
2213 2010-04-27  Roland McGrath  <roland@redhat.com>
2214             H.J. Lu  <hongjiu.lu@intel.com>
2215
2216         * configure.ac (--enable-gold): Support both, both/gold and
2217         both/bfd to add gold to configdirs without removing ld.
2218         * configure: Regenerated.
2219
2220         * Makefile.def: Add install-gold dependency to install-ld.
2221         * Makefile.in: Regenerated.
2222
2223 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
2224
2225         PR lto/42776
2226         * configure.ac (--enable-lto): Refactor handling so libelf tests
2227         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2228         and allow LTO to be explicitly enabled on non-ELF platforms that
2229         are known to support it inside else-clause.
2230         * configure: Regenerate.
2231
2232 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
2233
2234         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2235         * configure: Regenerate.
2236
2237 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
2238
2239         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2240         * configure: Regenerate.
2241
2242 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2243
2244         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2245         separately.
2246         * configure: Regenerate.
2247
2248 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
2249
2250         * MAINTAINERS (Write After Approval): Add myself.
2251
2252 2010-04-14  Tristan Gingold  <gingold@adacore.com>
2253
2254         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2255         * configure: Regenerate.
2256
2257 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
2258
2259         * configure: Regenerate after change to elf.m4.
2260
2261 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
2262
2263         * MAINTAINERS (Write After Approval): Add myself.
2264
2265 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
2266
2267         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2268         * configure: Regenerated.
2269
2270 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
2271
2272         * configure.ac: Print "buggy but acceptable" when CLooG
2273         revision is less than 9.
2274         * configure: Regenerated.
2275
2276 2010-04-01  Diego Novillo  <dnovillo@google.com>
2277
2278         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
2279
2280 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2281
2282         PR bootstrap/43615
2283         PR bootstrap/43328
2284
2285         Revert:
2286
2287         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2288
2289         * configure.ac: Do not pass --enable-multilib nor
2290         --disable-multilib in baseargs.  Accept explicitly passed
2291         --enable_multilib.
2292         * configure: Regenerate.
2293
2294 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
2295
2296         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
2297
2298 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
2299
2300         * MAINTAINERS: Remove myself.
2301
2302 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2303
2304         PR bootstrap/43328
2305         * configure.ac: Do not pass --enable-multilib nor
2306         --disable-multilib in baseargs.  Accept explicitly passed
2307         --enable_multilib.
2308         * configure: Regenerate.
2309
2310 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
2311
2312         * MAINTAINERS (spu port): Remove me.
2313
2314 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
2315
2316         * configure.ac (tic6x-*-*): New case.
2317         * configure: Regenerate.
2318
2319 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
2320
2321         * config.sub: Update to version 2010-03-22.
2322         * config.guess: Update to version 2009-12-30.
2323
2324 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
2325
2326         PR ada/42554
2327         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2328         * configure: Regenerate.
2329
2330 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2331
2332         * MAINTAINERS: Update my email address.
2333
2334 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
2335
2336         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
2337         (ghassan.shobaki@amd.com): Removed.
2338
2339 2010-03-17  Alan Modra  <amodra@gmail.com>
2340
2341         * MAINTAINERS: Update my email address.
2342
2343 2010-03-16  Diego Novillo  <dnovillo@google.com>
2344
2345         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
2346         Matthews.
2347
2348 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
2349
2350         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
2351         Gutson, Jeffrey D. Oldham and Mark Shinwell.
2352
2353 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
2354
2355         * MAINTAINERS: Update my email address.
2356
2357 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
2358
2359         * MAINTAINERS: Update my email address.
2360
2361 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
2362
2363         * MAINTAINERS: Update my email address.
2364
2365 2010-03-09  Jie Zhang  <jie@codesourcery.com>
2366
2367         * MAINTAINERS: Update my email address.
2368
2369 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2370
2371         PR libstdc++/32499
2372         * configure.ac (RANLIB): Default to true.
2373         (STRIP): Likewise.
2374         (RANLIB_FOR_TARGET): Remove superfluous : argument.
2375         * configure: Regenerate.
2376
2377 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
2378
2379         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
2380         (Write After Approval): Update my email address.
2381
2382 2010-02-17  Nick Clifton  <nickc@redhat.com>
2383
2384         PR 11238
2385         * Makefile.tpl (local-distclean): Also remove config.cache files in
2386         sub-directories as there may not be Makefiles present in the
2387         sub-directories.
2388         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2389         the config.cache files found by the find command.
2390
2391         * Makefile.in: Regenerate.
2392         * configure.ac: Revert previous delta.
2393         * configure: Regenerate.
2394
2395 2010-02-15  Nick Clifton  <nickc@redhat.com>
2396
2397         PR 11238
2398         * configure.ac: Delete config.cache files in sub-directories when
2399         deleting Makefiles.
2400         * configure: Regenerate.
2401
2402 2010-02-12  Ben Elliston  <bje@gnu.org>
2403
2404         * MAINTAINERS: Update my email address.
2405
2406 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
2407
2408         * MAINTAINERS (spu port): Update my email address.
2409
2410 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
2411
2412         * MAINTAINERS: Add myself as a maintainer for the bfin port.
2413
2414 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2415
2416         * configure.ac: Add "recommended" version checks for GMP/MPC.
2417         Update recommended GMP/MPFR/MPC versions.
2418         * configure: Regenerate.
2419
2420 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
2421
2422         * MAINTAINERS: Move my Embecosm email address into the
2423         write-after-approval section.
2424
2425 2010-01-26  Ian Lance Taylor  <iant@google.com>
2426
2427         * MAINTAINERS: Add myself as Go frontend maintainer.
2428
2429 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
2430
2431         PR libstdc++/36101, PR libstdc++/42813
2432         * configure.ac (bootstrap_target_libs): Make inclusion of
2433         target-libgomp conditional on libgomb being in target_configdirs.
2434         * configure: Regenerate.
2435
2436 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
2437
2438         PR libstdc++/36101, PR libstdc++/42813
2439         * configure.ac (bootstrap_target_libs): Include target-libgomp.
2440         * configure: Regenerate.
2441
2442 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
2443
2444         PR libstdc++/36101, PR libstdc++/42813
2445         * configure.ac (target_configdirs): Substitute.
2446         * Makefile.def: Bootstrap target module libgomp.
2447         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2448         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2449         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2450         * configure, Makefile.in: Regenerate.
2451
2452 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2453
2454         * MAINTAINERS: Adjust my details.
2455
2456 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
2457
2458         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
2459
2460 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
2461
2462         * MAINTAINERS: reindented my entry with tabs instead of spaces.
2463
2464 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
2465
2466         * MAINTAINERS (Write After Approval): Add myself.
2467
2468 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2469
2470         * MAINTAINERS (Write After Approval): Add myself.
2471
2472 2010-01-11  Richard Guenther  <rguenther@suse.de>
2473
2474         PR lto/41569
2475         * Makefile.def (all-lto-plugin): Depend on all-gcc.
2476         * Makefile.in: Regenerated.
2477
2478 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
2479
2480         * configure.ac: Enable libjava build on x86_64-*freebsd*.
2481         * configure: Regenerate.
2482
2483 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2484             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2485
2486         PR bootstrap/42424
2487         * configure.ac: Include libtool m4 files.
2488         (_LT_CHECK_OBJDIR): Call it.
2489         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2490         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2491
2492         * configure: Regenerate.
2493
2494 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2495
2496         PR bootstrap/41818
2497         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2498         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
2499         * Makefile.in: Regenerate.
2500
2501 2010-01-02  Richard Guenther  <rguenther@suse.de>
2502
2503         PR lto/41529
2504         * configure.ac: Include config/elf.m4.  Disable LTO if not
2505         builting for an elf target.
2506         * configure: Regenerate.
2507
2508 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
2509
2510         * MAINTAINERS: Change my email address.
2511
2512 2009-12-18  Ben Elliston  <bje@au.ibm.com>
2513
2514         * config.sub, config.guess: Update from upstream sources.
2515
2516 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
2517
2518         * MAINTAINERS (Write After Approval): Add myself.
2519
2520 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2521
2522         PR middle-end/30447
2523         PR middle-end/30789
2524         PR other/40302
2525
2526         * configure.ac: Require MPC.
2527         * configure: Regenerate.
2528
2529 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2530
2531         PR target/38384
2532         PR bootstrap/40972
2533         * libtool.m4: Sync from git Libtool.
2534         * ltoptions.m4: Likewise.
2535         * ltversion.m4: Likewise.
2536         * lt~obsolete.m4: Likewise.
2537         * ltmain.sh: Likewise.
2538
2539 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2540
2541         * configure.ac: Update minimum MPC version to 0.8.
2542         * configure: Regenerate.
2543
2544 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
2545
2546         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
2547         * configure: Regenerated.
2548
2549 2009-11-21  Ian Lance Taylor  <iant@google.com>
2550
2551         * configure.ac: Change default of poststage1_ldflags to be empty if
2552         poststage1_libs is set.  When poststage1_libs is empty, and
2553         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
2554         * configure: Rebuild.
2555
2556 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
2557
2558         * MAINTAINERS (Write After Approval): Update my email address.
2559
2560 2009-11-20  Ben Elliston  <bje@au.ibm.com>
2561
2562         * config.guess: Update from upstream sources.
2563
2564 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
2565
2566         * Makefile.def: Restore host and target settings for gmp.
2567         * Makefile.in: Rebuild.
2568
2569 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
2570
2571         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
2572         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
2573         Fix portability of test of C++ as bootstrap language.  Add
2574         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2575         * configure: Rebuild.
2576         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2577         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
2578         in-tree building.
2579         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2580         (POSTSTAGE1_HOST_EXPORTS): Use it.
2581         (STAGE[+id+]_CXXFLAGS): New.
2582         (BASE_FLAGS_TO_PASS): Pass it down.
2583         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
2584         extra_exports.
2585         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2586         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2587         extra_exports.
2588         * Makefile.in: Rebuild.
2589
2590 2009-11-17  Ben Elliston  <bje@au.ibm.com>
2591
2592         * config.sub, config.guess: Update from upstream sources.
2593
2594 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2595
2596         * MAINTAINERS (Write After Approval): Add myself.
2597
2598 2009-11-09  Jon Beniston  <jon@beniston.com>
2599
2600         * MAINTAINERS (Write After Approval): Add myself.
2601
2602 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
2603
2604         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
2605         paths for *-w64-mingw* and x86_64-*mingw*.
2606         * configure: Regenerated.
2607
2608 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
2609
2610         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
2611
2612 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
2613
2614         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
2615         Phil Edwards to Write-After Approval.
2616
2617 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
2618
2619         * configure.ac: Disable target-winsup & co for
2620         x86_64-*-mingw* and *-w64-mingw* targets.
2621         * configure: Regenerated.
2622
2623 2009-10-16  Nick Clifton  <nickc@redhat.com>
2624
2625         * MAINTAINERS: Add myself as a maintainer for the RX port.
2626
2627 2009-10-26  Johannes Singler  <singler@kit.edu>
2628
2629         * MAINTAINERS (Write After Approval): Update my e-mail address.
2630
2631 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2632
2633         * configure.ac (CLooG test): Use = with test.
2634         * configure: Regenerate.
2635
2636 2009-10-22  Richard Guenther  <rguenther@suse.de>
2637
2638         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
2639         cloog if the ppl version check failed.  Move flags saving
2640         before setting in libelf check.
2641         * configure: Regenerate.
2642
2643 2009-10-21  Richard Guenther  <rguenther@suse.de>
2644
2645         * configure.ac: Adjust the ppl and cloog configure to work as
2646         documented.  Disable cloog if ppl was disabled.  Omit the version
2647         checks if they were disabled.
2648         * configure: Re-generate.
2649
2650 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2651
2652         * configure.ac: Add 'lto' to enable_languages, not
2653         new_enable_languages, and only if not already present.
2654         * configure: Regenerate.
2655
2656 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
2657
2658         * README: Refer to the various COPYING* files instead of just
2659         COPYING.
2660         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2661
2662 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
2663
2664         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2665
2666 2009-10-07  Richard Guenther  <rguenther@suse.de>
2667
2668         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2669         and Richard Guenther as reviewers.
2670         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2671         as reviewers.
2672
2673 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
2674
2675         * config.sub: Update from upstream sources.
2676
2677 2009-10-06  Ian Lance Taylor  <iant@google.com>
2678
2679         * Makefile.def: check-gold depends upon all-gas.
2680         * Makefile.in: Rebuild.
2681
2682 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
2683
2684         * MAINTAINERS (Write After Approval): Add myself.
2685
2686 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
2687
2688         * Makefile.def: all-lto-plugin depends on all-libiberty.
2689         set bootstrap=true for lto-plugin.
2690         Add lto-plugin.
2691         * Makefile.in: Regenerate.
2692         * configure.ac (host_libs): Add lto-plugin.
2693         * configure: Regenerate.
2694
2695 2009-10-03  Diego Novillo  <dnovillo@google.com>
2696
2697         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2698         (HOST_LIBELFLIBS): Define.
2699         (HOST_LIBELFINC): Define.
2700         * Makefile.in: Regenerate.
2701         * configure.ac: Add --enable-lto.
2702         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2703         If --enable-lto is used, add 'lto' to new_enable_languages.
2704         If --enable-lto is used and gold is enabled, add
2705         lto-plugin to configdirs.
2706         * configure: Regenerate.
2707
2708 2009-10-03  Simon Baldwin  <simonb@google.com>
2709
2710         * configure.ac: If --with-system-zlib, suppress local zlib and
2711         pass --with-system-zlib to subdir configure scripts.
2712         * configure: Regenerate.
2713
2714 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
2715             Paolo Bonzini  <bonzini@gnu.org>
2716
2717         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2718         $(srcdir).
2719         * Makefile.in: Rebuilt.
2720
2721 2009-09-26  Gary Funck  <gary@intrepid.com>
2722
2723         * MAINTAINERS (Write After Approval): Add myself.
2724
2725 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2726
2727         * configure.ac: Update minimum MPC version to 0.7.
2728         * configure: Regenerate.
2729
2730 2009-09-25  Nick Clifton  <nickc@redhat.com>
2731
2732         * configure.ac: Pass any --cache-file=/dev/null option on to
2733         subconfigures.
2734         * configure: Regenerate.
2735
2736 2009-09-23  Nick Clifton  <nickc@redhat.com>
2737
2738         * config.sub, config.guess: Update from upstream sources.
2739
2740 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
2741
2742         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2743         * Makefile.in: Rebuilt.
2744
2745 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2746
2747         PR bootstrap/32272
2748         * configure.ac: Error out if $srcdir isn't '.' but contains
2749         host-${host_noncanonical}.
2750         * configure: Regenerate.
2751
2752 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2753
2754         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2755         maintainer.
2756
2757 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2758
2759         * configure.ac: If bootstrapping a combined tree with
2760         --enable-gold, require c++ in stage1_languages.
2761         * configure: Regenerate.
2762
2763         * configure.ac: Also add target_libs of stage1_languages to
2764         bootstrap_target_libs.
2765         * configure: Regenerate.
2766
2767         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2768         with --enable-languages not containing c++.
2769         * configure: Regenerate.
2770
2771 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
2772
2773         * configure.ac: Disable java and boehm-gc for bfin-*-*.
2774         * configure: Regenerate.
2775
2776 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
2777
2778         * MAINTAINERS (Write After Approval): Update my e-mail address,
2779         and move from from here...
2780         (Waiting for paperwork): To here.
2781
2782 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
2783
2784         * MAINTAINERS (Reviewers): Add self as driver reviewer.
2785
2786 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2787
2788         * configure.ac: Do not use $extrasub for replacing @if/@endif
2789         parts in Makefile; instead, use additional arguments to
2790         AC_CONFIG_COMMANDS to do the replacement manually, with several
2791         sed invocations, to avoid HP-UX sed command limits.
2792         * configure: Regenerate.
2793
2794 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
2795
2796         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2797         blank before -L.
2798
2799 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
2800
2801         * configure.ac (with-build-config): Document.  Handle without.
2802         Handle missing argument.
2803         * configure: Rebuilt.
2804
2805 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
2806
2807         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
2808         Default to bootstrap-debug only if compare-debug works.
2809         * configure: Rebuilt.
2810         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2811         * Makefile.in: Rebuilt.
2812
2813 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2814
2815         * MAINTAINERS (OS Port Maintainers): Update my email address.
2816
2817 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
2818
2819         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2820         * Makefile.in: Rebuilt.
2821
2822 2009-09-01  Chris Demetriou  <cgd@google.com>
2823
2824         * MAINTAINERS (Write After Approval): Add myself.
2825
2826 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
2827
2828         PR debug/30161
2829         * include/dwarf2.h (enum dwarf_tag): Added
2830         DW_TAG_GNU_template_template_param
2831         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2832
2833 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2834
2835         * Makefile.tpl (AWK): Fix typo.
2836         * Makefile.in: Regenerate.
2837
2838 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2839
2840         * configure.ac: Detect awk and sed.
2841         * Makefile.def (flags_to_pass): Add AWK and SED.
2842         * Makefile.tpl (AWK, SED): New.
2843         (BASE_FLAGS_TO_PASS): Add AWK and SED.
2844         * configure: Regenerate.
2845         * Makefile.in: Regenerate.
2846
2847 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
2848
2849         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2850         (collapseslashes): Likewise.
2851
2852 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2853
2854         * configure.ac (AC_PREREQ): Bump to 2.64.
2855
2856 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2857
2858         * configure.ac: Remove --with-datarootdir, --with-docdir,
2859         --with-pdfdir, --with-htmldir switches.
2860         * configure: Regenerate.
2861
2862         * configure: Regenerate.
2863
2864         * compile: Sync from Automake 1.11.
2865         * depcomp: Likewise.
2866         * install-sh: Likewise.
2867         * missing: Likewise.
2868         * mkinstalldirs: Likewise.
2869         * ylwrap: Likewise.
2870
2871 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
2872
2873         * ltmain.sh (func_normal_abspath): New function.
2874         (func_relative_path): Likewise.
2875         (func_mode_help): Document new -bindir option for link mode.
2876         (func_mode_link): Add new -bindir option, and use it to place
2877         output DLL if specified.
2878
2879 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2880
2881         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2882         (baseargs): Add --disable-option-checking.
2883         * configure: Regenerate.
2884
2885         * Makefile.def (configure-target-libiberty): Depend on
2886         all-binutils and all-ld.
2887         (configure-target-newlib): Likewise.
2888         * Makefile.in: Regenerate.
2889
2890 2009-08-17  Ben Elliston  <bje@au.ibm.com>
2891
2892         * config.sub, config.guess: Update from upstream sources.
2893
2894 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2895
2896         Sync from src, merge:
2897
2898         2009-07-02  Tristan Gingold  <gingold@adacore.com>
2899
2900         * configure.ac: Do not exclude gas for i386-*-darwin.
2901         Add a case for x86_64-*-darwin.
2902         * configure: Regenerate.
2903
2904 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
2905
2906         * MAINTAINERS: Add my name to Write After Approval list.
2907
2908 2009-08-06  Michael Eager  <eager@eagercon.com>
2909
2910         * configure.ac: Add Microblaze target.
2911         * configure: Regenerate.
2912
2913 2009-07-31  Christian Bruel  <christian.bruel@st.com>
2914
2915         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2916         * configure: Regenerate.
2917
2918 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
2919
2920         * MAINTAINERS (Write After Approval): Update my e-mail address.
2921
2922 2009-07-06  Ian Lance Taylor  <iant@google.com>
2923
2924         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2925         * configure: Rebuild.
2926
2927 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
2928
2929         * MAINTAINERS: Move myself to the Graphite Reviewers.
2930
2931 2009-06-30  Wei Guozhi  <carrot@google.com>
2932
2933         * MAINTAINERS: Add my name to Write After Approval list.
2934
2935 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
2936
2937         PR bootstrap/40338
2938         * configure.ac (comparestring): Create new variable.
2939         * Makefile.tpl (comparestring): Use to skip some comparisions.
2940         * configure: Regenerate.
2941         * Makefile.in: Regenerate.
2942
2943 2009-06-26  Doug Evans  <dje@sebabeach.org>
2944
2945         * Makefile.def (host_modules): Add cgen.
2946         * Makefile.in: Regenerate.
2947         * configure.ac (host_tools): Add cgen.
2948         * configure: Regenerate.
2949
2950 2009-06-23  DJ Delorie  <dj@redhat.com>
2951
2952         * MAINTAINERS: Add myself as mep maintainer.
2953
2954 2009-06-23  Ian Lance Taylor  <iant@google.com>
2955
2956         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
2957         boot_languages.  Only bootstrap target libraries listed in
2958         target_libs for some boot language.  Add --with-stage1-ldflags,
2959         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
2960         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
2961         if not building with C++.
2962         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2963         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2964         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2965         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2966         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
2967         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2968         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2969         * configure, Makefile.in: Rebuild.
2970
2971 2009-06-23  Li Feng  <nemokingdom@gmail.com>
2972
2973         * MAINTAINERS: Added my name to write-after-approval list.
2974
2975 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
2976
2977         * configure.ac: Define is_elf for QNX Neutrino targets.
2978         * configure: Regenerate.
2979
2980 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
2981
2982         * MAINTAINERS: Added my name to the write-after-approval list
2983
2984 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2985
2986         * configure.ac: Detect MPC in default directory.
2987         * configure: Regenerate.
2988
2989 2009-06-03  Jerome Guitton  <guitton@adacore.com>
2990             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2991
2992         * Makefile.tpl (all): Avoid a trailing backslash.
2993         * Makefile.in: Regenerate.
2994
2995 2009-06-03  Ben Elliston  <bje@au.ibm.com>
2996
2997         * config.sub, config.guess: Update from upstream sources.
2998
2999 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
3000
3001         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3002         to noconfdirs.
3003         * configure: Regenerate.
3004
3005 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
3006
3007         * Makefile.tpl ([+compare-target+]): Compare all stage
3008         directories, rather than just gcc.
3009         * Makefile.in: Rebuilt.
3010
3011 2009-06-01  Doug Kwan  <dougkwan@google.com>
3012
3013         * configure.ac: Support gold for target arm*-*-*.
3014         * configure: Regenerate.
3015
3016 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3017
3018         * Makefile.def: Add MPC support and dependencies.
3019         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
3020
3021         * Makefile.in, configure: Regenerate.
3022
3023 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
3024
3025         * Makefile.tpl (all): Avoid harmless warning in make all when
3026         gcc-bootstrap is enabled but stage_last does not exist.
3027         * Makefile.in: Rebuilt.
3028
3029 2009-05-24  Nicolas Roche  <roche@adacore.com>
3030
3031         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3032         * Makefile.in: Regenerate.
3033
3034 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
3035
3036         * MAINTAINERS: Update my e-mail address.
3037
3038 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
3039
3040         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
3041         * configure:  Regenerate.
3042
3043 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
3044
3045         PR other/40159
3046         * Makefile.tpl (all): Don't assume gcc-bootstrap and
3047         gcc-no-bootstrap are mutually exclusive.
3048         * Makefile.in: Rebuilt.
3049
3050 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
3051
3052         PR other/40159
3053         * Makefile.tpl (all): Don't end with unconditional success.
3054         * Makefile.in: Rebuilt.
3055
3056 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
3057
3058         PR target/37137
3059         * Makefile.def (flags_to_pass): Remove redundant and incomplete
3060         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3061         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3062         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
3063         stage_configureflags, stage_cflags and stage_libcflags into
3064         explicit Makefile macros.
3065         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3066         GFORTRAN.
3067         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3068         CC.  Set CC_FOR_BUILD from CC.
3069         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3070         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3071         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3072         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
3073         and GFORTRAN.
3074         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3075         (_LIBCFLAGS): Renamed to _TFLAGS.
3076         (do-compare-debug, do-compare3-debug): Drop.
3077         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3078         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3079         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3080         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3081         (XGCC_FLAGS_FOR_TARGET): New.
3082         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3083         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3084         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3085         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3086         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
3087         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
3088         TFLAGS.
3089         (BUILD_CONFIG): Include if requested.
3090         (all): Set TFLAGS on bootstrap.
3091         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3092         (all-stageid-prefixmodule): Likewise.
3093         (do-clean, distclean-stageid): Set TFLAGS.
3094         (restrap): Fix whitespace.
3095         * Makefile.in: Rebuilt.
3096
3097 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
3098
3099         * config.guess: Sync with src.
3100
3101 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
3102
3103         * configure.ac ($with_ppl):  Default to no if not supplied.
3104         ($with_cloog):  Likewise.
3105         configure:  Regenerate.
3106
3107 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
3108
3109         * MAINTAINERS: Update my e-mail address.
3110
3111 2009-04-27  Nick Clifton  <nickc@redhat.com>
3112
3113         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
3114
3115 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
3116
3117         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3118         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3119         * Makefile.in: Regenerate.
3120
3121 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3122
3123         PR bootstrap/39739
3124         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3125         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3126
3127         * configure, Makefile.in: Regenerate.
3128
3129 2009-04-21  Taras Glek  <tglek@mozilla.com>
3130
3131         * include/hashtab.h: Update GTY annotations to new syntax
3132         * include/splay-tree.h: Likewise
3133
3134 2009-04-17  Ben Elliston  <bje@au.ibm.com>
3135
3136         * config.sub, config.guess: Update from upstream sources.
3137
3138 2009-04-15  Anthony Green  <green@moxielogic.com>
3139
3140         * configure.ac: Add moxie support.
3141         * configure: Rebuilt.
3142
3143 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
3144
3145         * configure.ac: Change copyright header to refer to version
3146         3 of the GNU General Public License and to point readers at the
3147         COPYING3 file and the FSF's license web page.
3148         * Makefile.def: Likewise.
3149         * Makefile.tpl: Likewise.
3150         * Makefile.in: Regenerate.
3151
3152 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
3153
3154         * configure.ac: Restore match for darwin9 or later. Use double
3155         brackets since regeneration eats one pair.
3156         * configure: Regenerate.
3157
3158 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
3159
3160         PR gas/10039
3161         * configure.ac: Require texinfo 4.7.
3162         * configure: Regenerated.
3163
3164 2009-04-09  Nick Clifton  <nickc@redhat.com>
3165
3166         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
3167         the GCC Runtime Library Exception.
3168
3169 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3170
3171         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3172         * configure: Regenerate.
3173
3174 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
3175
3176         * Makefil.def (languages): New entries.
3177         * Makefile.tpl (check-gcc-*): New generic target.
3178         * Makefile.in: Regenerate.
3179
3180 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
3181
3182         * MAINTAINERS:  Update my email address.
3183
3184 2009-03-18  Tom Tromey  <tromey@redhat.com>
3185
3186         * configure: Rebuild.
3187         * configure.ac (host_libs): Add libiconv.
3188         * Makefile.in: Rebuild.
3189         * Makefile.def (host_modules): Add libiconv.
3190         (configure-gdb, all-gdb): Depend on libiconv.
3191
3192 2009-03-16  Tristan Gingold  <gingold@adacore.com>
3193
3194         * configure.ac: Treat gdb as supported on x86_64-darwin.
3195         * configure: Regenerate.
3196
3197 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
3198
3199         * configure.ac (--with-host-libstdcxx): New option.
3200         * configure: Regenerate.
3201
3202 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
3203
3204         * MAINTAINERS:  Move myself into the write after approval list.
3205
3206 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
3207
3208         * MAINTAINERS: Update e-mail address.
3209
3210 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
3211
3212         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
3213
3214 2009-03-10  Ira Rosen  <irar@il.ibm.com>
3215
3216         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
3217
3218 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3219
3220         Backport from git Libtool:
3221
3222         2009-01-19  Robert Millan  <rmh@aybabtu.com>
3223         Support GNU/kOpenSolaris.
3224         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3225         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3226         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3227         GNU/kOpenSolaris.
3228
3229 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
3230
3231         * MAINTAINERS: Update e-mail address.
3232
3233 2009-02-24  Michael Eager  <eager@eagercon.com>
3234
3235         * MAINTAINERS (Write After Approval): Add self.
3236
3237 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
3238
3239         * MAINTAINERS (Write After Approval): Add myself.
3240
3241 2009-02-05  Andreas Schwab  <schwab@suse.de>
3242
3243         * Makefile.tpl (stage_last): Define $r and $s before using
3244         $(RECURSE_FLAGS_TO_PASS).
3245         * Makefile.in: Regenerate
3246
3247 2009-01-30  Ian Lance Taylor  <iant@google.com>
3248
3249         * MAINTAINERS: Move myself to the Global Reviewers list.
3250
3251 2009-01-29  Robert Millan  <rmh@aybabtu.com>
3252
3253         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3254         * configure: Regenerate.
3255
3256 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
3257
3258         * MAINTAINERS: Make whitespace consistent.
3259         Remove Robert Millan from Write After Approval.
3260
3261 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
3262
3263         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3264         (all-opcodes): Depend on all-libiberty.
3265         * Makefile.in: Regenerate.
3266
3267 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
3268
3269         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3270         * configure: Regenerate.
3271
3272 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
3273
3274         * MAINTAINERS (Write After Approval): Add myself.
3275
3276 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
3277
3278         * MAINTAINERS: Add myself to reviewers (Fortran).
3279
3280 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
3281
3282         PR tree-optimization/38515
3283         * configure.ac (cloog-polylib): Removed.
3284         (with_ppl, with_cloog): Test for "no".
3285         * configure: Regenerated.
3286
3287 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
3288
3289         * MAINTAINERS: Moved myself to reviewers (Fortran).
3290
3291 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
3292
3293         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
3294         (Write After Approval): Remove myself.
3295
3296 2009-01-03  Diego Novillo  <dnovillo@google.com>
3297
3298         * MAINTAINERS: Remove myself from alias maintainership.
3299
3300 2009-01-02  David Ayers  <ayers@fsfe.org>
3301
3302         * MAINTAINERS: Update e-mail address.
3303
3304 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
3305
3306         * MAINTAINERS: Make whitespace consistent.
3307
3308 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3309
3310         Backport from upstream Libtool:
3311         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3312         Add cache variables to tests that require the linker to work.
3313         For shlibpath_overrides_runpath, this also changes the semantics
3314         to let the result from the C compiler take precedence.
3315
3316 2008-12-02  Ben Elliston  <bje@au.ibm.com>
3317
3318         * config.sub, config.guess: Update from upstream sources.
3319
3320 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
3321
3322         * configure.ac (ppllibs): Add by default the lib flags.
3323         * configure: Regenerate.
3324
3325 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
3326
3327         * MAINTAINERS:  Add myself to the write after approval list.
3328
3329 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
3330
3331         * configure.ac: Add double brackets on darwin[912].
3332         * configure: Regenerate.
3333
3334 2008-12-03  Daniel Kraft  <d@domob.eu>
3335
3336         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
3337         Approval to Reviewer section (for Fortran front-end).
3338
3339 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
3340
3341         * configure.ac: Expand to darwin10 and later.
3342         * configure: Regenerate.
3343
3344 2008-12-02  Andreas Schwab  <schwab@suse.de>
3345
3346         * Makefile.def: configure-target-boehm-gc depends on
3347         all-target-libstdc++-v3.
3348         * Makefile.in: Regenerate.
3349
3350 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
3351
3352         * MAINTAINERS:  Add myself as mingw maintainer.
3353
3354 2008-12-02  Ben Elliston  <bje@au.ibm.com>
3355
3356         * config.sub, config.guess: Update from upstream sources.
3357
3358 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
3359
3360         * README.SCO: Remove.
3361
3362 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
3363
3364         * MAINTAINERS:  Add myself to the write after approval list.
3365
3366 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
3367
3368         * MAINTAINERS:  Update my email address in WAA section.
3369
3370 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
3371
3372         * MAINTAINERS: Update e-mail address.
3373
3374 2008-11-27  Toon Moene  <toon@moene.org>
3375
3376         * MAINTAINERS: Change e-mail address.
3377
3378 2008-11-27  Tristan Gingold  <gingold@adacore.com>
3379
3380         * configure.ac: Build gdb for i?86-*-darwin*
3381         * configure: Regenerated.
3382
3383 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
3384
3385         * MAINTAINERS: Added my full name.
3386
3387 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
3388
3389         PR bootstrap/38014
3390         PR bootstrap/37923
3391
3392         Revert:
3393
3394         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
3395
3396         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3397         * Makefile.in: Regenerated.
3398
3399         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
3400
3401         PR gdb/921
3402         PR gdb/1646
3403         PR gdb/2175
3404         PR gdb/2176
3405
3406         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3407         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3408         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
3409         (HOST_EXPORTS): Pass CPPFLAGS.
3410         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3411         (LDFLAGS_FOR_TARGET): Initialize from configure script.
3412         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3413         * Makefile.in, configure: Regenerated.
3414         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3415         and CPPFLAGS_FOR_BUILD.
3416
3417 2008-11-06  Jeff Law  <law@redhat.com>
3418
3419         * MAINTAINERS: Add myself as middle end maintainer.
3420
3421 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
3422
3423         * MAINTAINERS (Write after approval): Add myself.
3424
3425 2008-11-05  Diego Novillo  <dnovillo@google.com>
3426
3427         * MAINTAINERS (Global Reviewers): Add myself.
3428         (Non-Algorithmic Maintainers): Remove myself.
3429
3430 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
3431
3432         * MAINTAINERS (Write after approval): Add myself.
3433
3434 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
3435
3436         * MAINTAINERS (Write after approval): Add myself.
3437
3438 2008-10-31  Ben Elliston  <bje@au.ibm.com>
3439
3440         * configure.ac (spu-*-*): Remove special case.
3441         * configure: Regenerate.
3442
3443 2008-10-30  Catherine Moore  <clm@codesourcery.com>
3444
3445         * MAINTAINERS (Write after approval): Update my email address.
3446
3447 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
3448
3449         * configure.ac [spu-*-*]: Do not set skipdirs.
3450         * configure: Re-generate.
3451
3452 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
3453
3454         * MAINTAINERS (Various Maintainers): Add myself to reload.
3455
3456 2008-10-25  Richard Guenther  <rguenther@suse.de>
3457
3458         * MAINTAINERS (Various Maintainers): Add myself as middle-end
3459         maintainer.  Remove myself as libgcc-math maintainer.
3460         (Non-Algorithmic Maintainers): Remove myself.
3461
3462 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
3463
3464         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3465         * Makefile.in: Regenerated.
3466
3467 2008-10-23  Cary Coutant  <ccoutant@google.com>
3468
3469         * MAINTAINERS (Write after approval): Add myself.
3470
3471 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
3472
3473         PR gdb/921
3474         PR gdb/1646
3475         PR gdb/2175
3476         PR gdb/2176
3477
3478         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3479         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3480         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
3481         (HOST_EXPORTS): Pass CPPFLAGS.
3482         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3483         (LDFLAGS_FOR_TARGET): Initialize from configure script.
3484         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3485         * Makefile.in, configure: Regenerated.
3486         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3487         and CPPFLAGS_FOR_BUILD.
3488
3489 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
3490
3491         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
3492         Sebastian Pop.
3493
3494 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
3495
3496         * MAINTAINERS (Write After Approval): Added myself.
3497
3498 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3499
3500         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3501         recommended version to 2.3.2.
3502
3503         * configure: Regenerate.
3504
3505 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
3506
3507         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
3508
3509 2008-09-29  David Daney <david.daney@caviumnetworks.com>
3510
3511         * MAINTAINERS (Write After Approval): Update e-mail address.
3512
3513 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
3514
3515         * libtool.m4: Update to libtool 2.2.6.
3516         * lt~obsolete.m4: Update to libtool 2.2.6.
3517         * ltmain.sh: Update to libtool 2.2.6.
3518         * ltsugar.m4: Update to libtool 2.2.6.
3519         * ltversion.m4: Update to libtool 2.2.6.
3520         * ltoptions.m4: Update to libtool 2.2.6.
3521         * ltgcc.m4: Update to match changes from libtool 2.2.6.
3522
3523 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
3524
3525         * MAINTAINERS (Write After Approval): Add myself.
3526
3527 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3528
3529         * MAINTAINERS (Write After Approval): Update my name.
3530
3531 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
3532
3533         * MAINTAINERS: Add myself in "Write After Approval".
3534
3535 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
3536
3537         * MAINTAINERS: Add myself as ia64 maintainer.
3538
3539 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
3540
3541         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
3542         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
3543         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
3544         and Michael Tiemann from Write After Approval since they do not
3545         actually have access.
3546
3547 2008-09-05  Richard Guenther  <rguenther@suse.de>
3548
3549         * configure.ac: Initialize clooglibs to -lcloog.
3550         * configure: Re-generate.
3551
3552 2008-09-04  Le-Chun Wu  <lcwu@google.com>
3553
3554         * MAINTAINERS (Write After Approval): Add myself.
3555
3556 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
3557
3558         * configure.ac (--with-cloog-polylib): New.
3559         (--disable-cloog-version-check): New.
3560         (--disable-ppl-version-check): New.
3561         * configure: Re-generate.
3562
3563 2008-09-03  Richard Guenther  <rguenther@suse.de>
3564
3565         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3566         cloog test.
3567         * configure: Re-generate.
3568
3569 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
3570
3571         Add picoChip port.
3572         * MAINTAINERS: Add picoChip maintainers.
3573
3574 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
3575             Tobias Grosser  <grosser@fim.uni-passau.de>
3576             Jan Sjodin  <jan.sjodin@amd.com>
3577             Harsha Jagasia  <harsha.jagasia@amd.com>
3578             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3579             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
3580             Adrien Eliche  <aeliche@isty.uvsq.fr>
3581
3582         Merge from graphite branch.
3583         * configure: Regenerate.
3584         * Makefile.in: Regenerate.
3585         * configure.ac (host_libs): Add ppl and cloog.
3586         Add checks for PPL and CLooG.
3587         * Makefile.def (ppl, cloog): Added modules and dependences.
3588         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3589         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3590
3591 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
3592
3593         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3594         (GCC_SHLIB_SUBDIR): New.
3595         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3596         * configure: Regenerate.
3597         * Makefile.in: Regenerate.
3598
3599 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
3600
3601         * MAINTAINERS: Consistently use tabs to separate columns.
3602
3603 2008-08-29  Tristan Gingold  <gingold@adacore.com>
3604
3605         * MAINTAINERS (Write after Approval): Add myself.
3606
3607 2008-08-28  Tristan Gingold  <gingold@adacore.com>
3608
3609         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3610         Enable bfd, binutils and opcodes.
3611         * configure: Regenerate.
3612
3613 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3614
3615         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
3616
3617 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3618
3619         * MAINTAINERS:  Use correct Umlaut for last name.
3620
3621 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3622
3623         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3624
3625 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
3626
3627         * MAINTAINERS: Update my email address.
3628
3629 2008-08-16  Nicolas Roche  <roche@adacore.com>
3630
3631         * Makefile.tpl: Add BOOT_ADAFLAGS.
3632         * Makefile.in: Regenerate.
3633
3634 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
3635
3636         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3637         * configure: Regenerate.
3638
3639 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
3640
3641         * configure.ac: Add makefile fragments for hpux.
3642         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3643         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3644         * configure: Regenerate.
3645         * Makefile.in: Regenerate.
3646
3647 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
3648
3649         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3650
3651 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
3652
3653         * MAINTAINERS (Write after Approval): Add myself.
3654
3655 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
3656
3657         * MAINTAINERS (Write After Approval):  Add myself.
3658
3659 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
3660
3661         * MAINTAINERS (Write After Approval):  Add myself.
3662
3663 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
3664
3665         * MAINTAINERS: Update my email address.
3666
3667 2008-06-25  Joey Ye  <joey.ye@intel.com>
3668
3669         * MAINTAINERS (Write After Approval):  Add myself.
3670
3671 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3672
3673         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3674         * Makefile.in: Regenerate.
3675         * configure: Regenerate.
3676
3677 2008-06-17  Daniel Kraft  <d@domob.eu>
3678
3679         * MAINTAINERS (Write After Approval):  Add myself.
3680
3681 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3682
3683         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3684         "$@" is still intact with both Autoconf 2.59 and 2.62.
3685         * configure: Regenerate.
3686
3687 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3688
3689         * Makefile.tpl: Fix comment errors.
3690         * Makefile.in: Regenerate.
3691
3692 2008-06-12  David S. Miller  <davem@davemloft.net>
3693             David Edelsohn  <edelsohn@gnu.org>
3694
3695         * configure.ac: Add powerpc*-*-* to gold supported targets.
3696         * configure: Regenerate.
3697
3698 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
3699
3700         PR tree-optimization/36218
3701         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3702         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3703         (all prefix="build-"): Pass them to build-system sub-makes.
3704         * Makefile.in: Regenerate.
3705
3706 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
3707
3708         * MAINTAINERS (mt port): Remove.
3709         (sco5, unixware, sco udk): Remove.
3710         (Kean Johnston): Add to Write After Approval.
3711
3712 2008-05-30  Julian Brown  <julian@codesourcery.com>
3713
3714         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3715         of libobjc for ARM EABI Linux.
3716         * configure: Regenerate.
3717
3718 2008-05-18  Xinliang David Li   <davidxl@google.com>
3719
3720         * ChangeLog: Remove wrong ChangeLog entry.
3721
3722 2008-05-17  Xinliang David Li   <davidxl@google.com>
3723
3724         * MAINTAINERS (Write After Approval): Add myself.
3725
3726 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
3727
3728         * MAINTAINERS (Write After Approval): Add myself.
3729
3730 2008-05-14  Rafael Espíndola  <espindola@google.com>
3731
3732         * config-ml.in: don't handle --enable-shared and --enable-static.
3733
3734 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
3735
3736         * MAINTAINERS: Update my email address.
3737
3738 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
3739
3740         * MAINTAINERS: Update my email address.
3741
3742 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
3743
3744         * MAINTAINERS (Write After Approval): Add myself.
3745
3746 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
3747
3748         * MAINTAINERS (Write After Approval): Add myself.
3749
3750 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
3751
3752         * MAINTAINERS (crx): Add myself.
3753
3754 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3755
3756         Sync with src:
3757         2008-04-14  David S. Miller  <davem@davemloft.net>
3758
3759         * configure.ac: Add sparc*-*-* to gold supported targets.
3760         * configure: Regenerate.
3761
3762 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3763
3764         PR bootstrap/35457
3765         * configure.ac: Include override.m4.
3766         * configure: Regenerate.
3767
3768 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3769
3770         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3771         * Makefile.in: Regenerate.
3772
3773 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
3774
3775         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3776         as nonconfigurable directories list.
3777         * configure: Regenerate.
3778
3779 2008-04-14  Ben Elliston  <bje@au.ibm.com>
3780
3781         * config.sub, config.guess: Update from upstream sources.
3782
3783 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
3784
3785         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3786         * Makefile.in: Regenerate.
3787
3788 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
3789
3790         * configure.ac: Do not build libssp for the AVR.
3791         * configure: Regenerate.
3792
3793 2008-04-07  Ian Lance Taylor  <iant@google.com>
3794
3795         * Makefile.def: check-gold depends upon all-binutils.
3796         * Makefile.in: Regenerate.
3797
3798 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
3799
3800         * MAINTAINERS (Write After Approval): Add myself.
3801
3802 2008-04-04  Nick Clifton  <nickc@redhat.com>
3803
3804         PR binutils/4334
3805         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3806         builds.
3807         * configure: Regenerate.
3808
3809 2008-04-04  NightStrike  <NightStrike@gmail.com>
3810
3811         PR other/35151
3812         * configure.ac: Combine rules for mingw32 and mingw64.
3813         * configure: Regenerate.
3814
3815 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
3816
3817         * MAINTAINERS (Write After Approval): Add myself.
3818
3819 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
3820
3821         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3822         * Makefile.in (.NOTPARALLEL): Ditto.
3823
3824 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
3825
3826         * MAINTAINERS (Write After Approval): Add myself.
3827
3828 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
3829
3830         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3831         * Makefile.in (.NOTPARALLEL): Regenerate.
3832
3833 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
3834
3835         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3836         * Makefile.in: Regenerate.
3837
3838 2008-03-26  Jakub Staszak  <kuba@et.pl>
3839
3840         * MAINTAINERS (Write After Approval): Add myself.
3841
3842 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3843
3844         * MAINTAINERS:  Update e-mail address.
3845
3846 2008-03-20  Ian Lance Taylor  <iant@google.com>
3847
3848         * configure.ac: Add support for --enable-gold.
3849         * Makefile.def: Add gold as a directory like ld.
3850         * configure, Makefile.in: Regenerate.
3851
3852 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3853
3854         * configure.ac: m4_include config/proginstall.m4.
3855         * configure: Regenerate.
3856
3857         Backport from upstream Libtool:
3858
3859         2007-10-12  Eric Blake  <ebb9@byu.net>
3860
3861         Deal with Autoconf 2.62's semantic change in m4_append.
3862         * ltsugar.m4 (lt_append): Replace broken versions of
3863         m4_append.
3864         (lt_if_append_uniq): Don't require separator to be overquoted,
3865         and avoid broken m4_append.
3866         (lt_dict_add): Fix typo.
3867         * libtool.m4 (_LT_DECL): Don't overquote separator.
3868
3869 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
3870
3871         * config.rpath: Add AIX 6 support.
3872
3873 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
3874
3875         * Makefile.def (stageprofile).  Remove -fprofile-generate
3876         from stage_libcflags.
3877         * Makefile.in: Regenerate.
3878
3879 2008-03-13  Ben Elliston  <bje@au.ibm.com>
3880
3881         * config.sub, config.guess: Update from upstream sources.
3882
3883 2008-03-06  Tom Tromey  <tromey@redhat.com>
3884
3885         * MAINTAINERS: Update for treelang deletion.
3886
3887 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
3888
3889         * MAINTAINERS: Update my email address.
3890
3891 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
3892
3893         * MAINTAINERS (darwin port): Add myself as a maintainer.
3894         (objective-c/c++): Add myself as a maintainer.
3895
3896 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
3897
3898         * MAINTAINERS (Write After Approval): Update my email address.
3899
3900 2008-02-25  Tomas Bily  <tbily@suse.cz>
3901
3902         * MAINTAINERS (Write After Approval): Add myself.
3903
3904 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
3905
3906         * MAINTAINERS (OpenMP): Add myself.
3907
3908 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
3909
3910         PR bootstrap/32009
3911         PR bootstrap/32161
3912
3913         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3914         * configure: Regenerate.
3915
3916         * Makefile.def: Define stage_libcflags for all bootstrap stages.
3917         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3918         STAGE4_LIBCFLAGS): New.
3919         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3920         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3921         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3922         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3923         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3924         for target modules.  Don't export LIBCFLAGS.
3925         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3926         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3927         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3928         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3929         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3930         * Makefile.in: Regenerate.
3931
3932 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3933
3934         PR libgcj/33085
3935         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3936         Do not use -DDLL_EXPORT.  Backport from upstream.
3937
3938 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3939
3940         * MAINTAINERS (Write After Approval): Add myself.
3941
3942 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
3943
3944         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3945         * configure: Regenerate.
3946
3947 2008-01-31  Marc Gauthier  <marc@tensilica.com>
3948
3949         * configure.ac (xtensa*-*-*): Recognize processor variants.
3950         * configure: Regenerate.
3951
3952 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3953
3954         PR bootstrap/34922
3955         * configure.ac (PARSE_ARGS): Push suitable setting of
3956         ac_subdirs_all, for `./configure --help=recursive'.
3957         Handle `+' in generic toplevel directory disabling.
3958         * configure: Regenerate.
3959
3960 2008-01-28  Nick Clifton  <nickc@redhat.com>
3961
3962         * MAINTAINERS (xstormy16): Take over maintainership.
3963
3964 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
3965
3966         * MAINTAINERS (c4x port): Remove.
3967
3968 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
3969
3970         * libtool.m4: Backport AIX 6 support from ToT Libtool.
3971
3972 2008-01-23  Ben Elliston  <bje@au.ibm.com>
3973
3974         * config.sub, config.guess: Update from upstream sources.
3975
3976 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
3977
3978         * MAINTAINERS (Write After Approval): Add myself.
3979
3980 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
3981
3982         * MAINTAINERS: Update my email address.
3983
3984 2008-01-09  Raksit Ashok  <raksit@google.com>
3985
3986         * MAINTAINERS (Write After Approval): Add myself.
3987
3988 2008-01-09  Raksit Ashok  <raksit@google.com>
3989
3990         * MAINTAINERS (Write After Approval): Add myself.
3991
3992 2008-01-08  Ben Elliston  <bje@au.ibm.com>
3993
3994         * config.sub, config.guess: Update from upstream sources.
3995
3996 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3997
3998         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3999         Change recommended MPFR from 2.2.1 -> 2.3.0.
4000         * configure: Regenerate.
4001
4002 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
4003
4004         * MAINTAINERS: Update my email address.
4005
4006 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
4007
4008         * MAINTAINERS: Update my email address.
4009
4010 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
4011
4012         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4013         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4014         * Makefile.in: Regenerate.
4015
4016 2007-12-10  Mark Heffernan  <meheff@google.com>
4017
4018         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
4019         misplaced entries.
4020
4021 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
4022
4023         * configure.ac: Enable libjava for x86_64-*-darwin9.
4024         * configure: Regenerate.
4025
4026 2007-12-07  Bill Maddox  <maddox@google.com>
4027
4028         * MAINTAINERS (Write After Approval): Add myself.
4029
4030 2007-12-05  Ben Elliston  <bje@au.ibm.com>
4031
4032         * config.sub, config.guess: Update from upstream sources.
4033
4034 2007-12-02  Matthias Klose  <doko@ubuntu.com>
4035
4036         * config-ml.in: Remove 64bit configure tests.
4037
4038 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4039
4040         * config-ml.in: Robustify against white space in absolute file
4041         names.
4042
4043         * config-ml.in (multi-clean): Substitute ${Makefile}.
4044         Remove superfluous ${Makefile} in list.
4045
4046 2007-11-19  Thiemo Seufer  <ths@mips.com>
4047
4048         * config-ml.in: Don't hardcode the Makefile name.
4049
4050 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
4051
4052         * MAINTAINERS (Write After Approval): Add myself.
4053
4054 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
4055
4056         * MAINTAINERS (Write After Approval): Add myself.
4057
4058 2007-11-06  Doug Kwan  <dougkwan@google.com>
4059
4060         * MAINTAINERS (Write After Approval): Add myself.
4061
4062 2007-10-25  Ben Elliston  <bje@au.ibm.com>
4063
4064         * MAINTAINERS (mercury): Remove entry.
4065         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
4066
4067 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
4068
4069         * Makefile.def (dependencies): Make configure-gdb depend on
4070         all-intl.
4071         * Makefile.in: Regenerated.
4072
4073 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
4074
4075         * MAINTAINERS (Fortran maintainer): Remove myself.
4076
4077 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
4078
4079         * Makefile.def: To avoid problems running with parallel makes,
4080         build newlib before libgloss so that target specific header
4081         files are availble.
4082         * Makefile.in: Regenerate
4083
4084 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
4085
4086         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4087         * Makefile.in: Regenerate.
4088
4089 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
4090
4091         * MAINTAINERS (Register allocation reviewer): Add myself.
4092
4093 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
4094
4095         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4096         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4097         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
4098         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4099         * configure: Regenerate.
4100
4101 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
4102
4103         * MAINTAINERS (Register allocation reviewer): Add myself.
4104
4105 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
4106
4107         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4108         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4109         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4110         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4111         * configure.ac: Default them to host tools for $host = $build.
4112         Subst them.
4113
4114         * configure: Regenerate.
4115         * Makefile.in: Regenerate.
4116
4117 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
4118
4119         * MAINTAINERS (Register allocation reviewer): Add myself.
4120
4121 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
4122
4123         * MAINTAINERS (Register allocation reviewer): Add myself.
4124
4125 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
4126
4127         * MAINTAINERS (Write After Approval): Fix typo.
4128
4129 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
4130
4131         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4132         * configure: Regenerate.
4133
4134 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
4135
4136         PR bootstrap/31906
4137         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
4138         they're already prefixed.
4139
4140 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
4141
4142         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4143         libstdc++.
4144         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4145         * configure: Regenerate.
4146         * Makefile.in: Regenerate.
4147
4148 2007-09-17  Andreas Schwab  <schwab@suse.de>
4149
4150         * configure.ac: Raise minimum makeinfo version to 4.6.
4151         * configure: Regenerate.
4152
4153 2007-09-17  Johannes Singler  <singler@ira.uka.de>
4154
4155         * MAINTAINERS (write-after-approval) add myself
4156
4157 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
4158
4159         * configure.ac: Correct makeinfo version check.
4160         * configure: Regenerate.
4161
4162 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
4163
4164         * MAINTAINERS: Update my email address.
4165
4166 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
4167
4168         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
4169         to $skipdirs and only disable gprof for newlib.  Use the normal
4170         mips*-elf* handling in other respects.
4171         * configure: Regnerate.
4172
4173 2007-09-12  David Daney  <ddaney@avtrex.com>
4174
4175         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4176         enabling libgcj.
4177         * configure: Regenerate.
4178
4179 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
4180
4181         PR other/32154
4182         * configure.ac: For libgloss targets, point the linker to the linker
4183         script, startup code and simulator library.
4184         * configure: Regenerate.
4185
4186 2007-09-07  Andrew Haley  <aph@redhat.com>
4187
4188         * configure.ac (noconfigdirs): Remove target-libffi and
4189         target-libjava.
4190         * configure: Regenerate.
4191
4192 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4193
4194         PR target/33281
4195         * configure.ac: Use config/mh-mingw on mingw.
4196         * configure: Regenerate.
4197
4198 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
4199
4200         * MAINTAINERS (Write After Approval): Add myself.
4201
4202 2007-09-05  Richard Guenther  <rguenther@suse.de>
4203
4204         * configure.ac (--enable-stage1-checking): If neither --enable-checking
4205         nor --disable-checking is provided also turn on yes and types
4206         checking for stage1.
4207         * configure: Re-generate.
4208
4209 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
4210
4211         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
4212         (Write After Approval): Remove myself.
4213
4214 2007-08-29  Nick Clifton  <nickc@redhat.com>
4215
4216         * config.sub, config.guess: Update from upstream sources.
4217
4218 2007-08-22  Bud Davis  <jmdavis@link.com>
4219
4220         * MAINTAINERS (Write After Approval): Added myself.
4221         * MAINTAINERS (Reviewers): Removed myself.
4222
4223 2007-08-18  Paul Brook  <paul@codesourcery.com>
4224             Joseph Myers  <joseph@codesourcery.com>
4225
4226         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4227         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4228         * Makefile.in: Regenerate.
4229         * configure.ac (--with-debug-prefix-map): New.
4230         * configure: Regenerate.
4231
4232 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
4233             Nigel Stephens  <nigel@mips.com>
4234
4235         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
4236         as target_makefile_frag.
4237         * configure: Regenerate.
4238
4239 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
4240
4241         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4242         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
4243         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4244         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4245         (do-compare, do-compare3, do-compare-debug): New.
4246         ([+compare-target+]): Use them.
4247
4248 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
4249
4250         * MAINTAINERS (Write After Approval): Change my email address.
4251
4252 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4253             Ben Elliston  <bje@au.ibm.com>
4254
4255         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4256         --silent if $silent.
4257         * configure: Regenerate.
4258
4259 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
4260
4261         * MAINTAINERS (Various Maintainers): Add myself as
4262         loop infrastructure maintainer.  Update my e-mail
4263         address.
4264
4265 2007-07-31  Diego Novillo  <dnovillo@google.com>
4266
4267         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
4268         Adjust description.
4269
4270 2007-07-26  Richard Guenther  <rguenther@suse.de>
4271
4272         * configure.ac: Add types checking to stage1 checking flags.
4273         * configure: Regenerate.
4274
4275 2007-07-17  Nick Clifton  <nickc@redhat.com>
4276
4277         * COPYING3: New file.  Contains version 3 of the GNU General
4278         Public License.
4279         * COPYING3.LIB: New file.  Contains version 3 of the GNU
4280         Lesser General Public License.
4281
4282 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
4283
4284         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
4285
4286 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
4287
4288         * MAINTAINERS (S/390 co-maintainer): Add myself.
4289         (Write After Approval): Remove myself.
4290
4291 2007-07-13  Dan Hipschman  <dsh@google.com>
4292
4293         * MAINTAINERS (Write After Approval): Add myself.
4294
4295 2007-07-11  Nick Clifton  <nickc@redhat.com>
4296
4297         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
4298         WINDRES export.
4299         * Makefile.in: Regenerate.
4300
4301 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4302
4303         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
4304         maintainer.
4305
4306 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
4307
4308         * lt~obsolete.m4: New. Import from 20070318 libtool.
4309
4310 2007-07-03  Julian Brown  <julian@codesourcery.com>
4311
4312         * MAINTAINERS (Write After Approval): Add myself.
4313
4314 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4315
4316         * configure.ac: Rewrite 'configure --help' strings to look nicer.
4317         * configure: Regenerate.
4318
4319 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4320
4321         * configure.ac: Add some missing m4 quotation.
4322         * configure: Regenerate.
4323
4324 2007-07-02  Simon Baldwin  <simonb@google.com>
4325
4326         * MAINTAINERS (Write After Approval): Add myself.
4327
4328 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
4329
4330         * configure: Regenerate.
4331
4332 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
4333
4334         * Makefile.def: Add windmc tool to build.
4335         * Makefile.tpl: Likewise.
4336         * configure.ac: Likewise.
4337         * Makefile.in: Regenerate.
4338         * configure: Regenerate.
4339
4340 2007-06-28  DJ Delorie  <dj@redhat.com>
4341
4342         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4343         not building newlib.
4344         * configure: Regenerated.
4345
4346 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
4347
4348         * MAINTAINERS (Write After Approval): Add myself.
4349
4350 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
4351
4352         * MAINTAINERS (Write After Approval): Add myself.
4353
4354 2007-06-19  Chris Matthews  <chrismatthews@google.com>
4355
4356         * MAINTAINERS (Write After Approval): Add myself.
4357
4358 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
4359
4360         * MAINTAINERS (Write After Approval): Add myself.
4361
4362 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
4363
4364         * Makefile.def: Add dependency from configure-gdb to all-bfd.
4365         * Makefile.in: Regenerated.
4366
4367 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
4368
4369         * configure.ac: Don't add target-libmudflap to noconfigdirs for
4370         bfin*-*-uclinux* targets.
4371         * configure: Regenerate.
4372
4373 2007-06-14  Ian Lance Taylor  <iant@google.com>
4374
4375         * MAINTAINERS: Add myself as non-algorithmic global write
4376         maintainer.
4377
4378 2007-06-14  Diego Novillo  <dnovillo@google.com>
4379
4380         * MAINTAINERS: Add self as middle-end maintainer and
4381         non-algorithmic global write maintainer.
4382
4383 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4384
4385         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
4386         Move all Fortran maintainers except Paul Brook into the
4387         Non-Autopoiesis section.
4388
4389 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
4390
4391         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4392         (distclean-stage[+id+]): Possibly delete stage_last.
4393         * Makefile.in: Regenerate.
4394
4395 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
4396
4397         * MAINTAINERS (Various Maintainer): Fix typo.
4398
4399 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
4400
4401         * MAINTAINERS (Various Maintainer): Add myself as
4402         dataflow maintainer.
4403
4404 2007-06-07  Ben Elliston  <bje@au.ibm.com>
4405
4406         * config.sub, config.guess: Update from upstream sources.
4407
4408 2007-06-07  Ben Elliston  <bje@au.ibm.com>
4409
4410         * Makefile.tpl: Fix spelling error.
4411         * Makefile.in: Regenerate.
4412
4413 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
4414
4415         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4416         lt_cv_sys_max_cmd_len.
4417
4418 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
4419
4420         * MAINTAINERS (Various Maintainers): Add myself as
4421         auto-vectorizer maintainer.
4422
4423 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
4424
4425         PR libjava/32098
4426         * libtool.m4: Revert previous change.
4427         * ltgcc.m4: Put it here.
4428
4429 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
4430
4431         * MAINTAINERS (Various Maintainers): Add myself as
4432         auto-vectorizer maintainer.
4433
4434 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
4435
4436         PR libjava/32098
4437         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
4438
4439 2007-05-30  Richard Guenther  <rguenther@suse.de>
4440
4441         * MAINTAINERS (Various Maintainers): Add myself as
4442         auto-vectorizer maintainer.
4443
4444 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
4445
4446         PR bootstrap/29382
4447         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4448         * configure: Rebuilt.
4449
4450 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
4451
4452         * MAINTAINERS (Write After Approval): Removed my name.
4453
4454 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
4455
4456         * MAINTAINERS (Write After Approval): Remove myself.
4457
4458 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
4459
4460         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4461
4462 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
4463
4464         * ltmain.sh: Update from ToT Libtool.
4465         * libtool.m4: Update from ToT Libtool.
4466         * ltsugar.m4: New. Update from ToT Libtool.
4467         * ltversion.m4: New. Update from ToT Libtool.
4468         * ltoptions.m4: New. Update from ToT Libtool.
4469         * ltconfig: Remove.
4470         * ltcf-c.sh: Remove.
4471         * ltcf-cxx.sh: Remove.
4472         * ltcf-gcj.sh: Remove.
4473
4474 2007-05-22  Ollie Wild  <aaw@google.com>
4475
4476         * MAINTAINERS (Write After Approval): Add myself.
4477
4478 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
4479
4480         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4481         stage_cflags.
4482         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4483         Remove CFLAGS/LIBCFLAGS.
4484         (configure-stage[+id+]-[+prefix+][+module+],
4485         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4486         * Makefile.in: Regenerate.
4487
4488 2007-05-15  Diego Novillo  <dnovillo@google.com>
4489
4490         * MAINTAINERS: Update e-mail address.
4491
4492 2007-05-15  Revital Eres  <eres@il.ibm.com>
4493
4494         * MAINTAINERS (Write After Approval): Add myself.
4495
4496 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
4497
4498         * MAINTAINERS (Write After Approval): Updated my address.
4499
4500 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
4501
4502         * MAINTAINERS (Write After Approval): Add myself.
4503
4504 2007-05-11  Silvius Rus  <rus@google.com>
4505
4506         * MAINTAINERS (Write After Approval): Add myself.
4507
4508 2007-04-23  Tom Tromey  <tromey@redhat.com>
4509
4510         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
4511
4512 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
4513
4514         * MAINTAINERS (cpplib): Rename to ...
4515         (libcpp): ... this.  Add C/C++ front end maintainers.
4516
4517 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
4518
4519         * config-ml.in: Pass ${ml_config_env} to configure calls.
4520
4521 2007-04-04  Christian Bruel  <christian.bruel@st.com>
4522
4523         * MAINTAINERS (Write After Approval): Add myself.
4524
4525 2007-04-02  Dave Korn  <dave.korn@artimi.com>
4526
4527         * MAINTAINERS (Write After Approval): Add myself.
4528
4529 2007-03-31  Tobias Burnus  <burnus@net-b.de>
4530
4531         * MAINTAINERS (fortran 95 front end): Add myself.
4532
4533 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
4534
4535         * MAINTAINERS (Write After Approval): Add myself.
4536
4537 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
4538
4539         * MAINTAINERS (Modulo Scheduler): Add myself.
4540
4541 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
4542
4543         * MAINTAINERS (fortran 95 front end): Add myself.
4544         (c++ front end): whitespace fix.
4545
4546 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
4547
4548         * MAINTAINERS (Write After Approval): Add myself.
4549
4550 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
4551
4552         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4553         of glob.  Quote arguments with single quotes too.
4554         * configure: Regenerate.
4555
4556 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
4557
4558         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4559         * Makefile.in: Regenerate
4560
4561 2007-03-07  Andreas Schwab  <schwab@suse.de>
4562
4563         * configure: Regenerate.
4564
4565 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
4566
4567         * configure.ac: Add "--with-pdfdir" configure option,
4568         which defines pdfdir variable.
4569         * Makefile.def (target=fixincludes): Add install-pdf to
4570         missing targets.
4571         (recursive_targets): Add install-pdf target.
4572         (flags_to_pass): Add pdfdir.
4573         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4574         target.
4575         * configure: Regenerate
4576         * Makefile.in: Regenerate
4577
4578 2007-02-28  Eric Christopher  <echristo@apple.com>
4579
4580         Revert:
4581         2006-12-07  Mike Stump  <mrs@apple.com>
4582
4583         * Makefile.def (dependencies): Add dependency for
4584         install-target-libssp and install-target-libgomp on
4585         install-gcc.
4586         * Makefile.in: Regenerate.
4587
4588 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
4589
4590         * configure: Regenerate.
4591         * configure.ac: Move statements after variable declarations.
4592
4593 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
4594
4595         * MAINTAINERS: Add myself as sh maintainer.
4596
4597 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
4598
4599         * configure.ac: Adjust for loop syntax.
4600         * configure: Regenerate.
4601
4602 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
4603
4604         * configure: Rebuilt.
4605
4606 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
4607
4608         * configure.ac: Drop multiple occurrences of --enable-languages,
4609         and fix its quoting.
4610         * configure: Rebuilt.
4611
4612 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
4613             Nathan Sidwell  <nathan@codesourcery.com>
4614             Vladimir Prus  <vladimir@codesourcery.com>
4615             Joseph Myers  <joseph@codesourcery.com>
4616
4617         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4618         * configure: Regenerate.
4619
4620 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
4621
4622         * ltconfig (freebsd*): Default to elf.
4623
4624 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
4625
4626         * configure.ac (target_libraries): Move libgcc before libiberty.
4627         * configure: Regenerated.
4628
4629 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
4630             Paolo Bonzini  <bonzini@gnu.org>
4631
4632         PR bootstrap/30753
4633         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
4634         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
4635         * configure: Regenerated.
4636
4637 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4638
4639         * MAINTAINERS (Language Front End Maintainers): Update my mail
4640         address.
4641
4642 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4643
4644         PR bootstrap/30748
4645         * configure.ac: Correct syntax for Solaris ksh.
4646         * configure: Regenerated.
4647
4648 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4649
4650         * configure.ac: Sync with src.
4651         * configure: Regenerate.
4652
4653 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4654
4655         * Makefile.in: Regenerate.
4656
4657 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4658
4659         * config.sub: Sync with src.
4660
4661 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4662
4663         * Makefile.tpl (build_alias, host_alias, target_alias): Use
4664         noncanonical equivalents.
4665         * configure.in: Rename to...
4666         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
4667         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
4668         target_noncanonical.  Use them.  Rewrite removal of configure
4669         arguments for autoconf 2.59.  Discard variable settings.  Force
4670         program_transform_name for native tools.
4671
4672         * Makefile.in: Regenerated.
4673         * configure: Regenerated with autoconf 2.59.
4674
4675 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
4676
4677         * MAINTAINERS (Write After Approval): Add myself.
4678
4679 2007-01-31  Andreas Schwab  <schwab@suse.de>
4680
4681         * Makefile.tpl (LDFLAGS): Substitute it.
4682         * Makefile.in: Regenerate.
4683
4684 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
4685
4686         * MAINTAINERS (Write After Approval): Add myself.
4687
4688 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
4689
4690         * MAINTAINERS (spu port): Add myself.
4691
4692 2007-01-23  Richard Guenther  <rguenther@suse.de>
4693
4694         PR bootstrap/30541
4695         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4696         * Makefile.tpl (GNATBIND): Substitute it.
4697         (GNATMAKE): Likewise.
4698         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4699         of STAGE_PREFIX.
4700         * Makefile.in: Regenerate.
4701         * configure: Regenerate.
4702
4703 2007-01-18  Mike Stump  <mrs@apple.com>
4704
4705         * configure.in: Re-enable -Werror for gcc builds.
4706
4707 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
4708
4709         * MAINTAINERS (Write After Approval): Add myself.
4710
4711 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4712
4713         * configure.in: Change == to = in test command.
4714         * configure: Regenerate.
4715
4716 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4717             Nick Clifton  <nickc@redhat.com>
4718             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
4719
4720         * configure.in (build_configargs, host_configargs, target_configargs):
4721         Remove build/host/target parameters.
4722         (host_libs): Add gmp and mpfr.
4723         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4724         * Makefile.def (gmp, mpfr): New.
4725         (gcc): Remove target.
4726         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4727         target_os, target_vendor): New.
4728         (configure): Add host_alias/target_alias arguments; adjust invocations.
4729         * configure: Regenerate.
4730         * Makefile.in: Regenerate.
4731
4732 2007-01-11  Matt Fago  <fago@earthlink.net>
4733
4734         * configure.in: Try to link to functions only in mpfr 2.2.x
4735         to improve robustness of configure tests.
4736         * configure: Regenerate.
4737
4738 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
4739
4740         * MAINTAINERS: Add myself as i386 maintainer.
4741
4742 2007-01-08  Jan Hubicka  <jh@suse.cz>
4743
4744         * MAINTAINERS: Add myself as i386 maintainer.
4745
4746 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
4747
4748         * configure.in: Add support for an x86_64-mingw* target.
4749         * configure: Regenerate.
4750
4751 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
4752
4753         * Makefile.tpl (all-target): Correct @if conditional for target
4754         modules.
4755         * configure.in: Omit libiberty if building only target libgcc.
4756         * configure, Makefile.in: Regenerated.
4757
4758 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
4759
4760         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4761         * configure: Regenerate.
4762
4763 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
4764
4765         * Makefile.def (target_modules): Add libgcc.
4766         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
4767         * Makefile.tpl (clean-target-libgcc): Delete.
4768         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4769         on gcc even for bootstrapped modules.  Rewrite handling of
4770         lang_env_dependencies to loop over target_modules.
4771         * configure.in (target_libraries): Add target-libgcc.
4772         * Makefile.in, configure: Regenerated.
4773
4774 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4775
4776         * configure.in: Reorganize recognition of languages.  Add
4777         --enable-stage1-languages.  Show supported languages for the chosen
4778         target rather than all recognized languages.
4779         * configure: Regenerate.
4780
4781 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4782
4783         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4784         * Makefile.in: Regenerate.
4785
4786 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4787
4788         * configure.in: Warn that MPFR 2.2.0 is buggy.
4789         * configure: Regenerate.
4790
4791 2006-12-27  Ian Lance Taylor  <iant@google.com>
4792
4793         * configure.in: When removing Makefiles to force a reconfigure, also
4794         remove prev-DIR*/Makefile.
4795         * configure: Regenerate.
4796
4797 2006-12-22  Andreas Schwab  <schwab@suse.de>
4798
4799         * configure: Regenerate with correct autoconf version.
4800
4801 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
4802
4803         * configure.in: add AC_SUBST for *_FOR_TARGET.
4804         * configure: Regenerate.
4805
4806 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4807
4808         * configure.in: Simplify logic for rejecting languages that cannot
4809         be built.  Separate the case when a language is unsupported,
4810         from the case when the user chooses not to build a language.
4811
4812 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4813
4814         * configure.in: Remove "$build" case for powerpc-*-darwin* since
4815         it only affects bootstrap and could be tested on "$host" as well.
4816         * configure: Regenerate.
4817         * config/mh-ppc-darwin: Add to the stage1 cflags here.
4818
4819 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4820
4821         PR bootstrap/29544
4822         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4823         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4824         move here comment from Makefile.tpl.
4825         * Makefile.tpl: Move some definitions higher in the file.
4826         (STAGE1_CHECKING): New.
4827         * configure.in: Add --enable-stage1-checking.
4828         * configure: Regenerate.
4829         * Makefile.in: Regenerate.
4830
4831 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4832
4833         * MAINTAINERS: Add myself as build system maintainer.
4834
4835 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
4836
4837         * MAINTAINERS (Write After Approval): Add myself.
4838
4839 2006-12-13  Eric Christopher  <echristo@apple.com>
4840
4841         * MAINTAINERS: Add myself as darwin maintainer.
4842
4843 2006-12-11  Ian Lance Taylor  <ian@airs.com>
4844
4845         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4846
4847 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
4848
4849         MAINTAINERS: Update my entry.
4850
4851 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
4852
4853         * configure.in:  Handle spu makefile frag.
4854         * Makefile.tpl (MAINT): Define
4855         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4856         * configure: Regenerate.
4857         * Makefile.in: Regenerate.
4858
4859 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4860
4861         * config.guess: Import latest version.
4862         * config.sub: Likewise.
4863
4864 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4865
4866         * configure.in (spu-*-*): Don't skip target-libiberty.
4867         * configure: Regenerate.
4868
4869 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
4870
4871         PR bootstrap/30134
4872         * configure.in: Correct x86 darwin support for libjava to powerpc
4873         and i?86 only.
4874         * configure: Regenerate.
4875
4876 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
4877
4878         * configure.in: Add x86 darwin support for libjava.
4879         * configure: Regenerate.
4880
4881 2006-12-07  Mike Stump  <mrs@apple.com>
4882
4883         * Makefile.def (dependencies): Add dependency for
4884         install-target-libssp and install-target-libgomp on
4885         install-gcc.
4886         * Makefile.in: Regenerate.
4887
4888 2006-12-04  Richard Guenther  <rguenther@suse.de>
4889
4890         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4891         (Non-Algorithmic Maintainers): Move over non-algorithmic
4892         loop optimizer maintainers, add myself as a non-algorithmic
4893         middle-end maintainer.
4894
4895 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
4896
4897         * MAINTAINERS (Write After Approval): Add myself.
4898
4899 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4900
4901         * configure.in: Update error message for missing GMP/MPFR.
4902
4903         * configure: Regenerate.
4904
4905 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4906
4907         * configure.in: Update MPFR version in error message.
4908
4909         * configure: Regenerate.
4910
4911 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4912
4913         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4914         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4915         --with-gmp-lib): New flags.
4916
4917         * configure: Regenerate.
4918
4919 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
4920
4921         * MAINTAINERS (Write After Approval): Change my email address.
4922
4923 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4924
4925         * MAINTAINERS (Write After Approval): Add myself.
4926
4927 2006-11-22  Philipp Thomas  <pth@suse.de>
4928
4929         * MAINTAINERS (i18n): Update e-mail address.
4930
4931 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4932
4933         * MAINTAINERS (spu port): Add myself as maintainer.
4934         (Write After Approval): Remove myself.
4935
4936 2006-11-22  Ben Elliston  <bje@au.ibm.com>
4937
4938         * configure.in (skipdirs): Don't build libssp for SPU.
4939         * configure: Regenerate.
4940
4941 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4942
4943         * MAINTAINERS (spu port): Add myself as maintainer.
4944         (libobjc): Update my email address.
4945
4946 2006-11-21  Andrea Bona  <andrea.bona@st.com>
4947
4948         * MAINTAINERS (Write After Approval): Add myself.
4949
4950 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4951
4952         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4953         * configure : Rebuilt.
4954
4955 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4956
4957         * MAINTAINERS (Write After Approval): Add myself.
4958
4959 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
4960
4961         * MAINTAINERS (Write After Approval): Add myself.
4962
4963 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4964
4965         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4966         libmpfr.a.
4967         * configure: Regenerate.
4968
4969 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
4970
4971         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4972         (unstage): Test for stage_last presence.
4973
4974         PR bootstrap/29802
4975         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4976         STAGE_PREFIX.
4977         * Makefile.in: Regenerate.
4978
4979 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
4980
4981         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4982         maintainers.
4983
4984 2006-11-14  Erven Rohou  <erven.rohou@st.com>
4985
4986         * MAINTAINERS (Write After Approval): Add myself.
4987
4988 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
4989
4990         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4991         and stageN-package/Makefile.
4992         * Makefile.in: Regenerated.
4993
4994 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
4995
4996         * configure.in: Remove target-libgloss from noconfigdirs for
4997         bfin-*-*.
4998         * configure: Regenerated.
4999
5000 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5001
5002         * configure.in (have_gmp): Only error if the gcc directory exists.
5003
5004         * configure: Regenerate.
5005
5006 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5007
5008         * configure.in: Robustify error message for missing GMP/MPFR.
5009
5010         * configure: Regenerate.
5011
5012 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
5013
5014         * MAINTAINERS (Write After Approval): Add myself.
5015
5016 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
5017
5018         * MAINTAINERS: Change email address.
5019
5020 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
5021
5022         * MAINTAINERS (Write After Approval): Add myself.
5023
5024 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
5025
5026         * MAINTAINERS (Write After Approval): Add myself.
5027
5028 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
5029
5030         * MAINTAINERS (Write After Approval): Move myself to
5031         Write After Approval section.
5032
5033 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5034
5035         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
5036         need_gmp anymore.
5037         * configure: Regenerate.
5038
5039 2006-10-16  Tobias Burnus  <burnus@net-b.de>
5040
5041         * MAINTAINERS (Write After Approval): Add myself.
5042
5043 2006-10-16  Ben Elliston  <bje@au.ibm.com>
5044
5045         * config.guess: Import latest version.
5046         * config.sub: Likewise.
5047
5048 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
5049
5050         * Makefile.def: Added pdf target handling.
5051         * Makefile.tpl: Added pdf target handling.
5052         * Makefile.in: Regenerated.
5053
5054 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
5055
5056         * MAINTAINERS: Add self as score port maintainer.
5057
5058 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
5059
5060         * MAINTAINERS (Write After Approval): Add myself.
5061
5062 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
5063
5064         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
5065         or newer.
5066         * configure: Regenerated.
5067
5068 2006-09-27  Dave Brolley  <brolley@redhat.com>
5069
5070         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
5071         using $s instead of $r.
5072         * configure: Regenerated.
5073
5074 2006-09-26  Thiemo Seufer  <ths@mips.com>
5075
5076         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5077         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5078         * configure: Regenerate.
5079
5080 2006-09-24  Graeme Peterson  <gridly@gmail.com>
5081
5082         * MAINTAINERS (Write After Approval): Remove myself.
5083
5084 2006-09-22  Chao-ying Fu  <fu@mips.com>
5085
5086         * MAINTAINERS (Write After Approval): Add myself.
5087
5088 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
5089
5090         * MAINTAINERS: Add self as soft-fp maintainer.
5091
5092 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
5093
5094         * MAINTAINERS: Add myself as avr maintainer.
5095         Remove Marek Michalkiewicz as avr maintainer.
5096
5097 2006-09-07  Roberto Costa  <roberto.costa@st.com>
5098
5099         * MAINTAINERS (Write After Approval): Add myself.
5100
5101 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
5102
5103         * configure.in: Never build newlib for a Mingw host.
5104         Never build newlib as Mingw target library.
5105         Test the existence of winsup/cygwin for building a Cygwin newlib,
5106         rather than just winsup.
5107         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5108         building a Mingw target.
5109         * configure: Regenerate.
5110
5111 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
5112
5113         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
5114
5115 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
5116
5117         * config.guess: Import from src (was more updated).
5118         * config.sub: Likewise.
5119
5120 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
5121
5122         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5123         * configure: Regenerated.
5124
5125 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
5126
5127         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5128         for stages after the first.
5129
5130 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
5131
5132         * Makefile.def: Add dependencies for configure-opcodes
5133         on configure-intl and all-opcodes on all-intl.
5134         * Makefile.in: Regenerated.
5135
5136 2006-07-13  Ben Elliston  <bje@au.ibm.com>
5137
5138         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
5139
5140 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5141
5142         Port to hosts whose 'sort' and 'tail' implementations
5143         treat operands with leading '+' as file names, as POSIX
5144         has required since 2001.  However, make sure the code still
5145         works on pre-POSIX hosts.
5146         * ltmain.sh: Don't assume "sort +2" is equivalent to
5147         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
5148
5149 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
5150
5151         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
5152
5153 2006-07-04  Peter O'Gorman  <peter@pogma.com>
5154
5155         * ltconfig: chmod 644 before ranlib during install.
5156
5157 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5158
5159         PR bootstrap/18058
5160         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5161         if the bootstrap compiler is a GCC version that supports it.
5162         * configure: Regenerate.
5163
5164 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
5165
5166         * configure.in: Fix thinkos in previous check-in.
5167         * configure: Regenerate.
5168
5169 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
5170
5171         PR other/27063
5172         * configure.in: Test subdir_requires and give an appropriate
5173         error message.
5174         * configure: Regenerate.
5175
5176 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
5177
5178         * MAINTAINERS (Write After Approval): Add myself.
5179
5180 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
5181
5182         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5183
5184 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
5185
5186         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5187
5188 2006-06-20  David Ayers  <d.ayers@inode.at>
5189
5190         PR bootstrap/28072
5191         * configure.in: Add target-boehm-gc to noconfigdirs depending on
5192         whether target-libjava is being configured instead of whether the
5193         java front end is enabled.
5194         * configure: Regenerate.
5195
5196 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5197
5198         PR target/27540
5199         * configure.in: Only enable libgomp on IRIX 6.
5200         * configure: Regenerate.
5201
5202 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
5203
5204         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5205         too.
5206         * Makefile.in: Regenerate.
5207
5208 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
5209
5210         * config-ml.in: Alter CCASFLAGS to include special
5211         multilib options the same as is done for CFLAGS.
5212
5213 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5214
5215         * configure.in: Don't enable libgomp on hpux10.
5216         * configure: Rebuilt.
5217
5218 2006-06-12  David Ayers  <d.ayers@inode.at>
5219
5220         PR bootstrap/27963
5221         PR target/19970
5222         * configure.in: Remove target-boehm-gc from noconfigdirs where
5223         ${libgcj} is specified.
5224         * configure: Regenerate.
5225
5226 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
5227
5228         Sync from src:
5229
5230         * configure.in: Sync.
5231         * configure: Regenerated.
5232
5233         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
5234
5235         * Makefile.def: Added dependencies from sim and gdb on intl, and
5236         added configure dependencies to everything with an all dependency
5237         on intl.
5238         * Makefile.in: Regenerated.
5239
5240 2006-06-06  David Ayers  <d.ayers@inode.at>
5241
5242         PR libobjc/13946
5243         * Makefile.def: Add dependencies for libobjc which boehm-gc.
5244         * Makefile.in: Regenerate.
5245         * configure.in: Add --enable-objc-gc at toplevel and have it
5246         enable boehm-gc for Objective-C.
5247         Remove target-boehm-gc from libgcj.
5248         Add target-boehm-gc to target_libraries.
5249         Add target-boehm-gc to noconfigdirs where ${libgcj}
5250         is specified.
5251         Assert that boehm-gc is supported when requested for Objective-C.
5252         Only build boehm-gc if needed either for Java or Objective-C.
5253         * configure: Regenerate.
5254
5255 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
5256
5257         PR 27674
5258         * Makefile.tpl (configure-[+prefix+][+module+],
5259         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5260         Remove rule to unstage bootstrapped modules.
5261         (stage_current): New.
5262         * Makefile.in: Regenerate.
5263
5264 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
5265
5266         * MAINTAINERS (Write After Approval): Update my e-mail address.
5267
5268 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
5269
5270         * include/libiberty.h: Declare pex_run_in_environment.
5271
5272 2006-05-31  Asher Langton  <langton2@llnl.gov>
5273
5274         * MAINTAINERS (Write After Approval): Add myself.
5275
5276 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
5277
5278         * Makefile.def (bfd, opcodes): Fix lib_path.
5279         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5280         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
5281         * Makefile.in: Regenerate.
5282
5283 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
5284
5285         * Makefile.in: Regenerate.
5286
5287 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
5288
5289         * Makefile.def: Add install-html target. Add datarootdir
5290         docdir and htmldir to flags_to_pass.
5291         * Makefile.tpl: Add install-html target.
5292         * Makefile.in: Regenerate.
5293         * configure.in: Add --with-datarootdir, --with-docdir, and
5294         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
5295         * configure: Regenerate.
5296
5297 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
5298
5299         * configure.in: Enable gprof for cross builds.
5300         * configure: Regenerate.
5301
5302 2006-05-22  Richard Guenther  <rguenther@suse.de>
5303
5304         Revert
5305         2006-01-31  Richard Guenther  <rguenther@suse.de>
5306         Paolo Bonzini  <bonzini@gnu.org>
5307
5308         * Makefile.def (target_modules): Add libgcc-math target module.
5309         * configure.in (target_libraries): Add libgcc-math target library.
5310         (--enable-libgcc-math): New configure switch.
5311         * Makefile.in: Re-generate.
5312         * configure: Re-generate.
5313         * libgcc-math: New toplevel directory.
5314
5315 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5316             Andreas Tobler  <a.tobler@schweiz.ch>
5317
5318         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
5319         * configure: Rebuilt.
5320
5321 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
5322
5323         * MAINTAINERS (Write After Approval): Add myself.
5324
5325 2006-05-01  DJ Delorie  <dj@redhat.com>
5326
5327         * configure.in: Restore CFLAGS if GMP isn't present.
5328         * configure: Regenerate.
5329
5330 2006-05-01  Richard Guenther  <rguenther@suse.de>
5331
5332         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
5333         maintainer.
5334
5335 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
5336
5337         * MAINTAINERS (Write After Approval): Add myself.
5338
5339 2006-04-28  Jan Beulich  <jbeulich@novell.com>
5340
5341         * MAINTAINERS (Write After Approval): Add myself.
5342
5343 2006-04-18  DJ Delorie  <dj@redhat.com>
5344
5345         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
5346         reference libgloss so that libssp can be built in a combined
5347         tree.
5348         * configure: Regenerate.
5349
5350 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
5351
5352         * MAINTAINERS (Write After Approval): Add myself.
5353
5354 2006-04-05  Ben Elliston  <bje@au.ibm.com>
5355
5356         * configure.in: Require makeinfo 4.4 or higher.
5357         * configure: Regenerate.
5358
5359 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
5360
5361         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
5362         Rearrange the entries of other libraries to have them in one place.
5363
5364 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
5365
5366         * MAINTAINERS (Write After Approval): Remove myself.
5367         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5368
5369 2006-03-14  Richard Guenther  <rguenther@suse.de>
5370
5371         * configure: Regenerate with autoconf 2.13.
5372
5373 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
5374
5375         * MAINTAINERS: Use my work address.
5376
5377         * MAINTAINERS: Update my E-mail address.
5378
5379 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
5380
5381         * configure.in: Handle --disable-<component> generically.
5382         * configure: Regenerate.
5383
5384 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
5385
5386         PR libgcj/17311
5387         * ltmain.sh: Don't use "$finalize_rpath" for compile.
5388
5389 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
5390
5391         * MAINTAINERS (Write After Approval):  Remove myself.
5392         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
5393
5394 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
5395
5396         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
5397         (TARGET_CONFIGDIRS): Remove.
5398         * configure.in: Remove AC_SUBST(target_configdirs).
5399         * Makefile.in, configure: Regenerated.
5400
5401 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
5402
5403         * MAINTAINERS (Write After Approval):  Remove myself.
5404         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
5405
5406 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
5407
5408         PR bootstrap/25670
5409
5410         * Makefile.tpl ([+compare-target+]): Print explanation messages.
5411
5412         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5413         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5414         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5415         BUILD_PREFIX, BUILD_PREFIX_1.
5416         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5417
5418         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5419         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5420
5421         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5422         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5423         of `cat stage_current`.  Always provide the `r' and `s' variables.
5424         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5425         a single shell execution.
5426         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5427         bootstrapped modules, make the stage1 module if the build was not
5428         started yet, else build the current stage.
5429         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5430         (all-build, all-host, all-target, [+make_target+]-host,
5431         [+make_target+]-target): Do not use \-continued lines.
5432         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5433         (current_stage, restrap, stage_last): New.
5434
5435         * Makefile.in: Regenerate.
5436         * configure: Regenerate.
5437
5438 2006-02-19  Bud Davis  <jmdavis@link.com>
5439
5440         * MAINTAINERS (Write After Approval):  Remove myself.
5441         (Language Front End Maintainers):  Add myself as fortran 95
5442         maintainer and update e-mail address.
5443
5444 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5445
5446         * MAINTAINERS (Write After Approval):  Remove myself.
5447         (Language Front End Maintainers):  Add myself as fortran 95
5448         maintainer.
5449
5450 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
5451
5452         * MAINTAINERS (Write After Approval): Add myself.
5453
5454 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
5455
5456         * MAINTAINERS (Write After Approval):  Remove myself.
5457         (Language Front End Maintainers):  Add myself as
5458         fortran 95 maintainer.
5459
5460 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
5461
5462         Sync from src:
5463
5464         2005-12-27  Leif Ekblad  <leif@rdos.net>
5465
5466         * configure.in: Add support for RDOS target.
5467         * configure: Regenerate.
5468
5469 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
5470             Andreas Schwab  <schwab@suse.de>
5471
5472         * configure: Regenerate.
5473
5474 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
5475
5476         * configure.in (enable_libgomp): Add AIX.
5477         * configure: Regenerate.
5478
5479 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
5480
5481         * MAINTAINERS (Write After Approval): Add myself.
5482
5483 2006-02-03  Lee Millward  <lee.millward@gmail.com>
5484
5485         * MAINTAINERS (Write After Approval): Add myself.
5486
5487 2006-01-31  Richard Guenther  <rguenther@suse.de>
5488         Paolo Bonzini  <bonzini@gnu.org>
5489
5490         * Makefile.def (target_modules): Add libgcc-math target module.
5491         * configure.in (target_libraries): Add libgcc-math target library.
5492         (--enable-libgcc-math): New configure switch.
5493         * Makefile.in: Re-generate.
5494         * configure: Re-generate.
5495         * libgcc-math: New toplevel directory.
5496
5497 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
5498
5499         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5500         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5501         the assembler, linker and binutils.
5502         * configure: Regenerate.
5503
5504 2006-01-22  Dirk Mueller  <dmueller@suse.de>
5505
5506         * MAINTAINERS (Write After Approval): Add myself.
5507
5508 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
5509
5510         * configure: Regenerate.
5511
5512 2006-01-18  Richard Henderson  <rth@redhat.com>
5513             Jakub Jelinek  <jakub@redhat.com>
5514             Diego Novillo  <dnovillo@redhat.com>
5515
5516         * libgomp: New directory.
5517         * Makefile.def: Add target_module libgomp.
5518         * Makefile.in: Regenerate.
5519         * configure.in (target_libraries): Add target-libgomp.
5520         * configure: Regenerate.
5521
5522 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
5523
5524         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5525         @ from continuation.
5526         * Makefile.in: Rebuilt.
5527
5528 2006-01-04  Chris Lattner  <sabre@gnu.org>
5529
5530         * MAINTAINERS (Write After Approval): Add myself.
5531
5532 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
5533
5534         PR bootstrap/24252
5535
5536         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5537         * Makefile.tpl (OBJDUMP): New.
5538         (EXTRA_HOST_FLAGS): Add it.
5539         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5540
5541         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5542         to use symbolic links between directories.  Avoid race conditions
5543         or make them harmless.
5544         * configure.in: Do not try to use symbolic links between directories.
5545
5546         * Makefile.def (LEAN): Pass.
5547         * Makefile.tpl (LEAN): Define.
5548         (stage[+id+]-start): Accept that the previous directory does not
5549         exist, if the bootstrap is lean.
5550         (stage[+id+]-bubble): Invoke lean bootstrap commands after
5551         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
5552         configure substitution.
5553         ([+compare-target+]): Likewise.
5554         ([+bootstrap-target+]-lean): New.
5555         * configure.in: Remove lean bootstrap support from here.
5556
5557         * Makefile.in: Regenerate.
5558         * configure: Regenerate.
5559
5560 2006-01-04  Ben Elliston  <bje@au.ibm.com>
5561
5562         * MAINTAINERS (libdecnumber): Add myself.
5563
5564 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
5565
5566         * libtool-ldflags: New script.
5567
5568 2006-01-02  Andreas Schwab  <schwab@suse.de>
5569
5570         * configure.in: When reconfiguring remove Makefile in
5571         all stage directories.
5572         * configure: Regenerate.
5573
5574 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
5575
5576         * MAINTAINERS: Update my email address.
5577
5578 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
5579
5580         Revert Ada-related part of the previous change.
5581
5582         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5583         Do not pass.
5584         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5585         * Makefile.in: Regenerate.
5586         * configure.in: Do not include mt-ppc-aix target fragment.
5587         * configure: Regenerate.
5588
5589 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
5590
5591         * configure.in: Select appropriate fragments for PowerPC/AIX.
5592         * configure: Regenerate.
5593
5594         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5595         BOOT_CFLAGS, BOOT_LDFLAGS.
5596         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5597         BOOT_CFLAGS, BOOT_LDFLAGS.
5598         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5599         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5600         (stage): Fail if we cannot complete the work.
5601         * Makefile.in: Regenerate.
5602
5603 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
5604
5605         * configure.in: Replace ms1 with mt.
5606         * configure: Rebuilt.
5607
5608 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
5609
5610         * MAINTAINERS: Update my email address.
5611
5612 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
5613
5614         * Makefile.tpl (all, do-[+make_target+], do-check, install,
5615         install-host-nogcc): Don't invoke $(stage) at the end.
5616         * Makefile.in: Regenerate.
5617
5618 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
5619
5620         * configure.in: Flip the top-level bootstrap switch.
5621         * configure: Regenerate.
5622
5623 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
5624
5625         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5626         $(stage) and $(unstage).
5627         (EXTRA_TARGET_FLAGS): Correct double-quoting.
5628         (all): Remove stray semicolon.
5629         (local-distclean): Don't handle multilib.tmp and multilib.out.
5630         (install.all): Set $s for consistency.
5631         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5632         check_multilibs setting.  Always make the install directory.
5633         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5634         Correct @if/@endif.
5635         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5636         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5637         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5638         (multilib.out): Remove.
5639         * Makefile.in: Regenerated.
5640
5641 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
5642
5643         * MAINTAINERS (Write After Approval): Add myself.
5644
5645 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
5646
5647         * MAINTAINERS: Add myself as mt maintainer.
5648
5649         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
5650
5651 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
5652
5653         * MAINTAINERS: Change email address.
5654
5655 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
5656
5657         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5658         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5659         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
5660         Find in-tree tools if available.
5661         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5662         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5663         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5664         (COMPILER_*_FOR_TARGET): New.
5665         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5666         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5667         (CONFIGURED_*, USUAL_*): Remove.
5668         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5669         STRIP): Use autoconf substitutions.
5670         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5671         COMPILER_NM_FOR_TARGET): New.
5672         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5673
5674         (all): Make all-host and all-target in parallel.
5675         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5676         that $$r and $$s are set before invoking a recursive make.
5677         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5678         ([+bootstrap-target+]): Inline most of the `all' target.
5679
5680 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5681
5682         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5683         from the gcc build directory.
5684         * Makefile.in: Regenerate.
5685
5686 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5687
5688         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
5689         depend on all-libdecnumber.
5690         * configure.in (host_libs): Include libdecnumber.
5691         * Makefile.in: Regenerate.
5692         * configure: Likewise.
5693
5694 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5695
5696         * libdecnumber: Import decNumber sources from the dfp-branch.
5697
5698 2005-11-21  Kean Johnston  <jkj@sco.com>
5699
5700         * config.sub, config.guess: Sync from upstream sources.
5701
5702 2005-11-21  Ben Elliston  <bje@au.ibm.com>
5703
5704         Import from Autoconf sources:
5705
5706         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
5707         * config/move-if-change: Don't output "$2 is unchanged";
5708         suggested by Ben Elliston.  Handle weird characters correctly.
5709
5710 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
5711
5712         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5713         to match upstream libtool for darwin.
5714
5715 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
5716
5717         * Makefile.def: Remove gdb dependencies for gdbtk.
5718         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5719         (configure-gdb, install-gdb): New rules.
5720         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5721         * Makefile.in, configure: Regenerated.
5722
5723 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
5724
5725         * MAINTAINERS (Write After Approval): Add myself.
5726
5727 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
5728
5729         * MAINTAINERS (Write After Approval): Add myself.
5730
5731 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
5732
5733         * MAINTAINERS (alias analysis): Add Daniel Berlin and
5734         Diego Novillo.
5735
5736 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
5737
5738         PR bootstrap/24297
5739         * Makefile.tpl (do-[+make-target+], do-check, install,
5740         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5741         are set before recursing.
5742         * Makefile.in: Regenerate.
5743
5744 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
5745
5746         PR bootstrap/18939
5747         * Makefile.def (gcc) <target>: Fix thinko.
5748         * Makefile.in: Regenerate.
5749
5750 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
5751
5752         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5753         * configure: Regenerate.
5754
5755 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
5756
5757         * MAINTAINERS (Write After Approval): Add self.
5758
5759 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
5760
5761         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5762         target-libffi, target-qthreads, target-libjava, and
5763         targetlibobjc.
5764         * configure: Regenerate.
5765
5766 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
5767
5768         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5769         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5770         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5771         (USUAL_OBJDUMP_FOR_TARGET): New.
5772         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5773         * configure.in: Check for $OBJDUMP_FOR_TARGET.
5774         * configure, Makefile.in: Regenerated.
5775
5776 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5777
5778         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5779         before other host packages.
5780
5781 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
5782
5783         * MAINTAINERS: Add self as sh libraries/configury maintainer.
5784
5785 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5786
5787         PR bootstrap/22340
5788
5789         * configure.in (default_target): Remove.
5790         * Makefile.tpl (all): Do not use prerequisites as subroutines
5791         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5792         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5793         use prerequisites as subroutines.
5794         (check-host, check-target): New.
5795         (bootstrap configure & all targets): Do not use stage*-start
5796         if the directory layout is already ok.
5797         (non-bootstrap configure & all targets): Prepend a $(unstage).
5798         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
5799         (NOTPARALLEL): Remove.
5800         (unstage, stage variables): New variables.
5801         (unstage, stage targets): Simply expand to those variables.
5802
5803         * configure: Regenerate.
5804         * Makefile.in: Regenerate.
5805
5806 2005-10-04  James E Wilson  <wilson@specifix.com>
5807
5808         * Makefile.def (lang_env_dependencies): Add libmudflap.
5809         * Makefile.in: Regenerate.
5810
5811 2005-10-03  Andreas Schwab  <schwab@suse.de>
5812
5813         Backport from libtool CVS:
5814         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
5815
5816         * ltmain.sh: add support for installing into temporary
5817         staging area (e.g. 'make install DESTDIR=...')
5818
5819 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5820
5821         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5822         * configure: Regenerated.
5823
5824 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
5825
5826         * configure: Regenerate with the correct
5827         autoconf version.
5828
5829 2005-09-30  Catherine Moore  <clm@cm00re.com>
5830
5831         * configure.in (bfin-*-*): New.
5832         * configure: Regenerated.
5833
5834 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
5835
5836         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5837         (LIPO_FOR_TARGET): New.
5838         (CONFIGURED_LIPO_FOR_TARGET): New.
5839         (USUAL_LIPO_FOR_TARGET): New.
5840         (STRIP_FOR_TARGET): New.
5841         (CONFIGURED_STRIP_FOR_TARGET): New.
5842         (USUAL_STRIP_FOR_TARGET): New.
5843         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5844         STRIP_FOR_TARGET.
5845         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5846         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5847         * Makefile.in: Regenerate.
5848         * configure: Regenerate.
5849
5850 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
5851
5852         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5853         (rs6000-*-aix*): Same.
5854         * configure: Regenerate.
5855
5856 2005-09-16  Tom Tromey  <tromey@redhat.com>
5857
5858         * MAINTAINERS: Add self as java maintainer.
5859
5860 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5861
5862         * configure.in: Recognize f95 in the --enable-languages option,
5863         and substitute it for fortran, issuing a warning.
5864         * configure: Regenerate.
5865
5866 2005-08-30  Phil Edwards  <phil@codesourcery.com>
5867
5868         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
5869         * configure:  Regenerated.
5870
5871 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
5872
5873         * MAINTAINERS: Add self as ms1 maintainer.
5874
5875 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
5876
5877         * Makefile.def (libssp): Add to lang_env_dependencies.
5878         * Makefile.in: Regenerate.
5879
5880 2005-08-18  Ian Lance Taylor  <ian@airs.com>
5881
5882         * MAINTAINERS: Add myself as middle-end maintainer.
5883
5884 2005-08-17  Christian Groessler  <chris@groessler.org>
5885
5886         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5887         * Makefile.in: Regenerate.
5888
5889 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
5890
5891         * MAINTAINERS (write after approval): Added myself.
5892
5893 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
5894
5895         * MAINTAINERS (Write After Approval): Add myself.
5896
5897 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
5898
5899         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5900         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5901         Look for alternate names of the target cc and c++
5902         * configure: Regenerate.
5903
5904 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
5905
5906         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5907         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5908         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5909         tools; remove code to manually set them.
5910         (Target tools): Look in the environment for them.
5911         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5912         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5913         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5914         build directory.
5915         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5916         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5917         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5918         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5919         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5920         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5921         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5922         * configure: Regenerate.
5923         * Makefile.in: Regenerate.
5924
5925 2005-07-28  Ben Elliston  <bje@au.ibm.com>
5926
5927         * MAINTAINERS: Update for removed CPU targets.
5928
5929 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
5930
5931         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5932         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5933         * Makefile.in: Regenerated.
5934
5935 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
5936
5937         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5938         (CFLAGS_FOR_TARGET): Use it.
5939         (CXXFLAGS_FOR_TARGET): Likewise.
5940         * Makefile.in: Regenerated.
5941         * configure.in (--with-build-sysroot): New option.
5942         * configure: Regenerated.
5943
5944 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
5945
5946         * Makefile.tpl: Wrap install between unstage and stage
5947         * Makefile.in: Regenerate.
5948
5949 2005-07-21  Eric Christopher  <echristo@apple.com>
5950
5951         * MAINTAINERS: Update affiliation.
5952
5953 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
5954
5955         * MAINTAINERS: Add self as crx port maintainer.
5956
5957 2005-07-20  DJ Delorie  <dj@redhat.com>
5958
5959         * MAINTAINERS: Add self as m32c maintainer.
5960
5961 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
5962
5963         * all files: Update FSF address.
5964
5965 2005-07-15  Eric Christopher  <echristo@redhat.com>
5966
5967         * MAINTAINERS: Change affiliation.
5968
5969 2005-07-14  Jim Blandy  <jimb@redhat.com>
5970
5971         * configure.in: Add cases for Renesas m32c.
5972         * configure: Regenerated.
5973
5974 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5975
5976         * COPYING.LIB: Update from fsf.org.
5977
5978 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5979
5980         * COPYING, compile, config.guess,
5981         config.sub, install-sh, missing, mkinstalldirs,
5982         symlink-tree, ylwrap: Sync from upstream sources.
5983         * config-ml.in: Update FSF address.
5984
5985 2005-07-13  Eric Christopher  <echristo@redhat.com>
5986
5987         * configure.in: Add toplevel noconfigdir support for tpf.
5988         * configure: Regenerate.
5989
5990 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
5991
5992         PR ada/22340
5993
5994         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5995         * Makefile.in: Regenerate.
5996
5997 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
5998
5999         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
6000         Brolley to write-after-approval.
6001
6002 2005-07-07  Andreas Schwab  <schwab@suse.de>
6003
6004         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
6005         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
6006         * Makefile.in: Regenerated.
6007
6008 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
6009
6010         * configure.in: Don't build sim or rda when targetting darwin.
6011         * configure: Regenerate.
6012
6013 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
6014
6015         * configure.in: Add --enable-libssp and --disable-libssp.
6016         * configure: Regenerate with autoconf-2.13.
6017
6018 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
6019
6020         * Makefile.def (target_modules): Add libssp.
6021         * configure.in (target_libraries): Add target-libssp.
6022         * configure: Rebuilt.
6023         * Makefile.in: Rebuilt.
6024
6025 2005-07-01  Zack Weinberg  <zackw@panix.com>
6026
6027         * MAINTAINERS: Change email address.  Resign from maintainership.
6028
6029 2005-07-01  Richard Guenther  <rguenther@suse.de>
6030
6031         * MAINTAINERS: Change my e-mail address and affiliation.
6032
6033 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
6034
6035         * Makefile.def (stagefeedback): Come after profile.
6036         Define profiledbootstrap target.
6037         * Makefile.tpl (profiledbootstrap): Remove.
6038         (stageprofile-end): Zap stagefeedback.
6039         (stagefeedback-start): Copy all .gcda files, not only GCC's.
6040         * Makefile.in: Regenerate.
6041
6042 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
6043
6044         * MAINTAINERS: Update my email address.
6045
6046 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
6047
6048         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
6049         In 'cpp' stanza, support '#line' as well as '# '.
6050
6051 2005-06-08  Andreas Schwab  <schwab@suse.de>
6052
6053         * MAINTAINERS: Move myself from 'Write After Approval' to
6054         'CPU Port Maintainers' section as m68k maintainer.
6055
6056 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
6057
6058         * configure.in (unsupported_languages): New macro.
6059         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
6060         non-ported target libraries in noconfigdirs.
6061         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
6062         non-linux-gnu.  Remove libgcj_ex_libffi.
6063         <lang_frag loop>: Set add_this_lang=no if the language is in
6064         unsupported_languages.
6065         * configure: Regenerate.
6066
6067 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
6068
6069         * configure.in: Fix typo in handling of --with-mpfr-dir.
6070         * configure: Regenerate.
6071
6072 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
6073
6074         * MAINTAINERS: Update my email address.
6075
6076 2005-06-02  Jim Blandy  <jimb@redhat.com>
6077
6078         * config.sub: Add cases for the Renesas m32c.  (This patch has been
6079         accepted into the master sources.)
6080
6081 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
6082             Michael Snyder  <msnyder@redhat.com>
6083             Stan Cox  <scox@redhat.com>
6084
6085         * configure.in: Set noconfigdirs for ms1.
6086
6087         * configure: Regenerate.
6088
6089 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
6090
6091         * MAINTAINERS (Write After Approval): Add self.
6092
6093 2005-06-01  Josh Conner  <jconner@apple.com>
6094
6095         * MAINTAINERS (Write After Approval): Add self.
6096
6097 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
6098
6099         * MAINTAINERS: Update my email address.
6100
6101 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
6102
6103         * MAINTAINERS (Write After Approval): Add self.
6104
6105 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
6106
6107         * MAINTAINERS (Write After Approval): Remove self.
6108
6109 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
6110
6111         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
6112         (Dependencies): Consider target modules for bootstrap dependencies.
6113         Make target bootstrap modules depend on each stage's gcc.
6114         * Makefile.in: Regenerate.
6115
6116 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
6117
6118         * Makefile.def (configure-gcc): Depend on binutils having been built.
6119         (all-gcc): No need to do it here.
6120         * Makefile.in: Regenerate.
6121
6122 2005-05-19  Paul Brook  <paul@codesourcery.com>
6123
6124         * configure.in: Rewrite misleading error message when requested
6125         language cannot be built.
6126         * configure: Regenerate.
6127
6128 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
6129
6130         * ylwrap: Import from Automake 1.9.5.
6131
6132 2005-05-13  David Ung  <davidu@mips.com>
6133
6134         * MAINTAINERS (Write After Approval): Add self.
6135
6136 2005-05-09  Mike Stump  <mrs@apple.com>
6137
6138         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
6139         lt_cv_sys_max_cmd_len for now.
6140
6141 2005-05-09  Stan Cox  <scox@redhat.com>
6142
6143         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
6144
6145 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
6146
6147         * README.SCO: Update the URL.
6148
6149 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
6150
6151         * ltconfig: Define file_list_spec.  Pass file_list_spec and
6152         with_gnu_ld to libtool.
6153         * ltcf-c.sh (aix[45]): Define file_list_spec.
6154         * ltcf-cxx.sh (aix[45]): Same.
6155         * ltcf-gcj.sh (aix[45]): Same.
6156         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
6157         exists, write list of input files to temporary file.
6158
6159 2005-05-04  Mike Stump  <mrs@apple.com>
6160
6161         * configure.in: Always pass --target to target configures as
6162         otherwise rebuilds that do --recheck will fail.
6163         * confiugure: Rebuilt.
6164
6165 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
6166
6167         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
6168         STAGE_HOST_EXPORTS.
6169         (configure, all): Add bootstrap support.
6170         (Host modules, target modules): Pass post-stage1 flags and exports.
6171         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
6172         * Makefile.in: Regenerate.
6173
6174 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
6175
6176         * configure: Regenerate.
6177
6178 2005-04-27  Mike Stump  <mrs@apple.com>
6179
6180         * MAINTAINERS: Add self as darwin maintainer.
6181
6182 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
6183
6184         * config.sub: Update from master copy.
6185
6186 2005-04-21  Mike Stump  <mrs@apple.com>
6187
6188         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
6189         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
6190
6191 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
6192
6193         * configure.in <crisv32-*-*, cris-*-*>: New local variable
6194         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
6195         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
6196         "*-*-elf" and "*-*-linux*".
6197         * configure: Regenerate.
6198
6199 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
6200
6201         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
6202
6203 2005-04-12  Mike Stump  <mrs@apple.com>
6204
6205         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
6206
6207 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
6208
6209         * MAINTAINERS (Write After Approval): Add myself.
6210
6211 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
6212
6213         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
6214
6215 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
6216
6217         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
6218         (TARGET_CONFIGARGS): Include --with-target-subdir.
6219         (configure, all): New macros.  Use them throughout.
6220         * Makefile.in: Regenerate.
6221
6222 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
6223
6224         * MAINTAINERS (Write After Approval): Add myself.
6225
6226 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6227
6228         * MAINTAINERS: Remove 'loop unrolling' maintainer.
6229
6230 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
6231
6232         * MAINTAINERS: Move John Carr to Write After Approval.
6233
6234 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
6235
6236         * config/mh-mingw32: Delete.
6237         * configure.in: Don't use it.
6238         * configure: Regenerate.
6239
6240 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
6241
6242         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
6243         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
6244         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
6245         (HOST_LIB_PATH): Generate from Makefile.def.
6246         (TARGET_LIB_PATH): Likewise.
6247         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
6248         * Makefile.in: Regenerate.
6249         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
6250         (RPATH_ENVVAR): Include Darwin case.
6251         * configure: Regenerate.
6252
6253 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
6254
6255         * MAINTAINERS (Various Maintainers): Remove self.
6256         (Write After Approval): Add self.
6257
6258 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
6259
6260         * MAINTAINERS (Various Maintainers): Add self.
6261
6262 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
6263
6264         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
6265         * configure: Regenerate.
6266
6267 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
6268
6269         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
6270         gcc_version, and gcc_version_trigger from set of flags to pass.
6271         * Makefile.tpl: Remove definitions of above variables.
6272         (config.status): Remove dependency on $(gcc_version_trigger).
6273         * Makefile.in: Regenerate.
6274         * configure.in: Do not reference config/gcc-version.m4 nor
6275         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
6276         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
6277         * configure: Regenerate.
6278
6279 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
6280             Andrew Pinski  <pinskia@physics.uc.edu>
6281
6282         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
6283         * Makefile.in: Regenerate.
6284
6285 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
6286
6287         * MAINTAINERS (Write After Approval): Add myself.
6288
6289 2005-03-03  David Ayers  <d.ayers@inode.at>
6290
6291         * MAINTAINERS (Write After Approval): Add myself.
6292
6293 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
6294
6295         PR libgcj/20160
6296         * ltmain.sh: Avoid creating archives with components that have
6297         duplicate basenames.
6298
6299 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
6300
6301         PR bootstrap/20250
6302         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
6303         instead of check.
6304         * Makefile.in: Regenerate.
6305
6306 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
6307
6308         * Makefile.in: Regenerate to fix conflict between the previous two
6309         patches.
6310
6311 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
6312
6313         PR bootstrap/17383
6314         * Makefile.def (target_modules): Remove "stage", now unnecessary.
6315         * Makefile.tpl (HOST_SUBDIR): New substitution.
6316         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
6317         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6318         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
6319         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
6320         (Host modules, Bootstrapped modules): Use it.
6321         (Build modules, Target modules): Do not create symlink trees,
6322         always configure out-of-srcdir.
6323         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
6324         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
6325         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
6326         $(HOST_SUBDIR).  Create a symlink for host_subdir.
6327
6328         * Makefile.in: Regenerate.
6329         * configure: Regenerate.
6330
6331 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6332
6333         Merged from libada-gnattools-branch:
6334         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6335
6336         * gnattools: New directory.
6337         * Makefile.def: Add gnattools as a module, depending on target-libada.
6338         * Makefile.in: Regenerate.
6339         * configure.in: Include gnattools in host_tools; disable it if ada
6340         is disabled.
6341         * configure: Regenerate.
6342
6343 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
6344
6345         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
6346         treelang maintainer.
6347         (Write After Approval): Remove myself.
6348
6349 2005-02-23  Paul Schlie  <schlie@comcast.net>
6350
6351         * configure.in: Allow darwin targeted ports to build tk, itcl and
6352         libgui.
6353         * configure: Regenerate.
6354
6355 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
6356
6357         PR libgcj/10353
6358         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
6359         * configure: Regenerate.
6360
6361 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
6362
6363         * MAINTAINERS (Write After Approval): Add myself.
6364
6365 2005-02-10  Ian Lance Taylor  <ian@airs.com>
6366
6367         * MAINTAINERS: Update my e-mail address.
6368
6369 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
6370
6371         * MAINTAINERS (Write After Approval): Add myself.
6372
6373 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
6374
6375         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
6376         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
6377         target-libgloss when not *-*-elf and *-*-aout.
6378         * configure: Regenerate.
6379
6380 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
6381
6382         * MAINTAINERS: Remove obsolete entries.
6383
6384         * MAINTAINERS (Write After Approval): Add Michael Matz.
6385
6386 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
6387
6388         * MAINTAINERS: Remove self as cpplib maintainer.
6389
6390 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
6391
6392         * install-sh, config.sub: Import from upstream.
6393
6394 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
6395
6396         PR bootstrap/18222
6397         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
6398         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
6399         * Makefile.in: Regenerate.
6400
6401 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
6402
6403         * MAINTAINERS: Update my email address.
6404
6405 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
6406             Andreas Schwab  <schwab@suse.de>
6407
6408         PR bootstrap/18033
6409         * config-ml.in: Eval option if surrounded by single quotes.
6410
6411 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
6412
6413         Revert 2004-12-28 Makefile changes, a better fix will be
6414         applied to mainline and src after GCC 4.0 branches.
6415
6416 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
6417
6418         PR bootstrap/17383
6419
6420         * Makefile.def (target_modules): Remove stage parameter,
6421         it is always true now.
6422         * Makefile.tpl (configure-build-[+module+],
6423         configure-target-[+module+]): Always build symlink tree
6424         for the directory and for include.  BUILD_SUBDIR and
6425         TARGET_SUBDIR cannot be . anymore.
6426         * Makefile.in: Regenerate.
6427
6428 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
6429
6430         Revert 2004-12-08 Makefile changes.
6431
6432 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
6433
6434         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
6435         cygwin, mingw.
6436
6437 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
6438
6439         * configure.in (sh64-*-*): Reenable gprof.
6440         * configure: Regenerate.
6441
6442 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
6443
6444         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6445         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6446         (EXTRA_TARGET_FLAGS): Add PICFLAG.
6447         * Makefile.in: Regenerate.
6448
6449 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
6450
6451         * MAINTAINERS: Update my email address.
6452
6453 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
6454
6455         * Makefile.tpl: Generate normal dependencies if the LHS module is
6456         not bootstrapped.
6457         * Makefile.in: Regenerate.
6458
6459 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
6460
6461         * configure.in: Include config/gxx-include-dir.m4.  Use
6462         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
6463         * configure: Regenerate.
6464
6465 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
6466
6467         * config.if: Delete.
6468         * configure.in: Set libstdcxx_incdir directly.
6469         * configure: Regenerate.
6470
6471 2004-12-02  Eric Christopher  <echristo@redhat.com>
6472
6473         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
6474         * Makefile.in: Regenerate.
6475
6476 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
6477
6478         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6479         * configure: Regenerate.
6480
6481 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
6482
6483         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
6484         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
6485         * configure: Regenerate.
6486
6487 2004-12-01  Eric Christopher  <echristo@redhat.com>
6488
6489         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
6490         of things to remove.
6491
6492 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
6493
6494         * MAINTAINERS (Write After Approval): Update my e-mail address.
6495
6496 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
6497
6498         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
6499         from CVS libtool to always pass_all.
6500
6501 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6502
6503         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6504         (hppa*64*-*-*): Delete incorrect comment.
6505         * configure: Rebuilt.
6506
6507 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
6508
6509         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
6510
6511 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
6512
6513         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
6514         from CVS libtool to always pass_all.
6515
6516 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
6517
6518         * install-sh, compile: Import from automake.
6519
6520 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
6521
6522         * config.guess, config.sub:  Import from savannnah.
6523
6524 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
6525
6526         * MAINTAINERS (Write After Approval): Add myself
6527
6528 2004-11-12  Mike Stump  <mrs@apple.com>
6529
6530         * Makefile.def: Add html support.
6531         * Makefile.tpl: Likewise.
6532         * Makefile.in: Regenerate.
6533
6534 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
6535
6536         PR 18423
6537         * configure.in: Remove all instances of build-fixincludes from
6538         noconfigdirs.
6539         (build_configargs): Supply --target to subdirectories.
6540         * configure: Regenerate.
6541
6542         * Makefile.def: Make gcc install depend on fixincludes install.
6543         * Makefile.in: Regenerate.
6544
6545 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
6546
6547         * MAINTAINERS: Add myself as gcc testsuite maintainer.
6548
6549 2004-11-11  Paul Brook  <paul@codesourcery.com>
6550
6551         * MAINTAINERS: Add self as arm maintainer.  Update email address.
6552
6553 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
6554
6555         * configure.in (noconfigdirs) [mmix-*-*]: Disable
6556         target-libgfortran.
6557         * configure: Regenerate.
6558
6559 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
6560
6561         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6562         like CC.
6563
6564 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
6565
6566         * Makefile.def (host fixincludes): Specify missing targets.
6567         * Makefile.in: Regenerate.
6568
6569 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
6570
6571         * MAINTAINERS: Add myself
6572
6573 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
6574
6575         * MAINTAINERS (Write After Approval): Add myself.
6576
6577 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
6578
6579         * Makefile.def: Build fixincludes for the host, too.
6580         * Makefile.in: Regenerate.
6581         * configure.in (host_tools): Add fixincludes.
6582         * configure: Regenerate.
6583
6584 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
6585
6586         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6587         * configure: Regenerated.
6588
6589 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
6590
6591         PR other/17783
6592         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6593         * configure: Regenerated.
6594
6595 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
6596
6597         * README.SCO: Update per FSF instructions.
6598
6599 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
6600
6601         PR target/18151
6602         * configure.in (case ${target}): Do not build fixincludes for avr.
6603         * configure: Regenerated.
6604
6605 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
6606
6607         * configure.in (case ${target}): Do not build fixincludes
6608         on platforms where it is not used.
6609         * configure: Regenerated.
6610
6611 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
6612
6613         * configure.in: Use an absolute path to install-sh.
6614         * configure: Regenerated.
6615
6616 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
6617
6618         * MAINTAINERS (Write After Approval): Add myself.
6619
6620 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
6621
6622         * MAINTAINERS: Remove from Write After Approval those that are
6623         already maintainers.
6624
6625 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
6626
6627         * MAINTAINERS:  Update my email address.
6628
6629 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
6630
6631         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6632         * configure: Regenerate.
6633
6634 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
6635
6636         * MAINTAINERS:  Update my email address.
6637
6638 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
6639
6640         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
6641         entries belonging to this category.
6642
6643 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
6644
6645         * MAINTAINERS: Update my e-mail address.
6646
6647 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
6648
6649         Fix wrong conflict resolution in:
6650
6651         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6652
6653         * Makefile.in: Regenerate.
6654         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6655         in the recursive `make', instead of hardwiring `all'.
6656         (Autogenerated TARGET-* variables): New.
6657
6658 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
6659
6660         * configure.in: Enable target-libgloss for crx-*-*.
6661         * configure: Regenerate.
6662
6663 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6664
6665         * MAINTAINERS (Various Maintainers): Move the "windows,
6666         cygwin, mingw" maintainer to ...
6667         (OS Port Maintainers): ... here.
6668
6669 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6670
6671         * MAINTAINERS (Write After Approval): Remove those that are
6672         maintainers of some subsystem.
6673
6674 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
6675
6676         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6677         * ltcf-cxx.sh (tpf*): Likewise.
6678         * ltconfig (tpf*): Add TPF OS configuration support.
6679
6680 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
6681
6682         * MAINTAINERS: Change my email address to my new work account.
6683
6684 2004-09-24  Michael Roth  <mroth@nessie.de>
6685
6686         * configure.in (--without-headers): Add missing double quotes.
6687         * configure: Regenerate.
6688
6689 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
6690
6691         * ylwrap: Revert to previous version.
6692
6693 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
6694
6695         PR bootstrap/17369
6696         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6697         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6698         SET_GCC_LIB_PATH_CMD.
6699         (BASE_TARGET_EXPORTS): Likewise.
6700         * Makefile.in: Regenerated.
6701
6702         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6703         * configure: Regenerated.
6704
6705 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
6706
6707         * config.guess: New upstream version
6708         * compile, depcomp, install-sh, ylwrap: Likewise.
6709
6710 2004-09-19  Roger Sayle  <roger@eyesopen.com>
6711
6712         * config/mh-x86omitfp: New host makefile fragment.  Add
6713         -fomit-frame-pointer to the default BOOT_CFLAGS.
6714         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6715         * configure: Regenerate.
6716
6717 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
6718
6719         PR target/11572
6720         * configure.in (*-*-darwin*): Renable libobjc.
6721         * configure: Regenerate.
6722
6723 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
6724
6725         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6726
6727 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
6728
6729         * Makefile.def: Remove libbanshee.
6730         * Makefile.tpl: Ditto.
6731         * configure.in: Ditto.
6732         * Makefile.in: Regen.
6733         * configure: Ditto.
6734
6735 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
6736
6737         * ltmain.sh: Use $pic_object as $non_pic_object if
6738         $non_pic_object=none.
6739
6740 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
6741
6742         * missing: Import latest version from master repository.
6743
6744 2004-09-06  Nick Clifton  <nickc@redhat.com>
6745
6746         * config.sub: Import latest version from master repository.
6747         * config.guess: Likewise.
6748         This includes these changes:
6749
6750         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
6751
6752         * config.sub: Handle crisv32, alias etraxfs.
6753         * config.guess (crisv32:Linux:*:*): Handle.
6754
6755         2004-08-13  Brad Smith  <brad@comstyle.com>
6756
6757         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6758         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6759
6760         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6761
6762         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6763         assume the processor is a powerpc.  This is because coreutils
6764         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6765         in this case, due to a MacOS X bug that causes
6766         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6767         to return a negative number.
6768         Problem reported by Petter Reinholdtsen in:
6769         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6770
6771         2004-07-19  Ben Elliston  <bje@gnu.org>
6772
6773         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6774
6775         2004-06-24  Ben Elliston  <bje@gnu.org>
6776
6777         * config.guess: Update copyright years.
6778         * config.sub: Likewise.
6779
6780         2004-06-22  Robert Millan  <robertmh@gnu.org>
6781
6782         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6783         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6784
6785         2004-06-22  Stanley F. Quayle <stan@stanq.com>
6786
6787         * config.guess (*:*VMS:*:*): New entry. Replaces
6788         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6789         manufacturer.
6790
6791         2004-06-22  Ben Elliston  <bje@gnu.org>
6792
6793         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6794         * config.sub: Likewise.
6795
6796         2004-06-22  Ben Elliston  <bje@gnu.org>
6797
6798         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6799         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6800
6801         2004-06-11  Ben Elliston  <bje@gnu.org>
6802
6803         * config.guess (pegasos:OpenBSD:*:*): Remove.
6804
6805         2004-06-11  Ben Elliston  <bje@gnu.org>
6806
6807         From Wouter Verhelst <wouter@grep.be>:
6808         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6809
6810         2004-06-11  Ben Elliston  <bje@gnu.org>
6811
6812         * config.guess (luna88k:OpenBSD:*:*): New.
6813
6814         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
6815
6816         * config.guess (m32r*:Linux:*:*): New case.
6817         * config.sub: Handle m32rle.
6818
6819         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
6820
6821         From Jens Petersen  <petersen@redhat.com>:
6822         * config.sub: Handle sparcv8.
6823
6824         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
6825
6826         From Tom Smith <smith@cag.lkg.hp.com>:
6827         * config.guess: Version suffixes are equally significant on Tru64
6828         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
6829         prefix of "P" (patched kernel).
6830
6831         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
6832
6833         * config.sub: Add support for National Semiconductor CRX target.
6834
6835 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
6836
6837         * MAINTAINERS (Various Maintainers): Remove myself as web page
6838         maintainer, add myself as maintainer of build status lists.
6839
6840 2004-09-03  Jan Beulich  <jbeulich@novell.com>
6841
6842         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6843         *-*-netware, but add target-libmudflap.
6844         Consolidate *-*-netware targets (of which really only i?86 exists)
6845         into a single entry.
6846         * configure: Likewise.
6847
6848 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
6849
6850         * Makefile.tpl (sorry): Remove.
6851         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6852         (cleanstrap targets): Depend on distclean, not distclean-stage1.
6853         (do-clean): Clean per-stage directories too.
6854         (do-distclean): Run distclean-stage1 too.
6855         (.NOTPARALLEL): Enable during toplevel bootstrap.
6856         (stage[+id+]-bubble): Enable parallel execution during
6857         the recursive invocation.
6858         * Makefile.in: Regenerate.
6859
6860         Fix previous checkin:
6861
6862         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6863         include.
6864         * configure.in: Fix indentation.
6865         * configure: Regenerate.
6866
6867 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
6868
6869         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6870         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6871         * configure: regenerate
6872         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6873         -mdynamic-no-pic
6874
6875 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
6876
6877         * Makefile.def (build_modules): Add fixincludes.
6878         (dependencies): Make gcc depend on fixincludes.
6879         * configure.in (build_tools): Add fixincludes.
6880         (build_configdirs): Always include build_libs.
6881         * Makefile.in: Regenerate.
6882         * configure: Regenerate.
6883
6884 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
6885
6886         * Makefile.def (bootstrap stages): Add 'lean' parameter.
6887         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6888         phony targets; do not generate timestamp files.
6889         (distclean-stageN): Remove references to their timestamp files.
6890         (restageN, touch-stageN): Remove.
6891         (stageN-bubble): Rewritten.
6892         (compare): Support lean bootstraps.
6893         * Makefile.in: Regenerate.
6894
6895         * configure.in: Only warn when bootstrapping but
6896         build != host or build != target.  Support lean bootstraps.
6897         * configure: Regenerate.
6898
6899 2004-08-26  Phil Edwards  <phil@codesourcery.com>
6900
6901         * configure.in:  Give a better error message if GMP/MPFR are missing
6902         and a language needing them has been requested.
6903         * configure:  Regenerated.
6904
6905 2004-08-25  Phil Edwards  <phil@codesourcery.com>
6906
6907         * configure.in:  Print a list of available language front-ends if
6908         a requested one is missing.  Tidy stray tab characters.
6909         * configure:  Regenerated.
6910
6911 2004-08-19  Michael Koch  <konqueror@gmx.de>
6912
6913         * gcc/doc/install.texi: Update entry about automake for libjava.
6914
6915 2004-08-17  Robert Millan  <robertmh@gnu.org>
6916
6917         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6918         (instead of FreeBSD).
6919         * configure: Regenerate.
6920
6921 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6922
6923         * Makefile.in: Regenerate.
6924         * configure: Regenerate.
6925
6926         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6927         stage_*_flags.
6928         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6929         for bootstrapped modules if toplevel bootstrap is going.
6930         (GCC bootstrap): Generate per-stage targets for all bootstrapped
6931         modules.  Adjust for changes in Makefile.def.  Enable several
6932         rules even in non-bootstrap mode, just to avoid peppering the
6933         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6934         (stage-[+prev+]-bubble): Remove.
6935
6936         * Makefile.def (Dependencies): Depend on all-build-bison,
6937         all-build-flex, all-build-byacc, all-build-texinfo, rather
6938         than the host variations.
6939         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
6940         with BUILD_SUBDIR.
6941         (BISON): Update for recent Bisons.
6942         (YACC): Fix typo.
6943         (cross): Depend on all-build.
6944         (all): Do not depend on all-build.
6945         (prebootstrap): Remove.
6946         (dep-kind): Accept separate prefixes for MODULE and ON variables.
6947         (Prebootstrap dependencies): Add them to the per-stage targets
6948         and to all-prebootstrap.
6949         * configure.in (build_configdirs): Always enable build_tools.
6950         (BUILD_DIR_PREFIX): Remove.
6951
6952         * Makefile.def (gcc): Add target variable.
6953         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6954         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6955         in the recursive `make', instead of hardwiring `all'.
6956         (Autogenerated TARGET-* variables): New.
6957
6958 2004-08-13  Brian Booth  <bbooth@redhat.com>
6959
6960         * MAINTAINERS: Remove myself from write-after-approval.
6961
6962 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6963
6964         * src-release: Stop distributing mmalloc with gdb (which doesn't
6965         use it).
6966         * Makefile.def: GDB doesn't depend on mmalloc anymore.
6967         * Makefile.in: Regenerate.
6968
6969 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
6970
6971         * configure.in (arm*-*-eabi*): New target.
6972         * configure: Regenerate.
6973
6974 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
6975
6976         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6977         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6978         (Dependencies): New section.
6979         * Makefile.tpl (Dependencies): Generate from Makefile.def.
6980         (configure-target-[+module+]): Depend on maybe-all-gcc
6981         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
6982         (toplevel profiledbootstrap): Fix dependencies.
6983         * Makefile.in: Regenerate.
6984
6985 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
6986
6987         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6988         target-libiberty to noconfigdirs.
6989         * configure: Regenerate.
6990
6991 2004-08-03  Paul Brook  <paul@codesourcery.com>
6992
6993         * configure.in: Check for MPFR as well as GMP.
6994         * configure: Regenerate.
6995
6996 2004-08-01  Robert Millan  <robertmh@gnu.org>
6997
6998         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6999         libmudflap for all GNU-based systems (with Glibc).
7000         * configure: Regenerate.
7001
7002 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
7003
7004         * Makefile.def (host-modules): Add gcc.
7005         * Makefile.in: Regenerate.
7006         * Makefile.tpl (sorry): New rule.
7007         (configure-host, all-host, [+make_target+]-host, do-check,
7008         install-host): Do not add gcc as a special case.
7009         (host modules): Add a small special-casing for gcc.  Export
7010         extra_make_flags through the environment.
7011         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
7012         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
7013         other recursive targets for gcc): Remove.
7014
7015         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
7016         (stage, unstage): New rules.
7017         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
7018         distclean-stage[+id+]): Use stage_current.
7019         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
7020         the stage*-start rules.
7021
7022 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
7023
7024         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
7025         use -all_load flag.
7026
7027 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
7028
7029         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
7030         * configure: Regenerate.
7031
7032 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
7033
7034         * maintainer-scripts/gcc_release: Revert yesterday's change.
7035
7036 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
7037
7038         * MAINTAINERS: Add myself to write-after-approval.
7039
7040 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
7041
7042         * libf2c: Removed.
7043         * gcc/gccbug.in: Updated because of libf2c removal.
7044         * maintainer-scripts/gcc_release: Ditto.
7045
7046 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
7047
7048         * configure.in: Build libmudflap by default on FreeBSD.
7049         * configure: Regenerated.
7050
7051 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
7052
7053         * configure.in: Do not build libmudflap by default on non-GNU/Linux
7054         systems.
7055         * configure: Regenerated.
7056
7057 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7058
7059         PR target/16344
7060         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
7061         feedback based compiler.
7062         * Makefile.in: Rebuilt.
7063
7064 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
7065
7066         * Makefile.def (host_modules): Set bootstrap=true for flex.
7067         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
7068         * Makefile.in: Rebuilt.
7069
7070 2004-07-07  Jan Hubicka  <jh@suse.cz>
7071
7072         * MAINTAINERS: Add self as a profile feedback maintainer.
7073
7074 2004-07-05  Phil Edwards  <phil@codesourcery.com>
7075
7076         * configure.in:  Do not prepend $srcdir to /dev/null in
7077         makefile fragments.
7078         * configure:  Regenerate.
7079
7080 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
7081
7082         * Makefile.def (build_modules): Add bison, byacc, flex,
7083         m4, texinfo.
7084         (flags_to_pass): Add FLEX.
7085         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
7086         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
7087         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
7088         DEFAULT_MAKEINFO): Remove.
7089         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
7090         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
7091         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
7092         objdir or else use configured tool.
7093         (all-build): New.
7094         (all): Depend on it.
7095         (Build module dependencies): Add.
7096         * Makefile.in: Regenerate.
7097         * configure.in: Better support for multiple build modules,
7098         matching what is done for host/target modules.  Do not look
7099         for "plausible" locations of build tools if Canadian cross.
7100         Use autoconf's AC_PROG_CC to find a C compiler.  Define
7101         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
7102         * configure: Regenerate.
7103
7104 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
7105
7106         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
7107         * Makefile.in: Regenerate.
7108
7109 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
7110
7111         * Makefile.tpl (configure-build-[+module+],
7112         configure-[+module+], configure-target-[+module+]): Pass
7113         [+extra_configure_args+].
7114         (all-build-[+module+], all-[+module+], check-[+module+],
7115         install-[+module+], [+make_target+]-[+module+],
7116         all-target-[+module+], check-target-[+module+],
7117         install-target-[+module+], [+make_target+]-target-[+module+]):
7118         Pass [+extra_make_args+].
7119         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
7120         (GCC_HOST_EXPORTS): Remove.
7121         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
7122         cross, check-gcc, check-gcc-c++, install-gcc,
7123         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
7124         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
7125         * Makefile.in: Regenerate.
7126
7127 2004-06-21  Matthew Sachs  <msachs@apple.com>
7128
7129         * MAINTAINERS: Added self to write-after-approval.
7130
7131 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
7132
7133         * configure.in: Check for srcdir/winsup rather than build directory
7134         winsup.
7135         * configure: Regenerate.
7136
7137 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
7138
7139         * configure.in: Don't build Cygwin native newlib if winsup
7140         directory is missing.  Emit warning instead.
7141         * configure: Regenerate.
7142
7143 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
7144
7145         * Makefile.tpl (touch-stage[+id+]): New.
7146         (restage[+prev+]): Depend on touch-stage[+id+].
7147
7148         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
7149         Use it throughout.
7150
7151         * Makefile.def: Add profile and feedback bootstrap stages.
7152         Remove next field from bootstrap stages.
7153         * Makefile.tpl (LN, LN_S): Substitute.
7154         (stageN-start, stageN-end): Use double-colon rules, to
7155         provide a hook for additional setup commands.
7156         (distclean-stageN-gcc, restageN): Create dependencies from
7157         [+prev+], not from [+next+].
7158         (stageN-bubble): Add commands for successive stages from
7159         [+prev+], using double-colon rules.
7160         (all-stageN-gcc): Fix typo.
7161         (stagefeedback-start, profiledbootstrap): New.
7162         * Makefile.in: Regenerate.
7163         * configure.in: Call ACX_PROG_LN.
7164         * configure: Regenerate.
7165
7166 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
7167
7168         * MAINTAINERS (Write After Approval): Add myself.
7169
7170 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
7171
7172         * MAINTAINERS (Write After Approval): Add myself.
7173
7174 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
7175
7176         * configure.in: Fix --enable-bootstrap breakage introduced in trees
7177         without gcc.
7178         * configure: Regenerate.
7179
7180 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
7181
7182         * Makefile.tpl: Fix typo.
7183         * Makefile.in: Regenerate.
7184
7185 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
7186
7187         * configure.in: Remove new- prefix from toplevel
7188         bootstrap targets.
7189         * configure: Regenerate.
7190
7191 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
7192
7193         * Makefile.tpl (all.normal): Rename to all.
7194         (all): Replace with a rule to pick the default
7195         target from configure.
7196         (all-gcc, configure-gcc): Use conditionals to
7197         do nothing when toplevel bootstrap is going on.
7198         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
7199         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
7200         * configure.in: Support --enable-bootstrap.
7201
7202         * Makefile.def: Remove new- prefix from toplevel
7203         bootstrap targets.
7204         * Makefile.tpl: Likewise.
7205
7206         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
7207         target.
7208
7209         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
7210         $(RECURSE_FLAGS) to recursive invocation of make.
7211
7212         * Makefile.in: Regenerate.
7213         * configure: Regenerate.
7214
7215 2004-05-30  Andreas Jaeger  <aj@suse.de>
7216             Jim Wilson  <wilson@specifixinc.com>
7217
7218         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
7219         like CC.
7220
7221 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
7222
7223         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
7224         * configure: Regenerate.
7225
7226 2004-05-25  Daniel Jacobowitz  <drow@false.org>
7227
7228         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
7229         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
7230         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
7231         targets.
7232         * Makefile.in: Regenerate.
7233
7234 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
7235
7236         * configure.in: Test the ability to symlink directories.
7237         * configure: Regenerate.
7238
7239         * Makefile.def (bootstrap-stage): New definitions.
7240         * Makefile.tpl (configure-stage1-gcc,
7241         configure-stage2-gcc, configure-stage3-gcc,
7242         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
7243         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
7244         new-restage3, compare): Autogenerate, see Makefile.in
7245         entry for behavioral changes.
7246         (distclean-stage1, new-stage1-start, new-stage1-end,
7247         new-stage1-bubble, distclean-stage2, new-stage2-start,
7248         new-stage2-end, new-stage2-bubble, distclean-stage3,
7249         new-stage3-start, new-stage3-end): New autogenerated targets.
7250         (objext, prebootstrap, BOOT_CFLAGS,
7251         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
7252         targets.
7253
7254         * Makefile.in: Regenerate.
7255         (distclean-stage1, new-stage1-start, new-stage1-end,
7256         new-stage1-bubble, distclean-stage2, new-stage2-start,
7257         new-stage2-end, new-stage2-bubble, distclean-stage3,
7258         new-stage3-start, new-stage3-end): New targets.
7259         (all-stage1-gcc): Move prebootstrap dependency from here...
7260         (configure-stage1-gcc): ...to here.
7261         (new-bootstrap): Use bubble targets.
7262         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7263         Use per-stage distclean targets.
7264         (configure-stage1-gcc, configure-stage2-gcc,
7265         configure-stage3-gcc, all-stage1-gcc,
7266         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
7267         Use new-stageN-start to prepare the tree.
7268
7269 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
7270
7271         * Makefile.def (host_modules): add libcpp.
7272         * Makefile.tpl: Add dependencies on and for libcpp.
7273         * Makefile.in: Regenerate.
7274         * configure.in: Add libcpp host module.
7275         * configure: Regenerate.
7276
7277 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
7278
7279         * Makefile.tpl: Whenever a recursive target is defined, wrap
7280         it in a special @if/@endif block, and prepare its maybe
7281         dependency in the @if/@endif block
7282         * configure.in: Instead of writing maybe dependencies, remove
7283         the @if/@endif statements, and remove the @if/@endif blocks
7284         that remain.
7285         * configure: Regenerate.
7286         * Makefile.in: Regenerate.
7287
7288 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
7289
7290         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
7291
7292 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
7293
7294         PR bootstrap/15120
7295         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
7296         * */configure: Rebuilt.
7297
7298 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
7299
7300         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
7301         of libf2c.
7302         * configure, Makefile.in: Regenerate.
7303
7304 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
7305
7306         * MAINTAINERS (Write After Approval): Add myself.
7307
7308 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
7309
7310         Merge from tree-ssa-20020619-branch.
7311
7312         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
7313         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
7314         (HOST_GMPLIBS): Define.
7315         (HOST_GMPINC): Define.
7316         (TARGET_LIB_PATH): Add libmudflap.
7317         (GFORTRAN_FOR_TARGET): Define.
7318         (configure-build*): Export GFORTRAN.
7319         (configure-gcc): Export GMPLIBS and GMPINC.
7320         (all-gcc): Add maybe-all-libbanshee.
7321         (configure-target-libgfortran): Define.
7322         * Makefile.in: Regenerate.
7323         * configure.in (host_libs): Add libbanshee.
7324         (target_libraries): Add target-libmudflap and target-libgfortran.
7325         Add --with-libbanshee.
7326         Handle --disable-libmudflap.
7327         (*-*-freebsd*): Use with_gmp.
7328         Add $(libgcj) to noconfigdirs.
7329         * configure: Regenerate.
7330         * depcomp: New file.
7331         * MAINTAINERS: Add tree-ssa maintainers.
7332
7333 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
7334
7335         * MAINTAINERS (Various Maintainers): Add myself.
7336
7337 2004-04-30  Brian Ford  <ford@vss.fsi.com>
7338
7339         * MAINTAINERS (Write After Approval): Add myself.
7340
7341 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
7342
7343         * MAINTAINERS (Write After Approval): Add myself.
7344
7345 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
7346
7347         * config/acx.m4: Fix fastcompare support for new-bootstrap.
7348         * configure: Regenerate.
7349
7350 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
7351
7352         Revert:
7353         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7354
7355         * Makefile.def (flags_to_pass): Remove *dir variables that
7356         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7357         as well as prefix and exec_prefix.
7358         * Makefile.in: Regenerate.
7359
7360 2004-04-26  Robert Millan  <robertmh@gnu.org>
7361
7362         Add patches from libtool CVS.
7363         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
7364         * ltconfig: Likewise.
7365         * ltcf-c.sh: Likewise.
7366         * ltcf-cxx.sh: Likewise.
7367         * ltcf-gcj.sh: Likewise.
7368
7369 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7370
7371         * Makefile.def (host_modules): Mark with the bootstrap
7372         flag packages on which gcc depends.
7373         * Makefile.tpl (all-bootstrap): Use it.
7374         * Makefile.in: Regenerate.
7375
7376 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7377
7378         * Makefile.def (flags_to_pass): Remove *dir variables that
7379         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7380         as well as prefix and exec_prefix.
7381         * Makefile.in: Regenerate.
7382
7383 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7384
7385         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
7386         * configure: Regenerate.
7387         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
7388         * gcc/Makefile.tpl (compare): Use the result of the test.
7389         * gcc/Makefile.in: Regenerate.
7390
7391 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
7392
7393         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
7394         Always relocate gcc and prev-gcc to the original names, even
7395         if the build fails.
7396         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7397         New targets.
7398
7399 2004-04-23  Laurent GUERBY <laurent@guerby.net>
7400
7401         * MAINTAINERS: Update my email address.
7402
7403 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7404
7405         * configure.in (mips*-*-irix5*): Enable ld.
7406         * configure: Regenerate.
7407
7408 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7409
7410         * configure: Regenerate.
7411
7412 2004-04-15  James E Wilson  <wilson@specifixinc.com>
7413
7414         * Makefile.tpl (configure-[+module+], configure-gcc,
7415         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
7416         Set and export LDFLAGS.
7417         * Makefile.in: Regenerate.
7418
7419 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
7420
7421         * MAINTAINERS: Add myself to write-after-approval.
7422
7423 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7424
7425         PR bootstrap/14871
7426         * Makefile.tpl: If we don't have built-in-tree target tools,
7427         use the ones found by configure rather than hacking around with
7428         program_transform_name.
7429         * configure.in: Give Makefile.tpl the information necessary
7430         to do that.
7431         * Makefile.in: Regenerate.
7432         * configure: Regenerate.
7433
7434 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
7435
7436         PR bootstrap/14760
7437         * configure.in: When computing baseargs, strip *all* copies of
7438         offending options.  Also, don't match/substitute the trailing space,
7439         so that this actually works when two similar options are separated by
7440         only one space.
7441         * configure: Regenerate.
7442
7443 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
7444
7445         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
7446         (rs6000-*-aix*): Same.
7447         * configure: Regenerate.
7448
7449 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
7450
7451         * MAINTAINERS: Add myself to write-after-approval.
7452
7453 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
7454
7455         * MAINTAINERS: Add myself to write-after-approval.
7456
7457 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
7458
7459         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
7460         STRICT_WARN, WARN_CFLAGS flags passed down to make.
7461         * Makefile.in: Regenerate.
7462
7463         * configure.in (top level bootstrap support): Rework --enable-werror
7464         to set @stage2_werror_flag@.
7465         * configure: Regenerate.
7466         * Makefile.tpl (top level bootstrap support): Pass
7467         @stage2_werror_flag@ down to configure in stages 2 and 3.
7468         * Makefile.in: Regenerate.
7469
7470 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7471
7472         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
7473         for stages 2 and 3 as well as in make.  As a consequence, remove
7474         OUTPUT_OPTION (now detected by configure) from the flags passed down
7475         to make.
7476         * Makefile.in: Regenerate.
7477
7478         * Makefile.tpl (new-bootstrap): Fix typo.
7479         * Makefile.in: Regenerate.
7480
7481 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7482
7483         * Makefile.tpl: Rearrange by moving recursive_targets rules
7484         into their proper sections.
7485         * Makefile.tpl (top level bootstrap support): Move disabling
7486         of coverage flags from 'make' to 'configure'; improve comments.
7487         * Makefile.in: Regenerate.
7488
7489         * Makefile.tpl (experimental top level bootstrap) Move stage1
7490         language setting from all- target to configure- target; disable
7491         intermodule optimization in stage 1; prevent gratuitous rebuilds
7492         of stage 1.
7493         * Makefile.in: Regenerate.
7494         * configure.in: Comma-separate stage 1 language list for top
7495         level bootstrap.
7496         * configure: Regenerate.
7497
7498         * Makefile.tpl: Clean up experimental top level bootstrap support:
7499         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
7500         prev-gcc in configure- targets as well as all- targets.
7501         * Makefile.in: Regenerate.
7502
7503 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
7504
7505         * compile: New file imported from automake.
7506
7507 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
7508
7509         * configure.in: Remove symbolic link section.
7510         * configure: Regenerate.
7511         * Makefile.tpl (links): Remove.
7512         * Makefile.in: Regenerate.
7513
7514 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
7515             Nathanael Nerode  <neroden@gcc.gnu.org>
7516
7517         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
7518         Set with AC_CHECK_PROGS.
7519         * configure.in: Fix comment typo from last patch.
7520         * configure: Regenerate.
7521
7522 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
7523
7524         * Makefile.tpl: Introduce experimental top level bootstrap support.
7525         * Makefile.in: Regenerate.
7526         * configure.in: Introduce support for top level bootstrap.
7527         * configure: Regenerate.
7528
7529 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
7530             Paolo Bonzini  <bonzini@gnu.org>
7531
7532         PR bootstrap/14522
7533         * configure.in: Cope with shells that do not support unquoted ^
7534         * configure: Regenerate.
7535
7536 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
7537             Paolo Bonzini  <bonzini@gnu.org>
7538
7539         PR bootstrap/14522
7540         * configure.in: Cope with shells that do not support nesting
7541         quotes inside quoted backquote substitutions.
7542         * configure: Regenerate.
7543
7544 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
7545
7546         PR bootstrap/14522
7547         * configure.in: Fix escaping of $.
7548         * configure: Regenerate.
7549
7550 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7551
7552         * configure: Regenerate, since I forgot to while committing Paolo's
7553         changes.
7554
7555 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
7556
7557         PR ada/14131
7558         Move language detection to the top level.
7559         * configure.in: Find default values for the tools as
7560         soon as possible.  Disable ada if GNAT is not found.
7561         Emit error message about missing languages.  Expand
7562         --enable-languages=all for the gcc subdirectory.
7563
7564 2004-03-10  Ben Elliston  <bje@gnu.org>
7565
7566         * MAINTAINERS: Update my email address.
7567
7568 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
7569
7570         * ltconfig: Disable building static libraries if building shared
7571         libraries on AIX 5L.
7572
7573 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
7574
7575         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7576         and disable libgcj.
7577         * configure: Regenerated.
7578
7579 2004-03-01  Brian Booth  <bbooth@redhat.com>
7580
7581         * MAINTAINERS: Add myself to write-after-approval.
7582
7583 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
7584
7585         * MAINTAINERS: Add myself to write-after-approval.
7586
7587 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7588
7589         PR bootstrap/7087
7590         * Makefile.tpl: Guard XFOO sed statements better.
7591         * Makefile.tpl: Add dependency for configure-target-libada.
7592         * Makefile.in: Regenerate (incidentally fixes broken
7593         commit when libada-branch was merged).
7594
7595 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
7596
7597         * MAINTAINERS: Add myself to write-after-approval.
7598
7599 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
7600
7601         * MAINTAINERS: Add Nicola Pero and myself as libobjc
7602         maintainers.
7603
7604 2004-02-20  Andrew Cagney  <cagney@redhat.com>
7605
7606         * config.guess: Update from version 2003-10-16 to 2004-02-16.
7607         * config.sub: Update from version 2003-11-03 to 2004-02-16.
7608
7609 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7610
7611         PR bootstrap/11932
7612         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7613
7614 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
7615
7616         * MAINTAINERS: Added myself to write-after-approval.
7617
7618 2004-02-14  Michael Koch  <konqueror@gmx.de>
7619
7620         * MAINTAINERS: Added myself to write-after-approval.
7621
7622 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
7623
7624         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
7625         some OS port maintainers to OS port maintainers section.
7626
7627 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
7628
7629         * MAINTAINERS: Add self.
7630
7631 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
7632
7633         * MAINTAINERS: Alphabetize.
7634
7635 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
7636
7637         * MAINTAINERS: Remove myself.
7638
7639 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
7640
7641         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7642         (rs6000-*-aix*): Same.
7643         * configure: Regenerate.
7644
7645 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
7646
7647         * configure.in (host): Add in missing $noconfigdirs to defines.
7648         * configure: Regenerate.
7649
7650 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
7651             Nathanael Nerode  <neroden@gcc.gnu.org>
7652
7653         PR ada/6637, PR ada/5911
7654         Merge with libada-branch:
7655         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7656         with appropriate dependencies. Add --enable-libada configure switch.
7657         * configure, Makefile.in: Regenerate.
7658
7659 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
7660
7661         * MAINTAINERS: Add myself to write-after-approval.
7662
7663 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7664
7665         * configure.in: Don't pass --with-stabs on IRIX 5 either.
7666         * configure: Regenerate.
7667
7668 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
7669
7670         Merge from upstream:
7671
7672         * ltmain.in: When setting IFS to '~', be careful about user
7673         arguments that contain '~'.
7674
7675         2004-02-04  Peter O'Gorman  <peter@pogma.com>
7676
7677         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7678         Also test $base_compile against $CC with escaped arguments. Bug
7679         reported by Geoff Keating <geoffk@apple.com>.
7680
7681 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
7682
7683         * MAINTAINERS: Remove i960 port.
7684
7685 2004-01-23  DJ Delorie  <dj@redhat.com>
7686
7687         * Makefile.def (target_modules) [libiberty]: Don't stage.
7688         * Makefile.in: Rebuilt.
7689
7690 2004-01-20  Caroline Tice  <ctice@apple.com>
7691
7692         * MAINTAINERS: Add myself to write-after-approval.
7693
7694 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
7695
7696         * MAINTAINERS: Update my email address.
7697
7698 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
7699
7700         * MAINTAINERS: Add myself to write-after-approval.
7701
7702 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7703
7704         * MAINTAINERS: Remove entries without email address.
7705
7706 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
7707
7708         * MAINTAINERS: Add myself to write-after-approval.
7709
7710 2004-01-15  Steven Bosscher  <stevenb@suse.de>
7711
7712         * MAINTAINERS: Update my email address.
7713
7714 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
7715
7716         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7717         * Makefile.tpl (configure-target-[+module+]): Support stage.
7718         * Makefile.in: Rebuilt.
7719
7720 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
7721
7722         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7723
7724 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
7725
7726         * MAINTAINERS: Add myself as a MIPS maintainer.
7727
7728 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7729
7730         * configure.in: Use ./config.cache, not config.cache.
7731         * configure: Regenerate.
7732         * Makefile.tpl: Special-casing not needed for GCC any more.
7733         * Makefile.in: Regenerate.
7734
7735         * configure.in: Don't share a cache file for host dirs.
7736         * configure: Regenerate.
7737
7738         * config-ml.in: Don't mess with the cache file.
7739
7740 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7741
7742         * MAINTAINERS: Move myself from 'Write After Approval' to
7743         'CPU Port Maintainers' section as SPARC maintainer.
7744
7745 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7746
7747         * Makefile.tpl: Make GCC use a separate config.cache.
7748         * Makefile.in: Regenerate.
7749
7750         PR bootstrap/11932, PR bootstrap/11933
7751         (I don't know if it will fix either of them, but it relates
7752         to them.)
7753         * configure.in: Don't use shared config.cache for target
7754         directories.
7755         * configure: Regenerate.
7756
7757 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
7758
7759         * MAINTAINERS: Add myself to 'Write After Approval' section.
7760
7761 2003-12-31  Roger Sayle  <roger@eyesopen.com>
7762
7763         * configure.in (ia64*-*-hpux*): Disable building java libraries.
7764         * configure: Regenerated.
7765
7766 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
7767
7768         * MAINTAINERS: Remove the mn10200 maintainer.
7769
7770 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
7771
7772         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7773         * configure: Regenerated.
7774
7775 2003-12-16  Jan Hubicka  <jh@suse.cz>
7776
7777         * MAINTAINERS: Add myself as callgraph maintainer.
7778
7779 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
7780
7781         * configure.in (raw_libstdcxx_flags): Remove the leading space.
7782         * configure: Regenerate.
7783
7784 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7785
7786         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7787         'Write After Approval' section. Update email.
7788
7789 2003-12-01  James Lemke  <jim@wasabisystems.com>
7790
7791         * MAINTAINERS (Write After Approval): Add myself.
7792
7793 2003-11-20  Matt Thomas  <matt@3am-software.com>
7794
7795         * MAINTAINERS: Add myself as a vax port maintainer.
7796
7797 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
7798
7799         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7800         (configure-build-[+module+], configure-[+module+]): Likewise.
7801         (configure-target-[+module+], configure-gcc, config.status): Likewise.
7802         * Makefile.in: Regenerate.
7803
7804 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
7805
7806         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7807         shared/dylibed libraries.
7808         * ltmain.sh: Likewise.
7809         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7810         * ltcf-cxx.sh: Likewise.
7811         * ltcf-gcj.sh: Likewise.
7812         * ltconfig: Likewise.
7813
7814 2003-11-17  Stan Cox  <scox@redhat.com>
7815
7816         * MAINTAINERS: Add myself as iq2000 port maintainer.
7817
7818 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
7819
7820         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7821         * Makefile.in: Regenerate.
7822
7823 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
7824
7825         * config.sub: Update to 2003-11-03 version.
7826
7827 2003-10-20  Phil Edwards  <phil@codesourcery.com>
7828
7829         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
7830         * configure:  Regenerate.
7831
7832 2003-10-20  Nicolas Pitre  <nico@cam.org>
7833
7834         * MAINTAINERS: Add myself to 'Write After Approval' section.
7835
7836 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
7837
7838         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7839
7840 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
7841
7842         * MAINTAINERS: Update my email address.
7843
7844 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7845
7846         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7847
7848 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
7849
7850         * MAINTAINERS: Add myself to 'Write After Approval' section.
7851
7852 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
7853
7854         * config.guess: Update to 2003-10-16 version.
7855         * config.sub: Update to 2003-10-16 version.
7856
7857 2003-10-15  David Daney  <ddaney@avtrex.com>
7858
7859         * MAINTAINERS: Added myself to 'Write After Approval' section.
7860
7861 2003-10-15  Falk Hueffner  <falk@debian.org>
7862
7863         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7864         'Write After Approval' section. Update email.
7865
7866 2003-10-14  Roger Sayle  <roger@eyesopen.com>
7867
7868         * MAINTAINERS: Move myself from 'Write After Approval' to
7869         'Various Maintainers' section as middle-end maintainer.
7870
7871 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7872
7873         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7874         HOST_FLAGS_TO_PASS.
7875         * Makefile.in: Regenerate.
7876
7877 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
7878
7879         * config.guess: Update to 2003-10-07 version.
7880         * config.sub: Update to 2003-10-07 version.
7881
7882 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7883
7884         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7885         * ltconfig (irix5*, irix6*): Don't override version_type.
7886
7887 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
7888
7889         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7890         * configure: Rebuilt
7891         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7892         * Makefile.in: Rebuilt
7893
7894 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
7895
7896         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7897
7898 2003-09-30  Carlo Wood  <carlo@alinoe.com>
7899
7900         * MAINTAINERS (Write After Approval): Add myself.
7901
7902 2003-09-29  Paul Koning  <ni1d@arrl.net>
7903
7904         * MAINTAINERS: Move myself from "Write After Approval"
7905         to CPU platform maintainers for pdp11 platform.
7906
7907 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
7908
7909         * MAINTAINERS: Move myself from 'Write After Approval' to
7910         'Various Maintainers' section as libffi testsuite maintainer.
7911
7912 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
7913
7914         * configure.in: Pass a computed --program-transform-name
7915         to subconfigures.
7916         * configure: Regenerated.
7917
7918 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7919
7920         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7921         * Makefile.in: Regenerate.
7922
7923         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7924         * Makefile.in: Regenerate.
7925
7926 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
7927
7928         * MAINTAINERS: Move myself from 'Write After Approval'
7929         to 'Various Maintainers' (objective-c) section.
7930
7931 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
7932
7933         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7934         quoting.
7935         * configure: Regenerated.
7936
7937 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
7938
7939         * MAINTAINERS (Write After Approval): Add myself to write after
7940         approval list.
7941
7942 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
7943
7944         * MAINTAINERS (Write After Approval): Add myself.
7945
7946 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
7947
7948         * MAINTAINERS: Update my e-mail address.
7949
7950 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
7951
7952         * libtool.m4 (LD): Correct powerpc64 host match.
7953
7954 2003-09-06  James E Wilson  <wilson@tuliptree.org>
7955
7956         * MAINTAINTERS: Update my affiliation and email address.
7957
7958 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7959
7960         * MAINTAINERS (Write After Approval): Add myself.
7961
7962 2003-09-04  DJ Delorie  <dj@redhat.com>
7963
7964         * configure: Regenerate.
7965
7966 2003-09-04  Robert Millan  <robertmh@gnu.org>
7967
7968         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7969
7970 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7971
7972         * configure.in: Ensure arguments to sed are properly spaced.
7973         * configure: Regenerate.
7974
7975 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
7976
7977         * MAINTAINERS: Update my e-mail address.
7978
7979 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
7980
7981         * MAINTAINERS (Write After Approval): Add myself.
7982
7983 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
7984
7985         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7986         * configure: Regenerated.
7987
7988 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7989
7990         * MAINTAINERS: Update my email address.
7991
7992 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
7993
7994         * configure.in:  Use newline instead of semicolon when assuming
7995         shell arguments in a for loop.
7996         * configure:  Regenerated.
7997
7998 2003-08-22  Jason Eckhardt  <jle@rice.edu>
7999
8000         * MAINTAINERS: Resurrect the i860 maintainer.
8001
8002 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
8003
8004         PR 8180
8005         * configure.in: When testing with_libs and with_headers, treat
8006         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
8007         * configure: Regenerate.
8008
8009         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
8010         make, shell, etc.
8011         (baseargs): Likewise.
8012         * configure: Regenerate.
8013
8014 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
8015
8016         * MAINTAINERS (Write After Approval): Add myself.
8017
8018 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
8019
8020         * configure.in: Disable libgcj for darwin not on powerpc.
8021         * configure: Rebuild.
8022
8023 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
8024
8025         * config-ml.in, symlink-tree: Add license.
8026
8027 2003-08-03  Richard Stallman  <rms@gnu.org>
8028             Eben Moglen  <moglen@columbia.edu>
8029
8030         * README.SCO: New file.
8031
8032 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
8033
8034         * Makefile.tpl (check, check-c++): Express dependencies using
8035         dependencies rather than commands.
8036         * Makefile.in: Regenerate.
8037
8038 2003-08-01  Andrew Cagney  <cagney@redhat.com>
8039
8040         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
8041         * configure: Ditto.
8042
8043 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
8044
8045         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
8046         * Makefile.in: Update.
8047
8048 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
8049
8050         * configure.in: Enable libgcj for darwin.
8051         * configure: Rebuild.
8052
8053 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
8054
8055         * config-ml.in:  Use ac_configure_args directly instead of
8056         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
8057         actually seen.
8058
8059 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8060
8061         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
8062         creating target and build subdirs to build all parent dirs as needed.
8063         * Makefile.in: Rebuild.
8064         * configure.in: Don't build dirs explicitly here.
8065         * configure: Rebuild.
8066
8067 2003-07-26  Paul Brook  <paul@nowt.org>
8068
8069         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
8070
8071 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
8072
8073         * Makefile.tpl (all-make): Depend on intl.
8074         * Makefile.in: Rebuilt.
8075
8076 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
8077
8078         * install-sh:  Update to newer upstream versions (associated with
8079         aclocal 1.7).
8080         * mkinstalldirs:  Likewise.
8081         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
8082
8083 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
8084
8085         * MAINTAINERS: Move self from Bug database only accounts
8086         to write-after-approval.
8087
8088 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
8089
8090         * config.if: Remove unused libc_interface determination.
8091
8092 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
8093
8094         * MAINTAINERS: Move self from write-after-approval to
8095         build machinery (*.in).
8096
8097 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8098
8099         PR bootstrap/11273
8100         PR bootstrap/11408
8101         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
8102         unused INSTALL_PROGRAM_ARGS.
8103         * configure.in: Use AC_PROG_INSTALL.
8104         * Makefile.in: Regenerate.
8105         * configure: Regenerate.
8106
8107 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
8108
8109         * MAINTAINERS: Alphabetize.
8110
8111 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
8112
8113         * configure: Rebuilt.
8114         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
8115         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
8116         newlib nor libgloss.
8117         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
8118         * configure.in (am33_2.0-*-linux*): Added.
8119
8120 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
8121
8122         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
8123         * configure: Regenerate.
8124
8125 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
8126
8127         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
8128         * Makefile.in: Regenerate.
8129
8130 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
8131
8132         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
8133         * Makefile.in: Regenerate.
8134
8135 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
8136
8137         * Makefile.tpl: Replace PWD with PWD_COMMAND.
8138         * Makefile.in: Regenerated.
8139
8140         * config-ml.in: Replace PWD with PWD_COMMAND.
8141
8142 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
8143
8144         * intl: New directory; see intl/ChangeLog for details.
8145         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
8146         * Makefile.tpl: all-gcc depends on maybe-all-intl.
8147         * Makefile.in: Regenerate.
8148
8149 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8150
8151         * configure.in: Clean up config-lang.in handling.  Delete
8152         useless assignment to "subdirs".
8153         * configure: Regenerate.
8154
8155 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
8156
8157         * configure.in: Rename 'target_libs' to 'target_libraries'.
8158         Remove useless reference to 'target_libs'.
8159         * configure: Regenerate.
8160
8161 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
8162
8163         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
8164         * Makefile.in: Regenerate.
8165
8166 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8167
8168         * Makefile.def: Introduce flags_to_pass.
8169         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
8170         * Makefile.in: Regenerate.
8171
8172 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
8173
8174         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
8175         and target-libgloss.
8176         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
8177         <h8300*-*-*>: Disable libf2c and ${libgcj}.
8178         * configure: Regenerate.
8179
8180 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
8181
8182         * configure.in: Update testsuite_flags to new location.
8183         * configure. Regenerate.
8184
8185 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8186
8187         * Makefile.tpl: Remove BUILD_CC stuff.
8188         * Makefile.in: Regenerate.
8189
8190 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
8191
8192         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
8193
8194 2003-06-16  Graeme Peterson  <gp@qnx.com>
8195
8196         * MAINTAINERS (Write After Approval): Add myself.
8197
8198 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
8199
8200         * config.guess: Update to 2003-06-12 version.
8201         * config.sub: Update to 2003-06-13 version.
8202
8203 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
8204
8205         * config.guess: Update to 2003-06-06 version.
8206         * config.sub: Update to 2003-06-06 version.
8207
8208 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8209
8210         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
8211         * configure. Regenerate.
8212
8213 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8214
8215         * configure.in: Disable serial configure by default.
8216         * configure: Regenerate.
8217         * Makefile.tpl: Abolish .NOTPARALLEL.
8218         * Makefile.in: Regenerate.
8219
8220         * Makefile.tpl: Replace {build,host,target}_canonical by
8221         {build,host,target}.
8222         * Makefile.in: Regenerate.
8223
8224         * Makefile.tpl: Fix stupid pasto.
8225         * Makefile.in: Regenerate.
8226
8227 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8228
8229         * Makefile.tpl: Remove bogus conditional.
8230         * Makefile.in: Regenerate.
8231
8232 2003-06-05  Jan Hubicka  <jh@suse.cz>
8233
8234         * Makefile.tpl (profiledbootstrap): New target.
8235         * Makefile.in (profiledbootstrap): New target.
8236
8237 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
8238
8239         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
8240         Pinski. Remove user names from other bugzilla-only maintainers.
8241
8242 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8243
8244         * Makefile.tpl: Make 'recursive targets' using autogen rather
8245         than shell loop.  Remove duplicate 'clean' targets and false
8246         comments.
8247         * Makefile.def: Add systematic dependencies to 'recursive' targets.
8248         Add systematic method of specifying missing targets in subdirs.
8249         Add copyright boilerplate.
8250         * Makefile.in: Regenerate.
8251         * configure.in: Add 'recursive targets' to maybe list.
8252         * configure: Regenerate.
8253
8254         * MAINTAINERS: "GNATS only" -> "Bug database only".
8255
8256         * Makefile.tpl: Rename [+target+] to [+make_target+].
8257         * Makefile.def: Rename 'target' to 'make_target'.
8258
8259 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
8260
8261         * MAINTAINERS: Add self as options handling maintainer.
8262
8263 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
8264
8265         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
8266         been too long since I touched those ports.
8267
8268 2003-05-28  DJ Delorie  <dj@redhat.com>
8269
8270         * Makefile.tpl: Make maybe-check-gcc .PHONY.
8271         * Makefile.in: Regenerate.
8272
8273 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
8274
8275         * configure.in: Use curly braces in the definition of tooldir.
8276         * configure: Regenerate.
8277
8278 2003-05-21  DJ Delorie  <dj@redhat.com>
8279
8280         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
8281         newlib or libgloss.
8282         * Makefile.in: Regenerate.
8283
8284 2003-05-21  DJ Delorie  <dj@redhat.com>
8285
8286         * Makefile.tpl: Add missing empty maybe-check-gcc target.
8287         * Makefile.in: Regenerate.
8288
8289 2003-05-20  Ian Lance Taylor  <ian@airs.com>
8290
8291         * MAINTAINERS: Update my e-mail address.
8292
8293 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8294
8295         * configure.in: Switch more things to use maybe dependencies.
8296         * Makefile.tpl: Switch more things to use maybe dependencies.
8297         Factor out common code from autogen IF statements.
8298         * configure: Regenerate.
8299         * Makefile.in: Regenerate.
8300
8301 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
8302
8303         * configure.in: Accept i[3456789]86 for machine type.
8304         * configure: Regenerate.
8305
8306 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8307
8308         * configure.in: Switch more things to use maybe dependencies.
8309         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
8310         * configure: Regenerate.
8311         * Makefile.tpl: Switch more things to use maybe dependencies.
8312         * Makefile.in: Regenerate.
8313
8314 2003-05-16  Andreas Schwab  <schwab@suse.de>
8315
8316         * Makefile.tpl (install-opcodes): Define.
8317         * Makefile.in: Rebuild.
8318
8319 2003-05-13  Andreas Jaeger  <aj@suse.de>
8320
8321         * config.guess: Update to 2003-05-09 version.
8322         * config.sub: Update to 2003-05-09 version.
8323
8324 2003-05-13  Michael Eager  <eager@mvista.com>
8325
8326         * configure.in: Correct sed script so that options in quotes are not
8327         deleted.
8328         * configure: Rebuild.
8329
8330 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
8331
8332         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
8333         and $$s/newlib/libc/sys/cygwin32 include paths.
8334         * configure: Ditto.
8335
8336 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
8337
8338         * MAINTAINERS: Update my email addresses.
8339
8340 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
8341
8342         * config-ml.in: Propagate INSTALL variables.
8343
8344 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8345
8346         * MAINTAINERS: Remove duplicate entries in Write After Approval.
8347
8348 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
8349
8350         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
8351         * Makefile.in: Regenerate.
8352
8353 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
8354
8355         * MAINTAINERS (GNATS only): Add Falk Hueffner.
8356
8357 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
8358
8359         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
8360
8361 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
8362
8363         * Makefile.tpl: Clean $(BUILD_SUBDIR).
8364         * Makefile.in: Regenerated.
8365
8366 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
8367
8368         * MAINTAINERS (Write After Approval): Upgrade myself from
8369         GNATS only to write-after-approval. Update my mail address.
8370
8371 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
8372
8373         (OS Port Maintainers: freebsd): Add myself.
8374
8375 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
8376
8377         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
8378
8379 2003-04-22  Kean Johnston  <jkj@sco.com>
8380
8381         * MAINTAINERS (SCO ports): Added myself.
8382
8383 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
8384
8385         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
8386
8387 2003-04-19  Kean Johnston  <jkj@sco.com>
8388
8389         * MAINTAINERS (Write After Approval): Add myself.
8390
8391 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8392
8393         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
8394         * Makefile.in: Regenerate.
8395
8396 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
8397
8398         * configure.in (powerpc64*-*-linux*): Remove.
8399         * configure: Rebuilt.
8400
8401 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
8402
8403         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
8404         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
8405         and restrap.
8406         * Makefile.in:  Regenerate.
8407
8408 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
8409
8410         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
8411         * configure: Regenerated.
8412
8413 2003-04-15  DJ Delorie  <dj@redhat.com>
8414
8415         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
8416
8417 2003-04-13  Nick Clifton  <nickc@redhat.com>
8418
8419         * config-ml.in: Remove support for --disable-aix removing
8420         call-aix multilibs.
8421
8422 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
8423
8424         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
8425         * */configure: Rebuilt.
8426
8427 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
8428
8429         * MAINTAINERS: Add my email address.
8430
8431 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
8432
8433         * MAINTAINERS (Write After Approval): Add myself.
8434
8435 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
8436
8437         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
8438         * Makefile.in: Regenerate.
8439
8440 2003-03-14  Michael Chastain  <mec@shout.net>
8441
8442         * Makefile.in: Regenerate with correct Makefile.def.
8443
8444 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8445
8446         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
8447         Make macro.
8448         * Makefile.in: Regenerate.
8449         * configure.in: Clean up gxx_include_dir logic.
8450         * configure: Regenerate.
8451
8452 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
8453
8454         * MAINTAINERS (Write After Approval): Add myself.
8455
8456 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
8457
8458         * MAINTAINERS: Update my mail address.
8459
8460 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8461
8462         * configure.in (gxx_include_dir): Fix typo.
8463         * configure: Regenerated.
8464
8465 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
8466
8467         * Makefile.tpl: Reindent.
8468         * Makefile.in: Regenerate.
8469         * configure.in: Reindent.  Don't set unused variables.
8470         * configure: Regenerate.
8471
8472 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
8473
8474         * configure.in: Include $(build_tooldir)/sys-include in
8475         FLAGS_FOR_TARGET.
8476         * configure: Regenerated.
8477
8478 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
8479
8480         * Makefile.tpl: Always pass down RANLIB.
8481         * Makefile.in: Regenerate.
8482
8483         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
8484         * Makefile.in: Regenerate.
8485         * configure.in: Remove unused logic relating to --enable-shared
8486         and --enable-threads.  Remove bogus comments.  Remove redundant
8487         noconfigdirs.
8488         * configure: Regenerate.
8489
8490         * configure.in: Replace ${libstdcxx_version} by its value.
8491         Remove reference to mh-dgux.
8492         * configure: Regenerate.
8493
8494 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
8495
8496         * MAINTAINERS (Write After Approval): Add myself.
8497
8498 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8499
8500         * Makefile.tpl: Rearrange.
8501         * Makefile.in: Regenerate.
8502
8503 2003-02-25  Uwe Stieber  <uwe@wwws.de>
8504
8505         * configure.in: Add support for kaOS as cross build target system.
8506         * configure: Regenerated.
8507
8508 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
8509
8510         * MAINTAINERS (Write after approval): Add myself.
8511
8512 2003-02-21  James E Wilson  <wilson@tuliptree.org>
8513
8514         * MAINTAINERS: Update my email address.
8515
8516 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
8517
8518         * MAINTAINERS: Add self to blanket write privs. section.
8519
8520 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
8521
8522         * Makefile.tpl: Add definition of CPPFLAGS to pass into
8523         configure-target-* as some target builds may require additional
8524         flags for preprocessor tests.
8525         * Makefile.in: Regenerated.
8526
8527 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
8528
8529         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
8530         * ltconfig: Handle it.
8531         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
8532         auto-detecting it.
8533
8534         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
8535         it is used as argument to $CC.
8536         * ltcf-gcj.sh: Likewise.
8537
8538         * configure.in: Introduce --enable-maintainer-mode.
8539         * configure: Rebuilt.
8540         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
8541         for maintainer mode.
8542         * Makefile.in: Rebuilt.
8543
8544 2003-02-18  Jason Merrill  <jason@redhat.com>
8545
8546         * Makefile.tpl (check-c++): Allow parallelism.
8547
8548 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8549
8550         * MAINTAINERS: Remove John Carr (who never actually had access to
8551         gcc.gnu.org).
8552
8553 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
8554
8555         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
8556         don't configure target-libobjc.
8557         * configure: Regenerate.
8558
8559 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8560
8561         * Makefile.tpl (RANLIB): Define.
8562         * Makefile.in: Regenerate.
8563
8564 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
8565
8566         * MAINTAINERS: Update my email.
8567
8568 2003-02-06  Keith R Seitz  <keiths@redhat.com>
8569
8570         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
8571         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
8572         * Makefile.in: Regenerated.
8573         * configure.in: Remove all traces of snavigator, db, and grep.
8574         * configure: Regenerated.
8575
8576 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8577
8578         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
8579         After Approval.
8580
8581 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8582
8583         * MAINTAINERS (Write after approval): Add myself.
8584
8585 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
8586
8587         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
8588         * Makefile.in: Regenerated.
8589
8590 2003-01-30  Roger Sayle  <roger@eyesopen.com>
8591
8592         * config.guess: Updated to 2003-01-30's version.
8593         * config.sub: Updated to 2003-01-28's version.
8594
8595 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
8596
8597         * config.if: If gcc_version is already set, just use it.  Don't set
8598         gcc_version_trigger if it's already set, otherwise set it to
8599         gcc/version.c, but only if the file exists.  If it is not set and
8600         gcc/version.c does not exist, try to extract the version number from
8601         $CC.
8602
8603 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
8604
8605         * MAINTAINERS: Add myself to write-after-approval list.
8606
8607 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
8608
8609         * configure.in:  Revert 24Jan change.
8610         * configure:  Regenerate.
8611
8612 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8613
8614         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
8615         entry of HJ Lu.
8616
8617 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8618
8619         * configure.in: Revert previous change.
8620         * configure: Regenerate.
8621
8622 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8623
8624         * configure.in: Make rda native-only.
8625         * configure: Regenerate.
8626
8627 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8628
8629         * MAINTAINERS: Move myself from GNATS-only-accounts to
8630         write-after-approval.
8631
8632 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8633
8634         * configure.in: Add missing \.
8635         * configure: Rebuilt.
8636
8637 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
8638
8639         * configure.in (baseargs): Avoid using \| in sed regular
8640         expressions.
8641         * configure: Rebuilt.
8642
8643 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
8644
8645         * configure.in (baseargs): Remove all supported forms of
8646         --cache-file, --srcdir, --host, --build and --target options
8647         from argument lists.
8648         * configure: Rebuilt.
8649
8650 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
8651
8652         * MAINTAINERS: Add myself to write-after-approval list.
8653
8654 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
8655
8656         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8657         * configure: Rebuilt.
8658
8659 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8660
8661         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8662         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8663         * Makefile.in: Regenerate.
8664         * configure: Regenerate.
8665
8666 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
8667
8668         * configure.in: Remove Makefile in build, host and target modules
8669         unless configure was run with --no-recursion.
8670         * configure: Rebuilt.
8671
8672 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8673
8674         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8675         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8676         * Makefile.in: Regenerate.
8677
8678 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
8679
8680         * config.guess: Update to 2003-01-03 version.
8681         * config.sub: Update to 2003-01-03 version.
8682
8683 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8684
8685         * configure: Regenerate with proper autoconf 2.13.
8686
8687 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8688
8689         * configure.in: Add AC_PREREQ for consistency.
8690         * configure: Regenerate.
8691
8692 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
8693
8694         * configure.in (GDB_TK): Add tcl directories conditional on
8695         gdb/gdbtk directory being present.
8696         * configure: Regenerate.
8697
8698 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
8699
8700         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
8701         used by gcc if LD is not defined and we are not doing a Canadian Cross.
8702         * configure: Rebuilt.
8703
8704 2002-12-31  Tom Tromey  <tromey@redhat.com>
8705
8706         * Makefile.in: Rebuilt.
8707         * Makefile.def (target_modules) [libffi]: Allow installation.
8708
8709 2002-12-31  Andreas Schwab  <schwab@suse.de>
8710
8711         * configure.in: Fix use of $program_transform_name.
8712         * configure: Regenerated.
8713
8714 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
8715
8716         * configure.in (baseargs): Don't remove first configure argument.
8717         * configure: Regenerated.
8718
8719 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
8720
8721         * Makefile.tpl (local-distclean): Don't remove...
8722         (multilib.ts): ... this.  Moved into...
8723         (multilib.out): ... this.  Don't use sub-make.
8724         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8725         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8726         (configure-build-[+module+], configure-[+module+],
8727         configure-target-[+module+], configure-gcc): ... these.  Test
8728         for Makefile existence.  Drop config.status from dependencies.
8729         * Makefile.in: Rebuilt.
8730         * configure.in: Move gcc-version-trigger to the end of
8731         ac_configure_args.  Add comments to maybedep.tmp and
8732         serdep.tmp.  Introduce --disable-serial-configure.  Remove
8733         nonopt from baseargs, matching and removing corresponding
8734         whitespace while at it.
8735         * configure: Rebuilt.
8736
8737 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
8738
8739         * configure.in (host_configargs): Replace reference to
8740         no-longer-defined buildopts with --build=${build_alias}.
8741         * configure: Rebuilt.
8742
8743         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
8744         program_transform_name to standard idiom.
8745         (AUTOGEN, AUTOCONF): Define.
8746         (Makefile.in): Use $(AUTOGEN).
8747         (Makefile): Depend on config.status, and use autoconf-style rule to
8748         build it.  Move original commands to...
8749         (config.status): ... this new target.
8750         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
8751         $(AUTOCONF).
8752         * Makefile.in: Rebuilt.
8753
8754 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8755
8756         * Makefile.tpl: Fix dramatic bustage due to change in
8757         program_transform_name.
8758         * Makefile.in: Regenerate.
8759
8760         * configure.in: Remove unnecessary PATH setting.
8761         * configure: Regnerate.
8762
8763         * configure.in: Don't default to unprefixed tools unless
8764         the native tools will work.
8765         * configure: Regenerate.
8766
8767         * configure.in: Convert to autoconf script.  Blow away lots
8768         of now-redundant Makefile fragments.
8769         * configure: Generate using Autoconf.
8770         * Makefile.tpl: Rewrite to reflect autoconfiscation.
8771         * Makefile.in: Regenerate.
8772
8773 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8774
8775         * configure: Fix stupid bug where RANLIB was mistakenly included.
8776
8777         * configure.in: Rename (buildargs, hostargs, targargs) to
8778         (build_configargs, host_configargs, target_configargs).
8779
8780         * configure.in: Move logic out of sed statement.
8781
8782         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
8783         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8784
8785 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
8786
8787         * config.sub: Import from master repository
8788         * config.guess: Ditto
8789
8790 2002-12-24  Andreas Schwab  <schwab@suse.de>
8791
8792         * Makefile.tpl (multilib.out): Fix missing space.
8793         * Makefile.in: Regenerate.
8794
8795 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8796
8797         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
8798         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
8799         * Makefile.in: Regenerate.
8800         * configure.in: Remove unnecessary leftovers.
8801
8802 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
8803
8804         * configure.in (extra_ranlibflags_for_target): New variable.
8805         (*-*-darwin): Add -c to ranlib commands.
8806         * configure (tooldir): Handle extra_ranlibflags_for_target.
8807
8808 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8809
8810         * Makefile.tpl: Revert HJL's change.
8811         * Makefile.in: Regenerated.
8812         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8813         always.
8814
8815 2002-12-19  Andreas Schwab  <schwab@suse.de>
8816
8817         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8818         * Makefile.in: Regenerate.
8819
8820 2002-12-18  H.J. Lu  <hjl@gnu.org>
8821
8822         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8823         * Makefile.in: Regenerated.
8824
8825         * configure.in (build_prefix): New. Substitute.
8826
8827 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8828
8829         * Makefile.tpl: Don't let real targets depend on phony targets.
8830         * Makefile.in: Regenerate.
8831
8832         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8833         * Makefile.in: Regenerate.
8834
8835 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
8836
8837         * config.sub: Import from master repository
8838         * config.guess: Ditto
8839
8840 2002-12-16  Jason Merrill  <jason@redhat.com>
8841
8842         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8843         previous 'make bootstrap'.
8844         * Makefile.in: Regenerate.
8845
8846 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
8847
8848         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8849
8850 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8851
8852         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8853         * Makefile.in: Regenerate.
8854
8855 2002-12-13  Jason Merrill  <jason@redhat.com>
8856
8857         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
8858         library tests.
8859         (check-c++): Just depend on it and check-target-libstdc++-v3.
8860         * Makefile.in: Regenerate.
8861
8862 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8863
8864         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8865         * Makefile.in: Rebuilt.
8866
8867 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8868
8869         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8870
8871 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8872
8873         * configure: Fix bug put in by gremlins.
8874
8875         * Makefile.tpl: Substitute more autoconfily.
8876         * configure: Substitute more autoconfily.
8877         * Makefile.in: Regenerate.
8878
8879 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
8880
8881         * config.sub: Import from master repository
8882         * config.guess: Ditto
8883         * MAINTAINERS: Added Svein Seldal under write after approval
8884
8885 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
8886
8887         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8888         * Makefile.in (all-sim): Ditto.
8889
8890 2002-12-06  DJ Delorie  <dj@redhat.com>
8891
8892         * Makefile.tpl: Change configure dependencies to not have real
8893         targets depend on phony targets.
8894
8895 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
8896
8897         * configure.in: Revert unintentional change.
8898
8899         * Makefile.tpl: Change dependency for */multilib.out so that
8900         it works when gcc isn't in the tree.
8901
8902         * configure.in: Substitute more.
8903         * configure: Run subconfigures from the Makefile.
8904         * Makefile.tpl: Run subconfigures from the Makefile; add a few
8905         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
8906
8907 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8908
8909         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8910
8911 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8912
8913         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8914         and corresponding dependencies.
8915         * Makefile.in: Regenerate.
8916
8917         * configure.in (host_tools): Order binutils, gas and ld for
8918         convenience in running the testsuites.
8919
8920         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8921         * Makefile.in: Regenerate.
8922         * configure.in: Introduce rules to serialize subconfigure runs.
8923
8924         * configure.in: Introduce BASE_CC_FOR_TARGET.
8925         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
8926         Realize configure-build-* targets.  Realize configure-target-* targets.
8927         * Makefile.in: Regenerate.
8928
8929 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8930
8931         * configure: Move gcc_version_trigger stuff from here...
8932         * configure.in: ...to here.
8933
8934         * configure.in: Separate subconfigure options added by this file from
8935         options given by the user.  Add machinery to put args for host
8936         subconfigures into the Makefile.
8937
8938         * Makefile.tpl: Remove 'vault' targets.
8939         * Makefile.tpl: Reorder and comment dependencies.
8940         * Makefile.in: Regenerate.
8941
8942 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8943         * configure.in: Fix my broken commit of previous patch. (sigh)
8944
8945 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8946
8947         * configure.in: Move host-specific darwin noconfigdirs into
8948         the host-specific section.
8949
8950 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8951
8952         * configure.in: Move host-specific darwin noconfigdirs into
8953         the host-specific section.
8954
8955 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
8956
8957         * configure: Remove skip-this-dir support.
8958         * Makefile.tpl: Remove skip-this-dir support.
8959
8960         * Makefile.tpl: Remove leftover support for non-autoconfiscated
8961         subdirectories.
8962         * Makefile.in: Regenerate.
8963
8964         * Makefile.tpl: Strip out useless setting of 'dir'.
8965         * Makefile.in: Regenerate.
8966
8967 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8968
8969         * configure.in: Fix deeply stupid bug.
8970
8971         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8972         shell code in CXX_FOR_TARGET
8973         * Makefile.def: Introduce raw_cxx.
8974         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8975         RAW_CXX_FOR_TARGET.
8976         * Makefile.in: Regenerate.
8977
8978 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
8979
8980         * Makefile.tpl: Remove unnecessary ifs.
8981         * Makefile.in: Regenerate.
8982
8983         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
8984         dependencies.  Maybe-ize build-libiberty.  Create dummy install
8985         targets for 'no_install' modules.
8986         * configure: Move GDB_TK substitution to configure.in.  Move
8987         build_modules stuff to configure.in.
8988         * configure.in: Implement soft dependency machinery.  Maybe-ize
8989         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
8990         * Makefile.in: Regenerate.
8991
8992 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8993
8994         * Makefile.tpl: Make all-target, install-target behave similarly
8995         to all, install (only hitting configured targets).  Eliminate
8996         unused macro defintions.
8997
8998         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8999         build != host.
9000
9001         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
9002
9003         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
9004
9005         * configure.in: Produce lists of subdir targets we're actually
9006         configuring.  Remove references to "dosrel".
9007         * Makefile.tpl: Let configure set which subdir targets are hit.
9008         Remove install-cross; clean up install; remove ALL.  Remove
9009         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
9010         Autogenerate host module targets.  Remove empty dependency lines
9011         and redundant dependency; rearrange slightly.
9012         * Makefile.def: Add host-side libtermcap, utils.
9013
9014         * Makefile.in: Regenerate.
9015
9016 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9017
9018         * ltconfig (osf[345]): Append $major to soname_spec.
9019         Reflect this in library_names_spec.
9020         * ltmain.sh (osf): Prefix $major with . for use as extension.
9021
9022 2002-11-19  Andreas Jaeger  <aj@suse.de>
9023
9024         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
9025         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
9026         and sparc64 GNU/Linux systems.
9027
9028 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
9029
9030         * MAINTAINERS: Update email.
9031
9032 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9033
9034         * MAINTAINERS: Complete James Dennett's entry.
9035
9036 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
9037
9038         * MAINTAINERS (Write After Approval): Add myself.
9039
9040 2002-11-13  Bruce Korb  <bkorb@gnu.org>
9041
9042         * Makefile.tpl: syntactic cleanup
9043
9044 2002-11-13  Stuart Hastings  <stuart@apple.com>
9045
9046         * MAINTAINERS: Add myself to write-after-approval list.
9047
9048 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9049
9050         * Makefile.def: Add list of recursive targets to autogenerate.
9051         Add build_modules.
9052         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
9053         targets.  Autogenerate *-build-* targets.
9054         * Makefile.in: Regenerate.
9055
9056 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9057
9058         * configure: More autoconf-style substitutions.
9059         * Makefile.tpl: More autoconf-style substitutions.
9060         * Makefile.in: Regenerate.
9061
9062 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9063
9064         * configure: Substitute more variables in a more autoconf-friendly
9065         way.  Simplify slightly.
9066         * Makefile.tpl: Make more variables substitutable in an
9067         autoconf-friendly way.
9068         * Makefile.in: Regenerate.
9069
9070 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
9071
9072         * MAINTAINERS (Write After Approval): Add myself.
9073
9074 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
9075
9076         * configure.in (v810*): Remove special setting of tools.
9077
9078         * configure: Add support for extra required flags for ar or nm.
9079         * configure.in (aix4.3+): Use above support for target-specific
9080         issues, rather than using config/mt-aix43.
9081
9082 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9083
9084         * configure: Remove 'removing', which doesn't work.  Replace $subdir
9085         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
9086         with $srcdir.  Reformat indentation.  Substitute some variables
9087         formerly hard-coded in the Makefile for build=host.
9088         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
9089         * Makefile.def: Autogenerate more.
9090         * Makefile.in: Regenerate.
9091
9092 2002-11-04  Adam Nemet  <anemet@lnxw.com>
9093
9094         * MAINTAINERS (Write After Approval): Add myself.
9095
9096 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
9097
9098         * Makefile.def (host_modules): Add rda.
9099         * Makefile.in: Regenerate.
9100         * configure.in (target_tool): Add target-rda to list.
9101
9102 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9103
9104         * MAINTAINERS: Remove "co-maintainer" note for web pages.
9105
9106 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
9107
9108         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
9109         and restrap targets to this rule.
9110         * Makefile.in:  Regenerate.
9111
9112 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9113
9114         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
9115         GNATS only accounts.
9116
9117 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
9118
9119         * configure.in (i[3456]86-*-linux*): Add check to disable
9120         ${libgcj} for glibc1.
9121
9122 2002-10-24  Denis Chertykov  <denisc@overta.ru>
9123
9124         * MAINTAINERS: Add myself as ip2k port maintainer.
9125
9126 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
9127
9128         * configure.in: Add tic4x target.
9129
9130 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9131
9132         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
9133         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
9134         * Makefile.in: Regenerate.
9135
9136         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
9137         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
9138         * Makefile.in: Regenerate.
9139
9140 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
9141
9142         * MAINTAINERS: Add myself as web pages co-maintainer.
9143
9144 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9145
9146         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
9147         * Makefile.in: Regenerate.
9148
9149 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
9150
9151         * MAINTAINERS: Add myself and Nathan Sidwell
9152         <nathan@codesourcery.com> as VxWorks maintainers.
9153
9154 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9155
9156         * Makefile.def: Remove order dependency comments.
9157         * Makefile.tpl: Add explicit install-install dependencies.
9158         * Makefile.in: Regenerate.
9159
9160         * Makefile.tpl: Remove material now in src-release.  (Finally!)
9161         * Makefile.in: Regenerate.
9162
9163         * Makefile.tpl: Add configure-target (for src-release in src)
9164         * Makefile.in: Regenerate.
9165
9166 2002-09-30  Nick Clifton  <nickc@redhat.com>
9167
9168         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
9169
9170 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
9171
9172         * configure.in (s390*-*-linux*): Enable libgcj.
9173
9174 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
9175
9176         * configure: Revert accidentally applied changes.
9177
9178         * Makefile.tpl: Make more autoconf-friendly.
9179         * Makefile.in: Regenerate.
9180         * configure: Make substitution more autoconf-like.
9181
9182 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
9183
9184         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
9185         single entry to handle all these.
9186         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
9187         libjava on arm-*-elf.
9188
9189 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
9190
9191         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
9192         things that depend on them.
9193
9194 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
9195
9196         * Makefile.tpl: Make subsituted variables more autoconfy.
9197         * Makefile.in: Regenerate.
9198         * configure: Make seds more autoconfy.
9199
9200 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
9201
9202         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
9203         * Makefile.in: Regenerate.
9204         * configure.in: Rewrite sed statements to look autoconfy.
9205
9206         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
9207         all-target-foo on configure-target-foo.
9208         * Makefile.def: Ditto.
9209         * Makefile.in: Rebuild.
9210
9211 2002-09-25  Andrew Haley  <aph@redhat.com>
9212
9213         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
9214
9215 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
9216
9217         * Makefile.def: New file.
9218         * Makefile.tpl: New file.
9219         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
9220         * contrib/gcc_update: Note that Makefile.in is a generated file.
9221
9222         * configure.in: Minor rearrangement.  Simplify tests.
9223
9224 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
9225
9226         * configure.in (with_headers): Skip copy if value is "yes".
9227         (with_libs): Likewise.
9228
9229 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
9230
9231         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
9232         * configure.in (sh*-*-pe*): Ditto.
9233         * configure.in (mips*-*-pe*): Ditto.
9234         * configure.in (*arm-wince-pe): Ditto.
9235
9236         * configure.in: Rearrange.
9237
9238 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
9239
9240         * MAINTAINERS: Update my email address.
9241
9242 2002-08-30  Paul Koning  <pkoning@equallogic.com>
9243
9244         * MAINTAINERS: (Write After Approval): Add myself.
9245
9246 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
9247
9248         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
9249
9250 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
9251
9252         * MAINTAINERS: Change my mailing address.
9253
9254 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
9255
9256         * MAINTAINERS (Write After Approval): Remove myself.
9257         (Various Maintainers: c++ runtime libs): Add myself.
9258
9259 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
9260
9261         * MAINTAINERS (Write After Approval): Remove myself.
9262         (Various Maintainers: c++ runtime libs): Add myself.
9263
9264 2002-08-15  Eric Christopher  <echristo@redhat.com>
9265
9266         * config.sub: Import from master repository.
9267         * config.guess: Ditto.
9268
9269 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
9270
9271         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
9272         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
9273         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
9274
9275 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
9276
9277         * MAINTAINERS: Add self to rs6000 vector extensions.
9278
9279 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
9280
9281         * libiberty/configure: Reverted unintended yesterday's check in.
9282
9283 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
9284
9285         * boehm-gc/configure, libf2c/configure: Rebuilt.
9286         * libffi/configure, libiberty/configure: Ditto.
9287         * libjava/configure, libobjc/configure: Ditto.
9288         * libstdc++-v3/configure, zlib/configure: Ditto.
9289         Merged from binutils:
9290         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
9291         From Steve Ellcey <sje@cup.hp.com>:
9292         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
9293         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
9294         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
9295         IA64.
9296         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
9297         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
9298         soname_spec, sys_lib_search_path_spec): Ditto.
9299
9300 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
9301
9302         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
9303
9304 2002-08-04  H.J. Lu  (hjl@gnu.org)
9305
9306         * configure.in (mips*-*-linux*): Don't skip target-libffi.
9307
9308 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
9309
9310         * MAINTAINERS (Write After Approval): Add myself.
9311
9312 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
9313
9314         * configure.in: Move generic linux case to end.  Copy generic
9315         linux noconfigdirs to mips*-*-linux* entry and new
9316         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
9317
9318 2002-07-19  Michael Matz  <matz@suse.de>
9319
9320         * MAINTAINERS: Add myself as ra* maintainer.
9321
9322 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
9323
9324         * config.guess: Update to 2002-07-09 version.
9325         * config.sub: Update to 2002-07-03 version.
9326
9327 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
9328
9329         * MAINTAINERS: Fix typo in a maintainer email address.
9330
9331 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9332
9333         * configure.in: Remove two redundant tests.
9334
9335 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9336
9337         * configure.in (mips*-*-irix6*o32): Enable stabs.
9338
9339 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
9340
9341         * configure.in: Don't build grez.
9342         * Makefile.in: Ditto.
9343
9344         * Makefile.in: Remove references to bsp, cygmon, libstub.
9345         * configure.in: Ditto.
9346
9347         * configure.in: Remove leftover reference to gdbtest.
9348
9349 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
9350
9351         * configure.in (gxx_include_dir):  Change to match versioned
9352         C++ headers if --enable-version-specific-runtime-libs is used.
9353
9354 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
9355
9356         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
9357
9358 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9359
9360         * configure.in: Make --without-x work.
9361
9362 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9363
9364         * configure.in: Rearrange target Makefile fragment collection.
9365
9366         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
9367         cvs[src].
9368         * configure.in: Ditto.
9369
9370 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
9371
9372         * MAINTAINERS (Write After Approval): Update my e-mail address.
9373
9374 2002-06-24  Ben Elliston  <bje@redhat.com>
9375
9376         * configure.in (host_tools): Remove cgen.
9377
9378         * Makefile.in (all-cgen): Remove; runs from its source directory.
9379         (check-cgen, install-cgen, clean-cgen): Likewise.
9380         (all-opcodes): Do not depend on all-cgen.
9381         (all-sim): Likewise.
9382
9383 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
9384
9385         * Makefile.in: Eliminate 'apache' targets.
9386         * configure.in: Eliminate 'apache' targets.
9387
9388         * configure.in: Eliminate redundant tests.  Reorganize.
9389
9390         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
9391
9392         * config-ml.in: Eliminate references to Cygnus configure.
9393
9394         * Makefile.in: Eliminate references to building emacs.
9395
9396 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
9397
9398         * MAINTAINERS: Update my email address.
9399
9400 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
9401
9402         * config.if (libstdcxx_incdir): Version C++ headers.
9403         (cxx_incdir): Remove.
9404
9405 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
9406
9407         * MAINTAINERS (Write After Approval): Add self.
9408
9409 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
9410
9411         * configure.in: Add support for ip2k.
9412
9413 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
9414
9415         * configure.in: Fix AIX configury bug.
9416
9417 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
9418
9419         * MAINTAINERS (Write After Approval): Add self.
9420
9421 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
9422
9423         * configure.in: replace ${topsrcdir} with ${srcdir}
9424
9425         * configure.in: Move definition of libstdcxx_flags
9426         right above usage, rather than waaay earlier.
9427
9428         * configure.in: Pull definition of is_cross_compiler earlier.
9429
9430         * configure.in: Rearrange a little.
9431
9432         * configure.in: Remove references to librx.
9433         * Makefile.in: Remove references to librx.
9434
9435 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
9436
9437         * config.sub: Add support for avr target.
9438         Import from master sources, rev 1.255
9439
9440 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
9441
9442         * configure, .cvsignore:  Revert previous change...
9443         * Makefile:  ...delete.
9444
9445 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
9446
9447         * configure.in: Eliminate ${gasdir} variable.
9448
9449 2002-06-18  Dave Brolley  <brolley@redhat.com>
9450
9451         * configure.in: Add support for frv.
9452         * config.sub: Add support for frv.
9453
9454 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
9455
9456         * configure:  Remove garbage from previous commit.
9457
9458 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
9459
9460         * configure:  For in-source builds, make a subdir and re-exec there.
9461         * Makefile:  New file.  Pass targets through to build directory.
9462         * .cvsignore:  No longer ignore "Makefile".
9463
9464 2002-06-16  Douglas Rupp  <rupp@gnat.com>
9465
9466         * MAINTAINERS (Write After Approval): Add self.
9467
9468 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9469
9470         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
9471
9472 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
9473
9474         * configure.in (vax-*-netbsd*): Re-enable gas.
9475
9476 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
9477
9478         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
9479         BUILD_PREFIX_1, to correct nomenclature.
9480         * configure: Likewise.
9481
9482         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
9483         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
9484
9485 2002-05-31  Olaf Hering  <olh@suse.de>
9486
9487         * config-ml.in: Propogate DESTDIR also.
9488
9489 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
9490
9491         * configure.in (vax-*-netbsd*): Don't build gas for this
9492         platform.
9493
9494 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
9495
9496         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9497         and libgcj for AVR.
9498
9499 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
9500
9501         * MAINTAINERS (Write After Approval): Add myself.
9502
9503 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
9504
9505         * config.guess: Update to 2002-05-22 version.
9506         * config.sub: Likewise.
9507
9508 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9509
9510         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
9511         * config-ml.in: Likewise.
9512         * configure: Likewise.
9513         * configure.in: Likewise.
9514
9515 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
9516
9517         * MAINTAINERS: Update my email address.
9518
9519 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
9520
9521         * configure.in: Simplify makefile fragment collection.
9522
9523         * configure.in: Remove code to build emacs.
9524
9525         * configure.in : Remove --srcdir argument from targargs and buildargs
9526         (it's always overridden in the Makefile anyway).  Rearrange a bit.
9527
9528         * configure: Move some logic to configure.in.
9529         * configure.in: Move some logic from configure.
9530
9531 2002-05-11  Tom Tromey  <tromey@redhat.com>
9532
9533         * MAINTAINERS: Reflect libgcj reality.
9534
9535 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
9536
9537         * Makefile.in: Honour DESTDIR.
9538
9539 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
9540
9541         * config.guess: Import 2002-03-20 version.
9542         * config.sub: Import 2002-04-26 version.
9543
9544 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9545
9546         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
9547
9548 2002-05-07  Tim Josling  <tej@melbpc.org.au>
9549
9550         * MAINTAINERS: Add self.
9551
9552 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
9553
9554         * ltmain.sh: Detect and handle object name conflicts
9555         while piecewise linking a static library.
9556
9557 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
9558
9559         * configure.in (noconfigdirs): Don't disable libgcj on
9560         sparc64-*-solaris* and sparcv9-*-solaris*.
9561
9562 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
9563
9564         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
9565
9566 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
9567
9568         * configure.in (FLAGS_FOR_TARGET): Do not add
9569         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
9570         on i[3456]86-*-linux*.
9571
9572 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
9573
9574         * configure.in (noconfigdirs): Replace [ ] with test.
9575
9576         * configure.in (noconfigdirs): Do not add target-newlib if
9577         target == i[3456]86-*-linux*, and host == target.
9578
9579 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
9580
9581         * configure.in: delete reference to absent file
9582
9583         * configure.in: replace '[' with 'test'
9584
9585         * configure.in: Eliminate references to gash.
9586         * Makefile.in: Eliminate references to gash.
9587
9588         * configure.in: remove useless references to 'pic' makefile fragments.
9589
9590         * configure.in: (*-*-windows*) Finish removing.
9591
9592         * configure.in: Eliminate redundant test for libgui.
9593
9594 2002-04-29  Roger Sayle  <roger@eyesopen.com>
9595
9596         * MAINTAINERS: Add self and realphabetize.  Update entries
9597         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
9598         entry for a29k port maintainer.
9599
9600 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
9601
9602         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
9603         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
9604
9605 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
9606
9607         * configure.in: remove references to dead files
9608
9609 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
9610
9611         * MAINTAINERS: Add information about purpose of this file.
9612
9613 2002-04-18  Tom Tromey  <tromey@redhat.com>
9614
9615         * configure.in: Disallow configuring libgcj when it is already
9616         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
9617         Solaris 2.8 by default.  For PR libgcj/6158.
9618
9619 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
9620
9621         * configure.in:  Move default CC setting out of config/mh-* fragments
9622         directly into here.
9623
9624 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
9625
9626         * configure.in: don't even try to configure or make a subdirectory
9627         if there's no configure script for it.
9628
9629 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
9630
9631         * MAINTAINERS: Remove chill maintainers.
9632         * Makefile.in (CHILLFLAGS): Remove.
9633         (CHILL_LIB): Remove.
9634         (TARGET_CONFIGDIRS): Remove libchill.
9635         (CHILL_FOR_TARGET): Remove.
9636         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9637         CHILL_LIB.
9638         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9639         (CHECK_TARGET_MODULES): Likewise.
9640         (INSTALL_TARGET_MODULES): Likewise.
9641         (CLEAN_TARGET_MODULES): Likewise.
9642         (configure-target-libchill): Remove.
9643         (all-target-libchill): Remove.
9644         * configure.in (target_libs): Remove target-libchill.
9645         Do not compute CHILL_FOR_TARGET.
9646         * libchill: Remove directory.
9647
9648 2002-04-11  DJ Delorie  <dj@redhat.com>
9649
9650         * Makefile.in, configure.in: Sync with binutils, entries
9651         follow...
9652
9653 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9654
9655         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
9656         (do-tar, do-bz2): New rules.
9657         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
9658         (gdb-tar): New rule.
9659         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
9660         (insight_dejagnu.tar): New rule.
9661         (insight.tar): New rule.
9662         (gdb+dejagnu.tar): New rule.
9663         (gdb.tar): New rule.
9664
9665 2002-02-01  Mo DeJong  <supermo@bayarea.net>
9666
9667         * Makefile.in: Add all-tix to deps for all-snavigator
9668         so that tix is built when building snavigator.
9669
9670 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
9671
9672         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9673         ld and gdb are not supported.
9674
9675 2002-01-07  Mark Salter  <msalter@redhat.com>
9676
9677         * configure.in: Remove target-bsp and target-cygmon from arm builds.
9678         Allow target-libgloss to be built for arm, strongarm, and xscale.
9679
9680 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
9681
9682         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9683         options for i[3456]86-pc-linux* native builds.
9684
9685 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
9686
9687         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9688         files from .po files for a distribution.
9689
9690 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
9691
9692         * configure.in: Enable libstdc++-v3 for h8300 targets.
9693
9694 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
9695
9696         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9697         version from bfd/.
9698
9699 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
9700
9701         * Makefile.in (VER): When present, extract the version number from
9702         the file version.in.
9703
9704 2001-05-24  Tom Rix  <trix@redhat.com>
9705
9706         * configure.in : enable ld for aix
9707
9708 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9709
9710         * config.guess: Add linux target for S/390.
9711
9712 2000-11-07  Philip Blundell  <pb@futuretv.com>
9713
9714         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9715
9716 2000-11-03  Philip Blundell  <pb@futuretv.com>
9717
9718         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9719         files.
9720
9721 2001-01-15  Ben Elliston  <bje@redhat.com>
9722
9723         * configure.in (host_tools): Add sid.
9724         Always configure cgen.
9725
9726 2000-11-24  Nick Clifton  <nickc@redhat.com>
9727
9728         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9729
9730
9731 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
9732
9733         * Makefile.in (ALL_MODULES): Add all-cgen.
9734         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9735         (all-cgen): New target.
9736         (all-opcodes,all-sim): Depend on all-cgen.
9737         * configure.in (host_tools): Add cgen.
9738         Only configure cgen if --enable-cgen-maint.
9739
9740 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
9741
9742         * configure.in: Add *-*-freebsd* configurations.
9743
9744 2002-04-08  Tom Tromey  <tromey@redhat.com>
9745
9746         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9747         Fixes PR libgcj/6068.
9748
9749 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
9750
9751         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9752
9753 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9754
9755         * configure.in (alpha*-dec-osf*): Enable libgcj.
9756
9757 2003-03-27  Matthew Gingell  <gingell@gnat.com>
9758
9759         * MAINTAINERS (Write After Approval): Add myself.
9760
9761 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
9762
9763         Fix for: PR bootstrap/3591, target/5676
9764         * configure.in (mcore-pe): Disable the configuration of
9765         libstdc++-v3 since exceptions are not supported.
9766
9767 2002-03-20  Anthony Green  <green@redhat.com>
9768
9769         * configure.in: Enable libgcj for xscale-elf target.
9770
9771 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
9772
9773         * MAINTAINERS:  Update my email address.
9774
9775 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
9776
9777         * ltmain.sh (relink_command): Fix typo in previous change.
9778
9779 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
9780
9781         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
9782         (relink_command): Added --tag flags.
9783         (mode=install): If relinking fails; error out.
9784
9785 2002-03-12  Richard Henderson  <rth@redhat.com>
9786
9787         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
9788         .NOTPARALLEL tag.
9789         (do-check): Rename from check.
9790         (check): Allow parallel check.
9791
9792 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
9793
9794         * MAINTAINERS: Add myself as maintainer for xtensa port.
9795         Fix alphabetical order in CPU port maintainer list.
9796         Remove myself from Write After Approval list.
9797
9798 2002-03-11  Richard Henderson  <rth@redhat.com>
9799
9800         * Makefile.in (.NOTPARALLEL): Add fake tag.
9801
9802 2002-03-07  H.J. Lu  (hjl@gnu.org)
9803
9804         * configure.in: Enable gprof for mips*-*-linux*.
9805
9806 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9807
9808         * MAINTAINERS (Write After Approval): Add myself.
9809
9810 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
9811
9812         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9813         libjava.
9814         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9815
9816 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
9817
9818         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9819         because its Makefile is there; test for the executable instead.
9820
9821 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
9822
9823         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9824         libstdc++-v3 and libjava.
9825
9826 2002-02-11  Adam Megacz  <adam@xwt.org>
9827
9828         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9829         boehm-gc
9830
9831 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
9832
9833         * config.guess: Updated to 2002-01-30's version.
9834         * config.sub: Updated to 2002-02-01's version.
9835         Contribute sh64-elf.
9836         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
9837         * configure.in: Added sh64-*-*.
9838
9839 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
9840
9841         * MAINTAINERS: Belatedly add myself to write after approval list.
9842
9843 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
9844
9845         * MAINTAINERS: Put self in as maintainer for x86-64 port.
9846         Remove self as Write After Approval.
9847
9848 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
9849
9850         * MAINTAINERS: Put self in as maintainer for contrib/regression
9851         directory.
9852
9853 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
9854
9855         * MAINTAINERS:  Update my email address.
9856
9857 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
9858
9859         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
9860         target-libiberty, and target-libgloss.  Skip Java-related
9861         libraries if not supported for NetBSD on target CPU.
9862
9863 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
9864
9865         * install-sh: Use _inst.$$_ for temp file name.
9866
9867 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
9868
9869         * MAINTAINERS (Write After Approval): Move my contact info
9870         from here...
9871         (OS Port Maintainers): ...to here (netbsd).
9872
9873 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
9874
9875         * MAINTAINERS (Write After Approval): Add myself.
9876
9877 2002-01-17  H.J. Lu  <hjl@gnu.org>
9878
9879         * Makefile.in (all-fastjar): Also depend on all-libiberty.
9880         (all-target-fastjar): Also depend on all-target-libiberty.
9881
9882 2002-01-16  H.J. Lu  (hjl@gnu.org)
9883
9884         * config.guess: Import from master sources, rev 1.225.
9885         * config.sub: Import from master sources, rev 1.238.
9886
9887 2002-01-16  Kazu Hirata  <kazu@hxi.com>
9888
9889         * MAINTAINERS (Write After Approval): Remove myself.
9890
9891 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
9892
9893         * MAINTAINERS (Write After Approval): Add myself.
9894
9895 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9896
9897         * MAINTAINERS: Add self as docs co-maintainer.
9898
9899 2001-12-11  Matthias Klose  <doko@debian.org>
9900
9901         * MAINTAINERS (Write After Approval): Add myself.
9902
9903 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
9904
9905         * MAINTAINERS: Update my email address.
9906
9907 2001-12-07  Turly O'Connor  <turly@apple.com>
9908         * MAINTAINERS (Write After Approval): Add myself.
9909         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9910         (rs6000_initialize_trampoline): Call __trampoline_setup for
9911         ABI_DARWIN too.
9912         * darwin-tramp.asm: New file, implements __trampoline_setup.
9913         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9914
9915 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
9916
9917         * MAINTAINERS (Write After Approval): Add myself.
9918
9919 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
9920
9921         * configure, configure.in: Use temp file for long sed commands.
9922
9923 2001-12-03  Laurent Guerby  <guerby@acm.org>
9924
9925         * config.sub: Update to version 1.232 on subversion.
9926
9927 2001-12-03  Ben Elliston  <bje@redhat.com>
9928
9929         * MAINTAINERS: Update mail address for config.* patches.
9930
9931 2001-11-27  DJ Delorie  <dj@redhat.com>
9932             Zack Weinberg  <zack@codesourcery.com>
9933
9934         When build != host, create libiberty for the build machine.
9935
9936         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9937         CONFIG_ARGUMENTS.
9938         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9939         New variables.
9940         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9941         and rules.
9942         (all.normal): Depend on ALL_BUILD_MODULES.
9943         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9944         (all-build-libiberty): Depend on configure-build-libiberty.
9945
9946         * configure: Calculate and substitute proper value for
9947         ALL_BUILD_MODULES.
9948         * configure.in: Create the build subdirectory.
9949         Calculate and substitute TARGET_CONFIGARGS (formerly
9950         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9951
9952 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
9953
9954         * MAINTAINERS (write-after-approval): Add self.
9955
9956 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9957
9958         * MAINTAINERS (GNATS only accounts): Remove self.
9959
9960 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
9961
9962         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9963         libf2c.
9964
9965 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9966
9967         * MAINTAINERS (Write After Approval): Add self.
9968
9969 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9970
9971         * MAINTAINERS: mips and s390 are also CPU ports.
9972
9973 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9974
9975         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9976
9977 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
9978
9979         * MAINTAINERS: Alphabetize.
9980
9981 2001-11-09  Kazu Hirata  <kazu@hxi.com>
9982
9983         * MAINTAINERS (Various maintainers: h8 port): Add myself.
9984
9985 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9986
9987         * MAINTAINERS (Various maintainers: hppa port): Added myself.
9988
9989 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
9990
9991         * configure.in (--enable-languages): Be more permissive about
9992         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
9993
9994 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
9995
9996         * config.sub: Import from master sources, rev. 1.230.
9997         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9998
9999 2001-11-07  Laurent Guerby  <guerby@acm.org>
10000
10001         * MAINTAINERS (Write After Approval): Add self.
10002
10003 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
10004
10005         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
10006
10007 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
10008
10009         * config.sub: Import from master sources, rev 1.226.
10010         * config.guess: Import from master sources, rev 1.216.
10011
10012 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
10013
10014         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
10015         * MAINTAINERS: Add self as maintainer of MMIX port.
10016         Remove old after-approval entry.
10017
10018 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
10019
10020         * ChangeLog, configure: Fix spelling errors.
10021
10022 2001-10-20  Brendan Kehoe  <brendan@zen.org>
10023
10024         * MAINTAINERS: Tweak my address.
10025
10026 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
10027
10028         * MAINTAINERS: Update my email address.
10029
10030 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
10031
10032         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
10033         * MAINTAINERS: Add self as maintainer of CRIS port.
10034
10035 2001-10-10  Geert Bosch  <bosch@gnat.com>
10036
10037         * MAINTAINERS (Various maintainers: Ada front end):
10038         Added Robert Dewar.
10039
10040 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
10041
10042         * MAINTAINERS (Write After Approval): Added self
10043
10044 2001-10-02  Geert Bosch  <bosch@gnat.com>
10045
10046         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10047
10048 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
10049
10050         * configure: Handle temporary files securely using mkdir.
10051
10052 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
10053
10054         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
10055
10056 2001-09-26  Will Cohen  <wcohen@redhat.com>
10057
10058         * configure.in (*-*-linux*): Disable configuration of target-newlib
10059         and target-libgloss.
10060
10061 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
10062
10063         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
10064         RANLIB.
10065
10066 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
10067
10068         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
10069         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
10070         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
10071         avoid quotes nesting problems.
10072         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
10073         (DO_X): Export only variables that are set.
10074
10075 2001-09-19  Ben Elliston  <bje@redhat.com>
10076
10077         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
10078         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
10079         semantics.  Use the shell built-in "type" command instead.
10080
10081 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
10082
10083         Merged from gcc-3_0-branch:
10084         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
10085         * ltcf-c.sh: Use $objext, not $ac_objext.
10086         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
10087         * ltcf-cxx.sh: Add support for GNU.
10088         2001-07-22  Timothy Wall  <twall@redhat.com>
10089         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
10090         default settings if using GNU tools with that configuration.
10091         * ltcf-cxx.sh: Ditto.
10092         * ltcf-gcj.sh: Ditto.
10093         2001-07-21  Michael Chastain  <chastain@redhat.com>
10094         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
10095         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
10096         * ltmain.sh: Mark as gcc-local.
10097
10098 2001-08-30  Eric Christopher  <echristo@redhat.com>
10099             Jason Eckhardt  <jle@redhat.com>
10100
10101         * config.guess: Merge from master sources.
10102         * config.sub: Merge from master sources, add support for mipsisa32.
10103
10104 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
10105         * config.sub: Merge from master sources, rev 1.219.
10106         * MAINTAINERS: Add self as contact for stormy16 port.
10107
10108 2001-08-14  Zack Weinberg  <zackw@panix.com>
10109
10110         * config.sub: Merge from master sources, rev 1.218.
10111         * config.guess: Merge from master sources, rev 1.209.
10112
10113 2001-08-11  Graham Stott  <grahams@redhat.com>
10114
10115         * Makefile.in (check-c++): Add missing semicolon.
10116
10117 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
10118
10119         * MAINTAINERS (Various maitainers: predict.def): Added myself.
10120
10121 2001-07-30  Eric Christopher  <echristo@redhat.com>
10122
10123         * MAINTAINERS (Various maintainers: mips port): Added myself.
10124
10125 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
10126
10127         * configure.in (sh-*-linux*): New.
10128
10129 2001-07-27  Richard Henderson  <rth@redhat.com>
10130
10131         * .cvsignore: Add LAST_UPDATED.
10132
10133 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
10134
10135         * MAINTAINERS (Various maintainers: s390 port): Added myself.
10136
10137 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
10138
10139         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
10140
10141 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
10142
10143         * MAINTAINERS (Write After Approval): Added myself.
10144
10145 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10146
10147         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10148         and libgcj on m68hc11/m68hc12.
10149
10150 2001-06-27  H.J. Lu  (hjl@gnu.org)
10151
10152         * Makefile (CFLAGS_FOR_BUILD): New.
10153         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
10154
10155 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10156
10157         * README: Remove version number.
10158
10159 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10160
10161         * INSTALL/README: Update wrt. to the installation instructions now
10162         residing in gcc/doc/install.texi.
10163
10164 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10165
10166         * README: Replace with a cut-down and updated version of gcc/README.
10167
10168 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
10169
10170         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
10171         multilibs to be disabled.
10172
10173 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
10174
10175         * MAINTAINERS (Write After Approval): Add myself.
10176
10177 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
10178
10179         * config.guess: Import CVS version 1.195.
10180         * config.sub: Import CVS version 1.212.
10181
10182 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
10183
10184         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10185         gcc/xgcc is built, use -print-prog-name to find out the program
10186         name to use.
10187
10188 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
10189
10190         * config.guess:  Import CVS version 1.194.  All gcc-local changes
10191         appear to also be in the master copy.
10192         * config.sub:  Import CVS version 1.211.
10193
10194 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
10195
10196         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
10197         with_gcc]: Use `gcc -shared' to build a shared library.
10198
10199 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10200
10201         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
10202         archives.
10203
10204 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10205
10206         * MAINTAINERS (Write After Approval): Add myself.
10207
10208 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
10209
10210         * configure.in (libstdcxx_flags): Do not try to execute
10211         libstdc++-v3/testsuite_flags until it exists.
10212
10213 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
10214
10215         * MAINTAINERS: Update my email address.
10216
10217 2001-05-31  Graham Stott  <grahams@redhat.com>
10218
10219         * MAINTAINERS (Write After Approval): Add myself.
10220
10221 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
10222
10223         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
10224         libraries when using g++ with native linker.
10225
10226 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
10227
10228         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
10229
10230 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
10231
10232         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
10233         [aix4*|aix5*]: Prepend blank.
10234
10235 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
10236
10237         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10238         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
10239         of subdir/configure scripts to use the new libtool.m4.
10240
10241 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
10242
10243         * MAINTAINERS (Write After Approval): Add myself.
10244
10245 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
10246
10247         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
10248
10249 2001-05-11  Ben Elliston  <bje@redhat.com>
10250
10251         * Makefile.in (all-sid): New target.
10252         (check-sid, clean-sid, install-sid): Likewise.
10253
10254 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
10255
10256         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
10257
10258 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
10259
10260         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
10261         libgcj.
10262
10263 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
10264
10265         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10266         gcc/xgcc is built, use -print-prog-name to find out the program
10267         name to use.
10268
10269 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
10270
10271         * configure.in (noconfigdirs): Don't reset it from scratch in the
10272         target case; only append to it.
10273
10274         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
10275         sparc-*-solaris2.8]: Disable ${libgcj}.
10276
10277 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
10278
10279         * configure.in (libgcj_saved): Copy from $libgcj.
10280         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
10281         --disable-libgcj.
10282
10283 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
10284
10285         * MAINTAINERS: Remove self as MIPS maintainer and
10286         C front end maintainer.
10287
10288 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
10289
10290         * configure.in: Move *-chorusos target case to the proper switch.
10291         Disable libgcj.
10292
10293 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
10294
10295         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
10296         1.641.2.228.
10297
10298 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10299
10300         * Makefile.in (STAGE1_CFLAGS): Pass down.
10301
10302 2001-04-13  Alan Modra  <amodra@one.net.au>
10303
10304         * config.guess: Add hppa64-linux support.  Note for next import that
10305         this is already in the master file.
10306         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
10307
10308 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
10309
10310         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10311         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
10312
10313 2001-04-11  Stan Shebs  <shebs@apple.com>
10314
10315         * MAINTAINERS: Add self as Darwin port maintainer.
10316
10317 2001-04-11  Alan Modra  <amodra@one.net.au>
10318
10319         * MAINTAINERS: Update my email address.
10320
10321 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
10322
10323         * ltcf-cxx.sh: Support creation of C++ shared libraries on
10324         recent versions of FreeBSD (release 3 or later).
10325         * ltconfig: On FreeBSD, -lc must not be provided when building
10326         a shared library or else the standard -pthread gcc option is
10327         rendered worthless to later users of the built library.
10328
10329 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
10330
10331         * MAINTAINERS: Add self and RTH as C front end maintainers.
10332
10333 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
10334
10335         * config.sub: Make sure to match an already-canonicalized
10336         machine name (eg. mn10300-unknown-elf).
10337
10338 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
10339
10340         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
10341         New macros.
10342         (bootstrap, cross): Use RECURSE_FLAGS.
10343         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
10344
10345 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
10346
10347         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
10348
10349 2001-03-22  Colin Howell  <chowell@redhat.com>
10350
10351         * Makefile.in (DO_X): Do not backslash single-quotes in
10352         backquotes (two places).
10353
10354 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
10355
10356         Re-installed:
10357         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10358         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
10359         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10360         * ltcf-cxx.sh: Likewise.
10361         * ltcf-gcj.sh: Likewise.
10362
10363 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10364
10365         * MAINTAINERS: Add myself as "documentation co-maintainer".
10366
10367 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
10368
10369         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10370         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
10371
10372 2001-03-19  Tom Tromey  <tromey@redhat.com>
10373
10374         * config-ml.in: Handle GCJ and GCJFLAGS.
10375
10376 2001-03-21  Michael Chastain  <chastain@redhat.com>
10377
10378         * Makefile.in: all-m4 depends on all-texinfo.
10379
10380 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
10381
10382         * MAINTAINERS: Add myself to write after approval list.
10383
10384 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
10385
10386         * Makefile.in (DO_X): Quote nested quotes.
10387
10388 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
10389
10390         * MAINTAINERS: Add myself to write after approval list.
10391
10392 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
10393
10394         * Makefile.in (DO_X): Use double quotes for quoting
10395         "RANLIB=$${RANLIB}".
10396
10397 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
10398
10399         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
10400
10401 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
10402
10403         * configure.in: Only use `lang_requires' for languages athat are
10404         actually enabled.
10405
10406 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
10407
10408         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
10409
10410 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
10411
10412         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
10413
10414 2001-03-07  Tom Tromey  <tromey@redhat.com>
10415
10416         * configure.in: Allow config-lang.in to set `lang_requires' to list
10417         of other required languages.
10418
10419 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
10420
10421         * Makefile.in: Remove RANLIB definition. Use RANLIB
10422         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
10423         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
10424
10425 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
10426             Alexandre Oliva  <aoliva@redhat.com>
10427
10428         * Makefile.in (check-c++): Use tabs, not spaces.
10429
10430 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
10431
10432         * MAINTAINERS: add myself to Write After Approval list.
10433
10434 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
10435
10436         * Makefile.in (check-c++): New rule.
10437
10438         * configure.in (target_libs): Remove libg++.
10439         (noconfigdirs): Remove libg++.
10440         (noconfigdirs): Same.
10441         (noconfigdirs): Same.
10442         (noconfigdirs): Same.
10443
10444         * config-ml.in: Remove libg++ references.
10445
10446         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
10447         (ALL_TARGET_MODULES): Same.
10448         (configure-target-libg++): Remove.
10449         (all-target-libg++): Remove.
10450         (configure-target-libio): Remove.
10451         (all-target-libio): Remove.
10452         (check-target-libio): Remove.
10453         (.PHONY): Remove.
10454         (libg++.tar.bz2): Remove.
10455         (all-target-cygmon): Remove libio.
10456         (all-target-libstdc++): Remove.
10457         (configure-target-libstdc++): Remove.
10458         (TARGET_LIB_PATH): Remove libstdc++.
10459         (ALL_GCC_CXX): Remove libstdc++.
10460         (all-target-gperf): Correct.
10461
10462 2001-02-16  Nick Clifton  <nickc@redhat.com>
10463
10464         * configure.in (noconfigdirs): Allow configuration of texinfo
10465         for Cygwin hosts.
10466
10467 2001-02-15  Anthony Green  <green@redhat.com>
10468
10469         * configure: Introduce GCJ_FOR_TARGET.
10470         * configure.in: Ditto.
10471         * Makefile.in: Ditto.
10472
10473 2001-02-13  Andreas Schwab  <schwab@suse.de>
10474
10475         * MAINTAINERS: Update mail address.
10476
10477 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10478
10479         * config.guess: Add linux target for S/390.
10480         * config.sub: Likewise.
10481
10482 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
10483
10484         * configure.in: for *-chorusos, don't config target-newlib and
10485         target-libgloss.
10486
10487 2001-02-06  Ben Elliston  <bje@redhat.com>
10488
10489         * configure: Output host type to stdout, not stderr.
10490
10491 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
10492
10493         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
10494         * ltcf-cxx.sh: Likewise.
10495
10496         * config.if: Assume enable_libstdcxx_v3 is defined.
10497
10498 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
10499
10500         Remove V2 C++ library.
10501         * configure.in: Remove --enable-libstdcxx_v3 support.
10502
10503 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
10504
10505         * include/demangle.h: Add prototype for java_demangle_v3.
10506
10507 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
10508
10509         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
10510
10511 2001-01-27  Richard Henderson  <rth@redhat.com>
10512
10513         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
10514
10515 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10516
10517         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
10518         Don't unset, it's non-portable and no longer necessary, set to empty
10519         instead.
10520
10521 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10522
10523         * ltconfig: Shell portability fix for the tagname validity check.
10524
10525 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
10526
10527         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
10528         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
10529
10530 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10531
10532         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
10533
10534 2001-01-26  Tom Tromey  <tromey@redhat.com>
10535
10536         * configure.in: Allow libgcj to be built on Sparc Solaris.
10537
10538 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
10539
10540         * ltcf-c.sh: Add aix5 case.
10541         * ltcf-cxx.sh: Likewise.
10542         * ltconfig: Likewise.
10543
10544 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
10545
10546         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
10547         keep at least one of build_libtool_libs or build_old_libs set to
10548         yes.
10549
10550         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
10551         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
10552
10553 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
10554
10555         * configure.in: Enable libgcj on several additional platforms.
10556
10557 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
10558
10559         * configure.in: Enable libgcj for linux targets.
10560
10561 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10562
10563         * MAINTAINERS (Write After Approval): Add myself.
10564
10565 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10566
10567         * MAINTAINERS: Add myself as vax port maintainer.
10568
10569 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
10570
10571         * MAINTAINERS: Add myself as Mercury front-end maintainer.
10572
10573 2001-01-09  Mike Stump  <mrs@wrs.com>
10574
10575         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
10576         failures of subdirectories.
10577
10578 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10579
10580         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
10581         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10582         * ltcf-cxx.sh: Likewise.
10583         * ltcf-gcj.sh: Likewise.
10584         * ltconfig.sh: Fix typo.
10585
10586 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10587
10588         * configure: handle DOS-style absolute paths.
10589
10590 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10591
10592         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
10593
10594 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
10595
10596         * MAINTAINERS: Add myself as avr port co-maintainer.
10597
10598 2000-12-28  Ben Elliston  <bje@redhat.com>
10599
10600         * MAINTAINERS: Add myself under ``Write After Approval''.
10601
10602 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
10603
10604         * texinfo: Remove directory from GCC.
10605
10606 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10607
10608         * COPYING: Update to current
10609         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
10610         to 19yy as example year in copyright notice).
10611
10612 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
10613
10614         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
10615         (libstdcxx_incdir): Pass down.
10616         * config.if: Remove expired bits for cxx_interface, add stub.
10617         (libstdcxx_incdir): Add variable for g++ include directory.
10618         * configure.in (gxx_include_dir): Use it.
10619
10620 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
10621
10622         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
10623         with old-email address from ``Write After Approval''.
10624
10625 2000-12-15  Andreas Jaeger  <aj@suse.de>
10626
10627         * configure.in: Handle lang_dirs.
10628
10629 2000-12-14  Tom Tromey  <tromey@redhat.com>
10630
10631         * MAINTAINERS: Removed brads.
10632
10633         * MAINTAINERS: Added gcj developers.
10634
10635 2000-12-13  Anthony Green  <green@redhat.com>
10636
10637         * configure.in: Disable libgcj for any target not specifically
10638         listed.  Disable libgcj for x86 and Alpha Linux until compatible
10639         with g++ abi.
10640
10641 2000-12-13  Mike Stump  <mrs@wrs.com>
10642
10643         * Makefile.in (local-distclean): Also remove fastjar.
10644
10645 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
10646
10647         * contrib/gcc_update: Add fastjar --touch entries.
10648
10649 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
10650
10651         * configure.in: Disable language-specific target libraries for
10652         languages that aren't enabled.
10653
10654 2000-12-10  Anthony Green  <green@redhat.com>
10655
10656         * configure.in: Define libgcj.  Disable libgcj target libraries for
10657         most targets.
10658
10659 2000-12-10  Neil Booth  <neilb@earthling.net>
10660
10661         * MAINTAINERS: Update mail address, remove from WAA list.
10662
10663 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10664
10665         * libjava: Imported from /cvs/java.
10666         * libffi: Likewise.
10667         * Boehm-gc: Likewise.
10668
10669 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10670
10671         * configure.in (target_libs): Revert 2000-12-08 patch.
10672         (noconfigdirs): Added target-libjava.
10673
10674 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10675
10676         * djunpack.bat: removed.
10677
10678 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10679
10680         * Makefile.in: handle DOS-style absolute paths.
10681         * config-ml.in: likewise.
10682         * symlink-tree: likewise.
10683
10684 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10685
10686         * fastjar: Imported.
10687
10688 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10689
10690         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10691         libjava.
10692         * configure.in (target_libs): Removed `target-libjava'.
10693
10694 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10695
10696         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10697         (ALL_MODULES): Added fastjar.
10698         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10699         (all-target-libjava): all-fastjar replaces all-zip.
10700         (all-fastjar): Added.
10701         (configure-target-fastjar, all-target-fastjar): Likewise.
10702         * configure.in (host_tools): Added fastjar.
10703
10704 2000-12-07  Mike Stump  <mrs@wrs.com>
10705
10706         * Makefile.in (local-distclean): Remove leftover built files.
10707
10708 2000-11-24  Nick Clifton  <nickc@redhat.com>
10709
10710         * configure.in (xscale-elf): Add target.
10711         (xscale-coff): Add target.
10712
10713 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
10714
10715         * ltcf-cxx.sh: Support creation of C++ shared libraries on
10716         recent versions of FreeBSD (release 3 or later).
10717         * ltconfig: On FreeBSD, -lc must not be provided when building
10718         a shared library or else the standard -pthread gcc option is
10719         rendered worthless to later users of the built library.
10720
10721 2000-11-16  Fred Fish  <fnf@be.com>
10722
10723         * configure.in (enable_libstdcxx_v3): Fix typo,
10724         libstd++ -> libstdc++.
10725
10726 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10727
10728         * MAINTAINERS: Add self to Write After Approval list.
10729
10730 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
10731
10732         * MAINTAINERS: Update my email address.  Add myself to global write
10733         privs list.
10734
10735 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
10736
10737         * Makefile.in: Merge with src and libgcj.
10738         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
10739         configure-target-<library> when their configure scripts need the C
10740         or C++ library to have already been built to work properly.
10741         (do_proto_toplev): Set them to an empty string.
10742
10743         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10744         (REALLY_SET_LIB_PATH): Use them.
10745
10746 2000-11-17  Stan Shebs  <shebs@apple.com>
10747
10748         * MAINTAINERS: Add self to Write After Approval list.
10749
10750 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10751
10752         * configure: Provide the original toplevel configure arguments
10753         (including $0) to subprocesses in the environment rather than
10754         through gcc/configargs.h.
10755
10756 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10757
10758         * MAINTAINERS: Remove references to cccp. Change C9X reference to
10759         C99.  Alphabetise "Write After Approval" list.
10760
10761 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
10762
10763         * configure: Turn on libstdc++ V3 by default.
10764
10765         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10766         if we've got GCC.
10767
10768 2000-11-11  Philip Blundell  <philb@gnu.org>
10769
10770         * MAINTAINERS: Add self to Write After Approval list.
10771
10772 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
10773
10774         * ltcf-c.sh (aix4): Improve shared library configuration; require
10775         exporting symbols.
10776         * ltcf-cxx.sh (aix4): Define.
10777         * ltconfig (aix4): Define library and soname specs appropriate for
10778         AIX.  Define command to create export symbols list.
10779
10780 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
10781
10782         * config.sub: Add support for Sun Chorus
10783
10784 2000-10-31  Nick Clifton  <nickc@redhat.com>
10785
10786         * MAINTAINERS: Rename <name>@cygnus.com addresses to
10787         <name>@redhat.com.  Also installed new email address for Clint
10788         Popetz.
10789
10790 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
10791
10792         * etc: Remove directory from GCC.
10793
10794 2000-10-16  Michael Meissner  <meissner@redhat.com>
10795
10796         * configure (gcc/configargs.h): Only create if there is a build GCC
10797         directory created.
10798
10799 2000-10-16  Matthias Klose  <doko@debian.org>
10800
10801         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10802         when configured for libstdc++-v3.
10803
10804 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
10805
10806         * configure: Save configure arguments to gcc/configargs.h.
10807
10808 2000-10-04  Philipp Thomas  <pthomas@suse.de>
10809
10810         * config.guess: Import CVS version 1.157.
10811         * config.sub: Import CVS version 1.181.
10812
10813 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
10814
10815         * Makefile.in (bootstrap): avoid recursion if subdir missing
10816         (cross): ditto
10817         (do-proto-toplev): ditto
10818
10819 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
10820
10821         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10822         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10823
10824         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10825         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
10826         all affected `configure' scripts.
10827
10828 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
10829
10830         * MAINTAINERS: Add self as cpplib co-maintainer.
10831
10832 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
10833
10834         * MAINTAINERS: Add self to Write After Approval list.
10835
10836 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10837
10838         * INSTALL/README: egcs -> GCC update.
10839
10840 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
10841
10842         * MAINTAINERS: Add myself to Write After Approval list.
10843
10844 2000-09-15  Kazu Hirata  <kazu@hxi.com>
10845
10846         * MAINTAINERS: Add myself to Write After Approval list.
10847
10848 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
10849
10850         * configure.in: Do not build byacc for hppa64.  Provide paths to the
10851         X11 libraries for hppa64.
10852
10853 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10854
10855         * MAINTAINERS: Add myself as 68hc11 port maintainer.
10856
10857 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
10858
10859         * Makefile.in (all-zlib): Added dummy target.
10860
10861         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10862         ltcf-gcj.sh: Updated from libtool multi-language branch.
10863
10864 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
10865
10866         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10867         (bootstrap*): Depend on all-bootstrap.
10868
10869 2000-09-05  Philipp Thomas  <pthomas@suse.de>
10870
10871         * config.guess: Import CVS version 1.156.
10872         * config.sub: Import CVS version 1.179.
10873
10874 2000-09-02  Anthony Green  <green@cygnus.com>
10875
10876         * Makefile.in (all-gcc): Depend on all-zlib.
10877         (CLEAN_MODULES): Add clean-zlib.
10878         (ALL_MODULES): Add all-zlib.
10879         * configure.in (host_libs): Add zlib.
10880
10881 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
10882
10883         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10884         crosses, but add gcc/include to the header search path for them.
10885
10886 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
10887
10888         * MAINTAINERS: Add self to Write After Approval list.
10889
10890 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10891
10892         * config.guess: Import CVS version 1.152.
10893         * config.sub: Import CVS version 1.177.
10894
10895 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
10896
10897         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10898         $targargs to tell whether newlib is going to be built.
10899
10900         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10901         $$r/TARGET_SUBDIR/libio for _G_config.h.
10902
10903 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
10904
10905         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10906
10907 2000-08-22  DJ Delorie  <dj@redhat.com>
10908
10909         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10910
10911 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
10912
10913         * config-ml.in (CC, CXX): Avoid trailing whitespace.
10914         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10915         sub-configures.
10916
10917 2000-08-21  DJ Delorie  <dj@redhat.com>
10918
10919         * MAINTAINERS: Add self as a libiberty maintainer
10920
10921 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
10922
10923         * configure.in (libstdcxx_flags): Use
10924         libstdc++-v3/src/libstdc++.INC.
10925
10926 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
10927
10928         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10929
10930 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
10931
10932         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10933
10934         * configure: Make enable_threads and enable_shared defaults
10935         explicit.  Substitute enable_threads into generated Makefiles.
10936         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10937         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10938
10939 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
10940
10941         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10942
10943 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
10944
10945         * config-ml.in (CC): Remove bogus duplicate quotation mark from
10946         previous delta.
10947
10948 2000-08-11  Jason Merrill  <jason@redhat.com>
10949
10950         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10951         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10952         (FLAGS_FOR_TARGET): Not here.
10953         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10954
10955 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
10956
10957         * config-ml.in (CC, CXX): Don't introduce a leading space.
10958
10959 2000-08-07  DJ Delorie  <dj@delorie.com>
10960
10961         * MAINTAINERS: Add self as a DJGPP maintainer
10962
10963 2000-08-07  DJ Delorie  <dj@redhat.com>
10964
10965         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10966         "if we're also building gcc, and it's a gcc that will run on the
10967         build machine, we want to use its includes instead of the system's
10968         default includes".
10969
10970 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10971
10972         * MAINTAINERS: Add self to Write After Approval list.
10973
10974 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
10975
10976         * configure.in (libstdcxx_flags): Don't use `"'.
10977
10978         * config-ml.in: Adjust multilib search paths to the
10979         appropriate multilib tree.
10980
10981 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
10982
10983         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10984         commas in $LANGUAGES.
10985
10986 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
10987
10988         * configure.in: Re-enable all references to libg++ and librx.
10989
10990 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
10991
10992         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10993         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
10994         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10995         * ltcf-cxx.sh (need_lc): Set based on postdeps.
10996
10997         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10998
10999 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
11000
11001         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
11002         CXX_FOR_TARGET for sed.
11003
11004 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
11005
11006         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
11007         Do not override if already set in the environment or in configure.
11008         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
11009         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
11010
11011 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
11012
11013         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
11014         the libtool CVS tree multi-language branch.
11015         * ltconfig, ltmain.sh: Updated.
11016
11017 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
11018
11019         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
11020         (clean-target): Depend on it.
11021
11022         * Makefile.in (FLAGS_FOR_TARGET): New macro.
11023         (GCC_FOR_TARGET): Use it.
11024         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
11025         * configure.in: ... here.
11026         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
11027         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
11028
11029 2000-07-24  Eric Christopher  <echristo@cygnus.com>
11030
11031         * MAINTAINERS: Add self to Write After Approval list.
11032
11033 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
11034
11035         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
11036         (configure-target-libchill, configure-target-libobjc): Likewise.
11037
11038         * configure.in: Use the same cache file for all target libs.
11039         * config-ml.in: But different cache files per multilib variant.
11040
11041 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
11042
11043         * configure (topsrcdir): Don't use dirname.
11044
11045 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
11046
11047         * MAINTAINERS: Add self to Write After Approval list.
11048
11049 2000-07-20  Jason Merrill  <jason@redhat.com>
11050
11051         * configure.in: Remove all references to libg++ and librx.
11052
11053         * configure, configure.in, Makefile.in: Unify gcc and binutils.
11054
11055 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
11056
11057         * config.sub: Update to subversions version 2000-07-06.
11058
11059 2000-07-12  Andrew Haley  <aph@cygnus.com>
11060
11061         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
11062         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
11063
11064 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
11065
11066         * symlink-tree:  Check number of arguments.
11067
11068 2000-07-05  Jim Wilson  <wilson@cygnus.com>
11069
11070         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
11071         search path for a g++ extracted from the build tree.  This
11072         will allow link tests run by configure scripts in
11073         subdirectories to succeed.
11074
11075 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
11076
11077         * ltconfig: Add support for mips-dde-sysv4.2MP
11078
11079 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11080
11081         * MAINTAINERS: Add myself as loop discovery maintainer.
11082
11083 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
11084
11085         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
11086         `os2'. Force ac_cv_exeext to be ".exe" in that case.
11087
11088 2000-06-19  Timothy Wall  <twall@cygnus.com>
11089
11090         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
11091         * config.sub: Add tic54x target.
11092
11093 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
11094
11095         * MAINTAINERS: Add self as Fortran maintainer,
11096         remove Craig Burley.
11097
11098 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11099
11100         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
11101         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
11102
11103 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
11104
11105         * MAINTAINERS: Add self as i18n maintainer
11106
11107 20000-05-21  H.J. Lu  (hjl@gnu.org)
11108
11109         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
11110         directory are used if they exist. Make sure
11111         $(build_tooldir)/include is searched for header files,
11112         $(build_tooldir)/lib/ for library files.
11113         (GCC_FOR_TARGET): Likewise.
11114         (CXX_FOR_TARGET): Likewise.
11115
11116 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
11117
11118         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
11119
11120 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
11121
11122         * Makefile.in (configure-target-libiberty): Depend on
11123         configure-target-newlib.
11124
11125 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
11126
11127         * configure.in, Makefile.in: Merge all libffi-related
11128         configury stuff from the libgcj tree.
11129
11130 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11131
11132         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11133         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
11134
11135 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11136
11137         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11138         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
11139         current version information.  Add to proto-toplev directory.
11140         (gdb-taz): Build do-djunpack.
11141
11142 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
11143
11144         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
11145
11146 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11147
11148         * MAINTAINERS: Add self to Write After Approval list.
11149
11150 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11151
11152         * ltmain.sh: Preserve in relink_command any environment
11153         variables that may affect the linker behavior.
11154
11155 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
11156
11157         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
11158
11159 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
11160
11161         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
11162
11163 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
11164
11165         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
11166         with the version name.
11167
11168 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
11169
11170         * MAINTAINERS: Add self as bb-reorder maintainer.
11171
11172 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
11173
11174         * config.if: Tweak.
11175
11176 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
11177
11178         * djunpack.bat: New file.
11179
11180 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11181
11182         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
11183         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
11184         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
11185         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
11186
11187 2000-04-16  Dave Pitts  <dpitts@cozx.com>
11188
11189         * config.sub (case $basic_machine): Change default for "ibm-*"
11190         to "openedition".
11191
11192 2000-04-13  Andreas Jaeger  <aj@suse.de>
11193
11194         * MAINTAINERS: Added myself.
11195
11196 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11197
11198         * Makefile.in (gdb-taz): New target.  GDB specific archive.
11199         (do-md5sum): New target.
11200         (MD5PROG): Define.
11201         (PACKAGE): Default to TOOL.
11202         (VER): Default to a shell script.
11203         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
11204         md5 checksum generation.
11205         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
11206         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
11207         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
11208         insight.tar.bz2): Use gdb-taz to create archive.
11209
11210 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11211
11212         * configure (warn_cflags): Delete.
11213
11214 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
11215
11216         * MAINTAINERS: Added myself.
11217
11218 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
11219             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
11220
11221         * configure.in (enable_libstdcxx_v3): Add.
11222         (target_libs): Add bits here to switch between libstdc++-v2 and
11223         libstdc++-v3.
11224         * config.if: And this file too.
11225         * Makefile.in: Add libstdc++-v3 targets.
11226
11227 2000-04-05  Michael Meissner  <meissner@redhat.com>
11228
11229         * config.sub (d30v): Add d30v as a basic machine type.
11230
11231 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
11232
11233         * configure.in: -linux-gnu*, not -linux-gnu.
11234
11235 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
11236
11237         * MAINTAINERS: Add self in write-after-approval section.
11238
11239 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
11240
11241         * MAINTAINERS: Add self as ia64 port maintainer.
11242
11243 2000-03-08  Neil Booth  <NeilB@earthling.net>
11244
11245         * MAINTAINERS: Add self in write-after-approval section.
11246
11247 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11248
11249         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
11250         (do-tar-bz2): Replace TOOL with PACKAGE.
11251         (gdb.tar.bz2): Remove GDBTK from GDB package.
11252         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
11253         dejagnu.tar.bz2): New packages.
11254
11255 2000-02-27  Andreas Jaeger  <aj@suse.de>
11256
11257         * configure.in: Add entry for mips*-*-linux*, move catch all
11258         *-*-*linux* entry below this one.
11259
11260 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
11261
11262         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
11263
11264 2000-02-24  Nick Clifton  <nickc@cygnus.com>
11265
11266         * config.sub: Support an OS of "wince".
11267
11268 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11269
11270         * config.guess, config.sub: Updated to match config's 2000-02-15
11271         version.
11272
11273 2000-02-23  Linas Vepstas  <linas@linas.org>
11274
11275         * config.sub: Add support for Linux/IBM 370.
11276         * configure.in: Likewise.
11277
11278 2000-02-22  Nick Clifton  <nickc@cygnus.com>
11279
11280         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
11281
11282 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
11283
11284         * config.guess: Guess "cygwin" rather than "cygwin32".
11285
11286 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11287
11288         * configure (gcc_version): When setting, narrow search to
11289         lines containing `version_string'.
11290
11291 2000-02-15  Denis Chertykov  <denisc@overta.ru>
11292
11293         * config.sub: Add support for avr target.
11294
11295 2000-02-14  Nick Clifton  <nickc@cygnus.com>
11296
11297         * MAINTAINERS: Add maintainers for MCore port.
11298
11299 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11300
11301         * config.sub: Add mmix-knuth-mmixware.
11302
11303 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11304
11305         * MAINTAINERS: Pair cccp with cpplib maintainership.
11306
11307 2000-01-27  Christopher Faylor  <cgf@redhat.com>
11308
11309         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
11310         structure stuff to -L library search.
11311         (CXX_FOR_TARGET): Ditto.
11312         (CROSS_CHECK_MODULES): Fix spelling mistake.
11313
11314 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
11315
11316         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
11317         the C++ compiler.
11318
11319 2000-01-12  Richard Henderson  <rth@cygnus.com>
11320
11321         * configure.in: Don't build some bits for beos.
11322
11323 2000-01-12  Joel Sherrill (joel@OARcorp.com)
11324
11325         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
11326         as include files.
11327
11328 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
11329
11330         * Add self as cpplib maintainer, as requested by Jason
11331         Merrill.  Correct my e-mail address.
11332
11333 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
11334
11335         * configure.in: Use mt-aix43 to handle *_TARGET defs,
11336         not mh-aix43.
11337
11338 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
11339
11340         * MAINTAINERS: Add myself to "write after approval" list.
11341
11342 1999-12-14  Richard Henderson  <rth@cygnus.com>
11343
11344         * config.guess (alpha-osf, alpha-linux): Detect ev67.
11345         * config.sub: Accept alphaev[78], alphaev8.
11346
11347 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11348
11349         * config.guess, config.sub: Update from autoconf.
11350
11351 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
11352
11353         * MAINTAINERS:  update my playtime e-address.
11354
11355 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11356
11357         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
11358         necessary libraries are missing.
11359
11360 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
11361
11362         * MAINTAINERS: Add new 'write after approval' maintainer.
11363
11364 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11365
11366         * MAINTAINERS: Add new Java maintainer.
11367
11368 1999-10-25  Andreas Schwab  <schwab@suse.de>
11369
11370         * configure: Fix quoting inside arguments of eval.
11371
11372 1999-10-21  Nick Clifton  <nickc@cygnus.com>
11373
11374         * config-ml.in: Allow suppression of some ARM multilibs.
11375
11376 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
11377
11378         * config.guess: Add OS/390 match pattern.
11379         * config.sub: Add mvs, openedition targets.
11380         * configure.in (i370-ibm-opened*): New.
11381
11382 1999-09-04  Steve Chamberlain  <sac@pobox.com>
11383
11384         * config.sub: Add support for configuring for pj.
11385
11386 1999-08-31  Nick Clifton  <nickc@cygnus.com>
11387
11388         * config.sub (maybe_os): Add support for configuring for fr30.
11389
11390 1999-08-25  Nick Clifton  <nickc@cygnus.com>
11391
11392         * configure.in: Do not configure or build ld for AIX
11393         platforms.  ld is known to be broken on these platforms.
11394
11395 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11396
11397         * config-ml.in: Pass compiler flag corresponding to multidirs to
11398         subdir configures.
11399
11400 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
11401
11402         * Makefile.in (LDFLAGS): Define.
11403
11404 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
11405
11406         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
11407         noconfigdirs.
11408         (*-*-cygwin*): Likewise.
11409
11410 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
11411
11412         * mkdep: New file.
11413         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
11414         (BINUTILS_SUPPORT_DIRS): Add mkdep.
11415
11416         From Eli Zaretskii <eliz@is.elta.co.il>:
11417         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
11418         long file name when using DJGPP on MS-DOS.
11419
11420 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
11421
11422         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
11423
11424 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
11425
11426         * Makefile.in (check-target-libio): Remove all-target-libstdc++
11427         dependency as this causes "make check" to globally "make all"
11428
11429 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
11430
11431         * configure.in (target_libs): Added target-zlib.
11432         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
11433         (CONFIGURE_TARGET_MODULES): Likewise.
11434         (CHECK_TARGET_MODULES): Likewise.
11435         (INSTALL_TARGET_MODULES): Likewise.
11436         (CLEAN_TARGET_MODULES): Likewise.
11437         (configure-target-zlib): New target.
11438         (all-target-zlib): Likewise.
11439         (all-target-libjava): Depend on all-target-zlib.
11440         (configure-target-libjava): Depend on configure-target-zlib.
11441
11442         * Makefile.in (configure-target-libjava): Depend on
11443         configure-target-newlib.
11444         (configure-target-boehm-gc): New target.
11445         (configure-target-qthreads): New target.
11446
11447         * configure.in (target_libs): Added target-qthreads.
11448         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
11449         (CONFIGURE_TARGET_MODULES): Likewise.
11450         (CHECK_TARGET_MODULES): Likewise.
11451         (INSTALL_TARGET_MODULES): Likewise.
11452         (CLEAN_TARGET_MODULES): Likewise.
11453         (all-target-qthreads): New target.
11454         (configure-target-libjava): Depend on configure-target-qthreads.
11455         (all-target-libjava): Depend on all-target-qthreads.
11456
11457         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
11458         (CONFIGURE_TARGET_MODULES): Likewise.
11459         (CHECK_TARGET_MODULES): Likewise.
11460         (INSTALL_TARGET_MODULES): Likewise.
11461         (CLEAN_TARGET_MODULES): Likewise.
11462         (all-target-libjava): New target.
11463         (all-target-boehm-gc): Likewise.
11464         * configure.in (target_libs): Added libjava, boehm-gc.
11465
11466 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
11467
11468         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
11469         configure.bat in SUPPORT_FILES.
11470         (gas+binutils.tar.bz2): Likewise.
11471
11472         * makeall.bat: Remove; obsolete.
11473
11474 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
11475
11476         From Mark Elbrecht:
11477         * configure.bat: Remove; obsolete.
11478
11479 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
11480
11481         * configure: Add -W -Wall to the default CFLAGS when compiling with
11482         gcc.
11483
11484 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
11485
11486         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
11487
11488 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
11489
11490         * configure.in: Build ld on IRIX6.
11491
11492 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
11493
11494         * Makefile.in: Change distribution targets to use bzip2 instead of
11495         gzip.
11496         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
11497         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
11498
11499 1999-06-04  Nick Clifton  <nickc@cygnus.com>
11500
11501         * config.sub: Add mcore target.
11502
11503 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
11504
11505         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
11506
11507 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
11508
11509         * config.guess (dummy): Changed to $dummy.
11510
11511 1999-05-24  Nick Clifton  <nickc@cygnus.com>
11512
11513         * config.sub: Tidied up case statements.
11514
11515 1999-05-22  Ben Elliston  <bje@cygnus.com>
11516
11517         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
11518         <jiro@din.or.jp>.
11519
11520         * config.guess: Merge with FSF version. Future changes will be
11521         more accurately recorded in this ChangeLog.
11522         * config.sub: Likewise.
11523
11524 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
11525
11526          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
11527
11528 1999-04-30  Tom Tromey  <tromey@cygnus.com>
11529
11530         * ltmain.sh: [mode link] Always use CC given by ltconfig.
11531
11532 1999-04-23  Tom Tromey  <tromey@cygnus.com>
11533
11534         * ltconfig, ltmain.sh: Update to libtool 1.2f.
11535
11536 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
11537
11538         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
11539         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
11540         Bad merge removed these two changes.
11541
11542 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
11543                           Martin Heller (Ing.-Buero_Heller@t-online.de)
11544
11545         * config.guess (interix Alpha): Add.
11546
11547 1999-04-11  Richard Henderson  <rth@cygnus.com>
11548
11549         * configure.in (i?86-*-beos*): Do config gperf; don't config
11550         gdb, newlib, or libgloss.
11551
11552 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
11553
11554         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
11555         link a trivial program with -mabi=64.  If it fails, remove mabi=64
11556         from multidirs.
11557
11558 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
11559
11560         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
11561
11562 1999-04-08  Nick Clifton  <nickc@cygnus.com>
11563
11564         * config.sub: Add support for mcore targets.
11565
11566 1999-04-07  Michael Meissner  <meissner@cygnus.com>
11567
11568         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
11569         not mt-ospace, in order to shut up assembler warning about using
11570         symbols that are named the same as registers.
11571
11572 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
11573
11574         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
11575         dependency list for all-target-cygmon.
11576
11577 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
11578
11579         * config-ml.in: Check $host, not $target, for selective multilibs.
11580         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
11581         thumb interworking, and underscore prefix multilibs.
11582
11583 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
11584
11585         * missing: Update to version from current automake.
11586
11587 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
11588
11589         * configure (gxx_include_dir): Removed.
11590
11591         * configure.in (gxx_include_dir): Handle it.
11592         * Makefile.in: Likewise.
11593
11594 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
11595
11596         * config.sub (mips64vr4111,mips64vr4111el) Add.
11597
11598 1999-03-21  Ben Elliston  <bje@cygnus.com>
11599
11600         * config.guess: Correct typo for detecting ELF on FreeBSD.
11601
11602 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
11603
11604         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
11605         config/mh-djgpp.
11606
11607 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
11608
11609         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
11610         all-target-newlib to dependency list for all-target-bsp.
11611
11612 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11613
11614         * config.sub: Add i386-uwin support.
11615         * config.guess: Likewise.
11616
11617 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11618
11619         * configure.in: cleanup, add mh-*pic handling for arm, special
11620         case powerpc*-*-aix*
11621
11622 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
11623
11624         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11625         can be built.
11626
11627 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
11628
11629         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
11630         targets.
11631
11632 1999-03-02  Nick Clifton  <nickc@cygnus.com>
11633
11634         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11635
11636 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
11637
11638         * config.sub: Check for "cygwin*" rather than "cygwin32*"
11639
11640 1999-02-24  Nick Clifton  <nickc@cygnus.com>
11641
11642         * config.sub: Fix typo in arm recognition.
11643
11644 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
11645
11646         * configure.in (noconfigdirs): Changed target_configdirs to
11647         include target-bsp only for m68k-*-elf* and m68k-*-coff*
11648         rather than m68k-*-* since it is not known to work on
11649         m68k-aout. Ditto for arm-*-*oabi.
11650
11651 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
11652
11653         * configure.in (*-*-windows*): Remove, no longer used.
11654
11655 1999-02-19  Ben Elliston <bje@cygnus.com>
11656
11657         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11658         Smart and improved by Andrew Cagney.
11659
11660 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
11661
11662         * config.guess: Recognize openbsd-*-hppa.
11663
11664 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
11665
11666         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11667         only if it is not empty.
11668
11669 1999-02-17  Nick Clifton  <nickc@cygnus.com>
11670
11671         Patch from: Scott Bambrough <scottb@corelcomputer.com>
11672
11673         * config.guess: Modified to recognize uname's armv* syntax.
11674
11675         * config.sub: Modified to recognize uname's armv* syntax.
11676
11677 1999-02-17  Mark Salter  <msalter@cygnus.com>
11678
11679         * configure.in: Added target-bsp for sparclite.
11680
11681 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
11682
11683         * config.sub: Recognize alphapca5[67] and up to alphaev8.
11684
11685 1999-02-08  Nick Clifton  <nickc@cygnus.com>
11686
11687         * configure.in: Add support for strongarm port.
11688         * config.sub: Add support for strongarm target.
11689
11690 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11691
11692         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11693         the old name config/mh-cygwin32.
11694         Enable texinfo.
11695
11696 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
11697
11698         * configure.in: Do build ld for ix86 Solaris.
11699
11700 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
11701
11702         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
11703         $AR_FOR_TARGET.  Likewise for RANLIB.
11704
11705 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
11706
11707         * config.sub (oabi):  Recognize.
11708         * configure.in (arm-*-oabi):  Handle.
11709
11710 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
11711
11712         * config.guess: Improve detection of i686 on UnixWare 7.
11713
11714 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11715
11716         * config.guess: Add support for i386-pc-interix.
11717         * config.sub: Likewise.
11718         * configure.in: Likewise.
11719
11720 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
11721
11722         * Makefile.in: Remove unneeded all-target-libio from
11723         from all-target-winsup target since it is now unneeded.
11724         Add all-target-libtermcap in its place since it is now
11725         needed.
11726
11727 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
11728
11729         * configure.in: makefile stub for cygwin target is probably
11730         unnecessary.  Remove it for now.
11731
11732 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
11733
11734         * configure.in: libtermcap.a should be built when cygwin is the
11735         target as well as the host.
11736         * config.guess: Allow mixed case in cygwin uname output.
11737         * Makefile.in: Add libtermcap target.
11738
11739 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
11740
11741         * config.sub: Clean up handling of hppa2.0.
11742
11743 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
11744
11745         * config.guess: Use C code to identify more HP machines.
11746
11747 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
11748
11749         * config.sub: Handle hppa2.0.
11750
11751 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
11752
11753         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11754         cygmon for all sparclite targets, regardless of object format.
11755
11756 1998-12-15  Mark Salter  <msalter@cygnus.com>
11757
11758         * configure.in: Added target-bsp for several target architectures.
11759
11760         * Makefile.in: Added rules for bsp.
11761
11762 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
11763
11764         * config.guess: Improve detection of hppa2.0 processors.
11765
11766 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
11767
11768         * config.guess: Recognize FreeBSD using ELF automatically.
11769
11770 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
11771
11772         * configure (skip-this-dir): Add handling for new shell script, which
11773         might be created by a sub-directory's configure to indicate, this particular
11774         directory is "unwanted".
11775         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11776
11777 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
11778
11779         * ltconfig: import from libtool, after changing libtool to
11780         account for the cygwin name change.
11781
11782 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
11783
11784         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11785         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11786
11787 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
11788
11789         * configure.in: Add libtermcap to list of cygwin dependencies.
11790
11791 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
11792
11793         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11794         they include winsup/include when it's a cygwin target.
11795
11796 1998-11-12  Tom Tromey  <tromey@cygnus.com>
11797
11798         * configure.in (host_tools): Added zip.
11799         * Makefile.in (all-target-libjava): Depend on all-zip.
11800         (all-zip): New target.
11801         (ALL_MODULES): Added all-zip.
11802         (NATIVE_CHECK_MODULES): Added check-zip.
11803         (INSTALL_MODULES): Added install-zip.
11804         (CLEAN_MODULES): Added clean-zip.
11805
11806 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
11807
11808         * Makefile.in: lose "32" from comment about cygwin.
11809
11810 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
11811
11812         * configure.in: Use -Os to build target libraries for the fr30.
11813
11814 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
11815
11816         * config.sub: Add fr30.
11817
11818 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
11819
11820         * configure.in: drop "32" from config/mh-cygwin32.  Check
11821         cygwin* instead of cygwin32*.
11822         * config.sub: Check cygwin* instead of cygwin32*.
11823
11824 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
11825
11826         * config.guess: Match any version of Unixware7.
11827
11828 1998-10-20  Syd Polk  <spolk@cygnus.com>
11829
11830         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11831         if desired.
11832
11833 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
11834
11835         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11836         these if the appropriate directories and files to not exist.
11837
11838 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
11839
11840         * Makefile.in (DEVO_SUPPORT): Add config.if.
11841
11842 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11843
11844         * configure: Add pattern to replace "build_tooldir"'s
11845         definition in the generated Makefile with "tooldir"'s
11846         actual value.
11847
11848 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
11849
11850         * config.sub: Bring back lost sparcv9.
11851
11852         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11853
11854 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
11855
11856         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11857         CC_FOR_TARGET and friends.
11858
11859 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
11860
11861         * Makefile.in (build_tooldir): New variable, same as tooldir.
11862         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11863         -B$(build_tooldir)/bin/.
11864         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11865
11866 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11867
11868         * README: Remove installation instructions and refer to the
11869         INSTALL directory instead.
11870
11871 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
11872
11873         * config.sub: Add support for i[34567]86-pc-udk.
11874         * configure.in: Likewise.
11875
11876 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
11877
11878         * Makefile.in: add bzip2 package building bits for user
11879         tools module
11880         * configure.in: ditto
11881
11882 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
11883
11884         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11885         (ALL_TARGET_MODULES): Add all-target-libobjc.
11886         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11887         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11888         (all-target-libchill): Add dependencies.
11889         * configure.in (target_libs): Add libchill.
11890
11891 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
11892
11893         * configure.in (target_subdir): Remove duplicate line.
11894
11895 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
11896
11897         * Makefile.in (all-automake): fix dependencies.
11898
11899 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
11900
11901         * configure.in: Minor cleanups for building in the $(target_alias)
11902         subdir.
11903
11904 1998-09-22  Jim Wilson  <wilson@cygnus.com>
11905
11906         * Makefile.in (bootstrap): Set r and s before make all.  Use
11907         BASE_FLAGS_TO_PASS in make all.
11908         (cross): Likewise.
11909
11910 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
11911
11912         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11913
11914 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
11915
11916         * config.sub: Fix typo in last change.
11917
11918 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11919
11920         * config.sub: Add support for C4x target.
11921         * configure.in: Likewise.
11922
11923 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
11924
11925         * config.sub: Recognize sparcv9 just like sparc64.
11926
11927 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
11928
11929         * config.guess: Match "Pent II" or "PentII" for OpenServer.
11930
11931 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
11932
11933         * config.guess: Correctly identify Pentium II sco boxes.
11934
11935         * config.guess: Fix "tr" code.  From Weiwen Liu.
11936
11937 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
11938
11939         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11940         stabs.
11941
11942 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
11943
11944         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11945         (ALL_TARGET_MODULES): Add all-target-libchill.
11946         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11947         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11948         (all-target-libchill): Add dependencies.
11949         * configure.in (target_libs): Add libchill.
11950
11951 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11952
11953         * config.guess: Avoid assumptions about "tr" behaves when
11954         LANG is set to something other than English.
11955
11956 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
11957
11958         * configure (gxx_include_dir): Changed to
11959         '${prefix}/include/g++'-${libstdcxx_interface}.
11960
11961         * config.if: New to determine the interfaces.
11962
11963 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
11964
11965         * config.guess: Detect and handle MPE/IX.
11966         * config.sub: Deal with MPE/IX.
11967
11968 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
11969
11970         * configure.in: Use mh-aix43.
11971
11972 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
11973
11974         * configure: Fix --without/--disable cases for gxx-include-dir.
11975
11976 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
11977
11978         * mdata-sh:  Imported.  Needed for automake support.
11979
11980 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
11981
11982         * Makefile.in (taz): Try "chmod -R og=u ." before
11983         "chmod og=u `find . -print`".
11984
11985 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
11986
11987         * configure.in: Add arm-elf and thumb-elf support.
11988
11989 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
11990
11991         * Makefile.in: Undo previous patch.
11992
11993 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
11994
11995         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11996         to here ...
11997         (install-no-fixedincludes): and here
11998         (INSTALL_MODULES): ... from here.
11999
12000 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
12001
12002         * config.sub: Merge with FSF.
12003
12004         * config.guess: Merge with FSF.
12005
12006 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
12007
12008         * configure (extraconfigdirs): New variable.
12009         (SUBDIRS): Add extraconfigdirs and recurse on them too.
12010         * Makefile.in (all): Move higher in file.
12011         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
12012         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
12013         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
12014         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
12015         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
12016
12017 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
12018
12019         * Makefile.in (all-target-libjava): Depend on all-gcc and
12020         all-target-newlib.
12021         (configure-target-libjava): Depend on $(ALL_GCC).
12022
12023 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
12024
12025         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
12026         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
12027
12028 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
12029
12030         * INSTALL/README: Fix typo.
12031
12032 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
12033
12034         * ylwrap: Change absolute path checks to check for DOS style path
12035         names.
12036
12037         * ylwrap: Don't use a full path name if the source file is in the
12038         same directory.  From hjl@lucon.org (H.J. Lu).
12039
12040         * config-ml.in: Default to being verbose, to match Feb 18 change to
12041         configure.
12042
12043 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
12044
12045         Brought over from egcs:
12046
12047         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
12048
12049         * configure.in (target_subdir): Set to ${target_alias} instead
12050         of "libraries".
12051
12052         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
12053
12054         * configure.in (target_subdir): Set to libraries if enable_multilib.
12055
12056 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
12057
12058         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
12059         multilibs, force reconfiguration the first time we create
12060         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
12061
12062 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
12063
12064         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
12065         avoid confusion with --no-recursion.
12066
12067 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
12068
12069         * configure.in: Win32 hosts shouldn't use install -x
12070         * install-sh: remove -x option, and special .exe-handling
12071         hack.
12072
12073 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
12074
12075         * config.guess: Recognize i586-pc-beos.
12076         * configure.in: Don't build some bits for beos.
12077
12078 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
12079
12080         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
12081         CFLAGS default to -O2.
12082
12083         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
12084         when using GNU ld.
12085
12086 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
12087
12088         * ltmain.sh: Correct install when using a different shell.
12089
12090 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
12091
12092         * ltconfig, ltmain.sh: Update to libtool 1.2b.
12093
12094 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
12095
12096         * makefile.vms: Update to build binutils/makefile.vms.  Add install
12097         target.
12098
12099 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
12100
12101         * ltconfig: Update to correct AIX handling.
12102
12103 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
12104
12105         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
12106
12107         * configure.in (target_subdir): Set to ${target_alias} instead
12108         of "libraries".
12109
12110 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
12111
12112         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
12113         (Makefile): Depend on $(gcc_version_trigger).
12114
12115         * configure (gcc_version): Change default initializer to empty
12116         string.
12117         (gcc_version_trigger): New variable; pass this variable down
12118         to subdir configures to enable them checking gcc's version
12119         themselves. Emit make macros for both gcc_version vars.
12120         (topsrcdir): Initialize reliably.
12121         (recursion line): Remove --with-gcc-version=${gcc_version}.
12122
12123 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
12124
12125         * configure (enable_version_specific_runtime_libs): Implement new flag
12126         --enable-version-specific-runtime-libs which installs C++ runtime stuff
12127         in $(libsubdir); emit definition in each generated Makefile.
12128         (gxx_include_dir): Initialize depending on
12129         $enable_version_specific_runtime_libs.
12130
12131 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
12132
12133         * configure (gcc_version): Initialize properly depending on
12134         how and where configure is started.
12135         (recursion line): Pass a --with-gcc-version=${gcc_version}
12136         to configures in subdirs.
12137
12138 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
12139
12140         * configure.in (noconfigdirs): Add configure pattern for mips tx39
12141         cygmon
12142
12143 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
12144
12145         * configure.in: Add cygmon and libstub support for mn10200.
12146
12147 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
12148
12149         * configure (gcc_version): Add new variable describing the
12150         particular gcc version we're building.
12151         * Makefile.in (libsubdir): Add new macro for the directory
12152         in which the compiler finds executables, libraries, etc.
12153         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
12154         and libsubdir.
12155
12156 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
12157
12158         * Makefile.in (local-clean): Remove *.log.
12159         (warning.log): Built with warn_summary from build.log.
12160         (mail-report.log): Run test_summary.
12161         (mail-report-with-warnings.log): Run test_summary including
12162         warning.log in the report.
12163
12164 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
12165
12166         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
12167
12168 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
12169
12170         * Makefile.in (grep): Grep no longer depends on libiberty.
12171
12172 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
12173
12174         * Makefile.in: all-snavigator needs all-libgui.
12175
12176 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
12177
12178         * configure.in: Add cygmon and libstub support for mn10300.
12179
12180 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
12181
12182         * missing: Update to version from automake 1.3.
12183
12184         * ltmain.sh: On installation, don't get confused if the same name
12185         appears more than once in the list of library names.
12186
12187 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
12188
12189         * config.sub: Accept m68060 and m5200 as CPU names.
12190
12191 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
12192
12193         * configure: Use && rather than using -a in test, because odd
12194         strings can confuse test.
12195         * configure.in: Likewise.
12196
12197 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
12198
12199         * ltconfig, ltmain.sh: Bring in Visual C++ support.
12200
12201 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
12202
12203         * Makefile.in (boostrap2-lean, bootstrap3-lean,
12204         bootstrap4-lean): New targets.
12205
12206 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
12207
12208         * mpw-* Delete.  Not used.
12209
12210 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
12211
12212         * COPYING.LIB: Update FSF address.
12213
12214 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
12215
12216         * ltconfig, ltmain.sh: Update to libtool 1.2a.
12217
12218         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
12219         GAS_SUPPORT_DIRS.
12220
12221 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
12222
12223         * ltconfig, ltmain.sh: Avoid producing a version number if
12224         -version-info was not used.
12225
12226 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
12227
12228         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
12229         building with newlib.
12230
12231 1998-04-30  Paul Eggert  <eggert@twinsun.com>
12232
12233         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
12234         Solaris `make' causes it to continue to next definition.
12235
12236 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12237
12238         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
12239         the right GUI libraries and files are installed along with GDB.
12240
12241 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
12242
12243         * configure.in: Change alpha to alpha* in several places.
12244
12245 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
12246
12247         * config.sub: Recognize sparc86x.
12248
12249 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
12250
12251         * configure.in (--enable-target-optspace): Remove debug echo.
12252
12253 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
12254
12255         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
12256
12257 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
12258
12259         * ltconfig: Update cygwin32 support.
12260
12261         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
12262         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
12263         (GDB_SUPPORT_DIRS): Likewise.
12264
12265 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
12266
12267         * configure.in (target_makefile_frag): If --enable-target-optspace,
12268         use -Os to compile target libraries rather than -O2.  Default to
12269         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
12270         not used.
12271         * configure.in (target_cflags): Ditto for d30v.
12272
12273 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
12274
12275         * Makefile.in (all-bfd): Depend on all-intl.
12276         (all-binutils): Likewise.
12277         (all-gas): Likewise.
12278         (all-gprof): Likewise.
12279         (all-ld): Likewise.
12280
12281 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
12282
12283         * configure.in (host_tools): Fix typo, lbtool -> libtool.
12284
12285 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
12286
12287         * Makefile.in (all-bfd): Depend upon all-libiberty.
12288
12289         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
12290
12291 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
12292
12293         * Makefile.in: Add libstub.
12294
12295         * configure.in: Ditto. Build libstub for targets that have cygmon
12296         support.
12297
12298 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
12299
12300         * configure.in: Don't set PICFLAG on ix86-cygwin32.
12301
12302 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
12303
12304         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
12305         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
12306
12307 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
12308
12309         * configure: Define DEFAULT_M4 by searching PATH.
12310         * Makfile.in: Use DEFAULT_M4.
12311
12312 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
12313
12314         * ltconfig: Add cygwin32 support.
12315
12316         * Makefile.in, configure.in: Add libtool as a native only directory
12317         to configure and build.
12318
12319 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
12320
12321         * Makefile.in (INSTALL_MODULES): Remove texinfo.
12322
12323 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
12324
12325         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
12326
12327 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
12328
12329         * Makefile.in: add ash make rules
12330         * configure.in: add ash to native_only and host_tools lists
12331
12332 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
12333
12334         * Makefile.in (all-gettext, all-intl): New targets.
12335         (ALL_MODULES): Added all-gettext, all-intl.
12336         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
12337         (INSTALL_MODULES): Added install-gettext, install-intl.
12338         (CLEAN_MODULES): Added clean-gettext, clean-intl.
12339
12340         * configure.in (host_tools): Added gettext.
12341         (native_only): Likewise.
12342         (noconfigdirs) [various cases]: Likewise.
12343         (host_libs): Added intl.
12344
12345 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
12346
12347         * configure: Do not disable building gdbtk for cygwin32 hosts.
12348
12349 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
12350
12351         * configure.in: Add thumb-coff target.
12352         * config.sub: Add thumb-coff target.
12353
12354 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12355
12356         * Makefile.in: Revert yesterday's change.
12357         (all-target-winsup):  all-target-librx stays out of here.
12358
12359 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12360
12361         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
12362         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
12363         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
12364         Remove references to librx and libg++.
12365
12366 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
12367
12368         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
12369         recursive makes
12370
12371 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
12372
12373         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
12374         for newlib directory.
12375         (CXX_FOR_TARGET): Likewise.
12376
12377 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
12378
12379         * ltconfig: Update after libtool/ltconfig.in change for
12380         hpux11.
12381
12382 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
12383
12384         * ltconfig, ltmain.sh: Update to libtool 1.2.
12385
12386 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12387
12388         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
12389         (install-gcc-cross): Instead, override LANGUAGES here.
12390
12391 1998-03-18  Dave Love  <d.love@dl.ac.uk>
12392
12393         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
12394         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
12395
12396 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
12397
12398         * configure.in: Add Thumb-pe target.
12399
12400 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
12401
12402         * Makefile.in - changed sn targets to snavigator
12403         * configure.in - changed sn targets to snavigator
12404
12405 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12406
12407         * config-ml.in: After building symlink tree call make distclean
12408         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
12409         to be the case for libiberty.
12410
12411 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
12412
12413         * configure: When making link, also check the current
12414         directory. The configure scripts may create one.
12415
12416 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
12417
12418         * config.sub: Accept alphapca56 and alphaev6 properly.
12419
12420 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12421
12422         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
12423
12424 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
12425
12426         * config.sub (sco5): Fix typo.
12427
12428 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
12429
12430         * Makefile.in (INSTALL_MODULES): Move install-tcl before
12431         install-itcl.
12432         (install-itcl): Remove dependency on install-tcl.
12433
12434 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
12435
12436         * configure.in: Remove libgloss from noconfigdirs for MN10300.
12437
12438 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
12439
12440         * configure.in: Don't build libgui for a cygwin32 target when not on
12441         a cygwin32 host.
12442
12443 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12444
12445         * configure (redirect): Set to null, so default behavior of
12446         configure is now --verbose.
12447
12448 1998-02-16  Dave Love  <d.love@dl.ac.uk>
12449
12450         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
12451         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
12452
12453 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
12454
12455         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
12456         this change to sync Makefile.in with its ChangeLog entries.
12457
12458 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
12459
12460         * ltmain.sh (mkdir): Check that the directory doesn't exist
12461         before we exit with error, so that we don't get races during
12462         parallel builds.
12463
12464 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
12465
12466         * ltconfig, ltmain.sh: Update from libtool 1.0i.
12467
12468 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12469
12470         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
12471         PICFLAG_FOR_TARGET.
12472         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
12473
12474         * configure: Emit a definition for the new macro enable_shared
12475         into each Makefile.
12476
12477 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12478
12479         * configure.in (host_tools, native_only): Add libtool.
12480
12481 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
12482
12483         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
12484         Fix typo in ming config comment.
12485
12486 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
12487
12488         * ltconfig, ltmain.sh: Update from libtool 1.0h.
12489
12490 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
12491
12492         * config.sub: Add tic30 cases, and map c30 to tic30.
12493
12494 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
12495
12496         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
12497         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
12498         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
12499         (CLEAN_TARGET_MODULES): Similarly
12500         (all-target-libf2c): Add dependences.
12501         * configure.in (target_libs): Add libf2c.
12502
12503 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
12504
12505         * configure.in: Remove expect from noconfigdirs when target
12506         is cygwin32.  OK to build expect and dejagnu with Canadian
12507         Cross.
12508
12509 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
12510
12511         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
12512         host.
12513
12514         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
12515         and mingw32.
12516
12517 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12518
12519         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
12520         here as it is not defined in the toplevel Makefile.
12521
12522 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12523
12524         * configure (package_makefile_rules_frag): New variable, which names
12525         a file with generic rules, ...
12526         Change comment to mention we now have FIVE parts.
12527         * configure: Undo last change.
12528
12529 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
12530
12531         * config.guess: More accurate determination of HP processor types.
12532         * config.sub: More accurate determination of HP processor types.
12533
12534 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12535
12536         * configure (package_makefile_frag): Move inserting the
12537         ${package_makefile_frag} to where it should be according
12538         to the comment.
12539
12540 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
12541
12542         * config.guess: Add support for Linux/ARM.
12543
12544 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
12545
12546         * .cvsignore: Remove *-info and *-install since they match
12547         release-info and mpw-install, which we don't want to just ignore.
12548
12549 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
12550
12551         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
12552
12553 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
12554
12555         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
12556         local_prefix to sub-make invocations.
12557
12558 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
12559
12560         * configure.in: Check makefile fragments in the source
12561         directory.
12562
12563 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
12564
12565         * configure.in: Check whether host and target makefile
12566         fragments exist before adding them to *_makefile_frag.
12567
12568 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
12569
12570         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
12571
12572 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
12573
12574         * configure.in: Make sure we only replace RPATH_ENVVAR on
12575         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
12576         regexp to sed.
12577
12578         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
12579         to sub-makes.
12580
12581 1998-01-13  Lee Iverson   (leei@ai.sri.com)
12582
12583         * config-ml.in (multi-do): LDFLAGS must include multilib
12584         designator.
12585
12586 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
12587
12588         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
12589
12590 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
12591
12592         * config.sub: Add mingw32 support.
12593         * configure.in: Likewise.
12594
12595 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
12596
12597         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
12598
12599 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
12600
12601         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12602         * configure (gxx_include_dir): Provide a definition for subdirs
12603         which do not use autoconf.
12604
12605 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
12606
12607         * config.guess: Sync with egcs.  Picks up new alpha support,
12608         BeOS & some additional linux support.
12609
12610 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
12611
12612         * config.guess: HP 9000/803 is a PA1.1 machine.
12613
12614 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
12615
12616         * configure.in: It's alpha*-...
12617
12618 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12619
12620         * configure.in (host_makefile_frag, target_makefile_frag):
12621         Handle multiple config files.
12622         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
12623         alpha-*-*.
12624
12625 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
12626
12627         * mkdep: New file.
12628
12629 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
12630
12631         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12632
12633 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12634
12635         * Makefile.in: Add libgui directory.
12636         (GDB_TK): Add all-libgui.
12637         * configure.in: Add libgui directory.
12638         * configure: Add all-libgui to GDB_TK.
12639
12640 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
12641
12642         * config-ml.in (multidirs): Add m32r to multilib list.
12643
12644 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
12645
12646         * Makefile.in (all-target-gperf): Change dependency to
12647         all-target-libstdc++.
12648
12649 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
12650
12651         * config.guess: Add BeOS support.
12652
12653 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12654
12655         Source directory cvs renamed to cvssrc:
12656         * configure.in (host_tools): Change cvs to cvssrc.
12657         (native_only): Likewise.
12658         (noconfigdirs) [various cases]: Likewise.
12659         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12660         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12661         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12662         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12663         (all-cvssrc): Rename target from all-cvs.
12664
12665 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
12666
12667         * configure (gxx_include_dir): Fix thinko.
12668
12669 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
12670
12671         * Makefile.in (INSTALL_TARGET_CROSS): Define.
12672         (install-cross, install-gcc-cross): New targets.
12673
12674 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
12675
12676         * configure.in (noconfigdirs): Add support for Thumb target.
12677
12678         * config.sub (maybe_os): Add support for Thumb target.
12679
12680 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
12681
12682         * Makefile.in: Add rules for cygmon.
12683
12684         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12685
12686 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
12687
12688         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12689         * configure (gxx_include_dir): Provide a definition for subdirs
12690         which do not use autoconf.
12691
12692 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
12693
12694         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12695         11/18/97 build
12696
12697 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
12698
12699         * From Franz Sirl.
12700         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12701         found on RedHat Linux systems.
12702
12703 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
12704
12705         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12706         guesses.
12707
12708 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
12709
12710         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12711
12712 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
12713
12714         * ltmain.sh: If mkdir fails, check whether the directory was created
12715         anyhow by some other process.
12716
12717 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
12718
12719         * configure.in (d30v-*-*): Configure all directories.
12720
12721 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
12722
12723         * configure.in (d30v-*-*): Configure newlib, libiberty directories
12724         for the D30V.
12725
12726 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
12727
12728         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12729
12730 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
12731
12732         * include/libiberty.h: Add extern "C" { so it can be used with C++
12733         progrms.
12734         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
12735         programs.
12736
12737 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
12738
12739         * configure.in (d30v-*-*): Configure GCC now.
12740
12741 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
12742
12743         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12744         is no longer needed.
12745
12746 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
12747
12748         * Makefile.in: check-target-libio depends on all-target-libstdc++.
12749
12750 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
12751
12752         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12753         targets using "$@" to provide support for similar but not identical
12754         targets without having to duplicate code.
12755
12756 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
12757
12758         * makefile.vms: Fix to work with DEC C.
12759
12760 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
12761
12762         * config.sub: Add mips-tx39-elf to marketing names.
12763
12764 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
12765
12766         * ltmain.sh: Handle symlinks in generated script.
12767
12768 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
12769
12770         * configure: Handle autoconf style directory options: --bindir,
12771         --datadir, --includedir, --infodir, --libdir, --libexecdir,
12772         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12773         --sysconfdir.
12774         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12775         (sharedstatedir, localstatedir, oldincludedir): New variables.
12776         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12777         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12778         sbindir, sharedstatedir, and sysconfdir.
12779
12780 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12781
12782         * Makefile.in (bootstrap-lean): New target.
12783
12784 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
12785
12786         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
12787         sn, and gnuserv from noconfigdirs.
12788
12789 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
12790
12791         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12792
12793 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
12794
12795         * Makefile.in (cross): New target.
12796
12797 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
12798                           Jeff Law         <law@cygnus.com>
12799
12800         * Makefile.in (bootstrap2, bootstrap3): New targets.
12801         (all-bootstrap): Remove outdated and confusing target.
12802         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12803
12804 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12805
12806         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12807         windows.  Consistent with gdb/configure.
12808
12809 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
12810
12811         * configure.in: Name Linux target fragment.
12812
12813         * configure: Rewrite so that project Makefile fragment is inserted
12814         first and appears last in the resulting Makefile.
12815
12816 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12817
12818         * Makefile.in (install-itcl): Install tcl first.
12819
12820 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
12821
12822         * configure.in: remove bison from noconfigdirs for Cygwin32 host
12823
12824 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12825
12826         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12827
12828         * configure.in (skipdirs): Add target-librx for Linux.
12829         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12830
12831 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
12832
12833         * Makefile.in (bootstrap): New target.
12834
12835 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
12836
12837         * config.sub: Accept 'amigados' for backward compatibility.
12838
12839 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
12840
12841         * config.guess: Merge with FSF.
12842
12843 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
12844
12845         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12846
12847 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
12848
12849         * config.sub: Add "marketing-names" patch.
12850
12851 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
12852
12853         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12854
12855 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
12856
12857         * config.sub: Handle v850-elf.
12858
12859 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
12860
12861         * .cvsignore (*-install): Remove.
12862
12863 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
12864
12865         * ltconfig: Set CONFIG_SHELL in libtool.
12866         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12867
12868 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
12869
12870         * configure.in (target_subdir): Set to libraries if enable_multilib.
12871
12872 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
12873
12874         * config.guess: Update from gcc directory.
12875
12876 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12877
12878         * Makefile.in (all-sim): Depends on all-readline.
12879
12880 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
12881
12882         * Makefile.in (BISON, YACC): Use $$s.
12883         (all-bison): Depend on all-texinfo.
12884
12885 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
12886
12887         * Makefile.in (BISON): Add -L flag.
12888         (YACC): Likewise.
12889
12890 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12891
12892         * configure.in (noconfigdirs): Add support for v850e target.
12893
12894         * config.sub (maybe_os): Add support for v850e target.
12895
12896 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12897
12898         * configure.in (noconfigdirs): Add support for v850ea target.
12899
12900         * config.sub (maybe_os): Add support for v850ea target.
12901
12902 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
12903
12904         * config.sub: Add mipstx39.  Delete r3900.
12905
12906 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12907
12908         * Makefile.in (all-autoconf): Depends on all-texinfo.
12909
12910 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
12911
12912         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12913         eabi targets.
12914
12915 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
12916
12917         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12918
12919         * configure: When handling a Canadian Cross, handle YACC as well as
12920         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
12921         * Makefile.in (all-bison): Depend upon all-texinfo.
12922
12923 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
12924
12925         * Makefile.in (BISON): bison, not byacc or bison -y.
12926         (YACC): bison -y or byacc or yacc.
12927         (various): Add *-bison as appropriate.
12928         (taz): No need to mess with BISON anymore.
12929
12930 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
12931
12932         * configure: If OSTYPE matches *win32*, try to find a good value for
12933         CONFIG_SHELL.
12934
12935 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
12936
12937         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12938         configure.in if it is present.
12939
12940 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
12941
12942         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12943
12944 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
12945
12946         * config.sub: Recognize `arc' cpu.
12947         * configure.in: Likewise.
12948         * config-ml.in: Likewise.
12949
12950 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
12951
12952         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12953
12954 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
12955
12956         * configure: Changed sed delimiter from ':' to '|' when
12957         attempting to substitute ${config_shell} for SHELL. On
12958         NT ${config_shell} may contain a ':' in it.
12959
12960 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
12961
12962         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12963
12964 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
12965
12966         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12967
12968 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12969
12970         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12971
12972         * ylwrap: If the program is a relative path, force it to be
12973         absolute.
12974
12975 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12976
12977         * configure (tooldir): Set BISON to `bison -y' and not just bison.
12978
12979 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12980
12981         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12982         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12983         for libraries.
12984
12985 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
12986
12987         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12988         separated by spaces.
12989
12990 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
12991
12992         * ylwrap: New file.
12993         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12994
12995         * ltmain.sh: Handle /bin/sh at start of install program.
12996
12997         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12998
12999         * ltconfig, ltmain.sh: New files, from libtool 1.0.
13000         * missing: New file, from automake 1.2.
13001
13002 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
13003
13004         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
13005         check-tk to CHECK_X11_MODULES.
13006
13007 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
13008
13009         * config.sub: Merge with FSF.
13010
13011 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
13012
13013         * config.guess: Merge with FSF.
13014
13015 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
13016
13017         * configure: Treat msdosdjgpp like go32.
13018         * configure.in: Likewise.  Don't remove gprof for go32.
13019
13020         * configure: Change Makefile.tem2 to Makefile.tm2.
13021
13022 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
13023
13024         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
13025
13026 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13027
13028         * install-sh (chmodcmd): Set to null if the DST directory already
13029         exists.  Same as Nov 11th change.
13030
13031 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
13032
13033         * configure (GDB_TK): Needs itcl and tix.
13034
13035 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
13036
13037         * config.guess: Update from FSF.
13038
13039 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
13040
13041         * Makefile.in (GDB_TK): Depend on itcl and tix.
13042
13043 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
13044
13045         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
13046         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
13047         (INSTALL_SCRIPT): New variable.
13048         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
13049         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
13050         to -x.
13051         * install-sh: Add support for -x option.
13052
13053 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
13054
13055         * configure.in, Makefile.in: Treat tix like itcl.
13056
13057 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
13058
13059         * Makefile.in (WINDRES): New variable.
13060         (WINDRES_FOR_TARGET): New variable.
13061         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
13062         (EXTRA_HOST_FLAGS): Add WINDRES.
13063         (EXTRA_TARGET_FLAGS): Add WINDRES.
13064         (EXTRA_GCC_FLAGS): Add WINDRES.
13065         ($(DO_X)): Pass down WINDRES.
13066         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
13067         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
13068         DLLTOOL_FOR_TARGET.
13069
13070 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
13071
13072         * configure.in: configure sim before gdb for win32-x-ppc
13073
13074 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13075
13076         Move gperf into the toplevel, from libg++.
13077         * configure.in (target_tools): Add target-gperf.
13078         (native_only): Add target-gperf.
13079         * Makefile.in (all-target-gperf): New target, depend on
13080         all-target-libg++.
13081         (configure-target-gperf): Empty rule.
13082         (ALL_TARGET_MODULES): Add all-target-gperf.
13083         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
13084         (CHECK_TARGET_MODULES): Add check-target-gperf.
13085         (INSTALL_TARGET_MODULES): Add install-target-gperf.
13086         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
13087
13088 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
13089
13090         * config.sub (mn10200): Recognize new basic machine.
13091
13092 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13093
13094         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
13095         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
13096
13097 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13098
13099         * configure.in: If we're building mips-sgi-irix6* native, turn on
13100         ENABLE_MULTILIB and set TARGET_SUBDIR.
13101
13102 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
13103
13104         * Makefile.in (all-sn): Depend on all-grep.
13105
13106 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
13107
13108         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
13109
13110         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
13111         Makefile.  From Jeff Makey <jeff@cts.com>.
13112         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
13113
13114         * Makefile.in (DISTBISONFILES): Remove.
13115         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
13116         $(DEFAULT_YACC).
13117
13118         * configure.in: Build itl, db, sn, etc., when building for native
13119         cygwin32.
13120
13121         * Makefile.in (LD): New variable.
13122         (EXTRA_HOST_FLAGS): Pass down LD.
13123         ($(DO_X)): Likewise.
13124
13125 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
13126
13127         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
13128
13129 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
13130
13131         * configure.in (targargs): Strip out any supplied --build argument
13132         before adding our own. Always add --build.
13133
13134 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
13135
13136         * configure.in (targargs): Pass --build if we're doing
13137         a cross-compile.
13138
13139 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
13140
13141         * configure: Use '|' instead of ":" as the separator in
13142         sed. Otherwise sed chokes on NT path names with drive
13143         designators. Also look for "?:*" as the leading characters in an
13144         absolute pathname.
13145
13146 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
13147
13148         * config.sub: Support for r3900.
13149
13150 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
13151
13152         * configure.in: Use install-sh, not install.sh.
13153
13154 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
13155
13156         * Makefile.in (taz): Improve check for BISON so it doesn't try to
13157         apply it twice.
13158
13159 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
13160
13161         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
13162         install-binutils.
13163
13164 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
13165
13166         * Makefile.in: Add automake targets.
13167         * configure.in (host_tools): Add automake.
13168
13169 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
13170
13171         * configure: Default CXX to c++, not gcc.
13172         * Makefile.in (CXX): Set to c++, not gcc.
13173         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
13174
13175 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
13176
13177         * install-sh: try appending a .exe if source file doesn't
13178         exist
13179
13180 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
13181
13182         * configure.in: Turn on multilib by default.
13183         (cross_only): Remove target-libiberty.
13184
13185         * Makefile.in (all-gcc): Don't depend on libiberty.
13186
13187 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
13188
13189         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
13190
13191 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
13192
13193         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
13194         (DISTBISONFILES): Add ld/Makefile.in
13195
13196 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
13197
13198         * configure.in: if target is cygwin32 but host isn't cygwin32,
13199         don't configure gdb tcl tk expect, not just gdb.
13200
13201 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
13202
13203         * configure.in: Added gnuserv everywhere sn appears.
13204
13205         * Makefile.in (ALL_MODULES): Added all-gnuserv.
13206         (CROSS_CHECK_MODULES): Added check-gnuserv.
13207         (INSTALL_MODULES): Added install-gnuserv.
13208         (CLEAN_MODULES): Added clean-gnuserv.
13209         (all-gnuserv): New target.
13210
13211 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
13212
13213         * config.guess: Fixes for MIPS OpenBSD systems.
13214
13215 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
13216
13217         * Makefile.in (INSTALL_XFORM): Remove.
13218         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
13219
13220         * mkinstalldirs: New file, copied from automake.
13221         * Makefile.in (installdirs): Rename from install-dirs.  Use
13222         mkinstalldirs.  Change all users.
13223         (DEVO_SUPPORT): Add mkinstalldirs.
13224
13225 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
13226
13227         * install-sh: Rename from install.sh.
13228         * Makefile.in (INSTALL): Change install.sh to install-sh.
13229         (DEVO_SUPPORT): Likewise.
13230
13231         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
13232         Graichen <graichen@rzpd.de>.
13233
13234 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
13235
13236         * config.guess: Recognize OpenBSD systems correctly.
13237
13238 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13239
13240         * README, Makefile.in (ETC_SUPPORT): Remove references to
13241         cfg-paper*, configure.{texi,man,info*}._
13242
13243 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
13244
13245         * Makefile.in (all.normal): Ensure that gcc is built after all
13246         the x11 - ie gdb - targets.
13247
13248 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
13249
13250         * makefile.vms: Don't run conf-a-gas.
13251
13252 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
13253
13254         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
13255
13256 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
13257
13258         * configure.in: Remove noconfigdirs case since gdb also
13259         configures and builds for tic80-coff.
13260
13261 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
13262
13263         * configure: Set cache_file to config.cache.
13264         * Makefile.in (local-distclean): Remove config.cache.
13265
13266 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
13267
13268         * COPYING: Update FSF address.
13269
13270 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
13271
13272         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
13273         noconfigdirs.
13274
13275 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
13276
13277         * Makefile.in (install-dirs): Don't crash if prefix, and hence
13278         MAKEDIRS, is empty.
13279
13280 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
13281
13282         * config.sub: Tweak mn10300 entry.
13283
13284 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
13285
13286         * configure.in (host_tools): Put sim before gdb, so gdb's
13287         configure.tgt can determine if the simulator was configured.
13288
13289 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
13290
13291         * config.sub: Move BeOS $os case to be with other Cygnus
13292         local cases.
13293
13294 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
13295
13296         * config.sub: Remove misplaced comment that broke Linux.
13297
13298 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
13299
13300         * config.sub: Add BeOS support.
13301
13302 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
13303
13304         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
13305
13306 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
13307
13308         * configure.in (noconfigdirs): Remove tcl and tk from
13309         noconfigdirs for cygwin32 builds.
13310
13311 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
13312
13313         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
13314
13315 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
13316
13317         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
13318         make-all.com, use makefile.vms instead.
13319
13320 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
13321
13322         * config.sub: Accept -lnews*.
13323
13324 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
13325
13326         * configure.in (noconfigdirs): Disable target-newlib,
13327         target-examples and target-libiberty for d30v.
13328
13329 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
13330
13331         * configure.in (noconfigdirs): Enable ld for d30v.
13332
13333 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
13334
13335         * configure.in (tic80-*-*): Build compiler.
13336
13337 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
13338
13339         * configure.in (d30v-*): Remove sim directory from list of
13340         unsupported d30v directories
13341
13342 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
13343
13344         * config.sub, configure.in: Add d30v target cpu.
13345
13346 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
13347
13348         * makefile.vms: New file.
13349         * make-all.com: Remove.
13350
13351 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
13352
13353         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
13354
13355 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
13356
13357         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
13358
13359 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
13360
13361         * Makefile.in (ALL_MODULES): Added all-db.
13362         (CROSS_CHECK_MODULES): Addec check-db.
13363         (INSTALL_MODULES): Added install-db.
13364         (CLEAN_MODULES): Added clean-db.
13365
13366 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
13367
13368         * config.guess: Merge with latest FSF sources.
13369
13370 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
13371
13372         * Makefile.in (ALL_MODULES): Added all-itcl.
13373         (CROSS_CHECK_MODULES): Added check-itcl.
13374         (INSTALL_MODULES): Added install-itcl.
13375         (CLEAN_MODULES): Added clean-itcl.
13376
13377 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
13378
13379         * configure.in: build gdb for mn10200
13380
13381 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
13382
13383         * Makefile.in (all-target-winsup): Depend on all-target-libio.
13384
13385 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
13386
13387         * configure.in (tic80-*-*): Turn off most targets right now.
13388
13389 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
13390
13391         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
13392         rather than the makeinfo program.
13393         (do-info): Depend upon all-texinfo.
13394
13395 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
13396
13397         * configure.in: Remove uses of config/mh-linux.
13398
13399         * config.sub, config.guess: Merge with latest FSF sources.
13400
13401 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
13402
13403         * config.sub (case $basic_machine): Add tic80 entries.
13404
13405 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
13406
13407         * config.sub, config.guess: Merge with latest FSF sources.
13408
13409 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
13410
13411         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
13412         * mpw-config.in: Test for NewFolderRecursive.
13413         * mpw-install: Use symbolic name for startup filename.
13414         * mpw-README: Add various additional details.
13415
13416 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
13417
13418         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
13419
13420 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
13421
13422         * configure.in: Do build gcc and the target libraries for
13423         the mn10200.
13424
13425 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
13426
13427         * configure.in: don't avoid building gdb for mn10300 any more
13428         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
13429         instead of single-quoting it.
13430
13431 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
13432
13433         * configure.in: Don't use --with-stabs on IRIX 6.
13434
13435 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
13436
13437         * configure.in (m32r): Build gdb, libg++ now.
13438
13439 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13440
13441         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
13442         directories from noconfigdirs.
13443
13444 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
13445
13446         * config.sub (basic_machine): added mips16 configuration
13447
13448 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13449
13450         * config.sub: Handle d10v-unknown.
13451
13452 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
13453
13454         * config.sub: Handle v850-unknown.
13455
13456 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
13457
13458         * Makefile.in: add findutils
13459         * configure.in: add findutils to list of host_tools
13460
13461 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
13462
13463         * config.sub: Handle mn10200 and mn10300.
13464
13465 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13466
13467         * configure.in (d10v-*): Do not build librx.
13468
13469 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
13470
13471         * configure.in (mn10300): Build everything except gdb & libgloss.
13472
13473 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
13474
13475         * config.guess:  Patch for Dansk Data Elektronik servers,
13476         from Niels Skou Olsen <nso@dde.dk>.
13477
13478         For ncr, use /bin/uname rather than uname, since GNU uname does not
13479         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
13480
13481         Patch for MIPS R4000 running System V,
13482         from Eric S. Raymond <esr@snark.thyrsus.com>.
13483
13484         Fix thinko for nextstep.
13485
13486         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
13487
13488         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
13489         * config.guess: Guess mips-dec-mach_bsd4.3.
13490
13491         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
13492         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
13493         release numbers.
13494         * config.guess (mips-mips-riscos*):  Emit just enough of the
13495         release number.
13496
13497         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
13498         * config.guess (sparc-auspex-sunos*):  Added.
13499         (f300-fujitsu-*): Added.
13500
13501         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
13502         * config.guess:  Recognize a Tadpole as a sparc.
13503
13504 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
13505
13506         * config.guess: Don't assume that NextStep version is either 2 or
13507         3.  NextStep 4 (aka OpenStep 4) has come out now.
13508
13509 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
13510
13511         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
13512         From Rik Faith <faith@cs.unc.edu>.
13513
13514 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
13515
13516         * config.sub: Contributions from bug-gnu-utils to:
13517         Support plain "hppa" (no version given) architecture, reported by
13518         OpenStep.
13519         OpenBSD like NetBSD.
13520         LynxOs is not a hardware supplier.
13521
13522         * config.guess: Contributions from bug-gnu-utils to add support for:
13523         OpenBSD like NetBSD.
13524         Stratus systems.
13525         More Pyramid systems.
13526         i[n>4]86 Intel chips.
13527         M680[n>4]0 Motorola chips.
13528         Use unknown instead of lynx for hardware manufacturer.
13529
13530 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13531
13532         * install.sh (chmodcmd): Set to null if the DST directory already
13533         exists.
13534
13535 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13536
13537         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
13538         not use mt-ppc target Makefile fragment any more.
13539
13540 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
13541
13542         * configure.in (*-*-windows):  Exclude everything but those dirs
13543         needed to build windows.
13544
13545 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
13546
13547         * Makefile.in (all-target-winsup): Depend on all-target-librx.
13548
13549 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
13550
13551         * configure.in:  Exclude mmalloc from i386-windows.
13552
13553 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
13554
13555         * Undo my previous change.
13556
13557 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
13558
13559         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
13560         unconditionally.
13561         (MAKEOVERRIDES): Define (revert this part of October 18 change).
13562
13563 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
13564
13565         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
13566         host to add it's own flags.
13567
13568 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
13569
13570         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
13571
13572 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
13573
13574         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
13575         (CXX_FOR_TARGET): Likewise.
13576         (GCC_FOR_TARGET): Define.
13577         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
13578         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
13579         CC_FOR_TARGET was specified on the command line.
13580         (MAKEOVERRIDES): Don't define.
13581
13582 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
13583
13584         * configure.in (m32r): Fix spelling of libg++ libs.
13585
13586 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
13587
13588         * config.sub (-apple*): Remove, now redundant.
13589
13590 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
13591
13592         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
13593
13594         * configure: Rework yesterday's sed script patch.
13595
13596         * config.sub: Merge with FSF.
13597
13598 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
13599
13600         * config.guess:  Merge from FSF.
13601
13602         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
13603         * config.guess: Use pc instead of unknown, for pc clone systems.
13604         Change linux to linux-gnu.
13605
13606         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13607         * config.guess: Avoid non-portable tr syntax.
13608
13609 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
13610
13611         * test-build.mk (HOLES): Add "xargs" for gdb.
13612
13613         * configure: Avoid hpux10.20 sed bug.
13614
13615 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
13616
13617         * configure.in:  Add support for windows host
13618         (that is a build done under the Microsoft build environment).
13619
13620 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
13621
13622         * Makefile.in: Replace all uses of srcroot with s, to shrink
13623         command line lengths.
13624
13625         Patches from Geoffrey Noer <noer@cygnus.com>:
13626         * configure.in: If configuring for newlib, pass --with-newlib to
13627         subdirectories.
13628         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13629         -Bnewlib/ and -Lwinsup to gcc.
13630         (CXX_FOR_TARGET): Likewise.
13631
13632 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13633
13634         * Makefile.in (ETC_SUPPORT): Add configure.
13635
13636 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
13637
13638         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
13639         host configuration file.
13640
13641 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
13642
13643         * configure.in: Break mn10x00 support into separate
13644         mn10200 and mn10300 configurations.
13645         * config.sub: Likewise.
13646
13647 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
13648
13649         * configure.in: Add lots of stuff to noconfigdirs for
13650         the mn10x00 targets.
13651
13652         * config.sub, configure.in: Add mn10x00 support.
13653
13654 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
13655
13656         * make-all.com: Call conf-a-gas, not config-a-gas.
13657
13658 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
13659
13660         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13661         targets.
13662
13663 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
13664
13665         * mpw-README: Add much more detail for native PowerMac.
13666         * mpw-install: New file.
13667         * mpw-configure: Add --norecursion and --help options.
13668         * mpw-config.in: Translate readme and install files when
13669         copying to objdir.
13670         * mpw-build.in: Don't always depend on byacc and flex.
13671         (install-only-top): New action.
13672
13673 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
13674
13675         * configure.in:  You can now configure GDB for the v850.
13676
13677 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
13678
13679         * configure.in (noconfigdirs): Don't configure any C++ dirs
13680         if targeting D10V.
13681
13682 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
13683
13684         * config.sub: Recognize mips64vr5000.
13685
13686 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
13687
13688         * configure.in: Use a single line for host_tools and native_only.
13689
13690 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
13691
13692         * config.sub, configure.in: Add entries for m32r.
13693
13694 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
13695
13696         * Makefile.in (inet-install): Don't run install-gzip.
13697
13698 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
13699
13700         * configure.in:  Don't config lots of things for *-*-windows*.
13701
13702 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
13703
13704         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13705         (host_libs, host_tools): Copy from configure.in.
13706         * mpw-configure: Don't complain about directories not found.
13707
13708 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13709
13710         * configure.in (i[345]86): Recognize i686 for pentium pro.
13711         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13712         file.
13713
13714         * config.guess (i[345]86): Ditto.
13715
13716 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13717
13718         * configure.in (noconfigdirs): Removed gdb for D10V.
13719
13720 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
13721
13722         * configure.in: Remove ld, target-libio, target-libg++, and
13723         target-libstdc++ from noconfigdirs.
13724
13725 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
13726
13727         * configure: Fix three locations where shell scripts were
13728         being run directly rather than with config_shell.
13729
13730 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
13731
13732         * configure.in (v850-*-*): Set up initial $noconfigdirs.
13733         * config.sub (basic_machine): Recognize v850.
13734
13735 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
13736
13737         * mpw-configure: Handle multiple enable/disable options and
13738         pass them down recursively, handle -c and -s flags appropriately
13739         depending on choice of compiler, add escape mechanism for
13740         quoted arguments to gC.
13741
13742 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13743
13744         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13745         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13746         so that -mrelocatable-lib and -mno-eabi are used.
13747
13748         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13749         not support --print-multi-lib, don't abort.
13750
13751 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
13752
13753         * make-all.com: Run config-a-gas.
13754         * setup.com: Don't copy subdirectory files around.
13755
13756 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
13757
13758         * configure.in (*-*-ose): Remove exclusion of libgloss for this
13759         target, it now compiles correctly.
13760
13761 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
13762
13763         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13764
13765 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13766
13767         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13768
13769 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13770
13771         * configure.in (native_only): Add prms.
13772
13773 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
13774
13775         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13776         (BINUTILS_SUPPORT_DIRS): Likewise.
13777
13778 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13779
13780         * configure.in (d10v-*-*): Don't configure ld or gdb until the
13781         d10v support is added.
13782
13783 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13784
13785         * configure.in (d10v-*-*): New target.
13786
13787 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
13788
13789         * config.guess (HP 9000/811): Recognize this as a PA1.1
13790         machine.
13791
13792 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
13793
13794         * Makefile.in (do-tar-gz): New target, split out from tail end of
13795         taz target.  Run each command separately, don't use pipes.
13796         (taz): Use it.
13797
13798 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
13799
13800         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13801         * mpw-build.in: No builds should depend on building byacc or flex,
13802         they are assumed to be installed already.
13803
13804 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13805
13806         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13807         variable that CC_FOR_TARGET needs.
13808
13809 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13810
13811         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13812         options have changed since the last time the subdirectory was
13813         configured, and if it has, reconfigure.
13814         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13815         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13816
13817 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
13818
13819         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13820         CLEAN_MODULES): Add bash.
13821         (all-bash): New target.
13822
13823 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
13824
13825         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13826
13827 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13828
13829         * config.sub (basic_machine): Recognize d10v as a valid processor.
13830
13831 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
13832
13833         * mpw-configure: Add support for --bindir.
13834         * mpw-build.in: Use a GCC-specific build script for GCC actions.
13835
13836 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
13837
13838         * configure.in: add bash, time, gawk to list of hosttools and things
13839         to only build for native toolchains
13840
13841 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13842
13843         * Makefile.in (docdir): Remove.
13844
13845 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13846
13847         * Makefile.in (datadir): Set to $(prefix)/share.
13848
13849 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
13850
13851         * configure.in: build diff and patch for cygwin32-hosted
13852         toolchains.
13853
13854 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
13855
13856         * config.sub: Accept -rtems*.
13857
13858 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
13859
13860         * configure.in: enable dosrel for cygwin32-hosted builds,
13861                 remove diff from the list of things not buildable
13862                 via Canadian Cross
13863
13864 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
13865
13866         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13867         don't get ". ".
13868
13869 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
13870
13871         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13872
13873 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
13874
13875         * Makefile.in (taz): Handle case where tex3patch didn't even get
13876         checked out.  Also, if it was found, put the symlink in a new util
13877         subdirectory.
13878
13879 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13880
13881         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13882
13883 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
13884
13885         * config.sub: Recognize -openvms.
13886         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13887         * make-all.com, setup.com: New files.
13888
13889 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13890
13891         * Makefile.in (taz): tex3patch moved to texinfo/util.
13892
13893 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
13894
13895         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13896         * configure.in: remove make from disable-if-Can-Cross list
13897                 enable gdb if ${host} and ${target} are cygwin32
13898
13899 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
13900
13901         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
13902         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13903
13904 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13905
13906         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
13907         distinguish sysv/svr4/bsd variants.
13908         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13909
13910 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
13911
13912         * configure.in: Added copyright notice.
13913         * move-if-change: Added copyright notice.
13914
13915 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13916
13917         * configure.in (powerpcle-*-solaris*): Until we get shared
13918         libraries working, don't build gdb, sim, make, tcl, tk, or
13919         expect.
13920
13921 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
13922
13923         * config.guess:  Merge with FSF:
13924
13925         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13926         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13927
13928         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
13929         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13930
13931         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
13932         * config.guess:  Combine two OSF1 rules.
13933         Also recognize field test versions.  From mjr@zk3.dec.com.
13934         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
13935         because GNU uname does not support -p.  From pmr@pajato.com.
13936
13937 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
13938
13939         * Makefile.in (MAKEDIRS): Removed $(tooldir).
13940
13941 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
13942
13943         * mpw-README: Document GCCIncludes.
13944
13945 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
13946
13947         * configure.in (alpha-*-linux*): Set enable_shared to yes.
13948
13949 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
13950
13951         * mpw-configure: Handle --enable-FOO and --disable-FOO.
13952
13953 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
13954
13955         * configure.in (*-*-cygwin32): Configure make.
13956
13957 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
13958
13959         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13960
13961 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
13962
13963         * Makefile.in (all-inet): Depend on all-perl.
13964
13965         * Makefile.in (inet-install): New target.
13966
13967         * Makefile.in (all-inet): Depend on all-tcl.
13968         (all-inet): Depend on all-send-pr.
13969
13970 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13971
13972         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13973         temporarily.
13974
13975 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
13976
13977         * configure.in: Don't configure --with-gnu-ld on AIX.
13978
13979 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13980
13981         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13982
13983 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
13984
13985         * Makefile.in (ALL_MODULES): Added all-inet.
13986         (CROSS_CHECK_MODULES): Added check-inet.
13987         (INSTALL_MODULES): Added install-inet.
13988         (CLEAN_MODULES): Added clean-inet.
13989         (all-indent): New target.
13990
13991         * configure.in (host_tools): Added inet.
13992         (native_only): Added inet.
13993         (noconfigdirs): Added inet.
13994
13995 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
13996
13997         * configure.in: Don't configure libgloss if we are not configuring
13998         newlib.
13999
14000 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
14001
14002         * configure.in: Don't configure libgloss for unsupported
14003         architectures.
14004
14005 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14006
14007         * Makefile.in (CLEAN_MODULES): Add clean-apache.
14008
14009 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
14010
14011         * Makefile.in (ALL_MODULES): Include all-apache.
14012         (CROSS_CHECK_MODULES): Include check-apache.
14013         (INSTALL_MODULES): Include install-apache.
14014         (all-apache): New target.
14015
14016         * configure.in: Added apache everywhere perl is seen.
14017
14018 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14019
14020         * Makefile.in: Add support for clean-{module} and
14021         clean-target-{module} rules.
14022
14023 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
14024
14025         * configure.in (*-*-ose) do not build libgloss.
14026
14027 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14028
14029         * config.guess (prep*:SunOS:5.*:*): Turn into
14030         powerpele-unknown-solaris2.
14031
14032 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
14033
14034         * configure.in: Permit --enable-shared to specify a list of
14035         directories.
14036
14037 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
14038
14039         * configure.in (host==solaris): Pass only the first word of $CC
14040         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
14041
14042 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
14043
14044         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
14045
14046 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
14047
14048         * Makefile.in (ALL_MODULES): Include all-perl.
14049         (CROSS_CHECK_MODULES): Include check-perl.
14050         (INSTALL_MODULES): Include install-perl.
14051         (ALL_X11_MODULES): Include all-guile.
14052         (CHECK_X11_MODULES): Include check-guile.
14053         (INSTALL_X11_MODULES): Include install-guile.
14054         (all-perl): New target.
14055         (all-guile): New target.
14056
14057         * configure.in (host_tools): Include perl and guile.
14058         (native_only): Include perl and guile.
14059         (noconfigdirs): Don't build guile and perl; no ports have been
14060         done.
14061
14062 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
14063
14064         * configure (--enable-*): Handle quoted option lists such as
14065         --enable-sim-cflags='-g0 -O' better.
14066
14067 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14068
14069         * Makefile.in ({,inst}all-target): New rule so we can make and
14070         install all of the target directories easily.
14071
14072 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14073
14074         * configure.in: Add missing global flag in sed substitution when
14075         deleting `target-' from ${configdirs}.
14076
14077 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
14078
14079         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
14080         option.
14081
14082         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
14083         config/mh-necv4.
14084
14085         * install.sh: Correct misspelling of transformbasename.
14086
14087         * config.guess: Recognize mips-*-sysv*.
14088
14089 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
14090
14091         * config.sub: Recognize mon960.
14092
14093 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
14094
14095         * configure: Restore Canadian Cross handling of BISON and LEX,
14096         removed in Feb 20 change.
14097
14098 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
14099
14100         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
14101         Mention make install.  Remove the old copyright date as well the
14102         clumsy and rather pointless copyright on the README file.
14103
14104 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
14105
14106         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
14107         Makefile after running symlink-tree, then run `make distclean' to
14108         avoid clobbering any generated files in srcdir.
14109
14110 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
14111
14112         * configure.in (m68k-*-netbsd*): Build everything now.
14113
14114 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
14115
14116         * Makefile.in (taz): Fix quoting.
14117
14118 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
14119
14120         * configure.in (sparclet-*-*): Build everything now.
14121
14122 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14123
14124         * configure.in (m68k-*-linux*): New host.
14125
14126 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
14127
14128         * configure: Check for bison before byacc.
14129
14130 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
14131
14132         * Makefile.in configure:  Change the way LEX and BISON/YACC are
14133         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
14134         searching PATH.  These are used as fallbacks by Makefile.in if
14135         flex/bison/byacc aren't in objdir.
14136
14137 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
14138
14139         * Makefile.in: Make everything which depends upon all-bfd also
14140         depend upon all-opcodes, in case --with-commonbfdlib is used.
14141
14142 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14143
14144         * configure.in (host *-*-cygwin32): Don't build gdb if we are
14145         building NT native compilers on Unix.
14146
14147 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
14148
14149         * configure.in: Don't get CC from the host Makefile fragment if we
14150         can find gcc in PATH, or if this is a Canadian Cross.  Move the
14151         Solaris test for /usr/ucb/cc to the post target script, just after
14152         the compiler sanity test.
14153
14154 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
14155
14156         * config.sub: Merge with FSF.
14157
14158 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
14159
14160         * Makefile.in (RPATH_ENVVAR): New variable.
14161         (REALLY_SET_LIB_PATH): Use it.
14162         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
14163
14164 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
14165
14166         * config.sub, configure.in: Recognize sparclet cpu.
14167
14168 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
14169
14170         * config.guess:  Support m68k-cbm-sysv4.
14171
14172 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14173
14174         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
14175         m68k-unknown-linuxaout from linker help string.  Put quotes around
14176         $ld_help_string.
14177
14178 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
14179
14180         * config.guess (powerpc-harris-powerunix): Add guess for port
14181         to new target.
14182
14183 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14184
14185         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
14186
14187 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
14188
14189         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
14190         $(REALLY_SET_LIB_PATH) in Makefile.
14191         * Makefile.in (SET_LIB_PATH): New variable.
14192         (REALLY_SET_LIB_PATH): New variable.
14193         ($(DO_X)): Use $(SET_LIB_PATH).
14194         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
14195         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
14196         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
14197         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
14198         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
14199         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
14200         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
14201         (install-dosrel): Likewise.
14202         (all-opcodes): Depend upon all-libiberty.
14203
14204 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
14205
14206         * config.guess (*:CYGWIN*): New
14207
14208 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14209
14210         * Makefile.in (all-target-winsup): All all-target-libiberty.
14211
14212 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14213
14214         * configure.in (noconfigdirs): Add missing # in front of comment.
14215
14216 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
14217
14218         * configure.in: add second pass to things added to noconfigdirs
14219         so *-gm-magic can exclude libgloss properly.
14220
14221 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
14222
14223         * mpw-configure (extralibs_name, rez_name): Set correctly
14224         for MWC68K compiler.
14225
14226         * mpw-README: Add more info on the necessary build tools.
14227
14228 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
14229
14230         * configure.in, config.sub: Recognize cygwin32.
14231
14232 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
14233
14234         * config.guess, config.sub: Recognize A/UX.
14235
14236 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
14237
14238         * config.sub: Merge with gcc/config.sub.
14239
14240 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
14241
14242         * mpw-build.in (do-binutils): Add build of stamps.
14243
14244 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
14245
14246         * config.sub: Add recognition for mips64vr4100*-* targets.
14247
14248 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14249
14250         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
14251         Add creation of gconfigargs with `--enable-shared' turned on.
14252         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
14253         ($(host)-stamp-stage3-configured): Likewise.
14254         (HOLES): Add chatr and ldd.
14255         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
14256
14257 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
14258
14259         * configure: Pass --nfp to recursive configures.
14260
14261 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
14262
14263         * Makefile.in (DLLTOOL): New.
14264         (DLLTOOL_FOR_TARGET): New.
14265         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
14266         (EXTRA_TARGET_FLAGS): Ditto.
14267         (EXTRA_GCC_FLAGS): Ditto.
14268         (CONFIGURE_TARGET_MODULES): Ditto.
14269         (DO_X): Ditto.
14270         * configure: Add DLLTOOL.
14271
14272 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
14273
14274         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
14275         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
14276         mh-sco, since old workarounds no longer needed, and don't
14277         build ld, since libraries have weak symbols in COFF.
14278
14279 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
14280
14281         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
14282
14283 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
14284
14285         * configure.in: Make sure that ${CC} can be used to compile an
14286         executable.
14287
14288 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
14289
14290         * Makefile.in (all-gdb): Depend on $(GDB_TK).
14291         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
14292         nothing depending on whether gdbtk is being built.
14293
14294 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
14295
14296         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
14297
14298 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
14299
14300         * configure.in (noconfigdirs): Put ld or gas in this early, if the
14301         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
14302
14303 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
14304
14305         * config-ml.in: Add support for
14306         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
14307         Simplify setting of multidirs from --disable-foo.
14308
14309 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14310
14311         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
14312         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
14313         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
14314         non-empty, pass them on to the  GCC make.
14315         (all-bootstrap): New rule that is like all-gcc, except it executes
14316         the GCC bootstrap rule instead of the GCC all rule.
14317
14318 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
14319
14320         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
14321
14322 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14323
14324         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
14325         DG/UX support.
14326
14327 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
14328
14329         * config.sub (i*86*) Change [345] to [3456]
14330
14331 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14332
14333         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
14334         --with-gnu-ld=no.
14335
14336 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14337
14338         * config-ml.in (rs6000*, powerpc*): Add switches to control which
14339         AIX multilibs get built.
14340
14341 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14342
14343         * configure.in (i386-win32): Don't build expect if we're not
14344         building the tcl subdir.
14345
14346 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
14347
14348         * Makefile.in: (configure-target-examples, all-target-examples):
14349         New targets, configure and build example programs.
14350
14351 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
14352
14353         * mpw-configure: If an mpw-config.in generated a file mk.sed,
14354         use it as input to sedit the generated MPW makefile.
14355         * mpw-README: Add a suggestion about Gestalt.h.
14356
14357 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
14358
14359         * config.sub: Accept *-*-ieee*.
14360
14361 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
14362
14363         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
14364         Ronald F. Guilmette <rfg@monkeys.com>.
14365
14366 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14367
14368         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
14369         for powerpc-pe native.
14370         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
14371         (target==powerpc-pe): duplicate i386-win32 entry.
14372
14373 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14374
14375         * configure.in (noconfigdirs): Exclude target-newlib for all versions
14376         of vxworks, not just vxworks5.1.
14377
14378 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
14379
14380         * mpw-configure: Add support for exec-prefix.
14381
14382 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14383
14384         * config.guess: Recognize HP model 816 machines as having
14385         a PA1.1 processor.
14386
14387 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14388
14389         * configure: Ignore new autoconf configure options.
14390
14391 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
14392
14393         * config.guess:  Recognize Pentium under SCO.
14394         From Robert Lipe <robertl@arnet.com>.
14395
14396 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14397
14398         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
14399
14400 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
14401
14402         * configure.in: Don't configure gas for alpha-dec-osf*.
14403
14404 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
14405
14406         * configure.in: Default to --with-stabs for some targets for which
14407         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
14408         i[345]86*-*-unixware*.
14409
14410 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14411
14412         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
14413         rather than basing it on the target.  Simplify handling of options
14414         controlling which directories to configure.  Remove extraneous
14415         slash in multi-clean target.
14416
14417 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
14418
14419         * config-ml.in: Prefix more variables with ml_ so they don't collide
14420         with configure's.
14421
14422 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
14423
14424         * configure: Don't turn -v into --v.
14425
14426 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
14427
14428         * configure.in (targargs): Fix typo.
14429
14430         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
14431
14432 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
14433
14434         * configure.in: Strip --host and --target options from
14435         CONFIG_ARGUMENTS, and always configure for --host only.  Add
14436         --with-cross-host option when building with a cross-compiler.
14437         * configure: Canonicalize the arguments put into config.status by
14438         always using `=' for an option with an argument.  Pass a presumed
14439         --host or --target explicitly.
14440
14441 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
14442
14443         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
14444         into general OS recognition case.
14445
14446 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14447
14448         * configure.in (target_configdirs): add target-winsup only
14449         for win32 target systems.
14450
14451 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
14452
14453         * Makefile.in (all-target-libgloss): Depend upon
14454         configure-target-newlib, since when libgloss is built it looks to
14455         see if the newlib directory exists.
14456
14457 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
14458
14459         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
14460         cfg-ml-*.in.
14461
14462 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
14463
14464         * configure: Handle LD and LD_FOR_TARGET when configuring a
14465         Canadian Cross.
14466
14467 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14468
14469         * configure.in (target_libs): add target-winsup.
14470         (target==i386-win32): add patch diff flex make to $noconfigdirs.
14471         (target==ppcle-pe): remove ld from $noconfigdirs.
14472
14473 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
14474
14475         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
14476         Preserve relative path names in $srcdir.  Build symlink tree if
14477         configuring cross target dir and srcdir=. (= no VPATH support).
14478         (configure-target-libg++): Depend on configure-target-librx.
14479         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
14480         * config-ml.in: New file.
14481         * symlink-tree: New file.
14482         * configure: Ensure srcdir="." if that's what it is.
14483
14484 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
14485
14486         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
14487         includes and FLEX_SKELETON setting.
14488         * mpw-configure (--with-gnu-ld): New option, controls whether
14489         to use PPCLink or ld with PowerMac GCC.
14490         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
14491         * mpw-config.in: Configure grez if targeting Mac.
14492
14493         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
14494         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
14495         just macos.
14496         * configure.in: Configure grez resource compiler if targeting Mac.
14497         * Makefile.in (all-grez, install-grez): New targets.
14498
14499 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
14500
14501         * configure: CXX defaults to gcc, not g++.  If we find
14502         gcc in the path, set CC to gcc -O2.
14503
14504 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
14505
14506         * configure: Default ${build} correctly.  Avoid picking up extra
14507         spaces when reading CC and CXX from Makefile.  When doing a
14508         Canadian Cross, use plausible default values for numerous
14509         variables.
14510         * configure.in: When doing a Canadian Cross, don't try to
14511         configure tools whose configure script can't handle it.
14512
14513 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14514
14515         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
14516
14517 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14518
14519         * configure:  Remove dubious bug reporting address.
14520
14521 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14522
14523         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
14524         configure script, run that instead of this directory's configure.
14525         In either case, print a message that we're configuring the sub-dir.
14526
14527 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14528
14529         * configure.in: Before checking for the existence of various files,
14530         use sed to filter out "target-".
14531
14532 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
14533
14534         * Makefile.in (DO_X): Split rule to decrease command line length
14535         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
14536         (Philippe De Muyter).
14537
14538 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14539
14540         * Makefile.in (all-patch): depend on all-libiberty.
14541
14542 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
14543
14544         * configure.in: If the only directory in target_configdirs which
14545         actually exists is libiberty, then set target_configdirs to empty,
14546         to avoid trying to build a target libiberty in a gas or gdb
14547         distribution.
14548
14549 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
14550
14551         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
14552         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
14553         systems.
14554
14555 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14556
14557         * configure.in (copy_dirs): Use sys-include instead of include
14558         for --with-headers option.
14559
14560 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
14561
14562         * Makefile.in, configure.in: Make winsup builds work with
14563         new scheme.
14564
14565 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
14566
14567         * configure.in: Build the linker on AIX.
14568
14569 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14570
14571         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
14572         where needed.
14573
14574 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
14575
14576         * Makefile.in (all-gcc): Fix typo.
14577
14578 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14579
14580         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
14581
14582 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14583
14584         * configure.in:  Rename libFOO to target-libFOO, and xiberty
14585         to target-xiberty, to provide more flexibility.
14586         (target_subdir):  Define.  Create if cross.
14587         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
14588         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
14589         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
14590         check-libFOO -> check-target-libFOO, etc.
14591         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
14592         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
14593         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
14594         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
14595         allow ALL_GCC="" to only configure.
14596         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
14597         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
14598         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
14599
14600 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
14601
14602         * Makefile.in (taz): Build "info" in etc explicitly.
14603
14604 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
14605
14606         * configure.in:  Make sure that CC is undefined (as opposed to
14607         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
14608         problem with autoconf trying to configure on a host without GCC.
14609
14610 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14611
14612         * mpw-configure: Set host alias from choice of host compiler,
14613         only use generic MPW Makefile sed if present, edit a file
14614         named "hacked_Makefile.in" instead of "Makefile.in" if present.
14615         * mpw-README: Add problem notes about CW6 and CW7.
14616
14617 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
14618
14619         * Makefile.in (taz): Use ";" instead of ";;".
14620
14621 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14622
14623         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
14624         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14625         DISTDOCDIRS.
14626         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
14627         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
14628
14629 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14630
14631         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
14632         and gnats, because they are now subsumed by DISTSTUFFDIRS.
14633         Move bfd to DISTSTUFFDIRS.
14634
14635 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14636
14637         * Makefile.in (X11_LIB): Removed.
14638         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14639
14640         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14641
14642 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14643
14644         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14645         names.
14646
14647 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14648
14649         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14650
14651 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
14652
14653         * configure.in (i[345]86-*-win32): Always build newlib.
14654         Don't configure cvs, autoconf or texinfo.
14655         * Makefile.in (LD_FOR_TARGET): New.
14656         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14657         Pass down LD_FOR_TARGET.
14658
14659 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14660
14661         * winsup: New directory.
14662         * Makefile.in: Build winsup.
14663         * configure.in: Winsup is configured when target is win32.
14664         Can only build win32 target GDB when native.
14665
14666 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
14667
14668         * config.guess: Recognize HP model 819 machines as having
14669         a PA 1.1 processor.
14670
14671 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14672
14673         * configure: Fix sed loop which substitutes for CC and CXX to
14674         avoid bug found in various sed implementations.
14675
14676 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14677
14678         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14679         simulator.  Use standard powerpc-*-eabi*.
14680
14681 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
14682
14683         * configure.in: Stop putting gas and binutils in noconfigdirs for
14684         powerpc-*-aix* and rs6000-*-*.
14685
14686 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
14687
14688         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14689         -mcall-aixdesc libraries.
14690
14691 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
14692
14693         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14694
14695         * config.sub (arm | armel | armeb): Fix shell syntax.
14696
14697 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14698
14699         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14700         -msoft-float and -mcpu=common support.
14701         (powerpc*-*-eabisim*): Add support for building -mcall-aix
14702         libraries.
14703
14704 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14705
14706         * configure.in: Allow configuration and build of emacs19 for the alpha.
14707
14708 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14709
14710         * configure.in (CC): Get ^CC, not just any old CC, from
14711         ${host_makefile_frag}.
14712
14713 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14714
14715         * configure.in (CC): Try to get CC from
14716         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14717
14718 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14719
14720         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14721         only if it exists in $(srcdir).
14722
14723 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14724
14725         * configure: If CC and CXX are not set in the environment, set
14726         them, based on either an existing Makefile or on searching for gcc
14727         in PATH.  Substitute for CC and CXX in Makefile.
14728         * configure.in: Remove libm from target_libs.  Separate
14729         target_configdirs from configdirs.  If CC is not set in
14730         environment, try to get it from a host Makefile fragment.  Rewrite
14731         changes of configdirs to use skipdirs instead.  A few minor
14732         tweaks.  Take directories out of target_configdirs as they are
14733         taken out of configdirs.  Remove existing Makefile files from
14734         subdirectories.  Substitute for TARGET_CONFIGDIRS and
14735         CONFIG_ARGUMENTS in Makefile.
14736         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14737         by configure.in.
14738         (CONFIG_ARGUMENTS): Likewise.
14739         (CONFIGURE_TARGET_MODULES): New variable.
14740         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14741         ($(CONFIGURE_TARGET_MODULES)): New target.
14742         (configure-libg++, configure-libio): New targets.
14743         (all-libg++): Depend upon configure-libg++.
14744         (all-libio): Depend upon configure-libio.
14745         (configure-libgloss, all-libgloss): New targets.
14746         (configure-libstdc++): New target.
14747         (all-libstdc++): Depend upon configure-libstdc++.
14748         (configure-librx, all-librx): New targets.
14749         (configure-newlib): New target.
14750         (all-newlib): Depend upon configure-newlib
14751         (configure-xiberty): New target.
14752         (all-xiberty): Depend upon configure-xiberty.
14753
14754 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14755
14756         * configure.in (host i[345]86-*-win32):  Expand the
14757         noconfigdirs again.
14758
14759 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
14760
14761         * mpw-configure: Fix sed command file name.
14762
14763 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14764
14765         * configure.in (host i[345]86-*-win32): Reduce the
14766         noconfigdirs again.
14767
14768 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
14769
14770         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14771         or powerpc*-*-pe*, since they are not yet supported.
14772
14773 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14774
14775         Add PowerMac support and many other enhancements.
14776         * mpw-configure: New option --cc to select compiler to use,
14777         paste options set according to --cc into the generated
14778         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14779         if mpw-make.sed is present.
14780         * mpw-config.in: Don't test for gC1, test for mpw-touch,
14781         add forward includes for PowerPC include files.
14782         * mpw-build.in: Build using Makefile.PPC if present.
14783         (do-byacc, etc): Remove separate version resource builds.
14784         (do-gas): Build "stamps" before "all".
14785         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14786         * mpw-README: Update to reflect --cc option, PowerMac support,
14787         and recently-reported compatibility problems.
14788
14789 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
14790
14791         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14792         embedded m68k systems (-aout, -coff, -elf, -vxworks).
14793         (--with-multilib-top): Pass to recursive invocations.
14794
14795 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
14796
14797         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14798         v810-*-*.
14799
14800 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14801
14802         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14803         gdb, ld and opcodes on v810-*-*.
14804
14805 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14806
14807         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14808         (local-maintainer-clean): New target.
14809         (maintainer-clean): New target.
14810         (realclean): Just depend upon maintainer-clean.
14811
14812 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14813
14814         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14815
14816 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
14817
14818         * configure.in: Build ld in mips*-*-bsd* case.
14819
14820 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
14821
14822         * config.sub: Accept -lites* OS.  From Ian Dall.
14823
14824 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
14825
14826         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14827         targets.
14828
14829 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14830
14831         * configure.in: treat i386-win32 canadian cross the same as
14832         i386-go32 canadian cross.
14833
14834 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14835
14836         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14837         running under the simulator to build a reduced set of libraries.
14838         (powerpc-*-eabiaix): Add fine grained multilib support added to
14839         other powerpc targets yesterday.
14840
14841 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14842
14843         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14844         -disable-softfloat, -disable-relocatable, -disable-aix, and
14845         -disable-sysv to control which multilib libraries get built.
14846
14847 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14848
14849         * configure: Add Makefile.tem to list of files to remove in trap
14850         handler.
14851
14852 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14853
14854         * config.guess (*Linux*):  Add missing "exit"s.
14855         Also, need specific check for alpha-unknown-linux (uses COFF).
14856
14857 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14858
14859         * config.guess:  Merge with FSF:
14860
14861         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
14862         * config.guess (AIX4): More robust release numbering discovery.
14863
14864         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
14865         * config.guess (i386-sequent-ptx): Properly get version number.
14866
14867         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
14868         * config.guess (mips:*:4*:UMIPS): New case.
14869
14870 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14871
14872         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14873         (i386-win32 host): Likewise.  Don't build readline.
14874
14875 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
14876
14877         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
14878         SUPPORT_FILES to submakes.
14879
14880 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
14881
14882         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14883         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14884         mpw-configure.
14885
14886 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
14887
14888         * configure.in (appdirs): Use =, not ==, in test expression when
14889         trying to build the text to print in the warning message for
14890         Solaris users.
14891
14892 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
14893
14894         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14895
14896 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14897
14898         * config.guess: Recognize lynx-2.3.
14899
14900 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
14901
14902         * config.sub (z8ksim): Deleted
14903         (z8k-*-coff): New, this is the one true name of the target.
14904
14905 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
14906
14907         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14908
14909 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
14910
14911         * config.guess (*:Linux:*:*): First try asking the linker what the
14912         default object file format is (elf, aout, or coff).  Then if this
14913         fails, try previous methods.
14914
14915 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14916
14917         * configure.in: Don't build newlib for *-*-vxworks5.1.
14918
14919 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14920
14921         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14922         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14923
14924 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
14925
14926         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14927
14928 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
14929
14930         * cfg-ml-com.in: New file.
14931         * cfg-ml-pos.in: New file.
14932
14933 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14934
14935         * COPYING.NEWLIB: Add HP free copyright to list.
14936
14937 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14938
14939         * config.sub: Recognize -eabi* for the system, not just -eabi.
14940
14941 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14942
14943         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14944         * config.sub, configure.in (win32): New target and host.
14945
14946 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14947
14948         * configure.in: Add i386-pe configuration.
14949
14950 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
14951
14952         * mpw-build.in (install): Install GDB after LD.
14953
14954 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
14955
14956         * mpw-config.in (elf/mips.h): Always forward-include, needed
14957         for GDB to build.
14958
14959 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14960
14961         * testsuite: New directory for customer acceptance and whole tool
14962         chain tests.
14963
14964 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14965
14966         * configure: If per-host line isn't found, but AC_OUTPUT is found
14967         and a configure script exists, run it instead.
14968
14969 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14970
14971         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
14972
14973 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14974
14975         * configure: Set build_{cpu,vendor,os,alias} to host values when
14976         --build isn't specified.
14977
14978 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14979
14980         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14981         (FLAGS_TO_PASS): Pass them.
14982         (EXTRA_TARGET_FLAGS): Ditto.
14983
14984 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14985
14986         * Makefile.in (all-libg++): Depend on all-libstdc++.
14987
14988 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14989
14990         * configure.in (noconfigdirs): Enable all packages for
14991           i386-unknown-netbsd.
14992
14993 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
14994
14995         * configure.in (noconfigdirs): Don't configure tk for i386-go32
14996         hosted builds (DOS builds)
14997
14998 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14999
15000         Changes for ARM based on patches from Richard Earnshaw:
15001         * config.sub: Handle armeb and armel.
15002         * configure.in: Omit arm linker only for riscix.
15003
15004 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15005
15006         * config.guess:  Update from FSF.
15007
15008 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
15009
15010         * config.sub: Recognize powerpcle as the little endian variant of
15011         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
15012         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
15013         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
15014         temporarily.
15015
15016 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
15017
15018         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
15019
15020 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
15021
15022         * config.sub: Accept -lites* as a basic system type.
15023
15024 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
15025
15026         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
15027         installed, and if so return linuxoldld as the system name.
15028
15029 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
15030
15031         * config.guess: Add hppa1.1-hp-lites support.
15032
15033 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
15034
15035         * configure.in: Don't build newlib for m68k-vxworks5.1.
15036
15037 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15038
15039         * configure.in (mips-sgi-irix6): Use mh-irix5.
15040
15041 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
15042
15043         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
15044
15045 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15046
15047         * test-build.mk: Enable building of shared libraries on IRIX 5 and
15048         OSF/1.  Fix compiler flags.
15049         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
15050
15051 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
15052
15053         * configure.in: Recognize --with-newlib.
15054         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
15055
15056 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
15057
15058         * Makefile.in: move {all,check,install}-gdb from *_MODULES
15059         to *_X11_MODULES due to gdbtk needing X include files et al.
15060
15061 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
15062
15063         Merge in support for Mac MPW as a host.
15064         (Old change descriptions retained for informational value.)
15065
15066         * mpw-config.in: Add generic include forwards for cpu-specific
15067         include files in aout and elf directories.
15068
15069         * mpw-configure: Added copyright.
15070         * mpw-config.in: Check for presence of required build tools.
15071         (target_libs): Add newlib.
15072         (target_tools): Add examples.
15073         (Read Me): Generate as "Read Me for MPW" instead.
15074         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
15075         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
15076         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
15077
15078         * mpw-configure: Remove subdir-specific makefile hackery,
15079         delete mk.tmp after using it.
15080
15081         * mpw-build.in (all): Display start and end times.
15082
15083         * mpw-configure (host_canonical): Set.
15084         (target_cpu): Always add to makefiles.
15085         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
15086         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
15087         (mpw-mh-mpw): Look for in srcdir and srcroot.
15088         Use sed instead of mpw-edit-prefix to edit prefix definitions.
15089
15090         * mpw-build.in: (install-only): New target.
15091
15092         * mpw-configure (host_alias, target_alias): Rename from hostalias
15093         and targetalias, add into generated Makefile.
15094         (mk.tmp): If present, add into generated Makefile.
15095         * mpw-build.in (all-gas): Build config.h first before gas proper.
15096
15097         * mpw-configure (config.status): Write only if changed.
15098         * mpw-config.in (readline): Configure it (not built, just used for
15099         definitions).
15100
15101         * mpw-config.in (elf/mips.h): Add a forward include.
15102
15103         * mpw-config.in: Forward-include most .h files in include into
15104         extra-include.
15105         (readline): Don't build.
15106         mpw-build.in (install): Install GDB.
15107
15108         * mpw-configure (prefix, mpw_prefix): Handle it.
15109         * mpw-config.in (mmalloc, readline): Don't configure.
15110         * mpw-build.in (thisscript): Rename to ThisScript.
15111         Use mpw-build instead of BuildProgram everywhere.
15112         (mmalloc, readline): Don't build.
15113         * mpw-README: New file, basic documentation about the MPW port.
15114
15115         * mpw-config.in: Use forward-include to create include files.
15116
15117         * mpw-configure: Add more things to the top of each configured
15118         Makefile, including contents of config/mpw-mh-mpw.
15119         * mpw-config.in (extra-include): Create this directory and fill it
15120         with Posix-like include files when configuring.
15121
15122         * config.sub (apple, mac, mpw): Add various aliases.
15123
15124         * mpw-build.in: New file, top-level build script fragment for MPW.
15125         * mpw-configure: New file, configure script for MPW.
15126         * mpw-config.in: New file, config fragment for MPW.
15127
15128 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
15129
15130         * configure.in (host_libs): Remove glob, since it is gone from the
15131         sources.
15132
15133 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15134
15135         * Makefile.in: define empty GDB_NLM_DEPS var.
15136
15137         * configure.in(target_makefile_frag): use config/mt-netware
15138         for netware targets.
15139
15140 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
15141
15142         * config.sub: Merge in recent FSF changes.  Remove linux special
15143         cases.
15144
15145 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
15146
15147         Revert this change:
15148
15149         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15150
15151                 * build-all.mk: Use CC=cc -Xs on Solaris.
15152
15153 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
15154
15155         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
15156         stop using it.
15157         * Makefile.in: Nuke all references to glob subdirectory.
15158
15159 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15160
15161         * configure.in: Fix --enable-shared logic in per-host.
15162
15163 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
15164
15165         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
15166
15167 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
15168
15169         * configure.in (noconfigdirs): Don't build gas on AIX, for
15170         powerpc*-*-aix* as well as for rs6000*-*-aix*.
15171
15172 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
15173
15174         * configure: Fix --cache-file to work if the file argument is a
15175         relative path.
15176
15177 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
15178
15179         * configure: If the --cache-file is used, pass it down to
15180         configure in subdirectories.
15181
15182 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
15183
15184         * config.sub: add vxworks29k configuration.
15185
15186 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
15187
15188         * Makefile.in (taz): Do "diststuff" part quietly.
15189
15190 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
15191
15192         * config.sub: Mini-merge with gcc/config.sub.
15193
15194 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15195
15196         * config.guess (IRIX): Sed - to _.
15197
15198 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15199
15200         * Makefile.in (source-vault, binary-vault): New targets.
15201
15202 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
15203
15204         * config.sub: Recognize -eabi as a basic system type.
15205
15206 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15207
15208         * configure.in (enable_shared stuff): Fix typo.
15209
15210 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
15211
15212         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
15213
15214 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15215
15216         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
15217
15218 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
15219
15220         * configure.in (rs6000-*-*): Don't build gas.
15221
15222 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
15223
15224         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
15225         reduce command line length.
15226         (AS_FOR_TARGET): Check for as.new, not Makefile.
15227         (NM_FOR_TARGET): Check for nm.new, not Makefile.
15228
15229 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15230
15231         * config.guess:  Merge from FSF.
15232
15233 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15234
15235         * configure: Don't use $ when handling program_suffix.
15236
15237 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
15238
15239         * configure.in:  Configure tk for hppa/hpux.
15240
15241 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
15242
15243         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
15244
15245 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
15246
15247         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
15248         to LIBCXXFLAGS.  Tests are better run without it.
15249
15250 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
15251
15252         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
15253
15254 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
15255
15256         * configure.in (*-*-netware*): Don't configure xiberty.
15257
15258 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
15259
15260         * configure.in:  Remove tk from native_only list.
15261
15262 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
15263
15264         * build-all.mk: Add mips-ncd-elf target to sun4 targets
15265           for special NCD build.
15266
15267 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15268
15269         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
15270         makeall.bat, they're only useful for binutils snapshots.
15271         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
15272         makeall.bat to specified SUPPORT_FILES.
15273
15274 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
15275
15276         * build-all.mk: Add Ericsson targets to sun4 and solaris
15277           hosts.  Add  BNR's sun4 target to solaris host, so their
15278           build-from-source will be tested in-house first.
15279
15280 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
15281
15282         * Makefile.in (LIBCFLAGS): New variable.
15283         (CFLAGS_FOR_TARGET): Ditto.
15284         (LIBCFLAGS_FOR_TARGET): Ditto.
15285         (LIBCXXFLAGS): Ditto.
15286         (CXXFLAGS_FOR_TARGET): Ditto.
15287         (LIBCXXFLAGS_FOR_TARGET): Ditto.
15288         (BASE_FLAGS_TO_PASS): Pass them.
15289         (EXTRA_TARGET_FLAGS): Ditto.
15290
15291         * configure.in: Support --enable-shared.
15292
15293 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
15294
15295         * configure.in (target_libs):  Include libstdc++ again.
15296         * config.guess:  Update from FSF (for FreeBSD).
15297
15298 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15299
15300         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
15301         makeall.bat.
15302         (DISTDOCDIRS): Add `etc'.
15303         (ETC_SUPPORT_PFX): New variable.
15304         (taz): Include anything from etc starting with a word in
15305         ETC_SUPPORT_PFX.
15306
15307 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15308
15309         * config.sub: Update for recent FSF changes.  Remove obsolete
15310         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
15311         spacing changes.
15312
15313 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
15314
15315         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
15316
15317         * config.guess:  Merge with FSF.
15318         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
15319
15320 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15321
15322         * configure: Since the "trap 0" handler will override the exit
15323         status on many systems, only use it for "exit 1", and make it set
15324         a non-zero exit status; reset it before "exit 0".  Also, check
15325         exit status of config.sub, and error out if it failed.
15326
15327 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
15328
15329         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
15330         and install libgloss.
15331
15332 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15333
15334         * Makefile.in (all-binutils): Depend upon all-byacc.
15335
15336         * configure.in: Don't build emacs on Irix 5.
15337
15338 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
15339
15340         * configure.in (*-*-netware*): Add libio.
15341
15342 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
15343
15344         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
15345         (CHECK_TARGET_MODULES): Ditto.
15346         (INSTALL_TARGET_MODULES): Ditto.
15347         (TARGET_LIBS): Ditto.
15348         (all-libstdc++): Note dependencies.
15349
15350 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15351
15352         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
15353
15354 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
15355
15356         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
15357         -fexternal-templates.
15358
15359         * configure.in (target_libs): Add libstdc++.
15360         (noconfigdirs): Add libstdc++ as appropriate.
15361
15362 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15363
15364         * config.guess:  Update from FSF.
15365
15366 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15367
15368         * configure: Use ${config_shell} when running ${configsub}.
15369
15370 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
15371
15372         * config.sub: No longer recognize h8300h.
15373
15374 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15375
15376         * config.sub: Remove extraneous differences between config.sub and
15377         gcc/config.sub.
15378
15379 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15380
15381         * Makefile.in (DISTSTUFFDIRS): Add gas.
15382
15383 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
15384
15385         * COPYING.NEWLIB: New file.
15386
15387 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15388
15389         * config.guess (HP-UX):  Patch from Harlan Stenn
15390         <harlan@landmark.com> to also emit release level.
15391
15392 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
15393
15394         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
15395
15396 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15397
15398         * config.sub:  Merge nextstep cleanup from FSF.
15399
15400 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15401
15402         * configure.in (arm-*-*): Don't configure ld for this target.
15403
15404 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
15405
15406         * configure.in (*-*-netware): don't configure libg++, libio,
15407           librx, or newlib.
15408
15409 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15410
15411         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
15412         configure ld--it works, but it doesn't support shared libraries.
15413
15414 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15415
15416         * config.guess (*-unknown-freebsd*):  Get rid of possible
15417         trailing "(Release)" in version string.
15418         Patch from Paul Richards <paul@isl.cf.ac.uk>.
15419
15420 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15421
15422         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
15423         Fix type: *-next-neststep -> *-next-nextstep.
15424
15425         * config.guess:  Merge from FSF:
15426
15427         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
15428
15429         * config.guess: Recognize powerpc-ibm-aix3.2.5.
15430
15431         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
15432
15433         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
15434         instead of UNIX_SV for UnixWare 1.0).
15435
15436 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
15437
15438         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
15439         to make gdb/nlm/* build after the compiler and linker.
15440
15441 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15442
15443         * config.guess (netbsd, freebsd, linux):  Accept any machine,
15444         not just i[34]86.
15445         (m68k-atari-sysv4):  Relocate to match FSF version.
15446
15447         * config.guess:  More merges from the FSF:
15448
15449         Add a space before function call or macro invocation.
15450
15451         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15452
15453         * config.guess: Add trap cmd to remove dummy.c and dummy when
15454         interrupted.
15455
15456         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15457
15458         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
15459         (dummy): Redirect stderr from compilation of dummy.c.
15460
15461         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
15462
15463         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
15464
15465 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
15466
15467         * configure: Accept and ignore --cache*, for compatibility with
15468         new autoconf.
15469
15470 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15471
15472         * config.guess:  Merge from FSF:
15473
15474         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
15475
15476         * config.guess (Pyramid*:OSx*:*:*): New case.
15477         (PATH): Add /.attbin at end for finding uname.
15478         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
15479
15480         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
15481
15482         * config.guess (M88*:DolphinOS:*:*): New case.
15483
15484         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
15485
15486         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
15487         to select whether to use ELF or COFF.
15488
15489         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
15490
15491         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
15492
15493         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
15494
15495         * config.guess: Guess the OS version for HPUX.
15496
15497         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
15498
15499         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
15500
15501 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15502
15503         * configure.in: Recognize --with-headers, --with-libs, and
15504         --without-newlib.
15505         * Makefile.in (all-xiberty): Depend upon all-ld.
15506
15507 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15508
15509         * configure.in: Change i[34]86 to i[345]86.
15510
15511 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15512
15513         * configure (version): A few more tweaks to help message.
15514
15515 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15516
15517         * Makefile.in:  Remove (for now) librx as a host library,
15518         now that we're building it for target.
15519
15520 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15521
15522         * configure: Fix up help message; from karl@owl.hq.ileaf.com
15523         (Karl Berry).
15524
15525 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15526
15527         * configure.in:  Also configure librx.
15528
15529 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15530
15531         * Makefile.in:  Update various rules to reflect that librx
15532         is now needed for libg++.
15533
15534 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15535
15536         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
15537
15538 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
15539
15540         * configure.in: Configure the examples directory.
15541
15542 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15543
15544         * configure: Simplify Jun 2 1994 change.
15545
15546 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15547
15548         * change CC to /usr/latest/bin/gcc for lynx host builds, since
15549         /bin/gcc isn't good enough to build gcc.
15550
15551 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
15552
15553         * Makefile.in (GDB_SUPPORT_FILES): Remove
15554         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
15555         (gdb.tar.gz): Add new rule to use standard distribution building
15556         mechanism.
15557
15558 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15559
15560         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
15561         Bill Cox <bill@cygnus.com>.
15562
15563 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15564
15565         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
15566
15567 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
15568
15569         * configure:  Search current dir first in .gdbinit.
15570
15571 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15572
15573         * config.sub:  Recognize freebsd (merged from gcc config.sub).
15574
15575 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15576
15577         * config.sub:  Refer to NeXT's operating system as nextstep.
15578
15579         * config.sub (case $basic_machine):  Re-order the cases, to match
15580         the order in the FSF version (which is mostly alphabethical).
15581         Merge in some additions and changes from the FSF.
15582
15583 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
15584
15585         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
15586         * config.sub: Recognize cxux7.
15587         * configure.in: Use mh-cxux for m88k-harris-cxux*.
15588
15589 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15590
15591         * config.sub:  Fix typo powerpc -> powerpc-*.
15592
15593 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
15594
15595         * Makefile.in: `all-emacs19' depends on `all-byacc'.
15596
15597         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
15598         parallel with all-emacs and install-emacs).  Top-level command
15599         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
15600
15601 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15602
15603         * test-build.mk ($(host)-stamp-stage2-installed): Remove
15604         $(relbindir)/make before doing ``make install'', and use
15605         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
15606         installing over running make binary.
15607         ($(host)-stamp-stage3-installed): Likewise.
15608
15609 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15610
15611         * config.guess: Recognize Mach.
15612
15613 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15614
15615         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
15616         see whether --exec-prefix was used.
15617
15618 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15619
15620         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
15621
15622 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15623
15624         * Makefile.in: Add all-librx target similar to all-libproc.
15625
15626 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
15627
15628         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
15629         with post 1.2 uname bogosity.
15630
15631 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15632
15633         * configure: Remove temporary files on receipt of a signal.
15634
15635 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
15636
15637         * configure: If there is a package_makefile_frag, remove
15638         ${subdir}/Makefile.tem after copying it in.
15639
15640 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15641
15642         * build_all.mk: support rs6000 lynx identifies itself as
15643         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
15644         since /bin/gcc is too feeble to compile a modern gcc.
15645
15646 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15647
15648         * brought devo/test-build.mk update-to-date with progressive/
15649           test-build.mk. Add lynx targets and hppa flag info.
15650
15651 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15652
15653         * configure.in:  Use mh-ncrsvr43.  Patch from
15654         Tom McConnell <tmcconne@sedona.intel.com>.
15655
15656 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15657
15658         * config.guess (i386-unknown-bsdi):  No longer need to
15659         check #if defined(__bsdi__) && defined(__i386__).
15660
15661 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15662
15663         * configure: Set program_transform_nameoption correctly.
15664
15665 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15666
15667         * brought build-all.mk update-to-date with progressive build-all.mk,
15668           added new targets and hppa info.
15669
15670 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15671
15672         * configure: If config.guess result is a prefix of the user
15673         specified target, assume a native build and use the user specified
15674         target as the host alias.  Remove SunOS patch suffix removal hack.
15675         * configure.in: Remove SunOS patch suffix removal hack.
15676
15677         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15678         in NATIVE_CHECK_MODULES.
15679
15680 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
15681
15682         * Makefile.in: Rename HOST_ONLY to NATIVE.
15683         * configure: Delete SunOs patch suffix from host_canonical
15684           and build_canonical variables that are prepended to Makefiles.
15685         * configure.in: Add comments for easier maintenance.
15686
15687 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15688
15689         * Makefile.in: Add all-libproc target similar to all-gui.
15690
15691 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
15692
15693         * Makefile.in (CHECK_MODULES): split into
15694         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15695
15696 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
15697
15698         * config.guess (i386-unknown-bsdi): New system to guess.
15699
15700 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15701
15702         * Makefile.in: Add all-gui target (but not yet build by "all").
15703
15704 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
15705
15706         * config.sub: Move deletion of patch suffix from here...
15707         * configure.in: To here, at Ian's suggestion.  The top-
15708           level scripts might need to know of a patch level.
15709
15710 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
15711
15712         * config.sub: Strip off patch suffix so rtl is recognized
15713           as a sunos4.1.3 machine, even though it's been patched.
15714
15715 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
15716
15717         * Makefile.in (INSTALL_LAST): Delete.
15718         (INSTALL_DOSREL): New.
15719
15720 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15721
15722         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15723         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15724         whether we pass down --with-gnu-ld anyhow.
15725
15726 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
15727
15728         * Makefile.in (INSTALL_LAST): Change operation so it works
15729         on more flavors of make.
15730         * configure.in (go32): Don't build libg++ or libio.
15731
15732 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
15733
15734         * Makefile.in (Move HOST_PREFIX_1 and friends up so
15735         they can be overriden by templates.
15736
15737 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
15738
15739         * configure.in (target==go32): Don't build gdb.
15740         * dosrel: New directory.
15741
15742 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
15743
15744         * configure.in (host==go32): Configure dosrel too.
15745         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15746         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15747         be set by incoming names or templates.
15748         (INSTALL_LAST): New rule.
15749
15750 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
15751
15752         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15753
15754 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15755
15756         * configure.in (appdirs): New variable.  Currently empty, but will
15757         be used in gas distribution.  If nonempty, lists a set of
15758         directories at least one of which must get configured, or top
15759         level configuration is considered to have failed.
15760         (rs6000-*-lynxos*): Use new file name.
15761
15762 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15763
15764         Eliminate XTRAFLAGS.
15765         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15766         newlib include files using -idirafter, and also use -nostdinc.
15767         (CXX_FOR_TARGET): Likewise.
15768         (XTRAFLAGS): Removed.
15769         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15770         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15771         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15772         ($(DO_X)): Don't pass down XTRAFLAGS.
15773
15774 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15775
15776         * configure.in (mips*-dec-bsd*): New target; do build linker.
15777         (mips*-*-bsd*): New target; don't build linker.
15778
15779 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15780
15781         * configure.in: support rs6000-*-lynxos* configuration.
15782         support sunos4 as a cross target.
15783
15784         * config.sub: look for lynx*, not lynx since the OS version may
15785         legitimately be part of the name.
15786
15787 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15788
15789         * configure.in (i[34]86-*-sco*): Move to be with other i386
15790         targets.
15791         (romp-*-*): New target.  Skip various binary utilities.
15792         (vax-*-*): New target.  Don't build newlib.
15793         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
15794
15795 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15796
15797         * configure.in: Only set host_makefile_frag if config
15798         directory exists.
15799
15800 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15801
15802         * install.sh: If $dstdir exists, don't check whether each
15803         component does.
15804
15805 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15806
15807         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15808
15809 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
15810
15811         * configure.in (*-*-lynxos*): Don't configure newlib for either
15812         native or cross Lynx.
15813
15814 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
15815
15816         * config.sub (sparc64-elf): Fix os.
15817         (z8k): Remove duplicate.
15818
15819 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15820
15821         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15822         gcc/stmp-fixproto, to try to prevent fixproto from being run.
15823
15824 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
15825
15826         * configure: Make file links cleanly even if Lynx fails on
15827           an NFS symlink (at least fail cleanly).
15828
15829 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
15830
15831         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15832         -XNh2000.
15833
15834 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15835
15836         * configure: Unknown options are fatal again.
15837
15838 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
15839
15840         * configure: Ignore --x-includes and --x-libraries, for Autoconf
15841         compatibility.
15842
15843 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
15844
15845         * build-all.mk: Add `clean' target.
15846
15847 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15848
15849         * config.guess:  Add SINIX support.
15850         * configure.in:  Add mips-*-sysv4* support.
15851
15852 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
15853
15854         * build-all.mk: Document all useful targets.
15855         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15856         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15857
15858 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15859
15860         * configure: Support --silent, --quiet.
15861
15862 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15863
15864         * configure: Support --disable-FEATURE.
15865
15866 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15867
15868         * config.guess: Recognize NCR running SVR4.3.
15869
15870 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15871
15872         * config.guess:  Make BSDI generate i386-unknown-bsd386.
15873         Patch from Paul Eggert <eggert@twinsun.com>.
15874
15875 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15876
15877         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15878
15879 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15880
15881         * configure: Make unrecognized options give nonfatal warnings
15882         instead of fatal errors, and pass them to any subdirectory
15883         configures in case they recognize them.
15884         Make --x equivalent to --with-x.
15885
15886 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15887
15888         * configure: Add --enable-* options.  Clean up usage message and
15889         some comments.
15890
15891 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
15892
15893         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15894
15895 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15896
15897         * configure.in (hppa*-*-*): Enable binutils.
15898
15899 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15900
15901         * config.sub: Recognize cisco.
15902
15903 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
15904
15905         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15906
15907 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15908
15909         * config.guess: about target *-hitachi-hiuxwe2, don't print more
15910         than one configuration name.  Add comment.
15911
15912 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
15913
15914         * config.guess: about target *-hitachi-hiuxwe2, fixed
15915         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
15916         macro is incorrect.]
15917
15918 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15919
15920         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15921         than the "make ls" stuff which used to be here.
15922
15923 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15924
15925         * config.guess:  Recognize i[34]86-unknown-freebsd.
15926         From Shawn M Carey <smcarey@rodan.syr.edu>.
15927
15928 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15929
15930         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15931
15932 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
15933
15934         * config.guess: Check for ptx.
15935
15936 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
15937
15938         * config.sub: Add os9k checking.
15939
15940 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15941
15942         * config.guess: Handle OSF1 running on HPPA processors
15943
15944 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15945
15946         * configure: If subdir configure fails, print out a message with
15947         subdirectory name, in case subdir's configure code didn't identify
15948         itself.
15949
15950 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
15951
15952         * configure.in: Remove embedded newlines from configdirs.
15953         Avoid mismatches of substrings.  Fix matching strings at end
15954         of configdirs.
15955
15956 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
15957
15958         * config.guess:  Add Lynx/rs6000 config support.
15959
15960 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15961
15962         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15963
15964 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
15965
15966         * configure.in (hppa*-*-osf*): Treat this just like most other
15967         PA configurations (eg no binutils or ld).
15968         (hppa*-*-*elf*): These configurations have binutils and ld.
15969
15970 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15971
15972         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
15973
15974 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15975
15976         * configure.in (rs6000-*-*): Build gas.
15977
15978 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15979
15980         * Makefile.in:  Avoid bug in losing hpux sed.
15981
15982 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15983
15984         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15985         for GDB and GDB has been fixed to not need it.
15986
15987 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15988
15989         * config.guess: Recognize vax hosts.
15990
15991 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15992
15993         * configure (while loop): Don't use "break 2" inside case
15994         statement -- the case statement isn't an enclosing loop.
15995
15996 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15997
15998         * config.guess:  Clean up NeXT support, to allow nextstep
15999         on Intel machines.  Make OS be nextstep.
16000
16001 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
16002
16003         * config.guess: Add alternate forms for Convex.
16004
16005 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
16006
16007         * configure:  Completely rewrite option processing.  Take
16008         advantage of pattern-matching to avoid invoking test frequently.
16009         Also clean up host and target defaulting logic.
16010
16011 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
16012
16013         * Makefile.in: Replace all occurrances of "rootme" with "r" and
16014         "$${rootme}" with "$$r", to increase the likelihood that the do-*
16015         commands (plus user environment) will fit SCO limits.
16016
16017 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16018
16019         * configure.in: Don't issue warnings about directories which are
16020         not being configured if -norecursion is set.  Correct test for
16021         --with-gnu-as and --with-gnu-ld to not get confused by substring
16022         matches.
16023
16024         * configure.in: Don't build gas for alpha-dec-osf1*.
16025
16026 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
16027
16028         * configure:  Back out Per's change of 12/19/1993.  It changes the
16029         behavior of configure in unexpected and confusing ways.
16030
16031         Also, use different delim char when calculating
16032         program_transform_name so that the name can contain slashes.
16033
16034 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
16035
16036         * configure.in, config.sub: Add support for VSTa micro-kernel.
16037
16038 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
16039
16040         * configure.in: Nuke hacks which were used to get a special
16041         version of GAS for HPPA configurations.
16042
16043 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16044
16045         * configure:  If only ${target_alias} is given, use that
16046         as the default for ${host_alias}.
16047         * configure:  Add missing back-slashes before nested quotes.
16048
16049 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
16050
16051         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
16052
16053 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
16054
16055         * config.guess:  Recognize some Tektronix configurations.
16056         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
16057
16058 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16059
16060         * config.sub: Match any flavor of SH.
16061
16062 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
16063
16064         * configure.in: Don't try to configure newlib for Alpha.
16065
16066 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16067
16068         * configure.in: Don't build ld for Irix 5.  Don't build gas,
16069         libg++ or libio for any Alpha target.
16070
16071         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
16072
16073 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
16074
16075         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
16076         default arguments -- so it tried to compress itself.
16077
16078 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
16079
16080         * configure.in (notsupp): ensure that a space is always at the end
16081           of the configdirs list, since the grep checks for an explicit space
16082
16083 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16084
16085         * configure.in (target i386-sysv4.2): don't build ld, since static
16086           versions of many libraries are not available.
16087
16088 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16089
16090         * config.guess: Recognize Apollos (using environment variables).
16091         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
16092
16093 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16094
16095         * config.guess: Recognize Sony news mips running newsos.
16096
16097 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
16098
16099         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
16100         "fi ; else" for bash.
16101
16102 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
16103
16104         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
16105
16106 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
16107
16108         * config.sub: accept unixware as an alias for svr4.2.
16109         Fix some inconsistancies with the gcc version.
16110
16111 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16112
16113         * Makefile.in (DISTDOCDIRS):  Add gdb.
16114
16115 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16116
16117         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
16118
16119 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
16120
16121         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
16122         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
16123         this now.
16124
16125 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16126
16127         * config.sub: Accept hiux* as an OS name.
16128
16129         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
16130         etc/make-stds.texi.  The underscore came from gcc, and dje now
16131         agrees that RUNTESTFLAGS is the correct name.
16132
16133 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16134
16135         * install.sh:  Remove 'set -e'.  It makes any conditionals
16136         in the script useless.
16137
16138         * config.guess: Automatically recognize arm-acorn-riscix
16139         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
16140
16141 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
16142
16143         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
16144
16145 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
16146
16147         * Makefile.in (DISTDOCDIRS): New variable.
16148         (taz): Edit local Makefile.in sooner, instead of proto-toplev
16149         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
16150
16151 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16152
16153         * configure.in (hppa target): check the source directory for the
16154           pagas sub-directory
16155
16156 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
16157
16158         * config.sub: Allow -aout* and -elf*.
16159
16160 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
16161
16162         * configure.in: Don't build ld on i386-solaris2, same as for
16163         sparc-solaris2.
16164
16165 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16166
16167         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
16168
16169 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16170
16171         * configure.in:  Configure gdb for alpha.
16172
16173 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16174
16175         * Makefile.in (CXXFLAGS): Add -O.
16176
16177 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16178
16179         * config.guess: added support for DG Aviion
16180
16181 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
16182
16183         * configure.in: Produce warning message for subdirectories not
16184         configurable for this host/target combination.  Don't try to
16185         configure gdb for vms.
16186
16187 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
16188
16189         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
16190         appropriate files before making "diststuff".
16191         (DISTBISONFILES): New var: list of files to be edited.
16192         (DISTSTUFFDIRS): Add binutils.
16193
16194 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16195
16196         * config.sub: also handle mipsel and mips64el (for little endian mips)
16197
16198 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16199
16200         * configure.in: Add * to end of all OS names.
16201
16202 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
16203
16204         * configure.in: Build newlib for LynxOS native.
16205
16206 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16207
16208         * config.guess: Add support for delta 88k running SVR3.
16209
16210         * configure.in: Add comment about HP compiler vs. emacs.
16211
16212 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16213
16214         * configure.in: don't build ld on solaris2 (not a viable option
16215           due to bugs in getpwnam & getpwuid)
16216
16217 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
16218
16219         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
16220         config.guess will produce a full version number.
16221
16222 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16223
16224         * configure.in: Build linker and binutils for alpha-dec-osf1.
16225
16226 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16227
16228         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
16229         and gdb/testsuite/Makefile.in.
16230
16231 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16232
16233         * configure.in: recognize mips*- instead of mips-
16234
16235 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
16236
16237         * config.sub: Accept linux*coff and linux*elf as operating
16238         systems.
16239
16240 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16241
16242         * config.sub: Recognize mips64, and mips3 as an alias for it.
16243
16244 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16245
16246         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
16247         gdb knows how to handle OSF/1 shared libraries.
16248
16249 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16250
16251         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
16252         * config.guess: Recognize Hitachi's HIUX.
16253         * config.sub: Recognize h3050r* and hppahitachi.
16254         Remove redundant cases for hp9k[23]*.
16255
16256 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16257
16258         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
16259         if gas and ld are in the source tree and are in ${configdirs}.
16260         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
16261         --with options (but still pass them down on the command line,
16262         if they were explicitly specified).
16263
16264 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16265
16266         * configure: substitute SHELL value in Makefile.in with
16267         ${CONFIG_SHELL}
16268
16269 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16270
16271         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
16272         *-*-solaris2* targets.
16273
16274 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16275
16276         * Makefile.in: define M4, and pass it down to sub-makes;
16277         all-autoconf now depends on all-m4
16278
16279 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16280
16281         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
16282         presence of {ar,ranlib} instead of a configured directory
16283
16284 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
16285
16286         * config.guess: Accept 34?? as well as 33?? for NCR.
16287
16288 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16289
16290         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
16291         of 'gas' in sed commands, since 'gash' is now in the tree as well.
16292
16293 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16294
16295         * configure: grab values for $(CC) and $(CXX) from the
16296         environment, so that someone can do "CC=gcc configure; make" and
16297         have it work right (matching the way that autoconf works now)
16298
16299         * configure.in, Makefile.in: add support for gash, the tcl
16300         interface to Galaxy
16301
16302         * config.guess: add NetBSD variants (hp300, x86)
16303
16304 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
16305
16306         * install.sh: Support -d option (in the manner of SunOS 4 install,
16307         as it is more deterministic than that of GNU install)
16308         (chmodcmd): Set file to mode 755 by default (should also do default
16309         chgrp and chown, but I don't feel like dealing with that now)
16310
16311 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
16312
16313         * config.sub: Remove h8300hhms alias.
16314
16315 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16316
16317         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
16318
16319 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16320
16321         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
16322         as stmp-fixinc
16323
16324 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
16325
16326         * config.sub: recognize m88110-bug-coff.
16327
16328 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16329
16330         * Makefile.in (all-libio): all dependencies on the toolchain used
16331         to build this (gcc, gas, ld, etc)
16332
16333 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16334
16335         * config.guess: Deal with OSF/1 1.3 on alpha.
16336
16337 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16338
16339         * install.sh: add some 'else true' clauses for portability
16340
16341         * configure.in: don't build libio for h8[35]00-*-* targets
16342
16343 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16344
16345         * Makefile.in:  Add support for new libio.
16346
16347 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16348
16349         * install.sh: If one command fails, don't try the rest.  Don't try
16350         to remove $dsttmp (via trap) unless we have already created it.
16351         If $src doesn't exist, detect it and exit with an error.
16352
16353         * config.guess: Recognize BSD on hp300.
16354
16355 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16356
16357         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
16358         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
16359
16360 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
16361
16362         * Makefile.in (all-send-pr): depends on all-prms
16363
16364 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16365
16366         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
16367
16368 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16369
16370         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
16371         Added test for mips-mips-riscos5.
16372
16373 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16374
16375         * configure.in: use mh-hp300 for 68k HP hosts
16376
16377 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16378
16379         * configure: add support for CONFIG_SHELL, so that you can use
16380         some alternate shell for evaluating configure scripts
16381
16382 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
16383
16384         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
16385         in configure script to bug-gdb@prep.ai.mit.edu when building
16386         distribution archive.
16387         * Makefile.in (COMPRESS):  Remove def.
16388         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
16389         gdb.tar.Z and make-gdb.tar.Z respectively.
16390         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
16391         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
16392         to convergence with 'taz' target in Makefile.in.
16393
16394 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16395
16396         * install.sh (dsttmp): use trap to ensure that tmp files go
16397         away on error conditions
16398
16399 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16400
16401         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
16402
16403 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16404
16405         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
16406         its parent is '/' not ''.
16407
16408         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
16409
16410 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
16411
16412         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
16413         that ${newsrcdir}/configure.in does.
16414
16415 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16416
16417         * test-build.mk: support for CONFIG_SHELL
16418
16419 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
16420
16421         * config.sub (netware):  Add as a basic system type.
16422
16423 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
16424
16425         * Makefile.in (Makefile): depend on configure.in.  Also drop the
16426           $(srcdir)/ from the dependency on Makefile.in.
16427
16428 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
16429
16430         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
16431         (h8300hhms is temporary until multi-libraries are implemented).
16432         * configure.in: Handle h8300h too.
16433
16434 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16435
16436         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
16437
16438 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
16439
16440         * configure:  Remove extraneous output when guessing host type.
16441         * config.guess:  Remove extraneous output when guessing using C
16442         compiler rather than uname, or when guessing fails.
16443
16444 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
16445
16446         * Makefile.in: remove all.cross and install.cross targets
16447
16448         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
16449           definitions
16450
16451 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
16452
16453         * configure.in (target sh): Build gprof.
16454
16455 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16456
16457         * config.sub: change -solaris to -solaris2
16458
16459 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16460
16461         * configure.in: Use config/mh-riscos for mips-*-sysv*.
16462
16463 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
16464
16465         * configure: Correct error message for missing Makefile.in to
16466         print correct directory.
16467
16468 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16469
16470         * install.sh: kludge around 386BSD shell bug
16471
16472 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
16473
16474         * config.guess:  Recognize NeXT.
16475         * config.guess:  Recognize i486-ncr-sysv4.
16476         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
16477
16478 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
16479
16480         * Makefile.in (MAKEINFOFLAGS): New variable.
16481         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
16482         * build-all.mk, test-build.mk: Pass down --no-split as
16483         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
16484
16485 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
16486
16487         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
16488
16489 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
16490
16491         * Makefile.in (libg++.tar.z):  New rule.
16492         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
16493         * Makefile.in (taz):  Only do a single chmod.
16494
16495 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
16496
16497         * install.sh: don't use dirname anymore (replaced with sed usage)
16498
16499 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
16500
16501         * Makefile.in:  Change extension for gzip'd files from '.z' to
16502         '.gz' per new FSF standard usage.
16503
16504 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
16505
16506         * configure: put quotes around the final value of program_transform_name
16507
16508 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16509
16510         * Makefile.in: new install.sh support; update install-info rules
16511
16512 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
16513
16514         * configure.in: Build diff for crosses, but not for go32 host.
16515
16516         * configure.in: Build gprof only for native, and don't build it
16517         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
16518
16519 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
16520
16521         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
16522
16523 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16524
16525         * configure.in (host_tools): Add prms.
16526
16527 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16528
16529         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
16530         with $(FLAGS_TO_PASS) on the command line
16531
16532         * config.sub: Recognize lynx and lynxos
16533
16534 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
16535
16536         * config.sub: Accept -ecoff*, not just -ecoff.
16537
16538 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16539
16540         * Makefile.in (taz): Use .gz suffix instead of .z.
16541         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
16542         names.
16543
16544 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16545
16546         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
16547
16548 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16549
16550         * Makefile.in (install-no-fixedincludes):  install gcc last, so
16551         that rebuilds that might happen during 'make install' don't get
16552         bogus gcc include files
16553
16554 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16555
16556         Change from Utah for HPPA support:
16557         * config.guess: Recognize hppa1.x-hp-bsd.
16558
16559 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
16560
16561         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
16562         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
16563
16564 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16565
16566         * config.sub: Add support for rom68k and bug boot monitors.
16567
16568 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
16569
16570         * Makefile.in: Make all-opcodes depend on all-bfd.
16571
16572 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16573
16574         * config.guess: Added special check for i[34]86-univel-sysv4*.
16575
16576 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
16577
16578         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
16579         the processor rather than assuming i486.
16580
16581 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16582
16583         * config.guess: Recognize SunOS6 as Solaris3.
16584
16585 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
16586
16587         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
16588         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
16589
16590 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
16591
16592         * build-all.mk (all-cross): New target for Canadian Cross.
16593         Added Q2 go32 targets.
16594         * test-build.mk: Configure go32 cross sparclite-aout and
16595         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
16596         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
16597
16598 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16599
16600         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
16601         GO32 hosted toolchains
16602
16603 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16604
16605         * configure: change  so "-exec-prefix" gets passed down rather
16606         than "-exec_prefix" so autoconf generated Makefiles get the
16607         exec_prefix set right.
16608
16609 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16610
16611         * config.guess: get the Solaris2 minor version number
16612
16613         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
16614
16615 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16616
16617         * config.guess: Recognize some Sequent platforms.
16618
16619 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16620
16621         * Makefile.in: added the vault-install target
16622
16623         * configure.in: actually use the Sun3 makefile fragment that's in
16624         config, also added the release dir to configdirs
16625
16626 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16627
16628         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16629
16630 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16631
16632         * configure.in: remove some program from Alpha targetted toolchains
16633
16634 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
16635
16636         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
16637         gprof.
16638         (taz): Run "make diststuff" in those directories instead of "make
16639         proto-dir".  Look for "VERSION=" only at start of line in subdir
16640         Makefile.  Use "gzip -9" for compression.
16641         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16642         (binutils.tar.z): New target.
16643
16644 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16645
16646         * Makefile.in (taz): Include gpl.texinfo.
16647
16648 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16649
16650         * Makefile.in (setup-dirs): Merged into "taz" target.
16651         (taz): Only do `proto-dir' stuff if a directory is actually needed
16652         for this target.
16653
16654 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
16655
16656         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16657         (FLAGS_TO_PASS): Pass down MUNCH_NM.
16658         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16659         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16660         (gcc-no-fixedincludes): Correct for current gcc Makefile.
16661
16662 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
16663
16664         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
16665         config.sub, and move-if-change to gdb testsuite distribution
16666         archive, so the testsuite can be extracted, configured, and
16667         run separately from the gdb distribution.  Blow away the Chill
16668         tests that require a Chill compiled executable, since GNU Chill
16669         is not yet publically available.
16670
16671 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16672
16673         * test-build.mk: set environment variables in a single command,
16674         instead of a list of assignments and exports
16675
16676         * config.guess: recognize Alpha/OSF1 systems
16677
16678 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16679
16680         * configure: Change help message to prefer --options rather than
16681           -options.
16682
16683 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16684
16685         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16686         zippy@ecst.csuchico.edu.
16687         * config.guess: Recognize miniframe.
16688
16689 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16690
16691         * Makefile.in: Use srcroot to find runtest rather than rootme.
16692         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16693
16694 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16695
16696         * test-build.mk: Extensive additions to support building on a
16697         machine other than the host.
16698
16699 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16700
16701         * configure (tooldir): Fix for i386-aix again.
16702
16703 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
16704
16705         * configure, Makefile.in:  Change definition of $(tooldir)
16706         to match the FSF.
16707
16708 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
16709
16710         * config.guess:  Recognize i[34]86/SVR4.
16711
16712 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16713
16714         * Makefile.in (all-gdb): gdb depends on sim.
16715
16716 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
16717
16718         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
16719         at the same time we make the prototype gdb directory.
16720         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
16721         files at the same time as the gdb base release distribution.
16722
16723 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
16724
16725         * Makefile.in (check): Use individual check targets rather than
16726         DO_X rule.
16727         (check-gcc): Added.
16728
16729 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
16730
16731         * config.sub: Use sysv3.2 not sysv32 for canonical OS
16732         for System V release 3.2.
16733
16734 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16735
16736         * config.sub: Recognize hppaosf.
16737         * configure.in: Do configure ld/binutils/gas for it.
16738
16739 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16740
16741         * configure (tooldir): Alter syntax used to set this, for systems
16742         where "\$" isn't handled right, like i386-aix.
16743
16744 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16745
16746         * configure: Pass program-transform-name, not
16747         program_transform_name, to recursive configures.
16748
16749 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
16750
16751         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16752         of gas+ld+binutils.
16753
16754 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
16755
16756         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
16757
16758 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16759
16760         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16761
16762 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16763
16764         * Makefile.in (PRMS): Set back to all-prms.
16765
16766 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16767
16768         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16769         targets, rather than for MIPS hosts.
16770
16771 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16772
16773         * configure.in: add comment for --with-x default values
16774
16775         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16776
16777         * Makefile.in: add check-* targets for each of the directories in
16778         the tree.  Add a definition of RUNTEST that will use the one we
16779         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
16780
16781 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
16782
16783         * configure.in: Removed obsolete references to bfd_target and
16784         target_makefile_frag.
16785
16786         * build-all.mk: Set assorted targets for Q2.
16787         * config.sub: Recognize z8k-sim and h8300-hms.
16788         * test-build.mk: Really don't pass host to configure.
16789         (HOLES): Added uname.
16790
16791 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
16792
16793         * configure: Handle an empty program-prefix, program-suffix or
16794         program-transform-name correctly.
16795
16796 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16797
16798         * build-all.mk: -G 8 no longer required for MIPS targets.
16799         * test-build.mk: Don't pass host argument to configure; make it
16800         guess.
16801
16802 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
16803
16804         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
16805         * Makefile.in (COMPRESS):  New macro, like GZIP.
16806
16807 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16808
16809         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16810
16811         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16812         with gas currently defaults to -G 0.
16813
16814 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
16815
16816         * Makefile.in (all-flex): flex depends on byacc.
16817
16818         * build-all.mk: If host not specified, use config.guess.  Pass TAG
16819         to test-build.mk as RELEASE_TAG.
16820         * test-build.mk (configargs): New variable containing arguments to
16821         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
16822         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16823
16824         * config.guess: Use /bin/uname when checking -X argument on SCO,
16825         to avoid invoking GNU uname which doesn't understand -X.
16826
16827         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16828
16829         * configure.in: Build gas for mips-*-*.
16830
16831 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16832
16833         * Makefile.in (all.normal): insert missing backslash.
16834
16835 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
16836
16837         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16838
16839         * Makefile.in: Complete overhaul to merge many almost identical
16840         targets.
16841
16842 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16843
16844         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16845         (gdb.tar.Z): Adjusted.
16846
16847         * Makefile.in (setup-dirs, taz): New targets; should be general
16848         enough to adapt for gdb sometime.  Build only .z file.
16849         (gas.tar.z): New target.
16850
16851 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
16852
16853         * build-all.mk: Use CC=cc -Xs on Solaris.
16854
16855 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
16856
16857         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
16858         for handling BISON for FSF releases.
16859
16860 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16861
16862         * configure: Actually implement the change zoo just documented.
16863
16864 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
16865
16866         * configure: when using config.guess, only set target_alias when
16867         it's not already been set (ie, on the command line)
16868
16869 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16870
16871         * Makefile.in: add installcheck target, set PRMS to install-prms
16872
16873 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16874
16875         * configure: add support for package_makefile_fragment, handle the
16876         case where a directory has a configure.in file but no Makefile.in
16877         more gracefully (with an actual understandable error message, even);
16878         add support for --without (and add this to the usage message); also
16879         explicitly add a --host=${host_alias} to the command line when
16880         config.guess is used
16881
16882 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16883
16884         * configure: Must use both --host and --target in recursive calls.
16885
16886 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16887
16888         * Makefile.in: Change deja-gnu to dejagnu.
16889
16890 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16891
16892         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16893
16894 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16895
16896         * configure.in: canonicalize all instances to *-*-solaris2*,
16897         also strip out a number of tools to not build for go32 host
16898
16899 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16900
16901         * config.guess: add GPL.
16902
16903         * Makefile.in, config.guess, config.sub, configure: bump
16904           copyrights to 93.
16905
16906 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
16907
16908         * Makefile.in (do-info): Removed obsolete check for existence of
16909         localenv file.
16910
16911         * Makefile.in (MAKEOVERRIDES): Define to be empty.
16912
16913 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16914
16915         * Makefile.in: a couple of 'else true' for decstation,
16916         support for TclX
16917
16918         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16919
16920 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
16921
16922         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16923
16924 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
16925
16926         * config.guess: Recognize i386-ibm-aix (PS/2).
16927         * configure.in: Use config/mh-aix386 file for it.
16928
16929 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
16930
16931         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16932         CC_FOR_TARGET instead.
16933         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16934
16935 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
16936
16937         * Makefile.in: Add sim to list of directories sent with gdb
16938
16939 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
16940
16941         * configure.in: Put back mips-dec-bsd* case.
16942
16943 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
16944
16945         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16946         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
16947         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16948
16949 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16950
16951         * configure.in: remove no-op mips-dec-bsd* in "case $target"
16952
16953         * Makefile.in (dir.info): only run gen-info-dir if it exists,
16954         (install-info): install dir.info only if it exists,
16955         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16956
16957 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
16958
16959         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
16960         gas for mips-dec-bsd.
16961
16962 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
16963
16964         * configure (makesrcdir): If ${srcdir} is relative and not ".",
16965         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16966
16967 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16968
16969         * configure.in: Added "dejagnu" to hosttools list.
16970
16971 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
16972
16973         * config.sub, configure.in, config.guess:  Add support
16974         for Bosx, an AIX variant from Bull.
16975         Patches from F.Pierresteguy@frcl.bull.fr.
16976
16977 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16978
16979         * devo/dejagnu: Initial creation of devo/dejagnu.
16980         Migrated dejagnu testcases and support files for testing software
16981         tools to reside as subdirectories, currently called "testsuite",
16982         within the directory of the software tool.  Migrated all programs,
16983         support libraries, etc. beloging to dejagnu proper from
16984         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
16985         with no modifications.  The changes to these files which will
16986         allow them to configure, build, and execute properly will be made
16987         in a future update.
16988
16989 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16990
16991         * Makefile.in: Change send_pr to send-pr.
16992         * configure.in: Likewise.
16993         * send_pr: Renamed directory to send-pr.
16994
16995 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
16996
16997         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
16998
16999 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
17000
17001         * README:  Update for gdb-4.8 release.
17002         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
17003         gdb-xxx.tar.z (gzip'd) file also.
17004
17005 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17006
17007         * Makefile.in: make all-diff depend on all-libiberty
17008
17009 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
17010
17011         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
17012
17013 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17014
17015         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
17016
17017 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
17018
17019         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
17020         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
17021         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
17022
17023 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17024
17025         * Makefile.in:  makeinfo binary is in a new location
17026
17027 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
17028
17029         * config.sub: Accept -ecoff as an OS.
17030
17031         * Makefile.in: Various changes to eliminate a level of make
17032         recursion and reduce the required command line length.
17033         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
17034         sub-makes.
17035         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
17036         variables holding settings for specific sub-makes.
17037         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
17038         in terms of BASE_FLAGS_TO_PASS.
17039         (TARGET_LIBS): New variable listing directories which use
17040         TARGET_FLAGS_TO_PASS.
17041         (subdir_do): Eliminated.
17042         (do-*): New set of targets to replace subdir_do.
17043         (various): All targets which used subdir_do now depend on do-*.
17044         (local-clean): Renamed from do_clean.
17045         (local-distclean): New target, dependency of distclean and
17046         realclean.
17047         (install-info): Don't create directories.  Depend on dir.info
17048         rather than calling make recursively.
17049         (install-dir.info): Eliminated.
17050         (install-info-dirs): Create all info directories here.
17051         (dir.info): Depend upon do-install-info.
17052
17053         * test-build.mk (HOLES): Added false.
17054
17055 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
17056
17057         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
17058
17059 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17060
17061         * Makefile.in (info): remove dependency on all-texinfo.  The
17062         problem was really in texinfo/C, not at this level.
17063
17064 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
17065
17066         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
17067
17068 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
17069
17070         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
17071         GDB releases.
17072
17073 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17074
17075         * configure: Include srcdir in message about target of link not
17076         being found.  Don't convert `-' to `_' in `with' options being
17077         passed to subdirs.
17078
17079 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17080
17081         * configure.in: add uudecode to host_tools
17082
17083         * Makefile.in: added {all,install}-uudecode targets, added them to
17084         the appropriate lists
17085
17086 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
17087
17088         * Makefile.in (all-gcc): Added dependency on all-gas.
17089
17090         * configure.in (mips-*-*): Build ld and binutils.
17091
17092 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
17093
17094         * configure: check return code from mkdir, print error message and
17095           exit on failure.
17096
17097 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
17098
17099         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
17100
17101 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
17102
17103         * test-build.mk (HOLES): Added tar, cpio and uudecode.
17104
17105 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
17106
17107         * config.sub (h8500):  Recognize this as a cpu type.
17108
17109 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17110
17111         * configure: source directory missing is no longer a warning
17112
17113         * configure.in: recognize irix[34]* instead of irix[34]
17114
17115         * Makefile.in: define and pass down X11_LIB
17116
17117 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
17118
17119         * guess-systype: Renamed to ...
17120         * config.guess:  ... by popular request.
17121         * configure.in, Makefile.in:  Update accordingly.
17122
17123 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
17124
17125         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
17126         + Add Convex, Cray/Unicos, and Encore/Multimax support.
17127         + Execute ./dummy instead of assuming . is in PATH.
17128
17129 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
17130
17131         * guess-systype:  New shell script.  Attempts to guess the
17132         canonical host name of the executing host.
17133         Only a few hosts are supported so far.
17134         * configure:  Call guess-systype if no host is specified.
17135
17136 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
17137
17138         * Makefile.in (gcc-no-fixedincludes): Made to work with current
17139         gcc Makefile.
17140
17141
17142 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
17143
17144         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
17145         (all-gcc, install-gcc, subdir_do): Use it.
17146
17147 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
17148
17149         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
17150
17151 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
17152
17153         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
17154           set exclusively by configure, using configure.in .
17155
17156 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17157
17158         * test-build.mk: set $PATH for all builds
17159
17160         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
17161
17162 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
17163
17164         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
17165         the one used in gcc/Makefile.in, so that a null expansion doesn't
17166         override the one needed to build gcc with a native cc.
17167
17168
17169 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17170
17171         * configure: Accept -with arguments.
17172
17173 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
17174
17175         * Makefile.in: added h8300sim
17176
17177 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
17178
17179         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
17180         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
17181         (all-cygnus, native, build-cygnus): Make
17182         $(canonhost)-stamp-3stage-done, not $(host)....
17183         * test-build.mk (stamp-3stage-compared): Use tail +10c for
17184         i386-sco3.2v4.  Added else true to if command.
17185
17186 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
17187
17188         * config.sub: (from FSF) Sequent uses a BSD-like OS.
17189
17190 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
17191
17192         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
17193
17194 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17195
17196         * configure.in: don't remove binutils from Solaris builds
17197
17198 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
17199
17200         * Makefile.in: get rid of earlier definitions for *clean,
17201         also handle the recursive info rule better
17202
17203 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
17204
17205         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
17206         do more-or-less the right thing.
17207
17208 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
17209
17210         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
17211         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
17212
17213 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17214
17215         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
17216         $(host_canonical).
17217
17218         * configure.in: split the configdirs list into 4 categories (native
17219         v. cross, library v. tool) and handle the cross-only and native-
17220         only in more reasonable (and correct!) way.
17221
17222 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
17223
17224         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
17225         configdirs anymore.
17226
17227 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17228
17229         * Makefile.in: extensive cleanup::  removed all of the explicit
17230         clean-* targets, collapsed many wrappers around subdir_do into
17231         one, added additional targets to satisfy standards.texi, deleted
17232         some old targets, some changes for consistency
17233
17234 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17235
17236         * configure.in: handle some programs as cross-only, and others as
17237         native only
17238
17239         * test-build.mk: handle partial holes in a more generic manner
17240
17241         * Makefile.in: m4 depends on libiberty
17242
17243 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17244
17245         * configure.in: add m4, textutils, fileutils, sed, shellutils,
17246         time, wdiff, and find to configdirs
17247
17248         * Makefile.in: all, clean, and install rules for the new programs
17249         added to configure.in
17250
17251 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17252
17253         * configure.in: use mh-sun for all *-sun-* hosts
17254
17255 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17256
17257         * Makefile.in: define flags for X11 include files and library file
17258         locations, pass them down to the programs that need this info
17259
17260         * build-all.mk: added a 'native' target, to 3stage the native toolchain
17261
17262 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17263
17264         * configure.in: start building libg++ for HP-UX targets
17265
17266 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
17267
17268         * README:  Update references to files moved into etc/.
17269
17270 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
17271
17272         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
17273         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
17274
17275 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
17276
17277         * configure: accept dash as well as underscore in long option
17278         names for FSF compatibility.
17279
17280 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
17281
17282         * config.sub: added -sco3.2v4 support from FSF.
17283
17284 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17285
17286         * configure.in: expand the section that adds or removes
17287         directories from the list of programs to build, to handle native
17288         vs. cross in addition to host v. native
17289
17290 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
17291
17292         * Makefile.in:  Replace C++ in macro names with CXX.
17293         This is less likely to break ...
17294
17295 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17296
17297         * test-build.mk: add -w to GNU_MAKE
17298
17299 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17300
17301         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
17302         add 'sparc' to list of recognized cpus.  This needed to make
17303         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
17304         Delete some redundant ose68 variants.  Recognize -wrs as an os,
17305         then changes that into $CPU-wrs-vxworks.
17306
17307         * configure.in: remove most references to gdbtest, regularize
17308         target based program removal
17309
17310         * test-build.mk: import from p3 tree (many fixes and changes)
17311
17312 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
17313
17314         * Makefile.in: added rules to handle tcl, tk, and expect
17315
17316         * configure.in: handle those directories if they exist
17317
17318 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17319
17320         * config.sub: removed bogus hppabsd and hppahpux names, since
17321         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
17322
17323 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17324
17325         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
17326         depends upon all-xiberty
17327
17328         * Makefile.in: changes from p3, including:
17329
17330         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
17331
17332         * Makefile.in (XTRAFLAGS): include newlib directories if
17333         newlib/Makefile exists, rather than if host != target.
17334
17335         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
17336
17337         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17338         from the same source tree and not building a cross-compiler.  This
17339         matters for the libg++ configuration if reconfiguring a tree that
17340         has already been installed.
17341
17342         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
17343
17344         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17345         pick up the machine and system specific header files.
17346
17347         * Makefile.in: added AS_FOR_TARGET, passed down in
17348         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
17349         the C compiler to use to create programs which are run in the
17350         build environment, set it to default to $(CC), and passed it down
17351         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17352
17353         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
17354
17355         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
17356         We need them for unusual native builds, like systems without
17357         ranlib.
17358
17359         * configure: also define $(host_canonical) and
17360         $(target_canonical), which are the full, canonical names for the
17361         given host and target
17362
17363 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
17364
17365         * Makefile.in:  Added separate definitions for C++.
17366
17367 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
17368
17369         * configure.in (configdirs):  Add deja-gnu.
17370
17371 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
17372
17373         * README:  Update for configure.texi and gdb-4.7 release.
17374
17375 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
17376
17377         * Makefile.in:  Move "all" target to top of file.
17378         Previously, first target was ".PHONY" which caused BSD4.4 make
17379         to build .PHONY when make was run without arguments.
17380
17381 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
17382
17383         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
17384         Library-copylefted code in libiberty.
17385
17386 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
17387
17388         * config.sub:  Replace m68kmote with plain old m68k.
17389
17390 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
17391
17392         * Makefile.in:  Remove space from blank line, avoid Make complaints.
17393
17394 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
17395
17396         * config.sub: Complain if no argument is given.  Added support for
17397         386bsd as OS and target alias.
17398
17399 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
17400
17401         * Makefile.in (XTRAFLAGS): include newlib directories if
17402         newlib/Makefile exists, rather than if host != target.
17403
17404 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
17405
17406         * config.sub: recognize sparclite-wrs-vxworks.
17407
17408         * Makefile.in (install-xiberty): added *-xiberty make rules (from
17409         p3.) Added clean-xiberty to clean.
17410
17411 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17412
17413         * configure.in: use *-*-* instead of nested cases for host and target
17414
17415 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
17416
17417         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17418         from the same source tree and not building a cross-compiler.  This
17419         matters for the libg++ configuration if reconfiguring a tree that
17420         has already been installed.
17421
17422 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
17423
17424         * config.sub (i486v/i486v4):  Merge in from FSF version.
17425
17426 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
17427
17428         * configure: only set PWD if it is already set.
17429
17430 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
17431
17432         * configure: just set PWD=`pwd` at the top, since Ultrix sh
17433         doesn't have unset and all success paths (and most error paths)
17434         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
17435         to just ${PWD} to avoid confusion.)
17436
17437 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
17438
17439         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
17440         even for a native compilation.
17441
17442 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
17443
17444         Changes to make the gdb.tar.Z rule work better.
17445
17446         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
17447         (DEVO_SUPPORT):  Add configure.texi.
17448         (bfd-ilrt.tar.Z):  Remove ancient rule.
17449
17450 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
17451
17452         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17453         pick up the machine and system specific header files.
17454
17455         * configure.in, config.sub: added new target m68010-adobe-scout,
17456         with alias of adobe68k.  Changed configure.in to check for
17457         -scout before -sco* to avoid a false match.
17458
17459         * Makefile.in: added AS_FOR_TARGET, passed down in
17460         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
17461         the C compiler to use to create programs which are run in the
17462         build environment, set it to default to $(CC), and passed it down
17463         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17464
17465 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
17466
17467         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
17468         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
17469         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
17470         FOR_TARGET variants, to newlib and libg++.
17471
17472 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17473
17474         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
17475         first.
17476
17477 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
17478
17479         * config.sub:  Accept `elf' as an environment.
17480
17481 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17482
17483         * Makefile.in (all-opcodes):  cd into the right directory
17484
17485 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
17486
17487         * configure: added -program_transform_name option, used as
17488         argument to sed when installing programs.
17489         configure.texi: added documentation for -program_prefix,
17490         -program_suffix and -program_transform_name.
17491
17492 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
17493
17494         * config.sub:  Accept i486 where i386 ok.
17495
17496 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
17497
17498         * config.sub: accept we32k
17499
17500 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
17501
17502         * config.sub, configure.in: accept OSE68000 and OSE68k.
17503
17504         * Makefile.in: don't create all directories for ``make install'';
17505         let the subdirectories create the ones they need.
17506
17507 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17508
17509         * COPYING: new file, GPL v2
17510
17511 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17512
17513         * Makefile.in: use the new gen-info-dir, which needs a template
17514         argument (which also lives in texinfo)
17515
17516         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
17517
17518 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
17519
17520         * config.sub (ncr3000):  Change i386 to i486.
17521
17522 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17523
17524         * Makefile.in: add install-rcs, install-grep to
17525         install-no-fixedincludes, removed install-bison and install-libgcc
17526
17527 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
17528
17529         * configure.in: grab the HPUX makefile fragment if on HPUX
17530
17531 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
17532
17533         * Makefile.in: eradicate bison spoor (ditto libgcc).
17534          configure.in: recognise m68{k,000}-ericsson-OSE.
17535          es1800 is alias for m68k-ericsson-OSE
17536
17537 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17538
17539         * configure.in: rearrange the parts that remove programs from
17540         configdirs, based now on HOST==TARGET or by canonical triple.
17541
17542 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17543
17544         * test-build.mk: recurse explicitly with -f test-build.mk when
17545           appropriate.  predicate stage3 and comparison on the existence
17546           of gcc.  That is, if gcc isn't around, we aren't three-staging.
17547           On very clean, also remove ...stamp-co.  Build in-place before
17548           doing other builds.
17549
17550 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17551
17552         * Makefile.in, configure.in: add tgas
17553
17554 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17555
17556         * Makefile.in: a number of changes merged in from progressive.
17557
17558         * configure.in: add libm.
17559
17560         * .cvsignore: ignore some stuff that comes from test-build.mk.
17561
17562 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
17563
17564         * config.sub:  Add es1800 (m68k-ericsson-es1800).
17565
17566 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
17567
17568         * configure: Add program_suffix (parallel to program_prefix)
17569         * Makefile.in: adjust directory-creating script for losing decstation
17570
17571 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
17572
17573         * configure:  Minor $subdir-related fixes.
17574
17575 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17576
17577         * configure: fix various problems with propogating
17578         makefile_target_frag in subdirs.
17579         * configure.in: config libgcc if its there
17580
17581 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
17582
17583         * config.sub:  HPPA merge.
17584
17585 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
17586
17587         * Makefile.in:  Replace all-bison with all-byacc in all
17588         dependency lines for other tools (which now use byacc).
17589
17590 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
17591
17592         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
17593
17594 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
17595
17596         * Makefile.in: make gprof rules similar to byacc rules (instead of
17597         vestigal $(unsubdir) that didn't work...)
17598
17599 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
17600
17601         * config.sub:  Add support for Linux.
17602         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
17603         (at least for libg++).
17604
17605 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
17606
17607         * configure.texi: fix doc for the -nfp option to configure
17608
17609 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
17610
17611         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
17612
17613 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
17614
17615         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
17616         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
17617         * configure.in: added solaris* host_makefile_frag hook.
17618
17619 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17620
17621         * config.sub: changed recognition of m68000 so that various
17622         m68k types can be specified via m680[01234]0
17623
17624 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17625
17626         * config.sub (basic_machine): fix sed so that '-foo' isn't
17627         completely substituted out while .+'-foo' loses the '-foo'
17628
17629 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
17630
17631         * config.sub ($os): Add -aout.
17632
17633 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
17634
17635         * configure:  If host_makefile_frag is absolute, don't
17636         prefix ${invsubdir} (relevant to libg++ auto-configure).
17637
17638 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
17639
17640         * Makefile.in (tooldir): Define it.
17641         (all-ld): Depend on all-flex.
17642
17643 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
17644
17645         * Makefile.in (check):  Fix libg++ special case.
17646
17647 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
17648
17649         * configure: do not bury `pwd` into config.status, thus do fewer
17650           pwd's.
17651
17652         * configure: print the "Building in" message only when building in
17653           other than "." AND verbose.
17654
17655         * configure: remove -s, rework -v to better accommodate guested
17656           configures.
17657
17658         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17659
17660 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
17661
17662         * Makefile.in: macroize flags passed on recursion.  remove
17663           fileutils.
17664
17665 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
17666
17667         * configure: get makesrcdir right for subdirs deeper than 1.
17668
17669         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17670           install.
17671
17672 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
17673
17674         * Makefile.in: don't print subdir_do or recursion lines.
17675
17676 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
17677
17678         * standards.texi: added menu item.
17679
17680         * Makefile.in: build and install standards.info.
17681
17682         * standards.texi: new file.
17683
17684 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17685
17686         * configure: test for and move config.status pieces from
17687           ${subdir}/.
17688
17689 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
17690
17691         * configure:  Test for existance of files before trying to mv
17692         them, to avoid numerous non-existance messages.
17693
17694 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
17695
17696         * configure: correct final line of config.status.
17697
17698         * configure: patch from eggert.  Avoids a protection problem if
17699           the original Makefile.in is read only.
17700
17701         * configure: use move-if-change from gcc to create config.status.
17702           Some makefiles depend on config.status to tell if a directory
17703           has been reconfigured for a different host.  This change
17704           prevents those directories from remaking everything in the case
17705           where the reconfig was only intended to rebuild a Makefile.
17706
17707         * configure: test for config.sub with "config.sub sun4" rather
17708           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
17709           host alias from a missing config.sub.
17710
17711 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17712
17713         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17714           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
17715
17716 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
17717
17718         * configure: mkdir ${subdir} as needed.
17719
17720 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
17721
17722         * Makefile.in,configure.in: added autoconf.
17723
17724 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17725
17726         * Makefile.in: no longer pass against on recursion.
17727
17728         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17729           definitions are not inherited.
17730
17731         * configure: correct makesrcdir when subdir is .
17732
17733 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
17734
17735         * configure:  Add support for 'subdirs' variable, which is
17736         like 'configdirs', except that configure doesn't re-invoke
17737         itself for subdirs, it just creates a Makefile for each subdir.
17738         * configure.texi:  Document subdirs.
17739
17740 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17741
17742         * configure.in: added flex to configdirs
17743
17744 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
17745
17746         * Makefile.in: remove clean-stamps from clean.
17747
17748 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
17749
17750         * configure.in:  Add gdbtest to configdirs.
17751
17752 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
17753
17754         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
17755         to recursive makes.
17756         * configure.in:  Recognize new ncr3000 config.
17757
17758 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
17759
17760         * Makefile.in, configure.in: removed references to gdbm.
17761
17762 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
17763
17764         * config.sub:  Don't canonicalize os value
17765         newsos* to bsd (readline needs to check for newsos).
17766         (This fix was earlier made Jan 31, but got re-broken.)
17767
17768 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
17769
17770         * configure.in:  sco is an os, not a vendor!
17771
17772         * configure:  Quote $( better.  Keep various shells happy.
17773
17774 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
17775
17776         * Makefile.in: eliminate stamp-files.
17777
17778 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
17779
17780         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
17781           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17782
17783 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
17784
17785         * config.sub:  fix iris/iris3.
17786
17787 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
17788
17789         * configure: re-add -rm.
17790
17791 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
17792
17793         * Maskefile.in: add .stmp-rcs to all.
17794
17795         * configure.in: remove gas from rs6000 build, use aix host fragment.
17796
17797 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
17798
17799         * configure: pass down site_option during recursion.
17800
17801 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
17802
17803         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
17804
17805 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
17806
17807         * configure: Change exec_prefix so that it really defaults to prefix.
17808
17809 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
17810
17811         * Makefile.in, configure.in:  Add support for mmalloc library.
17812
17813 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
17814
17815         * Makefile.in: add stmp dependencies for a few more things.
17816
17817 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
17818
17819         * configure: adjusted error message on objdir/srcdir configure
17820           collision, per john's suggestion.
17821
17822         * Makefile.in: add libiberty stmp to all and all.cross.
17823
17824 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
17825
17826         * Makefile.in: remove force dependencies, add grep to all.
17827
17828 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
17829
17830         * Makefile.in: drop flex.  make stamp files work.
17831
17832         * configure: added test for conflicting configuration in srcdir,
17833           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
17834           gets cranky.  use relative paths for configure and srcdir
17835           whenever possible.  Send some error messages to stderr that were
17836           going to stdout.
17837
17838 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
17839
17840         * Makefile.in:  Fix libg++ rule to check for gcc directory
17841         before using gcc/gcc.  Also pass XTRAFLAGS.
17842
17843 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
17844
17845         * Makefile.in: added stmp-files so that directories aren't polled
17846           when they are already built.
17847
17848         * configure.texi: fixed a node pointer problem.
17849
17850 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
17851
17852         * config.sub configure.in gdb/configure.in
17853         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17854         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17855         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
17856
17857 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17858
17859         * configure: -recurring becomes -silent.  corrected help message
17860           for -site= option.
17861
17862         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17863
17864 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17865
17866         * configure: when building Makefile for crosses, replace
17867           tooldir and program_prefix.  default srcdir from location of
17868           config.sub.  remove "for host in hosts" and "for target in
17869           targets" loops.
17870
17871 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17872
17873         * Makefile.in: Do not pass bindir or mandir to cvs.
17874
17875 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
17876
17877         * Makefile.in, configure.in: removed traces of namesubdir,
17878           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
17879           copyrights to '92, changed some from Cygnus to FSF.
17880
17881         * configure.texi: remove most references to multiple hosts,
17882           multiple targets, subdirs, etc.
17883
17884         * configure.man: removed rcsid. reference config.sub not
17885           config.subr.
17886
17887         * Makefile.in: mkdir $(infodir) on install-info.
17888
17889 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
17890
17891         * configure.texi:  Explain better about .gdbinit and about
17892         the environment that configure.in sections run in.
17893
17894 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
17895
17896         * configure.in:  Ultrix is only a decstation if it's a MIPS.
17897
17898 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
17899
17900         * README:  DOC.configure => cfg-paper.texi.
17901
17902 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
17903
17904         * config.sub (near case $os):  Don't convert newsos* to bsd!
17905
17906 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
17907
17908         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
17909         the number of copies of COPYING that go into the GDB tar file.
17910
17911 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
17912
17913         * bfd/configure.in, gdb/config/mh-i386sco,
17914         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17915         Fix SCO configuration stuff.
17916
17917 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
17918
17919         * Makefile.in:  For libg++, make sure the -I pointing
17920         to the gcc directory goes *after* all the libg++-local -I flags.
17921         Also, move just-gcc dependency from just-libg++ to all-libg++.
17922
17923 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
17924
17925         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
17926
17927 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
17928
17929         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
17930
17931 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
17932
17933         * config.sub:  Add stratus configuration frags.  Also
17934         submitted to FSF.
17935
17936 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
17937
17938         * Makefile.in (DEV_SUPPORT):  add configure.man.
17939
17940         * config.sub(Decode manufacturer-specific):  add -none*.
17941
17942 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
17943
17944         * Makefile.in:  remove form feeds to make Sun's make happy.
17945         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
17946
17947 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
17948
17949         * Makefile.in (AR_FLAGS):  Make quieter.
17950
17951 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
17952
17953         * configure.in:  Add libg++.
17954         * configure:  When verbose, don't output the command line at each
17955         level; it will be unremarkably the same as the previous version,
17956         which will be the same as what the user typed.
17957
17958 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
17959
17960         * configure.in, Makefile.in: fix clean-info, add flex.  add
17961           fileutils.
17962
17963         * configure: be less sensitive to spaces in Makefile.in.  Do not
17964           look for sources in "..".  Doing so breaks subdirectories that
17965           might have their own configure.  If a subdir has it's own
17966           configure script, use it.
17967
17968 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
17969
17970         * cfg-paper.texi: some changes suggested by rms.
17971
17972 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
17973
17974         * config.sub:  Merge in some small additions from the FSF version,
17975         taken from the gcc distribution, to bring the Cygnus and FSF
17976         versions into closer sync.
17977
17978 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
17979
17980         * configure.in:  Changed svr4 references to sysv4.
17981
17982 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
17983
17984         * configure: added -V for version number option.
17985
17986 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
17987
17988         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17989           renamed from DOC.configure to cfg-paper.texi.
17990
17991 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17992
17993         * configure, config.subr, config.sub: config.subr is now
17994           config.sub again.
17995
17996 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
17997
17998         * configure.texi: new file, in progress.
17999
18000         * Makefile.in: build info file and install the man page for
18001           configure.
18002
18003         * configure.man: new file, first cut.
18004
18005         * configure: find config.subr again now that configuration "none"
18006           has gone.  removed all traces of the -ansi option.  removed all
18007           traces of the -languages option.
18008
18009         * config.subr: resync from rms.
18010
18011 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18012
18013         * configure, config.sub, config.subr: merge config.sub into
18014           config.subr, call the result config.subr, remove config.sub, use
18015           config.subr.
18016
18017         * Makefile.in: revised install for dir.info.
18018
18019 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18020
18021         * configure.in: add decstation host makefile frag.
18022
18023         * Makefile.in: BISON now bison -y again.  also install-gcc on
18024           install.  clean-gdbm on clean.  infodir belongs in datadir.
18025           Make directories for info install.  Build dir.info here then
18026           install it.
18027
18028 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18029
18030         * Makefile.in: fix for bad directory tests.
18031
18032 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18033
18034         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
18035           regexp.  -srcdir relative was being handled incorrectly.
18036
18037         * Makefile.in: unwrapped some for loops so that parallel makes
18038           work again and so one can focus one's attention on a particular
18039           package.
18040
18041 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18042
18043         * configure: added PWD as a stand in for `pwd` (for speed). use
18044           elif wherever possible.  make -srcdir work without -objdir.
18045           -objdir= commented out.
18046
18047 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18048
18049         * configure: +options become --options.  -subdirs commented out.
18050           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
18051           Makefile now at top of generated Makefile.  Removed cvs log
18052           entries.  added -srcdir.  create .gdbinit only if there is one
18053           in ${srcdir}.
18054
18055         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
18056           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
18057           and mandir now keyed off datadir by default.
18058
18059 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18060
18061         * Freshly created ChangeLog.
18062
18063 \f
18064 Local Variables:
18065 mode: change-log
18066 left-margin: 8
18067 fill-column: 76
18068 version-control: never
18069 End: