OSDN Git Service

cbf5d8f208e8194649a47bb1153b1d1429c7d3ba
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2
3         * configure: Regenerate.
4
5 2004-04-15  James E Wilson  <wilson@specifixinc.com>
6
7         * Makefile.tpl (configure-[+module+], configure-gcc,
8         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
9         Set and export LDFLAGS.
10         * Makefile.in: Regenerate.
11
12 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
13
14         * MAINTAINERS: Add myself to write-after-approval.
15
16 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
17
18         PR bootstrap/14871
19         * Makefile.tpl: If we don't have built-in-tree target tools,
20         use the ones found by configure rather than hacking around with
21         program_transform_name.
22         * configure.in: Give Makefile.tpl the information necessary
23         to do that.
24         * Makefile.in: Regenerate.
25         * configure: Regenerate.
26
27 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
28
29         PR bootstrap/14760
30         * configure.in: When computing baseargs, strip *all* copies of
31         offending options.  Also, don't match/substitute the trailing space,
32         so that this actually works when two similar options are separated by
33         only one space.
34         * configure: Regenerate.
35
36 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
37
38         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
39         (rs6000-*-aix*): Same.
40         * configure: Regenerate.
41
42 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
43                                                                                 
44         * MAINTAINERS: Add myself to write-after-approval.
45
46 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
47                                                                                 
48         * MAINTAINERS: Add myself to write-after-approval.
49
50 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
51
52         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
53         STRICT_WARN, WARN_CFLAGS flags passed down to make.
54         * Makefile.in: Regenerate.
55
56         * configure.in (top level bootstrap support): Rework --enable-werror
57         to set @stage2_werror_flag@.
58         * configure: Regenerate.
59         * Makefile.tpl (top level bootstrap support): Pass
60         @stage2_werror_flag@ down to configure in stages 2 and 3.
61         * Makefile.in: Regenerate.
62
63 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
64
65         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
66         for stages 2 and 3 as well as in make.  As a consequence, remove
67         OUTPUT_OPTION (now detected by configure) from the flags passed down
68         to make.
69         * Makefile.in: Regenerate.
70
71         * Makefile.tpl (new-bootstrap): Fix typo.
72         * Makefile.in: Regenerate.
73
74 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
75
76         * Makefile.tpl: Rearrange by moving recursive_targets rules
77         into their proper sections.
78         * Makefile.tpl (top level bootstrap support): Move disabling
79         of coverage flags from 'make' to 'configure'; improve comments.
80         * Makefile.in: Regenerate.
81
82         * Makefile.tpl (experimental top level bootstrap) Move stage1
83         language setting from all- target to configure- target; disable
84         intermodule optimization in stage 1; prevent gratuitous rebuilds
85         of stage 1.
86         * Makefile.in: Regenerate.
87         * configure.in: Comma-separate stage 1 language list for top
88         level bootstrap.
89         * configure: Regenerate.
90
91         * Makefile.tpl: Clean up experimental top level bootstrap support:
92         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
93         prev-gcc in configure- targets as well as all- targets.
94         * Makefile.in: Regenerate.
95
96 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
97
98         * compile: New file imported from automake.
99
100 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
101
102         * configure.in: Remove symbolic link section.
103         * configure: Regenerate.
104         * Makefile.tpl (links): Remove.
105         * Makefile.in: Regenerate.
106
107 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
108             Nathanael Nerode  <neroden@gcc.gnu.org>
109
110         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
111         Set with AC_CHECK_PROGS.
112         * configure.in: Fix comment typo from last patch.
113         * configure: Regenerate.
114
115 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
116
117         * Makefile.tpl: Introduce experimental top level bootstrap support.
118         * Makefile.in: Regenerate.
119         * configure.in: Introduce support for top level bootstrap.
120         * configure: Regenerate.
121
122 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
123             Paolo Bonzini  <bonzini@gnu.org>
124
125         PR bootstrap/14522
126         * configure.in: Cope with shells that do not support unquoted ^
127         * configure: Regenerate.
128
129 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
130             Paolo Bonzini  <bonzini@gnu.org>
131
132         PR bootstrap/14522
133         * configure.in: Cope with shells that do not support nesting
134         quotes inside quoted backquote substitutions.
135         * configure: Regenerate.
136
137 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
138
139         PR bootstrap/14522
140         * configure.in: Fix escaping of $.
141         * configure: Regenerate.
142
143 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
144
145         * configure: Regenerate, since I forgot to while committing Paolo's
146         changes.
147
148 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
149
150         PR ada/14131
151         Move language detection to the top level.
152         * configure.in: Find default values for the tools as
153         soon as possible.  Disable ada if GNAT is not found.
154         Emit error message about missing languages.  Expand
155         --enable-languages=all for the gcc subdirectory.
156
157 2004-03-10  Ben Elliston  <bje@gnu.org>
158
159         * MAINTAINERS: Update my email address.
160
161 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
162
163         * ltconfig: Disable building static libraries if building shared
164         libraries on AIX 5L.
165
166 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
167
168         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
169         and disable libgcj.
170         * configure: Regenerated.
171
172 2004-03-01  Brian Booth  <bbooth@redhat.com>
173
174         * MAINTAINERS: Add myself to write-after-approval.
175
176 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
177
178         * MAINTAINERS: Add myself to write-after-approval.
179         
180 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
181
182         PR bootstrap/7087
183         * Makefile.tpl: Guard XFOO sed statements better.
184         * Makefile.tpl: Add dependency for configure-target-libada.
185         * Makefile.in: Regenerate (incidentally fixes broken
186         commit when libada-branch was merged).
187
188 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
189
190         * MAINTAINERS: Add myself to write-after-approval.
191
192 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
193
194         * MAINTAINERS: Add Nicola Pero and myself as libobjc
195         maintainers.
196
197 2004-02-20  Andrew Cagney  <cagney@redhat.com>
198
199         * config.guess: Update from version 2003-10-16 to 2004-02-16.
200         * config.sub: Update from version 2003-11-03 to 2004-02-16.
201
202 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
203
204         PR bootstrap/11932
205         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
206
207 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
208
209         * MAINTAINERS: Added myself to write-after-approval.
210
211 2004-02-14  Michael Koch  <konqueror@gmx.de>
212
213         * MAINTAINERS: Added myself to write-after-approval.
214
215 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
216
217         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
218         some OS port maintainers to OS port maintainers section.
219
220 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
221
222         * MAINTAINERS: Add self.
223
224 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
225
226         * MAINTAINERS: Alphabetize.
227
228 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
229
230         * MAINTAINERS: Remove myself.
231         
232 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
233
234         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
235         (rs6000-*-aix*): Same.
236         * configure: Regenerate.
237
238 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
239
240         * configure.in (host): Add in missing $noconfigdirs to defines.
241         * configure: Regenerate.
242
243 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
244             Nathanael Nerode  <neroden@gcc.gnu.org>
245
246         PR ada/6637, PR ada/5911
247         Merge with libada-branch:
248         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
249         with appropriate dependencies. Add --enable-libada configure switch.
250         * configure, Makefile.in: Regenerate.
251
252 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
253
254         * MAINTAINERS: Add myself to write-after-approval.
255         
256 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
257
258         * configure.in: Don't pass --with-stabs on IRIX 5 either.
259         * configure: Regenerate.
260
261 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
262
263         Merge from upstream:
264
265         * ltmain.in: When setting IFS to '~', be careful about user
266         arguments that contain '~'.
267
268         2004-02-04  Peter O'Gorman  <peter@pogma.com>
269
270         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
271         Also test $base_compile against $CC with escaped arguments. Bug
272         reported by Geoff Keating <geoffk@apple.com>.
273
274 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
275
276         * MAINTAINERS: Remove i960 port.
277
278 2004-01-23  DJ Delorie  <dj@redhat.com>
279
280         * Makefile.def (target_modules) [libiberty]: Don't stage.
281         * Makefile.in: Rebuilt.
282
283 2004-01-20  Caroline Tice  <ctice@apple.com>
284
285         * MAINTAINERS: Add myself to write-after-approval.
286         
287 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
288
289         * MAINTAINERS: Update my email address.
290
291 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
292
293         * MAINTAINERS: Add myself to write-after-approval.
294         
295 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
296
297         * MAINTAINERS: Remove entries without email address.
298
299 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
300
301         * MAINTAINERS: Add myself to write-after-approval.
302
303 2004-01-15  Steven Bosscher  <stevenb@suse.de>
304
305         * MAINTAINERS: Update my email address.
306
307 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
308
309         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
310         * Makefile.tpl (configure-target-[+module+]): Support stage.
311         * Makefile.in: Rebuilt.
312
313 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
314
315         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
316
317 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
318
319         * MAINTAINERS: Add myself as a MIPS maintainer.
320
321 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
322
323         * configure.in: Use ./config.cache, not config.cache.
324         * configure: Regenerate.
325         * Makefile.tpl: Special-casing not needed for GCC any more.
326         * Makefile.in: Regenerate.
327
328         * configure.in: Don't share a cache file for host dirs.
329         * configure: Regenerate.
330
331         * config-ml.in: Don't mess with the cache file.
332
333 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
334
335         * MAINTAINERS: Move myself from 'Write After Approval' to
336         'CPU Port Maintainers' section as SPARC maintainer.
337
338 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
339
340         * Makefile.tpl: Make GCC use a separate config.cache.
341         * Makefile.in: Regenerate.
342
343         PR bootstrap/11932, PR bootstrap/11933
344         (I don't know if it will fix either of them, but it relates
345         to them.)
346         * configure.in: Don't use shared config.cache for target
347         directories.
348         * configure: Regenerate.
349
350 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
351
352         * MAINTAINERS: Add myself to 'Write After Approval' section.
353
354 2003-12-31  Roger Sayle  <roger@eyesopen.com>
355
356         * configure.in (ia64*-*-hpux*): Disable building java libraries.
357         * configure: Regenerated.
358
359 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
360
361         * MAINTAINERS: Remove the mn10200 maintainer.
362
363 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
364  
365         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
366         * configure: Regenerated.
367
368 2003-12-16  Jan Hubicka  <jh@suse.cz>
369
370         * MAINTAINERS: Add myself as callgraph maintainer.
371
372 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
373
374         * configure.in (raw_libstdcxx_flags): Remove the leading space.
375         * configure: Regenerate.
376
377 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
378
379         * MAINTAINERS: Move myself from 'Bug database only accounts' to
380         'Write After Approval' section. Update email.
381
382 2003-12-01  James Lemke <jim@wasabisystems.com>
383
384         * MAINTAINERS (Write After Approval): Add myself.
385
386 2003-11-20  Matt Thomas  <matt@3am-software.com>
387
388         * MAINTAINERS: Add myself as a vax port maintainer.
389
390 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
391
392         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
393         (configure-build-[+module+], configure-[+module+]): Likewise.
394         (configure-target-[+module+], configure-gcc, config.status): Likewise.
395         * Makefile.in: Regenerate.
396
397 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
398
399         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
400         shared/dylibed libraries.
401         * ltmain.sh: Likewise.
402         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
403         * ltcf-cxx.sh: Likewise.
404         * ltcf-gcj.sh: Likewise.
405         * ltconfig: Likewise.
406
407 2003-11-17  Stan Cox  <scox@redhat.com>
408
409         * MAINTAINERS: Add myself as iq2000 port maintainer.
410
411 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
412
413         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
414         * Makefile.in: Regenerate.
415
416 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
417
418         * config.sub: Update to 2003-11-03 version.
419
420 2003-10-20  Phil Edwards  <phil@codesourcery.com>
421
422         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
423         * configure:  Regenerate.
424
425 2003-10-20  Nicolas Pitre <nico@cam.org>
426
427         * MAINTAINERS: Add myself to 'Write After Approval' section.
428
429 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
430
431         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
432
433 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
434
435         * MAINTAINERS: Update my email address.
436
437 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
438
439         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
440
441 2003-10-17 Ralph Loader  <rcl@ihug.co.nz>
442
443         * MAINTAINERS: Add myself to 'Write After Approval' section.
444
445 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
446
447         * config.guess: Update to 2003-10-16 version.
448         * config.sub: Update to 2003-10-16 version.
449
450 2003-10-15 David Daney  <ddaney@avtrex.com>
451
452         * MAINTAINERS: Added myself to 'Write After Approval' section.
453
454 2003-10-15  Falk Hueffner  <falk@debian.org>
455
456         * MAINTAINERS: Move myself from 'Bug database only accounts' to
457         'Write After Approval' section. Update email.
458
459 2003-10-14  Roger Sayle  <roger@eyesopen.com>
460
461         * MAINTAINERS: Move myself from 'Write After Approval' to
462         'Various Maintainers' section as middle-end maintainer.
463
464 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
465
466         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
467         HOST_FLAGS_TO_PASS.
468         * Makefile.in: Regenerate.
469
470 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
471
472         * config.guess: Update to 2003-10-07 version.
473         * config.sub: Update to 2003-10-07 version.
474
475 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
476
477         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
478         * ltconfig (irix5*, irix6*): Don't override version_type.
479
480 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
481
482         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
483         * configure: Rebuilt
484         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
485         * Makefile.in: Rebuilt
486
487 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
488
489         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
490
491 2003-09-30  Carlo Wood  <carlo@alinoe.com>
492
493        * MAINTAINERS (Write After Approval): Add myself.
494
495 2003-09-29  Paul Koning  <ni1d@arrl.net>
496
497         * MAINTAINERS: Move myself from "Write After Approval"
498         to CPU platform maintainers for pdp11 platform.
499
500 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
501
502         * MAINTAINERS: Move myself from 'Write After Approval' to
503         'Various Maintainers' section as libffi testsuite maintainer.
504
505 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
506
507         * configure.in: Pass a computed --program-transform-name
508         to subconfigures.
509         * configure: Regenerated.
510
511 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
512
513         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
514         * Makefile.in: Regenerate.
515
516         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
517         * Makefile.in: Regenerate.
518
519 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
520
521         * MAINTAINERS: Move myself from 'Write After Approval'
522         to 'Various Maintainers' (objective-c) section.
523
524 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
525
526         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
527         quoting.
528         * configure: Regenerated.
529
530 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
531
532         * MAINTAINERS (Write After Approval): Add myself to write after
533         approval list.
534
535 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
536
537        * MAINTAINERS (Write After Approval): Add myself.
538
539 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
540
541         * MAINTAINERS: Update my e-mail address.
542
543 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
544
545         * libtool.m4 (LD): Correct powerpc64 host match.
546
547 2003-09-06  James E Wilson  <wilson@tuliptree.org>
548
549         * MAINTAINTERS: Update my affiliation and email address.
550
551 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
552
553         * MAINTAINERS (Write After Approval): Add myself.
554
555 2003-09-04  DJ Delorie  <dj@redhat.com>
556
557         * configure: Regenerate.
558
559 2003-09-04  Robert Millan  <robertmh@gnu.org>
560
561         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
562         
563 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
564
565         * configure.in: Ensure arguments to sed are properly spaced.
566         * configure: Regenerate.
567
568 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
569
570         * MAINTAINERS: Update my e-mail address.
571
572 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
573
574         * MAINTAINERS (Write After Approval): Add myself.
575
576 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
577
578         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
579         * configure: Regenerated.
580
581 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
582
583         * MAINTAINERS: Update my email address.
584
585 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
586
587         * configure.in:  Use newline instead of semicolon when assuming
588         shell arguments in a for loop.
589         * configure:  Regenerated.
590
591 2003-08-22  Jason Eckhardt  <jle@rice.edu>
592
593         * MAINTAINERS: Resurrect the i860 maintainer.
594
595 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
596
597         PR 8180
598         * configure.in: When testing with_libs and with_headers, treat
599         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
600         * configure: Regenerate.
601         
602         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
603         make, shell, etc.
604         (baseargs): Likewise.
605         * configure: Regenerate.
606
607 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
608
609         * MAINTAINERS (Write After Approval): Add myself.
610
611 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
612
613         * configure.in: Disable libgcj for darwin not on powerpc.
614         * configure: Rebuild.
615
616 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
617
618         * config-ml.in, symlink-tree: Add license.
619
620 2003-08-03  Richard Stallman  <rms@gnu.org> 
621             Eben Moglen  <moglen@columbia.edu>
622
623         * README.SCO: New file.
624
625 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
626
627         * Makefile.tpl (check, check-c++): Express dependencies using
628         dependencies rather than commands.
629         * Makefile.in: Regenerate.
630
631 2003-08-01  Andrew Cagney  <cagney@redhat.com>
632
633         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
634         * configure: Ditto.
635
636 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
637
638         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
639         * Makefile.in: Update.
640
641 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
642
643         * configure.in: Enable libgcj for darwin.
644         * configure: Rebuild.
645
646 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
647
648         * config-ml.in:  Use ac_configure_args directly instead of
649         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
650         actually seen.
651
652 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
653
654         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
655         creating target and build subdirs to build all parent dirs as needed.
656         * Makefile.in: Rebuild.
657         * configure.in: Don't build dirs explicitly here.
658         * configure: Rebuild.
659
660 2003-07-26  Paul Brook  <paul@nowt.org>
661
662         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
663
664 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
665
666         * Makefile.tpl (all-make): Depend on intl.
667         * Makefile.in: Rebuilt.
668
669 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
670
671         * install-sh:  Update to newer upstream versions (associated with
672         aclocal 1.7).
673         * mkinstalldirs:  Likewise.
674         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
675
676 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
677
678         * MAINTAINERS: Move self from Bug database only accounts
679         to write-after-approval.
680
681 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
682
683         * config.if: Remove unused libc_interface determination.
684
685 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
686
687         * MAINTAINERS: Move self from write-after-approval to
688         build machinery (*.in).
689
690 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
691
692         PR bootstrap/11273
693         PR bootstrap/11408
694         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
695         unused INSTALL_PROGRAM_ARGS.
696         * configure.in: Use AC_PROG_INSTALL.
697         * Makefile.in: Regenerate.
698         * configure: Regenerate.
699
700 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
701
702         * MAINTAINERS: Alphabetize.
703
704 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
705
706         * configure: Rebuilt.
707         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
708         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
709         newlib nor libgloss.
710         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
711         * configure.in (am33_2.0-*-linux*): Added.
712
713 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
714
715         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
716         * configure: Regenerate.
717
718 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
719
720         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
721         * Makefile.in: Regenerate.
722
723 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
724
725         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
726         * Makefile.in: Regenerate.
727
728 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
729
730         * Makefile.tpl: Replace PWD with PWD_COMMAND.
731         * Makefile.in: Regenerated.
732
733         * config-ml.in: Replace PWD with PWD_COMMAND.
734
735 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
736
737         * intl: New directory; see intl/ChangeLog for details.
738         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
739         * Makefile.tpl: all-gcc depends on maybe-all-intl.
740         * Makefile.in: Regenerate.
741
742 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
743
744         * configure.in: Clean up config-lang.in handling.  Delete
745         useless assignment to "subdirs".
746         * configure: Regenerate.
747
748 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
749
750         * configure.in: Rename 'target_libs' to 'target_libraries'.
751         Remove useless reference to 'target_libs'.
752         * configure: Regenerate.
753
754 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
755
756         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
757         * Makefile.in: Regenerate.
758
759 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
760
761         * Makefile.def: Introduce flags_to_pass.
762         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
763         * Makefile.in: Regenerate.
764
765 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
766
767         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
768         and target-libgloss.
769         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
770         <h8300*-*-*>: Disable libf2c and ${libgcj}.
771         * configure: Regenerate.
772
773 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
774
775         * configure.in: Update testsuite_flags to new location.
776         * configure. Regenerate.
777
778 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
779
780         * Makefile.tpl: Remove BUILD_CC stuff.
781         * Makefile.in: Regenerate.
782
783 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
784
785         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
786
787 2003-06-16  Graeme Peterson <gp@qnx.com>
788
789         * MAINTAINERS (Write After Approval): Add myself.
790
791 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
792
793         * config.guess: Update to 2003-06-12 version.
794         * config.sub: Update to 2003-06-13 version.
795
796 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
797
798         * config.guess: Update to 2003-06-06 version.
799         * config.sub: Update to 2003-06-06 version.
800
801 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
802
803         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
804         * configure. Regenerate.
805
806 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
807
808         * configure.in: Disable serial configure by default.
809         * configure: Regenerate.
810         * Makefile.tpl: Abolish .NOTPARALLEL.
811         * Makefile.in: Regenerate.
812
813         * Makefile.tpl: Replace {build,host,target}_canonical by
814         {build,host,target}.
815         * Makefile.in: Regenerate.
816
817         * Makefile.tpl: Fix stupid pasto.
818         * Makefile.in: Regenerate.
819
820 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
821
822         * Makefile.tpl: Remove bogus conditional.
823         * Makefile.in: Regenerate.
824
825 2003-06-05  Jan Hubicka  <jh@suse.cz>
826
827         * Makefile.tpl (profiledbootstrap): New target.
828         * Makefile.in (profiledbootstrap): New target.
829
830 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
831
832         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
833         Pinski. Remove user names from other bugzilla-only maintainers.
834
835 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
836
837         * Makefile.tpl: Make 'recursive targets' using autogen rather
838         than shell loop.  Remove duplicate 'clean' targets and false
839         comments.
840         * Makefile.def: Add systematic dependencies to 'recursive' targets.
841         Add systematic method of specifying missing targets in subdirs.
842         Add copyright boilerplate.
843         * Makefile.in: Regenerate.
844         * configure.in: Add 'recursive targets' to maybe list.
845         * configure: Regenerate.
846
847         * MAINTAINERS: "GNATS only" -> "Bug database only".
848
849         * Makefile.tpl: Rename [+target+] to [+make_target+].
850         * Makefile.def: Rename 'target' to 'make_target'.
851
852 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
853
854         * MAINTAINERS: Add self as options handling maintainer.
855
856 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
857
858         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
859         been too long since I touched those ports.
860
861 2003-05-28  DJ Delorie  <dj@redhat.com>
862
863         * Makefile.tpl: Make maybe-check-gcc .PHONY.
864         * Makefile.in: Regenerate.
865
866 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
867
868         * configure.in: Use curly braces in the definition of tooldir.
869         * configure: Regenerate.
870
871 2003-05-21  DJ Delorie  <dj@redhat.com>
872
873         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
874         newlib or libgloss.
875         * Makefile.in: Regenerate.
876
877 2003-05-21  DJ Delorie  <dj@redhat.com>
878
879         * Makefile.tpl: Add missing empty maybe-check-gcc target.
880         * Makefile.in: Regenerate.
881
882 2003-05-20  Ian Lance Taylor  <ian@airs.com>
883
884         * MAINTAINERS: Update my e-mail address.
885
886 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
887
888         * configure.in: Switch more things to use maybe dependencies.
889         * Makefile.tpl: Switch more things to use maybe dependencies.
890         Factor out common code from autogen IF statements.
891         * configure: Regenerate.
892         * Makefile.in: Regenerate.
893
894 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
895
896         * configure.in: Accept i[3456789]86 for machine type.
897         * configure: Regenerate.
898
899 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
900
901         * configure.in: Switch more things to use maybe dependencies.
902         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
903         * configure: Regenerate.
904         * Makefile.tpl: Switch more things to use maybe dependencies.
905         * Makefile.in: Regenerate.
906
907 2003-05-16  Andreas Schwab  <schwab@suse.de>
908
909         * Makefile.tpl (install-opcodes): Define.
910         * Makefile.in: Rebuild.
911
912 2003-05-13  Andreas Jaeger  <aj@suse.de>
913
914         * config.guess: Update to 2003-05-09 version.
915         * config.sub: Update to 2003-05-09 version.
916
917 2003-05-13  Michael Eager <eager@mvista.com>
918
919         * configure.in: Correct sed script so that options in quotes are not
920         deleted.
921         * configure: Rebuild.
922
923 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
924
925         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
926         and $$s/newlib/libc/sys/cygwin32 include paths.
927         * configure: Ditto.
928
929 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
930
931         * MAINTAINERS: Update my email addresses.
932
933 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
934
935         * config-ml.in: Propagate INSTALL variables.
936
937 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
938
939         * MAINTAINERS: Remove duplicate entries in Write After Approval.
940
941 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
942
943         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
944         * Makefile.in: Regenerate.
945
946 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
947
948         * MAINTAINERS (GNATS only): Add Falk Hueffner.
949
950 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
951
952         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
953
954 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
955
956         * Makefile.tpl: Clean $(BUILD_SUBDIR).
957         * Makefile.in: Regenerated.
958
959 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
960
961         * MAINTAINERS (Write After Approval): Upgrade myself from
962         GNATS only to write-after-approval. Update my mail address.
963
964 2003-04-25  Loren J. Rittle <ljrittle@acm.org>
965
966         (OS Port Maintainers: freebsd): Add myself.
967
968 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
969
970         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
971
972 2003-04-22  Kean Johnston  <jkj@sco.com>
973
974         * MAINTAINERS (SCO ports): Added myself.
975
976 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
977
978         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
979
980 2003-04-19  Kean Johnston  <jkj@sco.com>
981
982         * MAINTAINERS (Write After Approval): Add myself.
983
984 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
985
986         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
987         * Makefile.in: Regenerate.
988
989 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
990
991         * configure.in (powerpc64*-*-linux*): Remove.
992         * configure: Rebuilt.
993
994 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
995
996         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
997         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
998         and restrap.
999         * Makefile.in:  Regenerate.
1000
1001 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
1002
1003         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
1004         * configure: Regenerated.
1005
1006 2003-04-15  DJ Delorie  <dj@redhat.com>
1007
1008         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
1009
1010 2003-04-13  Nick Clifton  <nickc@redhat.com>
1011
1012         * config-ml.in: Remove support for --disable-aix removing
1013         call-aix multilibs.
1014
1015 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
1016
1017         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
1018         * */configure: Rebuilt.
1019
1020 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
1021
1022         * MAINTAINERS: Add my email address.
1023
1024 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
1025
1026         * MAINTAINERS (Write After Approval): Add myself.
1027
1028 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
1029
1030         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
1031         * Makefile.in: Regenerate.
1032
1033 2003-03-14  Michael Chastain  <mec@shout.net>
1034
1035         * Makefile.in: Regenerate with correct Makefile.def.
1036
1037 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
1038
1039         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
1040         Make macro.
1041         * Makefile.in: Regenerate.
1042         * configure.in: Clean up gxx_include_dir logic.
1043         * configure: Regenerate.
1044
1045 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
1046
1047         * MAINTAINERS (Write After Approval): Add myself.
1048
1049 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
1050
1051         * MAINTAINERS: Update my mail address.
1052
1053 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1054
1055         * configure.in (gxx_include_dir): Fix typo.
1056         * configure: Regenerated.
1057
1058 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
1059
1060         * Makefile.tpl: Reindent.
1061         * Makefile.in: Regenerate.
1062         * configure.in: Reindent.  Don't set unused variables.
1063         * configure: Regenerate.
1064
1065 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
1066
1067         * configure.in: Include $(build_tooldir)/sys-include in
1068         FLAGS_FOR_TARGET.
1069         * configure: Regenerated.
1070
1071 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
1072
1073         * Makefile.tpl: Always pass down RANLIB.
1074         * Makefile.in: Regenerate.
1075
1076         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
1077         * Makefile.in: Regenerate.
1078         * configure.in: Remove unused logic relating to --enable-shared
1079         and --enable-threads.  Remove bogus comments.  Remove redundant
1080         noconfigdirs.
1081         * configure: Regenerate.
1082
1083         * configure.in: Replace ${libstdcxx_version} by its value.
1084         Remove reference to mh-dgux.
1085         * configure: Regenerate.
1086
1087 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
1088
1089         * MAINTAINERS (Write After Approval): Add myself.
1090
1091 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
1092
1093         * Makefile.tpl: Rearrange.
1094         * Makefile.in: Regenerate.
1095
1096 2003-02-25  Uwe Stieber <uwe@wwws.de>
1097
1098         * configure.in: Add support for kaOS as cross build target system.
1099         * configure: Regenerated.
1100
1101 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
1102
1103         * MAINTAINERS (Write after approval): Add myself.
1104
1105 2003-02-21  James E Wilson  <wilson@tuliptree.org>
1106
1107         * MAINTAINERS: Update my email address.
1108
1109 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
1110
1111         * MAINTAINERS: Add self to blanket write privs. section.
1112
1113 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
1114
1115         * Makefile.tpl: Add definition of CPPFLAGS to pass into
1116         configure-target-* as some target builds may require additional
1117         flags for preprocessor tests.
1118         * Makefile.in: Regenerated.
1119
1120 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
1121
1122         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
1123         * ltconfig: Handle it.
1124         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
1125         auto-detecting it.
1126
1127         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
1128         it is used as argument to $CC.
1129         * ltcf-gcj.sh: Likewise.
1130
1131         * configure.in: Introduce --enable-maintainer-mode.
1132         * configure: Rebuilt.
1133         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
1134         for maintainer mode.
1135         * Makefile.in: Rebuilt.
1136
1137 2003-02-18  Jason Merrill  <jason@redhat.com>
1138
1139         * Makefile.tpl (check-c++): Allow parallelism.
1140
1141 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1142
1143         * MAINTAINERS: Remove John Carr (who never actually had access to
1144         gcc.gnu.org).
1145
1146 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
1147
1148         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
1149         don't configure target-libobjc.
1150         * configure: Regenerate.
1151
1152 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1153
1154         * Makefile.tpl (RANLIB): Define.
1155         * Makefile.in: Regenerate.
1156
1157 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
1158
1159         * MAINTAINERS: Update my email.
1160
1161 2003-02-06  Keith R Seitz  <keiths@redhat.com>
1162
1163         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
1164         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
1165         * Makefile.in: Regenerated.
1166         * configure.in: Remove all traces of snavigator, db, and grep.
1167         * configure: Regenerated.
1168
1169 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1170
1171         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
1172         After Approval.
1173
1174 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
1175
1176         * MAINTAINERS (Write after approval): Add myself.
1177
1178 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
1179
1180         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
1181         * Makefile.in: Regenerated.
1182
1183 2003-01-30  Roger Sayle  <roger@eyesopen.com>
1184
1185         * config.guess: Updated to 2003-01-30's version.
1186         * config.sub: Updated to 2003-01-28's version.
1187
1188 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
1189
1190         * config.if: If gcc_version is already set, just use it.  Don't set
1191         gcc_version_trigger if it's already set, otherwise set it to
1192         gcc/version.c, but only if the file exists.  If it is not set and
1193         gcc/version.c does not exist, try to extract the version number from
1194         $CC.
1195
1196 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
1197
1198         * MAINTAINERS: Add myself to write-after-approval list.
1199
1200 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
1201
1202         * configure.in:  Revert 24Jan change.
1203         * configure:  Regenerate.
1204
1205 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1206
1207         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
1208         entry of HJ Lu.
1209
1210 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1211
1212         * configure.in: Revert previous change.
1213         * configure: Regenerate.
1214
1215 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1216
1217         * configure.in: Make rda native-only.
1218         * configure: Regenerate.
1219
1220 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1221
1222         * MAINTAINERS: Move myself from GNATS-only-accounts to
1223         write-after-approval.
1224
1225 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
1226
1227         * configure.in: Add missing \.
1228         * configure: Rebuilt.
1229
1230 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
1231
1232         * configure.in (baseargs): Avoid using \| in sed regular
1233         expressions.
1234         * configure: Rebuilt.
1235
1236 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
1237
1238         * configure.in (baseargs): Remove all supported forms of
1239         --cache-file, --srcdir, --host, --build and --target options
1240         from argument lists.
1241         * configure: Rebuilt.
1242
1243 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
1244
1245         * MAINTAINERS: Add myself to write-after-approval list.
1246
1247 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
1248
1249         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
1250         * configure: Rebuilt.
1251
1252 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
1253
1254         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
1255         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
1256         * Makefile.in: Regenerate.
1257         * configure: Regenerate.
1258
1259 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
1260
1261         * configure.in: Remove Makefile in build, host and target modules
1262         unless configure was run with --no-recursion.
1263         * configure: Rebuilt.
1264
1265 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
1266
1267         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
1268         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
1269         * Makefile.in: Regenerate.
1270
1271 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
1272
1273         * config.guess: Update to 2003-01-03 version.
1274         * config.sub: Update to 2003-01-03 version.
1275
1276 2003-01-07  Christopher Faylor  <cgf@redhat.com>
1277
1278         * configure: Regenerate with proper autoconf 2.13.
1279
1280 2003-01-07  Christopher Faylor  <cgf@redhat.com>
1281
1282         * configure.in: Add AC_PREREQ for consistency.
1283         * configure: Regenerate.
1284
1285 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
1286
1287         * configure.in (GDB_TK): Add tcl directories conditional on
1288         gdb/gdbtk directory being present.
1289         * configure: Regenerate.
1290
1291 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
1292
1293         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
1294         by gcc if LD is not defined and we are not doing a Canadian Cross.
1295         * configure: Rebuilt.
1296
1297 2002-12-31  Tom Tromey  <tromey@redhat.com>
1298
1299         * Makefile.in: Rebuilt.
1300         * Makefile.def (target_modules) [libffi]: Allow installation.
1301
1302 2002-12-31  Andreas Schwab  <schwab@suse.de>
1303
1304         * configure.in: Fix use of $program_transform_name.
1305         * configure: Regenerated.
1306
1307 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
1308
1309         * configure.in (baseargs): Don't remove first configure argument.
1310         * configure: Regenerated.
1311
1312 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
1313
1314         * Makefile.tpl (local-distclean): Don't remove...
1315         (multilib.ts): ... this.  Moved into...
1316         (multilib.out): ... this.  Don't use sub-make.
1317         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
1318         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
1319         (configure-build-[+module+], configure-[+module+],
1320         configure-target-[+module+], configure-gcc): ... these.  Test
1321         for Makefile existence.  Drop config.status from dependencies.
1322         * Makefile.in: Rebuilt.
1323         * configure.in: Move gcc-version-trigger to the end of
1324         ac_configure_args.  Add comments to maybedep.tmp and
1325         serdep.tmp.  Introduce --disable-serial-configure.  Remove
1326         nonopt from baseargs, matching and removing corresponding
1327         whitespace while at it.
1328         * configure: Rebuilt.
1329
1330 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
1331
1332         * configure.in (host_configargs): Replace reference to
1333         no-longer-defined buildopts with --build=${build_alias}.
1334         * configure: Rebuilt.
1335
1336         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
1337         program_transform_name to standard idiom.
1338         (AUTOGEN, AUTOCONF): Define.
1339         (Makefile.in): Use $(AUTOGEN).
1340         (Makefile): Depend on config.status, and use autoconf-style rule to
1341         build it.  Move original commands to...
1342         (config.status): ... this new target.
1343         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
1344         $(AUTOCONF).
1345         * Makefile.in: Rebuilt.
1346
1347 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
1348
1349         * Makefile.tpl: Fix dramatic bustage due to change in
1350         program_transform_name.
1351         * Makefile.in: Regenerate.
1352
1353         * configure.in: Remove unnecessary PATH setting.
1354         * configure: Regnerate.
1355
1356         * configure.in: Don't default to unprefixed tools unless
1357         the native tools will work.
1358         * configure: Regenerate.
1359
1360         * configure.in: Convert to autoconf script.  Blow away lots
1361         of now-redundant Makefile fragments.
1362         * configure: Generate using Autoconf.
1363         * Makefile.tpl: Rewrite to reflect autoconfiscation.
1364         * Makefile.in: Regenerate.
1365
1366 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
1367
1368         * configure: Fix stupid bug where RANLIB was mistakenly included.
1369
1370         * configure.in: Rename (buildargs, hostargs, targargs) to
1371         (build_configargs, host_configargs, target_configargs).
1372
1373         * configure.in: Move logic out of sed statement.
1374
1375         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
1376         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
1377
1378 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
1379
1380         * config.sub: Import from master repository
1381         * config.guess: Ditto
1382
1383 2002-12-24  Andreas Schwab  <schwab@suse.de>
1384
1385         * Makefile.tpl (multilib.out): Fix missing space.
1386         * Makefile.in: Regenerate.
1387
1388 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1389
1390         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
1391         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
1392         * Makefile.in: Regenerate.
1393         * configure.in: Remove unnecessary leftovers.
1394
1395 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
1396
1397         * configure.in (extra_ranlibflags_for_target): New variable.
1398         (*-*-darwin): Add -c to ranlib commands.
1399         * configure (tooldir): Handle extra_ranlibflags_for_target.
1400
1401 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
1402
1403         * Makefile.tpl: Revert HJL's change.
1404         * Makefile.in: Regenerated.
1405         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
1406         always.
1407
1408 2002-12-19  Andreas Schwab  <schwab@suse.de>
1409
1410         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
1411         * Makefile.in: Regenerate.
1412
1413 2002-12-18  H.J. Lu <hjl@gnu.org>
1414
1415         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
1416         * Makefile.in: Regenerated.
1417
1418         * configure.in (build_prefix): New. Substitute.
1419
1420 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
1421
1422         * Makefile.tpl: Don't let real targets depend on phony targets.
1423         * Makefile.in: Regenerate.
1424
1425         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
1426         * Makefile.in: Regenerate.
1427
1428 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
1429
1430         * config.sub: Import from master repository
1431         * config.guess: Ditto
1432
1433 2002-12-16  Jason Merrill  <jason@redhat.com>
1434
1435         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
1436         previous 'make bootstrap'.
1437         * Makefile.in: Regenerate.
1438
1439 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
1440
1441         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
1442
1443 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
1444
1445         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
1446         * Makefile.in: Regenerate.
1447
1448 2002-12-13  Jason Merrill  <jason@redhat.com>
1449
1450         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
1451         library tests.
1452         (check-c++): Just depend on it and check-target-libstdc++-v3.
1453         * Makefile.in: Regenerate.
1454
1455 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
1456
1457         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
1458         * Makefile.in: Rebuilt.
1459
1460 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
1461
1462         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
1463
1464 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
1465
1466         * configure: Fix bug put in by gremlins.
1467
1468         * Makefile.tpl: Substitute more autoconfily.
1469         * configure: Substitute more autoconfily.
1470         * Makefile.in: Regenerate.
1471
1472 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
1473
1474         * config.sub: Import from master repository
1475         * config.guess: Ditto
1476         * MAINTAINERS: Added Svein Seldal under write after approval
1477
1478 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
1479
1480         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
1481         * Makefile.in (all-sim): Ditto.
1482
1483 2002-12-06  DJ Delorie  <dj@redhat.com>
1484
1485         * Makefile.tpl: Change configure dependencies to not have real
1486         targets depend on phony targets.
1487
1488 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
1489
1490         * configure.in: Revert unintentional change.
1491
1492         * Makefile.tpl: Change dependency for */multilib.out so that
1493         it works when gcc isn't in the tree.
1494
1495         * configure.in: Substitute more.
1496         * configure: Run subconfigures from the Makefile.
1497         * Makefile.tpl: Run subconfigures from the Makefile; add a few
1498         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
1499
1500 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1501
1502         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
1503
1504 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
1505
1506         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
1507         and corresponding dependencies.
1508         * Makefile.in: Regenerate.
1509
1510         * configure.in (host_tools): Order binutils, gas and ld for
1511         convenience in running the testsuites.
1512
1513         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
1514         * Makefile.in: Regenerate.
1515         * configure.in: Introduce rules to serialize subconfigure runs.
1516
1517         * configure.in: Introduce BASE_CC_FOR_TARGET.
1518         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
1519         Realize configure-build-* targets.  Realize configure-target-* targets.
1520         * Makefile.in: Regenerate.
1521
1522 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
1523
1524         * configure: Move gcc_version_trigger stuff from here...
1525         * configure.in: ...to here.
1526
1527         * configure.in: Separate subconfigure options added by this file from
1528         options given by the user.  Add machinery to put args for host
1529         subconfigures into the Makefile.
1530
1531         * Makefile.tpl: Remove 'vault' targets.
1532         * Makefile.tpl: Reorder and comment dependencies.
1533         * Makefile.in: Regenerate.
1534
1535 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
1536         * configure.in: Fix my broken commit of previous patch. (sigh)
1537
1538 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
1539
1540         * configure.in: Move host-specific darwin noconfigdirs into
1541         the host-specific section.
1542
1543 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
1544
1545         * configure.in: Move host-specific darwin noconfigdirs into
1546         the host-specific section.
1547
1548 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
1549
1550         * configure: Remove skip-this-dir support.
1551         * Makefile.tpl: Remove skip-this-dir support.
1552
1553         * Makefile.tpl: Remove leftover support for non-autoconfiscated
1554         subdirectories.
1555         * Makefile.in: Regenerate.
1556
1557         * Makefile.tpl: Strip out useless setting of 'dir'.
1558         * Makefile.in: Regenerate.
1559
1560 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
1561
1562         * configure.in: Fix deeply stupid bug.
1563
1564         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
1565         shell code in CXX_FOR_TARGET
1566         * Makefile.def: Introduce raw_cxx.
1567         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
1568         RAW_CXX_FOR_TARGET.
1569         * Makefile.in: Regenerate.
1570
1571 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
1572
1573         * Makefile.tpl: Remove unnecessary ifs.
1574         * Makefile.in: Regenerate.
1575
1576         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
1577         dependencies.  Maybe-ize build-libiberty.  Create dummy install
1578         targets for 'no_install' modules.
1579         * configure: Move GDB_TK substitution to configure.in.  Move
1580         build_modules stuff to configure.in.
1581         * configure.in: Implement soft dependency machinery.  Maybe-ize
1582         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
1583         * Makefile.in: Regenerate.
1584
1585 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
1586
1587         * Makefile.tpl: Make all-target, install-target behave similarly
1588         to all, install (only hitting configured targets).  Eliminate
1589         unused macro defintions.
1590
1591         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
1592         build != host.
1593
1594         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
1595
1596         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
1597
1598         * configure.in: Produce lists of subdir targets we're actually
1599         configuring.  Remove references to "dosrel".
1600         * Makefile.tpl: Let configure set which subdir targets are hit.
1601         Remove install-cross; clean up install; remove ALL.  Remove
1602         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
1603         Autogenerate host module targets.  Remove empty dependency lines
1604         and redundant dependency; rearrange slightly.
1605         * Makefile.def: Add host-side libtermcap, utils.
1606
1607         * Makefile.in: Regenerate.
1608
1609 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1610
1611         * ltconfig (osf[345]): Append $major to soname_spec.
1612         Reflect this in library_names_spec.
1613         * ltmain.sh (osf): Prefix $major with . for use as extension.
1614
1615 2002-11-19  Andreas Jaeger  <aj@suse.de>
1616
1617         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
1618         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
1619         and sparc64 GNU/Linux systems.
1620
1621 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
1622
1623         * MAINTAINERS: Update email.
1624
1625 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1626
1627         * MAINTAINERS: Complete James Dennett's entry.
1628
1629 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
1630
1631         * MAINTAINERS (Write After Approval): Add myself.
1632
1633 2002-11-13  Bruce Korb  <bkorb@gnu.org>
1634
1635         * Makefile.tpl: syntactic cleanup
1636
1637 2002-11-13 Stuart Hastings <stuart@apple.com>
1638
1639         * MAINTAINERS: Add myself to write-after-approval list.
1640
1641 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
1642
1643         * Makefile.def: Add list of recursive targets to autogenerate.
1644         Add build_modules.
1645         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
1646         targets.  Autogenerate *-build-* targets.
1647         * Makefile.in: Regenerate.
1648
1649 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
1650
1651         * configure: More autoconf-style substitutions.
1652         * Makefile.tpl: More autoconf-style substitutions.
1653         * Makefile.in: Regenerate.
1654
1655 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
1656
1657         * configure: Substitute more variables in a more autoconf-friendly
1658         way.  Simplify slightly.
1659         * Makefile.tpl: Make more variables substitutable in an
1660         autoconf-friendly way.
1661         * Makefile.in: Regenerate.
1662
1663 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
1664
1665         * MAINTAINERS (Write After Approval): Add myself.
1666
1667 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
1668
1669         * configure.in (v810*): Remove special setting of tools.
1670
1671         * configure: Add support for extra required flags for ar or nm.
1672         * configure.in (aix4.3+): Use above support for target-specific
1673         issues, rather than using config/mt-aix43.
1674
1675 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
1676
1677         * configure: Remove 'removing', which doesn't work.  Replace $subdir
1678         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
1679         with $srcdir.  Reformat indentation.  Substitute some variables
1680         formerly hard-coded in the Makefile for build=host.
1681         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
1682         * Makefile.def: Autogenerate more.
1683         * Makefile.in: Regenerate.
1684
1685 2002-11-04  Adam Nemet  <anemet@lnxw.com>
1686
1687         * MAINTAINERS (Write After Approval): Add myself.
1688
1689 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
1690
1691         * Makefile.def (host_modules): Add rda.
1692         * Makefile.in: Regenerate.
1693         * configure.in (target_tool): Add target-rda to list.
1694
1695 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1696
1697         * MAINTAINERS: Remove "co-maintainer" note for web pages.
1698
1699 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
1700
1701         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
1702         and restrap targets to this rule.
1703         * Makefile.in:  Regenerate.
1704
1705 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1706
1707         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
1708         GNATS only accounts.
1709
1710 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
1711
1712         * configure.in (i[3456]86-*-linux*): Add check to disable
1713         ${libgcj} for glibc1.
1714
1715 2002-10-24  Denis Chertykov  <denisc@overta.ru>
1716
1717         * MAINTAINERS: Add myself as ip2k port maintainer.
1718
1719 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
1720
1721         * configure.in: Add tic4x target.
1722
1723 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
1724
1725         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
1726         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
1727         * Makefile.in: Regenerate.
1728
1729         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
1730         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
1731         * Makefile.in: Regenerate.
1732
1733 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
1734
1735         * MAINTAINERS: Add myself as web pages co-maintainer.
1736
1737 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
1738
1739         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
1740         * Makefile.in: Regenerate.
1741
1742 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
1743
1744         * MAINTAINERS: Add myself and Nathan Sidwell
1745         <nathan@codesourcery.com> as VxWorks maintainers.
1746
1747 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
1748
1749         * Makefile.def: Remove order dependency comments.
1750         * Makefile.tpl: Add explicit install-install dependencies.
1751         * Makefile.in: Regenerate.
1752
1753         * Makefile.tpl: Remove material now in src-release.  (Finally!)
1754         * Makefile.in: Regenerate.
1755
1756         * Makefile.tpl: Add configure-target (for src-release in src)
1757         * Makefile.in: Regenerate.
1758
1759 2002-09-30  Nick Clifton  <nickc@redhat.com>
1760
1761         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
1762
1763 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
1764
1765         * configure.in (s390*-*-linux*): Enable libgcj.
1766
1767 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
1768
1769         * configure: Revert accidentally applied changes.
1770
1771         * Makefile.tpl: Make more autoconf-friendly.
1772         * Makefile.in: Regenerate.
1773         * configure: Make substitution more autoconf-like.
1774
1775 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
1776
1777         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
1778         single entry to handle all these.
1779         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
1780         libjava on arm-*-elf.
1781
1782 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
1783
1784         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
1785         things that depend on them.
1786
1787 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
1788
1789         * Makefile.tpl: Make subsituted variables more autoconfy.
1790         * Makefile.in: Regenerate.
1791         * configure: Make seds more autoconfy.
1792
1793 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
1794
1795         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
1796         * Makefile.in: Regenerate.
1797         * configure.in: Rewrite sed statements to look autoconfy.
1798
1799         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
1800         all-target-foo on configure-target-foo.
1801         * Makefile.def: Ditto.
1802         * Makefile.in: Rebuild.
1803
1804 2002-09-25  Andrew Haley  <aph@redhat.com>
1805
1806         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
1807
1808 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
1809
1810         * Makefile.def: New file.
1811         * Makefile.tpl: New file.
1812         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
1813         * contrib/gcc_update: Note that Makefile.in is a generated file.
1814
1815         * configure.in: Minor rearrangement.  Simplify tests.
1816
1817 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
1818
1819         * configure.in (with_headers): Skip copy if value is "yes".
1820         (with_libs): Likewise.
1821
1822 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
1823
1824         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
1825         * configure.in (sh*-*-pe*): Ditto.
1826         * configure.in (mips*-*-pe*): Ditto.
1827         * configure.in (*arm-wince-pe): Ditto.
1828
1829         * configure.in: Rearrange.
1830
1831 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
1832
1833         * MAINTAINERS: Update my email address.
1834
1835 2002-08-30  Paul Koning  <pkoning@equallogic.com>
1836
1837         * MAINTAINERS: (Write After Approval): Add myself.
1838
1839 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
1840
1841         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
1842
1843 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
1844
1845         * MAINTAINERS: Change my mailing address.
1846
1847 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
1848
1849         * MAINTAINERS (Write After Approval): Remove myself.
1850         (Various Maintainers: c++ runtime libs): Add myself.
1851
1852 2002-08-20  Loren J. Rittle <ljrittle@acm.org>
1853
1854         * MAINTAINERS (Write After Approval): Remove myself.
1855         (Various Maintainers: c++ runtime libs): Add myself.
1856
1857 2002-08-15  Eric Christopher  <echristo@redhat.com>
1858
1859         * config.sub: Import from master repository.
1860         * config.guess: Ditto.
1861
1862 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
1863
1864         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
1865         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
1866         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
1867
1868 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
1869
1870         * MAINTAINERS: Add self to rs6000 vector extensions.
1871
1872 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
1873
1874         * libiberty/configure: Reverted unintended yesterday's check in.
1875
1876 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
1877
1878         * boehm-gc/configure, libf2c/configure: Rebuilt.
1879         * libffi/configure, libiberty/configure: Ditto.
1880         * libjava/configure, libobjc/configure: Ditto.
1881         * libstdc++-v3/configure, zlib/configure: Ditto.
1882         Merged from binutils:
1883         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
1884         From Steve Ellcey <sje@cup.hp.com>:
1885         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
1886         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
1887         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
1888         IA64.
1889         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
1890         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
1891         soname_spec, sys_lib_search_path_spec): Ditto.
1892
1893 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
1894
1895         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
1896
1897 2002-08-04  H.J. Lu  (hjl@gnu.org)
1898
1899         * configure.in (mips*-*-linux*): Don't skip target-libffi.
1900
1901 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
1902
1903         * MAINTAINERS (Write After Approval): Add myself.
1904
1905 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
1906
1907         * configure.in: Move generic linux case to end.  Copy generic
1908         linux noconfigdirs to mips*-*-linux* entry and new
1909         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
1910
1911 2002-07-19  Michael Matz  <matz@suse.de>
1912
1913         * MAINTAINERS: Add myself as ra* maintainer.
1914
1915 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
1916
1917         * config.guess: Update to 2002-07-09 version.
1918         * config.sub: Update to 2002-07-03 version.
1919
1920 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
1921
1922         * MAINTAINERS: Fix typo in a maintainer email address.
1923
1924 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
1925
1926         * configure.in: Remove two redundant tests.
1927
1928 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1929
1930         * configure.in (mips*-*-irix6*o32): Enable stabs.
1931
1932 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
1933
1934         * configure.in: Don't build grez.
1935         * Makefile.in: Ditto.
1936
1937         * Makefile.in: Remove references to bsp, cygmon, libstub.
1938         * configure.in: Ditto.
1939
1940         * configure.in: Remove leftover reference to gdbtest.
1941
1942 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
1943
1944         * configure.in (gxx_include_dir):  Change to match versioned
1945         C++ headers if --enable-version-specific-runtime-libs is used.
1946
1947 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
1948
1949         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
1950
1951 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
1952
1953         * configure.in: Make --without-x work.
1954
1955 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
1956
1957         * configure.in: Rearrange target Makefile fragment collection.
1958
1959         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
1960         cvs[src].
1961         * configure.in: Ditto.
1962
1963 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
1964
1965         * MAINTAINERS (Write After Approval): Update my e-mail address.
1966
1967 2002-06-24  Ben Elliston  <bje@redhat.com>
1968
1969         * configure.in (host_tools): Remove cgen.
1970
1971         * Makefile.in (all-cgen): Remove; runs from its source directory.
1972         (check-cgen, install-cgen, clean-cgen): Likewise.
1973         (all-opcodes): Do not depend on all-cgen.
1974         (all-sim): Likewise.
1975
1976 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
1977
1978         * Makefile.in: Eliminate 'apache' targets.
1979         * configure.in: Eliminate 'apache' targets.
1980
1981         * configure.in: Eliminate redundant tests.  Reorganize.
1982
1983         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
1984
1985         * config-ml.in: Eliminate references to Cygnus configure.
1986
1987         * Makefile.in: Eliminate references to building emacs.
1988
1989 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
1990
1991         * MAINTAINERS: Update my email address.
1992
1993 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
1994
1995         * config.if (libstdcxx_incdir): Version C++ headers.
1996         (cxx_incdir): Remove.
1997
1998 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
1999
2000         * MAINTAINERS (Write After Approval): Add self.
2001
2002 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
2003
2004         * configure.in: Add support for ip2k.
2005
2006 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
2007
2008         * configure.in: Fix AIX configury bug.
2009
2010 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
2011
2012         * MAINTAINERS (Write After Approval): Add self.
2013
2014 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
2015
2016         * configure.in: replace ${topsrcdir} with ${srcdir}
2017
2018         * configure.in: Move definition of libstdcxx_flags
2019         right above usage, rather than waaay earlier.
2020
2021         * configure.in: Pull definition of is_cross_compiler earlier.
2022
2023         * configure.in: Rearrange a little.
2024
2025         * configure.in: Remove references to librx.
2026         * Makefile.in: Remove references to librx.
2027
2028 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
2029
2030         * config.sub: Add support for avr target.
2031         Import from master sources, rev 1.255
2032
2033 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
2034
2035         * configure, .cvsignore:  Revert previous change...
2036         * Makefile:  ...delete.
2037
2038 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
2039
2040         * configure.in: Eliminate ${gasdir} variable.
2041
2042 2002-06-18  Dave Brolley  <brolley@redhat.com>
2043
2044         * configure.in: Add support for frv.
2045         * config.sub: Add support for frv.
2046
2047 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
2048
2049         * configure:  Remove garbage from previous commit.
2050
2051 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
2052
2053         * configure:  For in-source builds, make a subdir and re-exec there.
2054         * Makefile:  New file.  Pass targets through to build directory.
2055         * .cvsignore:  No longer ignore "Makefile".
2056
2057 2002-06-16  Douglas Rupp  <rupp@gnat.com>
2058
2059         * MAINTAINERS (Write After Approval): Add self.
2060
2061 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2062
2063         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
2064
2065 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
2066
2067         * configure.in (vax-*-netbsd*): Re-enable gas.
2068
2069 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
2070
2071         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
2072         BUILD_PREFIX_1, to correct nomenclature.
2073         * configure: Likewise.
2074
2075         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
2076         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
2077
2078 2002-05-31  Olaf Hering  <olh@suse.de>
2079
2080         * config-ml.in: Propogate DESTDIR also.
2081
2082 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
2083
2084         * configure.in (vax-*-netbsd*): Don't build gas for this
2085         platform.
2086
2087 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2088
2089         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
2090         and libgcj for AVR.
2091
2092 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
2093
2094         * MAINTAINERS (Write After Approval): Add myself.
2095
2096 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
2097
2098         * config.guess: Update to 2002-05-22 version.
2099         * config.sub: Likewise.
2100
2101 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2102
2103         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
2104         * config-ml.in: Likewise.
2105         * configure: Likewise.
2106         * configure.in: Likewise.
2107
2108 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
2109
2110         * MAINTAINERS: Update my email address.
2111
2112 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
2113
2114         * configure.in: Simplify makefile fragment collection.
2115
2116         * configure.in: Remove code to build emacs.
2117
2118         * configure.in : Remove --srcdir argument from targargs and buildargs
2119         (it's always overridden in the Makefile anyway).  Rearrange a bit.
2120
2121         * configure: Move some logic to configure.in.
2122         * configure.in: Move some logic from configure.
2123
2124 2002-05-11  Tom Tromey  <tromey@redhat.com>
2125
2126         * MAINTAINERS: Reflect libgcj reality.
2127
2128 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
2129
2130         * Makefile.in: Honour DESTDIR.
2131
2132 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
2133
2134         * config.guess: Import 2002-03-20 version.
2135         * config.sub: Import 2002-04-26 version.
2136
2137 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2138
2139         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
2140
2141 2002-05-07  Tim Josling  <tej@melbpc.org.au>
2142
2143         * MAINTAINERS: Add self.
2144
2145 2002-05-06  Loren J. Rittle <ljrittle@acm.org>
2146
2147         * ltmain.sh: Detect and handle object name conflicts
2148         while piecewise linking a static library.
2149
2150 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
2151
2152         * configure.in (noconfigdirs): Don't disable libgcj on
2153         sparc64-*-solaris* and sparcv9-*-solaris*.
2154
2155 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
2156
2157         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
2158
2159 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
2160
2161         * configure.in (FLAGS_FOR_TARGET): Do not add
2162         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
2163         on i[3456]86-*-linux*.
2164
2165 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
2166
2167         * configure.in (noconfigdirs): Replace [ ] with test.
2168
2169         * configure.in (noconfigdirs): Do not add target-newlib if
2170         target == i[3456]86-*-linux*, and host == target.
2171
2172 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
2173
2174         * configure.in: delete reference to absent file
2175
2176         * configure.in: replace '[' with 'test'
2177
2178         * configure.in: Eliminate references to gash.
2179         * Makefile.in: Eliminate references to gash.
2180
2181         * configure.in: remove useless references to 'pic' makefile fragments.
2182
2183         * configure.in: (*-*-windows*) Finish removing.
2184
2185         * configure.in: Eliminate redundant test for libgui.
2186
2187 2002-04-29  Roger Sayle  <roger@eyesopen.com>
2188
2189         * MAINTAINERS: Add self and realphabetize.  Update entries
2190         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
2191         entry for a29k port maintainer.
2192
2193 2002-04-26      Joel Sherrill <joel@OARcorp.com>
2194
2195         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
2196         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
2197
2198 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
2199
2200         * configure.in: remove references to dead files
2201
2202 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
2203
2204         * MAINTAINERS: Add information about purpose of this file.
2205
2206 2002-04-18  Tom Tromey  <tromey@redhat.com>
2207
2208         * configure.in: Disallow configuring libgcj when it is already
2209         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
2210         Solaris 2.8 by default.  For PR libgcj/6158.
2211
2212 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
2213
2214         * configure.in:  Move default CC setting out of config/mh-* fragments
2215         directly into here.
2216
2217 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
2218
2219         * configure.in: don't even try to configure or make a subdirectory
2220         if there's no configure script for it.
2221
2222 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
2223
2224         * MAINTAINERS: Remove chill maintainers.
2225         * Makefile.in (CHILLFLAGS): Remove.
2226         (CHILL_LIB): Remove.
2227         (TARGET_CONFIGDIRS): Remove libchill.
2228         (CHILL_FOR_TARGET): Remove.
2229         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
2230         CHILL_LIB.
2231         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
2232         (CHECK_TARGET_MODULES): Likewise.
2233         (INSTALL_TARGET_MODULES): Likewise.
2234         (CLEAN_TARGET_MODULES): Likewise.
2235         (configure-target-libchill): Remove.
2236         (all-target-libchill): Remove.
2237         * configure.in (target_libs): Remove target-libchill.
2238         Do not compute CHILL_FOR_TARGET.
2239         * libchill: Remove directory.
2240
2241 2002-04-11  DJ Delorie  <dj@redhat.com>
2242
2243         * Makefile.in, configure.in: Sync with binutils, entries
2244         follow...
2245
2246 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
2247
2248         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
2249         (do-tar, do-bz2): New rules.
2250         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
2251         (gdb-tar): New rule.
2252         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
2253         (insight_dejagnu.tar): New rule.
2254         (insight.tar): New rule.
2255         (gdb+dejagnu.tar): New rule.
2256         (gdb.tar): New rule.
2257
2258 2002-02-01  Mo DeJong  <supermo@bayarea.net>
2259
2260         * Makefile.in: Add all-tix to deps for all-snavigator
2261         so that tix is built when building snavigator.
2262
2263 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
2264
2265         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
2266         ld and gdb are not supported.
2267
2268 2002-01-07  Mark Salter  <msalter@redhat.com>
2269
2270         * configure.in: Remove target-bsp and target-cygmon from arm builds.
2271         Allow target-libgloss to be built for arm, strongarm, and xscale.
2272
2273 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
2274
2275         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
2276         options for i[3456]86-pc-linux* native builds.
2277
2278 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
2279
2280         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
2281         files from .po files for a distribution.
2282
2283 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
2284
2285         * configure.in: Enable libstdc++-v3 for h8300 targets.
2286
2287 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
2288
2289         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
2290         version from bfd/.
2291
2292 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
2293
2294         * Makefile.in (VER): When present, extract the version number from
2295         the file version.in.
2296
2297 2001-05-24  Tom Rix <trix@redhat.com>
2298
2299         * configure.in : enable ld for aix
2300
2301 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2302
2303         * config.guess: Add linux target for S/390.
2304
2305 2000-11-07  Philip Blundell  <pb@futuretv.com>
2306
2307         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
2308
2309 2000-11-03  Philip Blundell  <pb@futuretv.com>
2310
2311         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
2312         files.
2313
2314 2001-01-15  Ben Elliston  <bje@redhat.com>
2315
2316         * configure.in (host_tools): Add sid.
2317         Always configure cgen.
2318
2319 2000-11-24  Nick Clifton  <nickc@redhat.com>
2320
2321         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
2322
2323
2324 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
2325
2326         * Makefile.in (ALL_MODULES): Add all-cgen.
2327         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
2328         (all-cgen): New target.
2329         (all-opcodes,all-sim): Depend on all-cgen.
2330         * configure.in (host_tools): Add cgen.
2331         Only configure cgen if --enable-cgen-maint.
2332
2333 2002-04-09  Loren J. Rittle <ljrittle@acm.org>
2334
2335         * configure.in: Add *-*-freebsd* configurations.
2336
2337 2002-04-08  Tom Tromey  <tromey@redhat.com>
2338
2339         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
2340         Fixes PR libgcj/6068.
2341
2342 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
2343
2344         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
2345
2346 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2347
2348         * configure.in (alpha*-dec-osf*): Enable libgcj.
2349
2350 2003-03-27  Matthew Gingell <gingell@gnat.com>
2351
2352         * MAINTAINERS (Write After Approval): Add myself.
2353
2354 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
2355
2356         Fix for: PR bootstrap/3591, target/5676
2357         * configure.in (mcore-pe): Disable the configuration of
2358         libstdc++-v3 since exceptions are not supported.
2359
2360 2002-03-20  Anthony Green  <green@redhat.com>
2361
2362         * configure.in: Enable libgcj for xscale-elf target.
2363
2364 Tue Mar 19 09:05:08 2002  J"orn Rennecke <joern.rennecke@superh.com>
2365
2366         * MAINTAINERS:  Update my email address.
2367
2368 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
2369
2370         * ltmain.sh (relink_command): Fix typo in previous change.
2371
2372 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
2373
2374         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
2375         (relink_command): Added --tag flags.
2376         (mode=install): If relinking fails; error out.
2377
2378 2002-03-12  Richard Henderson  <rth@redhat.com>
2379
2380         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
2381         .NOTPARALLEL tag.
2382         (do-check): Rename from check.
2383         (check): Allow parallel check.
2384
2385 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
2386
2387         * MAINTAINERS: Add myself as maintainer for xtensa port.
2388         Fix alphabetical order in CPU port maintainer list.
2389         Remove myself from Write After Approval list.
2390
2391 2002-03-11  Richard Henderson  <rth@redhat.com>
2392
2393         * Makefile.in (.NOTPARALLEL): Add fake tag.
2394
2395 2002-03-07  H.J. Lu  (hjl@gnu.org)
2396
2397         * configure.in: Enable gprof for mips*-*-linux*.
2398
2399 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
2400
2401         * MAINTAINERS (Write After Approval): Add myself.
2402
2403 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
2404
2405         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
2406         libjava.
2407         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
2408
2409 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
2410
2411         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
2412         because its Makefile is there; test for the executable instead.
2413
2414 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
2415
2416         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
2417         libstdc++-v3 and libjava.
2418
2419 2002-02-11  Adam Megacz <adam@xwt.org>
2420
2421         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
2422         boehm-gc
2423
2424 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
2425
2426         * config.guess: Updated to 2002-01-30's version.
2427         * config.sub: Updated to 2002-02-01's version.
2428         Contribute sh64-elf.
2429         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
2430         * configure.in: Added sh64-*-*.
2431
2432 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
2433
2434         * MAINTAINERS: Belatedly add myself to write after approval list.
2435
2436 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
2437
2438         * MAINTAINERS: Put self in as maintainer for x86-64 port.
2439         Remove self as Write After Approval.
2440
2441 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
2442
2443         * MAINTAINERS: Put self in as maintainer for contrib/regression
2444         directory.
2445
2446 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
2447
2448         * MAINTAINERS:  Update my email address.
2449
2450 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
2451
2452         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
2453         target-libiberty, and target-libgloss.  Skip Java-related
2454         libraries if not supported for NetBSD on target CPU.
2455
2456 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
2457
2458         * install-sh: Use _inst.$$_ for temp file name.
2459
2460 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
2461
2462         * MAINTAINERS (Write After Approval): Move my contact info
2463         from here...
2464         (OS Port Maintainers): ...to here (netbsd).
2465
2466 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
2467
2468         * MAINTAINERS (Write After Approval): Add myself.
2469
2470 2002-01-17  H.J. Lu <hjl@gnu.org>
2471
2472         * Makefile.in (all-fastjar): Also depend on all-libiberty.
2473         (all-target-fastjar): Also depend on all-target-libiberty.
2474
2475 2002-01-16  H.J. Lu  (hjl@gnu.org)
2476
2477         * config.guess: Import from master sources, rev 1.225.
2478         * config.sub: Import from master sources, rev 1.238.
2479
2480 2002-01-16  Kazu Hirata  <kazu@hxi.com>
2481
2482         * MAINTAINERS (Write After Approval): Remove myself.
2483
2484 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
2485
2486         * MAINTAINERS (Write After Approval): Add myself.
2487
2488 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
2489
2490         * MAINTAINERS: Add self as docs co-maintainer.
2491
2492 2001-12-11  Matthias Klose  <doko@debian.org>
2493
2494         * MAINTAINERS (Write After Approval): Add myself.
2495
2496 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
2497
2498         * MAINTAINERS: Update my email address.
2499
2500 2001-12-07  Turly O'Connor  <turly@apple.com>
2501         * MAINTAINERS (Write After Approval): Add myself.
2502         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
2503         (rs6000_initialize_trampoline): Call __trampoline_setup for
2504         ABI_DARWIN too.
2505         * darwin-tramp.asm: New file, implements __trampoline_setup.
2506         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
2507
2508 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
2509
2510         * MAINTAINERS (Write After Approval): Add myself.
2511
2512 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
2513
2514         * configure, configure.in: Use temp file for long sed commands.
2515
2516 2001-12-03  Laurent Guerby  <guerby@acm.org>
2517
2518         * config.sub: Update to version 1.232 on subversion.
2519
2520 2001-12-03  Ben Elliston  <bje@redhat.com>
2521
2522         * MAINTAINERS: Update mail address for config.* patches.
2523
2524 2001-11-27  DJ Delorie <dj@redhat.com>
2525             Zack Weinberg  <zack@codesourcery.com>
2526
2527         When build != host, create libiberty for the build machine.
2528
2529         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
2530         CONFIG_ARGUMENTS.
2531         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
2532         New variables.
2533         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
2534         and rules.
2535         (all.normal): Depend on ALL_BUILD_MODULES.
2536         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
2537         (all-build-libiberty): Depend on configure-build-libiberty.
2538
2539         * configure: Calculate and substitute proper value for
2540         ALL_BUILD_MODULES.
2541         * configure.in: Create the build subdirectory.
2542         Calculate and substitute TARGET_CONFIGARGS (formerly
2543         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
2544
2545 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
2546
2547         * MAINTAINERS (write-after-approval): Add self.
2548
2549 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
2550
2551         * MAINTAINERS (GNATS only accounts): Remove self.
2552
2553 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
2554
2555         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
2556         libf2c.
2557
2558 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
2559
2560         * MAINTAINERS (Write After Approval): Add self.
2561
2562 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
2563
2564         * MAINTAINERS: mips and s390 are also CPU ports.
2565
2566 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
2567
2568         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
2569
2570 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
2571
2572         * MAINTAINERS: Alphabetize.
2573
2574 2001-11-09  Kazu Hirata  <kazu@hxi.com>
2575
2576         * MAINTAINERS (Various maintainers: h8 port): Add myself.
2577
2578 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2579
2580         * MAINTAINERS (Various maintainers: hppa port): Added myself.
2581
2582 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
2583
2584         * configure.in (--enable-languages): Be more permissive about
2585         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
2586
2587 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
2588
2589         * config.sub: Import from master sources, rev. 1.230.
2590         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
2591
2592 2001-11-07  Laurent Guerby  <guerby@acm.org>
2593
2594         * MAINTAINERS (Write After Approval): Add self.
2595
2596 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
2597
2598         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
2599
2600 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
2601
2602         * config.sub: Import from master sources, rev 1.226.
2603         * config.guess: Import from master sources, rev 1.216.
2604
2605 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
2606
2607         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
2608         * MAINTAINERS: Add self as maintainer of MMIX port.
2609         Remove old after-approval entry.
2610
2611 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
2612
2613         * ChangeLog, configure: Fix spelling errors.
2614
2615 2001-10-20  Brendan Kehoe  <brendan@zen.org>
2616
2617         * MAINTAINERS: Tweak my address.
2618
2619 Thu Oct 11 21:50:15 2001  J"orn Rennecke <amylaar@onetel.net.uk>
2620
2621         * MAINTAINERS: Update my email address.
2622
2623 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
2624
2625         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
2626         * MAINTAINERS: Add self as maintainer of CRIS port.
2627
2628 2001-10-10  Geert Bosch  <bosch@gnat.com>
2629
2630         * MAINTAINERS (Various maintainers: Ada front end):
2631         Added Robert Dewar.
2632
2633 2001-10-03  David Billinghurst <David.Billinghurst@riotinto.com>
2634
2635         * MAINTAINERS (Write After Approval): Added self
2636
2637 2001-10-02  Geert Bosch  <bosch@gnat.com>
2638
2639         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
2640
2641 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
2642
2643         * configure: Handle temporary files securely using mkdir.
2644
2645 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
2646
2647         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
2648
2649 2001-09-26  Will Cohen <wcohen@redhat.com>
2650
2651         * configure.in (*-*-linux*): Disable configuration of target-newlib
2652         and target-libgloss.
2653
2654 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
2655
2656         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
2657         RANLIB.
2658
2659 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
2660
2661         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
2662         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
2663         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
2664         avoid quotes nesting problems.
2665         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
2666         (DO_X): Export only variables that are set.
2667
2668 2001-09-19  Ben Elliston  <bje@redhat.com>
2669
2670         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
2671         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
2672         semantics.  Use the shell built-in "type" command instead.
2673
2674 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
2675
2676         Merged from gcc-3_0-branch:
2677         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
2678         * ltcf-c.sh: Use $objext, not $ac_objext.
2679         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
2680         * ltcf-cxx.sh: Add support for GNU.
2681         2001-07-22  Timothy Wall  <twall@redhat.com>
2682         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
2683         default settings if using GNU tools with that configuration.
2684         * ltcf-cxx.sh: Ditto.
2685         * ltcf-gcj.sh: Ditto.
2686         2001-07-21  Michael Chastain  <chastain@redhat.com>
2687         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
2688         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
2689         * ltmain.sh: Mark as gcc-local.
2690
2691 2001-08-30  Eric Christopher  <echristo@redhat.com>
2692             Jason Eckhardt  <jle@redhat.com>
2693
2694         * config.guess: Merge from master sources.
2695         * config.sub: Merge from master sources, add support for mipsisa32.
2696
2697 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
2698         * config.sub: Merge from master sources, rev 1.219.
2699         * MAINTAINERS: Add self as contact for stormy16 port.
2700
2701 2001-08-14  Zack Weinberg  <zackw@panix.com>
2702
2703         * config.sub: Merge from master sources, rev 1.218.
2704         * config.guess: Merge from master sources, rev 1.209.
2705
2706 2001-08-11  Graham Stott  <grahams@redhat.com>
2707
2708         * Makefile.in (check-c++): Add missing semicolon.
2709
2710 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
2711
2712         * MAINTAINERS (Various maitainers: predict.def): Added myself.
2713
2714 2001-07-30  Eric Christopher  <echristo@redhat.com>
2715
2716         * MAINTAINERS (Various maintainers: mips port): Added myself.
2717
2718 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
2719
2720         * configure.in (sh-*-linux*): New.
2721
2722 2001-07-27  Richard Henderson  <rth@redhat.com>
2723
2724         * .cvsignore: Add LAST_UPDATED.
2725
2726 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
2727
2728         * MAINTAINERS (Various maintainers: s390 port): Added myself.
2729
2730 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
2731
2732         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
2733
2734 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
2735
2736         * MAINTAINERS (Write After Approval): Added myself.
2737
2738 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2739
2740         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
2741         and libgcj on m68hc11/m68hc12.
2742
2743 2001-06-27  H.J. Lu  (hjl@gnu.org)
2744
2745         * Makefile (CFLAGS_FOR_BUILD): New.
2746         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
2747
2748 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2749
2750         * README: Remove version number.
2751
2752 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2753
2754         * INSTALL/README: Update wrt. to the installation instructions now
2755         residing in gcc/doc/install.texi.
2756
2757 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2758
2759         * README: Replace with a cut-down and updated version of gcc/README.
2760
2761 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
2762
2763         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
2764         multilibs to be disabled.
2765
2766 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
2767
2768         * MAINTAINERS (Write After Approval): Add myself.
2769
2770 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
2771
2772         * config.guess: Import CVS version 1.195.
2773         * config.sub: Import CVS version 1.212.
2774
2775 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
2776
2777         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
2778         gcc/xgcc is built, use -print-prog-name to find out the program
2779         name to use.
2780
2781 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
2782
2783         * config.guess:  Import CVS version 1.194.  All gcc-local changes
2784         appear to also be in the master copy.
2785         * config.sub:  Import CVS version 1.211.
2786
2787 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
2788
2789         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
2790         with_gcc]: Use `gcc -shared' to build a shared library.
2791
2792 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2793
2794         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
2795         archives.
2796
2797 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2798
2799         * MAINTAINERS (Write After Approval): Add myself.
2800
2801 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
2802
2803         * configure.in (libstdcxx_flags): Do not try to execute
2804         libstdc++-v3/testsuite_flags until it exists.
2805
2806 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
2807
2808         * MAINTAINERS: Update my email address.
2809
2810 2001-05-31  Graham Stott  <grahams@redhat.com>
2811
2812         * MAINTAINERS (Write After Approval): Add myself.
2813
2814 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
2815
2816         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
2817         libraries when using g++ with native linker.
2818
2819 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
2820
2821         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
2822
2823 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
2824
2825         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
2826         [aix4*|aix5*]: Prepend blank.
2827
2828 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
2829
2830         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
2831         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
2832         of subdir/configure scripts to use the new libtool.m4.
2833
2834 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
2835
2836         * MAINTAINERS (Write After Approval): Add myself.
2837
2838 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
2839
2840         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
2841
2842 2001-05-11  Ben Elliston  <bje@redhat.com>
2843
2844         * Makefile.in (all-sid): New target.
2845         (check-sid, clean-sid, install-sid): Likewise.
2846
2847 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
2848
2849         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
2850
2851 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
2852
2853         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
2854         libgcj.
2855
2856 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
2857
2858         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
2859         gcc/xgcc is built, use -print-prog-name to find out the program
2860         name to use.
2861
2862 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
2863
2864         * configure.in (noconfigdirs): Don't reset it from scratch in the
2865         target case; only append to it.
2866
2867         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
2868         sparc-*-solaris2.8]: Disable ${libgcj}.
2869
2870 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
2871
2872         * configure.in (libgcj_saved): Copy from $libgcj.
2873         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
2874         --disable-libgcj.
2875
2876 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
2877
2878         * MAINTAINERS: Remove self as MIPS maintainer and
2879         C front end maintainer.
2880
2881 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
2882
2883         * configure.in: Move *-chorusos target case to the proper switch.
2884         Disable libgcj.
2885
2886 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
2887
2888         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
2889         1.641.2.228.
2890
2891 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2892
2893         * Makefile.in (STAGE1_CFLAGS): Pass down.
2894
2895 2001-04-13  Alan Modra  <amodra@one.net.au>
2896
2897         * config.guess: Add hppa64-linux support.  Note for next import that
2898         this is already in the master file.
2899         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
2900
2901 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
2902
2903         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
2904         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
2905
2906 2001-04-11  Stan Shebs  <shebs@apple.com>
2907
2908         * MAINTAINERS: Add self as Darwin port maintainer.
2909
2910 2001-04-11  Alan Modra  <amodra@one.net.au>
2911
2912         * MAINTAINERS: Update my email address.
2913
2914 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
2915
2916         * ltcf-cxx.sh: Support creation of C++ shared libraries on
2917         recent versions of FreeBSD (release 3 or later).
2918         * ltconfig: On FreeBSD, -lc must not be provided when building
2919         a shared library or else the standard -pthread gcc option is
2920         rendered worthless to later users of the built library.
2921
2922 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
2923
2924         * MAINTAINERS: Add self and RTH as C front end maintainers.
2925
2926 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
2927
2928         * config.sub: Make sure to match an already-canonicalized
2929         machine name (eg. mn10300-unknown-elf).
2930
2931 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
2932
2933         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
2934         New macros.
2935         (bootstrap, cross): Use RECURSE_FLAGS.
2936         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
2937
2938 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
2939
2940         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
2941
2942 2001-03-22  Colin Howell  <chowell@redhat.com>
2943
2944         * Makefile.in (DO_X): Do not backslash single-quotes in
2945         backquotes (two places).
2946
2947 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
2948
2949         Re-installed:
2950         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
2951         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
2952         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
2953         * ltcf-cxx.sh: Likewise.
2954         * ltcf-gcj.sh: Likewise.
2955
2956 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2957
2958         * MAINTAINERS: Add myself as "documentation co-maintainer".
2959
2960 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
2961
2962         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
2963         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
2964
2965 2001-03-19  Tom Tromey  <tromey@redhat.com>
2966
2967         * config-ml.in: Handle GCJ and GCJFLAGS.
2968
2969 2001-03-21  Michael Chastain  <chastain@redhat.com>
2970
2971         * Makefile.in: all-m4 depends on all-texinfo.
2972
2973 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
2974
2975         * MAINTAINERS: Add myself to write after approval list.
2976
2977 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
2978
2979         * Makefile.in (DO_X): Quote nested quotes.
2980
2981 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
2982
2983         * MAINTAINERS: Add myself to write after approval list.
2984
2985 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
2986
2987         * Makefile.in (DO_X): Use double quotes for quoting
2988         "RANLIB=$${RANLIB}".
2989
2990 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
2991
2992         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
2993
2994 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
2995
2996         * configure.in: Only use `lang_requires' for languages athat are
2997         actually enabled.
2998
2999 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
3000
3001         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
3002
3003 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
3004
3005         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
3006
3007 2001-03-07  Tom Tromey  <tromey@redhat.com>
3008
3009         * configure.in: Allow config-lang.in to set `lang_requires' to list
3010         of other required languages.
3011
3012 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
3013
3014         * Makefile.in: Remove RANLIB definition. Use RANLIB
3015         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
3016         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
3017
3018 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
3019             Alexandre Oliva  <aoliva@redhat.com>
3020
3021         * Makefile.in (check-c++): Use tabs, not spaces.
3022
3023 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
3024
3025         * MAINTAINERS: add myself to Write After Approval list.
3026
3027 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
3028
3029         * Makefile.in (check-c++): New rule.
3030
3031         * configure.in (target_libs): Remove libg++.
3032         (noconfigdirs): Remove libg++.
3033         (noconfigdirs): Same.
3034         (noconfigdirs): Same.
3035         (noconfigdirs): Same.
3036
3037         * config-ml.in: Remove libg++ references.
3038
3039         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
3040         (ALL_TARGET_MODULES): Same.
3041         (configure-target-libg++): Remove.
3042         (all-target-libg++): Remove.
3043         (configure-target-libio): Remove.
3044         (all-target-libio): Remove.
3045         (check-target-libio): Remove.
3046         (.PHONY): Remove.
3047         (libg++.tar.bz2): Remove.
3048         (all-target-cygmon): Remove libio.
3049         (all-target-libstdc++): Remove.
3050         (configure-target-libstdc++): Remove.
3051         (TARGET_LIB_PATH): Remove libstdc++.
3052         (ALL_GCC_CXX): Remove libstdc++.
3053         (all-target-gperf): Correct.
3054
3055 2001-02-16  Nick Clifton  <nickc@redhat.com>
3056
3057         * configure.in (noconfigdirs): Allow configuration of texinfo
3058         for Cygwin hosts.
3059
3060 2001-02-15  Anthony Green  <green@redhat.com>
3061
3062         * configure: Introduce GCJ_FOR_TARGET.
3063         * configure.in: Ditto.
3064         * Makefile.in: Ditto.
3065
3066 2001-02-13  Andreas Schwab  <schwab@suse.de>
3067
3068         * MAINTAINERS: Update mail address.
3069
3070 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3071
3072         * config.guess: Add linux target for S/390.
3073         * config.sub: Likewise.
3074
3075 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
3076
3077         * configure.in: for *-chorusos, don't config target-newlib and
3078         target-libgloss.
3079
3080 2001-02-06  Ben Elliston  <bje@redhat.com>
3081
3082         * configure: Output host type to stdout, not stderr.
3083
3084 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
3085
3086         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
3087         * ltcf-cxx.sh: Likewise.
3088
3089         * config.if: Assume enable_libstdcxx_v3 is defined.
3090
3091 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
3092
3093         Remove V2 C++ library.
3094         * configure.in: Remove --enable-libstdcxx_v3 support.
3095
3096 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
3097
3098         * include/demangle.h: Add prototype for java_demangle_v3.
3099
3100 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
3101
3102         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
3103
3104 2001-01-27  Richard Henderson  <rth@redhat.com>
3105
3106         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
3107
3108 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3109
3110         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
3111         Don't unset, it's non-portable and no longer necessary, set to empty
3112         instead.
3113
3114 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3115
3116         * ltconfig: Shell portability fix for the tagname validity check.
3117
3118 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
3119
3120         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
3121         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
3122
3123 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3124
3125         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
3126
3127 2001-01-26  Tom Tromey  <tromey@redhat.com>
3128
3129         * configure.in: Allow libgcj to be built on Sparc Solaris.
3130
3131 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
3132
3133         * ltcf-c.sh: Add aix5 case.
3134         * ltcf-cxx.sh: Likewise.
3135         * ltconfig: Likewise.
3136
3137 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
3138
3139         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
3140         keep at least one of build_libtool_libs or build_old_libs set to
3141         yes.
3142
3143         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
3144         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
3145
3146 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
3147
3148         * configure.in: Enable libgcj on several additional platforms.
3149
3150 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
3151
3152         * configure.in: Enable libgcj for linux targets.
3153
3154 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3155
3156         * MAINTAINERS (Write After Approval): Add myself.
3157
3158 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3159
3160         * MAINTAINERS: Add myself as vax port maintainer.
3161
3162 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
3163
3164         * MAINTAINERS: Add myself as Mercury front-end maintainer.
3165
3166 2001-01-09  Mike Stump  <mrs@wrs.com>
3167
3168         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
3169         failures of subdirectories.
3170
3171 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
3172
3173         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
3174         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
3175         * ltcf-cxx.sh: Likewise.
3176         * ltcf-gcj.sh: Likewise.
3177         * ltconfig.sh: Fix typo.
3178
3179 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
3180
3181         * configure: handle DOS-style absolute paths.
3182
3183 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
3184
3185         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
3186
3187 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
3188
3189         * MAINTAINERS: Add myself as avr port co-maintainer.
3190
3191 2000-12-28  Ben Elliston  <bje@redhat.com>
3192
3193         * MAINTAINERS: Add myself under ``Write After Approval''.
3194
3195 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
3196
3197         * texinfo: Remove directory from GCC.
3198
3199 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3200
3201         * COPYING: Update to current
3202         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
3203         to 19yy as example year in copyright notice).
3204
3205 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
3206
3207         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
3208         (libstdcxx_incdir): Pass down.
3209         * config.if: Remove expired bits for cxx_interface, add stub.
3210         (libstdcxx_incdir): Add variable for g++ include directory.
3211         * configure.in (gxx_include_dir): Use it.
3212
3213 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
3214
3215         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
3216         with old-email address from ``Write After Approval''.
3217
3218 2000-12-15  Andreas Jaeger  <aj@suse.de>
3219
3220         * configure.in: Handle lang_dirs.
3221
3222 2000-12-14  Tom Tromey  <tromey@redhat.com>
3223
3224         * MAINTAINERS: Removed brads.
3225
3226         * MAINTAINERS: Added gcj developers.
3227
3228 2000-12-13  Anthony Green  <green@redhat.com>
3229
3230         * configure.in: Disable libgcj for any target not specifically
3231         listed.  Disable libgcj for x86 and Alpha Linux until compatible
3232         with g++ abi.
3233
3234 2000-12-13  Mike Stump  <mrs@wrs.com>
3235
3236         * Makefile.in (local-distclean): Also remove fastjar.
3237
3238 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
3239
3240         * contrib/gcc_update: Add fastjar --touch entries.
3241
3242 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
3243
3244         * configure.in: Disable language-specific target libraries for
3245         languages that aren't enabled.
3246
3247 2000-12-10  Anthony Green  <green@redhat.com>
3248
3249         * configure.in: Define libgcj.  Disable libgcj target libraries for
3250         most targets.
3251
3252 2000-12-10  Neil Booth  <neilb@earthling.net>
3253
3254         * MAINTAINERS: Update mail address, remove from WAA list.
3255
3256 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3257
3258         * libjava: Imported from /cvs/java.
3259         * libffi: Likewise.
3260         * Boehm-gc: Likewise.
3261
3262 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3263
3264         * configure.in (target_libs): Revert 2000-12-08 patch.
3265         (noconfigdirs): Added target-libjava.
3266
3267 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
3268
3269         * djunpack.bat: removed.
3270
3271 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
3272
3273         * Makefile.in: handle DOS-style absolute paths.
3274         * config-ml.in: likewise.
3275         * symlink-tree: likewise.
3276
3277 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3278
3279         * fastjar: Imported.
3280
3281 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3282
3283         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
3284         libjava.
3285         * configure.in (target_libs): Removed `target-libjava'.
3286
3287 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3288
3289         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
3290         (ALL_MODULES): Added fastjar.
3291         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
3292         (all-target-libjava): all-fastjar replaces all-zip.
3293         (all-fastjar): Added.
3294         (configure-target-fastjar, all-target-fastjar): Likewise.
3295         * configure.in (host_tools): Added fastjar.
3296
3297 2000-12-07  Mike Stump  <mrs@wrs.com>
3298
3299         * Makefile.in (local-distclean): Remove leftover built files.
3300
3301 2000-11-24  Nick Clifton  <nickc@redhat.com>
3302
3303         * configure.in (xscale-elf): Add target.
3304         (xscale-coff): Add target.
3305
3306 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
3307
3308         * ltcf-cxx.sh: Support creation of C++ shared libraries on
3309         recent versions of FreeBSD (release 3 or later).
3310         * ltconfig: On FreeBSD, -lc must not be provided when building
3311         a shared library or else the standard -pthread gcc option is
3312         rendered worthless to later users of the built library.
3313
3314 2000-11-16  Fred Fish  <fnf@be.com>
3315
3316         * configure.in (enable_libstdcxx_v3): Fix typo,
3317         libstd++ -> libstdc++.
3318
3319 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3320
3321         * MAINTAINERS: Add self to Write After Approval list.
3322
3323 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
3324
3325         * MAINTAINERS: Update my email address.  Add myself to global write
3326         privs list.
3327
3328 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
3329
3330         * Makefile.in: Merge with src and libgcj.
3331         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
3332         configure-target-<library> when their configure scripts need the C
3333         or C++ library to have already been built to work properly.
3334         (do_proto_toplev): Set them to an empty string.
3335
3336         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
3337         (REALLY_SET_LIB_PATH): Use them.
3338
3339 2000-11-17  Stan Shebs  <shebs@apple.com>
3340
3341         * MAINTAINERS: Add self to Write After Approval list.
3342
3343 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3344
3345         * configure: Provide the original toplevel configure arguments
3346         (including $0) to subprocesses in the environment rather than
3347         through gcc/configargs.h.
3348
3349 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3350
3351         * MAINTAINERS: Remove references to cccp. Change C9X reference to
3352         C99.  Alphabetise "Write After Approval" list.
3353
3354 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
3355
3356         * configure: Turn on libstdc++ V3 by default.
3357
3358         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
3359         if we've got GCC.
3360
3361 2000-11-11  Philip Blundell  <philb@gnu.org>
3362
3363         * MAINTAINERS: Add self to Write After Approval list.
3364
3365 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
3366
3367         * ltcf-c.sh (aix4): Improve shared library configuration; require
3368         exporting symbols.
3369         * ltcf-cxx.sh (aix4): Define.
3370         * ltconfig (aix4): Define library and soname specs appropriate for
3371         AIX.  Define command to create export symbols list.
3372
3373 Mon Nov  6 14:19:35 2000  Christopher Faylor <cgf@cygnus.com>
3374
3375         * config.sub: Add support for Sun Chorus
3376
3377 2000-10-31  Nick Clifton  <nickc@redhat.com>
3378
3379         * MAINTAINERS: Rename <name>@cygnus.com addresses to
3380         <name>@redhat.com.  Also installed new email address for Clint
3381         Popetz.
3382
3383 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
3384
3385         * etc: Remove directory from GCC.
3386
3387 2000-10-16  Michael Meissner  <meissner@redhat.com>
3388
3389         * configure (gcc/configargs.h): Only create if there is a build GCC
3390         directory created.
3391
3392 2000-10-16  Matthias Klose  <doko@debian.org>
3393
3394         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
3395         when configured for libstdc++-v3.
3396
3397 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
3398
3399         * configure: Save configure arguments to gcc/configargs.h.
3400
3401 2000-10-04  Philipp Thomas  <pthomas@suse.de>
3402
3403         * config.guess: Import CVS version 1.157.
3404         * config.sub: Import CVS version 1.181.
3405
3406 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
3407
3408         * Makefile.in (bootstrap): avoid recursion if subdir missing
3409         (cross): ditto
3410         (do-proto-toplev): ditto
3411
3412 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
3413
3414         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
3415         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
3416
3417         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
3418         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
3419         all affected `configure' scripts.
3420
3421 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
3422
3423         * MAINTAINERS: Add self as cpplib co-maintainer.
3424
3425 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
3426
3427         * MAINTAINERS: Add self to Write After Approval list.
3428
3429 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3430
3431         * INSTALL/README: egcs -> GCC update.
3432
3433 Sun Sep 17 16:55:59 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
3434
3435         * MAINTAINERS: Add myself to Write After Approval list.
3436
3437 2000-09-15  Kazu Hirata  <kazu@hxi.com>
3438
3439         * MAINTAINERS: Add myself to Write After Approval list.
3440
3441 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
3442
3443         * configure.in: Do not build byacc for hppa64.  Provide paths to the
3444         X11 libraries for hppa64.
3445
3446 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3447
3448         * MAINTAINERS: Add myself as 68hc11 port maintainer.
3449
3450 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
3451
3452         * Makefile.in (all-zlib): Added dummy target.
3453
3454         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3455         ltcf-gcj.sh: Updated from libtool multi-language branch.
3456
3457 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
3458
3459         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
3460         (bootstrap*): Depend on all-bootstrap.
3461
3462 2000-09-05  Philipp Thomas  <pthomas@suse.de>
3463
3464         * config.guess: Import CVS version 1.156.
3465         * config.sub: Import CVS version 1.179.
3466
3467 2000-09-02  Anthony Green  <green@cygnus.com>
3468
3469         * Makefile.in (all-gcc): Depend on all-zlib.
3470         (CLEAN_MODULES): Add clean-zlib.
3471         (ALL_MODULES): Add all-zlib.
3472         * configure.in (host_libs): Add zlib.
3473
3474 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
3475
3476         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
3477         crosses, but add gcc/include to the header search path for them.
3478
3479 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
3480
3481         * MAINTAINERS: Add self to Write After Approval list.
3482
3483 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3484
3485         * config.guess: Import CVS version 1.152.
3486         * config.sub: Import CVS version 1.177.
3487
3488 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
3489
3490         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
3491         $targargs to tell whether newlib is going to be built.
3492
3493         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
3494         $$r/TARGET_SUBDIR/libio for _G_config.h.
3495
3496 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
3497
3498         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
3499
3500 2000-08-22  DJ Delorie  <dj@redhat.com>
3501
3502         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
3503
3504 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
3505
3506         * config-ml.in (CC, CXX): Avoid trailing whitespace.
3507         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
3508         sub-configures.
3509
3510 2000-08-21  DJ Delorie  <dj@redhat.com>
3511
3512         * MAINTAINERS: Add self as a libiberty maintainer
3513
3514 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
3515
3516         * configure.in (libstdcxx_flags): Use
3517         libstdc++-v3/src/libstdc++.INC.
3518
3519 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
3520
3521         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
3522
3523 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
3524
3525         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
3526
3527         * configure: Make enable_threads and enable_shared defaults
3528         explicit.  Substitute enable_threads into generated Makefiles.
3529         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
3530         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
3531
3532 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
3533
3534         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
3535
3536 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
3537
3538         * config-ml.in (CC): Remove bogus duplicate quotation mark from
3539         previous delta.
3540
3541 2000-08-11  Jason Merrill  <jason@redhat.com>
3542
3543         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
3544         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
3545         (FLAGS_FOR_TARGET): Not here.
3546         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
3547
3548 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
3549
3550         * config-ml.in (CC, CXX): Don't introduce a leading space.
3551
3552 2000-08-07  DJ Delorie  <dj@delorie.com>
3553
3554         * MAINTAINERS: Add self as a DJGPP maintainer
3555
3556 2000-08-07  DJ Delorie  <dj@redhat.com>
3557
3558         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
3559         "if we're also building gcc, and it's a gcc that will run on the
3560         build machine, we want to use its includes instead of the system's
3561         default includes".
3562
3563 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
3564
3565         * MAINTAINERS: Add self to Write After Approval list.
3566
3567 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
3568
3569         * configure.in (libstdcxx_flags): Don't use `"'.
3570
3571         * config-ml.in: Adjust multilib search paths to the
3572         appropriate multilib tree.
3573
3574 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
3575
3576         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
3577         commas in $LANGUAGES.
3578
3579 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
3580
3581         * configure.in: Re-enable all references to libg++ and librx.
3582
3583 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
3584
3585         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
3586         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
3587         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
3588         * ltcf-cxx.sh (need_lc): Set based on postdeps.
3589
3590         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
3591
3592 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
3593
3594         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
3595         CXX_FOR_TARGET for sed.
3596
3597 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
3598
3599         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
3600         Do not override if already set in the environment or in configure.
3601         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
3602         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
3603
3604 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
3605
3606         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
3607         the libtool CVS tree multi-language branch.
3608         * ltconfig, ltmain.sh: Updated.
3609
3610 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
3611
3612         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
3613         (clean-target): Depend on it.
3614
3615         * Makefile.in (FLAGS_FOR_TARGET): New macro.
3616         (GCC_FOR_TARGET): Use it.
3617         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
3618         * configure.in: ... here.
3619         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
3620         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
3621
3622 2000-07-24  Eric Christopher  <echristo@cygnus.com>
3623
3624         * MAINTAINERS: Add self to Write After Approval list.
3625
3626 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
3627
3628         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
3629         (configure-target-libchill, configure-target-libobjc): Likewise.
3630
3631         * configure.in: Use the same cache file for all target libs.
3632         * config-ml.in: But different cache files per multilib variant.
3633
3634 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3635
3636         * configure (topsrcdir): Don't use dirname.
3637
3638 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
3639
3640         * MAINTAINERS: Add self to Write After Approval list.
3641
3642 2000-07-20  Jason Merrill  <jason@redhat.com>
3643
3644         * configure.in: Remove all references to libg++ and librx.
3645
3646         * configure, configure.in, Makefile.in: Unify gcc and binutils.
3647
3648 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
3649
3650         * config.sub: Update to subversions version 2000-07-06.
3651
3652 2000-07-12  Andrew Haley  <aph@cygnus.com>
3653
3654         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
3655         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
3656
3657 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
3658
3659         * symlink-tree:  Check number of arguments.
3660
3661 2000-07-05  Jim Wilson  <wilson@cygnus.com>
3662
3663         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
3664         search path for a g++ extracted from the build tree.  This
3665         will allow link tests run by configure scripts in
3666         subdirectories to succeed.
3667
3668 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
3669
3670         * ltconfig: Add support for mips-dde-sysv4.2MP
3671
3672 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
3673
3674         * MAINTAINERS: Add myself as loop discovery maintainer.
3675
3676 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
3677
3678         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
3679         `os2'. Force ac_cv_exeext to be ".exe" in that case.
3680
3681 2000-06-19  Timothy Wall  <twall@cygnus.com>
3682
3683         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
3684         * config.sub: Add tic54x target.
3685
3686 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
3687
3688         * MAINTAINERS: Add self as Fortran maintainer,
3689         remove Craig Burley.
3690
3691 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3692
3693         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
3694         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
3695
3696 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
3697
3698         * MAINTAINERS: Add self as i18n maintainer
3699
3700 20000-05-21  H.J. Lu  (hjl@gnu.org)
3701
3702         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
3703         directory are used if they exist. Make sure
3704         $(build_tooldir)/include is searched for header files,
3705         $(build_tooldir)/lib/ for library files.
3706         (GCC_FOR_TARGET): Likewise.
3707         (CXX_FOR_TARGET): Likewise.
3708
3709 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
3710
3711         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
3712
3713 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
3714
3715         * Makefile.in (configure-target-libiberty): Depend on
3716         configure-target-newlib.
3717
3718 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
3719
3720         * configure.in, Makefile.in: Merge all libffi-related