OSDN Git Service

Import the asan runtime library into GCC tree
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2012-11-12  Wei Mi <wmi@google.com>
2
3         * configure.ac: Add libsanitizer to target_libraries.
4         * Makefile.def: Ditto.
5         * configure: Regenerate.
6         * Makefile.in: Regenerate.
7         * libsanitizer: New directory for asan runtime.  Contains an empty
8         tsan directory.
9
10 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
11
12         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
13         against Mingw64 w32api.
14         * configure: Regenerate.
15
16 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
17
18         * configure: Regenerated.
19
20 2012-11-03  Robert Mason  <rbmj@verizon.net>
21
22         * configure.ac: add --disable-libstdcxx configure option
23         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
24
25 2012-10-30 Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
26
27         * MAINTAINERS (Write After Approval): Add myself.
28
29 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
30
31         * MAINTAINERS (Write After Approval): Add myself.
32
33 2012-10-24  Sharad Singhai  <singhai@google.com>
34
35         * MAINTAINERS (Write After Approval): Add myself.
36
37 2012-10-24  Eric Christopher  <echristo@gmail.com>
38
39         * MAINTAINERS: Update email address.
40
41 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
42
43         PR bootstrap/54820
44         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
45         * configure: Regenerate.
46
47 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
48
49         * MAINTAINERS (aarch64): Add Marcus and myself.
50
51 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
52
53         PR bootstrap/54820
54         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
55         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
56         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
57         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
58         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
59         * Makefile.in: Regenerate.
60         * configure.ac (have_static_libs): New variable and associated check.
61         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
62         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
63         * configure: Regenerate.
64
65 2012-10-10  Richard Biener  <rguenther@suse.de>
66
67         * MAINTAINERS: Adjust for changed surname.
68
69 2012-10-04  Lawrence Crowl  <crowl@google.com>
70
71         * MAINTAINERS (Write After Approval): Add myself.
72
73 2012-10-01  Cary Coutant  <ccoutant@google.com>
74
75         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
76
77 2012-09-28  Ian Lance Taylor  <iant@google.com>
78
79         * Makefile.def: Make all-target-libgo depend on
80         all-target-libbacktrace.
81         * Makefile.in: Rebuild.
82
83 2012-09-26  Ian Lance Taylor  <iant@google.com>
84
85         * Makefile.def: Make all-gcc depend on all-libbacktrace.
86         * Makefile.in: Rebuild.
87
88 2012-09-20  Walter Lee  <walt@tilera.com>
89
90         * configure.ac: Add tilegx to list of targets that support gold.
91         * configure: Regenerate.
92
93 2012-09-20  Marek Polacek  <polacek@redhat.com>
94
95         * MAINTAINERS (Write After Approval): Add myself.
96
97 2012-09-19  Steve Ellcey  <sellcey@mips.com>
98
99         * configure.ac: Add mips*-mti-elf* target.
100         * configure: Regenerate.
101
102 2012-09-17  Ian Lance Taylor  <iant@google.com>
103
104         * MAINTAINERS (Various Maintainers): Add libbacktrace.
105         * configure.ac (host_libs): Add libbacktrace.
106         (target_libraries): Add libbacktrace.
107         * Makefile.def (host_modules): Add libbacktrace.
108         (target_modules): Likewise.
109         * configure, Makefile.in: Rebuild.
110
111 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
112
113         PR target/38607
114         Merge upstream change.
115         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
116
117         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
118         Add libgomp*.o to compare_exclusions for AIX.
119         * configure: Regenerate.
120
121 2012-09-06  Diego Novillo  <dnovillo@google.com>
122
123         * configure.ac: Bump minimum GMP version to 4.2.3.
124         * configure: Re-generate.
125
126 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
127
128         PR target/54461
129         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
130         target-libgloss if not configured --with-avrlibc=no.
131         * configure: Regenerate.
132
133 2012-09-04  Jason Merrill  <jason@redhat.com>
134
135         * configure.ac: Fix --enable-languages=all.
136
137 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
138
139         * MAINTAINERS (Write After Approval): Add myself.
140
141 2012-09-03  Richard Guenther  <rguenther@suse.de>
142
143         PR bootstrap/54138
144         * configure.ac: Re-organize ISL / CLOOG checks to allow
145         disabling with either --without-isl or --without-cloog.
146         * configure: Regenerated.
147
148 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
149
150         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
151         * configure: Regenerate.
152
153 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
154
155         * MAINTAINERS: Fix my email address.
156
157 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
158
159         PR binutils/4970
160         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
161         and opcodes.
162         * Makefile.in: Regenerated.
163
164 2012-08-26  Art Haas <ahaas@impactweather.com>
165
166         * configure: Regenerate.
167
168 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
169
170         * INSTALL/README: Also refer to the online installation
171         instructions.
172
173 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
174
175         * MAINTAINERS (Write After Approval): Add myself.
176         (Picochip port): Remove myself.
177
178 2012-08-14   Diego Novillo  <dnovillo@google.com>
179
180         Merge from cxx-conversion branch.
181
182         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
183         POSTSTAGE1_CONFIGURE_FLAGS.
184         * Makefile.in: Regenerate.
185         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
186         Force C++ when bootstrapping.
187         * configure: Regenerate.
188
189 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
190
191         * MAINTAINERS (Write After Approval): Add myself.
192
193 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
194
195         * README: Document use of ranges of years in copyright notices.
196
197 2012-07-06  Richard Guenther  <rguenther@suse.de>
198
199         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
200         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
201         --with-gmp=system.
202         * Makefile.in: Regenerated.
203         * configure: Likewise.
204
205 2012-07-06  Richard Guenther  <rguenther@suse.de>
206
207         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
208         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
209         supply V=1 as extra_make_flags.
210         * configure: Regenerated.
211         * Makefile.in: Likewise.
212
213 2012-07-04  Tristan Gingold  <gingold@adacore.com>
214
215         * configure: Regenerate.
216
217 2012-07-03  Richard Guenther  <rguenther@suse.de>
218
219         * Makfile.def (isl): Remove not necessary extra_exports and
220         extra_make_flags.
221         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
222         * Makefile.in: Regenerated.
223
224 2012-07-03  Richard Guenther  <rguenther@suse.de>
225
226         * Makefile.def (cloog): Add V=1 to extra_make_flags.
227         * configure.ac: If either the ISL or the CLooG check failed
228         do not try to build in-tree versions.
229         * Makefile.in: Regenerated.
230         * configure: Regenerated.
231
232 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
233
234         * configure: Regenerate.
235
236 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
237
238         * MAINTAINERS (Various Maintainers): Add myself as testsuite
239         maintainer.
240
241 2012-07-02  Richard Guenther  <rguenther@suse.de>
242
243         * configure: Regenerated.
244
245 2012-07-02  Richard Guenther  <rguenther@suse.de>
246         Michael Matz  <matz@suse.de>
247         Tobias Grosser <tobias@grosser.es>
248         Sebastian Pop <sebpop@gmail.com>
249
250         * Makefile.def: Add ISL host module, remove PPL host module.
251         Adjust ClooG host module to use the proper ISL.
252         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
253         * configure.ac: Include config/isl.m4.  Add ISL host library,
254         remove PPL.  Remove PPL configury, add ISL configury, adjust
255         ClooG configury.
256         * Makefile.in: Regenerated.
257         * configure: Likewise.
258
259 2012-07-02  Richard Guenther  <rguenther@suse.de>
260
261         Merge from graphite branch
262         2011-07-21  Tobias Grosser  <tobias@grosser.es>
263
264         * configure: Regenerated.
265         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
266         both cloog.org and legacy versions. The only supported version will
267         be CLooG with the isl backend.
268
269         2011-07-21  Tobias Grosser  <tobias@grosser.es>
270
271         * configure: Regenerated.
272         * configure.ac: Require cloog isl 0.17.0
273
274         2011-07-21  Tobias Grosser  <tobias@grosser.es>
275
276         * configure: Regenerated.
277         * config/cloog.m4: Do not define CLOOG_ORG
278
279 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
280
281         * configure.ac: Skip C if explicitly selected.
282         * configure: Regenerate.
283
284 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
285
286         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
287         they contain -O2.
288         * configure: Regenerate.
289
290 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
291
292         PR debug/53740
293         * df.h, df-problems.c, dce.c: Revert last patch.
294
295 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
296
297         * MAINTAINERS (Write After Approval): Update my email address.
298
299 2012-06-21  Meador Inge  <meadori@codesourcery.com>
300
301         * MAINTAINERS (Write After Approval): Add myself.
302
303 2012-06-20  Jason Merrill  <jason@redhat.com>
304
305         * Makefile.tpl (check-target-libgomp-c++): New.
306         (check-target-libitm-c++): New.
307         * Makefile.def (c++): Add them.
308         * Makefile.in: Regenerate.
309
310 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
311
312         * MAINTAINERS (Write After Approval): Add myself.
313
314 2012-05-16  Olivier Hainque  <hainque@adacore.com>
315
316         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
317         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
318         (install-no-fixedincludes): Adjust accordingly.
319         * Makefile.in: Regenerate.
320
321 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
322
323         Merge upstream change
324         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
325
326 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
327
328         * MAINTAINERS (Write After Approval): Add myself.
329
330 2012-05-09  Nick Clifton  <nickc@redhat.com>
331             Paul Smith  <psmith@gnu.org>
332
333         PR bootstrap/50461
334         * configure.ac (mpfr-dir): When using in-tree MPFR sources
335         allow for the fact that from release v3.1.0 of MPFR the source
336         files were moved into a src sub-directory.
337         * configure: Regenerate.
338
339 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
340
341         * configure.ac: Bump minimum MPFR version to 2.4.0.
342         * configure: Regenerated.
343
344 2012-05-01  Richard Henderson  <rth@redhat.com>
345
346         * Makefile.def (libatomic): New target_module.
347         * configure.ac (target_libraries): Add libatomic.
348         (noconfigdirs): Check if libatomic is supported.
349         * Makefile.in, configure: Rebuild.
350
351 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
352
353         * MAINTAINERS (Write After Approval): Add myself.
354
355 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
356
357         * config.sub: Update to 2012-04-18 version from official repo.
358
359 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
360
361         * MAINTAINERS (Write After Approval): Add myself.
362
363 2012-04-11  Steve Ellcey  <sellcey@mips.com>
364
365         * MAINTAINERS: Changed email address.
366
367 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
368
369         PR target/52737
370         * contrib/gcc_update (files_and_dependencies):
371         Remove gcc/config/avr/t-multilib from touch data.
372
373 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
374
375         * MAINTAINERS (OS Port Maintainers): Remove irix.
376         * configure.ac (enable_libgomp): Remove *-*-irix6*.
377         (unsupported_languages): Remove mips-sgi-irix6.*.
378         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
379         (with_stabs): Remove.
380         * configure: Regenerate.
381
382 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
383
384         * MAINTAINERS (OS Port Maintainers): Remove osf.
385         * configure.ac (enable_libgomp): Remove *-*-osf*.
386         (with_stabs): Remove alpha*-*-osf*.
387         * configure: Regenerate.
388
389 2012-03-05  Tristan Gingold  <gingold@adacore.com>
390
391         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
392         * configure: Regenerate.
393
394 2012-02-17  Walter Lee  <walt@tilera.com>
395
396         * MAINTAINERS: (Write After Approval): Delete myself.
397
398 2012-02-14  Walter Lee  <walt@tilera.com>
399
400         * MAINTAINERS (tilegx port): Add myself.
401         (tilepro port): Add myself.
402         (Write After Approval): Add myself.
403
404 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
405
406         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
407         and Joseph Myers as docstring relicensing maintainers.
408
409 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
410
411         * MAINTAINERS (write-after-approval): Add myself.
412
413 2012-02-08  Ira Rosen <irar@il.ibm.com>
414
415         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
416         maintainer.
417
418 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
419
420         * MAINTAINERS (Write After Approval): Move myself to
421         maintain alphabetical order.
422
423 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
424
425         * MAINTAINERS (Write After Approval): Add myself.
426
427 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
428
429         * MAINTAINERS (Write After Approval): Add myself.
430
431 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
432             Jayant R Sonar <jayant.sonar@kpitcummins.com>
433
434         * configure.ac (cr16-*-*): Remove nonconfigdirs.
435         * configure: Regenerate.
436
437 2012-01-23  Harshit Chopra  <harshit@google.com>
438
439         * MAINTAINERS (Write After Approval): Add myself.
440
441 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
442
443         * configure.ac: Remove reference to mh-interix.
444         * configure: Regenerate.
445
446 2012-01-05  Richard Henderson  <rth@redhat.com>
447
448         PR bootstrap/51072
449         * configure.ac: Disable libitm if c++ is not enabled.
450         * configure: Rebuild.
451
452         * configure.ac: Fix regexp for same.
453         * configure: Rebuild.
454
455 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
456
457         * MAINTAINERS (Write After Approval): Add myself.
458
459 2012-01-02  Richard Guenther  <rguenther@suse.de>
460
461         PR bootstrap/51686
462         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
463         * Makefile.in: Regenerate.
464
465 2011-12-28  Oleg Endo <olegendo@gcc.gnu.org>
466
467         * MAINTAINERS (Write After Approval): Add myself.
468
469 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
470
471         * configure: Regenerate.
472
473 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
474
475         * MAINTAINERS (picochip): Changed email address.
476
477 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
478
479         * MAINTAINERS (write-after-approval): Add self.
480
481 2011-11-29  DJ Delorie  <dj@redhat.com>
482
483         * configure.ac (rl78-*-*) New case.
484         * configure: Regenerate.
485         * MAINTAINERS: Add myself as RL78 maintainer.
486
487 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
488
489         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
490
491 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
492
493         * libtool.m4: Additional FreeBSD 10 fixes.
494
495 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
496
497         * MAINTAINERS: Move myself from Write After Approval to CPU Port
498         Maintainers section, as Epiphany maintainer.
499
500 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
501
502         PR target/49992
503         * configure.ac: Remove ranlib special-casing for Darwin.
504         * configure: Regenerate.
505
506 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
507
508         * MAINTAINERS (Reviewers): Keep the list sorted.
509
510 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
511
512         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
513
514 2011-11-09  Roland McGrath  <mcgrathr@google.com>
515
516         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
517         * configure: Rebuild.
518         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
519         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
520         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
521         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
522         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
523         Add READELF.
524         * Makefile.in: Rebuild.
525
526 2011-11-09  Jason Merrill  <jason@redhat.com>
527
528         * Makefile.def (language=c++): Remove check-c++0x.
529         * Makefile.in (check-gcc-c++): Regenerate.
530
531 2011-11-08  Richard Henderson  <rth@redhat.com>
532
533         * configure.ac: Test for libitm directory present first.
534
535         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
536
537         * configure.ac: Test libitm/configure.tgt to disable libitm.
538         * configure: Rebuild.
539
540 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
541             Richard Henderson  <rth@redhat.com>
542
543         Merged from transactional-memory.
544
545         * Makefile.def (lang_env_dependencies): libitm is c++.
546         Add libitm target module.
547         * configure.ac: Likewise.
548         * config/mmap.m4: New file.
549         * contrib/gcc_update: Add libitm to touch data.
550         * Makefile.in, configure: Rebuild.
551
552 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
553
554         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
555         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
556         * Makefile.in: Regenerate.
557
558 2011-11-01  DJ Delorie  <dj@redhat.com>
559
560         * config.sub: Update to version 2011-10-29 (added rl78)
561
562 2011-10-27  Nick Clifton  <nickc@redhat.com>
563
564         * config.sub: Import these changes from the config project:
565
566         2011-10-08  Joern Rennecke <joern.rennecke@embecosm.com>
567             Ben Elliston  <bje@gnu.org>
568
569         * config.sub (epiphany): New.
570
571         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
572             Ben Elliston  <bje@gnu.org>
573
574         * config.sub (hexagon, hexagon-*): New.
575
576         2011-08-23  Roland McGrath  <mcgrathr@google.com>
577
578         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
579         64eb to be64.
580
581         2011-08-16  Roland McGrath  <mcgrathr@google.com>
582
583         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
584         (nacl): Grok as alias for 32el-unknown-nacl.
585
586 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
587
588         * MAINTAINERS (Write After Approval): Add myself.
589
590 2011-10-24  Teresa Johnson  <tejohnson@google.com>
591
592         * MAINTAINERS (Write After Approval): Add myself.
593
594 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
595
596         * MAINTAINERS (sparc port): Remove myself.
597
598 2011-09-14  Tom de Vries  <tom@codesourcery.com>
599
600         * MAINTAINERS (Write After Approval): Add myself.
601
602 2011-08-14  Yao Qi  <yao@codesourcery.com>
603
604         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
605         * configure: Regenerate.
606
607 2011-07-26  Ian Lance Taylor  <iant@google.com>
608
609         * configure.ac: Set have_compiler based on whether gcc directory
610         exists, rather than on whether gcc is in configdirs.
611         * configure: Rebuild.
612
613 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
614
615         * MAINTAINERS (Global Reviewers): Add self.
616
617 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
618
619         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
620         link directories.
621         * Makefile.in: Rebuild.
622
623 2011-07-20  Ian Lance Taylor  <iant@google.com>
624
625         PR bootstrap/49787
626         * configure.ac: Move --enable-bootstrap handling earlier in file.
627         If --enable-bootstrap and either --enable-build-with-cxx or
628         --enable-build-poststage1-with-cxx, enable C++ automatically.
629         * configure: Rebuild.
630
631 2011-07-19  Ian Lance Taylor  <iant@google.com>
632
633         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
634         make C++ a boot_language.  Set and substitute
635         POSTSTAGE1_CONFIGURE_FLAGS.
636         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
637         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
638         * configure, Makefile.in: Rebuild.
639
640 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
641
642         * MAINTAINERS (Register Allocation): Move myself from reviewers to
643         maintainers.
644
645 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
646
647         * MAINTAINERS (Global Reviewers): Add myself.
648
649 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
650
651         * configure: Regenerate.
652
653 2011-07-16  Jason Merrill  <jason@redhat.com>
654
655         * Makefile.def (language=c++): Add check-c++0x and
656         check-target-libmudflap-c++.
657         * Makefile.tpl (check-target-libmudflap-c++): New.
658         * Makefile.in: Regenerate.
659
660 2011-07-16  Matthias Klose  <doko@ubuntu.com>
661
662         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
663         * Makefile.def (target_modules/libjava): Pass
664         $(EXTRA_CONFIGARGS_LIBJAVA).
665         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
666         if not configured with --enable-static-libjava.
667         * Makefile.in: Regenerate.
668         * configure: Likewise.
669
670 2011-07-15  Jason Merrill  <jason@redhat.com>
671
672         * Makefile.in (check-c++): Move check-gcc-c++0x after
673         check-target-libstdc++-v3.
674
675 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
676
677         * MAINTAINERS (c6x port): New entry.
678
679 2011-07-13  Jason Merrill  <jason@redhat.com>
680
681         * Makefile.in (check-gcc-c++0x): New.
682         (check-c++): Depend on it.
683
684 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
685
686         PR target/39150
687         * configure.ac (i[3456789]86-*-solaris2*): Also accept
688         x86_64-*-solaris2.1[0-9]*.
689         * configure: Regenerate.
690
691 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
692
693         * MAINTAINERS (RTL optimizers): Add self.
694
695 2011-06-27  Gabriel Charette  <gchare@google.com>
696
697         * MAINTAINERS (Write After Approval): Add myself.
698
699 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
700
701         PR regression/47836
702         PR bootstrap/23656
703         PR other/47733
704         PR bootstrap/49247
705         PR c/48825
706         * configure.ac (target_libraries): Remove target-libiberty.
707         Remove case-statement setting skipdirs=target-libiberty for
708         multiple targets.  Remove checking target_configdirs and
709         removing target-libiberty but keeping target-libgcc if
710         otherwise empty.
711         * Makefile.def (target_modules): Don't add libiberty.
712         (dependencies): Remove all traces of target-libiberty.
713         * configure, Makefile.in: Regenerate.
714
715 2011-06-13  Walter Lee <walt@tilera.com>
716
717         * configure.ac (tilepro-*-*) New case.
718         (tilegx-*-*): Likewise.
719         * configure: Regenerate.
720
721 2011-06-06  Jing Yu  <jingyu@google.com>
722
723         * configure.ac: Skip target-libiberty for
724         arm*-*-linux-androideabi.
725         * configure: Regenerated.
726
727 2011-06-06  Nick Clifton  <nickc@redhat.com>
728
729         * config.sub: Sync from upstream.
730
731 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
732
733         * MAINTAINERS (Write After Approval): Add myself.
734
735 2011-06-01  Daniel Jacobowitz  <drow@false.org>
736
737         * MAINTAINERS: Update my email address.
738
739 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
740
741         * MAINTAINERS (Write After Approval): Update my email address.
742
743 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
744
745         * MAINTAINERS (Write After Approval): Add myself.
746
747 2011-05-08  Doug Kwan  <dougkwan@google.com>
748
749         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
750         * configure: Regenerated.
751         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
752         value from configure.
753         * Makefile.in: Regenerated.
754
755 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
756
757         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
758         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
759         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
760         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
761         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
762         *-*-vxworks*): Disable newlib and libgloss in separate case
763         statement.
764         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
765         to separate case statement.
766         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
767         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
768         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
769         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
770         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
771         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
772         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
773         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
774         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
775         i[[3456789]]86-*-rdos*, m32r-*-*,
776         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
777         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
778         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
779         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
780         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
781         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
782         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
783         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
784         and libgloss in main case over targets.  Remove most empty cases
785         in main case over targets.
786         * configure: Regenerate.
787
788 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
789
790         * MAINTAINERS (Write After Approval): Add myself.
791
792 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
793
794         * configure.ac: Remove code setting special library locations for
795         hppa*64*-*-hpux11*.  Remove code setting compiler for
796         sparc-sun-solaris2*.
797         * configure: Regenerate.
798
799 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
800
801         * configure.ac: Separate libgloss_dir settings from general case
802         over targets.
803         * configure: Regenerate.
804
805 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
806
807         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
808         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
809         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
810         cases in libgcj-disabling case statement.
811         (hppa*64*-*-linux*): Set unsupported_languages instead of
812         disabling target-zlib.
813         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
814         to hppa*64*-*-hpux*.
815         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
816         hppa*-*-hpux*.
817         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
818         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
819         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
820         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
821         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
822         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
823         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
824         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
825         libgcj-disabling case statement.
826         * configure: Regenerate.
827
828 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
829
830         * configure.ac: Disable Java for targets not supporting libffi.
831         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
832         Remove cases in Java-disabling statement.
833         (*arm-wince-pe): Change to arm-wince-pe.
834         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
835         cases in Java-disabling statement.
836         (bfin-*-*): Don't disable Java again.
837         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
838         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
839         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
840         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
841         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
842         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
843         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
844         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
845         Java-disabling statement.
846         (mmix-*-*): Don't disable Java again.
847         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
848         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
849         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
850         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
851         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
852         statement.
853         * configure: Regenerate.
854
855 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
856
857         * configure.ac: Separate cases disabling Java and Java libraries
858         from general case over targets.
859         * configure: Regenerate.
860
861 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
862
863         * MAINTAINERS: Update my email address.
864
865 2011-04-20  Easwaran Raman  <eraman@google.com>
866
867         * MAINTAINERS (Write After Approval): Add myself.
868
869 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
870
871         PR lto/48086
872         * configure.ac: Re-enable LTO on *-apple-darwin9*.
873         * configure: Regenerate.
874
875 2011-04-16  Jim Meyering  <meyering@redhat.com>
876
877         * MAINTAINERS (Write After Approval): Add myself.
878
879 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
880
881         * MAINTAINERS: Update my email address.
882
883 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
884
885         * MAINTAINERS (Write After Approval): Add myself.
886
887 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
888
889         * MAINTAINERS (Write After Approval): Add myself.
890
891 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
892
893         * MAINTAINERS (Write After Approval): Add myself.
894
895 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
896
897         * configure.ac (build_tools): Remove build-byacc.
898         (host_libs): Remove mmalloc.
899         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
900         autoconf automake libtool diff rcs fileutils shellutils time
901         textutils wdiff find uudecode hello tar gzip indent recode release
902         sed perl gawk findutils gettext zip.
903         (libgcj): Remove target-qthreads.
904         (target_tools): Remove target-examples target-gperf.
905         (YACC): Don't handle building byacc.
906         * configure: Regenerate.
907         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
908         dosutils, examples, fileutils, find, findutils, gawk, gettext,
909         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
910         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
911         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
912         handle building components.
913         * Makefile.in: Regenerate.
914
915 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
916
917         * MAINTAINERS: Update my email address as Xtensa maintainer.
918
919 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
920
921         * config.sub: Sync from upstream.
922
923 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
924
925         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
926         (microblaze*): Don't disable libssp.
927         * configure: Regenerate.
928
929 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
930
931         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
932         moveifchange.
933         * configure: Regenerate.
934         * Makefile.tpl: Use @SHELL@ not @config_shell@.
935         * Makefile.in: Regenerate.
936
937 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
938
939         * configure.ac (*-*-sysv4*): Don't enable libgomp.
940         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
941         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
942         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
943         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
944         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
945         md_exec_prefix cases.
946         * configure: Regenerate.
947
948 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
949
950         * configure.ac: Separate cases disabling target-libssp,
951         target-libiberty, target-libstdc++-v3 and Fortran from general
952         case over targets.
953         * configure: Regenerate.
954
955 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
956
957         * configure.ac (*-*-chorusos): Don't disable libgcj.
958         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
959         Remove case.
960         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
961         (arm-*-coff): Don't disable libgcj.
962         (arm*-*-linux-gnueabi): Remove useless assignment.
963         (arm-*-riscix*): Don't disable libgcj.
964         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
965         configuration.
966         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
967         (c54x*-*-*): Remove case.
968         (tic54x-*-*): Don't disable GCC or GCC libraries.
969         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
970         to *.
971         (d10v-*-*): Don't disable GCC libraries.
972         (d30v-*-*): Don't disable libgcj.
973         (h8500-*-*): Don't disable GCC libraries.
974         (i960-*-*): Don't disable libgcj.
975         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
976         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
977         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
978         libgcj.
979         (m68k-*-coff*): Remove case.
980         (mmix-*-*): Don't disable libgloss on host.
981         (mn10200-*-*, mn10300-*-*): Remove cases.
982         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
983         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
984         Don't disable libgcj.
985         (romp-*-*): Remove case.
986         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
987         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
988         case.
989         (v810-*-*): Don't disable GCC libraries.
990         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
991         (ip2k-*-*): Don't disable GCC libraries.
992         * configure: Regenerate.
993
994 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
995
996         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
997         libffi on host.
998         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
999         on host.
1000         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1001         * configure: Regenerate.
1002
1003 2011-03-26  John Marino  <binutils@marino.st>
1004
1005         * configure.ac: Add support for *-*-dragonfly*
1006         * configure: Regenerate.
1007
1008 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
1009
1010         * configure.ac (native_only): Remove.
1011         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1012         send-pr uudecode guile gnuserv on host.
1013         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1014         send-pr rcs guile perl texinfo libtool on host.
1015         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1016         automake send-pr rcs guile perl texinfo libtool on host.
1017         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1018         (*-*-kaos*): Don't disable target-examples target-gperf on target.
1019         (alpha*-dec-osf*): Don't disable fileutils on target.
1020         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1021         texinfo send-pr expect dejagnu on target.
1022         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1023         target-qthreads on target.
1024         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1025         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1026         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1027         x86_64-*-mingw*): Don't disable expect on target.
1028         (*-*-cygwin*): Don't disable target-gperf on target.
1029         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1030         gnuserv on target.
1031         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1032         target.
1033         * configure: Regenerate.
1034
1035 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
1036
1037         * configure.ac (target_tools): Remove target-groff.
1038         (native_only): Remove target-groff.
1039         (hppa*64*-*-*): Don't disable byacc.
1040         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1041         setting.
1042         (*-*-kaos*): Don't skip target-librx and target-groff.
1043         (*-*-netware*): Don't skip target-libmudflap.
1044         (*-*-tpf*): Don't skip target-libmudflap.
1045         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1046         directories on the host.
1047         (ia64*-*-*vms*): Don't skip tix.
1048         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1049         host.
1050         * configure: Regenerate.
1051
1052 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
1053
1054         * configure.ac: Remove references to mt-mep, mt-netware,
1055         mt-wince.
1056         * Makefile.def: Add all-utils soft dependencies.
1057         * Makefile.tpl: Remove GDB_NLM_DEPS.
1058         * configure: Regenerate.
1059         * Makefile.in: Regenerate.
1060
1061 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1062
1063         * configure.ac: Do not include mh-x86omitfp.
1064         * configure: Regenerate.
1065
1066 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1067
1068         * configure.ac: Remove empty cases.
1069         * configure: Regenerate.
1070
1071 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1072
1073         * Makefile.def: Add dependency from termcap to gdb.
1074         * Makefile.in: Regenerate.
1075
1076 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1077
1078         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1079         * configure: Regenerate.
1080         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1081         * Makefile.tpl: Likewise.
1082         * Makefile.in: Regenerate.
1083
1084 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1085
1086         * configure.ac: Remove all mentions of tentative_cc.
1087         * configure: Regenerate.
1088
1089 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1090
1091         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1092         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1093         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1094         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1095         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1096         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1097         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1098         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1099         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1100         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1101         *-*-rhapsody*): Remove host cases.
1102         * configure: Regenerate.
1103
1104 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1105
1106         * configure.ac (ppc*-*-pe): Remove host case.
1107         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1108         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1109         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1110         cases.
1111         * configure: Regenerate.
1112
1113 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1114
1115         * config.sub: Update to version 2011-03-23.
1116
1117 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1118
1119         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1120         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1121         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1122         * configure: Regenerate.
1123
1124 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1125
1126         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
1127         to Write After Approval.
1128         * config-ml.in: Don't handle arc-*-elf*.
1129         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1130         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1131         handle GCC libraries.
1132         * configure: Regenerate.
1133
1134 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1135
1136         PR bootstrap/48120:
1137         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1138         Add -lstdc++ -lm to LIBS.
1139         * configure: Regenerate.
1140
1141 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
1142
1143         * config.guess: Update to version 2011-02-02
1144         * config.sub: Update to version 2011-02-24
1145
1146 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
1147
1148         PR lto/48086
1149         * configure.ac: Re-enable LTO on *-apple-darwin9.
1150         * configure: Regenerate.
1151
1152 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
1153
1154         PR lto/48086
1155         * configure.ac: Disable LTO on darwin due to an assembler change in
1156         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1157         under 256.
1158         * configure: Regenerate.
1159
1160 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
1161
1162         * MAINTAINERS: Update myself as score backend maintainer,
1163         update my e-mail address.
1164
1165 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
1166
1167         * MAINTAINERS: Update my e-mail address.
1168
1169 2011-03-06  Joey Ye  <joey.ye@arm.com>
1170
1171         * MAINTAINERS: Update my e-mail address.
1172
1173 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1174
1175         * configure.ac: Adjust test of with_ppl.
1176         * configure: Regenerated.
1177
1178 2011-03-02  Kai Tietz  <ktietz@redhat.com>
1179
1180         * MAINTAINERS: Adjust my e-mail address.
1181
1182 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1183
1184         * configure.ac: Add -lpwl to ppllibs.
1185         * configure: Regenerated.
1186
1187 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1188
1189         * config/cloog.m4: Add -lisl to clooglibs.
1190         * configure: Regenerated.
1191
1192 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1193
1194         * MAINTAINERS (CPU Port maintainers): Add self.
1195
1196 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1197
1198         * MAINTAINERS: Add myself as testsuite maintainer.
1199
1200 2011-02-15  Mike Stump  <mikestump@comcast.net>
1201
1202         * MAINTAINERS: Add myself as testsuite maintainer.
1203
1204 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1205
1206         Import from Libtool and gnulib:
1207
1208         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
1209
1210         Prepare for supporting FreeBSD 10.
1211         * config.rpath: Remove handling of freebsd1* which soon would
1212         match FreeBSD 10.0.
1213
1214         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
1215
1216         Remove support for FreeBSD 1.x.
1217         * libtool.m4 (_LT_LINKER_SHLIBS)
1218         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1219         soon would incorrectly match FreeBSD 10.0.
1220
1221 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1222
1223         PR binutils/12283
1224         * move-if-change: Import version from gnulib.
1225
1226 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
1227
1228         PR lto/47225
1229         * Makefile.def (lto-plugin): Double dash for enable-shared.
1230         (configure-gcc): Depend on all-lto-plugin.
1231         * Makefile.in: Rebuilt.
1232
1233 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1234
1235         * configure.ac: Remove extra bracket.
1236         * configure: Regenerate.
1237
1238 2011-02-08  Tobias Burnus  <burnus@net-b.de>
1239
1240         * MAINTAINERS: Add myself as libquadmath maintainer.
1241
1242 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
1243
1244         * MAINTAINERS: Update my email address.
1245
1246 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
1247
1248         * MAINTAINERS (option handling): Add self.
1249
1250 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
1251
1252         PR lto/47225
1253         * Makefile.def: Add dependency for install-gcc
1254         on install-lto-plugin.
1255         * Makfile.in: Regenerated
1256
1257 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
1258
1259         * MAINTAINERS (CPU Port Maintainers): Add myself.
1260
1261 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
1262
1263         PR libgcj/44341
1264         * configure.ac: Discard --with-* flags for host when configuring
1265         target libraries for cross build.
1266         * configure: Rebuilt.
1267
1268 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1269
1270         * MAINTAINERS (linear loop transforms): Removed.
1271
1272 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
1273
1274         * configure.ac: If with_ppl is no, move setting with_cloog=no
1275         after CLOOG_REQUESTED check.
1276         * configure: Regenerated.
1277
1278 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1279
1280         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1281         CLooG has been requested.
1282         * configure: Regenerated.
1283
1284 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1285
1286         * configure: Regenerated.
1287         * configure.ac: Check for version 0.11 (or later revision) of PPL.
1288
1289 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
1290
1291         * configure: Regenerated.
1292         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1293
1294 2011-01-21  Andreas Schwab  <schwab@redhat.com>
1295
1296         * configure.ac: Use AS_HELP_STRING throughout.
1297         * configure: Regenerate.
1298
1299 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
1300
1301         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1302         * configure: Regenerate.
1303
1304 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1305
1306         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1307
1308 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1309
1310         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1311         for ia64-hpux.
1312         * configure: Regenerate.
1313
1314 2011-01-07  Jan Hubicka  <jh@suse.cz>
1315
1316         PR lto/47225
1317         * Makefile.in: Regenerate.
1318         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1319         configure.
1320
1321 2011-01-07  Jan Hubicka  <jh@suse.cz>
1322
1323         * Makefile.in: Regenerate.
1324         * Makefile.def (gcc host module) and soft dependency on lto-plugin
1325         and configure dependency on lto-plugin configure.
1326         (lto-plugin module): Remove dependency on GCC; add dependency on
1327         liniberty.
1328
1329 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
1330
1331         * MAINTAINERS (Write After Approval): Add myself.
1332
1333 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
1334
1335         * configure: Regenerate.
1336
1337 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
1338
1339         * configure.ac: (picochip): Disable libiberty.
1340
1341 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
1342
1343         * MAINTAINERS (Write After Approval): Add myself.
1344
1345 2010-12-10  Ian Lance Taylor  <iant@google.com>
1346
1347         PR bootstrap/46819
1348         * configure.ac: For --disable-libgcj clear libgcj_saved.
1349         * configure: Rebuild.
1350
1351 2010-12-10  Tobias Burnus  <burnus@net-b.de>
1352
1353         PR fortran/46540
1354         * configure.ac: Add --disable-libquadmath and
1355         --disable-libquadmath-support.
1356         * configure: Regenerate.
1357
1358 2010-12-03  Ian Lance Taylor  <iant@google.com>
1359
1360         * MAINTAINERS: Add myself as libgo maintainer.
1361
1362 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
1363
1364         PR libffi/46792
1365         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1366         * configure: Regenerate.
1367
1368 2010-12-02  Ian Lance Taylor  <iant@google.com>
1369
1370         * configure.ac: Always set default for poststage1_ldflags to
1371         -static-libstdc++ -static-libgcc.
1372
1373 2010-11-29  Andreas Schwab  <schwab@redhat.com>
1374
1375         * configure.ac: Move comment to remove extra space in last argument
1376         of GCC_TARGET_TOOL.
1377
1378 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
1379
1380         PR other/46026
1381         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1382         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1383         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1384         (BASE_FLAGS_TO_PASS): Use it.
1385         * configure: Rebuilt.
1386         * Makefile.in: Rebuilt.
1387
1388 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
1389
1390         PR binutils/12258
1391         * configure.ac: Correct comments for --enable-gold/--enable-ld.
1392         Properly check default linker.
1393         * configure: Regnerated.
1394
1395 2010-11-23  Matthias Klose  <doko@ubuntu.com>
1396
1397         * configure.ac: For --enable-gold, handle value `default' instead of
1398         `both*'.  New configure option --{en,dis}able-ld.
1399         * configure: Regenerate.
1400
1401 2010-11-20  Ian Lance Taylor  <iant@google.com>
1402
1403         * configure.ac: Only disable a language library if no language needs
1404         it.  Don't let --disable-libgcj uncondtionally disable libffi.
1405         * configure: Rebuild.
1406
1407 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1408
1409         * Makefile.in: Regenerate.
1410
1411         PR other/46202
1412         * configure.ac: Fix just-built in-tree STRIP name to be
1413         binutils/strip-new.
1414         * configure: Regenerate.
1415         * Makefile.def (install-strip-gcc, install-strip-binutils)
1416         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1417         (install-strip-sid): Mirror dependencies on non-strip variants
1418         of these targets on the respective -strip prerequisites.
1419         * Makefile.tpl (install-strip, install-strip-host)
1420         (install-strip-target): New targets.
1421         (install-strip-[+module+], install-strip-target-[+module+]):
1422         New targets.
1423         * Makefile.in: Regenerate.
1424
1425 2010-11-19  Ian Lance Taylor  <iant@google.com>
1426             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1427
1428         * configure.ac: Add target-libgo to target_libraries.  Set
1429         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1430         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1431         (HOST_EXPORTS): Add GOC.
1432         (BASE_TARGET_EXPORTS): Add GOC.
1433         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1434         (GOCFLAGS_FOR_TARGET): New variable.
1435         (EXTRA_HOST_FLAGS): Add GOC.
1436         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1437         * Makefile.def (target_modules): Add libgo.
1438         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1439         (dependencies): Add dependency from configure-target-libgo to
1440         configure-target-libffi and all-target-libstdc++-v3.  Add
1441         dependencies from all-target-libgo to all-target-libffi.
1442         (languages): Add go.
1443         * configure: Rebuild.
1444         * Makefile.in: Rebuild.
1445
1446 2010-11-19  Ian Lance Taylor  <iant@google.com>
1447
1448         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1449         compiler/flag environment variables.
1450
1451 2010-11-18  Ian Lance Taylor  <iant@google.com>
1452
1453         * configure.ac: Check for lang_requires_boot_languages in
1454         config-lang.in files.
1455         * configure: Rebuild.
1456
1457 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1458             Tobias Burnus  <burnus@net-b.de>
1459
1460         PR fortran/32049
1461         * Makefile.def: Add libquadmath; build it with language=fortran.
1462         * configure.ac: Add libquadmath.
1463         * Makefile.tpl: Handle multiple libs in check-[+language+].
1464         * Makefile.in: Regenerate.
1465         * configure: Regenerate.
1466
1467 2010-11-16  Tom Tromey  <tromey@redhat.com>
1468
1469         * MAINTAINERS: Moved myself to reviewers section.
1470
1471 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
1472
1473         * MAINTAINERS: Moved myself to reviewers section.
1474
1475 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1476
1477         * MAINTAINERS (Various Maintainers): Add self for build machinery.
1478         (Write After Approval): Remove self.
1479
1480 2010-11-15  Andreas Schwab  <schwab@redhat.com>
1481
1482         * configure.ac: Fix spelling in option names.
1483         * configure: Regenerated.
1484
1485 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
1486
1487         PR bootstrap/39622
1488         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1489         * configure: Regenerated.
1490
1491 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
1492
1493         * MAINTAINERS: Update my email address.
1494
1495 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1496
1497         * configure: Regenerate.
1498
1499 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1500
1501         * configure: Regenerate.
1502
1503 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1504
1505         * configure: Regenerate.
1506
1507 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1508
1509         * configure: Regenerate.
1510
1511 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1512
1513         * configure.ac: Support official CLooG.org versions.
1514         * configure: Regenerate.
1515         * config/cloog.m4: New.
1516
1517 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
1518
1519         * MAINTAINERS (Write After Approval): Add myself.
1520
1521 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
1522
1523         * MAINTAINERS: Update my email address.
1524
1525 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
1526
1527         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1528         * configure: Regenerate.
1529
1530 2010-11-03  Ian Lance Taylor  <iant@google.com>
1531             Dave Korn  <dave.korn.cygwin@gmail.com>
1532
1533         PR lto/46273
1534         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
1535         and on other supported platforms whenever LTO is enabled.
1536         * configure: Rebuild.
1537
1538 2010-11-02  Alan Modra  <amodra@gmail.com>
1539
1540         PR binutils/12110
1541         * configure.ac: Error when source path contains spaces.
1542         * configure: Regenerate.
1543
1544 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
1545
1546         * MAINTAINERS: Update my email address.
1547
1548 2010-10-20  Ian Lance Taylor  <iant@google.com>
1549
1550         * Makefile.def (target_modules): Set lib_path to src/.libs for
1551         libstdc++-v3 module.
1552         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1553         * Makefile.in: Rebuild.
1554
1555 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1556
1557         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1558         (Write After Approval): Remove myself.
1559
1560 2010-10-15  Tristan Gingold  <gingold@adacore.com>
1561
1562         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1563
1564 2010-10-14  Douglas Rupp  <rupp@gnat.com>
1565
1566         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1567
1568 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1569
1570         * configure.ac (build_lto_plugin): New shell variable.
1571         (--enable-lto): Turn on by default for all non-ELF platforms that
1572         have had LTO support added so far.  Set build_lto_plugin appropriately
1573         for both ELF and non-ELF.
1574         (configdirs): Add lto-plugin or not based on build_lto_plugin.
1575         * configure: Regenerate.
1576
1577 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1578
1579         Sync from src:
1580         * configure.ac (v850 support): Remove target-libgloss from
1581         noconfigdirs.
1582         * configure: Regenerate.
1583
1584 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1585
1586         PR bootstrap/45326
1587         PR bootstrap/45174
1588         * configure.ac: Honor initial values of $build_configargs,
1589         $host_configargs, $target_configargs.  Mark the precious, so
1590         environment settings get recorded.
1591         * configure: Regenerate.
1592
1593 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1594
1595         PR bootstrap/45796
1596         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1597         Depend on all-build-libiberty.
1598         * Makefile.in: Regenerate.
1599
1600 2010-09-30  Michael Eager  <eager@eagercon.com>
1601
1602         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1603         * configure: Regenerate.
1604
1605 2010-09-28  Michael Eager  <eager@eagercon.com>
1606
1607         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1608
1609 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1610
1611         PR bootstrap/44621
1612         * configure.ac: Fix unportable shell quoting.
1613         * configure: Regenerate.
1614
1615 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
1616
1617         * configure.ac (enable-lto): Add Darwin to the list of supported lto
1618         targets and amend comment.
1619         * configure: Regenerate.
1620
1621 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
1622
1623         * MAINTAINERS (Write After Approval): Add myself.
1624
1625 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
1626
1627         * configure.ac: Enable LTO by default on Darwin.
1628         * configure: Regenerate.
1629
1630 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1631
1632         * MAINTAINERS (Write After Approval): Add myself.
1633
1634 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
1635
1636         * MAINTAINERS (Write After Approval): Add myself.
1637
1638 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
1639
1640         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1641         ports
1642
1643 2010-07-28  David Yuste  <david.yuste@gmail.com>
1644
1645         * MAINTAINERS (Write After Approval): Add myself.
1646
1647 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
1648
1649         * configure.ac: Support all v850 targets.
1650         * configure: Regenerate.
1651
1652 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
1653
1654         PR bootstrap/44455
1655         * configure.ac (extra_mpfr_configure_flags): Copy from
1656         extra_mpc_gmp_configure_flags.
1657         * configure: Re-generated.
1658
1659 2010-07-22  Andi Kleen  <ak@linux.intel.com>
1660
1661         * MAINTAINERS (Write After Approval): Add myself.
1662
1663 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
1664
1665         * MAINTAINERS (Write After Approval): Add myself.
1666
1667 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
1668
1669         * MAINTAINERS (Write After Approval): Add myself.
1670
1671 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
1672
1673         PR target/44862
1674         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1675         Provide -B option to allow for link spec %s substitutions for
1676         libstdc++.a on darwin.
1677         * Makefile.in: Regenerate.
1678
1679 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
1680
1681         * MAINTAINERS (Reviewers): Update my e-mail address
1682
1683 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
1684
1685         * Makefile.def (configure-gcc): Depend on all-libelf.
1686         * Makefile.in: Rebuild.
1687
1688 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
1689
1690         * MAINTAINERS (Write After Approval): Add myself in the right place.
1691
1692 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
1693
1694         * MAINTAINERS (Write After Approval): Add myself.
1695
1696 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
1697
1698         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1699
1700 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
1701
1702         * config.sub: Update to version 2010-05-21.
1703         * config.guess: Update to version 2010-04-03.
1704
1705 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
1706
1707         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1708         * configure: Regenerate.
1709
1710 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
1711
1712         * MAINTAINERS (Write After Approval): Add myself.
1713
1714 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
1715
1716         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1717         a platform that supports LTO.
1718         * configure: Regenerate.
1719
1720 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
1721
1722         * configure.ac: Allow all the versions greater than 0.10 of PPL.
1723         * configure: Regenerated.
1724
1725 2010-04-27  Roland McGrath  <roland@redhat.com>
1726             H.J. Lu  <hongjiu.lu@intel.com>
1727
1728         * configure.ac (--enable-gold): Support both, both/gold and
1729         both/bfd to add gold to configdirs without removing ld.
1730         * configure: Regenerated.
1731
1732         * Makefile.def: Add install-gold dependency to install-ld.
1733         * Makefile.in: Regenerated.
1734
1735 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
1736
1737         PR lto/42776
1738         * configure.ac (--enable-lto): Refactor handling so libelf tests
1739         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1740         and allow LTO to be explicitly enabled on non-ELF platforms that
1741         are known to support it inside else-clause.
1742         * configure: Regenerate.
1743
1744 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
1745
1746         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1747         * configure: Regenerate.
1748
1749 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
1750
1751         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1752         * configure: Regenerate.
1753
1754 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1755
1756         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1757         separately.
1758         * configure: Regenerate.
1759
1760 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
1761
1762         * MAINTAINERS (Write After Approval): Add myself.
1763
1764 2010-04-14  Tristan Gingold  <gingold@adacore.com>
1765
1766         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1767         * configure: Regenerate.
1768
1769 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
1770
1771         * configure: Regenerate after change to elf.m4.
1772
1773 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
1774
1775         * MAINTAINERS (Write After Approval): Add myself.
1776
1777 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1778
1779         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1780         * configure: Regenerated.
1781
1782 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1783
1784         * configure.ac: Print "buggy but acceptable" when CLooG
1785         revision is less than 9.
1786         * configure: Regenerated.
1787
1788 2010-04-01  Diego Novillo  <dnovillo@google.com>
1789
1790         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1791
1792 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1793
1794         PR bootstrap/43615
1795         PR bootstrap/43328
1796
1797         Revert:
1798
1799         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1800
1801         * configure.ac: Do not pass --enable-multilib nor
1802         --disable-multilib in baseargs.  Accept explicitly passed
1803         --enable_multilib.
1804         * configure: Regenerate.
1805
1806 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
1807
1808         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1809
1810 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
1811
1812         * MAINTAINERS: Remove myself.
1813
1814 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1815
1816         PR bootstrap/43328
1817         * configure.ac: Do not pass --enable-multilib nor
1818         --disable-multilib in baseargs.  Accept explicitly passed
1819         --enable_multilib.
1820         * configure: Regenerate.
1821
1822 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
1823
1824         * MAINTAINERS (spu port): Remove me.
1825
1826 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1827
1828         * configure.ac (tic6x-*-*): New case.
1829         * configure: Regenerate.
1830
1831 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1832
1833         * config.sub: Update to version 2010-03-22.
1834         * config.guess: Update to version 2009-12-30.
1835
1836 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
1837
1838         PR ada/42554
1839         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1840         * configure: Regenerate.
1841
1842 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1843
1844         * MAINTAINERS: Update my email address.
1845
1846 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
1847
1848         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1849         (ghassan.shobaki@amd.com): Removed.
1850
1851 2010-03-17  Alan Modra  <amodra@gmail.com>
1852
1853         * MAINTAINERS: Update my email address.
1854
1855 2010-03-16  Diego Novillo  <dnovillo@google.com>
1856
1857         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1858         Matthews.
1859
1860 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1861
1862         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1863         Gutson, Jeffrey D. Oldham and Mark Shinwell.
1864
1865 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1866
1867         * MAINTAINERS: Update my email address.
1868
1869 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
1870
1871         * MAINTAINERS: Update my email address.
1872
1873 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
1874
1875         * MAINTAINERS: Update my email address.
1876
1877 2010-03-09  Jie Zhang  <jie@codesourcery.com>
1878
1879         * MAINTAINERS: Update my email address.
1880
1881 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1882
1883         PR libstdc++/32499
1884         * configure.ac (RANLIB): Default to true.
1885         (STRIP): Likewise.
1886         (RANLIB_FOR_TARGET): Remove superfluous : argument.
1887         * configure: Regenerate.
1888
1889 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
1890
1891         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1892         (Write After Approval): Update my email address.
1893
1894 2010-02-17  Nick Clifton  <nickc@redhat.com>
1895
1896         PR 11238
1897         * Makefile.tpl (local-distclean): Also remove config.cache files in
1898         sub-directories as there may not be Makefiles present in the
1899         sub-directories.
1900         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1901         the config.cache files found by the find command.
1902
1903         * Makefile.in: Regenerate.
1904         * configure.ac: Revert previous delta.
1905         * configure: Regenerate.
1906
1907 2010-02-15  Nick Clifton  <nickc@redhat.com>
1908
1909         PR 11238
1910         * configure.ac: Delete config.cache files in sub-directories when
1911         deleting Makefiles.
1912         * configure: Regenerate.
1913
1914 2010-02-12  Ben Elliston  <bje@gnu.org>
1915
1916         * MAINTAINERS: Update my email address.
1917
1918 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
1919
1920         * MAINTAINERS (spu port): Update my email address.
1921
1922 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
1923
1924         * MAINTAINERS: Add myself as a maintainer for the bfin port.
1925
1926 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1927
1928         * configure.ac: Add "recommended" version checks for GMP/MPC.
1929         Update recommended GMP/MPFR/MPC versions.
1930         * configure: Regenerate.
1931
1932 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
1933
1934         * MAINTAINERS: Move my Embecosm email address into the
1935         write-after-approval section.
1936
1937 2010-01-26  Ian Lance Taylor  <iant@google.com>
1938
1939         * MAINTAINERS: Add myself as Go frontend maintainer.
1940
1941 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
1942
1943         PR libstdc++/36101, PR libstdc++/42813
1944         * configure.ac (bootstrap_target_libs): Make inclusion of
1945         target-libgomp conditional on libgomb being in target_configdirs.
1946         * configure: Regenerate.
1947
1948 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
1949
1950         PR libstdc++/36101, PR libstdc++/42813
1951         * configure.ac (bootstrap_target_libs): Include target-libgomp.
1952         * configure: Regenerate.
1953
1954 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
1955
1956         PR libstdc++/36101, PR libstdc++/42813
1957         * configure.ac (target_configdirs): Substitute.
1958         * Makefile.def: Bootstrap target module libgomp.
1959         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1960         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1961         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1962         * configure, Makefile.in: Regenerate.
1963
1964 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1965
1966         * MAINTAINERS: Adjust my details.
1967
1968 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
1969
1970         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1971
1972 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
1973
1974         * MAINTAINERS: reindented my entry with tabs instead of spaces.
1975
1976 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
1977
1978         * MAINTAINERS (Write After Approval): Add myself.
1979
1980 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1981
1982         * MAINTAINERS (Write After Approval): Add myself.
1983
1984 2010-01-11  Richard Guenther  <rguenther@suse.de>
1985
1986         PR lto/41569
1987         * Makefile.def (all-lto-plugin): Depend on all-gcc.
1988         * Makefile.in: Regenerated.
1989
1990 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
1991
1992         * configure.ac: Enable libjava build on x86_64-*freebsd*.
1993         * configure: Regenerate.
1994
1995 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1996             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1997
1998         PR bootstrap/42424
1999         * configure.ac: Include libtool m4 files.
2000         (_LT_CHECK_OBJDIR): Call it.
2001         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2002         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2003
2004         * configure: Regenerate.
2005
2006 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2007
2008         PR bootstrap/41818
2009         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2010         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
2011         * Makefile.in: Regenerate.
2012
2013 2010-01-02  Richard Guenther  <rguenther@suse.de>
2014
2015         PR lto/41529
2016         * configure.ac: Include config/elf.m4.  Disable LTO if not
2017         builting for an elf target.
2018         * configure: Regenerate.
2019
2020 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
2021
2022         * MAINTAINERS: Change my email address.
2023
2024 2009-12-18  Ben Elliston  <bje@au.ibm.com>
2025
2026         * config.sub, config.guess: Update from upstream sources.
2027
2028 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
2029
2030         * MAINTAINERS (Write After Approval): Add myself.
2031
2032 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2033
2034         PR middle-end/30447
2035         PR middle-end/30789
2036         PR other/40302
2037
2038         * configure.ac: Require MPC.
2039         * configure: Regenerate.
2040
2041 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2042
2043         PR target/38384
2044         PR bootstrap/40972
2045         * libtool.m4: Sync from git Libtool.
2046         * ltoptions.m4: Likewise.
2047         * ltversion.m4: Likewise.
2048         * lt~obsolete.m4: Likewise.
2049         * ltmain.sh: Likewise.
2050
2051 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2052
2053         * configure.ac: Update minimum MPC version to 0.8.
2054         * configure: Regenerate.
2055
2056 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
2057
2058         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
2059         * configure: Regenerated.
2060
2061 2009-11-21  Ian Lance Taylor  <iant@google.com>
2062
2063         * configure.ac: Change default of poststage1_ldflags to be empty if
2064         poststage1_libs is set.  When poststage1_libs is empty, and
2065         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
2066         * configure: Rebuild.
2067
2068 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
2069
2070         * MAINTAINERS (Write After Approval): Update my email address.
2071
2072 2009-11-20  Ben Elliston  <bje@au.ibm.com>
2073
2074         * config.guess: Update from upstream sources.
2075
2076 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
2077
2078         * Makefile.def: Restore host and target settings for gmp.
2079         * Makefile.in: Rebuild.
2080
2081 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
2082
2083         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
2084         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
2085         Fix portability of test of C++ as bootstrap language.  Add
2086         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2087         * configure: Rebuild.
2088         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2089         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
2090         in-tree building.
2091         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2092         (POSTSTAGE1_HOST_EXPORTS): Use it.
2093         (STAGE[+id+]_CXXFLAGS): New.
2094         (BASE_FLAGS_TO_PASS): Pass it down.
2095         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
2096         extra_exports.
2097         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2098         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2099         extra_exports.
2100         * Makefile.in: Rebuild.
2101
2102 2009-11-17  Ben Elliston  <bje@au.ibm.com>
2103
2104         * config.sub, config.guess: Update from upstream sources.
2105
2106 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2107
2108         * MAINTAINERS (Write After Approval): Add myself.
2109
2110 2009-11-09  Jon Beniston  <jon@beniston.com>
2111
2112         * MAINTAINERS (Write After Approval): Add myself.
2113
2114 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
2115
2116         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
2117         paths for *-w64-mingw* and x86_64-*mingw*.
2118         * configure: Regenerated.
2119
2120 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
2121
2122         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
2123
2124 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
2125
2126         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
2127         Phil Edwards to Write-After Approval.
2128
2129 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
2130
2131         * configure.ac: Disable target-winsup & co for
2132         x86_64-*-mingw* and *-w64-mingw* targets.
2133         * configure: Regenerated.
2134
2135 2009-10-16  Nick Clifton  <nickc@redhat.com>
2136
2137         * MAINTAINERS: Add myself as a maintainer for the RX port.
2138
2139 2009-10-26  Johannes Singler  <singler@kit.edu>
2140
2141         * MAINTAINERS (Write After Approval): Update my e-mail address.
2142
2143 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2144
2145         * configure.ac (CLooG test): Use = with test.
2146         * configure: Regenerate.
2147
2148 2009-10-22  Richard Guenther  <rguenther@suse.de>
2149
2150         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
2151         cloog if the ppl version check failed.  Move flags saving
2152         before setting in libelf check.
2153         * configure: Regenerate.
2154
2155 2009-10-21  Richard Guenther  <rguenther@suse.de>
2156
2157         * configure.ac: Adjust the ppl and cloog configure to work as
2158         documented.  Disable cloog if ppl was disabled.  Omit the version
2159         checks if they were disabled.
2160         * configure: Re-generate.
2161
2162 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2163
2164         * configure.ac: Add 'lto' to enable_languages, not
2165         new_enable_languages, and only if not already present.
2166         * configure: Regenerate.
2167
2168 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
2169
2170         * README: Refer to the various COPYING* files instead of just
2171         COPYING.
2172         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2173
2174 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
2175
2176         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2177         
2178 2009-10-07  Richard Guenther  <rguenther@suse.de>
2179
2180         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2181         and Richard Guenther as reviewers.
2182         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2183         as reviewers.
2184
2185 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
2186
2187         * config.sub: Update from upstream sources.
2188
2189 2009-10-06  Ian Lance Taylor  <iant@google.com>
2190
2191         * Makefile.def: check-gold depends upon all-gas.
2192         * Makefile.in: Rebuild.
2193
2194 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
2195
2196         * MAINTAINERS (Write After Approval): Add myself.
2197
2198 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
2199
2200         * Makefile.def: all-lto-plugin depends on all-libiberty.
2201         set bootstrap=true for lto-plugin.
2202         Add lto-plugin.
2203         * Makefile.in: Regenerate.
2204         * configure.ac (host_libs): Add lto-plugin.
2205         * configure: Regenerate.
2206
2207 2009-10-03  Diego Novillo  <dnovillo@google.com>
2208
2209         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2210         (HOST_LIBELFLIBS): Define.
2211         (HOST_LIBELFINC): Define.
2212         * Makefile.in: Regenerate.
2213         * configure.ac: Add --enable-lto.
2214         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2215         If --enable-lto is used, add 'lto' to new_enable_languages.
2216         If --enable-lto is used and gold is enabled, add
2217         lto-plugin to configdirs.
2218         * configure: Regenerate.
2219
2220 2009-10-03  Simon Baldwin  <simonb@google.com>
2221
2222         * configure.ac: If --with-system-zlib, suppress local zlib and
2223         pass --with-system-zlib to subdir configure scripts.
2224         * configure: Regenerate.
2225
2226 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
2227             Paolo Bonzini  <bonzini@gnu.org>
2228
2229         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2230         $(srcdir).
2231         * Makefile.in: Rebuilt.
2232
2233 2009-09-26  Gary Funck  <gary@intrepid.com>
2234
2235         * MAINTAINERS (Write After Approval): Add myself.
2236
2237 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2238
2239         * configure.ac: Update minimum MPC version to 0.7.
2240         * configure: Regenerate.
2241
2242 2009-09-25  Nick Clifton  <nickc@redhat.com>
2243
2244         * configure.ac: Pass any --cache-file=/dev/null option on to
2245         subconfigures.
2246         * configure: Regenerate.
2247
2248 2009-09-23  Nick Clifton  <nickc@redhat.com>
2249
2250         * config.sub, config.guess: Update from upstream sources.
2251
2252 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
2253
2254         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2255         * Makefile.in: Rebuilt.
2256
2257 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2258
2259         PR bootstrap/32272
2260         * configure.ac: Error out if $srcdir isn't '.' but contains
2261         host-${host_noncanonical}.
2262         * configure: Regenerate.
2263
2264 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2265
2266         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2267         maintainer.
2268
2269 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2270
2271         * configure.ac: If bootstrapping a combined tree with
2272         --enable-gold, require c++ in stage1_languages.
2273         * configure: Regenerate.
2274
2275         * configure.ac: Also add target_libs of stage1_languages to
2276         bootstrap_target_libs.
2277         * configure: Regenerate.
2278
2279         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2280         with --enable-languages not containing c++.
2281         * configure: Regenerate.
2282
2283 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
2284
2285         * configure.ac: Disable java and boehm-gc for bfin-*-*.
2286         * configure: Regenerate.
2287
2288 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
2289
2290         * MAINTAINERS (Write After Approval): Update my e-mail address,
2291         and move from from here...
2292         (Waiting for paperwork): To here.
2293
2294 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
2295
2296         * MAINTAINERS (Reviewers): Add self as driver reviewer.
2297
2298 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2299
2300         * configure.ac: Do not use $extrasub for replacing @if/@endif
2301         parts in Makefile; instead, use additional arguments to
2302         AC_CONFIG_COMMANDS to do the replacement manually, with several
2303         sed invocations, to avoid HP-UX sed command limits.
2304         * configure: Regenerate.
2305
2306 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
2307
2308         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2309         blank before -L.
2310
2311 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
2312
2313         * configure.ac (with-build-config): Document.  Handle without.
2314         Handle missing argument.
2315         * configure: Rebuilt.
2316
2317 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
2318
2319         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
2320         Default to bootstrap-debug only if compare-debug works.
2321         * configure: Rebuilt.
2322         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2323         * Makefile.in: Rebuilt.
2324
2325 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2326
2327         * MAINTAINERS (OS Port Maintainers): Update my email address.
2328
2329 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
2330
2331         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2332         * Makefile.in: Rebuilt.
2333
2334 2009-09-01  Chris Demetriou  <cgd@google.com>
2335
2336         * MAINTAINERS (Write After Approval): Add myself.
2337
2338 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
2339
2340         PR debug/30161
2341         * include/dwarf2.h (enum dwarf_tag): Added
2342         DW_TAG_GNU_template_template_param
2343         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2344
2345 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2346
2347         * Makefile.tpl (AWK): Fix typo.
2348         * Makefile.in: Regenerate.
2349
2350 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2351
2352         * configure.ac: Detect awk and sed.
2353         * Makefile.def (flags_to_pass): Add AWK and SED.
2354         * Makefile.tpl (AWK, SED): New.
2355         (BASE_FLAGS_TO_PASS): Add AWK and SED.
2356         * configure: Regenerate.
2357         * Makefile.in: Regenerate.
2358
2359 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
2360
2361         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2362         (collapseslashes): Likewise.
2363
2364 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2365
2366         * configure.ac (AC_PREREQ): Bump to 2.64.
2367
2368 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2369
2370         * configure.ac: Remove --with-datarootdir, --with-docdir,
2371         --with-pdfdir, --with-htmldir switches.
2372         * configure: Regenerate.
2373
2374         * configure: Regenerate.
2375
2376         * compile: Sync from Automake 1.11.
2377         * depcomp: Likewise.
2378         * install-sh: Likewise.
2379         * missing: Likewise.
2380         * mkinstalldirs: Likewise.
2381         * ylwrap: Likewise.
2382
2383 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
2384
2385         * ltmain.sh (func_normal_abspath): New function.
2386         (func_relative_path): Likewise.
2387         (func_mode_help): Document new -bindir option for link mode.
2388         (func_mode_link): Add new -bindir option, and use it to place
2389         output DLL if specified.
2390
2391 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2392
2393         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2394         (baseargs): Add --disable-option-checking.
2395         * configure: Regenerate.
2396
2397         * Makefile.def (configure-target-libiberty): Depend on
2398         all-binutils and all-ld.
2399         (configure-target-newlib): Likewise.
2400         * Makefile.in: Regenerate.
2401
2402 2009-08-17  Ben Elliston  <bje@au.ibm.com>
2403
2404         * config.sub, config.guess: Update from upstream sources.
2405
2406 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2407
2408         Sync from src, merge:
2409
2410         2009-07-02  Tristan Gingold  <gingold@adacore.com>
2411
2412         * configure.ac: Do not exclude gas for i386-*-darwin.
2413         Add a case for x86_64-*-darwin.
2414         * configure: Regenerate.
2415
2416 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
2417
2418         * MAINTAINERS: Add my name to Write After Approval list.
2419
2420 2009-08-06  Michael Eager  <eager@eagercon.com>
2421
2422         * configure.ac: Add Microblaze target.
2423         * configure: Regenerate.
2424
2425 2009-07-31  Christian Bruel  <christian.bruel@st.com>
2426
2427         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2428         * configure: Regenerate.
2429         
2430 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
2431
2432         * MAINTAINERS (Write After Approval): Update my e-mail address.
2433
2434 2009-07-06  Ian Lance Taylor  <iant@google.com>
2435
2436         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2437         * configure: Rebuild.
2438
2439 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
2440
2441         * MAINTAINERS: Move myself to the Graphite Reviewers.
2442
2443 2009-06-30  Wei Guozhi  <carrot@google.com>
2444
2445         * MAINTAINERS: Add my name to Write After Approval list.
2446
2447 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
2448
2449         PR bootstrap/40338
2450         * configure.ac (comparestring): Create new variable.
2451         * Makefile.tpl (comparestring): Use to skip some comparisions.
2452         * configure: Regenerate.
2453         * Makefile.in: Regenerate.
2454
2455 2009-06-26  Doug Evans  <dje@sebabeach.org>
2456
2457         * Makefile.def (host_modules): Add cgen.
2458         * Makefile.in: Regenerate.
2459         * configure.ac (host_tools): Add cgen.
2460         * configure: Regenerate.
2461
2462 2009-06-23  DJ Delorie  <dj@redhat.com>
2463
2464         * MAINTAINERS: Add myself as mep maintainer.
2465
2466 2009-06-23  Ian Lance Taylor  <iant@google.com>
2467
2468         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
2469         boot_languages.  Only bootstrap target libraries listed in
2470         target_libs for some boot language.  Add --with-stage1-ldflags,
2471         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
2472         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
2473         if not building with C++.
2474         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2475         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2476         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2477         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2478         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
2479         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2480         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2481         * configure, Makefile.in: Rebuild.
2482
2483 2009-06-23  Li Feng  <nemokingdom@gmail.com>
2484
2485         * MAINTAINERS: Added my name to write-after-approval list.
2486
2487 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
2488
2489         * configure.ac: Define is_elf for QNX Neutrino targets.
2490         * configure: Regenerate.
2491
2492 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
2493
2494         * MAINTAINERS: Added my name to the write-after-approval list
2495
2496 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2497
2498         * configure.ac: Detect MPC in default directory.
2499         * configure: Regenerate.
2500
2501 2009-06-03  Jerome Guitton  <guitton@adacore.com>
2502             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2503
2504         * Makefile.tpl (all): Avoid a trailing backslash.
2505         * Makefile.in: Regenerate.
2506
2507 2009-06-03  Ben Elliston  <bje@au.ibm.com>
2508
2509         * config.sub, config.guess: Update from upstream sources.
2510
2511 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
2512
2513         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2514         to noconfdirs.
2515         * configure: Regenerate.
2516
2517 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
2518
2519         * Makefile.tpl ([+compare-target+]): Compare all stage
2520         directories, rather than just gcc.
2521         * Makefile.in: Rebuilt.
2522
2523 2009-06-01  Doug Kwan  <dougkwan@google.com>
2524
2525         * configure.ac: Support gold for target arm*-*-*.
2526         * configure: Regenerate.
2527
2528 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2529
2530         * Makefile.def: Add MPC support and dependencies.
2531         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
2532
2533         * Makefile.in, configure: Regenerate.
2534
2535 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
2536
2537         * Makefile.tpl (all): Avoid harmless warning in make all when
2538         gcc-bootstrap is enabled but stage_last does not exist.
2539         * Makefile.in: Rebuilt.
2540
2541 2009-05-24  Nicolas Roche  <roche@adacore.com>
2542
2543         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2544         * Makefile.in: Regenerate.
2545
2546 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
2547
2548         * MAINTAINERS: Update my e-mail address.
2549
2550 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2551
2552         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
2553         * configure:  Regenerate.
2554
2555 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2556
2557         PR other/40159
2558         * Makefile.tpl (all): Don't assume gcc-bootstrap and
2559         gcc-no-bootstrap are mutually exclusive.
2560         * Makefile.in: Rebuilt.
2561
2562 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2563
2564         PR other/40159
2565         * Makefile.tpl (all): Don't end with unconditional success.
2566         * Makefile.in: Rebuilt.
2567
2568 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
2569
2570         PR target/37137
2571         * Makefile.def (flags_to_pass): Remove redundant and incomplete
2572         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2573         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2574         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
2575         stage_configureflags, stage_cflags and stage_libcflags into
2576         explicit Makefile macros.
2577         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2578         GFORTRAN.
2579         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2580         CC.  Set CC_FOR_BUILD from CC.
2581         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2582         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2583         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2584         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
2585         and GFORTRAN.
2586         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2587         (_LIBCFLAGS): Renamed to _TFLAGS.
2588         (do-compare-debug, do-compare3-debug): Drop.
2589         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2590         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2591         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2592         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2593         (XGCC_FLAGS_FOR_TARGET): New.
2594         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2595         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2596         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2597         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2598         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
2599         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
2600         TFLAGS.
2601         (BUILD_CONFIG): Include if requested.
2602         (all): Set TFLAGS on bootstrap.
2603         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2604         (all-stageid-prefixmodule): Likewise.
2605         (do-clean, distclean-stageid): Set TFLAGS.
2606         (restrap): Fix whitespace.
2607         * Makefile.in: Rebuilt.
2608
2609 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
2610
2611         * config.guess: Sync with src.
2612
2613 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2614
2615         * configure.ac ($with_ppl):  Default to no if not supplied.
2616         ($with_cloog):  Likewise.
2617         configure:  Regenerate.
2618
2619 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
2620
2621         * MAINTAINERS: Update my e-mail address.
2622
2623 2009-04-27  Nick Clifton  <nickc@redhat.com>
2624
2625         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2626
2627 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
2628
2629         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2630         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2631         * Makefile.in: Regenerate.
2632
2633 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2634
2635         PR bootstrap/39739
2636         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2637         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2638
2639         * configure, Makefile.in: Regenerate.
2640
2641 2009-04-21  Taras Glek  <tglek@mozilla.com>
2642
2643         * include/hashtab.h: Update GTY annotations to new syntax
2644         * include/splay-tree.h: Likewise
2645
2646 2009-04-17  Ben Elliston  <bje@au.ibm.com>
2647
2648         * config.sub, config.guess: Update from upstream sources.
2649
2650 2009-04-15  Anthony Green  <green@moxielogic.com>
2651
2652         * configure.ac: Add moxie support.
2653         * configure: Rebuilt.
2654
2655 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2656
2657         * configure.ac: Change copyright header to refer to version
2658         3 of the GNU General Public License and to point readers at the
2659         COPYING3 file and the FSF's license web page.
2660         * Makefile.def: Likewise.
2661         * Makefile.tpl: Likewise.
2662         * Makefile.in: Regenerate.
2663
2664 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
2665
2666         * configure.ac: Restore match for darwin9 or later. Use double
2667         brackets since regeneration eats one pair.
2668         * configure: Regenerate.
2669
2670 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
2671
2672         PR gas/10039
2673         * configure.ac: Require texinfo 4.7.
2674         * configure: Regenerated.
2675
2676 2009-04-09  Nick Clifton  <nickc@redhat.com>
2677
2678         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2679         the GCC Runtime Library Exception.
2680
2681 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2682
2683         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2684         * configure: Regenerate.
2685
2686 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
2687
2688         * Makefil.def (languages): New entries.
2689         * Makefile.tpl (check-gcc-*): New generic target.
2690         * Makefile.in: Regenerate.
2691
2692 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
2693
2694         * MAINTAINERS:  Update my email address.
2695
2696 2009-03-18  Tom Tromey  <tromey@redhat.com>
2697
2698         * configure: Rebuild.
2699         * configure.ac (host_libs): Add libiconv.
2700         * Makefile.in: Rebuild.
2701         * Makefile.def (host_modules): Add libiconv.
2702         (configure-gdb, all-gdb): Depend on libiconv.
2703
2704 2009-03-16  Tristan Gingold  <gingold@adacore.com>
2705
2706         * configure.ac: Treat gdb as supported on x86_64-darwin.
2707         * configure: Regenerate.
2708
2709 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
2710
2711         * configure.ac (--with-host-libstdcxx): New option.
2712         * configure: Regenerate.
2713
2714 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
2715
2716         * MAINTAINERS:  Move myself into the write after approval list.
2717
2718 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
2719
2720         * MAINTAINERS: Update e-mail address.
2721         
2722 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
2723
2724         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2725
2726 2009-03-10  Ira Rosen  <irar@il.ibm.com>
2727
2728         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2729
2730 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2731
2732         Backport from git Libtool:
2733
2734         2009-01-19  Robert Millan  <rmh@aybabtu.com>
2735         Support GNU/kOpenSolaris.
2736         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2737         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2738         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2739         GNU/kOpenSolaris.
2740
2741 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
2742
2743         * MAINTAINERS: Update e-mail address.
2744
2745 2009-02-24  Michael Eager  <eager@eagercon.com>
2746
2747         * MAINTAINERS (Write After Approval): Add self.
2748
2749 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
2750
2751         * MAINTAINERS (Write After Approval): Add myself.
2752
2753 2009-02-05  Andreas Schwab  <schwab@suse.de>
2754
2755         * Makefile.tpl (stage_last): Define $r and $s before using
2756         $(RECURSE_FLAGS_TO_PASS).
2757         * Makefile.in: Regenerate
2758
2759 2009-01-30  Ian Lance Taylor  <iant@google.com>
2760
2761         * MAINTAINERS: Move myself to the Global Reviewers list.
2762
2763 2009-01-29  Robert Millan  <rmh@aybabtu.com>
2764
2765         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2766         * configure: Regenerate.
2767
2768 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
2769
2770         * MAINTAINERS: Make whitespace consistent.
2771         Remove Robert Millan from Write After Approval.
2772
2773 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
2774
2775         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2776         (all-opcodes): Depend on all-libiberty.
2777         * Makefile.in: Regenerate.
2778
2779 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
2780
2781         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2782         * configure: Regenerate.
2783
2784 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
2785
2786         * MAINTAINERS (Write After Approval): Add myself.
2787
2788 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
2789
2790         * MAINTAINERS: Add myself to reviewers (Fortran).
2791
2792 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
2793
2794         PR tree-optimization/38515
2795         * configure.ac (cloog-polylib): Removed.
2796         (with_ppl, with_cloog): Test for "no".
2797         * configure: Regenerated.
2798
2799 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
2800
2801         * MAINTAINERS: Moved myself to reviewers (Fortran).
2802
2803 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
2804
2805         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2806         (Write After Approval): Remove myself.
2807
2808 2009-01-03  Diego Novillo  <dnovillo@google.com>
2809
2810         * MAINTAINERS: Remove myself from alias maintainership.
2811
2812 2009-01-02  David Ayers  <ayers@fsfe.org>
2813
2814         * MAINTAINERS: Update e-mail address.
2815
2816 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
2817
2818         * MAINTAINERS: Make whitespace consistent.
2819
2820 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2821
2822         Backport from upstream Libtool:
2823         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2824         Add cache variables to tests that require the linker to work.
2825         For shlibpath_overrides_runpath, this also changes the semantics
2826         to let the result from the C compiler take precedence.
2827
2828 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2829
2830         * config.sub, config.guess: Update from upstream sources.
2831
2832 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
2833
2834         * configure.ac (ppllibs): Add by default the lib flags.
2835         * configure: Regenerate.
2836
2837 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
2838
2839         * MAINTAINERS:  Add myself to the write after approval list.
2840
2841 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2842
2843         * configure.ac: Add double brackets on darwin[912].
2844         * configure: Regenerate.
2845
2846 2008-12-03  Daniel Kraft  <d@domob.eu>
2847
2848         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
2849         Approval to Reviewer section (for Fortran front-end).
2850
2851 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
2852
2853         * configure.ac: Expand to darwin10 and later.
2854         * configure: Regenerate.
2855
2856 2008-12-02  Andreas Schwab  <schwab@suse.de>
2857
2858         * Makefile.def: configure-target-boehm-gc depends on
2859         all-target-libstdc++-v3.
2860         * Makefile.in: Regenerate.
2861
2862 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
2863
2864         * MAINTAINERS:  Add myself as mingw maintainer.
2865
2866 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2867
2868         * config.sub, config.guess: Update from upstream sources.
2869
2870 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
2871
2872         * README.SCO: Remove.
2873
2874 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
2875
2876         * MAINTAINERS:  Add myself to the write after approval list.
2877
2878 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
2879
2880         * MAINTAINERS:  Update my email address in WAA section.
2881
2882 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
2883
2884         * MAINTAINERS: Update e-mail address.
2885
2886 2008-11-27  Toon Moene  <toon@moene.org>
2887
2888         * MAINTAINERS: Change e-mail address.
2889
2890 2008-11-27  Tristan Gingold  <gingold@adacore.com>
2891
2892         * configure.ac: Build gdb for i?86-*-darwin*
2893         * configure: Regenerated.
2894
2895 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
2896
2897         * MAINTAINERS: Added my full name.
2898
2899 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
2900
2901         PR bootstrap/38014
2902         PR bootstrap/37923
2903
2904         Revert:
2905
2906         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2907
2908         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2909         * Makefile.in: Regenerated.
2910
2911         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2912
2913         PR gdb/921
2914         PR gdb/1646
2915         PR gdb/2175
2916         PR gdb/2176
2917
2918         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2919         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2920         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2921         (HOST_EXPORTS): Pass CPPFLAGS.
2922         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2923         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2924         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2925         * Makefile.in, configure: Regenerated.
2926         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2927         and CPPFLAGS_FOR_BUILD.
2928
2929 2008-11-06  Jeff Law  <law@redhat.com>
2930
2931         * MAINTAINERS: Add myself as middle end maintainer.
2932
2933 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
2934
2935         * MAINTAINERS (Write after approval): Add myself.
2936
2937 2008-11-05  Diego Novillo  <dnovillo@google.com>
2938
2939         * MAINTAINERS (Global Reviewers): Add myself.
2940         (Non-Algorithmic Maintainers): Remove myself.
2941
2942 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
2943
2944         * MAINTAINERS (Write after approval): Add myself.
2945
2946 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
2947
2948         * MAINTAINERS (Write after approval): Add myself.
2949
2950 2008-10-31  Ben Elliston  <bje@au.ibm.com>
2951
2952         * configure.ac (spu-*-*): Remove special case.
2953         * configure: Regenerate.
2954
2955 2008-10-30  Catherine Moore  <clm@codesourcery.com>
2956
2957         * MAINTAINERS (Write after approval): Update my email address.
2958
2959 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
2960
2961         * configure.ac [spu-*-*]: Do not set skipdirs.
2962         * configure: Re-generate.
2963
2964 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
2965
2966         * MAINTAINERS (Various Maintainers): Add myself to reload.
2967
2968 2008-10-25  Richard Guenther  <rguenther@suse.de>
2969
2970         * MAINTAINERS (Various Maintainers): Add myself as middle-end
2971         maintainer.  Remove myself as libgcc-math maintainer.
2972         (Non-Algorithmic Maintainers): Remove myself.
2973
2974 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2975
2976         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2977         * Makefile.in: Regenerated.
2978
2979 2008-10-23  Cary Coutant  <ccoutant@google.com>
2980
2981         * MAINTAINERS (Write after approval): Add myself.
2982
2983 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2984
2985         PR gdb/921
2986         PR gdb/1646
2987         PR gdb/2175
2988         PR gdb/2176
2989
2990         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2991         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2992         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2993         (HOST_EXPORTS): Pass CPPFLAGS.
2994         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2995         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2996         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2997         * Makefile.in, configure: Regenerated.
2998         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2999         and CPPFLAGS_FOR_BUILD.
3000
3001 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
3002
3003         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
3004         Sebastian Pop.
3005
3006 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
3007
3008         * MAINTAINERS (Write After Approval): Added myself.
3009
3010 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3011
3012         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3013         recommended version to 2.3.2.
3014
3015         * configure: Regenerate.
3016
3017 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
3018
3019         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
3020
3021 2008-09-29  David Daney <david.daney@caviumnetworks.com>
3022
3023         * MAINTAINERS (Write After Approval): Update e-mail address.
3024
3025 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
3026
3027         * libtool.m4: Update to libtool 2.2.6.
3028         * lt~obsolete.m4: Update to libtool 2.2.6.
3029         * ltmain.sh: Update to libtool 2.2.6.
3030         * ltsugar.m4: Update to libtool 2.2.6.
3031         * ltversion.m4: Update to libtool 2.2.6.
3032         * ltoptions.m4: Update to libtool 2.2.6.
3033         * ltgcc.m4: Update to match changes from libtool 2.2.6.
3034
3035 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
3036
3037         * MAINTAINERS (Write After Approval): Add myself.
3038
3039 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3040
3041         * MAINTAINERS (Write After Approval): Update my name.
3042
3043 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
3044
3045         * MAINTAINERS: Add myself in "Write After Approval".
3046
3047 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
3048
3049         * MAINTAINERS: Add myself as ia64 maintainer.
3050
3051 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
3052
3053         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
3054         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
3055         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
3056         and Michael Tiemann from Write After Approval since they do not
3057         actually have access.
3058
3059 2008-09-05  Richard Guenther  <rguenther@suse.de>
3060
3061         * configure.ac: Initialize clooglibs to -lcloog.
3062         * configure: Re-generate.
3063
3064 2008-09-04  Le-Chun Wu  <lcwu@google.com>
3065
3066         * MAINTAINERS (Write After Approval): Add myself.
3067
3068 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
3069
3070         * configure.ac (--with-cloog-polylib): New.
3071         (--disable-cloog-version-check): New.
3072         (--disable-ppl-version-check): New.
3073         * configure: Re-generate.
3074
3075 2008-09-03  Richard Guenther  <rguenther@suse.de>
3076
3077         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3078         cloog test.
3079         * configure: Re-generate.
3080
3081 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
3082
3083         Add picoChip port.
3084         * MAINTAINERS: Add picoChip maintainers.
3085
3086 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
3087             Tobias Grosser  <grosser@fim.uni-passau.de>
3088             Jan Sjodin  <jan.sjodin@amd.com>
3089             Harsha Jagasia  <harsha.jagasia@amd.com>
3090             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3091             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
3092             Adrien Eliche  <aeliche@isty.uvsq.fr>
3093
3094         Merge from graphite branch.
3095         * configure: Regenerate.
3096         * Makefile.in: Regenerate.
3097         * configure.ac (host_libs): Add ppl and cloog.
3098         Add checks for PPL and CLooG.
3099         * Makefile.def (ppl, cloog): Added modules and dependences.
3100         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3101         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3102
3103 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
3104
3105         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3106         (GCC_SHLIB_SUBDIR): New.
3107         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3108         * configure: Regenerate.
3109         * Makefile.in: Regenerate.
3110
3111 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
3112
3113         * MAINTAINERS: Consistently use tabs to separate columns.
3114
3115 2008-08-29  Tristan Gingold  <gingold@adacore.com>
3116
3117         * MAINTAINERS (Write after Approval): Add myself.
3118
3119 2008-08-28  Tristan Gingold  <gingold@adacore.com>
3120
3121         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3122         Enable bfd, binutils and opcodes.
3123         * configure: Regenerate.
3124
3125 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3126
3127         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
3128
3129 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3130
3131         * MAINTAINERS:  Use correct Umlaut for last name.
3132
3133 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3134
3135         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3136
3137 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
3138
3139         * MAINTAINERS: Update my email address.
3140
3141 2008-08-16  Nicolas Roche  <roche@adacore.com>
3142
3143         * Makefile.tpl: Add BOOT_ADAFLAGS.
3144         * Makefile.in: Regenerate.
3145
3146 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
3147
3148         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3149         * configure: Regenerate.
3150
3151 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
3152
3153         * configure.ac: Add makefile fragments for hpux.
3154         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3155         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3156         * configure: Regenerate.
3157         * Makefile.in: Regenerate.
3158
3159 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
3160
3161         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3162
3163 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
3164
3165         * MAINTAINERS (Write after Approval): Add myself.
3166
3167 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
3168
3169         * MAINTAINERS (Write After Approval):  Add myself.
3170
3171 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
3172
3173         * MAINTAINERS (Write After Approval):  Add myself.
3174
3175 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
3176
3177         * MAINTAINERS: Update my email address.
3178
3179 2008-06-25  Joey Ye  <joey.ye@intel.com>
3180
3181         * MAINTAINERS (Write After Approval):  Add myself.
3182
3183 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3184
3185         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3186         * Makefile.in: Regenerate.
3187         * configure: Regenerate.
3188
3189 2008-06-17  Daniel Kraft  <d@domob.eu>
3190
3191         * MAINTAINERS (Write After Approval):  Add myself.
3192
3193 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3194
3195         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3196         "$@" is still intact with both Autoconf 2.59 and 2.62.
3197         * configure: Regenerate.
3198
3199 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3200
3201         * Makefile.tpl: Fix comment errors.
3202         * Makefile.in: Regenerate.
3203
3204 2008-06-12  David S. Miller  <davem@davemloft.net>
3205             David Edelsohn  <edelsohn@gnu.org>
3206
3207         * configure.ac: Add powerpc*-*-* to gold supported targets.
3208         * configure: Regenerate.
3209
3210 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
3211
3212         PR tree-optimization/36218
3213         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3214         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3215         (all prefix="build-"): Pass them to build-system sub-makes.
3216         * Makefile.in: Regenerate.
3217
3218 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
3219
3220         * MAINTAINERS (mt port): Remove.
3221         (sco5, unixware, sco udk): Remove.
3222         (Kean Johnston): Add to Write After Approval.
3223
3224 2008-05-30  Julian Brown  <julian@codesourcery.com>
3225
3226         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3227         of libobjc for ARM EABI Linux.
3228         * configure: Regenerate.
3229
3230 2008-05-18  Xinliang David Li   <davidxl@google.com>
3231
3232         * ChangeLog: Remove wrong ChangeLog entry.
3233
3234 2008-05-17  Xinliang David Li   <davidxl@google.com>
3235
3236         * MAINTAINERS (Write After Approval): Add myself.
3237
3238 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
3239
3240         * MAINTAINERS (Write After Approval): Add myself.
3241
3242 2008-05-14  Rafael Espíndola  <espindola@google.com>
3243
3244         * config-ml.in: don't handle --enable-shared and --enable-static.
3245
3246 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
3247
3248         * MAINTAINERS: Update my email address.
3249
3250 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
3251
3252         * MAINTAINERS: Update my email address.
3253
3254 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
3255
3256         * MAINTAINERS (Write After Approval): Add myself.
3257
3258 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
3259
3260         * MAINTAINERS (Write After Approval): Add myself.
3261
3262 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
3263
3264         * MAINTAINERS (crx): Add myself.
3265
3266 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3267
3268         Sync with src:
3269         2008-04-14  David S. Miller  <davem@davemloft.net>
3270
3271         * configure.ac: Add sparc*-*-* to gold supported targets.
3272         * configure: Regenerate.
3273
3274 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3275
3276         PR bootstrap/35457
3277         * configure.ac: Include override.m4.
3278         * configure: Regenerate.
3279
3280 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3281
3282         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3283         * Makefile.in: Regenerate.
3284
3285 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
3286
3287         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3288         as nonconfigurable directories list.
3289         * configure: Regenerate.
3290
3291 2008-04-14  Ben Elliston  <bje@au.ibm.com>
3292
3293         * config.sub, config.guess: Update from upstream sources.
3294
3295 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
3296
3297         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3298         * Makefile.in: Regenerate.
3299
3300 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
3301
3302         * configure.ac: Do not build libssp for the AVR.
3303         * configure: Regenerate.
3304
3305 2008-04-07  Ian Lance Taylor  <iant@google.com>
3306
3307         * Makefile.def: check-gold depends upon all-binutils.
3308         * Makefile.in: Regenerate.
3309
3310 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
3311
3312         * MAINTAINERS (Write After Approval): Add myself.
3313
3314 2008-04-04  Nick Clifton  <nickc@redhat.com>
3315
3316         PR binutils/4334
3317         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3318         builds.
3319         * configure: Regenerate.
3320
3321 2008-04-04  NightStrike  <NightStrike@gmail.com>
3322
3323         PR other/35151
3324         * configure.ac: Combine rules for mingw32 and mingw64.
3325         * configure: Regenerate.
3326
3327 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
3328
3329         * MAINTAINERS (Write After Approval): Add myself.
3330
3331 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
3332
3333         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3334         * Makefile.in (.NOTPARALLEL): Ditto.
3335
3336 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
3337
3338         * MAINTAINERS (Write After Approval): Add myself.
3339
3340 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
3341
3342         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3343         * Makefile.in (.NOTPARALLEL): Regenerate.
3344
3345 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
3346
3347         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3348         * Makefile.in: Regenerate.
3349
3350 2008-03-26  Jakub Staszak  <kuba@et.pl>
3351
3352         * MAINTAINERS (Write After Approval): Add myself.
3353
3354 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3355
3356         * MAINTAINERS:  Update e-mail address.
3357
3358 2008-03-20  Ian Lance Taylor  <iant@google.com>
3359
3360         * configure.ac: Add support for --enable-gold.
3361         * Makefile.def: Add gold as a directory like ld.
3362         * configure, Makefile.in: Regenerate.
3363
3364 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3365
3366         * configure.ac: m4_include config/proginstall.m4.
3367         * configure: Regenerate.
3368
3369         Backport from upstream Libtool:
3370
3371         2007-10-12  Eric Blake  <ebb9@byu.net>
3372
3373         Deal with Autoconf 2.62's semantic change in m4_append.
3374         * ltsugar.m4 (lt_append): Replace broken versions of
3375         m4_append.
3376         (lt_if_append_uniq): Don't require separator to be overquoted,
3377         and avoid broken m4_append.
3378         (lt_dict_add): Fix typo.
3379         * libtool.m4 (_LT_DECL): Don't overquote separator.
3380
3381 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
3382
3383         * config.rpath: Add AIX 6 support.
3384
3385 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
3386
3387         * Makefile.def (stageprofile).  Remove -fprofile-generate
3388         from stage_libcflags.
3389         * Makefile.in: Regenerate.
3390
3391 2008-03-13  Ben Elliston  <bje@au.ibm.com>
3392
3393         * config.sub, config.guess: Update from upstream sources.
3394
3395 2008-03-06  Tom Tromey  <tromey@redhat.com>
3396
3397         * MAINTAINERS: Update for treelang deletion.
3398
3399 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
3400
3401         * MAINTAINERS: Update my email address.
3402
3403 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
3404
3405         * MAINTAINERS (darwin port): Add myself as a maintainer.
3406         (objective-c/c++): Add myself as a maintainer.
3407
3408 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
3409
3410         * MAINTAINERS (Write After Approval): Update my email address.
3411
3412 2008-02-25  Tomas Bily  <tbily@suse.cz>
3413
3414         * MAINTAINERS (Write After Approval): Add myself.
3415
3416 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
3417
3418         * MAINTAINERS (OpenMP): Add myself.
3419
3420 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
3421
3422         PR bootstrap/32009
3423         PR bootstrap/32161
3424
3425         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3426         * configure: Regenerate.
3427
3428         * Makefile.def: Define stage_libcflags for all bootstrap stages.
3429         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3430         STAGE4_LIBCFLAGS): New.
3431         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3432         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3433         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3434         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3435         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3436         for target modules.  Don't export LIBCFLAGS.
3437         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3438         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3439         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3440         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3441         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3442         * Makefile.in: Regenerate.
3443
3444 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3445
3446         PR libgcj/33085
3447         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3448         Do not use -DDLL_EXPORT.  Backport from upstream.
3449
3450 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3451
3452         * MAINTAINERS (Write After Approval): Add myself.
3453
3454 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
3455
3456         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3457         * configure: Regenerate.
3458
3459 2008-01-31  Marc Gauthier  <marc@tensilica.com>
3460
3461         * configure.ac (xtensa*-*-*): Recognize processor variants.
3462         * configure: Regenerate.
3463
3464 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3465
3466         PR bootstrap/34922
3467         * configure.ac (PARSE_ARGS): Push suitable setting of
3468         ac_subdirs_all, for `./configure --help=recursive'.
3469         Handle `+' in generic toplevel directory disabling.
3470         * configure: Regenerate.
3471
3472 2008-01-28  Nick Clifton  <nickc@redhat.com>
3473
3474         * MAINTAINERS (xstormy16): Take over maintainership.
3475
3476 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
3477
3478         * MAINTAINERS (c4x port): Remove.
3479
3480 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
3481
3482         * libtool.m4: Backport AIX 6 support from ToT Libtool.
3483
3484 2008-01-23  Ben Elliston  <bje@au.ibm.com>
3485
3486         * config.sub, config.guess: Update from upstream sources.
3487
3488 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
3489
3490         * MAINTAINERS (Write After Approval): Add myself.
3491
3492 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
3493
3494         * MAINTAINERS: Update my email address.
3495
3496 2008-01-09  Raksit Ashok  <raksit@google.com>
3497
3498         * MAINTAINERS (Write After Approval): Add myself.
3499
3500 2008-01-09  Raksit Ashok  <raksit@google.com>
3501
3502         * MAINTAINERS (Write After Approval): Add myself.
3503
3504 2008-01-08  Ben Elliston  <bje@au.ibm.com>
3505
3506         * config.sub, config.guess: Update from upstream sources.
3507
3508 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3509
3510         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3511         Change recommended MPFR from 2.2.1 -> 2.3.0.
3512         * configure: Regenerate.
3513
3514 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
3515
3516         * MAINTAINERS: Update my email address.
3517
3518 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
3519
3520         * MAINTAINERS: Update my email address.
3521
3522 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
3523
3524         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3525         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3526         * Makefile.in: Regenerate.
3527
3528 2007-12-10  Mark Heffernan  <meheff@google.com>
3529
3530         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3531         misplaced entries.
3532
3533 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3534
3535         * configure.ac: Enable libjava for x86_64-*-darwin9.
3536         * configure: Regenerate.
3537
3538 2007-12-07  Bill Maddox  <maddox@google.com>
3539
3540         * MAINTAINERS (Write After Approval): Add myself.
3541
3542 2007-12-05  Ben Elliston  <bje@au.ibm.com>
3543
3544         * config.sub, config.guess: Update from upstream sources.
3545
3546 2007-12-02  Matthias Klose  <doko@ubuntu.com>
3547
3548         * config-ml.in: Remove 64bit configure tests.
3549
3550 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3551
3552         * config-ml.in: Robustify against white space in absolute file
3553         names.
3554
3555         * config-ml.in (multi-clean): Substitute ${Makefile}.
3556         Remove superfluous ${Makefile} in list.
3557
3558 2007-11-19  Thiemo Seufer  <ths@mips.com>
3559
3560         * config-ml.in: Don't hardcode the Makefile name.
3561
3562 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
3563
3564         * MAINTAINERS (Write After Approval): Add myself.
3565
3566 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
3567
3568         * MAINTAINERS (Write After Approval): Add myself.
3569
3570 2007-11-06  Doug Kwan  <dougkwan@google.com>
3571
3572         * MAINTAINERS (Write After Approval): Add myself.
3573
3574 2007-10-25  Ben Elliston  <bje@au.ibm.com>
3575
3576         * MAINTAINERS (mercury): Remove entry.
3577         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3578
3579 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
3580
3581         * Makefile.def (dependencies): Make configure-gdb depend on
3582         all-intl.
3583         * Makefile.in: Regenerated.
3584
3585 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
3586
3587         * MAINTAINERS (Fortran maintainer): Remove myself.
3588
3589 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
3590
3591         * Makefile.def: To avoid problems running with parallel makes,
3592         build newlib before libgloss so that target specific header
3593         files are availble.
3594         * Makefile.in: Regenerate
3595
3596 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
3597
3598         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3599         * Makefile.in: Regenerate.
3600
3601 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
3602
3603         * MAINTAINERS (Register allocation reviewer): Add myself.
3604
3605 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
3606
3607         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3608         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3609         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
3610         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3611         * configure: Regenerate.
3612
3613 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
3614
3615         * MAINTAINERS (Register allocation reviewer): Add myself.
3616
3617 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
3618
3619         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3620         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3621         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3622         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3623         * configure.ac: Default them to host tools for $host = $build.
3624         Subst them.
3625
3626         * configure: Regenerate.
3627         * Makefile.in: Regenerate.
3628
3629 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
3630
3631         * MAINTAINERS (Register allocation reviewer): Add myself.
3632
3633 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
3634
3635         * MAINTAINERS (Register allocation reviewer): Add myself.
3636
3637 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
3638
3639         * MAINTAINERS (Write After Approval): Fix typo.
3640
3641 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
3642
3643         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3644         * configure: Regenerate.
3645
3646 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
3647
3648         PR bootstrap/31906
3649         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3650         they're already prefixed.
3651
3652 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
3653
3654         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3655         libstdc++.
3656         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3657         * configure: Regenerate.
3658         * Makefile.in: Regenerate.
3659
3660 2007-09-17  Andreas Schwab  <schwab@suse.de>
3661
3662         * configure.ac: Raise minimum makeinfo version to 4.6.
3663         * configure: Regenerate.
3664
3665 2007-09-17  Johannes Singler  <singler@ira.uka.de>
3666
3667         * MAINTAINERS (write-after-approval) add myself
3668
3669 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
3670
3671         * configure.ac: Correct makeinfo version check.
3672         * configure: Regenerate.
3673
3674 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
3675
3676         * MAINTAINERS: Update my email address.
3677
3678 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
3679
3680         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
3681         to $skipdirs and only disable gprof for newlib.  Use the normal
3682         mips*-elf* handling in other respects.
3683         * configure: Regnerate.
3684
3685 2007-09-12  David Daney  <ddaney@avtrex.com>
3686
3687         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3688         enabling libgcj.
3689         * configure: Regenerate.
3690
3691 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3692
3693         PR other/32154
3694         * configure.ac: For libgloss targets, point the linker to the linker
3695         script, startup code and simulator library.
3696         * configure: Regenerate.
3697
3698 2007-09-07  Andrew Haley  <aph@redhat.com>
3699
3700         * configure.ac (noconfigdirs): Remove target-libffi and
3701         target-libjava.
3702         * configure: Regenerate.
3703
3704 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3705
3706         PR target/33281
3707         * configure.ac: Use config/mh-mingw on mingw.
3708         * configure: Regenerate.
3709
3710 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
3711
3712         * MAINTAINERS (Write After Approval): Add myself.
3713
3714 2007-09-05  Richard Guenther  <rguenther@suse.de>
3715
3716         * configure.ac (--enable-stage1-checking): If neither --enable-checking
3717         nor --disable-checking is provided also turn on yes and types
3718         checking for stage1.
3719         * configure: Re-generate.
3720
3721 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
3722
3723         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3724         (Write After Approval): Remove myself.
3725
3726 2007-08-29  Nick Clifton  <nickc@redhat.com>
3727
3728         * config.sub, config.guess: Update from upstream sources.
3729
3730 2007-08-22  Bud Davis  <jmdavis@link.com>
3731
3732         * MAINTAINERS (Write After Approval): Added myself.
3733         * MAINTAINERS (Reviewers): Removed myself.
3734
3735 2007-08-18  Paul Brook  <paul@codesourcery.com>
3736             Joseph Myers  <joseph@codesourcery.com>
3737
3738         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3739         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3740         * Makefile.in: Regenerate.
3741         * configure.ac (--with-debug-prefix-map): New.
3742         * configure: Regenerate.
3743
3744 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
3745             Nigel Stephens  <nigel@mips.com>
3746
3747         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
3748         as target_makefile_frag.
3749         * configure: Regenerate.
3750
3751 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3752
3753         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3754         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
3755         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3756         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3757         (do-compare, do-compare3, do-compare-debug): New.
3758         ([+compare-target+]): Use them.
3759
3760 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
3761
3762         * MAINTAINERS (Write After Approval): Change my email address.
3763
3764 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3765             Ben Elliston  <bje@au.ibm.com>
3766
3767         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3768         --silent if $silent.
3769         * configure: Regenerate.
3770
3771 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
3772
3773         * MAINTAINERS (Various Maintainers): Add myself as
3774         loop infrastructure maintainer.  Update my e-mail
3775         address.
3776
3777 2007-07-31  Diego Novillo  <dnovillo@google.com>
3778
3779         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3780         Adjust description.
3781
3782 2007-07-26  Richard Guenther  <rguenther@suse.de>
3783
3784         * configure.ac: Add types checking to stage1 checking flags.
3785         * configure: Regenerate.
3786
3787 2007-07-17  Nick Clifton  <nickc@redhat.com>
3788
3789         * COPYING3: New file.  Contains version 3 of the GNU General
3790         Public License.
3791         * COPYING3.LIB: New file.  Contains version 3 of the GNU
3792         Lesser General Public License.
3793
3794 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3795
3796         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3797
3798 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3799
3800         * MAINTAINERS (S/390 co-maintainer): Add myself.
3801         (Write After Approval): Remove myself.
3802
3803 2007-07-13  Dan Hipschman  <dsh@google.com>
3804
3805         * MAINTAINERS (Write After Approval): Add myself.
3806
3807 2007-07-11  Nick Clifton  <nickc@redhat.com>
3808
3809         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3810         WINDRES export.
3811         * Makefile.in: Regenerate.
3812
3813 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3814
3815         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3816         maintainer.
3817
3818 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
3819
3820         * lt~obsolete.m4: New. Import from 20070318 libtool.
3821
3822 2007-07-03  Julian Brown  <julian@codesourcery.com>
3823
3824         * MAINTAINERS (Write After Approval): Add myself.
3825
3826 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3827
3828         * configure.ac: Rewrite 'configure --help' strings to look nicer.
3829         * configure: Regenerate.
3830
3831 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3832
3833         * configure.ac: Add some missing m4 quotation.
3834         * configure: Regenerate.
3835
3836 2007-07-02  Simon Baldwin  <simonb@google.com>
3837
3838         * MAINTAINERS (Write After Approval): Add myself.
3839
3840 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
3841
3842         * configure: Regenerate.
3843
3844 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
3845
3846         * Makefile.def: Add windmc tool to build.
3847         * Makefile.tpl: Likewise.
3848         * configure.ac: Likewise.
3849         * Makefile.in: Regenerate.
3850         * configure: Regenerate.
3851
3852 2007-06-28  DJ Delorie  <dj@redhat.com>
3853
3854         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3855         not building newlib.
3856         * configure: Regenerated.
3857
3858 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
3859
3860         * MAINTAINERS (Write After Approval): Add myself.
3861
3862 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
3863
3864         * MAINTAINERS (Write After Approval): Add myself.
3865
3866 2007-06-19  Chris Matthews  <chrismatthews@google.com>
3867
3868         * MAINTAINERS (Write After Approval): Add myself.
3869
3870 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3871
3872         * MAINTAINERS (Write After Approval): Add myself.
3873
3874 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
3875
3876         * Makefile.def: Add dependency from configure-gdb to all-bfd.
3877         * Makefile.in: Regenerated.
3878
3879 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
3880
3881         * configure.ac: Don't add target-libmudflap to noconfigdirs for
3882         bfin*-*-uclinux* targets.
3883         * configure: Regenerate.
3884
3885 2007-06-14  Ian Lance Taylor  <iant@google.com>
3886
3887         * MAINTAINERS: Add myself as non-algorithmic global write
3888         maintainer.
3889
3890 2007-06-14  Diego Novillo  <dnovillo@google.com>
3891
3892         * MAINTAINERS: Add self as middle-end maintainer and
3893         non-algorithmic global write maintainer.
3894
3895 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3896
3897         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3898         Move all Fortran maintainers except Paul Brook into the
3899         Non-Autopoiesis section.
3900
3901 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
3902
3903         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3904         (distclean-stage[+id+]): Possibly delete stage_last.
3905         * Makefile.in: Regenerate.
3906
3907 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
3908
3909         * MAINTAINERS (Various Maintainer): Fix typo.
3910
3911 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
3912
3913         * MAINTAINERS (Various Maintainer): Add myself as
3914         dataflow maintainer.
3915
3916 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3917
3918         * config.sub, config.guess: Update from upstream sources.
3919
3920 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3921
3922         * Makefile.tpl: Fix spelling error.
3923         * Makefile.in: Regenerate.
3924
3925 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
3926
3927         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3928         lt_cv_sys_max_cmd_len.
3929
3930 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
3931
3932         * MAINTAINERS (Various Maintainers): Add myself as
3933         auto-vectorizer maintainer.
3934
3935 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
3936
3937         PR libjava/32098
3938         * libtool.m4: Revert previous change.
3939         * ltgcc.m4: Put it here.
3940
3941 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
3942
3943         * MAINTAINERS (Various Maintainers): Add myself as
3944         auto-vectorizer maintainer.
3945
3946 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3947
3948         PR libjava/32098
3949         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3950
3951 2007-05-30  Richard Guenther  <rguenther@suse.de>
3952
3953         * MAINTAINERS (Various Maintainers): Add myself as
3954         auto-vectorizer maintainer.
3955
3956 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
3957
3958         PR bootstrap/29382
3959         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3960         * configure: Rebuilt.
3961
3962 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
3963
3964         * MAINTAINERS (Write After Approval): Removed my name.
3965
3966 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
3967
3968         * MAINTAINERS (Write After Approval): Remove myself.
3969
3970 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
3971
3972         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3973
3974 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
3975
3976         * ltmain.sh: Update from ToT Libtool.
3977         * libtool.m4: Update from ToT Libtool.
3978         * ltsugar.m4: New. Update from ToT Libtool.
3979         * ltversion.m4: New. Update from ToT Libtool.
3980         * ltoptions.m4: New. Update from ToT Libtool.
3981         * ltconfig: Remove.
3982         * ltcf-c.sh: Remove.
3983         * ltcf-cxx.sh: Remove.
3984         * ltcf-gcj.sh: Remove.
3985
3986 2007-05-22  Ollie Wild  <aaw@google.com>
3987
3988         * MAINTAINERS (Write After Approval): Add myself.
3989
3990 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
3991
3992         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3993         stage_cflags.
3994         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3995         Remove CFLAGS/LIBCFLAGS.
3996         (configure-stage[+id+]-[+prefix+][+module+],
3997         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3998         * Makefile.in: Regenerate.
3999
4000 2007-05-15  Diego Novillo  <dnovillo@google.com>
4001
4002         * MAINTAINERS: Update e-mail address.
4003
4004 2007-05-15  Revital Eres  <eres@il.ibm.com>
4005
4006         * MAINTAINERS (Write After Approval): Add myself.
4007
4008 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
4009
4010         * MAINTAINERS (Write After Approval): Updated my address.
4011
4012 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
4013
4014         * MAINTAINERS (Write After Approval): Add myself.
4015
4016 2007-05-11  Silvius Rus  <rus@google.com>
4017
4018         * MAINTAINERS (Write After Approval): Add myself.
4019
4020 2007-04-23  Tom Tromey  <tromey@redhat.com>
4021
4022         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
4023
4024 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
4025
4026         * MAINTAINERS (cpplib): Rename to ...
4027         (libcpp): ... this.  Add C/C++ front end maintainers.
4028
4029 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
4030
4031         * config-ml.in: Pass ${ml_config_env} to configure calls.
4032
4033 2007-04-04  Christian Bruel  <christian.bruel@st.com>
4034
4035         * MAINTAINERS (Write After Approval): Add myself.
4036
4037 2007-04-02  Dave Korn  <dave.korn@artimi.com>
4038
4039         * MAINTAINERS (Write After Approval): Add myself.
4040
4041 2007-03-31  Tobias Burnus  <burnus@net-b.de>
4042
4043         * MAINTAINERS (fortran 95 front end): Add myself.
4044
4045 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
4046
4047         * MAINTAINERS (Write After Approval): Add myself.
4048
4049 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
4050
4051         * MAINTAINERS (Modulo Scheduler): Add myself.
4052
4053 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
4054
4055         * MAINTAINERS (fortran 95 front end): Add myself.
4056         (c++ front end): whitespace fix.
4057
4058 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
4059
4060         * MAINTAINERS (Write After Approval): Add myself.
4061
4062 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
4063
4064         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4065         of glob.  Quote arguments with single quotes too.
4066         * configure: Regenerate.
4067
4068 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
4069
4070         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4071         * Makefile.in: Regenerate
4072
4073 2007-03-07  Andreas Schwab  <schwab@suse.de>
4074
4075         * configure: Regenerate.
4076
4077 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
4078
4079         * configure.ac: Add "--with-pdfdir" configure option,
4080         which defines pdfdir variable.
4081         * Makefile.def (target=fixincludes): Add install-pdf to
4082         missing targets.
4083         (recursive_targets): Add install-pdf target.
4084         (flags_to_pass): Add pdfdir.
4085         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4086         target.
4087         * configure: Regenerate
4088         * Makefile.in: Regenerate
4089
4090 2007-02-28  Eric Christopher  <echristo@apple.com>
4091
4092         Revert:
4093         2006-12-07  Mike Stump  <mrs@apple.com>
4094
4095         * Makefile.def (dependencies): Add dependency for
4096         install-target-libssp and install-target-libgomp on
4097         install-gcc.
4098         * Makefile.in: Regenerate.
4099
4100 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
4101
4102         * configure: Regenerate.
4103         * configure.ac: Move statements after variable declarations.
4104
4105 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
4106
4107         * MAINTAINERS: Add myself as sh maintainer.
4108
4109 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
4110
4111         * configure.ac: Adjust for loop syntax.
4112         * configure: Regenerate.
4113
4114 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
4115
4116         * configure: Rebuilt.
4117
4118 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
4119
4120         * configure.ac: Drop multiple occurrences of --enable-languages,
4121         and fix its quoting.
4122         * configure: Rebuilt.
4123
4124 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
4125             Nathan Sidwell  <nathan@codesourcery.com>
4126             Vladimir Prus  <vladimir@codesourcery.com>
4127             Joseph Myers  <joseph@codesourcery.com>
4128
4129         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4130         * configure: Regenerate.
4131
4132 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
4133
4134         * ltconfig (freebsd*): Default to elf.
4135
4136 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
4137
4138         * configure.ac (target_libraries): Move libgcc before libiberty.
4139         * configure: Regenerated.
4140
4141 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
4142             Paolo Bonzini  <bonzini@gnu.org>
4143
4144         PR bootstrap/30753
4145         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
4146         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
4147         * configure: Regenerated.
4148
4149 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4150
4151         * MAINTAINERS (Language Front End Maintainers): Update my mail
4152         address.
4153
4154 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4155
4156         PR bootstrap/30748
4157         * configure.ac: Correct syntax for Solaris ksh.
4158         * configure: Regenerated.
4159
4160 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4161
4162         * configure.ac: Sync with src.
4163         * configure: Regenerate.
4164
4165 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4166
4167         * Makefile.in: Regenerate.
4168
4169 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4170
4171         * config.sub: Sync with src.
4172
4173 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4174
4175         * Makefile.tpl (build_alias, host_alias, target_alias): Use
4176         noncanonical equivalents.
4177         * configure.in: Rename to...
4178         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
4179         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
4180         target_noncanonical.  Use them.  Rewrite removal of configure
4181         arguments for autoconf 2.59.  Discard variable settings.  Force
4182         program_transform_name for native tools.
4183
4184         * Makefile.in: Regenerated.
4185         * configure: Regenerated with autoconf 2.59.
4186
4187 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
4188
4189         * MAINTAINERS (Write After Approval): Add myself.
4190
4191 2007-01-31  Andreas Schwab  <schwab@suse.de>
4192
4193         * Makefile.tpl (LDFLAGS): Substitute it.
4194         * Makefile.in: Regenerate.
4195
4196 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
4197
4198         * MAINTAINERS (Write After Approval): Add myself.
4199
4200 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
4201
4202         * MAINTAINERS (spu port): Add myself.
4203
4204 2007-01-23  Richard Guenther  <rguenther@suse.de>
4205
4206         PR bootstrap/30541
4207         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4208         * Makefile.tpl (GNATBIND): Substitute it.
4209         (GNATMAKE): Likewise.
4210         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4211         of STAGE_PREFIX.
4212         * Makefile.in: Regenerate.
4213         * configure: Regenerate.
4214
4215 2007-01-18  Mike Stump  <mrs@apple.com>
4216
4217         * configure.in: Re-enable -Werror for gcc builds.
4218
4219 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
4220
4221         * MAINTAINERS (Write After Approval): Add myself.
4222
4223 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4224
4225         * configure.in: Change == to = in test command.
4226         * configure: Regenerate.
4227
4228 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4229             Nick Clifton  <nickc@redhat.com>
4230             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
4231
4232         * configure.in (build_configargs, host_configargs, target_configargs):
4233         Remove build/host/target parameters.
4234         (host_libs): Add gmp and mpfr.
4235         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4236         * Makefile.def (gmp, mpfr): New.
4237         (gcc): Remove target.
4238         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4239         target_os, target_vendor): New.
4240         (configure): Add host_alias/target_alias arguments; adjust invocations.
4241         * configure: Regenerate.
4242         * Makefile.in: Regenerate.
4243
4244 2007-01-11  Matt Fago  <fago@earthlink.net>
4245
4246         * configure.in: Try to link to functions only in mpfr 2.2.x
4247         to improve robustness of configure tests.
4248         * configure: Regenerate.
4249
4250 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
4251
4252         * MAINTAINERS: Add myself as i386 maintainer.
4253
4254 2007-01-08  Jan Hubicka  <jh@suse.cz>
4255
4256         * MAINTAINERS: Add myself as i386 maintainer.
4257
4258 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
4259
4260         * configure.in: Add support for an x86_64-mingw* target.
4261         * configure: Regenerate.
4262
4263 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
4264
4265         * Makefile.tpl (all-target): Correct @if conditional for target
4266         modules.
4267         * configure.in: Omit libiberty if building only target libgcc.
4268         * configure, Makefile.in: Regenerated.
4269
4270 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
4271
4272         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4273         * configure: Regenerate.
4274
4275 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
4276
4277         * Makefile.def (target_modules): Add libgcc.
4278         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
4279         * Makefile.tpl (clean-target-libgcc): Delete.
4280         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4281         on gcc even for bootstrapped modules.  Rewrite handling of
4282         lang_env_dependencies to loop over target_modules.
4283         * configure.in (target_libraries): Add target-libgcc.
4284         * Makefile.in, configure: Regenerated.
4285
4286 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4287
4288         * configure.in: Reorganize recognition of languages.  Add
4289         --enable-stage1-languages.  Show supported languages for the chosen
4290         target rather than all recognized languages.
4291         * configure: Regenerate.
4292
4293 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4294
4295         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4296         * Makefile.in: Regenerate.
4297
4298 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4299
4300         * configure.in: Warn that MPFR 2.2.0 is buggy.
4301         * configure: Regenerate.
4302
4303 2006-12-27  Ian Lance Taylor  <iant@google.com>
4304
4305         * configure.in: When removing Makefiles to force a reconfigure, also
4306         remove prev-DIR*/Makefile.
4307         * configure: Regenerate.
4308
4309 2006-12-22  Andreas Schwab  <schwab@suse.de>
4310
4311         * configure: Regenerate with correct autoconf version.
4312
4313 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
4314
4315         * configure.in: add AC_SUBST for *_FOR_TARGET.
4316         * configure: Regenerate.
4317
4318 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4319
4320         * configure.in: Simplify logic for rejecting languages that cannot
4321         be built.  Separate the case when a language is unsupported,
4322         from the case when the user chooses not to build a language.
4323
4324 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4325
4326         * configure.in: Remove "$build" case for powerpc-*-darwin* since
4327         it only affects bootstrap and could be tested on "$host" as well.
4328         * configure: Regenerate.
4329         * config/mh-ppc-darwin: Add to the stage1 cflags here.
4330
4331 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4332
4333         PR bootstrap/29544
4334         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4335         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4336         move here comment from Makefile.tpl.
4337         * Makefile.tpl: Move some definitions higher in the file.
4338         (STAGE1_CHECKING): New.
4339         * configure.in: Add --enable-stage1-checking.
4340         * configure: Regenerate.
4341         * Makefile.in: Regenerate.
4342
4343 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4344
4345         * MAINTAINERS: Add myself as build system maintainer.
4346
4347 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
4348
4349         * MAINTAINERS (Write After Approval): Add myself.
4350
4351 2006-12-13  Eric Christopher  <echristo@apple.com>
4352
4353         * MAINTAINERS: Add myself as darwin maintainer.
4354
4355 2006-12-11  Ian Lance Taylor  <ian@airs.com>
4356
4357         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4358
4359 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
4360
4361         MAINTAINERS: Update my entry.
4362
4363 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
4364
4365         * configure.in:  Handle spu makefile frag.
4366         * Makefile.tpl (MAINT): Define
4367         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4368         * configure: Regenerate.
4369         * Makefile.in: Regenerate.
4370
4371 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4372
4373         * config.guess: Import latest version.
4374         * config.sub: Likewise.
4375
4376 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4377
4378         * configure.in (spu-*-*): Don't skip target-libiberty.
4379         * configure: Regenerate.
4380
4381 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
4382
4383         PR bootstrap/30134
4384         * configure.in: Correct x86 darwin support for libjava to powerpc
4385         and i?86 only.
4386         * configure: Regenerate.
4387
4388 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
4389
4390         * configure.in: Add x86 darwin support for libjava.
4391         * configure: Regenerate.
4392
4393 2006-12-07  Mike Stump  <mrs@apple.com>
4394
4395         * Makefile.def (dependencies): Add dependency for
4396         install-target-libssp and install-target-libgomp on
4397         install-gcc.
4398         * Makefile.in: Regenerate.
4399
4400 2006-12-04  Richard Guenther  <rguenther@suse.de>
4401
4402         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4403         (Non-Algorithmic Maintainers): Move over non-algorithmic
4404         loop optimizer maintainers, add myself as a non-algorithmic
4405         middle-end maintainer.
4406
4407 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
4408
4409         * MAINTAINERS (Write After Approval): Add myself.
4410
4411 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4412
4413         * configure.in: Update error message for missing GMP/MPFR.
4414
4415         * configure: Regenerate.
4416
4417 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4418
4419         * configure.in: Update MPFR version in error message.
4420
4421         * configure: Regenerate.
4422
4423 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4424
4425         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4426         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4427         --with-gmp-lib): New flags.
4428
4429         * configure: Regenerate.
4430
4431 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
4432
4433         * MAINTAINERS (Write After Approval): Change my email address.
4434
4435 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4436
4437         * MAINTAINERS (Write After Approval): Add myself.
4438
4439 2006-11-22  Philipp Thomas  <pth@suse.de>
4440
4441         * MAINTAINERS (i18n): Update e-mail address.
4442
4443 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4444
4445         * MAINTAINERS (spu port): Add myself as maintainer.
4446         (Write After Approval): Remove myself.
4447
4448 2006-11-22  Ben Elliston  <bje@au.ibm.com>
4449
4450         * configure.in (skipdirs): Don't build libssp for SPU.
4451         * configure: Regenerate.
4452
4453 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4454
4455         * MAINTAINERS (spu port): Add myself as maintainer.
4456         (libobjc): Update my email address.
4457
4458 2006-11-21  Andrea Bona  <andrea.bona@st.com>
4459
4460         * MAINTAINERS (Write After Approval): Add myself.
4461
4462 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4463
4464         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4465         * configure : Rebuilt.
4466
4467 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4468
4469         * MAINTAINERS (Write After Approval): Add myself.
4470
4471 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
4472
4473         * MAINTAINERS (Write After Approval): Add myself.
4474
4475 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4476
4477         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4478         libmpfr.a.
4479         * configure: Regenerate.
4480
4481 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
4482
4483         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4484         (unstage): Test for stage_last presence.
4485
4486         PR bootstrap/29802
4487         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4488         STAGE_PREFIX.
4489         * Makefile.in: Regenerate.
4490
4491 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
4492
4493         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4494         maintainers.
4495
4496 2006-11-14  Erven Rohou  <erven.rohou@st.com>
4497
4498         * MAINTAINERS (Write After Approval): Add myself.
4499
4500 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
4501
4502         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4503         and stageN-package/Makefile.
4504         * Makefile.in: Regenerated.
4505
4506 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
4507
4508         * configure.in: Remove target-libgloss from noconfigdirs for
4509         bfin-*-*.
4510         * configure: Regenerated.
4511
4512 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4513
4514         * configure.in (have_gmp): Only error if the gcc directory exists.
4515
4516         * configure: Regenerate.
4517
4518 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4519
4520         * configure.in: Robustify error message for missing GMP/MPFR.
4521
4522         * configure: Regenerate.
4523
4524 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
4525
4526         * MAINTAINERS (Write After Approval): Add myself.
4527
4528 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
4529
4530         * MAINTAINERS: Change email address.
4531
4532 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
4533
4534         * MAINTAINERS (Write After Approval): Add myself.
4535
4536 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
4537
4538         * MAINTAINERS (Write After Approval): Add myself.
4539
4540 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
4541
4542         * MAINTAINERS (Write After Approval): Move myself to
4543         Write After Approval section.
4544
4545 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4546
4547         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
4548         need_gmp anymore.
4549         * configure: Regenerate.
4550
4551 2006-10-16  Tobias Burnus  <burnus@net-b.de>
4552
4553         * MAINTAINERS (Write After Approval): Add myself.
4554
4555 2006-10-16  Ben Elliston  <bje@au.ibm.com>
4556
4557         * config.guess: Import latest version.
4558         * config.sub: Likewise.
4559
4560 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
4561
4562         * Makefile.def: Added pdf target handling.
4563         * Makefile.tpl: Added pdf target handling.
4564         * Makefile.in: Regenerated.
4565
4566 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
4567
4568         * MAINTAINERS: Add self as score port maintainer.
4569
4570 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
4571
4572         * MAINTAINERS (Write After Approval): Add myself.
4573
4574 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
4575
4576         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
4577         or newer.
4578         * configure: Regenerated.
4579
4580 2006-09-27  Dave Brolley  <brolley@redhat.com>
4581
4582         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4583         using $s instead of $r.
4584         * configure: Regenerated.
4585
4586 2006-09-26  Thiemo Seufer  <ths@mips.com>
4587
4588         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4589         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4590         * configure: Regenerate.
4591
4592 2006-09-24  Graeme Peterson  <gridly@gmail.com>
4593
4594         * MAINTAINERS (Write After Approval): Remove myself.
4595
4596 2006-09-22  Chao-ying Fu  <fu@mips.com>
4597
4598         * MAINTAINERS (Write After Approval): Add myself.
4599
4600 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
4601
4602         * MAINTAINERS: Add self as soft-fp maintainer.
4603
4604 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
4605
4606         * MAINTAINERS: Add myself as avr maintainer.
4607         Remove Marek Michalkiewicz as avr maintainer.
4608
4609 2006-09-07  Roberto Costa  <roberto.costa@st.com>
4610
4611         * MAINTAINERS (Write After Approval): Add myself.
4612
4613 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
4614
4615         * configure.in: Never build newlib for a Mingw host.
4616         Never build newlib as Mingw target library.
4617         Test the existence of winsup/cygwin for building a Cygwin newlib,
4618         rather than just winsup.
4619         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4620         building a Mingw target.
4621         * configure: Regenerate.
4622
4623 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4624
4625         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4626
4627 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
4628
4629         * config.guess: Import from src (was more updated).
4630         * config.sub: Likewise.
4631
4632 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
4633
4634         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4635         * configure: Regenerated.
4636
4637 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
4638
4639         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4640         for stages after the first.
4641
4642 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
4643
4644         * Makefile.def: Add dependencies for configure-opcodes
4645         on configure-intl and all-opcodes on all-intl.
4646         * Makefile.in: Regenerated.
4647
4648 2006-07-13  Ben Elliston  <bje@au.ibm.com>
4649
4650         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4651
4652 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4653
4654         Port to hosts whose 'sort' and 'tail' implementations
4655         treat operands with leading '+' as file names, as POSIX
4656         has required since 2001.  However, make sure the code still
4657         works on pre-POSIX hosts.
4658         * ltmain.sh: Don't assume "sort +2" is equivalent to
4659         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4660
4661 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
4662
4663         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4664
4665 2006-07-04  Peter O'Gorman  <peter@pogma.com>
4666
4667         * ltconfig: chmod 644 before ranlib during install.
4668
4669 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4670
4671         PR bootstrap/18058
4672         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4673         if the bootstrap compiler is a GCC version that supports it.
4674         * configure: Regenerate.
4675
4676 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4677
4678         * configure.in: Fix thinkos in previous check-in.
4679         * configure: Regenerate.
4680
4681 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4682
4683         PR other/27063
4684         * configure.in: Test subdir_requires and give an appropriate
4685         error message.
4686         * configure: Regenerate.
4687
4688 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
4689
4690         * MAINTAINERS (Write After Approval): Add myself.
4691
4692 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
4693
4694         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4695
4696 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
4697
4698         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4699
4700 2006-06-20  David Ayers  <d.ayers@inode.at>
4701
4702         PR bootstrap/28072
4703         * configure.in: Add target-boehm-gc to noconfigdirs depending on
4704         whether target-libjava is being configured instead of whether the
4705         java front end is enabled.
4706         * configure: Regenerate.
4707
4708 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4709
4710         PR target/27540
4711         * configure.in: Only enable libgomp on IRIX 6.
4712         * configure: Regenerate.
4713
4714 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
4715
4716         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4717         too.
4718         * Makefile.in: Regenerate.
4719
4720 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
4721
4722         * config-ml.in: Alter CCASFLAGS to include special
4723         multilib options the same as is done for CFLAGS.
4724
4725 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4726
4727         * configure.in: Don't enable libgomp on hpux10.
4728         * configure: Rebuilt.
4729
4730 2006-06-12  David Ayers  <d.ayers@inode.at>
4731
4732         PR bootstrap/27963
4733         PR target/19970
4734         * configure.in: Remove target-boehm-gc from noconfigdirs where
4735         ${libgcj} is specified.
4736         * configure: Regenerate.
4737
4738 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
4739
4740         Sync from src:
4741
4742         * configure.in: Sync.
4743         * configure: Regenerated.
4744
4745         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
4746
4747         * Makefile.def: Added dependencies from sim and gdb on intl, and
4748         added configure dependencies to everything with an all dependency
4749         on intl.
4750         * Makefile.in: Regenerated.
4751
4752 2006-06-06  David Ayers  <d.ayers@inode.at>
4753
4754         PR libobjc/13946
4755         * Makefile.def: Add dependencies for libobjc which boehm-gc.
4756         * Makefile.in: Regenerate.
4757         * configure.in: Add --enable-objc-gc at toplevel and have it
4758         enable boehm-gc for Objective-C.
4759         Remove target-boehm-gc from libgcj.
4760         Add target-boehm-gc to target_libraries.
4761         Add target-boehm-gc to noconfigdirs where ${libgcj}
4762         is specified.
4763         Assert that boehm-gc is supported when requested for Objective-C.
4764         Only build boehm-gc if needed either for Java or Objective-C.
4765         * configure: Regenerate.
4766
4767 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
4768
4769         PR 27674
4770         * Makefile.tpl (configure-[+prefix+][+module+],
4771         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4772         Remove rule to unstage bootstrapped modules.
4773         (stage_current): New.
4774         * Makefile.in: Regenerate.
4775
4776 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4777
4778         * MAINTAINERS (Write After Approval): Update my e-mail address.
4779
4780 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
4781
4782         * include/libiberty.h: Declare pex_run_in_environment.
4783
4784 2006-05-31  Asher Langton  <langton2@llnl.gov>
4785
4786         * MAINTAINERS (Write After Approval): Add myself.
4787
4788 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
4789
4790         * Makefile.def (bfd, opcodes): Fix lib_path.
4791         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4792         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
4793         * Makefile.in: Regenerate.
4794
4795 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4796
4797         * Makefile.in: Regenerate.
4798
4799 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4800
4801         * Makefile.def: Add install-html target. Add datarootdir
4802         docdir and htmldir to flags_to_pass.
4803         * Makefile.tpl: Add install-html target.
4804         * Makefile.in: Regenerate.
4805         * configure.in: Add --with-datarootdir, --with-docdir, and
4806         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4807         * configure: Regenerate.
4808
4809 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
4810
4811         * configure.in: Enable gprof for cross builds.
4812         * configure: Regenerate.
4813
4814 2006-05-22  Richard Guenther  <rguenther@suse.de>
4815
4816         Revert
4817         2006-01-31  Richard Guenther  <rguenther@suse.de>
4818         Paolo Bonzini  <bonzini@gnu.org>
4819
4820         * Makefile.def (target_modules): Add libgcc-math target module.
4821         * configure.in (target_libraries): Add libgcc-math target library.
4822         (--enable-libgcc-math): New configure switch.
4823         * Makefile.in: Re-generate.
4824         * configure: Re-generate.
4825         * libgcc-math: New toplevel directory.
4826
4827 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4828             Andreas Tobler  <a.tobler@schweiz.ch>
4829
4830         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
4831         * configure: Rebuilt.
4832
4833 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
4834
4835         * MAINTAINERS (Write After Approval): Add myself.
4836
4837 2006-05-01  DJ Delorie  <dj@redhat.com>
4838
4839         * configure.in: Restore CFLAGS if GMP isn't present.
4840         * configure: Regenerate.
4841
4842 2006-05-01  Richard Guenther  <rguenther@suse.de>
4843
4844         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4845         maintainer.
4846
4847 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
4848
4849         * MAINTAINERS (Write After Approval): Add myself.
4850
4851 2006-04-28  Jan Beulich  <jbeulich@novell.com>
4852
4853         * MAINTAINERS (Write After Approval): Add myself.
4854
4855 2006-04-18  DJ Delorie  <dj@redhat.com>
4856
4857         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
4858         reference libgloss so that libssp can be built in a combined
4859         tree.
4860         * configure: Regenerate.
4861
4862 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
4863
4864         * MAINTAINERS (Write After Approval): Add myself.
4865
4866 2006-04-05  Ben Elliston  <bje@au.ibm.com>
4867
4868         * configure.in: Require makeinfo 4.4 or higher.
4869         * configure: Regenerate.
4870
4871 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
4872
4873         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4874         Rearrange the entries of other libraries to have them in one place.
4875
4876 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
4877
4878         * MAINTAINERS (Write After Approval): Remove myself.
4879         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4880
4881 2006-03-14  Richard Guenther  <rguenther@suse.de>
4882
4883         * configure: Regenerate with autoconf 2.13.
4884
4885 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
4886
4887         * MAINTAINERS: Use my work address.
4888
4889         * MAINTAINERS: Update my E-mail address.
4890
4891 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
4892
4893         * configure.in: Handle --disable-<component> generically.
4894         * configure: Regenerate.
4895
4896 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
4897
4898         PR libgcj/17311
4899         * ltmain.sh: Don't use "$finalize_rpath" for compile.
4900
4901 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
4902
4903         * MAINTAINERS (Write After Approval):  Remove myself.
4904         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4905
4906 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
4907
4908         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
4909         (TARGET_CONFIGDIRS): Remove.
4910         * configure.in: Remove AC_SUBST(target_configdirs).
4911         * Makefile.in, configure: Regenerated.
4912
4913 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
4914
4915         * MAINTAINERS (Write After Approval):  Remove myself.
4916         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4917
4918 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
4919
4920         PR bootstrap/25670
4921
4922         * Makefile.tpl ([+compare-target+]): Print explanation messages.
4923
4924         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4925         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4926         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4927         BUILD_PREFIX, BUILD_PREFIX_1.
4928         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4929
4930         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4931         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4932
4933         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4934         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4935         of `cat stage_current`.  Always provide the `r' and `s' variables.
4936         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4937         a single shell execution.
4938         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4939         bootstrapped modules, make the stage1 module if the build was not
4940         started yet, else build the current stage.
4941         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4942         (all-build, all-host, all-target, [+make_target+]-host,
4943         [+make_target+]-target): Do not use \-continued lines.
4944         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4945         (current_stage, restrap, stage_last): New.
4946
4947         * Makefile.in: Regenerate.
4948         * configure: Regenerate.
4949
4950 2006-02-19  Bud Davis  <jmdavis@link.com>
4951
4952         * MAINTAINERS (Write After Approval):  Remove myself.
4953         (Language Front End Maintainers):  Add myself as fortran 95
4954         maintainer and update e-mail address.
4955
4956 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4957
4958         * MAINTAINERS (Write After Approval):  Remove myself.
4959         (Language Front End Maintainers):  Add myself as fortran 95
4960         maintainer.
4961
4962 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
4963
4964         * MAINTAINERS (Write After Approval): Add myself.
4965
4966 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
4967
4968         * MAINTAINERS (Write After Approval):  Remove myself.
4969         (Language Front End Maintainers):  Add myself as
4970         fortran 95 maintainer.
4971
4972 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4973
4974         Sync from src:
4975
4976         2005-12-27  Leif Ekblad  <leif@rdos.net>
4977
4978         * configure.in: Add support for RDOS target.
4979         * configure: Regenerate.
4980
4981 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4982             Andreas Schwab  <schwab@suse.de>
4983
4984         * configure: Regenerate.
4985
4986 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
4987
4988         * configure.in (enable_libgomp): Add AIX.
4989         * configure: Regenerate.
4990
4991 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
4992
4993         * MAINTAINERS (Write After Approval): Add myself.
4994
4995 2006-02-03  Lee Millward  <lee.millward@gmail.com>
4996
4997         * MAINTAINERS (Write After Approval): Add myself.
4998
4999 2006-01-31  Richard Guenther  <rguenther@suse.de>
5000         Paolo Bonzini  <bonzini@gnu.org>
5001
5002         * Makefile.def (target_modules): Add libgcc-math target module.
5003         * configure.in (target_libraries): Add libgcc-math target library.
5004         (--enable-libgcc-math): New configure switch.
5005         * Makefile.in: Re-generate.
5006         * configure: Re-generate.
5007         * libgcc-math: New toplevel directory.
5008
5009 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
5010
5011         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5012         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5013         the assembler, linker and binutils.
5014         * configure: Regenerate.
5015
5016 2006-01-22  Dirk Mueller  <dmueller@suse.de>
5017
5018         * MAINTAINERS (Write After Approval): Add myself.
5019
5020 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
5021
5022         * configure: Regenerate.
5023
5024 2006-01-18  Richard Henderson  <rth@redhat.com>
5025             Jakub Jelinek  <jakub@redhat.com>
5026             Diego Novillo  <dnovillo@redhat.com>
5027
5028         * libgomp: New directory.
5029         * Makefile.def: Add target_module libgomp.
5030         * Makefile.in: Regenerate.
5031         * configure.in (target_libraries): Add target-libgomp.
5032         * configure: Regenerate.
5033
5034 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
5035
5036         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5037         @ from continuation.
5038         * Makefile.in: Rebuilt.
5039
5040 2006-01-04  Chris Lattner  <sabre@gnu.org>
5041
5042         * MAINTAINERS (Write After Approval): Add myself.
5043
5044 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
5045
5046         PR bootstrap/24252
5047
5048         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5049         * Makefile.tpl (OBJDUMP): New.
5050         (EXTRA_HOST_FLAGS): Add it.
5051         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5052
5053         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5054         to use symbolic links between directories.  Avoid race conditions
5055         or make them harmless.
5056         * configure.in: Do not try to use symbolic links between directories.
5057
5058         * Makefile.def (LEAN): Pass.
5059         * Makefile.tpl (LEAN): Define.
5060         (stage[+id+]-start): Accept that the previous directory does not
5061         exist, if the bootstrap is lean.
5062         (stage[+id+]-bubble): Invoke lean bootstrap commands after
5063         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
5064         configure substitution.
5065         ([+compare-target+]): Likewise.
5066         ([+bootstrap-target+]-lean): New.
5067         * configure.in: Remove lean bootstrap support from here.
5068
5069         * Makefile.in: Regenerate.
5070         * configure: Regenerate.
5071
5072 2006-01-04  Ben Elliston  <bje@au.ibm.com>
5073
5074         * MAINTAINERS (libdecnumber): Add myself.
5075
5076 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
5077
5078         * libtool-ldflags: New script.
5079
5080 2006-01-02  Andreas Schwab  <schwab@suse.de>
5081
5082         * configure.in: When reconfiguring remove Makefile in
5083         all stage directories.
5084         * configure: Regenerate.
5085
5086 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
5087
5088         * MAINTAINERS: Update my email address.
5089
5090 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
5091
5092         Revert Ada-related part of the previous change.
5093
5094         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5095         Do not pass.
5096         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5097         * Makefile.in: Regenerate.
5098         * configure.in: Do not include mt-ppc-aix target fragment.
5099         * configure: Regenerate.
5100
5101 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
5102
5103         * configure.in: Select appropriate fragments for PowerPC/AIX.
5104         * configure: Regenerate.
5105
5106         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5107         BOOT_CFLAGS, BOOT_LDFLAGS.
5108         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5109         BOOT_CFLAGS, BOOT_LDFLAGS.
5110         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5111         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5112         (stage): Fail if we cannot complete the work.
5113         * Makefile.in: Regenerate.
5114
5115 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
5116
5117         * configure.in: Replace ms1 with mt.
5118         * configure: Rebuilt.
5119
5120 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
5121
5122         * MAINTAINERS: Update my email address.
5123
5124 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
5125
5126         * Makefile.tpl (all, do-[+make_target+], do-check, install,
5127         install-host-nogcc): Don't invoke $(stage) at the end.
5128         * Makefile.in: Regenerate.
5129
5130 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
5131
5132         * configure.in: Flip the top-level bootstrap switch.
5133         * configure: Regenerate.
5134
5135 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
5136
5137         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5138         $(stage) and $(unstage).
5139         (EXTRA_TARGET_FLAGS): Correct double-quoting.
5140         (all): Remove stray semicolon.
5141         (local-distclean): Don't handle multilib.tmp and multilib.out.
5142         (install.all): Set $s for consistency.
5143         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5144         check_multilibs setting.  Always make the install directory.
5145         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5146         Correct @if/@endif.
5147         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5148         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5149         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5150         (multilib.out): Remove.
5151         * Makefile.in: Regenerated.
5152
5153 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
5154
5155         * MAINTAINERS (Write After Approval): Add myself.
5156
5157 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
5158
5159         * MAINTAINERS: Add myself as mt maintainer.
5160
5161         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
5162
5163 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
5164
5165         * MAINTAINERS: Change email address.
5166
5167 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
5168
5169         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5170         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5171         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
5172         Find in-tree tools if available.
5173         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5174         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5175         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5176         (COMPILER_*_FOR_TARGET): New.
5177         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5178         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5179         (CONFIGURED_*, USUAL_*): Remove.
5180         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5181         STRIP): Use autoconf substitutions.
5182         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5183         COMPILER_NM_FOR_TARGET): New.
5184         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5185
5186         (all): Make all-host and all-target in parallel.
5187         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5188         that $$r and $$s are set before invoking a recursive make.
5189         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5190         ([+bootstrap-target+]): Inline most of the `all' target.
5191
5192 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5193
5194         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5195         from the gcc build directory.
5196         * Makefile.in: Regenerate.
5197
5198 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5199
5200         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
5201         depend on all-libdecnumber.
5202         * configure.in (host_libs): Include libdecnumber.
5203         * Makefile.in: Regenerate.
5204         * configure: Likewise.
5205
5206 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5207
5208         * libdecnumber: Import decNumber sources from the dfp-branch.
5209
5210 2005-11-21  Kean Johnston  <jkj@sco.com>
5211
5212         * config.sub, config.guess: Sync from upstream sources.
5213
5214 2005-11-21  Ben Elliston  <bje@au.ibm.com>
5215
5216         Import from Autoconf sources:
5217
5218         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
5219         * config/move-if-change: Don't output "$2 is unchanged";
5220         suggested by Ben Elliston.  Handle weird characters correctly.
5221
5222 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
5223
5224         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5225         to match upstream libtool for darwin.
5226
5227 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
5228
5229         * Makefile.def: Remove gdb dependencies for gdbtk.
5230         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5231         (configure-gdb, install-gdb): New rules.
5232         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5233         * Makefile.in, configure: Regenerated.
5234
5235 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
5236
5237         * MAINTAINERS (Write After Approval): Add myself.
5238
5239 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
5240
5241         * MAINTAINERS (Write After Approval): Add myself.
5242
5243 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
5244
5245         * MAINTAINERS (alias analysis): Add Daniel Berlin and
5246         Diego Novillo.
5247
5248 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
5249
5250         PR bootstrap/24297
5251         * Makefile.tpl (do-[+make-target+], do-check, install,
5252         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5253         are set before recursing.
5254         * Makefile.in: Regenerate.
5255
5256 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
5257
5258         PR bootstrap/18939
5259         * Makefile.def (gcc) <target>: Fix thinko.
5260         * Makefile.in: Regenerate.
5261
5262 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
5263
5264         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5265         * configure: Regenerate.
5266
5267 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
5268
5269         * MAINTAINERS (Write After Approval): Add self.
5270
5271 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
5272
5273         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5274         target-libffi, target-qthreads, target-libjava, and
5275         targetlibobjc.
5276         * configure: Regenerate.
5277
5278 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
5279
5280         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5281         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5282         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5283         (USUAL_OBJDUMP_FOR_TARGET): New.
5284         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5285         * configure.in: Check for $OBJDUMP_FOR_TARGET.
5286         * configure, Makefile.in: Regenerated.
5287
5288 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5289
5290         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5291         before other host packages.
5292
5293 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
5294
5295         * MAINTAINERS: Add self as sh libraries/configury maintainer.
5296
5297 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5298
5299         PR bootstrap/22340
5300
5301         * configure.in (default_target): Remove.
5302         * Makefile.tpl (all): Do not use prerequisites as subroutines
5303         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5304         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5305         use prerequisites as subroutines.
5306         (check-host, check-target): New.
5307         (bootstrap configure & all targets): Do not use stage*-start
5308         if the directory layout is already ok.
5309         (non-bootstrap configure & all targets): Prepend a $(unstage).
5310         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
5311         (NOTPARALLEL): Remove.
5312         (unstage, stage variables): New variables.
5313         (unstage, stage targets): Simply expand to those variables.
5314
5315         * configure: Regenerate.
5316         * Makefile.in: Regenerate.
5317
5318 2005-10-04  James E Wilson  <wilson@specifix.com>
5319
5320         * Makefile.def (lang_env_dependencies): Add libmudflap.
5321         * Makefile.in: Regenerate.
5322
5323 2005-10-03  Andreas Schwab  <schwab@suse.de>
5324
5325         Backport from libtool CVS:
5326         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
5327
5328         * ltmain.sh: add support for installing into temporary
5329         staging area (e.g. 'make install DESTDIR=...')
5330
5331 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5332
5333         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5334         * configure: Regenerated.
5335
5336 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
5337
5338         * configure: Regenerate with the correct
5339         autoconf version.
5340
5341 2005-09-30  Catherine Moore  <clm@cm00re.com>
5342
5343         * configure.in (bfin-*-*): New.
5344         * configure: Regenerated.
5345
5346 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
5347
5348         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5349         (LIPO_FOR_TARGET): New.
5350         (CONFIGURED_LIPO_FOR_TARGET): New.
5351         (USUAL_LIPO_FOR_TARGET): New.
5352         (STRIP_FOR_TARGET): New.
5353         (CONFIGURED_STRIP_FOR_TARGET): New.
5354         (USUAL_STRIP_FOR_TARGET): New.
5355         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5356         STRIP_FOR_TARGET.
5357         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5358         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5359         * Makefile.in: Regenerate.
5360         * configure: Regenerate.
5361
5362 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
5363
5364         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5365         (rs6000-*-aix*): Same.
5366         * configure: Regenerate.
5367
5368 2005-09-16  Tom Tromey  <tromey@redhat.com>
5369
5370         * MAINTAINERS: Add self as java maintainer.
5371
5372 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5373
5374         * configure.in: Recognize f95 in the --enable-languages option,
5375         and substitute it for fortran, issuing a warning.
5376         * configure: Regenerate.
5377
5378 2005-08-30  Phil Edwards  <phil@codesourcery.com>
5379
5380         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
5381         * configure:  Regenerated.
5382
5383 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
5384
5385         * MAINTAINERS: Add self as ms1 maintainer.
5386
5387 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
5388
5389         * Makefile.def (libssp): Add to lang_env_dependencies.
5390         * Makefile.in: Regenerate.
5391
5392 2005-08-18  Ian Lance Taylor  <ian@airs.com>
5393
5394         * MAINTAINERS: Add myself as middle-end maintainer.
5395
5396 2005-08-17  Christian Groessler  <chris@groessler.org>
5397
5398         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5399         * Makefile.in: Regenerate.
5400
5401 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
5402
5403         * MAINTAINERS (write after approval): Added myself.
5404
5405 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
5406
5407         * MAINTAINERS (Write After Approval): Add myself.
5408
5409 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
5410
5411         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5412         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5413         Look for alternate names of the target cc and c++
5414         * configure: Regenerate.
5415
5416 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
5417
5418         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5419         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5420         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5421         tools; remove code to manually set them.
5422         (Target tools): Look in the environment for them.
5423         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5424         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5425         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5426         build directory.
5427         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5428         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5429         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5430         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5431         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5432         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5433         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5434         * configure: Regenerate.
5435         * Makefile.in: Regenerate.
5436
5437 2005-07-28  Ben Elliston  <bje@au.ibm.com>
5438
5439         * MAINTAINERS: Update for removed CPU targets.
5440
5441 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
5442
5443         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5444         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5445         * Makefile.in: Regenerated.
5446
5447 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
5448
5449         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5450         (CFLAGS_FOR_TARGET): Use it.
5451         (CXXFLAGS_FOR_TARGET): Likewise.
5452         * Makefile.in: Regenerated.
5453         * configure.in (--with-build-sysroot): New option.
5454         * configure: Regenerated.
5455
5456 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
5457
5458         * Makefile.tpl: Wrap install between unstage and stage
5459         * Makefile.in: Regenerate.
5460
5461 2005-07-21  Eric Christopher  <echristo@apple.com>
5462
5463         * MAINTAINERS: Update affiliation.
5464
5465 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
5466
5467         * MAINTAINERS: Add self as crx port maintainer.
5468
5469 2005-07-20  DJ Delorie  <dj@redhat.com>
5470
5471         * MAINTAINERS: Add self as m32c maintainer.
5472
5473 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
5474
5475         * all files: Update FSF address.
5476
5477 2005-07-15  Eric Christopher  <echristo@redhat.com>
5478
5479         * MAINTAINERS: Change affiliation.
5480
5481 2005-07-14  Jim Blandy  <jimb@redhat.com>
5482
5483         * configure.in: Add cases for Renesas m32c.
5484         * configure: Regenerated.
5485
5486 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5487
5488         * COPYING.LIB: Update from fsf.org.
5489
5490 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5491
5492         * COPYING, compile, config.guess,
5493         config.sub, install-sh, missing, mkinstalldirs,
5494         symlink-tree, ylwrap: Sync from upstream sources.
5495         * config-ml.in: Update FSF address.
5496
5497 2005-07-13  Eric Christopher  <echristo@redhat.com>
5498
5499         * configure.in: Add toplevel noconfigdir support for tpf.
5500         * configure: Regenerate.
5501
5502 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
5503
5504         PR ada/22340
5505
5506         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5507         * Makefile.in: Regenerate.
5508
5509 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
5510
5511         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
5512         Brolley to write-after-approval.
5513
5514 2005-07-07  Andreas Schwab  <schwab@suse.de>
5515
5516         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5517         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5518         * Makefile.in: Regenerated.
5519
5520 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
5521
5522         * configure.in: Don't build sim or rda when targetting darwin.
5523         * configure: Regenerate.
5524
5525 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
5526
5527         * configure.in: Add --enable-libssp and --disable-libssp.
5528         * configure: Regenerate with autoconf-2.13.
5529
5530 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
5531
5532         * Makefile.def (target_modules): Add libssp.
5533         * configure.in (target_libraries): Add target-libssp.
5534         * configure: Rebuilt.
5535         * Makefile.in: Rebuilt.
5536
5537 2005-07-01  Zack Weinberg  <zackw@panix.com>
5538
5539         * MAINTAINERS: Change email address.  Resign from maintainership.
5540
5541 2005-07-01  Richard Guenther  <rguenther@suse.de>
5542
5543         * MAINTAINERS: Change my e-mail address and affiliation.
5544
5545 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
5546
5547         * Makefile.def (stagefeedback): Come after profile.
5548         Define profiledbootstrap target.
5549         * Makefile.tpl (profiledbootstrap): Remove.
5550         (stageprofile-end): Zap stagefeedback.
5551         (stagefeedback-start): Copy all .gcda files, not only GCC's.
5552         * Makefile.in: Regenerate.
5553
5554 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
5555
5556         * MAINTAINERS: Update my email address.
5557
5558 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
5559
5560         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
5561         In 'cpp' stanza, support '#line' as well as '# '.
5562
5563 2005-06-08  Andreas Schwab  <schwab@suse.de>
5564
5565         * MAINTAINERS: Move myself from 'Write After Approval' to
5566         'CPU Port Maintainers' section as m68k maintainer.
5567
5568 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
5569
5570         * configure.in (unsupported_languages): New macro.
5571         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
5572         non-ported target libraries in noconfigdirs.
5573         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5574         non-linux-gnu.  Remove libgcj_ex_libffi.
5575         <lang_frag loop>: Set add_this_lang=no if the language is in
5576         unsupported_languages.
5577         * configure: Regenerate.
5578
5579 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
5580
5581         * configure.in: Fix typo in handling of --with-mpfr-dir.
5582         * configure: Regenerate.
5583
5584 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
5585
5586         * MAINTAINERS: Update my email address.
5587
5588 2005-06-02  Jim Blandy  <jimb@redhat.com>
5589
5590         * config.sub: Add cases for the Renesas m32c.  (This patch has been
5591         accepted into the master sources.)
5592
5593 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
5594             Michael Snyder  <msnyder@redhat.com>
5595             Stan Cox  <scox@redhat.com>
5596
5597         * configure.in: Set noconfigdirs for ms1.
5598
5599         * configure: Regenerate.
5600
5601 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
5602
5603         * MAINTAINERS (Write After Approval): Add self.
5604
5605 2005-06-01  Josh Conner  <jconner@apple.com>
5606
5607         * MAINTAINERS (Write After Approval): Add self.
5608
5609 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
5610
5611         * MAINTAINERS: Update my email address.
5612
5613 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
5614
5615         * MAINTAINERS (Write After Approval): Add self.
5616
5617 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
5618
5619         * MAINTAINERS (Write After Approval): Remove self.
5620
5621 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
5622
5623         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5624         (Dependencies): Consider target modules for bootstrap dependencies.
5625         Make target bootstrap modules depend on each stage's gcc.
5626         * Makefile.in: Regenerate.
5627
5628 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
5629
5630         * Makefile.def (configure-gcc): Depend on binutils having been built.
5631         (all-gcc): No need to do it here.
5632         * Makefile.in: Regenerate.
5633
5634 2005-05-19  Paul Brook  <paul@codesourcery.com>
5635
5636         * configure.in: Rewrite misleading error message when requested
5637         language cannot be built.
5638         * configure: Regenerate.
5639
5640 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
5641
5642         * ylwrap: Import from Automake 1.9.5.
5643
5644 2005-05-13  David Ung  <davidu@mips.com>
5645
5646         * MAINTAINERS (Write After Approval): Add self.
5647
5648 2005-05-09  Mike Stump  <mrs@apple.com>
5649
5650         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5651         lt_cv_sys_max_cmd_len for now.
5652
5653 2005-05-09  Stan Cox  <scox@redhat.com>
5654
5655         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5656
5657 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
5658
5659         * README.SCO: Update the URL.
5660
5661 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
5662
5663         * ltconfig: Define file_list_spec.  Pass file_list_spec and
5664         with_gnu_ld to libtool.
5665         * ltcf-c.sh (aix[45]): Define file_list_spec.
5666         * ltcf-cxx.sh (aix[45]): Same.
5667         * ltcf-gcj.sh (aix[45]): Same.
5668         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5669         exists, write list of input files to temporary file.
5670
5671 2005-05-04  Mike Stump  <mrs@apple.com>
5672
5673         * configure.in: Always pass --target to target configures as
5674         otherwise rebuilds that do --recheck will fail.
5675         * confiugure: Rebuilt.
5676
5677 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
5678
5679         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5680         STAGE_HOST_EXPORTS.
5681         (configure, all): Add bootstrap support.
5682         (Host modules, target modules): Pass post-stage1 flags and exports.
5683         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5684         * Makefile.in: Regenerate.
5685
5686 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
5687
5688         * configure: Regenerate.
5689
5690 2005-04-27  Mike Stump  <mrs@apple.com>
5691
5692         * MAINTAINERS: Add self as darwin maintainer.
5693
5694 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
5695
5696         * config.sub: Update from master copy.
5697
5698 2005-04-21  Mike Stump  <mrs@apple.com>
5699
5700         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5701         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5702
5703 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
5704
5705         * configure.in <crisv32-*-*, cris-*-*>: New local variable
5706         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
5707         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
5708         "*-*-elf" and "*-*-linux*".
5709         * configure: Regenerate.
5710
5711 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
5712
5713         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5714
5715 2005-04-12  Mike Stump  <mrs@apple.com>
5716
5717         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5718
5719 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
5720
5721         * MAINTAINERS (Write After Approval): Add myself.
5722
5723 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
5724
5725         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5726
5727 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
5728
5729         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5730         (TARGET_CONFIGARGS): Include --with-target-subdir.
5731         (configure, all): New macros.  Use them throughout.
5732         * Makefile.in: Regenerate.
5733
5734 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
5735
5736         * MAINTAINERS (Write After Approval): Add myself.
5737
5738 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5739
5740         * MAINTAINERS: Remove 'loop unrolling' maintainer.
5741
5742 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
5743
5744         * MAINTAINERS: Move John Carr to Write After Approval.
5745
5746 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
5747
5748         * config/mh-mingw32: Delete.
5749         * configure.in: Don't use it.
5750         * configure: Regenerate.
5751
5752 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
5753
5754         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5755         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5756         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5757         (HOST_LIB_PATH): Generate from Makefile.def.
5758         (TARGET_LIB_PATH): Likewise.
5759         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5760         * Makefile.in: Regenerate.
5761         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5762         (RPATH_ENVVAR): Include Darwin case.
5763         * configure: Regenerate.
5764
5765 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
5766
5767         * MAINTAINERS (Various Maintainers): Remove self.
5768         (Write After Approval): Add self.
5769
5770 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
5771
5772         * MAINTAINERS (Various Maintainers): Add self.
5773
5774 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
5775
5776         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5777         * configure: Regenerate.
5778
5779 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
5780
5781         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5782         gcc_version, and gcc_version_trigger from set of flags to pass.
5783         * Makefile.tpl: Remove definitions of above variables.
5784         (config.status): Remove dependency on $(gcc_version_trigger).
5785         * Makefile.in: Regenerate.
5786         * configure.in: Do not reference config/gcc-version.m4 nor
5787         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
5788         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
5789         * configure: Regenerate.
5790
5791 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
5792             Andrew Pinski  <pinskia@physics.uc.edu>
5793
5794         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5795         * Makefile.in: Regenerate.
5796
5797 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
5798
5799         * MAINTAINERS (Write After Approval): Add myself.
5800
5801 2005-03-03  David Ayers  <d.ayers@inode.at>
5802
5803         * MAINTAINERS (Write After Approval): Add myself.
5804
5805 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
5806
5807         PR libgcj/20160
5808         * ltmain.sh: Avoid creating archives with components that have
5809         duplicate basenames.
5810
5811 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
5812
5813         PR bootstrap/20250
5814         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5815         instead of check.
5816         * Makefile.in: Regenerate.
5817
5818 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5819
5820         * Makefile.in: Regenerate to fix conflict between the previous two
5821         patches.
5822
5823 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5824
5825         PR bootstrap/17383
5826         * Makefile.def (target_modules): Remove "stage", now unnecessary.
5827         * Makefile.tpl (HOST_SUBDIR): New substitution.
5828         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5829         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5830         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5831         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5832         (Host modules, Bootstrapped modules): Use it.
5833         (Build modules, Target modules): Do not create symlink trees,
5834         always configure out-of-srcdir.
5835         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5836         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5837         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5838         $(HOST_SUBDIR).  Create a symlink for host_subdir.
5839
5840         * Makefile.in: Regenerate.
5841         * configure: Regenerate.
5842
5843 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5844
5845         Merged from libada-gnattools-branch:
5846         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5847
5848         * gnattools: New directory.
5849         * Makefile.def: Add gnattools as a module, depending on target-libada.
5850         * Makefile.in: Regenerate.
5851         * configure.in: Include gnattools in host_tools; disable it if ada
5852         is disabled.
5853         * configure: Regenerate.
5854
5855 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
5856
5857         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5858         treelang maintainer.
5859         (Write After Approval): Remove myself.
5860
5861 2005-02-23  Paul Schlie  <schlie@comcast.net>
5862
5863         * configure.in: Allow darwin targeted ports to build tk, itcl and
5864         libgui.
5865         * configure: Regenerate.
5866
5867 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5868
5869         PR libgcj/10353
5870         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5871         * configure: Regenerate.
5872
5873 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
5874
5875         * MAINTAINERS (Write After Approval): Add myself.
5876
5877 2005-02-10  Ian Lance Taylor  <ian@airs.com>
5878
5879         * MAINTAINERS: Update my e-mail address.
5880
5881 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
5882
5883         * MAINTAINERS (Write After Approval): Add myself.
5884
5885 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
5886
5887         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5888         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5889         target-libgloss when not *-*-elf and *-*-aout.
5890         * configure: Regenerate.
5891
5892 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
5893
5894         * MAINTAINERS: Remove obsolete entries.
5895
5896         * MAINTAINERS (Write After Approval): Add Michael Matz.
5897
5898 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
5899
5900         * MAINTAINERS: Remove self as cpplib maintainer.
5901
5902 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5903
5904         * install-sh, config.sub: Import from upstream.
5905
5906 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5907
5908         PR bootstrap/18222
5909         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5910         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5911         * Makefile.in: Regenerate.
5912
5913 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
5914
5915         * MAINTAINERS: Update my email address.
5916
5917 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
5918             Andreas Schwab  <schwab@suse.de>
5919
5920         PR bootstrap/18033
5921         * config-ml.in: Eval option if surrounded by single quotes.
5922
5923 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
5924
5925         Revert 2004-12-28 Makefile changes, a better fix will be
5926         applied to mainline and src after GCC 4.0 branches.
5927
5928 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
5929
5930         PR bootstrap/17383
5931
5932         * Makefile.def (target_modules): Remove stage parameter,
5933         it is always true now.
5934         * Makefile.tpl (configure-build-[+module+],
5935         configure-target-[+module+]): Always build symlink tree
5936         for the directory and for include.  BUILD_SUBDIR and
5937         TARGET_SUBDIR cannot be . anymore.
5938         * Makefile.in: Regenerate.
5939
5940 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
5941
5942         Revert 2004-12-08 Makefile changes.
5943
5944 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
5945
5946         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5947         cygwin, mingw.
5948
5949 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
5950
5951         * configure.in (sh64-*-*): Reenable gprof.
5952         * configure: Regenerate.
5953
5954 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
5955
5956         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5957         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5958         (EXTRA_TARGET_FLAGS): Add PICFLAG.
5959         * Makefile.in: Regenerate.
5960
5961 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
5962
5963         * MAINTAINERS: Update my email address.
5964
5965 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
5966
5967         * Makefile.tpl: Generate normal dependencies if the LHS module is
5968         not bootstrapped.
5969         * Makefile.in: Regenerate.
5970
5971 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5972
5973         * configure.in: Include config/gxx-include-dir.m4.  Use
5974         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
5975         * configure: Regenerate.
5976
5977 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5978
5979         * config.if: Delete.
5980         * configure.in: Set libstdcxx_incdir directly.
5981         * configure: Regenerate.
5982
5983 2004-12-02  Eric Christopher  <echristo@redhat.com>
5984
5985         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5986         * Makefile.in: Regenerate.
5987
5988 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5989
5990         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5991         * configure: Regenerate.
5992
5993 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5994
5995         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
5996         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
5997         * configure: Regenerate.
5998
5999 2004-12-01  Eric Christopher  <echristo@redhat.com>
6000
6001         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
6002         of things to remove.
6003
6004 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
6005
6006         * MAINTAINERS (Write After Approval): Update my e-mail address.
6007
6008 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
6009
6010         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
6011         from CVS libtool to always pass_all.
6012
6013 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6014
6015         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6016         (hppa*64*-*-*): Delete incorrect comment.
6017         * configure: Rebuilt.
6018
6019 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
6020
6021         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
6022
6023 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
6024
6025         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
6026         from CVS libtool to always pass_all.
6027
6028 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
6029
6030         * install-sh, compile: Import from automake.
6031
6032 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
6033
6034         * config.guess, config.sub:  Import from savannnah.
6035
6036 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
6037
6038         * MAINTAINERS (Write After Approval): Add myself
6039
6040 2004-11-12  Mike Stump  <mrs@apple.com>
6041
6042         * Makefile.def: Add html support.
6043         * Makefile.tpl: Likewise.
6044         * Makefile.in: Regenerate.
6045
6046 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
6047
6048         PR 18423
6049         * configure.in: Remove all instances of build-fixincludes from
6050         noconfigdirs.
6051         (build_configargs): Supply --target to subdirectories.
6052         * configure: Regenerate.
6053
6054         * Makefile.def: Make gcc install depend on fixincludes install.
6055         * Makefile.in: Regenerate.
6056
6057 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
6058
6059         * MAINTAINERS: Add myself as gcc testsuite maintainer.
6060
6061 2004-11-11  Paul Brook  <paul@codesourcery.com>
6062
6063         * MAINTAINERS: Add self as arm maintainer.  Update email address.
6064
6065 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
6066
6067         * configure.in (noconfigdirs) [mmix-*-*]: Disable
6068         target-libgfortran.
6069         * configure: Regenerate.
6070
6071 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
6072
6073         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6074         like CC.
6075
6076 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
6077
6078         * Makefile.def (host fixincludes): Specify missing targets.
6079         * Makefile.in: Regenerate.
6080
6081 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
6082
6083         * MAINTAINERS: Add myself
6084
6085 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
6086
6087         * MAINTAINERS (Write After Approval): Add myself.
6088
6089 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
6090
6091         * Makefile.def: Build fixincludes for the host, too.
6092         * Makefile.in: Regenerate.
6093         * configure.in (host_tools): Add fixincludes.
6094         * configure: Regenerate.
6095
6096 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
6097
6098         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6099         * configure: Regenerated.
6100
6101 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
6102
6103         PR other/17783
6104         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6105         * configure: Regenerated.
6106
6107 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
6108
6109         * README.SCO: Update per FSF instructions.
6110
6111 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
6112
6113         PR target/18151
6114         * configure.in (case ${target}): Do not build fixincludes for avr.
6115         * configure: Regenerated.
6116
6117 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
6118
6119         * configure.in (case ${target}): Do not build fixincludes
6120         on platforms where it is not used.
6121         * configure: Regenerated.
6122
6123 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
6124
6125         * configure.in: Use an absolute path to install-sh.
6126         * configure: Regenerated.
6127
6128 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
6129
6130         * MAINTAINERS (Write After Approval): Add myself.
6131
6132 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
6133
6134         * MAINTAINERS: Remove from Write After Approval those that are
6135         already maintainers.
6136
6137 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
6138
6139         * MAINTAINERS:  Update my email address.
6140
6141 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
6142
6143         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6144         * configure: Regenerate.
6145
6146 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
6147
6148         * MAINTAINERS:  Update my email address.
6149
6150 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
6151
6152         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
6153         entries belonging to this category.
6154
6155 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
6156
6157         * MAINTAINERS: Update my e-mail address.
6158
6159 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
6160
6161         Fix wrong conflict resolution in:
6162
6163         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6164
6165         * Makefile.in: Regenerate.
6166         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6167         in the recursive `make', instead of hardwiring `all'.
6168         (Autogenerated TARGET-* variables): New.
6169
6170 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
6171
6172         * configure.in: Enable target-libgloss for crx-*-*.
6173         * configure: Regenerate.
6174
6175 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6176
6177         * MAINTAINERS (Various Maintainers): Move the "windows,
6178         cygwin, mingw" maintainer to ...
6179         (OS Port Maintainers): ... here.
6180
6181 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6182
6183         * MAINTAINERS (Write After Approval): Remove those that are
6184         maintainers of some subsystem.
6185
6186 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
6187
6188         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6189         * ltcf-cxx.sh (tpf*): Likewise.
6190         * ltconfig (tpf*): Add TPF OS configuration support.
6191
6192 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
6193
6194         * MAINTAINERS: Change my email address to my new work account.
6195
6196 2004-09-24  Michael Roth  <mroth@nessie.de>
6197
6198         * configure.in (--without-headers): Add missing double quotes.
6199         * configure: Regenerate.
6200
6201 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
6202
6203         * ylwrap: Revert to previous version.
6204
6205 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
6206
6207         PR bootstrap/17369
6208         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6209         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6210         SET_GCC_LIB_PATH_CMD.
6211         (BASE_TARGET_EXPORTS): Likewise.
6212         * Makefile.in: Regenerated.
6213
6214         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6215         * configure: Regenerated.
6216
6217 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
6218
6219         * config.guess: New upstream version
6220         * compile, depcomp, install-sh, ylwrap: Likewise.
6221
6222 2004-09-19  Roger Sayle  <roger@eyesopen.com>
6223
6224         * config/mh-x86omitfp: New host makefile fragment.  Add
6225         -fomit-frame-pointer to the default BOOT_CFLAGS.
6226         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6227         * configure: Regenerate.
6228
6229 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
6230
6231         PR target/11572
6232         * configure.in (*-*-darwin*): Renable libobjc.
6233         * configure: Regenerate.
6234
6235 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
6236
6237         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6238
6239 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
6240
6241         * Makefile.def: Remove libbanshee.
6242         * Makefile.tpl: Ditto.
6243         * configure.in: Ditto.
6244         * Makefile.in: Regen.
6245         * configure: Ditto.
6246
6247 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
6248
6249         * ltmain.sh: Use $pic_object as $non_pic_object if
6250         $non_pic_object=none.
6251
6252 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
6253
6254         * missing: Import latest version from master repository.
6255
6256 2004-09-06  Nick Clifton  <nickc@redhat.com>
6257
6258         * config.sub: Import latest version from master repository.
6259         * config.guess: Likewise.
6260         This includes these changes:
6261
6262         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
6263
6264         * config.sub: Handle crisv32, alias etraxfs.
6265         * config.guess (crisv32:Linux:*:*): Handle.
6266
6267         2004-08-13  Brad Smith  <brad@comstyle.com>
6268
6269         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6270         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6271
6272         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6273
6274         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6275         assume the processor is a powerpc.  This is because coreutils
6276         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6277         in this case, due to a MacOS X bug that causes
6278         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6279         to return a negative number.
6280         Problem reported by Petter Reinholdtsen in:
6281         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6282
6283         2004-07-19  Ben Elliston  <bje@gnu.org>
6284
6285         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6286
6287         2004-06-24  Ben Elliston  <bje@gnu.org>
6288
6289         * config.guess: Update copyright years.
6290         * config.sub: Likewise.
6291
6292         2004-06-22  Robert Millan  <robertmh@gnu.org>
6293
6294         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6295         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6296
6297         2004-06-22  Stanley F. Quayle <stan@stanq.com>
6298
6299         * config.guess (*:*VMS:*:*): New entry. Replaces
6300         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6301         manufacturer.
6302
6303         2004-06-22  Ben Elliston  <bje@gnu.org>
6304
6305         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6306         * config.sub: Likewise.
6307
6308         2004-06-22  Ben Elliston  <bje@gnu.org>
6309
6310         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6311         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6312
6313         2004-06-11  Ben Elliston  <bje@gnu.org>
6314
6315         * config.guess (pegasos:OpenBSD:*:*): Remove.
6316
6317         2004-06-11  Ben Elliston  <bje@gnu.org>
6318
6319         From Wouter Verhelst <wouter@grep.be>:
6320         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6321
6322         2004-06-11  Ben Elliston  <bje@gnu.org>
6323
6324         * config.guess (luna88k:OpenBSD:*:*): New.
6325
6326         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
6327
6328         * config.guess (m32r*:Linux:*:*): New case.
6329         * config.sub: Handle m32rle.
6330
6331         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
6332
6333         From Jens Petersen  <petersen@redhat.com>:
6334         * config.sub: Handle sparcv8.
6335
6336         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
6337
6338         From Tom Smith <smith@cag.lkg.hp.com>:
6339         * config.guess: Version suffixes are equally significant on Tru64
6340         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
6341         prefix of "P" (patched kernel).
6342
6343         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
6344
6345         * config.sub: Add support for National Semiconductor CRX target.
6346
6347 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
6348
6349         * MAINTAINERS (Various Maintainers): Remove myself as web page
6350         maintainer, add myself as maintainer of build status lists.
6351
6352 2004-09-03  Jan Beulich  <jbeulich@novell.com>
6353
6354         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6355         *-*-netware, but add target-libmudflap.
6356         Consolidate *-*-netware targets (of which really only i?86 exists)
6357         into a single entry.
6358         * configure: Likewise.
6359
6360 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
6361
6362         * Makefile.tpl (sorry): Remove.
6363         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6364         (cleanstrap targets): Depend on distclean, not distclean-stage1.
6365         (do-clean): Clean per-stage directories too.
6366         (do-distclean): Run distclean-stage1 too.
6367         (.NOTPARALLEL): Enable during toplevel bootstrap.
6368         (stage[+id+]-bubble): Enable parallel execution during
6369         the recursive invocation.
6370         * Makefile.in: Regenerate.
6371
6372         Fix previous checkin:
6373
6374         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6375         include.
6376         * configure.in: Fix indentation.
6377         * configure: Regenerate.
6378
6379 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
6380
6381         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6382         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6383         * configure: regenerate
6384         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6385         -mdynamic-no-pic
6386
6387 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
6388
6389         * Makefile.def (build_modules): Add fixincludes.
6390         (dependencies): Make gcc depend on fixincludes.
6391         * configure.in (build_tools): Add fixincludes.
6392         (build_configdirs): Always include build_libs.
6393         * Makefile.in: Regenerate.
6394         * configure: Regenerate.
6395
6396 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
6397
6398         * Makefile.def (bootstrap stages): Add 'lean' parameter.
6399         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6400         phony targets; do not generate timestamp files.
6401         (distclean-stageN): Remove references to their timestamp files.
6402         (restageN, touch-stageN): Remove.
6403         (stageN-bubble): Rewritten.
6404         (compare): Support lean bootstraps.
6405         * Makefile.in: Regenerate.
6406
6407         * configure.in: Only warn when bootstrapping but
6408         build != host or build != target.  Support lean bootstraps.
6409         * configure: Regenerate.
6410
6411 2004-08-26  Phil Edwards  <phil@codesourcery.com>
6412
6413         * configure.in:  Give a better error message if GMP/MPFR are missing
6414         and a language needing them has been requested.
6415         * configure:  Regenerated.
6416
6417 2004-08-25  Phil Edwards  <phil@codesourcery.com>
6418
6419         * configure.in:  Print a list of available language front-ends if
6420         a requested one is missing.  Tidy stray tab characters.
6421         * configure:  Regenerated.
6422
6423 2004-08-19  Michael Koch  <konqueror@gmx.de>
6424
6425         * gcc/doc/install.texi: Update entry about automake for libjava.
6426
6427 2004-08-17  Robert Millan  <robertmh@gnu.org>
6428
6429         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6430         (instead of FreeBSD).
6431         * configure: Regenerate.
6432
6433 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6434
6435         * Makefile.in: Regenerate.
6436         * configure: Regenerate.
6437
6438         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6439         stage_*_flags.
6440         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6441         for bootstrapped modules if toplevel bootstrap is going.
6442         (GCC bootstrap): Generate per-stage targets for all bootstrapped
6443         modules.  Adjust for changes in Makefile.def.  Enable several
6444         rules even in non-bootstrap mode, just to avoid peppering the
6445         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6446         (stage-[+prev+]-bubble): Remove.
6447
6448         * Makefile.def (Dependencies): Depend on all-build-bison,
6449         all-build-flex, all-build-byacc, all-build-texinfo, rather
6450         than the host variations.
6451         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
6452         with BUILD_SUBDIR.
6453         (BISON): Update for recent Bisons.
6454         (YACC): Fix typo.
6455         (cross): Depend on all-build.
6456         (all): Do not depend on all-build.
6457         (prebootstrap): Remove.
6458         (dep-kind): Accept separate prefixes for MODULE and ON variables.
6459         (Prebootstrap dependencies): Add them to the per-stage targets
6460         and to all-prebootstrap.
6461         * configure.in (build_configdirs): Always enable build_tools.
6462         (BUILD_DIR_PREFIX): Remove.
6463
6464         * Makefile.def (gcc): Add target variable.
6465         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6466         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6467         in the recursive `make', instead of hardwiring `all'.
6468         (Autogenerated TARGET-* variables): New.
6469
6470 2004-08-13  Brian Booth  <bbooth@redhat.com>
6471
6472         * MAINTAINERS: Remove myself from write-after-approval.
6473
6474 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6475
6476         * src-release: Stop distributing mmalloc with gdb (which doesn't
6477         use it).
6478         * Makefile.def: GDB doesn't depend on mmalloc anymore.
6479         * Makefile.in: Regenerate.
6480
6481 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
6482
6483         * configure.in (arm*-*-eabi*): New target.
6484         * configure: Regenerate.
6485
6486 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
6487
6488         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6489         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6490         (Dependencies): New section.
6491         * Makefile.tpl (Dependencies): Generate from Makefile.def.
6492         (configure-target-[+module+]): Depend on maybe-all-gcc
6493         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
6494         (toplevel profiledbootstrap): Fix dependencies.
6495         * Makefile.in: Regenerate.
6496
6497 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
6498
6499         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6500         target-libiberty to noconfigdirs.
6501         * configure: Regenerate.
6502
6503 2004-08-03  Paul Brook  <paul@codesourcery.com>
6504
6505         * configure.in: Check for MPFR as well as GMP.
6506         * configure: Regenerate.
6507
6508 2004-08-01  Robert Millan  <robertmh@gnu.org>
6509
6510         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6511         libmudflap for all GNU-based systems (with Glibc).
6512         * configure: Regenerate.
6513
6514 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
6515
6516         * Makefile.def (host-modules): Add gcc.
6517         * Makefile.in: Regenerate.
6518         * Makefile.tpl (sorry): New rule.
6519         (configure-host, all-host, [+make_target+]-host, do-check,
6520         install-host): Do not add gcc as a special case.
6521         (host modules): Add a small special-casing for gcc.  Export
6522         extra_make_flags through the environment.
6523         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6524         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6525         other recursive targets for gcc): Remove.
6526
6527         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6528         (stage, unstage): New rules.
6529         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6530         distclean-stage[+id+]): Use stage_current.
6531         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6532         the stage*-start rules.
6533
6534 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
6535
6536         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6537         use -all_load flag.
6538
6539 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
6540
6541         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6542         * configure: Regenerate.
6543
6544 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
6545
6546         * maintainer-scripts/gcc_release: Revert yesterday's change.
6547
6548 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
6549
6550         * MAINTAINERS: Add myself to write-after-approval.
6551
6552 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
6553
6554         * libf2c: Removed.
6555         * gcc/gccbug.in: Updated because of libf2c removal.
6556         * maintainer-scripts/gcc_release: Ditto.
6557
6558 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
6559
6560         * configure.in: Build libmudflap by default on FreeBSD.
6561         * configure: Regenerated.
6562
6563 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
6564
6565         * configure.in: Do not build libmudflap by default on non-GNU/Linux
6566         systems.
6567         * configure: Regenerated.
6568
6569 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6570
6571         PR target/16344
6572         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6573         feedback based compiler.
6574         * Makefile.in: Rebuilt.
6575
6576 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
6577
6578         * Makefile.def (host_modules): Set bootstrap=true for flex.
6579         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6580         * Makefile.in: Rebuilt.
6581
6582 2004-07-07  Jan Hubicka  <jh@suse.cz>
6583
6584         * MAINTAINERS: Add self as a profile feedback maintainer.
6585
6586 2004-07-05  Phil Edwards  <phil@codesourcery.com>
6587
6588         * configure.in:  Do not prepend $srcdir to /dev/null in
6589         makefile fragments.
6590         * configure:  Regenerate.
6591
6592 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
6593
6594         * Makefile.def (build_modules): Add bison, byacc, flex,
6595         m4, texinfo.
6596         (flags_to_pass): Add FLEX.
6597         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6598         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6599         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6600         DEFAULT_MAKEINFO): Remove.
6601         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6602         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6603         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6604         objdir or else use configured tool.
6605         (all-build): New.
6606         (all): Depend on it.
6607         (Build module dependencies): Add.
6608         * Makefile.in: Regenerate.
6609         * configure.in: Better support for multiple build modules,
6610         matching what is done for host/target modules.  Do not look
6611         for "plausible" locations of build tools if Canadian cross.
6612         Use autoconf's AC_PROG_CC to find a C compiler.  Define
6613         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
6614         * configure: Regenerate.
6615
6616 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6617
6618         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6619         * Makefile.in: Regenerate.
6620
6621 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6622
6623         * Makefile.tpl (configure-build-[+module+],
6624         configure-[+module+], configure-target-[+module+]): Pass
6625         [+extra_configure_args+].
6626         (all-build-[+module+], all-[+module+], check-[+module+],
6627         install-[+module+], [+make_target+]-[+module+],
6628         all-target-[+module+], check-target-[+module+],
6629         install-target-[+module+], [+make_target+]-target-[+module+]):
6630         Pass [+extra_make_args+].
6631         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6632         (GCC_HOST_EXPORTS): Remove.
6633         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6634         cross, check-gcc, check-gcc-c++, install-gcc,
6635         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6636         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6637         * Makefile.in: Regenerate.
6638
6639 2004-06-21  Matthew Sachs  <msachs@apple.com>
6640
6641         * MAINTAINERS: Added self to write-after-approval.
6642
6643 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
6644
6645         * configure.in: Check for srcdir/winsup rather than build directory
6646         winsup.
6647         * configure: Regenerate.
6648
6649 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
6650
6651         * configure.in: Don't build Cygwin native newlib if winsup
6652         directory is missing.  Emit warning instead.
6653         * configure: Regenerate.
6654
6655 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
6656
6657         * Makefile.tpl (touch-stage[+id+]): New.
6658         (restage[+prev+]): Depend on touch-stage[+id+].
6659
6660         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6661         Use it throughout.
6662
6663         * Makefile.def: Add profile and feedback bootstrap stages.
6664         Remove next field from bootstrap stages.
6665         * Makefile.tpl (LN, LN_S): Substitute.
6666         (stageN-start, stageN-end): Use double-colon rules, to
6667         provide a hook for additional setup commands.
6668         (distclean-stageN-gcc, restageN): Create dependencies from
6669         [+prev+], not from [+next+].
6670         (stageN-bubble): Add commands for successive stages from
6671         [+prev+], using double-colon rules.
6672         (all-stageN-gcc): Fix typo.
6673         (stagefeedback-start, profiledbootstrap): New.
6674         * Makefile.in: Regenerate.
6675         * configure.in: Call ACX_PROG_LN.
6676         * configure: Regenerate.
6677
6678 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
6679
6680         * MAINTAINERS (Write After Approval): Add myself.
6681
6682 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
6683
6684         * MAINTAINERS (Write After Approval): Add myself.
6685
6686 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
6687
6688         * configure.in: Fix --enable-bootstrap breakage introduced in trees
6689         without gcc.
6690         * configure: Regenerate.
6691
6692 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6693
6694         * Makefile.tpl: Fix typo.
6695         * Makefile.in: Regenerate.
6696
6697 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6698
6699         * configure.in: Remove new- prefix from toplevel
6700         bootstrap targets.
6701         * configure: Regenerate.
6702
6703 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6704
6705         * Makefile.tpl (all.normal): Rename to all.
6706         (all): Replace with a rule to pick the default
6707         target from configure.
6708         (all-gcc, configure-gcc): Use conditionals to
6709         do nothing when toplevel bootstrap is going on.
6710         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6711         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6712         * configure.in: Support --enable-bootstrap.
6713
6714         * Makefile.def: Remove new- prefix from toplevel
6715         bootstrap targets.
6716         * Makefile.tpl: Likewise.
6717
6718         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
6719         target.
6720
6721         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6722         $(RECURSE_FLAGS) to recursive invocation of make.
6723
6724         * Makefile.in: Regenerate.
6725         * configure: Regenerate.
6726
6727 2004-05-30  Andreas Jaeger  <aj@suse.de>
6728             Jim Wilson  <wilson@specifixinc.com>
6729
6730         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6731         like CC.
6732
6733 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
6734
6735         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6736         * configure: Regenerate.
6737
6738 2004-05-25  Daniel Jacobowitz  <drow@false.org>
6739
6740         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6741         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6742         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
6743         targets.
6744         * Makefile.in: Regenerate.
6745
6746 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
6747
6748         * configure.in: Test the ability to symlink directories.
6749         * configure: Regenerate.
6750
6751         * Makefile.def (bootstrap-stage): New definitions.
6752         * Makefile.tpl (configure-stage1-gcc,
6753         configure-stage2-gcc, configure-stage3-gcc,
6754         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6755         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6756         new-restage3, compare): Autogenerate, see Makefile.in
6757         entry for behavioral changes.
6758         (distclean-stage1, new-stage1-start, new-stage1-end,
6759         new-stage1-bubble, distclean-stage2, new-stage2-start,
6760         new-stage2-end, new-stage2-bubble, distclean-stage3,
6761         new-stage3-start, new-stage3-end): New autogenerated targets.
6762         (objext, prebootstrap, BOOT_CFLAGS,
6763         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6764         targets.
6765
6766         * Makefile.in: Regenerate.
6767         (distclean-stage1, new-stage1-start, new-stage1-end,
6768         new-stage1-bubble, distclean-stage2, new-stage2-start,
6769         new-stage2-end, new-stage2-bubble, distclean-stage3,
6770         new-stage3-start, new-stage3-end): New targets.
6771         (all-stage1-gcc): Move prebootstrap dependency from here...
6772         (configure-stage1-gcc): ...to here.
6773         (new-bootstrap): Use bubble targets.
6774         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6775         Use per-stage distclean targets.
6776         (configure-stage1-gcc, configure-stage2-gcc,
6777         configure-stage3-gcc, all-stage1-gcc,
6778         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6779         Use new-stageN-start to prepare the tree.
6780
6781 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
6782
6783         * Makefile.def (host_modules): add libcpp.
6784         * Makefile.tpl: Add dependencies on and for libcpp.
6785         * Makefile.in: Regenerate.
6786         * configure.in: Add libcpp host module.
6787         * configure: Regenerate.
6788
6789 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
6790
6791         * Makefile.tpl: Whenever a recursive target is defined, wrap
6792         it in a special @if/@endif block, and prepare its maybe
6793         dependency in the @if/@endif block
6794         * configure.in: Instead of writing maybe dependencies, remove
6795         the @if/@endif statements, and remove the @if/@endif blocks
6796         that remain.
6797         * configure: Regenerate.
6798         * Makefile.in: Regenerate.
6799
6800 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
6801
6802         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6803
6804 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
6805
6806         PR bootstrap/15120
6807         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6808         * */configure: Rebuilt.
6809
6810 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
6811
6812         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6813         of libf2c.
6814         * configure, Makefile.in: Regenerate.
6815
6816 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
6817
6818         * MAINTAINERS (Write After Approval): Add myself.
6819
6820 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
6821
6822         Merge from tree-ssa-20020619-branch.
6823
6824         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6825         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6826         (HOST_GMPLIBS): Define.
6827         (HOST_GMPINC): Define.
6828         (TARGET_LIB_PATH): Add libmudflap.
6829         (GFORTRAN_FOR_TARGET): Define.
6830         (configure-build*): Export GFORTRAN.
6831         (configure-gcc): Export GMPLIBS and GMPINC.
6832         (all-gcc): Add maybe-all-libbanshee.
6833         (configure-target-libgfortran): Define.
6834         * Makefile.in: Regenerate.
6835         * configure.in (host_libs): Add libbanshee.
6836         (target_libraries): Add target-libmudflap and target-libgfortran.
6837         Add --with-libbanshee.
6838         Handle --disable-libmudflap.
6839         (*-*-freebsd*): Use with_gmp.
6840         Add $(libgcj) to noconfigdirs.
6841         * configure: Regenerate.
6842         * depcomp: New file.
6843         * MAINTAINERS: Add tree-ssa maintainers.
6844
6845 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
6846
6847         * MAINTAINERS (Various Maintainers): Add myself.
6848
6849 2004-04-30  Brian Ford  <ford@vss.fsi.com>
6850
6851         * MAINTAINERS (Write After Approval): Add myself.
6852
6853 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
6854
6855         * MAINTAINERS (Write After Approval): Add myself.
6856
6857 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
6858
6859         * config/acx.m4: Fix fastcompare support for new-bootstrap.
6860         * configure: Regenerate.
6861
6862 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
6863
6864         Revert:
6865         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6866
6867         * Makefile.def (flags_to_pass): Remove *dir variables that
6868         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6869         as well as prefix and exec_prefix.
6870         * Makefile.in: Regenerate.
6871
6872 2004-04-26  Robert Millan  <robertmh@gnu.org>
6873
6874         Add patches from libtool CVS.
6875         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6876         * ltconfig: Likewise.
6877         * ltcf-c.sh: Likewise.
6878         * ltcf-cxx.sh: Likewise.
6879         * ltcf-gcj.sh: Likewise.
6880
6881 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6882
6883         * Makefile.def (host_modules): Mark with the bootstrap
6884         flag packages on which gcc depends.
6885         * Makefile.tpl (all-bootstrap): Use it.
6886         * Makefile.in: Regenerate.
6887
6888 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6889
6890         * Makefile.def (flags_to_pass): Remove *dir variables that
6891         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6892         as well as prefix and exec_prefix.
6893         * Makefile.in: Regenerate.
6894
6895 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6896
6897         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6898         * configure: Regenerate.
6899         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6900         * gcc/Makefile.tpl (compare): Use the result of the test.
6901         * gcc/Makefile.in: Regenerate.
6902
6903 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
6904
6905         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6906         Always relocate gcc and prev-gcc to the original names, even
6907         if the build fails.
6908         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6909         New targets.
6910
6911 2004-04-23  Laurent GUERBY <laurent@guerby.net>
6912
6913         * MAINTAINERS: Update my email address.
6914
6915 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6916
6917         * configure.in (mips*-*-irix5*): Enable ld.
6918         * configure: Regenerate.
6919
6920 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6921
6922         * configure: Regenerate.
6923
6924 2004-04-15  James E Wilson  <wilson@specifixinc.com>
6925
6926         * Makefile.tpl (configure-[+module+], configure-gcc,
6927         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6928         Set and export LDFLAGS.
6929         * Makefile.in: Regenerate.
6930
6931 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
6932
6933         * MAINTAINERS: Add myself to write-after-approval.
6934
6935 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6936
6937         PR bootstrap/14871
6938         * Makefile.tpl: If we don't have built-in-tree target tools,
6939         use the ones found by configure rather than hacking around with
6940         program_transform_name.
6941         * configure.in: Give Makefile.tpl the information necessary
6942         to do that.
6943         * Makefile.in: Regenerate.
6944         * configure: Regenerate.
6945
6946 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
6947
6948         PR bootstrap/14760
6949         * configure.in: When computing baseargs, strip *all* copies of
6950         offending options.  Also, don't match/substitute the trailing space,
6951         so that this actually works when two similar options are separated by
6952         only one space.
6953         * configure: Regenerate.
6954
6955 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
6956
6957         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6958         (rs6000-*-aix*): Same.
6959         * configure: Regenerate.
6960
6961 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
6962
6963         * MAINTAINERS: Add myself to write-after-approval.
6964
6965 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
6966
6967         * MAINTAINERS: Add myself to write-after-approval.
6968
6969 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
6970
6971         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6972         STRICT_WARN, WARN_CFLAGS flags passed down to make.
6973         * Makefile.in: Regenerate.
6974
6975         * configure.in (top level bootstrap support): Rework --enable-werror
6976         to set @stage2_werror_flag@.
6977         * configure: Regenerate.
6978         * Makefile.tpl (top level bootstrap support): Pass
6979         @stage2_werror_flag@ down to configure in stages 2 and 3.
6980         * Makefile.in: Regenerate.
6981
6982 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6983
6984         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6985         for stages 2 and 3 as well as in make.  As a consequence, remove
6986         OUTPUT_OPTION (now detected by configure) from the flags passed down
6987         to make.
6988         * Makefile.in: Regenerate.
6989
6990         * Makefile.tpl (new-bootstrap): Fix typo.
6991         * Makefile.in: Regenerate.
6992
6993 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6994
6995         * Makefile.tpl: Rearrange by moving recursive_targets rules
6996         into their proper sections.
6997         * Makefile.tpl (top level bootstrap support): Move disabling
6998         of coverage flags from 'make' to 'configure'; improve comments.
6999         * Makefile.in: Regenerate.
7000
7001         * Makefile.tpl (experimental top level bootstrap) Move stage1
7002         language setting from all- target to configure- target; disable
7003         intermodule optimization in stage 1; prevent gratuitous rebuilds
7004         of stage 1.
7005         * Makefile.in: Regenerate.
7006         * configure.in: Comma-separate stage 1 language list for top
7007         level bootstrap.
7008         * configure: Regenerate.
7009
7010         * Makefile.tpl: Clean up experimental top level bootstrap support:
7011         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
7012         prev-gcc in configure- targets as well as all- targets.
7013         * Makefile.in: Regenerate.
7014
7015 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
7016
7017         * compile: New file imported from automake.
7018
7019 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
7020
7021         * configure.in: Remove symbolic link section.
7022         * configure: Regenerate.
7023         * Makefile.tpl (links): Remove.
7024         * Makefile.in: Regenerate.
7025
7026 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
7027             Nathanael Nerode  <neroden@gcc.gnu.org>
7028
7029         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
7030         Set with AC_CHECK_PROGS.
7031         * configure.in: Fix comment typo from last patch.
7032         * configure: Regenerate.
7033
7034 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
7035
7036         * Makefile.tpl: Introduce experimental top level bootstrap support.
7037         * Makefile.in: Regenerate.
7038         * configure.in: Introduce support for top level bootstrap.
7039         * configure: Regenerate.
7040
7041 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
7042             Paolo Bonzini  <bonzini@gnu.org>
7043
7044         PR bootstrap/14522
7045         * configure.in: Cope with shells that do not support unquoted ^
7046         * configure: Regenerate.
7047
7048 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
7049             Paolo Bonzini  <bonzini@gnu.org>
7050
7051         PR bootstrap/14522
7052         * configure.in: Cope with shells that do not support nesting
7053         quotes inside quoted backquote substitutions.
7054         * configure: Regenerate.
7055
7056 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
7057
7058         PR bootstrap/14522
7059         * configure.in: Fix escaping of $.
7060         * configure: Regenerate.
7061
7062 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7063
7064         * configure: Regenerate, since I forgot to while committing Paolo's
7065         changes.
7066
7067 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
7068
7069         PR ada/14131
7070         Move language detection to the top level.
7071         * configure.in: Find default values for the tools as
7072         soon as possible.  Disable ada if GNAT is not found.
7073         Emit error message about missing languages.  Expand
7074         --enable-languages=all for the gcc subdirectory.
7075
7076 2004-03-10  Ben Elliston  <bje@gnu.org>
7077
7078         * MAINTAINERS: Update my email address.
7079
7080 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
7081
7082         * ltconfig: Disable building static libraries if building shared
7083         libraries on AIX 5L.
7084
7085 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
7086
7087         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7088         and disable libgcj.
7089         * configure: Regenerated.
7090
7091 2004-03-01  Brian Booth  <bbooth@redhat.com>
7092
7093         * MAINTAINERS: Add myself to write-after-approval.
7094
7095 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
7096
7097         * MAINTAINERS: Add myself to write-after-approval.
7098
7099 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7100
7101         PR bootstrap/7087
7102         * Makefile.tpl: Guard XFOO sed statements better.
7103         * Makefile.tpl: Add dependency for configure-target-libada.
7104         * Makefile.in: Regenerate (incidentally fixes broken
7105         commit when libada-branch was merged).
7106
7107 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
7108
7109         * MAINTAINERS: Add myself to write-after-approval.
7110
7111 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
7112
7113         * MAINTAINERS: Add Nicola Pero and myself as libobjc
7114         maintainers.
7115
7116 2004-02-20  Andrew Cagney  <cagney@redhat.com>
7117
7118         * config.guess: Update from version 2003-10-16 to 2004-02-16.
7119         * config.sub: Update from version 2003-11-03 to 2004-02-16.
7120
7121 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7122
7123         PR bootstrap/11932
7124         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7125
7126 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
7127
7128         * MAINTAINERS: Added myself to write-after-approval.
7129
7130 2004-02-14  Michael Koch  <konqueror@gmx.de>
7131
7132         * MAINTAINERS: Added myself to write-after-approval.
7133
7134 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
7135
7136         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
7137         some OS port maintainers to OS port maintainers section.
7138
7139 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
7140
7141         * MAINTAINERS: Add self.
7142
7143 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
7144
7145         * MAINTAINERS: Alphabetize.
7146
7147 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
7148
7149         * MAINTAINERS: Remove myself.
7150
7151 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
7152
7153         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7154         (rs6000-*-aix*): Same.
7155         * configure: Regenerate.
7156
7157 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
7158
7159         * configure.in (host): Add in missing $noconfigdirs to defines.
7160         * configure: Regenerate.
7161
7162 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
7163             Nathanael Nerode  <neroden@gcc.gnu.org>
7164
7165         PR ada/6637, PR ada/5911
7166         Merge with libada-branch:
7167         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7168         with appropriate dependencies. Add --enable-libada configure switch.
7169         * configure, Makefile.in: Regenerate.
7170
7171 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
7172
7173         * MAINTAINERS: Add myself to write-after-approval.
7174
7175 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7176
7177         * configure.in: Don't pass --with-stabs on IRIX 5 either.
7178         * configure: Regenerate.
7179
7180 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
7181
7182         Merge from upstream:
7183
7184         * ltmain.in: When setting IFS to '~', be careful about user
7185         arguments that contain '~'.
7186
7187         2004-02-04  Peter O'Gorman  <peter@pogma.com>
7188
7189         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7190         Also test $base_compile against $CC with escaped arguments. Bug
7191         reported by Geoff Keating <geoffk@apple.com>.
7192
7193 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
7194
7195         * MAINTAINERS: Remove i960 port.
7196
7197 2004-01-23  DJ Delorie  <dj@redhat.com>
7198
7199         * Makefile.def (target_modules) [libiberty]: Don't stage.
7200         * Makefile.in: Rebuilt.
7201
7202 2004-01-20  Caroline Tice  <ctice@apple.com>
7203
7204         * MAINTAINERS: Add myself to write-after-approval.
7205
7206 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
7207
7208         * MAINTAINERS: Update my email address.
7209
7210 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
7211
7212         * MAINTAINERS: Add myself to write-after-approval.
7213
7214 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7215
7216         * MAINTAINERS: Remove entries without email address.
7217
7218 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
7219
7220         * MAINTAINERS: Add myself to write-after-approval.
7221
7222 2004-01-15  Steven Bosscher  <stevenb@suse.de>
7223
7224         * MAINTAINERS: Update my email address.
7225
7226 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
7227
7228         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7229         * Makefile.tpl (configure-target-[+module+]): Support stage.
7230         * Makefile.in: Rebuilt.
7231
7232 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
7233
7234         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7235
7236 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
7237
7238         * MAINTAINERS: Add myself as a MIPS maintainer.
7239
7240 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7241
7242         * configure.in: Use ./config.cache, not config.cache.
7243         * configure: Regenerate.
7244         * Makefile.tpl: Special-casing not needed for GCC any more.
7245         * Makefile.in: Regenerate.
7246
7247         * configure.in: Don't share a cache file for host dirs.
7248         * configure: Regenerate.
7249
7250         * config-ml.in: Don't mess with the cache file.
7251
7252 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7253
7254         * MAINTAINERS: Move myself from 'Write After Approval' to
7255         'CPU Port Maintainers' section as SPARC maintainer.
7256
7257 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7258
7259         * Makefile.tpl: Make GCC use a separate config.cache.
7260         * Makefile.in: Regenerate.
7261
7262         PR bootstrap/11932, PR bootstrap/11933
7263         (I don't know if it will fix either of them, but it relates
7264         to them.)
7265         * configure.in: Don't use shared config.cache for target
7266         directories.
7267         * configure: Regenerate.
7268
7269 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
7270
7271         * MAINTAINERS: Add myself to 'Write After Approval' section.
7272
7273 2003-12-31  Roger Sayle  <roger@eyesopen.com>
7274
7275         * configure.in (ia64*-*-hpux*): Disable building java libraries.
7276         * configure: Regenerated.
7277
7278 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
7279
7280         * MAINTAINERS: Remove the mn10200 maintainer.
7281
7282 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
7283
7284         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7285         * configure: Regenerated.
7286
7287 2003-12-16  Jan Hubicka  <jh@suse.cz>
7288
7289         * MAINTAINERS: Add myself as callgraph maintainer.
7290
7291 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
7292
7293         * configure.in (raw_libstdcxx_flags): Remove the leading space.
7294         * configure: Regenerate.
7295
7296 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7297
7298         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7299         'Write After Approval' section. Update email.
7300
7301 2003-12-01  James Lemke  <jim@wasabisystems.com>
7302
7303         * MAINTAINERS (Write After Approval): Add myself.
7304
7305 2003-11-20  Matt Thomas  <matt@3am-software.com>
7306
7307         * MAINTAINERS: Add myself as a vax port maintainer.
7308
7309 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
7310
7311         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7312         (configure-build-[+module+], configure-[+module+]): Likewise.
7313         (configure-target-[+module+], configure-gcc, config.status): Likewise.
7314         * Makefile.in: Regenerate.
7315
7316 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
7317
7318         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7319         shared/dylibed libraries.
7320         * ltmain.sh: Likewise.
7321         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7322         * ltcf-cxx.sh: Likewise.
7323         * ltcf-gcj.sh: Likewise.
7324         * ltconfig: Likewise.
7325
7326 2003-11-17  Stan Cox  <scox@redhat.com>
7327
7328         * MAINTAINERS: Add myself as iq2000 port maintainer.
7329
7330 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
7331
7332         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7333         * Makefile.in: Regenerate.
7334
7335 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
7336
7337         * config.sub: Update to 2003-11-03 version.
7338
7339 2003-10-20  Phil Edwards  <phil@codesourcery.com>
7340
7341         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
7342         * configure:  Regenerate.
7343
7344 2003-10-20  Nicolas Pitre  <nico@cam.org>
7345
7346         * MAINTAINERS: Add myself to 'Write After Approval' section.
7347
7348 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
7349
7350         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7351
7352 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
7353
7354         * MAINTAINERS: Update my email address.
7355
7356 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7357
7358         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7359
7360 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
7361
7362         * MAINTAINERS: Add myself to 'Write After Approval' section.
7363
7364 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
7365
7366         * config.guess: Update to 2003-10-16 version.
7367         * config.sub: Update to 2003-10-16 version.
7368
7369 2003-10-15  David Daney  <ddaney@avtrex.com>
7370
7371         * MAINTAINERS: Added myself to 'Write After Approval' section.
7372
7373 2003-10-15  Falk Hueffner  <falk@debian.org>
7374
7375         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7376         'Write After Approval' section. Update email.
7377
7378 2003-10-14  Roger Sayle  <roger@eyesopen.com>
7379
7380         * MAINTAINERS: Move myself from 'Write After Approval' to
7381         'Various Maintainers' section as middle-end maintainer.
7382
7383 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7384
7385         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7386         HOST_FLAGS_TO_PASS.
7387         * Makefile.in: Regenerate.
7388
7389 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
7390
7391         * config.guess: Update to 2003-10-07 version.
7392         * config.sub: Update to 2003-10-07 version.
7393
7394 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7395
7396         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7397         * ltconfig (irix5*, irix6*): Don't override version_type.
7398
7399 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
7400
7401         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7402         * configure: Rebuilt
7403         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7404         * Makefile.in: Rebuilt
7405
7406 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
7407
7408         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7409
7410 2003-09-30  Carlo Wood  <carlo@alinoe.com>
7411
7412         * MAINTAINERS (Write After Approval): Add myself.
7413
7414 2003-09-29  Paul Koning  <ni1d@arrl.net>
7415
7416         * MAINTAINERS: Move myself from "Write After Approval"
7417         to CPU platform maintainers for pdp11 platform.
7418
7419 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
7420
7421         * MAINTAINERS: Move myself from 'Write After Approval' to
7422         'Various Maintainers' section as libffi testsuite maintainer.
7423
7424 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
7425
7426         * configure.in: Pass a computed --program-transform-name
7427         to subconfigures.
7428         * configure: Regenerated.
7429
7430 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7431
7432         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7433         * Makefile.in: Regenerate.
7434
7435         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7436         * Makefile.in: Regenerate.
7437
7438 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
7439
7440         * MAINTAINERS: Move myself from 'Write After Approval'
7441         to 'Various Maintainers' (objective-c) section.
7442
7443 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
7444
7445         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7446         quoting.
7447         * configure: Regenerated.
7448
7449 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
7450
7451         * MAINTAINERS (Write After Approval): Add myself to write after
7452         approval list.
7453
7454 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
7455
7456         * MAINTAINERS (Write After Approval): Add myself.
7457
7458 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
7459
7460         * MAINTAINERS: Update my e-mail address.
7461
7462 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
7463
7464         * libtool.m4 (LD): Correct powerpc64 host match.
7465
7466 2003-09-06  James E Wilson  <wilson@tuliptree.org>
7467
7468         * MAINTAINTERS: Update my affiliation and email address.
7469
7470 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7471
7472         * MAINTAINERS (Write After Approval): Add myself.
7473
7474 2003-09-04  DJ Delorie  <dj@redhat.com>
7475
7476         * configure: Regenerate.
7477
7478 2003-09-04  Robert Millan  <robertmh@gnu.org>
7479
7480         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7481
7482 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7483
7484         * configure.in: Ensure arguments to sed are properly spaced.
7485         * configure: Regenerate.
7486
7487 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
7488
7489         * MAINTAINERS: Update my e-mail address.
7490
7491 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
7492
7493         * MAINTAINERS (Write After Approval): Add myself.
7494
7495 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
7496
7497         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7498         * configure: Regenerated.
7499
7500 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7501
7502         * MAINTAINERS: Update my email address.
7503
7504 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
7505
7506         * configure.in:  Use newline instead of semicolon when assuming
7507         shell arguments in a for loop.
7508         * configure:  Regenerated.
7509
7510 2003-08-22  Jason Eckhardt  <jle@rice.edu>
7511
7512         * MAINTAINERS: Resurrect the i860 maintainer.
7513
7514 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
7515
7516         PR 8180
7517         * configure.in: When testing with_libs and with_headers, treat
7518         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
7519         * configure: Regenerate.
7520
7521         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7522         make, shell, etc.
7523         (baseargs): Likewise.
7524         * configure: Regenerate.
7525
7526 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
7527
7528         * MAINTAINERS (Write After Approval): Add myself.
7529
7530 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
7531
7532         * configure.in: Disable libgcj for darwin not on powerpc.
7533         * configure: Rebuild.
7534
7535 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
7536
7537         * config-ml.in, symlink-tree: Add license.
7538
7539 2003-08-03  Richard Stallman  <rms@gnu.org>
7540             Eben Moglen  <moglen@columbia.edu>
7541
7542         * README.SCO: New file.
7543
7544 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
7545
7546         * Makefile.tpl (check, check-c++): Express dependencies using
7547         dependencies rather than commands.
7548         * Makefile.in: Regenerate.
7549
7550 2003-08-01  Andrew Cagney  <cagney@redhat.com>
7551
7552         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7553         * configure: Ditto.
7554
7555 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
7556
7557         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7558         * Makefile.in: Update.
7559
7560 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
7561
7562         * configure.in: Enable libgcj for darwin.
7563         * configure: Rebuild.
7564
7565 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
7566
7567         * config-ml.in:  Use ac_configure_args directly instead of
7568         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
7569         actually seen.
7570
7571 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7572
7573         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7574         creating target and build subdirs to build all parent dirs as needed.
7575         * Makefile.in: Rebuild.
7576         * configure.in: Don't build dirs explicitly here.
7577         * configure: Rebuild.
7578
7579 2003-07-26  Paul Brook  <paul@nowt.org>
7580
7581         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7582
7583 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
7584
7585         * Makefile.tpl (all-make): Depend on intl.
7586         * Makefile.in: Rebuilt.
7587
7588 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
7589
7590         * install-sh:  Update to newer upstream versions (associated with
7591         aclocal 1.7).
7592         * mkinstalldirs:  Likewise.
7593         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
7594
7595 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
7596
7597         * MAINTAINERS: Move self from Bug database only accounts
7598         to write-after-approval.
7599
7600 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
7601
7602         * config.if: Remove unused libc_interface determination.
7603
7604 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7605
7606         * MAINTAINERS: Move self from write-after-approval to
7607         build machinery (*.in).
7608
7609 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7610
7611         PR bootstrap/11273
7612         PR bootstrap/11408
7613         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
7614         unused INSTALL_PROGRAM_ARGS.
7615         * configure.in: Use AC_PROG_INSTALL.
7616         * Makefile.in: Regenerate.
7617         * configure: Regenerate.
7618
7619 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
7620
7621         * MAINTAINERS: Alphabetize.
7622
7623 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
7624
7625         * configure: Rebuilt.
7626         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7627         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7628         newlib nor libgloss.
7629         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
7630         * configure.in (am33_2.0-*-linux*): Added.
7631
7632 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
7633
7634         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7635         * configure: Regenerate.
7636
7637 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
7638
7639         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7640         * Makefile.in: Regenerate.
7641
7642 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7643
7644         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7645         * Makefile.in: Regenerate.
7646
7647 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
7648
7649         * Makefile.tpl: Replace PWD with PWD_COMMAND.
7650         * Makefile.in: Regenerated.
7651
7652         * config-ml.in: Replace PWD with PWD_COMMAND.
7653
7654 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7655
7656         * intl: New directory; see intl/ChangeLog for details.
7657         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7658         * Makefile.tpl: all-gcc depends on maybe-all-intl.
7659         * Makefile.in: Regenerate.
7660
7661 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7662
7663         * configure.in: Clean up config-lang.in handling.  Delete
7664         useless assignment to "subdirs".
7665         * configure: Regenerate.
7666
7667 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7668
7669         * configure.in: Rename 'target_libs' to 'target_libraries'.
7670         Remove useless reference to 'target_libs'.
7671         * configure: Regenerate.
7672
7673 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
7674
7675         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7676         * Makefile.in: Regenerate.
7677
7678 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7679
7680         * Makefile.def: Introduce flags_to_pass.
7681         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7682         * Makefile.in: Regenerate.
7683
7684 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
7685
7686         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7687         and target-libgloss.
7688         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7689         <h8300*-*-*>: Disable libf2c and ${libgcj}.
7690         * configure: Regenerate.
7691
7692 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
7693
7694         * configure.in: Update testsuite_flags to new location.
7695         * configure. Regenerate.
7696
7697 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7698
7699         * Makefile.tpl: Remove BUILD_CC stuff.
7700         * Makefile.in: Regenerate.
7701
7702 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
7703
7704         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7705
7706 2003-06-16  Graeme Peterson  <gp@qnx.com>
7707
7708         * MAINTAINERS (Write After Approval): Add myself.
7709
7710 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
7711
7712         * config.guess: Update to 2003-06-12 version.
7713         * config.sub: Update to 2003-06-13 version.
7714
7715 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
7716
7717         * config.guess: Update to 2003-06-06 version.
7718         * config.sub: Update to 2003-06-06 version.
7719
7720 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7721
7722         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7723         * configure. Regenerate.
7724
7725 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7726
7727         * configure.in: Disable serial configure by default.
7728         * configure: Regenerate.
7729         * Makefile.tpl: Abolish .NOTPARALLEL.
7730         * Makefile.in: Regenerate.
7731
7732         * Makefile.tpl: Replace {build,host,target}_canonical by
7733         {build,host,target}.
7734         * Makefile.in: Regenerate.
7735
7736         * Makefile.tpl: Fix stupid pasto.
7737         * Makefile.in: Regenerate.
7738
7739 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7740
7741         * Makefile.tpl: Remove bogus conditional.
7742         * Makefile.in: Regenerate.
7743
7744 2003-06-05  Jan Hubicka  <jh@suse.cz>
7745
7746         * Makefile.tpl (profiledbootstrap): New target.
7747         * Makefile.in (profiledbootstrap): New target.
7748
7749 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
7750
7751         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7752         Pinski. Remove user names from other bugzilla-only maintainers.
7753
7754 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7755
7756         * Makefile.tpl: Make 'recursive targets' using autogen rather
7757         than shell loop.  Remove duplicate 'clean' targets and false
7758         comments.
7759         * Makefile.def: Add systematic dependencies to 'recursive' targets.
7760         Add systematic method of specifying missing targets in subdirs.
7761         Add copyright boilerplate.
7762         * Makefile.in: Regenerate.
7763         * configure.in: Add 'recursive targets' to maybe list.
7764         * configure: Regenerate.
7765
7766         * MAINTAINERS: "GNATS only" -> "Bug database only".
7767
7768         * Makefile.tpl: Rename [+target+] to [+make_target+].
7769         * Makefile.def: Rename 'target' to 'make_target'.
7770
7771 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
7772
7773         * MAINTAINERS: Add self as options handling maintainer.
7774
7775 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
7776
7777         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7778         been too long since I touched those ports.
7779
7780 2003-05-28  DJ Delorie  <dj@redhat.com>
7781
7782         * Makefile.tpl: Make maybe-check-gcc .PHONY.
7783         * Makefile.in: Regenerate.
7784
7785 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7786
7787         * configure.in: Use curly braces in the definition of tooldir.
7788         * configure: Regenerate.
7789
7790 2003-05-21  DJ Delorie  <dj@redhat.com>
7791
7792         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7793         newlib or libgloss.
7794         * Makefile.in: Regenerate.
7795
7796 2003-05-21  DJ Delorie  <dj@redhat.com>
7797
7798         * Makefile.tpl: Add missing empty maybe-check-gcc target.
7799         * Makefile.in: Regenerate.
7800
7801 2003-05-20  Ian Lance Taylor  <ian@airs.com>
7802
7803         * MAINTAINERS: Update my e-mail address.
7804
7805 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7806
7807         * configure.in: Switch more things to use maybe dependencies.
7808         * Makefile.tpl: Switch more things to use maybe dependencies.
7809         Factor out common code from autogen IF statements.
7810         * configure: Regenerate.
7811         * Makefile.in: Regenerate.
7812
7813 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
7814
7815         * configure.in: Accept i[3456789]86 for machine type.
7816         * configure: Regenerate.
7817
7818 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7819
7820         * configure.in: Switch more things to use maybe dependencies.
7821         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
7822         * configure: Regenerate.
7823         * Makefile.tpl: Switch more things to use maybe dependencies.
7824         * Makefile.in: Regenerate.
7825
7826 2003-05-16  Andreas Schwab  <schwab@suse.de>
7827
7828         * Makefile.tpl (install-opcodes): Define.
7829         * Makefile.in: Rebuild.
7830
7831 2003-05-13  Andreas Jaeger  <aj@suse.de>
7832
7833         * config.guess: Update to 2003-05-09 version.
7834         * config.sub: Update to 2003-05-09 version.
7835
7836 2003-05-13  Michael Eager  <eager@mvista.com>
7837
7838         * configure.in: Correct sed script so that options in quotes are not
7839         deleted.
7840         * configure: Rebuild.
7841
7842 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
7843
7844         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7845         and $$s/newlib/libc/sys/cygwin32 include paths.
7846         * configure: Ditto.
7847
7848 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
7849
7850         * MAINTAINERS: Update my email addresses.
7851
7852 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7853
7854         * config-ml.in: Propagate INSTALL variables.
7855
7856 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7857
7858         * MAINTAINERS: Remove duplicate entries in Write After Approval.
7859
7860 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
7861
7862         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7863         * Makefile.in: Regenerate.
7864
7865 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
7866
7867         * MAINTAINERS (GNATS only): Add Falk Hueffner.
7868
7869 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
7870
7871         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7872
7873 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
7874
7875         * Makefile.tpl: Clean $(BUILD_SUBDIR).
7876         * Makefile.in: Regenerated.
7877
7878 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
7879
7880         * MAINTAINERS (Write After Approval): Upgrade myself from
7881         GNATS only to write-after-approval. Update my mail address.
7882
7883 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
7884
7885         (OS Port Maintainers: freebsd): Add myself.
7886
7887 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
7888
7889         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7890
7891 2003-04-22  Kean Johnston  <jkj@sco.com>
7892
7893         * MAINTAINERS (SCO ports): Added myself.
7894
7895 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
7896
7897         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7898
7899 2003-04-19  Kean Johnston  <jkj@sco.com>
7900
7901         * MAINTAINERS (Write After Approval): Add myself.
7902
7903 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7904
7905         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7906         * Makefile.in: Regenerate.
7907
7908 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
7909
7910         * configure.in (powerpc64*-*-linux*): Remove.
7911         * configure: Rebuilt.
7912
7913 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
7914
7915         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
7916         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7917         and restrap.
7918         * Makefile.in:  Regenerate.
7919
7920 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
7921
7922         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7923         * configure: Regenerated.
7924
7925 2003-04-15  DJ Delorie  <dj@redhat.com>
7926
7927         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7928
7929 2003-04-13  Nick Clifton  <nickc@redhat.com>
7930
7931         * config-ml.in: Remove support for --disable-aix removing
7932         call-aix multilibs.
7933
7934 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
7935
7936         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7937         * */configure: Rebuilt.
7938
7939 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
7940
7941         * MAINTAINERS: Add my email address.
7942
7943 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
7944
7945         * MAINTAINERS (Write After Approval): Add myself.
7946
7947 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7948
7949         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7950         * Makefile.in: Regenerate.
7951
7952 2003-03-14  Michael Chastain  <mec@shout.net>
7953
7954         * Makefile.in: Regenerate with correct Makefile.def.
7955
7956 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7957
7958         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
7959         Make macro.
7960         * Makefile.in: Regenerate.
7961         * configure.in: Clean up gxx_include_dir logic.
7962         * configure: Regenerate.
7963
7964 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
7965
7966         * MAINTAINERS (Write After Approval): Add myself.
7967
7968 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
7969
7970         * MAINTAINERS: Update my mail address.
7971
7972 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7973
7974         * configure.in (gxx_include_dir): Fix typo.
7975         * configure: Regenerated.
7976
7977 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7978
7979         * Makefile.tpl: Reindent.
7980         * Makefile.in: Regenerate.
7981         * configure.in: Reindent.  Don't set unused variables.
7982         * configure: Regenerate.
7983
7984 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
7985
7986         * configure.in: Include $(build_tooldir)/sys-include in
7987         FLAGS_FOR_TARGET.
7988         * configure: Regenerated.
7989
7990 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7991
7992         * Makefile.tpl: Always pass down RANLIB.
7993         * Makefile.in: Regenerate.
7994
7995         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7996         * Makefile.in: Regenerate.
7997         * configure.in: Remove unused logic relating to --enable-shared
7998         and --enable-threads.  Remove bogus comments.  Remove redundant
7999         noconfigdirs.
8000         * configure: Regenerate.
8001
8002         * configure.in: Replace ${libstdcxx_version} by its value.
8003         Remove reference to mh-dgux.
8004         * configure: Regenerate.
8005
8006 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
8007
8008         * MAINTAINERS (Write After Approval): Add myself.
8009
8010 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8011
8012         * Makefile.tpl: Rearrange.
8013         * Makefile.in: Regenerate.
8014
8015 2003-02-25  Uwe Stieber  <uwe@wwws.de>
8016
8017         * configure.in: Add support for kaOS as cross build target system.
8018         * configure: Regenerated.
8019
8020 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
8021
8022         * MAINTAINERS (Write after approval): Add myself.
8023
8024 2003-02-21  James E Wilson  <wilson@tuliptree.org>
8025
8026         * MAINTAINERS: Update my email address.
8027
8028 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
8029
8030         * MAINTAINERS: Add self to blanket write privs. section.
8031
8032 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
8033
8034         * Makefile.tpl: Add definition of CPPFLAGS to pass into
8035         configure-target-* as some target builds may require additional
8036         flags for preprocessor tests.
8037         * Makefile.in: Regenerated.
8038
8039 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
8040
8041         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
8042         * ltconfig: Handle it.
8043         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
8044         auto-detecting it.
8045
8046         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
8047         it is used as argument to $CC.
8048         * ltcf-gcj.sh: Likewise.
8049
8050         * configure.in: Introduce --enable-maintainer-mode.
8051         * configure: Rebuilt.
8052         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
8053         for maintainer mode.
8054         * Makefile.in: Rebuilt.
8055
8056 2003-02-18  Jason Merrill  <jason@redhat.com>
8057
8058         * Makefile.tpl (check-c++): Allow parallelism.
8059
8060 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8061
8062         * MAINTAINERS: Remove John Carr (who never actually had access to
8063         gcc.gnu.org).
8064
8065 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
8066
8067         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
8068         don't configure target-libobjc.
8069         * configure: Regenerate.
8070
8071 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8072
8073         * Makefile.tpl (RANLIB): Define.
8074         * Makefile.in: Regenerate.
8075
8076 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
8077
8078         * MAINTAINERS: Update my email.
8079
8080 2003-02-06  Keith R Seitz  <keiths@redhat.com>
8081
8082         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
8083         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
8084         * Makefile.in: Regenerated.
8085         * configure.in: Remove all traces of snavigator, db, and grep.
8086         * configure: Regenerated.
8087
8088 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8089
8090         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
8091         After Approval.
8092
8093 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8094
8095         * MAINTAINERS (Write after approval): Add myself.
8096
8097 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
8098
8099         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
8100         * Makefile.in: Regenerated.
8101
8102 2003-01-30  Roger Sayle  <roger@eyesopen.com>
8103
8104         * config.guess: Updated to 2003-01-30's version.
8105         * config.sub: Updated to 2003-01-28's version.
8106
8107 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
8108
8109         * config.if: If gcc_version is already set, just use it.  Don't set
8110         gcc_version_trigger if it's already set, otherwise set it to
8111         gcc/version.c, but only if the file exists.  If it is not set and
8112         gcc/version.c does not exist, try to extract the version number from
8113         $CC.
8114
8115 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
8116
8117         * MAINTAINERS: Add myself to write-after-approval list.
8118
8119 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
8120
8121         * configure.in:  Revert 24Jan change.
8122         * configure:  Regenerate.
8123
8124 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8125
8126         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
8127         entry of HJ Lu.
8128
8129 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8130
8131         * configure.in: Revert previous change.
8132         * configure: Regenerate.
8133
8134 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8135
8136         * configure.in: Make rda native-only.
8137         * configure: Regenerate.
8138
8139 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8140
8141         * MAINTAINERS: Move myself from GNATS-only-accounts to
8142         write-after-approval.
8143
8144 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8145
8146         * configure.in: Add missing \.
8147         * configure: Rebuilt.
8148
8149 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
8150
8151         * configure.in (baseargs): Avoid using \| in sed regular
8152         expressions.
8153         * configure: Rebuilt.
8154
8155 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
8156
8157         * configure.in (baseargs): Remove all supported forms of
8158         --cache-file, --srcdir, --host, --build and --target options
8159         from argument lists.
8160         * configure: Rebuilt.
8161
8162 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
8163
8164         * MAINTAINERS: Add myself to write-after-approval list.
8165
8166 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
8167
8168         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8169         * configure: Rebuilt.
8170
8171 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8172
8173         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8174         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8175         * Makefile.in: Regenerate.
8176         * configure: Regenerate.
8177
8178 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
8179
8180         * configure.in: Remove Makefile in build, host and target modules
8181         unless configure was run with --no-recursion.
8182         * configure: Rebuilt.
8183
8184 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8185
8186         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8187         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8188         * Makefile.in: Regenerate.
8189
8190 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
8191
8192         * config.guess: Update to 2003-01-03 version.
8193         * config.sub: Update to 2003-01-03 version.
8194
8195 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8196
8197         * configure: Regenerate with proper autoconf 2.13.
8198
8199 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8200
8201         * configure.in: Add AC_PREREQ for consistency.
8202         * configure: Regenerate.
8203
8204 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
8205
8206         * configure.in (GDB_TK): Add tcl directories conditional on
8207         gdb/gdbtk directory being present.
8208         * configure: Regenerate.
8209
8210 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
8211
8212         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
8213         used by gcc if LD is not defined and we are not doing a Canadian Cross.
8214         * configure: Rebuilt.
8215
8216 2002-12-31  Tom Tromey  <tromey@redhat.com>
8217
8218         * Makefile.in: Rebuilt.
8219         * Makefile.def (target_modules) [libffi]: Allow installation.
8220
8221 2002-12-31  Andreas Schwab  <schwab@suse.de>
8222
8223         * configure.in: Fix use of $program_transform_name.
8224         * configure: Regenerated.
8225
8226 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
8227
8228         * configure.in (baseargs): Don't remove first configure argument.
8229         * configure: Regenerated.
8230
8231 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
8232
8233         * Makefile.tpl (local-distclean): Don't remove...
8234         (multilib.ts): ... this.  Moved into...
8235         (multilib.out): ... this.  Don't use sub-make.
8236         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8237         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8238         (configure-build-[+module+], configure-[+module+],
8239         configure-target-[+module+], configure-gcc): ... these.  Test
8240         for Makefile existence.  Drop config.status from dependencies.
8241         * Makefile.in: Rebuilt.
8242         * configure.in: Move gcc-version-trigger to the end of
8243         ac_configure_args.  Add comments to maybedep.tmp and
8244         serdep.tmp.  Introduce --disable-serial-configure.  Remove
8245         nonopt from baseargs, matching and removing corresponding
8246         whitespace while at it.
8247         * configure: Rebuilt.
8248
8249 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
8250
8251         * configure.in (host_configargs): Replace reference to
8252         no-longer-defined buildopts with --build=${build_alias}.
8253         * configure: Rebuilt.
8254
8255         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
8256         program_transform_name to standard idiom.
8257         (AUTOGEN, AUTOCONF): Define.
8258         (Makefile.in): Use $(AUTOGEN).
8259         (Makefile): Depend on config.status, and use autoconf-style rule to
8260         build it.  Move original commands to...
8261         (config.status): ... this new target.
8262         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
8263         $(AUTOCONF).
8264         * Makefile.in: Rebuilt.
8265
8266 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8267
8268         * Makefile.tpl: Fix dramatic bustage due to change in
8269         program_transform_name.
8270         * Makefile.in: Regenerate.
8271
8272         * configure.in: Remove unnecessary PATH setting.
8273         * configure: Regnerate.
8274
8275         * configure.in: Don't default to unprefixed tools unless
8276         the native tools will work.
8277         * configure: Regenerate.
8278
8279         * configure.in: Convert to autoconf script.  Blow away lots
8280         of now-redundant Makefile fragments.
8281         * configure: Generate using Autoconf.
8282         * Makefile.tpl: Rewrite to reflect autoconfiscation.
8283         * Makefile.in: Regenerate.
8284
8285 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8286
8287         * configure: Fix stupid bug where RANLIB was mistakenly included.
8288
8289         * configure.in: Rename (buildargs, hostargs, targargs) to
8290         (build_configargs, host_configargs, target_configargs).
8291
8292         * configure.in: Move logic out of sed statement.
8293
8294         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
8295         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8296
8297 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
8298
8299         * config.sub: Import from master repository
8300         * config.guess: Ditto
8301
8302 2002-12-24  Andreas Schwab  <schwab@suse.de>
8303
8304         * Makefile.tpl (multilib.out): Fix missing space.
8305         * Makefile.in: Regenerate.
8306
8307 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8308
8309         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
8310         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
8311         * Makefile.in: Regenerate.
8312         * configure.in: Remove unnecessary leftovers.
8313
8314 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
8315
8316         * configure.in (extra_ranlibflags_for_target): New variable.
8317         (*-*-darwin): Add -c to ranlib commands.
8318         * configure (tooldir): Handle extra_ranlibflags_for_target.
8319
8320 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8321
8322         * Makefile.tpl: Revert HJL's change.
8323         * Makefile.in: Regenerated.
8324         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8325         always.
8326
8327 2002-12-19  Andreas Schwab  <schwab@suse.de>
8328
8329         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8330         * Makefile.in: Regenerate.
8331
8332 2002-12-18  H.J. Lu  <hjl@gnu.org>
8333
8334         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8335         * Makefile.in: Regenerated.
8336
8337         * configure.in (build_prefix): New. Substitute.
8338
8339 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8340
8341         * Makefile.tpl: Don't let real targets depend on phony targets.
8342         * Makefile.in: Regenerate.
8343
8344         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8345         * Makefile.in: Regenerate.
8346
8347 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
8348
8349         * config.sub: Import from master repository
8350         * config.guess: Ditto
8351
8352 2002-12-16  Jason Merrill  <jason@redhat.com>
8353
8354         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8355         previous 'make bootstrap'.
8356         * Makefile.in: Regenerate.
8357
8358 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
8359
8360         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8361
8362 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8363
8364         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8365         * Makefile.in: Regenerate.
8366
8367 2002-12-13  Jason Merrill  <jason@redhat.com>
8368
8369         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
8370         library tests.
8371         (check-c++): Just depend on it and check-target-libstdc++-v3.
8372         * Makefile.in: Regenerate.
8373
8374 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8375
8376         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8377         * Makefile.in: Rebuilt.
8378
8379 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8380
8381         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8382
8383 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8384
8385         * configure: Fix bug put in by gremlins.
8386
8387         * Makefile.tpl: Substitute more autoconfily.
8388         * configure: Substitute more autoconfily.
8389         * Makefile.in: Regenerate.
8390
8391 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
8392
8393         * config.sub: Import from master repository
8394         * config.guess: Ditto
8395         * MAINTAINERS: Added Svein Seldal under write after approval
8396
8397 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
8398
8399         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8400         * Makefile.in (all-sim): Ditto.
8401
8402 2002-12-06  DJ Delorie  <dj@redhat.com>
8403
8404         * Makefile.tpl: Change configure dependencies to not have real
8405         targets depend on phony targets.
8406
8407 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
8408
8409         * configure.in: Revert unintentional change.
8410
8411         * Makefile.tpl: Change dependency for */multilib.out so that
8412         it works when gcc isn't in the tree.
8413
8414         * configure.in: Substitute more.
8415         * configure: Run subconfigures from the Makefile.
8416         * Makefile.tpl: Run subconfigures from the Makefile; add a few
8417         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
8418
8419 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8420
8421         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8422
8423 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8424
8425         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8426         and corresponding dependencies.
8427         * Makefile.in: Regenerate.
8428
8429         * configure.in (host_tools): Order binutils, gas and ld for
8430         convenience in running the testsuites.
8431
8432         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8433         * Makefile.in: Regenerate.
8434         * configure.in: Introduce rules to serialize subconfigure runs.
8435
8436         * configure.in: Introduce BASE_CC_FOR_TARGET.
8437         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
8438         Realize configure-build-* targets.  Realize configure-target-* targets.
8439         * Makefile.in: Regenerate.
8440
8441 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8442
8443         * configure: Move gcc_version_trigger stuff from here...
8444         * configure.in: ...to here.
8445
8446         * configure.in: Separate subconfigure options added by this file from
8447         options given by the user.  Add machinery to put args for host
8448         subconfigures into the Makefile.
8449
8450         * Makefile.tpl: Remove 'vault' targets.
8451         * Makefile.tpl: Reorder and comment dependencies.
8452         * Makefile.in: Regenerate.
8453
8454 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8455         * configure.in: Fix my broken commit of previous patch. (sigh)
8456
8457 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8458
8459         * configure.in: Move host-specific darwin noconfigdirs into
8460         the host-specific section.
8461
8462 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8463
8464         * configure.in: Move host-specific darwin noconfigdirs into
8465         the host-specific section.
8466
8467 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
8468
8469         * configure: Remove skip-this-dir support.
8470         * Makefile.tpl: Remove skip-this-dir support.
8471
8472         * Makefile.tpl: Remove leftover support for non-autoconfiscated
8473         subdirectories.
8474         * Makefile.in: Regenerate.
8475
8476         * Makefile.tpl: Strip out useless setting of 'dir'.
8477         * Makefile.in: Regenerate.
8478
8479 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8480
8481         * configure.in: Fix deeply stupid bug.
8482
8483         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8484         shell code in CXX_FOR_TARGET
8485         * Makefile.def: Introduce raw_cxx.
8486         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8487         RAW_CXX_FOR_TARGET.
8488         * Makefile.in: Regenerate.
8489
8490 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
8491
8492         * Makefile.tpl: Remove unnecessary ifs.
8493         * Makefile.in: Regenerate.
8494
8495         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
8496         dependencies.  Maybe-ize build-libiberty.  Create dummy install
8497         targets for 'no_install' modules.
8498         * configure: Move GDB_TK substitution to configure.in.  Move
8499         build_modules stuff to configure.in.
8500         * configure.in: Implement soft dependency machinery.  Maybe-ize
8501         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
8502         * Makefile.in: Regenerate.
8503
8504 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8505
8506         * Makefile.tpl: Make all-target, install-target behave similarly
8507         to all, install (only hitting configured targets).  Eliminate
8508         unused macro defintions.
8509
8510         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8511         build != host.
8512
8513         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8514
8515         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8516
8517         * configure.in: Produce lists of subdir targets we're actually
8518         configuring.  Remove references to "dosrel".
8519         * Makefile.tpl: Let configure set which subdir targets are hit.
8520         Remove install-cross; clean up install; remove ALL.  Remove
8521         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
8522         Autogenerate host module targets.  Remove empty dependency lines
8523         and redundant dependency; rearrange slightly.
8524         * Makefile.def: Add host-side libtermcap, utils.
8525
8526         * Makefile.in: Regenerate.
8527
8528 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8529
8530         * ltconfig (osf[345]): Append $major to soname_spec.
8531         Reflect this in library_names_spec.
8532         * ltmain.sh (osf): Prefix $major with . for use as extension.
8533
8534 2002-11-19  Andreas Jaeger  <aj@suse.de>
8535
8536         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8537         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8538         and sparc64 GNU/Linux systems.
8539
8540 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
8541
8542         * MAINTAINERS: Update email.
8543
8544 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8545
8546         * MAINTAINERS: Complete James Dennett's entry.
8547
8548 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
8549
8550         * MAINTAINERS (Write After Approval): Add myself.
8551
8552 2002-11-13  Bruce Korb  <bkorb@gnu.org>
8553
8554         * Makefile.tpl: syntactic cleanup
8555
8556 2002-11-13  Stuart Hastings  <stuart@apple.com>
8557
8558         * MAINTAINERS: Add myself to write-after-approval list.
8559
8560 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8561
8562         * Makefile.def: Add list of recursive targets to autogenerate.
8563         Add build_modules.
8564         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
8565         targets.  Autogenerate *-build-* targets.
8566         * Makefile.in: Regenerate.
8567
8568 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8569
8570         * configure: More autoconf-style substitutions.
8571         * Makefile.tpl: More autoconf-style substitutions.
8572         * Makefile.in: Regenerate.
8573
8574 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8575
8576         * configure: Substitute more variables in a more autoconf-friendly
8577         way.  Simplify slightly.
8578         * Makefile.tpl: Make more variables substitutable in an
8579         autoconf-friendly way.
8580         * Makefile.in: Regenerate.
8581
8582 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
8583
8584         * MAINTAINERS (Write After Approval): Add myself.
8585
8586 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8587
8588         * configure.in (v810*): Remove special setting of tools.
8589
8590         * configure: Add support for extra required flags for ar or nm.
8591         * configure.in (aix4.3+): Use above support for target-specific
8592         issues, rather than using config/mt-aix43.
8593
8594 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8595
8596         * configure: Remove 'removing', which doesn't work.  Replace $subdir
8597         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
8598         with $srcdir.  Reformat indentation.  Substitute some variables
8599         formerly hard-coded in the Makefile for build=host.
8600         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8601         * Makefile.def: Autogenerate more.
8602         * Makefile.in: Regenerate.
8603
8604 2002-11-04  Adam Nemet  <anemet@lnxw.com>
8605
8606         * MAINTAINERS (Write After Approval): Add myself.
8607
8608 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
8609
8610         * Makefile.def (host_modules): Add rda.
8611         * Makefile.in: Regenerate.
8612         * configure.in (target_tool): Add target-rda to list.
8613
8614 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8615
8616         * MAINTAINERS: Remove "co-maintainer" note for web pages.
8617
8618 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
8619
8620         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
8621         and restrap targets to this rule.
8622         * Makefile.in:  Regenerate.
8623
8624 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8625
8626         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8627         GNATS only accounts.
8628
8629 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
8630
8631         * configure.in (i[3456]86-*-linux*): Add check to disable
8632         ${libgcj} for glibc1.
8633
8634 2002-10-24  Denis Chertykov  <denisc@overta.ru>
8635
8636         * MAINTAINERS: Add myself as ip2k port maintainer.
8637
8638 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
8639
8640         * configure.in: Add tic4x target.
8641
8642 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8643
8644         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8645         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8646         * Makefile.in: Regenerate.
8647
8648         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8649         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8650         * Makefile.in: Regenerate.
8651
8652 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
8653
8654         * MAINTAINERS: Add myself as web pages co-maintainer.
8655
8656 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8657
8658         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8659         * Makefile.in: Regenerate.
8660
8661 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
8662
8663         * MAINTAINERS: Add myself and Nathan Sidwell
8664         <nathan@codesourcery.com> as VxWorks maintainers.
8665
8666 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8667
8668         * Makefile.def: Remove order dependency comments.
8669         * Makefile.tpl: Add explicit install-install dependencies.
8670         * Makefile.in: Regenerate.
8671
8672         * Makefile.tpl: Remove material now in src-release.  (Finally!)
8673         * Makefile.in: Regenerate.
8674
8675         * Makefile.tpl: Add configure-target (for src-release in src)
8676         * Makefile.in: Regenerate.
8677
8678 2002-09-30  Nick Clifton  <nickc@redhat.com>
8679
8680         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8681
8682 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
8683
8684         * configure.in (s390*-*-linux*): Enable libgcj.
8685
8686 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
8687
8688         * configure: Revert accidentally applied changes.
8689
8690         * Makefile.tpl: Make more autoconf-friendly.
8691         * Makefile.in: Regenerate.
8692         * configure: Make substitution more autoconf-like.
8693
8694 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
8695
8696         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8697         single entry to handle all these.
8698         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
8699         libjava on arm-*-elf.
8700
8701 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
8702
8703         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8704         things that depend on them.
8705
8706 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8707
8708         * Makefile.tpl: Make subsituted variables more autoconfy.
8709         * Makefile.in: Regenerate.
8710         * configure: Make seds more autoconfy.
8711
8712 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8713
8714         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8715         * Makefile.in: Regenerate.
8716         * configure.in: Rewrite sed statements to look autoconfy.
8717
8718         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8719         all-target-foo on configure-target-foo.
8720         * Makefile.def: Ditto.
8721         * Makefile.in: Rebuild.
8722
8723 2002-09-25  Andrew Haley  <aph@redhat.com>
8724
8725         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8726
8727 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8728
8729         * Makefile.def: New file.
8730         * Makefile.tpl: New file.
8731         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8732         * contrib/gcc_update: Note that Makefile.in is a generated file.
8733
8734         * configure.in: Minor rearrangement.  Simplify tests.
8735
8736 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
8737
8738         * configure.in (with_headers): Skip copy if value is "yes".
8739         (with_libs): Likewise.
8740
8741 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
8742
8743         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8744         * configure.in (sh*-*-pe*): Ditto.
8745         * configure.in (mips*-*-pe*): Ditto.
8746         * configure.in (*arm-wince-pe): Ditto.
8747
8748         * configure.in: Rearrange.
8749
8750 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
8751
8752         * MAINTAINERS: Update my email address.
8753
8754 2002-08-30  Paul Koning  <pkoning@equallogic.com>
8755
8756         * MAINTAINERS: (Write After Approval): Add myself.
8757
8758 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
8759
8760         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8761
8762 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
8763
8764         * MAINTAINERS: Change my mailing address.
8765
8766 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
8767
8768         * MAINTAINERS (Write After Approval): Remove myself.
8769         (Various Maintainers: c++ runtime libs): Add myself.
8770
8771 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
8772
8773         * MAINTAINERS (Write After Approval): Remove myself.
8774         (Various Maintainers: c++ runtime libs): Add myself.
8775
8776 2002-08-15  Eric Christopher  <echristo@redhat.com>
8777
8778         * config.sub: Import from master repository.
8779         * config.guess: Ditto.
8780
8781 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
8782
8783         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8784         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8785         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8786
8787 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
8788
8789         * MAINTAINERS: Add self to rs6000 vector extensions.
8790
8791 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
8792
8793         * libiberty/configure: Reverted unintended yesterday's check in.
8794
8795 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
8796
8797         * boehm-gc/configure, libf2c/configure: Rebuilt.
8798         * libffi/configure, libiberty/configure: Ditto.
8799         * libjava/configure, libobjc/configure: Ditto.
8800         * libstdc++-v3/configure, zlib/configure: Ditto.
8801         Merged from binutils:
8802         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
8803         From Steve Ellcey <sje@cup.hp.com>:
8804         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8805         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8806         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8807         IA64.
8808         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8809         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8810         soname_spec, sys_lib_search_path_spec): Ditto.
8811
8812 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
8813
8814         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8815
8816 2002-08-04  H.J. Lu  (hjl@gnu.org)
8817
8818         * configure.in (mips*-*-linux*): Don't skip target-libffi.
8819
8820 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
8821
8822         * MAINTAINERS (Write After Approval): Add myself.
8823
8824 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
8825
8826         * configure.in: Move generic linux case to end.  Copy generic
8827         linux noconfigdirs to mips*-*-linux* entry and new
8828         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
8829
8830 2002-07-19  Michael Matz  <matz@suse.de>
8831
8832         * MAINTAINERS: Add myself as ra* maintainer.
8833
8834 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
8835
8836         * config.guess: Update to 2002-07-09 version.
8837         * config.sub: Update to 2002-07-03 version.
8838
8839 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
8840
8841         * MAINTAINERS: Fix typo in a maintainer email address.
8842
8843 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8844
8845         * configure.in: Remove two redundant tests.
8846
8847 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8848
8849         * configure.in (mips*-*-irix6*o32): Enable stabs.
8850
8851 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
8852
8853         * configure.in: Don't build grez.
8854         * Makefile.in: Ditto.
8855
8856         * Makefile.in: Remove references to bsp, cygmon, libstub.
8857         * configure.in: Ditto.
8858
8859         * configure.in: Remove leftover reference to gdbtest.
8860
8861 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
8862
8863         * configure.in (gxx_include_dir):  Change to match versioned
8864         C++ headers if --enable-version-specific-runtime-libs is used.
8865
8866 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
8867
8868         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8869
8870 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8871
8872         * configure.in: Make --without-x work.
8873
8874 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8875
8876         * configure.in: Rearrange target Makefile fragment collection.
8877
8878         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8879         cvs[src].
8880         * configure.in: Ditto.
8881
8882 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
8883
8884         * MAINTAINERS (Write After Approval): Update my e-mail address.
8885
8886 2002-06-24  Ben Elliston  <bje@redhat.com>
8887
8888         * configure.in (host_tools): Remove cgen.
8889
8890         * Makefile.in (all-cgen): Remove; runs from its source directory.
8891         (check-cgen, install-cgen, clean-cgen): Likewise.
8892         (all-opcodes): Do not depend on all-cgen.
8893         (all-sim): Likewise.
8894
8895 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8896
8897         * Makefile.in: Eliminate 'apache' targets.
8898         * configure.in: Eliminate 'apache' targets.
8899
8900         * configure.in: Eliminate redundant tests.  Reorganize.
8901
8902         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8903
8904         * config-ml.in: Eliminate references to Cygnus configure.
8905
8906         * Makefile.in: Eliminate references to building emacs.
8907
8908 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
8909
8910         * MAINTAINERS: Update my email address.
8911
8912 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
8913
8914         * config.if (libstdcxx_incdir): Version C++ headers.
8915         (cxx_incdir): Remove.
8916
8917 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8918
8919         * MAINTAINERS (Write After Approval): Add self.
8920
8921 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
8922
8923         * configure.in: Add support for ip2k.
8924
8925 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
8926
8927         * configure.in: Fix AIX configury bug.
8928
8929 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
8930
8931         * MAINTAINERS (Write After Approval): Add self.
8932
8933 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8934
8935         * configure.in: replace ${topsrcdir} with ${srcdir}
8936
8937         * configure.in: Move definition of libstdcxx_flags
8938         right above usage, rather than waaay earlier.
8939
8940         * configure.in: Pull definition of is_cross_compiler earlier.
8941
8942         * configure.in: Rearrange a little.
8943
8944         * configure.in: Remove references to librx.
8945         * Makefile.in: Remove references to librx.
8946
8947 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
8948
8949         * config.sub: Add support for avr target.
8950         Import from master sources, rev 1.255
8951
8952 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
8953
8954         * configure, .cvsignore:  Revert previous change...
8955         * Makefile:  ...delete.
8956
8957 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8958
8959         * configure.in: Eliminate ${gasdir} variable.
8960
8961 2002-06-18  Dave Brolley  <brolley@redhat.com>
8962
8963         * configure.in: Add support for frv.
8964         * config.sub: Add support for frv.
8965
8966 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8967
8968         * configure:  Remove garbage from previous commit.
8969
8970 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8971
8972         * configure:  For in-source builds, make a subdir and re-exec there.
8973         * Makefile:  New file.  Pass targets through to build directory.
8974         * .cvsignore:  No longer ignore "Makefile".
8975
8976 2002-06-16  Douglas Rupp  <rupp@gnat.com>
8977
8978         * MAINTAINERS (Write After Approval): Add self.
8979
8980 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8981
8982         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8983
8984 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
8985
8986         * configure.in (vax-*-netbsd*): Re-enable gas.
8987
8988 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
8989
8990         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8991         BUILD_PREFIX_1, to correct nomenclature.
8992         * configure: Likewise.
8993
8994         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8995         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8996
8997 2002-05-31  Olaf Hering  <olh@suse.de>
8998
8999         * config-ml.in: Propogate DESTDIR also.
9000
9001 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
9002
9003         * configure.in (vax-*-netbsd*): Don't build gas for this
9004         platform.
9005
9006 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
9007
9008         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9009         and libgcj for AVR.
9010
9011 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
9012
9013         * MAINTAINERS (Write After Approval): Add myself.
9014
9015 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
9016
9017         * config.guess: Update to 2002-05-22 version.
9018         * config.sub: Likewise.
9019
9020 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9021
9022         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
9023         * config-ml.in: Likewise.
9024         * configure: Likewise.
9025         * configure.in: Likewise.
9026
9027 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
9028
9029         * MAINTAINERS: Update my email address.
9030
9031 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
9032
9033         * configure.in: Simplify makefile fragment collection.
9034
9035         * configure.in: Remove code to build emacs.
9036
9037         * configure.in : Remove --srcdir argument from targargs and buildargs
9038         (it's always overridden in the Makefile anyway).  Rearrange a bit.
9039
9040         * configure: Move some logic to configure.in.
9041         * configure.in: Move some logic from configure.
9042
9043 2002-05-11  Tom Tromey  <tromey@redhat.com>
9044
9045         * MAINTAINERS: Reflect libgcj reality.
9046
9047 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
9048
9049         * Makefile.in: Honour DESTDIR.
9050
9051 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
9052
9053         * config.guess: Import 2002-03-20 version.
9054         * config.sub: Import 2002-04-26 version.
9055
9056 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9057
9058         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
9059
9060 2002-05-07  Tim Josling  <tej@melbpc.org.au>
9061
9062         * MAINTAINERS: Add self.
9063
9064 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
9065
9066         * ltmain.sh: Detect and handle object name conflicts
9067         while piecewise linking a static library.
9068
9069 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
9070
9071         * configure.in (noconfigdirs): Don't disable libgcj on
9072         sparc64-*-solaris* and sparcv9-*-solaris*.
9073
9074 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
9075
9076         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
9077
9078 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
9079
9080         * configure.in (FLAGS_FOR_TARGET): Do not add
9081         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
9082         on i[3456]86-*-linux*.
9083
9084 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
9085
9086         * configure.in (noconfigdirs): Replace [ ] with test.
9087
9088         * configure.in (noconfigdirs): Do not add target-newlib if
9089         target == i[3456]86-*-linux*, and host == target.
9090
9091 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
9092
9093         * configure.in: delete reference to absent file
9094
9095         * configure.in: replace '[' with 'test'
9096
9097         * configure.in: Eliminate references to gash.
9098         * Makefile.in: Eliminate references to gash.
9099
9100         * configure.in: remove useless references to 'pic' makefile fragments.
9101
9102         * configure.in: (*-*-windows*) Finish removing.
9103
9104         * configure.in: Eliminate redundant test for libgui.
9105
9106 2002-04-29  Roger Sayle  <roger@eyesopen.com>
9107
9108         * MAINTAINERS: Add self and realphabetize.  Update entries
9109         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
9110         entry for a29k port maintainer.
9111
9112 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
9113
9114         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
9115         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
9116
9117 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
9118
9119         * configure.in: remove references to dead files
9120
9121 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
9122
9123         * MAINTAINERS: Add information about purpose of this file.
9124
9125 2002-04-18  Tom Tromey  <tromey@redhat.com>
9126
9127         * configure.in: Disallow configuring libgcj when it is already
9128         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
9129         Solaris 2.8 by default.  For PR libgcj/6158.
9130
9131 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
9132
9133         * configure.in:  Move default CC setting out of config/mh-* fragments
9134         directly into here.
9135
9136 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
9137
9138         * configure.in: don't even try to configure or make a subdirectory
9139         if there's no configure script for it.
9140
9141 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
9142
9143         * MAINTAINERS: Remove chill maintainers.
9144         * Makefile.in (CHILLFLAGS): Remove.
9145         (CHILL_LIB): Remove.
9146         (TARGET_CONFIGDIRS): Remove libchill.
9147         (CHILL_FOR_TARGET): Remove.
9148         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9149         CHILL_LIB.
9150         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9151         (CHECK_TARGET_MODULES): Likewise.
9152         (INSTALL_TARGET_MODULES): Likewise.
9153         (CLEAN_TARGET_MODULES): Likewise.
9154         (configure-target-libchill): Remove.
9155         (all-target-libchill): Remove.
9156         * configure.in (target_libs): Remove target-libchill.
9157         Do not compute CHILL_FOR_TARGET.
9158         * libchill: Remove directory.
9159
9160 2002-04-11  DJ Delorie  <dj@redhat.com>
9161
9162         * Makefile.in, configure.in: Sync with binutils, entries
9163         follow...
9164
9165 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9166
9167         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
9168         (do-tar, do-bz2): New rules.
9169         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
9170         (gdb-tar): New rule.
9171         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
9172         (insight_dejagnu.tar): New rule.
9173         (insight.tar): New rule.
9174         (gdb+dejagnu.tar): New rule.
9175         (gdb.tar): New rule.
9176
9177 2002-02-01  Mo DeJong  <supermo@bayarea.net>
9178
9179         * Makefile.in: Add all-tix to deps for all-snavigator
9180         so that tix is built when building snavigator.
9181
9182 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
9183
9184         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9185         ld and gdb are not supported.
9186
9187 2002-01-07  Mark Salter  <msalter@redhat.com>
9188
9189         * configure.in: Remove target-bsp and target-cygmon from arm builds.
9190         Allow target-libgloss to be built for arm, strongarm, and xscale.
9191
9192 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
9193
9194         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9195         options for i[3456]86-pc-linux* native builds.
9196
9197 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
9198
9199         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9200         files from .po files for a distribution.
9201
9202 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
9203
9204         * configure.in: Enable libstdc++-v3 for h8300 targets.
9205
9206 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
9207
9208         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9209         version from bfd/.
9210
9211 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
9212
9213         * Makefile.in (VER): When present, extract the version number from
9214         the file version.in.
9215
9216 2001-05-24  Tom Rix  <trix@redhat.com>
9217
9218         * configure.in : enable ld for aix
9219
9220 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9221
9222         * config.guess: Add linux target for S/390.
9223
9224 2000-11-07  Philip Blundell  <pb@futuretv.com>
9225
9226         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9227
9228 2000-11-03  Philip Blundell  <pb@futuretv.com>
9229
9230         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9231         files.
9232
9233 2001-01-15  Ben Elliston  <bje@redhat.com>
9234
9235         * configure.in (host_tools): Add sid.
9236         Always configure cgen.
9237
9238 2000-11-24  Nick Clifton  <nickc@redhat.com>
9239
9240         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9241
9242
9243 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
9244
9245         * Makefile.in (ALL_MODULES): Add all-cgen.
9246         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9247         (all-cgen): New target.
9248         (all-opcodes,all-sim): Depend on all-cgen.
9249         * configure.in (host_tools): Add cgen.
9250         Only configure cgen if --enable-cgen-maint.
9251
9252 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
9253
9254         * configure.in: Add *-*-freebsd* configurations.
9255
9256 2002-04-08  Tom Tromey  <tromey@redhat.com>
9257
9258         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9259         Fixes PR libgcj/6068.
9260
9261 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
9262
9263         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9264
9265 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9266
9267         * configure.in (alpha*-dec-osf*): Enable libgcj.
9268
9269 2003-03-27  Matthew Gingell  <gingell@gnat.com>
9270
9271         * MAINTAINERS (Write After Approval): Add myself.
9272
9273 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
9274
9275         Fix for: PR bootstrap/3591, target/5676
9276         * configure.in (mcore-pe): Disable the configuration of
9277         libstdc++-v3 since exceptions are not supported.
9278
9279 2002-03-20  Anthony Green  <green@redhat.com>
9280
9281         * configure.in: Enable libgcj for xscale-elf target.
9282
9283 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
9284
9285         * MAINTAINERS:  Update my email address.
9286
9287 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
9288
9289         * ltmain.sh (relink_command): Fix typo in previous change.
9290
9291 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
9292
9293         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
9294         (relink_command): Added --tag flags.
9295         (mode=install): If relinking fails; error out.
9296
9297 2002-03-12  Richard Henderson  <rth@redhat.com>
9298
9299         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
9300         .NOTPARALLEL tag.
9301         (do-check): Rename from check.
9302         (check): Allow parallel check.
9303
9304 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
9305
9306         * MAINTAINERS: Add myself as maintainer for xtensa port.
9307         Fix alphabetical order in CPU port maintainer list.
9308         Remove myself from Write After Approval list.
9309
9310 2002-03-11  Richard Henderson  <rth@redhat.com>
9311
9312         * Makefile.in (.NOTPARALLEL): Add fake tag.
9313
9314 2002-03-07  H.J. Lu  (hjl@gnu.org)
9315
9316         * configure.in: Enable gprof for mips*-*-linux*.
9317
9318 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9319
9320         * MAINTAINERS (Write After Approval): Add myself.
9321
9322 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
9323
9324         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9325         libjava.
9326         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9327
9328 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
9329
9330         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9331         because its Makefile is there; test for the executable instead.
9332
9333 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
9334
9335         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9336         libstdc++-v3 and libjava.
9337
9338 2002-02-11  Adam Megacz  <adam@xwt.org>
9339
9340         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9341         boehm-gc
9342
9343 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
9344
9345         * config.guess: Updated to 2002-01-30's version.
9346         * config.sub: Updated to 2002-02-01's version.
9347         Contribute sh64-elf.
9348         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
9349         * configure.in: Added sh64-*-*.
9350
9351 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
9352
9353         * MAINTAINERS: Belatedly add myself to write after approval list.
9354
9355 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
9356
9357         * MAINTAINERS: Put self in as maintainer for x86-64 port.
9358         Remove self as Write After Approval.
9359
9360 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
9361
9362         * MAINTAINERS: Put self in as maintainer for contrib/regression
9363         directory.
9364
9365 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
9366
9367         * MAINTAINERS:  Update my email address.
9368
9369 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
9370
9371         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
9372         target-libiberty, and target-libgloss.  Skip Java-related
9373         libraries if not supported for NetBSD on target CPU.
9374
9375 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
9376
9377         * install-sh: Use _inst.$$_ for temp file name.
9378
9379 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
9380
9381         * MAINTAINERS (Write After Approval): Move my contact info
9382         from here...
9383         (OS Port Maintainers): ...to here (netbsd).
9384
9385 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
9386
9387         * MAINTAINERS (Write After Approval): Add myself.
9388
9389 2002-01-17  H.J. Lu  <hjl@gnu.org>
9390
9391         * Makefile.in (all-fastjar): Also depend on all-libiberty.
9392         (all-target-fastjar): Also depend on all-target-libiberty.
9393
9394 2002-01-16  H.J. Lu  (hjl@gnu.org)
9395
9396         * config.guess: Import from master sources, rev 1.225.
9397         * config.sub: Import from master sources, rev 1.238.
9398
9399 2002-01-16  Kazu Hirata  <kazu@hxi.com>
9400
9401         * MAINTAINERS (Write After Approval): Remove myself.
9402
9403 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
9404
9405         * MAINTAINERS (Write After Approval): Add myself.
9406
9407 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9408
9409         * MAINTAINERS: Add self as docs co-maintainer.
9410
9411 2001-12-11  Matthias Klose  <doko@debian.org>
9412
9413         * MAINTAINERS (Write After Approval): Add myself.
9414
9415 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
9416
9417         * MAINTAINERS: Update my email address.
9418
9419 2001-12-07  Turly O'Connor  <turly@apple.com>
9420         * MAINTAINERS (Write After Approval): Add myself.
9421         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9422         (rs6000_initialize_trampoline): Call __trampoline_setup for
9423         ABI_DARWIN too.
9424         * darwin-tramp.asm: New file, implements __trampoline_setup.
9425         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9426
9427 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
9428
9429         * MAINTAINERS (Write After Approval): Add myself.
9430
9431 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
9432
9433         * configure, configure.in: Use temp file for long sed commands.
9434
9435 2001-12-03  Laurent Guerby  <guerby@acm.org>
9436
9437         * config.sub: Update to version 1.232 on subversion.
9438
9439 2001-12-03  Ben Elliston  <bje@redhat.com>
9440
9441         * MAINTAINERS: Update mail address for config.* patches.
9442
9443 2001-11-27  DJ Delorie  <dj@redhat.com>
9444             Zack Weinberg  <zack@codesourcery.com>
9445
9446         When build != host, create libiberty for the build machine.
9447
9448         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9449         CONFIG_ARGUMENTS.
9450         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9451         New variables.
9452         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9453         and rules.
9454         (all.normal): Depend on ALL_BUILD_MODULES.
9455         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9456         (all-build-libiberty): Depend on configure-build-libiberty.
9457
9458         * configure: Calculate and substitute proper value for
9459         ALL_BUILD_MODULES.
9460         * configure.in: Create the build subdirectory.
9461         Calculate and substitute TARGET_CONFIGARGS (formerly
9462         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9463
9464 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
9465
9466         * MAINTAINERS (write-after-approval): Add self.
9467
9468 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9469
9470         * MAINTAINERS (GNATS only accounts): Remove self.
9471
9472 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
9473
9474         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9475         libf2c.
9476
9477 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9478
9479         * MAINTAINERS (Write After Approval): Add self.
9480
9481 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9482
9483         * MAINTAINERS: mips and s390 are also CPU ports.
9484
9485 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9486
9487         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9488
9489 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
9490
9491         * MAINTAINERS: Alphabetize.
9492
9493 2001-11-09  Kazu Hirata  <kazu@hxi.com>
9494
9495         * MAINTAINERS (Various maintainers: h8 port): Add myself.
9496
9497 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9498
9499         * MAINTAINERS (Various maintainers: hppa port): Added myself.
9500
9501 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
9502
9503         * configure.in (--enable-languages): Be more permissive about
9504         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
9505
9506 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
9507
9508         * config.sub: Import from master sources, rev. 1.230.
9509         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9510
9511 2001-11-07  Laurent Guerby  <guerby@acm.org>
9512
9513         * MAINTAINERS (Write After Approval): Add self.
9514
9515 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
9516
9517         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9518
9519 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
9520
9521         * config.sub: Import from master sources, rev 1.226.
9522         * config.guess: Import from master sources, rev 1.216.
9523
9524 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
9525
9526         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9527         * MAINTAINERS: Add self as maintainer of MMIX port.
9528         Remove old after-approval entry.
9529
9530 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
9531
9532         * ChangeLog, configure: Fix spelling errors.
9533
9534 2001-10-20  Brendan Kehoe  <brendan@zen.org>
9535
9536         * MAINTAINERS: Tweak my address.
9537
9538 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
9539
9540         * MAINTAINERS: Update my email address.
9541
9542 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
9543
9544         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9545         * MAINTAINERS: Add self as maintainer of CRIS port.
9546
9547 2001-10-10  Geert Bosch  <bosch@gnat.com>
9548
9549         * MAINTAINERS (Various maintainers: Ada front end):
9550         Added Robert Dewar.
9551
9552 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
9553
9554         * MAINTAINERS (Write After Approval): Added self
9555
9556 2001-10-02  Geert Bosch  <bosch@gnat.com>
9557
9558         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9559
9560 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9561
9562         * configure: Handle temporary files securely using mkdir.
9563
9564 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
9565
9566         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9567
9568 2001-09-26  Will Cohen  <wcohen@redhat.com>
9569
9570         * configure.in (*-*-linux*): Disable configuration of target-newlib
9571         and target-libgloss.
9572
9573 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9574
9575         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9576         RANLIB.
9577
9578 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
9579
9580         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9581         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9582         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9583         avoid quotes nesting problems.
9584         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9585         (DO_X): Export only variables that are set.
9586
9587 2001-09-19  Ben Elliston  <bje@redhat.com>
9588
9589         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9590         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9591         semantics.  Use the shell built-in "type" command instead.
9592
9593 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
9594
9595         Merged from gcc-3_0-branch:
9596         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
9597         * ltcf-c.sh: Use $objext, not $ac_objext.
9598         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
9599         * ltcf-cxx.sh: Add support for GNU.
9600         2001-07-22  Timothy Wall  <twall@redhat.com>
9601         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
9602         default settings if using GNU tools with that configuration.
9603         * ltcf-cxx.sh: Ditto.
9604         * ltcf-gcj.sh: Ditto.
9605         2001-07-21  Michael Chastain  <chastain@redhat.com>
9606         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9607         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
9608         * ltmain.sh: Mark as gcc-local.
9609
9610 2001-08-30  Eric Christopher  <echristo@redhat.com>
9611             Jason Eckhardt  <jle@redhat.com>
9612
9613         * config.guess: Merge from master sources.
9614         * config.sub: Merge from master sources, add support for mipsisa32.
9615
9616 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
9617         * config.sub: Merge from master sources, rev 1.219.
9618         * MAINTAINERS: Add self as contact for stormy16 port.
9619
9620 2001-08-14  Zack Weinberg  <zackw@panix.com>
9621
9622         * config.sub: Merge from master sources, rev 1.218.
9623         * config.guess: Merge from master sources, rev 1.209.
9624
9625 2001-08-11  Graham Stott  <grahams@redhat.com>
9626
9627         * Makefile.in (check-c++): Add missing semicolon.
9628
9629 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
9630
9631         * MAINTAINERS (Various maitainers: predict.def): Added myself.
9632
9633 2001-07-30  Eric Christopher  <echristo@redhat.com>
9634
9635         * MAINTAINERS (Various maintainers: mips port): Added myself.
9636
9637 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
9638
9639         * configure.in (sh-*-linux*): New.
9640
9641 2001-07-27  Richard Henderson  <rth@redhat.com>
9642
9643         * .cvsignore: Add LAST_UPDATED.
9644
9645 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
9646
9647         * MAINTAINERS (Various maintainers: s390 port): Added myself.
9648
9649 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
9650
9651         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9652
9653 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
9654
9655         * MAINTAINERS (Write After Approval): Added myself.
9656
9657 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9658
9659         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9660         and libgcj on m68hc11/m68hc12.
9661
9662 2001-06-27  H.J. Lu  (hjl@gnu.org)
9663
9664         * Makefile (CFLAGS_FOR_BUILD): New.
9665         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9666
9667 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9668
9669         * README: Remove version number.
9670
9671 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9672
9673         * INSTALL/README: Update wrt. to the installation instructions now
9674         residing in gcc/doc/install.texi.
9675
9676 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9677
9678         * README: Replace with a cut-down and updated version of gcc/README.
9679
9680 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
9681
9682         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9683         multilibs to be disabled.
9684
9685 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
9686
9687         * MAINTAINERS (Write After Approval): Add myself.
9688
9689 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
9690
9691         * config.guess: Import CVS version 1.195.
9692         * config.sub: Import CVS version 1.212.
9693
9694 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
9695
9696         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9697         gcc/xgcc is built, use -print-prog-name to find out the program
9698         name to use.
9699
9700 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
9701
9702         * config.guess:  Import CVS version 1.194.  All gcc-local changes
9703         appear to also be in the master copy.
9704         * config.sub:  Import CVS version 1.211.
9705
9706 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
9707
9708         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9709         with_gcc]: Use `gcc -shared' to build a shared library.
9710
9711 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9712
9713         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9714         archives.
9715
9716 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9717
9718         * MAINTAINERS (Write After Approval): Add myself.
9719
9720 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
9721
9722         * configure.in (libstdcxx_flags): Do not try to execute
9723         libstdc++-v3/testsuite_flags until it exists.
9724
9725 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
9726
9727         * MAINTAINERS: Update my email address.
9728
9729 2001-05-31  Graham Stott  <grahams@redhat.com>
9730
9731         * MAINTAINERS (Write After Approval): Add myself.
9732
9733 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
9734
9735         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
9736         libraries when using g++ with native linker.
9737
9738 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
9739
9740         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9741
9742 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
9743
9744         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9745         [aix4*|aix5*]: Prepend blank.
9746
9747 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
9748
9749         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9750         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
9751         of subdir/configure scripts to use the new libtool.m4.
9752
9753 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
9754
9755         * MAINTAINERS (Write After Approval): Add myself.
9756
9757 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
9758
9759         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9760
9761 2001-05-11  Ben Elliston  <bje@redhat.com>
9762
9763         * Makefile.in (all-sid): New target.
9764         (check-sid, clean-sid, install-sid): Likewise.
9765
9766 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
9767
9768         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9769
9770 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9771
9772         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9773         libgcj.
9774
9775 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9776
9777         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9778         gcc/xgcc is built, use -print-prog-name to find out the program
9779         name to use.
9780
9781 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
9782
9783         * configure.in (noconfigdirs): Don't reset it from scratch in the
9784         target case; only append to it.
9785
9786         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9787         sparc-*-solaris2.8]: Disable ${libgcj}.
9788
9789 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
9790
9791         * configure.in (libgcj_saved): Copy from $libgcj.
9792         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9793         --disable-libgcj.
9794
9795 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
9796
9797         * MAINTAINERS: Remove self as MIPS maintainer and
9798         C front end maintainer.
9799
9800 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
9801
9802         * configure.in: Move *-chorusos target case to the proper switch.
9803         Disable libgcj.
9804
9805 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9806
9807         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9808         1.641.2.228.
9809
9810 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9811
9812         * Makefile.in (STAGE1_CFLAGS): Pass down.
9813
9814 2001-04-13  Alan Modra  <amodra@one.net.au>
9815
9816         * config.guess: Add hppa64-linux support.  Note for next import that
9817         this is already in the master file.
9818         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
9819
9820 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9821
9822         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9823         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9824
9825 2001-04-11  Stan Shebs  <shebs@apple.com>
9826
9827         * MAINTAINERS: Add self as Darwin port maintainer.
9828
9829 2001-04-11  Alan Modra  <amodra@one.net.au>
9830
9831         * MAINTAINERS: Update my email address.
9832
9833 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
9834
9835         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9836         recent versions of FreeBSD (release 3 or later).
9837         * ltconfig: On FreeBSD, -lc must not be provided when building
9838         a shared library or else the standard -pthread gcc option is
9839         rendered worthless to later users of the built library.
9840
9841 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9842
9843         * MAINTAINERS: Add self and RTH as C front end maintainers.
9844
9845 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
9846
9847         * config.sub: Make sure to match an already-canonicalized
9848         machine name (eg. mn10300-unknown-elf).
9849
9850 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
9851
9852         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9853         New macros.
9854         (bootstrap, cross): Use RECURSE_FLAGS.
9855         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9856
9857 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
9858
9859         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9860
9861 2001-03-22  Colin Howell  <chowell@redhat.com>
9862
9863         * Makefile.in (DO_X): Do not backslash single-quotes in
9864         backquotes (two places).
9865
9866 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9867
9868         Re-installed:
9869         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9870         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9871         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9872         * ltcf-cxx.sh: Likewise.
9873         * ltcf-gcj.sh: Likewise.
9874
9875 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9876
9877         * MAINTAINERS: Add myself as "documentation co-maintainer".
9878
9879 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9880
9881         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9882         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9883
9884 2001-03-19  Tom Tromey  <tromey@redhat.com>
9885
9886         * config-ml.in: Handle GCJ and GCJFLAGS.
9887
9888 2001-03-21  Michael Chastain  <chastain@redhat.com>
9889
9890         * Makefile.in: all-m4 depends on all-texinfo.
9891
9892 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
9893
9894         * MAINTAINERS: Add myself to write after approval list.
9895
9896 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
9897
9898         * Makefile.in (DO_X): Quote nested quotes.
9899
9900 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
9901
9902         * MAINTAINERS: Add myself to write after approval list.
9903
9904 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
9905
9906         * Makefile.in (DO_X): Use double quotes for quoting
9907         "RANLIB=$${RANLIB}".
9908
9909 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
9910
9911         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9912
9913 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
9914
9915         * configure.in: Only use `lang_requires' for languages athat are
9916         actually enabled.
9917
9918 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
9919
9920         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
9921
9922 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
9923
9924         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9925
9926 2001-03-07  Tom Tromey  <tromey@redhat.com>
9927
9928         * configure.in: Allow config-lang.in to set `lang_requires' to list
9929         of other required languages.
9930
9931 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
9932
9933         * Makefile.in: Remove RANLIB definition. Use RANLIB
9934         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9935         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9936
9937 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
9938             Alexandre Oliva  <aoliva@redhat.com>
9939
9940         * Makefile.in (check-c++): Use tabs, not spaces.
9941
9942 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
9943
9944         * MAINTAINERS: add myself to Write After Approval list.
9945
9946 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
9947
9948         * Makefile.in (check-c++): New rule.
9949
9950         * configure.in (target_libs): Remove libg++.
9951         (noconfigdirs): Remove libg++.
9952         (noconfigdirs): Same.
9953         (noconfigdirs): Same.
9954         (noconfigdirs): Same.
9955
9956         * config-ml.in: Remove libg++ references.
9957
9958         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9959         (ALL_TARGET_MODULES): Same.
9960         (configure-target-libg++): Remove.
9961         (all-target-libg++): Remove.
9962         (configure-target-libio): Remove.
9963         (all-target-libio): Remove.
9964         (check-target-libio): Remove.
9965         (.PHONY): Remove.
9966         (libg++.tar.bz2): Remove.
9967         (all-target-cygmon): Remove libio.
9968         (all-target-libstdc++): Remove.
9969         (configure-target-libstdc++): Remove.
9970         (TARGET_LIB_PATH): Remove libstdc++.
9971         (ALL_GCC_CXX): Remove libstdc++.
9972         (all-target-gperf): Correct.
9973
9974 2001-02-16  Nick Clifton  <nickc@redhat.com>
9975
9976         * configure.in (noconfigdirs): Allow configuration of texinfo
9977         for Cygwin hosts.
9978
9979 2001-02-15  Anthony Green  <green@redhat.com>
9980
9981         * configure: Introduce GCJ_FOR_TARGET.
9982         * configure.in: Ditto.
9983         * Makefile.in: Ditto.
9984
9985 2001-02-13  Andreas Schwab  <schwab@suse.de>
9986
9987         * MAINTAINERS: Update mail address.
9988
9989 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9990
9991         * config.guess: Add linux target for S/390.
9992         * config.sub: Likewise.
9993
9994 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
9995
9996         * configure.in: for *-chorusos, don't config target-newlib and
9997         target-libgloss.
9998
9999 2001-02-06  Ben Elliston  <bje@redhat.com>
10000
10001         * configure: Output host type to stdout, not stderr.
10002
10003 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
10004
10005         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
10006         * ltcf-cxx.sh: Likewise.
10007
10008         * config.if: Assume enable_libstdcxx_v3 is defined.
10009
10010 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
10011
10012         Remove V2 C++ library.
10013         * configure.in: Remove --enable-libstdcxx_v3 support.
10014
10015 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
10016
10017         * include/demangle.h: Add prototype for java_demangle_v3.
10018
10019 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
10020
10021         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
10022
10023 2001-01-27  Richard Henderson  <rth@redhat.com>
10024
10025         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
10026
10027 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10028
10029         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
10030         Don't unset, it's non-portable and no longer necessary, set to empty
10031         instead.
10032
10033 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10034
10035         * ltconfig: Shell portability fix for the tagname validity check.
10036
10037 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
10038
10039         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
10040         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
10041
10042 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10043
10044         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
10045
10046 2001-01-26  Tom Tromey  <tromey@redhat.com>
10047
10048         * configure.in: Allow libgcj to be built on Sparc Solaris.
10049
10050 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
10051
10052         * ltcf-c.sh: Add aix5 case.
10053         * ltcf-cxx.sh: Likewise.
10054         * ltconfig: Likewise.
10055
10056 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
10057
10058         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
10059         keep at least one of build_libtool_libs or build_old_libs set to
10060         yes.
10061
10062         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
10063         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
10064
10065 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
10066
10067         * configure.in: Enable libgcj on several additional platforms.
10068
10069 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
10070
10071         * configure.in: Enable libgcj for linux targets.
10072
10073 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10074
10075         * MAINTAINERS (Write After Approval): Add myself.
10076
10077 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10078
10079         * MAINTAINERS: Add myself as vax port maintainer.
10080
10081 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
10082
10083         * MAINTAINERS: Add myself as Mercury front-end maintainer.
10084
10085 2001-01-09  Mike Stump  <mrs@wrs.com>
10086
10087         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
10088         failures of subdirectories.
10089
10090 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10091
10092         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
10093         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10094         * ltcf-cxx.sh: Likewise.
10095         * ltcf-gcj.sh: Likewise.
10096         * ltconfig.sh: Fix typo.
10097
10098 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10099
10100         * configure: handle DOS-style absolute paths.
10101
10102 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10103
10104         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
10105
10106 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
10107
10108         * MAINTAINERS: Add myself as avr port co-maintainer.
10109
10110 2000-12-28  Ben Elliston  <bje@redhat.com>
10111
10112         * MAINTAINERS: Add myself under ``Write After Approval''.
10113
10114 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
10115
10116         * texinfo: Remove directory from GCC.
10117
10118 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10119
10120         * COPYING: Update to current
10121         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
10122         to 19yy as example year in copyright notice).
10123
10124 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
10125
10126         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
10127         (libstdcxx_incdir): Pass down.
10128         * config.if: Remove expired bits for cxx_interface, add stub.
10129         (libstdcxx_incdir): Add variable for g++ include directory.
10130         * configure.in (gxx_include_dir): Use it.
10131
10132 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
10133
10134         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
10135         with old-email address from ``Write After Approval''.
10136
10137 2000-12-15  Andreas Jaeger  <aj@suse.de>
10138
10139         * configure.in: Handle lang_dirs.
10140
10141 2000-12-14  Tom Tromey  <tromey@redhat.com>
10142
10143         * MAINTAINERS: Removed brads.
10144
10145         * MAINTAINERS: Added gcj developers.
10146
10147 2000-12-13  Anthony Green  <green@redhat.com>
10148
10149         * configure.in: Disable libgcj for any target not specifically
10150         listed.  Disable libgcj for x86 and Alpha Linux until compatible
10151         with g++ abi.
10152
10153 2000-12-13  Mike Stump  <mrs@wrs.com>
10154
10155         * Makefile.in (local-distclean): Also remove fastjar.
10156
10157 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
10158
10159         * contrib/gcc_update: Add fastjar --touch entries.
10160
10161 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
10162
10163         * configure.in: Disable language-specific target libraries for
10164         languages that aren't enabled.
10165
10166 2000-12-10  Anthony Green  <green@redhat.com>
10167
10168         * configure.in: Define libgcj.  Disable libgcj target libraries for
10169         most targets.
10170
10171 2000-12-10  Neil Booth  <neilb@earthling.net>
10172
10173         * MAINTAINERS: Update mail address, remove from WAA list.
10174
10175 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10176
10177         * libjava: Imported from /cvs/java.
10178         * libffi: Likewise.
10179         * Boehm-gc: Likewise.
10180
10181 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10182
10183         * configure.in (target_libs): Revert 2000-12-08 patch.
10184         (noconfigdirs): Added target-libjava.
10185
10186 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10187
10188         * djunpack.bat: removed.
10189
10190 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10191
10192         * Makefile.in: handle DOS-style absolute paths.
10193         * config-ml.in: likewise.
10194         * symlink-tree: likewise.
10195
10196 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10197
10198         * fastjar: Imported.
10199
10200 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10201
10202         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10203         libjava.
10204         * configure.in (target_libs): Removed `target-libjava'.
10205
10206 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10207
10208         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10209         (ALL_MODULES): Added fastjar.
10210         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10211         (all-target-libjava): all-fastjar replaces all-zip.
10212         (all-fastjar): Added.
10213         (configure-target-fastjar, all-target-fastjar): Likewise.
10214         * configure.in (host_tools): Added fastjar.
10215
10216 2000-12-07  Mike Stump  <mrs@wrs.com>
10217
10218         * Makefile.in (local-distclean): Remove leftover built files.
10219
10220 2000-11-24  Nick Clifton  <nickc@redhat.com>
10221
10222         * configure.in (xscale-elf): Add target.
10223         (xscale-coff): Add target.
10224
10225 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
10226
10227         * ltcf-cxx.sh: Support creation of C++ shared libraries on
10228         recent versions of FreeBSD (release 3 or later).
10229         * ltconfig: On FreeBSD, -lc must not be provided when building
10230         a shared library or else the standard -pthread gcc option is
10231         rendered worthless to later users of the built library.
10232
10233 2000-11-16  Fred Fish  <fnf@be.com>
10234
10235         * configure.in (enable_libstdcxx_v3): Fix typo,
10236         libstd++ -> libstdc++.
10237
10238 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10239
10240         * MAINTAINERS: Add self to Write After Approval list.
10241
10242 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
10243
10244         * MAINTAINERS: Update my email address.  Add myself to global write
10245         privs list.
10246
10247 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
10248
10249         * Makefile.in: Merge with src and libgcj.
10250         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
10251         configure-target-<library> when their configure scripts need the C
10252         or C++ library to have already been built to work properly.
10253         (do_proto_toplev): Set them to an empty string.
10254
10255         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10256         (REALLY_SET_LIB_PATH): Use them.
10257
10258 2000-11-17  Stan Shebs  <shebs@apple.com>
10259
10260         * MAINTAINERS: Add self to Write After Approval list.
10261
10262 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10263
10264         * configure: Provide the original toplevel configure arguments
10265         (including $0) to subprocesses in the environment rather than
10266         through gcc/configargs.h.
10267
10268 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10269
10270         * MAINTAINERS: Remove references to cccp. Change C9X reference to
10271         C99.  Alphabetise "Write After Approval" list.
10272
10273 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
10274
10275         * configure: Turn on libstdc++ V3 by default.
10276
10277         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10278         if we've got GCC.
10279
10280 2000-11-11  Philip Blundell  <philb@gnu.org>
10281
10282         * MAINTAINERS: Add self to Write After Approval list.
10283
10284 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
10285
10286         * ltcf-c.sh (aix4): Improve shared library configuration; require
10287         exporting symbols.
10288         * ltcf-cxx.sh (aix4): Define.
10289         * ltconfig (aix4): Define library and soname specs appropriate for
10290         AIX.  Define command to create export symbols list.
10291
10292 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
10293
10294         * config.sub: Add support for Sun Chorus
10295
10296 2000-10-31  Nick Clifton  <nickc@redhat.com>
10297
10298         * MAINTAINERS: Rename <name>@cygnus.com addresses to
10299         <name>@redhat.com.  Also installed new email address for Clint
10300         Popetz.
10301
10302 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
10303
10304         * etc: Remove directory from GCC.
10305
10306 2000-10-16  Michael Meissner  <meissner@redhat.com>
10307
10308         * configure (gcc/configargs.h): Only create if there is a build GCC
10309         directory created.
10310
10311 2000-10-16  Matthias Klose  <doko@debian.org>
10312
10313         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10314         when configured for libstdc++-v3.
10315
10316 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
10317
10318         * configure: Save configure arguments to gcc/configargs.h.
10319
10320 2000-10-04  Philipp Thomas  <pthomas@suse.de>
10321
10322         * config.guess: Import CVS version 1.157.
10323         * config.sub: Import CVS version 1.181.
10324
10325 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
10326
10327         * Makefile.in (bootstrap): avoid recursion if subdir missing
10328         (cross): ditto
10329         (do-proto-toplev): ditto
10330
10331 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
10332
10333         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10334         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10335
10336         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10337         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
10338         all affected `configure' scripts.
10339
10340 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
10341
10342         * MAINTAINERS: Add self as cpplib co-maintainer.
10343
10344 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
10345
10346         * MAINTAINERS: Add self to Write After Approval list.
10347
10348 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10349
10350         * INSTALL/README: egcs -> GCC update.
10351
10352 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
10353
10354         * MAINTAINERS: Add myself to Write After Approval list.
10355
10356 2000-09-15  Kazu Hirata  <kazu@hxi.com>
10357
10358         * MAINTAINERS: Add myself to Write After Approval list.
10359
10360 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
10361
10362         * configure.in: Do not build byacc for hppa64.  Provide paths to the
10363         X11 libraries for hppa64.
10364
10365 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10366
10367         * MAINTAINERS: Add myself as 68hc11 port maintainer.
10368
10369 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
10370
10371         * Makefile.in (all-zlib): Added dummy target.
10372
10373         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10374         ltcf-gcj.sh: Updated from libtool multi-language branch.
10375
10376 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
10377
10378         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10379         (bootstrap*): Depend on all-bootstrap.
10380
10381 2000-09-05  Philipp Thomas  <pthomas@suse.de>
10382
10383         * config.guess: Import CVS version 1.156.
10384         * config.sub: Import CVS version 1.179.
10385
10386 2000-09-02  Anthony Green  <green@cygnus.com>
10387
10388         * Makefile.in (all-gcc): Depend on all-zlib.
10389         (CLEAN_MODULES): Add clean-zlib.
10390         (ALL_MODULES): Add all-zlib.
10391         * configure.in (host_libs): Add zlib.
10392
10393 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
10394
10395         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10396         crosses, but add gcc/include to the header search path for them.
10397
10398 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
10399
10400         * MAINTAINERS: Add self to Write After Approval list.
10401
10402 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10403
10404         * config.guess: Import CVS version 1.152.
10405         * config.sub: Import CVS version 1.177.
10406
10407 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
10408
10409         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10410         $targargs to tell whether newlib is going to be built.
10411
10412         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10413         $$r/TARGET_SUBDIR/libio for _G_config.h.
10414
10415 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
10416
10417         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10418
10419 2000-08-22  DJ Delorie  <dj@redhat.com>
10420
10421         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10422
10423 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
10424
10425         * config-ml.in (CC, CXX): Avoid trailing whitespace.
10426         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10427         sub-configures.
10428
10429 2000-08-21  DJ Delorie  <dj@redhat.com>
10430
10431         * MAINTAINERS: Add self as a libiberty maintainer
10432
10433 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
10434
10435         * configure.in (libstdcxx_flags): Use
10436         libstdc++-v3/src/libstdc++.INC.
10437
10438 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
10439
10440         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10441
10442 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
10443
10444         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10445
10446         * configure: Make enable_threads and enable_shared defaults
10447         explicit.  Substitute enable_threads into generated Makefiles.
10448         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10449         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10450
10451 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
10452
10453         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10454
10455 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
10456
10457         * config-ml.in (CC): Remove bogus duplicate quotation mark from
10458         previous delta.
10459
10460 2000-08-11  Jason Merrill  <jason@redhat.com>
10461
10462         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10463         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10464         (FLAGS_FOR_TARGET): Not here.
10465         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10466
10467 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
10468
10469         * config-ml.in (CC, CXX): Don't introduce a leading space.
10470
10471 2000-08-07  DJ Delorie  <dj@delorie.com>
10472
10473         * MAINTAINERS: Add self as a DJGPP maintainer
10474
10475 2000-08-07  DJ Delorie  <dj@redhat.com>
10476
10477         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10478         "if we're also building gcc, and it's a gcc that will run on the
10479         build machine, we want to use its includes instead of the system's
10480         default includes".
10481
10482 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10483
10484         * MAINTAINERS: Add self to Write After Approval list.
10485
10486 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
10487
10488         * configure.in (libstdcxx_flags): Don't use `"'.
10489
10490         * config-ml.in: Adjust multilib search paths to the
10491         appropriate multilib tree.
10492
10493 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
10494
10495         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10496         commas in $LANGUAGES.
10497
10498 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
10499
10500         * configure.in: Re-enable all references to libg++ and librx.
10501
10502 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
10503
10504         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10505         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
10506         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10507         * ltcf-cxx.sh (need_lc): Set based on postdeps.
10508
10509         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10510
10511 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
10512
10513         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10514         CXX_FOR_TARGET for sed.
10515
10516 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
10517
10518         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10519         Do not override if already set in the environment or in configure.
10520         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10521         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10522
10523 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
10524
10525         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10526         the libtool CVS tree multi-language branch.
10527         * ltconfig, ltmain.sh: Updated.
10528
10529 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
10530
10531         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10532         (clean-target): Depend on it.
10533
10534         * Makefile.in (FLAGS_FOR_TARGET): New macro.
10535         (GCC_FOR_TARGET): Use it.
10536         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10537         * configure.in: ... here.
10538         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
10539         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10540
10541 2000-07-24  Eric Christopher  <echristo@cygnus.com>
10542
10543         * MAINTAINERS: Add self to Write After Approval list.
10544
10545 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
10546
10547         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10548         (configure-target-libchill, configure-target-libobjc): Likewise.
10549
10550         * configure.in: Use the same cache file for all target libs.
10551         * config-ml.in: But different cache files per multilib variant.
10552
10553 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10554
10555         * configure (topsrcdir): Don't use dirname.
10556
10557 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
10558
10559         * MAINTAINERS: Add self to Write After Approval list.
10560
10561 2000-07-20  Jason Merrill  <jason@redhat.com>
10562
10563         * configure.in: Remove all references to libg++ and librx.
10564
10565         * configure, configure.in, Makefile.in: Unify gcc and binutils.
10566
10567 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
10568
10569         * config.sub: Update to subversions version 2000-07-06.
10570
10571 2000-07-12  Andrew Haley  <aph@cygnus.com>
10572
10573         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10574         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10575
10576 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
10577
10578         * symlink-tree:  Check number of arguments.
10579
10580 2000-07-05  Jim Wilson  <wilson@cygnus.com>
10581
10582         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10583         search path for a g++ extracted from the build tree.  This
10584         will allow link tests run by configure scripts in
10585         subdirectories to succeed.
10586
10587 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
10588
10589         * ltconfig: Add support for mips-dde-sysv4.2MP
10590
10591 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10592
10593         * MAINTAINERS: Add myself as loop discovery maintainer.
10594
10595 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
10596
10597         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10598         `os2'. Force ac_cv_exeext to be ".exe" in that case.
10599
10600 2000-06-19  Timothy Wall  <twall@cygnus.com>
10601
10602         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10603         * config.sub: Add tic54x target.
10604
10605 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10606
10607         * MAINTAINERS: Add self as Fortran maintainer,
10608         remove Craig Burley.
10609
10610 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10611
10612         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10613         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10614
10615 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
10616
10617         * MAINTAINERS: Add self as i18n maintainer
10618
10619 20000-05-21  H.J. Lu  (hjl@gnu.org)
10620
10621         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10622         directory are used if they exist. Make sure
10623         $(build_tooldir)/include is searched for header files,
10624         $(build_tooldir)/lib/ for library files.
10625         (GCC_FOR_TARGET): Likewise.
10626         (CXX_FOR_TARGET): Likewise.
10627
10628 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
10629
10630         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10631
10632 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
10633
10634         * Makefile.in (configure-target-libiberty): Depend on
10635         configure-target-newlib.
10636
10637 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
10638
10639         * configure.in, Makefile.in: Merge all libffi-related
10640         configury stuff from the libgcj tree.
10641
10642 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10643
10644         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10645         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10646
10647 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10648
10649         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10650         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10651         current version information.  Add to proto-toplev directory.
10652         (gdb-taz): Build do-djunpack.
10653
10654 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
10655
10656         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10657
10658 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10659
10660         * MAINTAINERS: Add self to Write After Approval list.
10661
10662 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10663
10664         * ltmain.sh: Preserve in relink_command any environment
10665         variables that may affect the linker behavior.
10666
10667 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
10668
10669         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10670
10671 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
10672
10673         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10674
10675 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
10676
10677         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10678         with the version name.
10679
10680 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
10681
10682         * MAINTAINERS: Add self as bb-reorder maintainer.
10683
10684 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
10685
10686         * config.if: Tweak.
10687
10688 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
10689
10690         * djunpack.bat: New file.
10691
10692 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10693
10694         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10695         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10696         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10697         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10698
10699 2000-04-16  Dave Pitts  <dpitts@cozx.com>
10700
10701         * config.sub (case $basic_machine): Change default for "ibm-*"
10702         to "openedition".
10703
10704 2000-04-13  Andreas Jaeger  <aj@suse.de>
10705
10706         * MAINTAINERS: Added myself.
10707
10708 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10709
10710         * Makefile.in (gdb-taz): New target.  GDB specific archive.
10711         (do-md5sum): New target.
10712         (MD5PROG): Define.
10713         (PACKAGE): Default to TOOL.
10714         (VER): Default to a shell script.
10715         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
10716         md5 checksum generation.
10717         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10718         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10719         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10720         insight.tar.bz2): Use gdb-taz to create archive.
10721
10722 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10723
10724         * configure (warn_cflags): Delete.
10725
10726 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
10727
10728         * MAINTAINERS: Added myself.
10729
10730 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
10731             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
10732
10733         * configure.in (enable_libstdcxx_v3): Add.
10734         (target_libs): Add bits here to switch between libstdc++-v2 and
10735         libstdc++-v3.
10736         * config.if: And this file too.
10737         * Makefile.in: Add libstdc++-v3 targets.
10738
10739 2000-04-05  Michael Meissner  <meissner@redhat.com>
10740
10741         * config.sub (d30v): Add d30v as a basic machine type.
10742
10743 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
10744
10745         * configure.in: -linux-gnu*, not -linux-gnu.
10746
10747 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10748
10749         * MAINTAINERS: Add self in write-after-approval section.
10750
10751 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
10752
10753         * MAINTAINERS: Add self as ia64 port maintainer.
10754
10755 2000-03-08  Neil Booth  <NeilB@earthling.net>
10756
10757         * MAINTAINERS: Add self in write-after-approval section.
10758
10759 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10760
10761         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10762         (do-tar-bz2): Replace TOOL with PACKAGE.
10763         (gdb.tar.bz2): Remove GDBTK from GDB package.
10764         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10765         dejagnu.tar.bz2): New packages.
10766
10767 2000-02-27  Andreas Jaeger  <aj@suse.de>
10768
10769         * configure.in: Add entry for mips*-*-linux*, move catch all
10770         *-*-*linux* entry below this one.
10771
10772 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
10773
10774         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10775
10776 2000-02-24  Nick Clifton  <nickc@cygnus.com>
10777
10778         * config.sub: Support an OS of "wince".
10779
10780 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10781
10782         * config.guess, config.sub: Updated to match config's 2000-02-15
10783         version.
10784
10785 2000-02-23  Linas Vepstas  <linas@linas.org>
10786
10787         * config.sub: Add support for Linux/IBM 370.
10788         * configure.in: Likewise.
10789
10790 2000-02-22  Nick Clifton  <nickc@cygnus.com>
10791
10792         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10793
10794 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
10795
10796         * config.guess: Guess "cygwin" rather than "cygwin32".
10797
10798 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10799
10800         * configure (gcc_version): When setting, narrow search to
10801         lines containing `version_string'.
10802
10803 2000-02-15  Denis Chertykov  <denisc@overta.ru>
10804
10805         * config.sub: Add support for avr target.
10806
10807 2000-02-14  Nick Clifton  <nickc@cygnus.com>
10808
10809         * MAINTAINERS: Add maintainers for MCore port.
10810
10811 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10812
10813         * config.sub: Add mmix-knuth-mmixware.
10814
10815 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10816
10817         * MAINTAINERS: Pair cccp with cpplib maintainership.
10818
10819 2000-01-27  Christopher Faylor  <cgf@redhat.com>
10820
10821         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10822         structure stuff to -L library search.
10823         (CXX_FOR_TARGET): Ditto.
10824         (CROSS_CHECK_MODULES): Fix spelling mistake.
10825
10826 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
10827
10828         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10829         the C++ compiler.
10830
10831 2000-01-12  Richard Henderson  <rth@cygnus.com>
10832
10833         * configure.in: Don't build some bits for beos.
10834
10835 2000-01-12  Joel Sherrill (joel@OARcorp.com)
10836
10837         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10838         as include files.
10839
10840 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
10841
10842         * Add self as cpplib maintainer, as requested by Jason
10843         Merrill.  Correct my e-mail address.
10844
10845 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
10846
10847         * configure.in: Use mt-aix43 to handle *_TARGET defs,
10848         not mh-aix43.
10849
10850 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
10851
10852         * MAINTAINERS: Add myself to "write after approval" list.
10853
10854 1999-12-14  Richard Henderson  <rth@cygnus.com>
10855
10856         * config.guess (alpha-osf, alpha-linux): Detect ev67.
10857         * config.sub: Accept alphaev[78], alphaev8.
10858
10859 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10860
10861         * config.guess, config.sub: Update from autoconf.
10862
10863 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
10864
10865         * MAINTAINERS:  update my playtime e-address.
10866
10867 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10868
10869         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10870         necessary libraries are missing.
10871
10872 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
10873
10874         * MAINTAINERS: Add new 'write after approval' maintainer.
10875
10876 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10877
10878         * MAINTAINERS: Add new Java maintainer.
10879
10880 1999-10-25  Andreas Schwab  <schwab@suse.de>
10881
10882         * configure: Fix quoting inside arguments of eval.
10883
10884 1999-10-21  Nick Clifton  <nickc@cygnus.com>
10885
10886         * config-ml.in: Allow suppression of some ARM multilibs.
10887
10888 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
10889
10890         * config.guess: Add OS/390 match pattern.
10891         * config.sub: Add mvs, openedition targets.
10892         * configure.in (i370-ibm-opened*): New.
10893
10894 1999-09-04  Steve Chamberlain  <sac@pobox.com>
10895
10896         * config.sub: Add support for configuring for pj.
10897
10898 1999-08-31  Nick Clifton  <nickc@cygnus.com>
10899
10900         * config.sub (maybe_os): Add support for configuring for fr30.
10901
10902 1999-08-25  Nick Clifton  <nickc@cygnus.com>
10903
10904         * configure.in: Do not configure or build ld for AIX
10905         platforms.  ld is known to be broken on these platforms.
10906
10907 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10908
10909         * config-ml.in: Pass compiler flag corresponding to multidirs to
10910         subdir configures.
10911
10912 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
10913
10914         * Makefile.in (LDFLAGS): Define.
10915
10916 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
10917
10918         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10919         noconfigdirs.
10920         (*-*-cygwin*): Likewise.
10921
10922 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
10923
10924         * mkdep: New file.
10925         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10926         (BINUTILS_SUPPORT_DIRS): Add mkdep.
10927
10928         From Eli Zaretskii <eliz@is.elta.co.il>:
10929         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10930         long file name when using DJGPP on MS-DOS.
10931
10932 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
10933
10934         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10935
10936 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
10937
10938         * Makefile.in (check-target-libio): Remove all-target-libstdc++
10939         dependency as this causes "make check" to globally "make all"
10940
10941 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
10942
10943         * configure.in (target_libs): Added target-zlib.
10944         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10945         (CONFIGURE_TARGET_MODULES): Likewise.
10946         (CHECK_TARGET_MODULES): Likewise.
10947         (INSTALL_TARGET_MODULES): Likewise.
10948         (CLEAN_TARGET_MODULES): Likewise.
10949         (configure-target-zlib): New target.
10950         (all-target-zlib): Likewise.
10951         (all-target-libjava): Depend on all-target-zlib.
10952         (configure-target-libjava): Depend on configure-target-zlib.
10953
10954         * Makefile.in (configure-target-libjava): Depend on
10955         configure-target-newlib.
10956         (configure-target-boehm-gc): New target.
10957         (configure-target-qthreads): New target.
10958
10959         * configure.in (target_libs): Added target-qthreads.
10960         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10961         (CONFIGURE_TARGET_MODULES): Likewise.
10962         (CHECK_TARGET_MODULES): Likewise.
10963         (INSTALL_TARGET_MODULES): Likewise.
10964         (CLEAN_TARGET_MODULES): Likewise.
10965         (all-target-qthreads): New target.
10966         (configure-target-libjava): Depend on configure-target-qthreads.
10967         (all-target-libjava): Depend on all-target-qthreads.
10968
10969         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10970         (CONFIGURE_TARGET_MODULES): Likewise.
10971         (CHECK_TARGET_MODULES): Likewise.
10972         (INSTALL_TARGET_MODULES): Likewise.
10973         (CLEAN_TARGET_MODULES): Likewise.
10974         (all-target-libjava): New target.
10975         (all-target-boehm-gc): Likewise.
10976         * configure.in (target_libs): Added libjava, boehm-gc.
10977
10978 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
10979
10980         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10981         configure.bat in SUPPORT_FILES.
10982         (gas+binutils.tar.bz2): Likewise.
10983
10984         * makeall.bat: Remove; obsolete.
10985
10986 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
10987
10988         From Mark Elbrecht:
10989         * configure.bat: Remove; obsolete.
10990
10991 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
10992
10993         * configure: Add -W -Wall to the default CFLAGS when compiling with
10994         gcc.
10995
10996 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
10997
10998         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10999
11000 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
11001
11002         * configure.in: Build ld on IRIX6.
11003
11004 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
11005
11006         * Makefile.in: Change distribution targets to use bzip2 instead of
11007         gzip.
11008         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
11009         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
11010
11011 1999-06-04  Nick Clifton  <nickc@cygnus.com>
11012
11013         * config.sub: Add mcore target.
11014
11015 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
11016
11017         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
11018
11019 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
11020
11021         * config.guess (dummy): Changed to $dummy.
11022
11023 1999-05-24  Nick Clifton  <nickc@cygnus.com>
11024
11025         * config.sub: Tidied up case statements.
11026
11027 1999-05-22  Ben Elliston  <bje@cygnus.com>
11028
11029         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
11030         <jiro@din.or.jp>.
11031
11032         * config.guess: Merge with FSF version. Future changes will be
11033         more accurately recorded in this ChangeLog.
11034         * config.sub: Likewise.
11035
11036 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
11037
11038          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
11039
11040 1999-04-30  Tom Tromey  <tromey@cygnus.com>
11041
11042         * ltmain.sh: [mode link] Always use CC given by ltconfig.
11043
11044 1999-04-23  Tom Tromey  <tromey@cygnus.com>
11045
11046         * ltconfig, ltmain.sh: Update to libtool 1.2f.
11047
11048 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
11049
11050         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
11051         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
11052         Bad merge removed these two changes.
11053
11054 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
11055                           Martin Heller (Ing.-Buero_Heller@t-online.de)
11056
11057         * config.guess (interix Alpha): Add.
11058
11059 1999-04-11  Richard Henderson  <rth@cygnus.com>
11060
11061         * configure.in (i?86-*-beos*): Do config gperf; don't config
11062         gdb, newlib, or libgloss.
11063
11064 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
11065
11066         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
11067         link a trivial program with -mabi=64.  If it fails, remove mabi=64
11068         from multidirs.
11069
11070 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
11071
11072         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
11073
11074 1999-04-08  Nick Clifton  <nickc@cygnus.com>
11075
11076         * config.sub: Add support for mcore targets.
11077
11078 1999-04-07  Michael Meissner  <meissner@cygnus.com>
11079
11080         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
11081         not mt-ospace, in order to shut up assembler warning about using
11082         symbols that are named the same as registers.
11083
11084 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
11085
11086         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
11087         dependency list for all-target-cygmon.
11088
11089 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
11090
11091         * config-ml.in: Check $host, not $target, for selective multilibs.
11092         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
11093         thumb interworking, and underscore prefix multilibs.
11094
11095 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
11096
11097         * missing: Update to version from current automake.
11098
11099 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
11100
11101         * configure (gxx_include_dir): Removed.
11102
11103         * configure.in (gxx_include_dir): Handle it.
11104         * Makefile.in: Likewise.
11105
11106 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
11107
11108         * config.sub (mips64vr4111,mips64vr4111el) Add.
11109
11110 1999-03-21  Ben Elliston  <bje@cygnus.com>
11111
11112         * config.guess: Correct typo for detecting ELF on FreeBSD.
11113
11114 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
11115
11116         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
11117         config/mh-djgpp.
11118
11119 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
11120
11121         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
11122         all-target-newlib to dependency list for all-target-bsp.
11123
11124 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11125
11126         * config.sub: Add i386-uwin support.
11127         * config.guess: Likewise.
11128
11129 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11130
11131         * configure.in: cleanup, add mh-*pic handling for arm, special
11132         case powerpc*-*-aix*
11133
11134 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
11135
11136         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11137         can be built.
11138
11139 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
11140
11141         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
11142         targets.
11143
11144 1999-03-02  Nick Clifton  <nickc@cygnus.com>
11145
11146         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11147
11148 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
11149
11150         * config.sub: Check for "cygwin*" rather than "cygwin32*"
11151
11152 1999-02-24  Nick Clifton  <nickc@cygnus.com>
11153
11154         * config.sub: Fix typo in arm recognition.
11155
11156 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
11157
11158         * configure.in (noconfigdirs): Changed target_configdirs to
11159         include target-bsp only for m68k-*-elf* and m68k-*-coff*
11160         rather than m68k-*-* since it is not known to work on
11161         m68k-aout. Ditto for arm-*-*oabi.
11162
11163 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
11164
11165         * configure.in (*-*-windows*): Remove, no longer used.
11166
11167 1999-02-19  Ben Elliston <bje@cygnus.com>
11168
11169         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11170         Smart and improved by Andrew Cagney.
11171
11172 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
11173
11174         * config.guess: Recognize openbsd-*-hppa.
11175
11176 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
11177
11178         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11179         only if it is not empty.
11180
11181 1999-02-17  Nick Clifton  <nickc@cygnus.com>
11182
11183         Patch from: Scott Bambrough <scottb@corelcomputer.com>
11184
11185         * config.guess: Modified to recognize uname's armv* syntax.
11186
11187         * config.sub: Modified to recognize uname's armv* syntax.
11188
11189 1999-02-17  Mark Salter  <msalter@cygnus.com>
11190
11191         * configure.in: Added target-bsp for sparclite.
11192
11193 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
11194
11195         * config.sub: Recognize alphapca5[67] and up to alphaev8.
11196
11197 1999-02-08  Nick Clifton  <nickc@cygnus.com>
11198
11199         * configure.in: Add support for strongarm port.
11200         * config.sub: Add support for strongarm target.
11201
11202 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11203
11204         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11205         the old name config/mh-cygwin32.
11206         Enable texinfo.
11207
11208 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
11209
11210         * configure.in: Do build ld for ix86 Solaris.
11211
11212 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
11213
11214         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
11215         $AR_FOR_TARGET.  Likewise for RANLIB.
11216
11217 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
11218
11219         * config.sub (oabi):  Recognize.
11220         * configure.in (arm-*-oabi):  Handle.
11221
11222 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
11223
11224         * config.guess: Improve detection of i686 on UnixWare 7.
11225
11226 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11227
11228         * config.guess: Add support for i386-pc-interix.
11229         * config.sub: Likewise.
11230         * configure.in: Likewise.
11231
11232 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
11233
11234         * Makefile.in: Remove unneeded all-target-libio from
11235         from all-target-winsup target since it is now unneeded.
11236         Add all-target-libtermcap in its place since it is now
11237         needed.
11238
11239 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
11240
11241         * configure.in: makefile stub for cygwin target is probably
11242         unnecessary.  Remove it for now.
11243
11244 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
11245
11246         * configure.in: libtermcap.a should be built when cygwin is the
11247         target as well as the host.
11248         * config.guess: Allow mixed case in cygwin uname output.
11249         * Makefile.in: Add libtermcap target.
11250
11251 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
11252
11253         * config.sub: Clean up handling of hppa2.0.
11254
11255 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
11256
11257         * config.guess: Use C code to identify more HP machines.
11258
11259 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
11260
11261         * config.sub: Handle hppa2.0.
11262
11263 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
11264
11265         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11266         cygmon for all sparclite targets, regardless of object format.
11267
11268 1998-12-15  Mark Salter  <msalter@cygnus.com>
11269
11270         * configure.in: Added target-bsp for several target architectures.
11271
11272         * Makefile.in: Added rules for bsp.
11273
11274 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
11275
11276         * config.guess: Improve detection of hppa2.0 processors.
11277
11278 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
11279
11280         * config.guess: Recognize FreeBSD using ELF automatically.
11281
11282 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
11283
11284         * configure (skip-this-dir): Add handling for new shell script, which
11285         might be created by a sub-directory's configure to indicate, this particular
11286         directory is "unwanted".
11287         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11288
11289 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
11290
11291         * ltconfig: import from libtool, after changing libtool to
11292         account for the cygwin name change.
11293
11294 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
11295
11296         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11297         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11298
11299 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
11300
11301         * configure.in: Add libtermcap to list of cygwin dependencies.
11302
11303 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
11304
11305         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11306         they include winsup/include when it's a cygwin target.
11307
11308 1998-11-12  Tom Tromey  <tromey@cygnus.com>
11309
11310         * configure.in (host_tools): Added zip.
11311         * Makefile.in (all-target-libjava): Depend on all-zip.
11312         (all-zip): New target.
11313         (ALL_MODULES): Added all-zip.
11314         (NATIVE_CHECK_MODULES): Added check-zip.
11315         (INSTALL_MODULES): Added install-zip.
11316         (CLEAN_MODULES): Added clean-zip.
11317
11318 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
11319
11320         * Makefile.in: lose "32" from comment about cygwin.
11321
11322 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
11323
11324         * configure.in: Use -Os to build target libraries for the fr30.
11325
11326 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
11327
11328         * config.sub: Add fr30.
11329
11330 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
11331
11332         * configure.in: drop "32" from config/mh-cygwin32.  Check
11333         cygwin* instead of cygwin32*.
11334         * config.sub: Check cygwin* instead of cygwin32*.
11335
11336 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
11337
11338         * config.guess: Match any version of Unixware7.
11339
11340 1998-10-20  Syd Polk  <spolk@cygnus.com>
11341
11342         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11343         if desired.
11344
11345 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
11346
11347         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11348         these if the appropriate directories and files to not exist.
11349
11350 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
11351
11352         * Makefile.in (DEVO_SUPPORT): Add config.if.
11353
11354 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11355
11356         * configure: Add pattern to replace "build_tooldir"'s
11357         definition in the generated Makefile with "tooldir"'s
11358         actual value.
11359
11360 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
11361
11362         * config.sub: Bring back lost sparcv9.
11363
11364         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11365
11366 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
11367
11368         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11369         CC_FOR_TARGET and friends.
11370
11371 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
11372
11373         * Makefile.in (build_tooldir): New variable, same as tooldir.
11374         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11375         -B$(build_tooldir)/bin/.
11376         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11377
11378 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11379
11380         * README: Remove installation instructions and refer to the
11381         INSTALL directory instead.
11382
11383 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
11384
11385         * config.sub: Add support for i[34567]86-pc-udk.
11386         * configure.in: Likewise.
11387
11388 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
11389
11390         * Makefile.in: add bzip2 package building bits for user
11391         tools module
11392         * configure.in: ditto
11393
11394 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
11395
11396         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11397         (ALL_TARGET_MODULES): Add all-target-libobjc.
11398         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11399         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11400         (all-target-libchill): Add dependencies.
11401         * configure.in (target_libs): Add libchill.
11402
11403 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
11404
11405         * configure.in (target_subdir): Remove duplicate line.
11406
11407 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
11408
11409         * Makefile.in (all-automake): fix dependencies.
11410
11411 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
11412
11413         * configure.in: Minor cleanups for building in the $(target_alias)
11414         subdir.
11415
11416 1998-09-22  Jim Wilson  <wilson@cygnus.com>
11417
11418         * Makefile.in (bootstrap): Set r and s before make all.  Use
11419         BASE_FLAGS_TO_PASS in make all.
11420         (cross): Likewise.
11421
11422 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
11423
11424         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11425
11426 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
11427
11428         * config.sub: Fix typo in last change.
11429
11430 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11431
11432         * config.sub: Add support for C4x target.
11433         * configure.in: Likewise.
11434
11435 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
11436
11437         * config.sub: Recognize sparcv9 just like sparc64.
11438
11439 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
11440
11441         * config.guess: Match "Pent II" or "PentII" for OpenServer.
11442
11443 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
11444
11445         * config.guess: Correctly identify Pentium II sco boxes.
11446
11447         * config.guess: Fix "tr" code.  From Weiwen Liu.
11448
11449 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
11450
11451         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11452         stabs.
11453
11454 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
11455
11456         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11457         (ALL_TARGET_MODULES): Add all-target-libchill.
11458         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11459         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11460         (all-target-libchill): Add dependencies.
11461         * configure.in (target_libs): Add libchill.
11462
11463 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11464
11465         * config.guess: Avoid assumptions about "tr" behaves when
11466         LANG is set to something other than English.
11467
11468 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
11469
11470         * configure (gxx_include_dir): Changed to
11471         '${prefix}/include/g++'-${libstdcxx_interface}.
11472
11473         * config.if: New to determine the interfaces.
11474
11475 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
11476
11477         * config.guess: Detect and handle MPE/IX.
11478         * config.sub: Deal with MPE/IX.
11479
11480 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
11481
11482         * configure.in: Use mh-aix43.
11483
11484 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
11485
11486         * configure: Fix --without/--disable cases for gxx-include-dir.
11487
11488 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
11489
11490         * mdata-sh:  Imported.  Needed for automake support.
11491
11492 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
11493
11494         * Makefile.in (taz): Try "chmod -R og=u ." before
11495         "chmod og=u `find . -print`".
11496
11497 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
11498
11499         * configure.in: Add arm-elf and thumb-elf support.
11500
11501 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
11502
11503         * Makefile.in: Undo previous patch.
11504
11505 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
11506
11507         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11508         to here ...
11509         (install-no-fixedincludes): and here
11510         (INSTALL_MODULES): ... from here.
11511
11512 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11513
11514         * config.sub: Merge with FSF.
11515
11516         * config.guess: Merge with FSF.
11517
11518 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
11519
11520         * configure (extraconfigdirs): New variable.
11521         (SUBDIRS): Add extraconfigdirs and recurse on them too.
11522         * Makefile.in (all): Move higher in file.
11523         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11524         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11525         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11526         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11527         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11528
11529 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
11530
11531         * Makefile.in (all-target-libjava): Depend on all-gcc and
11532         all-target-newlib.
11533         (configure-target-libjava): Depend on $(ALL_GCC).
11534
11535 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
11536
11537         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11538         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11539
11540 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
11541
11542         * INSTALL/README: Fix typo.
11543
11544 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11545
11546         * ylwrap: Change absolute path checks to check for DOS style path
11547         names.
11548
11549         * ylwrap: Don't use a full path name if the source file is in the
11550         same directory.  From hjl@lucon.org (H.J. Lu).
11551
11552         * config-ml.in: Default to being verbose, to match Feb 18 change to
11553         configure.
11554
11555 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
11556
11557         Brought over from egcs:
11558
11559         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11560
11561         * configure.in (target_subdir): Set to ${target_alias} instead
11562         of "libraries".
11563
11564         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11565
11566         * configure.in (target_subdir): Set to libraries if enable_multilib.
11567
11568 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
11569
11570         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11571         multilibs, force reconfiguration the first time we create
11572         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11573
11574 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
11575
11576         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11577         avoid confusion with --no-recursion.
11578
11579 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
11580
11581         * configure.in: Win32 hosts shouldn't use install -x
11582         * install-sh: remove -x option, and special .exe-handling
11583         hack.
11584
11585 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
11586
11587         * config.guess: Recognize i586-pc-beos.
11588         * configure.in: Don't build some bits for beos.
11589
11590 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11591
11592         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11593         CFLAGS default to -O2.
11594
11595         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11596         when using GNU ld.
11597
11598 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
11599
11600         * ltmain.sh: Correct install when using a different shell.
11601
11602 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11603
11604         * ltconfig, ltmain.sh: Update to libtool 1.2b.
11605
11606 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
11607
11608         * makefile.vms: Update to build binutils/makefile.vms.  Add install
11609         target.
11610
11611 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
11612
11613         * ltconfig: Update to correct AIX handling.
11614
11615 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11616
11617         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11618
11619         * configure.in (target_subdir): Set to ${target_alias} instead
11620         of "libraries".
11621
11622 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
11623
11624         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11625         (Makefile): Depend on $(gcc_version_trigger).
11626
11627         * configure (gcc_version): Change default initializer to empty
11628         string.
11629         (gcc_version_trigger): New variable; pass this variable down
11630         to subdir configures to enable them checking gcc's version
11631         themselves. Emit make macros for both gcc_version vars.
11632         (topsrcdir): Initialize reliably.
11633         (recursion line): Remove --with-gcc-version=${gcc_version}.
11634
11635 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11636
11637         * configure (enable_version_specific_runtime_libs): Implement new flag
11638         --enable-version-specific-runtime-libs which installs C++ runtime stuff
11639         in $(libsubdir); emit definition in each generated Makefile.
11640         (gxx_include_dir): Initialize depending on
11641         $enable_version_specific_runtime_libs.
11642
11643 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11644
11645         * configure (gcc_version): Initialize properly depending on
11646         how and where configure is started.
11647         (recursion line): Pass a --with-gcc-version=${gcc_version}
11648         to configures in subdirs.
11649
11650 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
11651
11652         * configure.in (noconfigdirs): Add configure pattern for mips tx39
11653         cygmon
11654
11655 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
11656
11657         * configure.in: Add cygmon and libstub support for mn10200.
11658
11659 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
11660
11661         * configure (gcc_version): Add new variable describing the
11662         particular gcc version we're building.
11663         * Makefile.in (libsubdir): Add new macro for the directory
11664         in which the compiler finds executables, libraries, etc.
11665         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11666         and libsubdir.
11667
11668 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11669
11670         * Makefile.in (local-clean): Remove *.log.
11671         (warning.log): Built with warn_summary from build.log.
11672         (mail-report.log): Run test_summary.
11673         (mail-report-with-warnings.log): Run test_summary including
11674         warning.log in the report.
11675
11676 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
11677
11678         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11679
11680 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11681
11682         * Makefile.in (grep): Grep no longer depends on libiberty.
11683
11684 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
11685
11686         * Makefile.in: all-snavigator needs all-libgui.
11687
11688 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
11689
11690         * configure.in: Add cygmon and libstub support for mn10300.
11691
11692 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
11693
11694         * missing: Update to version from automake 1.3.
11695
11696         * ltmain.sh: On installation, don't get confused if the same name
11697         appears more than once in the list of library names.
11698
11699 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11700
11701         * config.sub: Accept m68060 and m5200 as CPU names.
11702
11703 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
11704
11705         * configure: Use && rather than using -a in test, because odd
11706         strings can confuse test.
11707         * configure.in: Likewise.
11708
11709 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11710
11711         * ltconfig, ltmain.sh: Bring in Visual C++ support.
11712
11713 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11714
11715         * Makefile.in (boostrap2-lean, bootstrap3-lean,
11716         bootstrap4-lean): New targets.
11717
11718 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
11719
11720         * mpw-* Delete.  Not used.
11721
11722 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
11723
11724         * COPYING.LIB: Update FSF address.
11725
11726 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
11727
11728         * ltconfig, ltmain.sh: Update to libtool 1.2a.
11729
11730         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11731         GAS_SUPPORT_DIRS.
11732
11733 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
11734
11735         * ltconfig, ltmain.sh: Avoid producing a version number if
11736         -version-info was not used.
11737
11738 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11739
11740         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11741         building with newlib.
11742
11743 1998-04-30  Paul Eggert  <eggert@twinsun.com>
11744
11745         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11746         Solaris `make' causes it to continue to next definition.
11747
11748 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11749
11750         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11751         the right GUI libraries and files are installed along with GDB.
11752
11753 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11754
11755         * configure.in: Change alpha to alpha* in several places.
11756
11757 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
11758
11759         * config.sub: Recognize sparc86x.
11760
11761 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
11762
11763         * configure.in (--enable-target-optspace): Remove debug echo.
11764
11765 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
11766
11767         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11768
11769 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11770
11771         * ltconfig: Update cygwin32 support.
11772
11773         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11774         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11775         (GDB_SUPPORT_DIRS): Likewise.
11776
11777 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
11778
11779         * configure.in (target_makefile_frag): If --enable-target-optspace,
11780         use -Os to compile target libraries rather than -O2.  Default to
11781         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11782         not used.
11783         * configure.in (target_cflags): Ditto for d30v.
11784
11785 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
11786
11787         * Makefile.in (all-bfd): Depend on all-intl.
11788         (all-binutils): Likewise.
11789         (all-gas): Likewise.
11790         (all-gprof): Likewise.
11791         (all-ld): Likewise.
11792
11793 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
11794
11795         * configure.in (host_tools): Fix typo, lbtool -> libtool.
11796
11797 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11798
11799         * Makefile.in (all-bfd): Depend upon all-libiberty.
11800
11801         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11802
11803 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
11804
11805         * Makefile.in: Add libstub.
11806
11807         * configure.in: Ditto. Build libstub for targets that have cygmon
11808         support.
11809
11810 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
11811
11812         * configure.in: Don't set PICFLAG on ix86-cygwin32.
11813
11814 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
11815
11816         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11817         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
11818
11819 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
11820
11821         * configure: Define DEFAULT_M4 by searching PATH.
11822         * Makfile.in: Use DEFAULT_M4.
11823
11824 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11825
11826         * ltconfig: Add cygwin32 support.
11827
11828         * Makefile.in, configure.in: Add libtool as a native only directory
11829         to configure and build.
11830
11831 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
11832
11833         * Makefile.in (INSTALL_MODULES): Remove texinfo.
11834
11835 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
11836
11837         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11838
11839 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
11840
11841         * Makefile.in: add ash make rules
11842         * configure.in: add ash to native_only and host_tools lists
11843
11844 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
11845
11846         * Makefile.in (all-gettext, all-intl): New targets.
11847         (ALL_MODULES): Added all-gettext, all-intl.
11848         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11849         (INSTALL_MODULES): Added install-gettext, install-intl.
11850         (CLEAN_MODULES): Added clean-gettext, clean-intl.
11851
11852         * configure.in (host_tools): Added gettext.
11853         (native_only): Likewise.
11854         (noconfigdirs) [various cases]: Likewise.
11855         (host_libs): Added intl.
11856
11857 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
11858
11859         * configure: Do not disable building gdbtk for cygwin32 hosts.
11860
11861 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
11862
11863         * configure.in: Add thumb-coff target.
11864         * config.sub: Add thumb-coff target.
11865
11866 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11867
11868         * Makefile.in: Revert yesterday's change.
11869         (all-target-winsup):  all-target-librx stays out of here.
11870
11871 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11872
11873         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11874         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11875         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11876         Remove references to librx and libg++.
11877
11878 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
11879
11880         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11881         recursive makes
11882
11883 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
11884
11885         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11886         for newlib directory.
11887         (CXX_FOR_TARGET): Likewise.
11888
11889 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
11890
11891         * ltconfig: Update after libtool/ltconfig.in change for
11892         hpux11.
11893
11894 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
11895
11896         * ltconfig, ltmain.sh: Update to libtool 1.2.
11897
11898 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11899
11900         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11901         (install-gcc-cross): Instead, override LANGUAGES here.
11902
11903 1998-03-18  Dave Love  <d.love@dl.ac.uk>
11904
11905         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11906         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11907
11908 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
11909
11910         * configure.in: Add Thumb-pe target.
11911
11912 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
11913
11914         * Makefile.in - changed sn targets to snavigator
11915         * configure.in - changed sn targets to snavigator
11916
11917 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11918
11919         * config-ml.in: After building symlink tree call make distclean
11920         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11921         to be the case for libiberty.
11922
11923 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
11924
11925         * configure: When making link, also check the current
11926         directory. The configure scripts may create one.
11927
11928 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
11929
11930         * config.sub: Accept alphapca56 and alphaev6 properly.
11931
11932 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11933
11934         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11935
11936 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11937
11938         * config.sub (sco5): Fix typo.
11939
11940 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
11941
11942         * Makefile.in (INSTALL_MODULES): Move install-tcl before
11943         install-itcl.
11944         (install-itcl): Remove dependency on install-tcl.
11945
11946 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
11947
11948         * configure.in: Remove libgloss from noconfigdirs for MN10300.
11949
11950 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
11951
11952         * configure.in: Don't build libgui for a cygwin32 target when not on
11953         a cygwin32 host.
11954
11955 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11956
11957         * configure (redirect): Set to null, so default behavior of
11958         configure is now --verbose.
11959
11960 1998-02-16  Dave Love  <d.love@dl.ac.uk>
11961
11962         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11963         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11964
11965 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
11966
11967         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11968         this change to sync Makefile.in with its ChangeLog entries.
11969
11970 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
11971
11972         * ltmain.sh (mkdir): Check that the directory doesn't exist
11973         before we exit with error, so that we don't get races during
11974         parallel builds.
11975
11976 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11977
11978         * ltconfig, ltmain.sh: Update from libtool 1.0i.
11979
11980 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11981
11982         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11983         PICFLAG_FOR_TARGET.
11984         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11985
11986         * configure: Emit a definition for the new macro enable_shared
11987         into each Makefile.
11988
11989 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11990
11991         * configure.in (host_tools, native_only): Add libtool.
11992
11993 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
11994
11995         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11996         Fix typo in ming config comment.
11997
11998 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11999
12000         * ltconfig, ltmain.sh: Update from libtool 1.0h.
12001
12002 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
12003
12004         * config.sub: Add tic30 cases, and map c30 to tic30.
12005
12006 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
12007
12008         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
12009         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
12010         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
12011         (CLEAN_TARGET_MODULES): Similarly
12012         (all-target-libf2c): Add dependences.
12013         * configure.in (target_libs): Add libf2c.
12014
12015 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
12016
12017         * configure.in: Remove expect from noconfigdirs when target
12018         is cygwin32.  OK to build expect and dejagnu with Canadian
12019         Cross.
12020
12021 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
12022
12023         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
12024         host.
12025
12026         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
12027         and mingw32.
12028
12029 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12030
12031         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
12032         here as it is not defined in the toplevel Makefile.
12033
12034 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12035
12036         * configure (package_makefile_rules_frag): New variable, which names
12037         a file with generic rules, ...
12038         Change comment to mention we now have FIVE parts.
12039         * configure: Undo last change.
12040
12041 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
12042
12043         * config.guess: More accurate determination of HP processor types.
12044         * config.sub: More accurate determination of HP processor types.
12045
12046 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12047
12048         * configure (package_makefile_frag): Move inserting the
12049         ${package_makefile_frag} to where it should be according
12050         to the comment.
12051
12052 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
12053
12054         * config.guess: Add support for Linux/ARM.
12055
12056 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
12057
12058         * .cvsignore: Remove *-info and *-install since they match
12059         release-info and mpw-install, which we don't want to just ignore.
12060
12061 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
12062
12063         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
12064
12065 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
12066
12067         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
12068         local_prefix to sub-make invocations.
12069
12070 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
12071
12072         * configure.in: Check makefile fragments in the source
12073         directory.
12074
12075 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
12076
12077         * configure.in: Check whether host and target makefile
12078         fragments exist before adding them to *_makefile_frag.
12079
12080 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
12081
12082         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
12083
12084 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
12085
12086         * configure.in: Make sure we only replace RPATH_ENVVAR on
12087         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
12088         regexp to sed.
12089
12090         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
12091         to sub-makes.
12092
12093 1998-01-13  Lee Iverson   (leei@ai.sri.com)
12094
12095         * config-ml.in (multi-do): LDFLAGS must include multilib
12096         designator.
12097
12098 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
12099
12100         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
12101
12102 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
12103
12104         * config.sub: Add mingw32 support.
12105         * configure.in: Likewise.
12106
12107 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
12108
12109         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
12110
12111 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
12112
12113         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12114         * configure (gxx_include_dir): Provide a definition for subdirs
12115         which do not use autoconf.
12116
12117 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
12118
12119         * config.guess: Sync with egcs.  Picks up new alpha support,
12120         BeOS & some additional linux support.
12121
12122 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
12123
12124         * config.guess: HP 9000/803 is a PA1.1 machine.
12125
12126 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
12127
12128         * configure.in: It's alpha*-...
12129
12130 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12131
12132         * configure.in (host_makefile_frag, target_makefile_frag):
12133         Handle multiple config files.
12134         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
12135         alpha-*-*.
12136
12137 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
12138
12139         * mkdep: New file.
12140
12141 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
12142
12143         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12144
12145 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12146
12147         * Makefile.in: Add libgui directory.
12148         (GDB_TK): Add all-libgui.
12149         * configure.in: Add libgui directory.
12150         * configure: Add all-libgui to GDB_TK.
12151
12152 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
12153
12154         * config-ml.in (multidirs): Add m32r to multilib list.
12155
12156 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
12157
12158         * Makefile.in (all-target-gperf): Change dependency to
12159         all-target-libstdc++.
12160
12161 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
12162
12163         * config.guess: Add BeOS support.
12164
12165 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12166
12167         Source directory cvs renamed to cvssrc:
12168         * configure.in (host_tools): Change cvs to cvssrc.
12169         (native_only): Likewise.
12170         (noconfigdirs) [various cases]: Likewise.
12171         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12172         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12173         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12174         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12175         (all-cvssrc): Rename target from all-cvs.
12176
12177 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
12178
12179         * configure (gxx_include_dir): Fix thinko.
12180
12181 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
12182
12183         * Makefile.in (INSTALL_TARGET_CROSS): Define.
12184         (install-cross, install-gcc-cross): New targets.
12185
12186 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
12187
12188         * configure.in (noconfigdirs): Add support for Thumb target.
12189
12190         * config.sub (maybe_os): Add support for Thumb target.
12191
12192 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
12193
12194         * Makefile.in: Add rules for cygmon.
12195
12196         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12197
12198 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
12199
12200         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12201         * configure (gxx_include_dir): Provide a definition for subdirs
12202         which do not use autoconf.
12203
12204 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
12205
12206         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12207         11/18/97 build
12208
12209 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
12210
12211         * From Franz Sirl.
12212         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12213         found on RedHat Linux systems.
12214
12215 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
12216
12217         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12218         guesses.
12219
12220 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
12221
12222         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12223
12224 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
12225
12226         * ltmain.sh: If mkdir fails, check whether the directory was created
12227         anyhow by some other process.
12228
12229 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
12230
12231         * configure.in (d30v-*-*): Configure all directories.
12232
12233 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
12234
12235         * configure.in (d30v-*-*): Configure newlib, libiberty directories
12236         for the D30V.
12237
12238 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
12239
12240         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12241
12242 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
12243
12244         * include/libiberty.h: Add extern "C" { so it can be used with C++
12245         progrms.
12246         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
12247         programs.
12248
12249 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
12250
12251         * configure.in (d30v-*-*): Configure GCC now.
12252
12253 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
12254
12255         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12256         is no longer needed.
12257
12258 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
12259
12260         * Makefile.in: check-target-libio depends on all-target-libstdc++.
12261
12262 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
12263
12264         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12265         targets using "$@" to provide support for similar but not identical
12266         targets without having to duplicate code.
12267
12268 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
12269
12270         * makefile.vms: Fix to work with DEC C.
12271
12272 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
12273
12274         * config.sub: Add mips-tx39-elf to marketing names.
12275
12276 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
12277
12278         * ltmain.sh: Handle symlinks in generated script.
12279
12280 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
12281
12282         * configure: Handle autoconf style directory options: --bindir,
12283         --datadir, --includedir, --infodir, --libdir, --libexecdir,
12284         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12285         --sysconfdir.
12286         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12287         (sharedstatedir, localstatedir, oldincludedir): New variables.
12288         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12289         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12290         sbindir, sharedstatedir, and sysconfdir.
12291
12292 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12293
12294         * Makefile.in (bootstrap-lean): New target.
12295
12296 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
12297
12298         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
12299         sn, and gnuserv from noconfigdirs.
12300
12301 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
12302
12303         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12304
12305 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
12306
12307         * Makefile.in (cross): New target.
12308
12309 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
12310                           Jeff Law         <law@cygnus.com>
12311
12312         * Makefile.in (bootstrap2, bootstrap3): New targets.
12313         (all-bootstrap): Remove outdated and confusing target.
12314         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12315
12316 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12317
12318         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12319         windows.  Consistent with gdb/configure.
12320
12321 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
12322
12323         * configure.in: Name Linux target fragment.
12324
12325         * configure: Rewrite so that project Makefile fragment is inserted
12326         first and appears last in the resulting Makefile.
12327
12328 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12329
12330         * Makefile.in (install-itcl): Install tcl first.
12331
12332 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
12333
12334         * configure.in: remove bison from noconfigdirs for Cygwin32 host
12335
12336 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12337
12338         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12339
12340         * configure.in (skipdirs): Add target-librx for Linux.
12341         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12342
12343 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
12344
12345         * Makefile.in (bootstrap): New target.
12346
12347 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
12348
12349         * config.sub: Accept 'amigados' for backward compatibility.
12350
12351 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
12352
12353         * config.guess: Merge with FSF.
12354
12355 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
12356
12357         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12358
12359 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
12360
12361         * config.sub: Add "marketing-names" patch.
12362
12363 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
12364
12365         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12366
12367 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
12368
12369         * config.sub: Handle v850-elf.
12370
12371 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
12372
12373         * .cvsignore (*-install): Remove.
12374
12375 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
12376
12377         * ltconfig: Set CONFIG_SHELL in libtool.
12378         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12379
12380 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
12381
12382         * configure.in (target_subdir): Set to libraries if enable_multilib.
12383
12384 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
12385
12386         * config.guess: Update from gcc directory.
12387
12388 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12389
12390         * Makefile.in (all-sim): Depends on all-readline.
12391
12392 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
12393
12394         * Makefile.in (BISON, YACC): Use $$s.
12395         (all-bison): Depend on all-texinfo.
12396
12397 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
12398
12399         * Makefile.in (BISON): Add -L flag.
12400         (YACC): Likewise.
12401
12402 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12403
12404         * configure.in (noconfigdirs): Add support for v850e target.
12405
12406         * config.sub (maybe_os): Add support for v850e target.
12407
12408 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12409
12410         * configure.in (noconfigdirs): Add support for v850ea target.
12411
12412         * config.sub (maybe_os): Add support for v850ea target.
12413
12414 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
12415
12416         * config.sub: Add mipstx39.  Delete r3900.
12417
12418 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12419
12420         * Makefile.in (all-autoconf): Depends on all-texinfo.
12421
12422 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
12423
12424         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12425         eabi targets.
12426
12427 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
12428
12429         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12430
12431         * configure: When handling a Canadian Cross, handle YACC as well as
12432         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
12433         * Makefile.in (all-bison): Depend upon all-texinfo.
12434
12435 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
12436
12437         * Makefile.in (BISON): bison, not byacc or bison -y.
12438         (YACC): bison -y or byacc or yacc.
12439         (various): Add *-bison as appropriate.
12440         (taz): No need to mess with BISON anymore.
12441
12442 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
12443
12444         * configure: If OSTYPE matches *win32*, try to find a good value for
12445         CONFIG_SHELL.
12446
12447 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
12448
12449         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12450         configure.in if it is present.
12451
12452 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
12453
12454         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12455
12456 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
12457
12458         * config.sub: Recognize `arc' cpu.
12459         * configure.in: Likewise.
12460         * config-ml.in: Likewise.
12461
12462 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
12463
12464         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12465
12466 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
12467
12468         * configure: Changed sed delimiter from ':' to '|' when
12469         attempting to substitute ${config_shell} for SHELL. On
12470         NT ${config_shell} may contain a ':' in it.
12471
12472 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
12473
12474         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12475
12476 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
12477
12478         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12479
12480 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12481
12482         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12483
12484         * ylwrap: If the program is a relative path, force it to be
12485         absolute.
12486
12487 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12488
12489         * configure (tooldir): Set BISON to `bison -y' and not just bison.
12490
12491 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12492
12493         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12494         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12495         for libraries.
12496
12497 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
12498
12499         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12500         separated by spaces.
12501
12502 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
12503
12504         * ylwrap: New file.
12505         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12506
12507         * ltmain.sh: Handle /bin/sh at start of install program.
12508
12509         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12510
12511         * ltconfig, ltmain.sh: New files, from libtool 1.0.
12512         * missing: New file, from automake 1.2.
12513
12514 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
12515
12516         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
12517         check-tk to CHECK_X11_MODULES.
12518
12519 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12520
12521         * config.sub: Merge with FSF.
12522
12523 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12524
12525         * config.guess: Merge with FSF.
12526
12527 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12528
12529         * configure: Treat msdosdjgpp like go32.
12530         * configure.in: Likewise.  Don't remove gprof for go32.
12531
12532         * configure: Change Makefile.tem2 to Makefile.tm2.
12533
12534 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
12535
12536         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12537
12538 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12539
12540         * install-sh (chmodcmd): Set to null if the DST directory already
12541         exists.  Same as Nov 11th change.
12542
12543 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
12544
12545         * configure (GDB_TK): Needs itcl and tix.
12546
12547 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
12548
12549         * config.guess: Update from FSF.
12550
12551 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
12552
12553         * Makefile.in (GDB_TK): Depend on itcl and tix.
12554
12555 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12556
12557         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12558         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12559         (INSTALL_SCRIPT): New variable.
12560         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12561         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12562         to -x.
12563         * install-sh: Add support for -x option.
12564
12565 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
12566
12567         * configure.in, Makefile.in: Treat tix like itcl.
12568
12569 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
12570
12571         * Makefile.in (WINDRES): New variable.
12572         (WINDRES_FOR_TARGET): New variable.
12573         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12574         (EXTRA_HOST_FLAGS): Add WINDRES.
12575         (EXTRA_TARGET_FLAGS): Add WINDRES.
12576         (EXTRA_GCC_FLAGS): Add WINDRES.
12577         ($(DO_X)): Pass down WINDRES.
12578         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12579         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12580         DLLTOOL_FOR_TARGET.
12581
12582 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
12583
12584         * configure.in: configure sim before gdb for win32-x-ppc
12585
12586 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12587
12588         Move gperf into the toplevel, from libg++.
12589         * configure.in (target_tools): Add target-gperf.
12590         (native_only): Add target-gperf.
12591         * Makefile.in (all-target-gperf): New target, depend on
12592         all-target-libg++.
12593         (configure-target-gperf): Empty rule.
12594         (ALL_TARGET_MODULES): Add all-target-gperf.
12595         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12596         (CHECK_TARGET_MODULES): Add check-target-gperf.
12597         (INSTALL_TARGET_MODULES): Add install-target-gperf.
12598         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12599
12600 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
12601
12602         * config.sub (mn10200): Recognize new basic machine.
12603
12604 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12605
12606         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12607         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12608
12609 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12610
12611         * configure.in: If we're building mips-sgi-irix6* native, turn on
12612         ENABLE_MULTILIB and set TARGET_SUBDIR.
12613
12614 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
12615
12616         * Makefile.in (all-sn): Depend on all-grep.
12617
12618 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
12619
12620         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12621
12622         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12623         Makefile.  From Jeff Makey <jeff@cts.com>.
12624         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12625
12626         * Makefile.in (DISTBISONFILES): Remove.
12627         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
12628         $(DEFAULT_YACC).
12629
12630         * configure.in: Build itl, db, sn, etc., when building for native
12631         cygwin32.
12632
12633         * Makefile.in (LD): New variable.
12634         (EXTRA_HOST_FLAGS): Pass down LD.
12635         ($(DO_X)): Likewise.
12636
12637 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
12638
12639         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12640
12641 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
12642
12643         * configure.in (targargs): Strip out any supplied --build argument
12644         before adding our own. Always add --build.
12645
12646 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
12647
12648         * configure.in (targargs): Pass --build if we're doing
12649         a cross-compile.
12650
12651 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
12652
12653         * configure: Use '|' instead of ":" as the separator in
12654         sed. Otherwise sed chokes on NT path names with drive
12655         designators. Also look for "?:*" as the leading characters in an
12656         absolute pathname.
12657
12658 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
12659
12660         * config.sub: Support for r3900.
12661
12662 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12663
12664         * configure.in: Use install-sh, not install.sh.
12665
12666 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12667
12668         * Makefile.in (taz): Improve check for BISON so it doesn't try to
12669         apply it twice.
12670
12671 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12672
12673         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12674         install-binutils.
12675
12676 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
12677
12678         * Makefile.in: Add automake targets.
12679         * configure.in (host_tools): Add automake.
12680
12681 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12682
12683         * configure: Default CXX to c++, not gcc.
12684         * Makefile.in (CXX): Set to c++, not gcc.
12685         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12686
12687 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
12688
12689         * install-sh: try appending a .exe if source file doesn't
12690         exist
12691
12692 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
12693
12694         * configure.in: Turn on multilib by default.
12695         (cross_only): Remove target-libiberty.
12696
12697         * Makefile.in (all-gcc): Don't depend on libiberty.
12698
12699 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
12700
12701         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12702
12703 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12704
12705         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12706         (DISTBISONFILES): Add ld/Makefile.in
12707
12708 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
12709
12710         * configure.in: if target is cygwin32 but host isn't cygwin32,
12711         don't configure gdb tcl tk expect, not just gdb.
12712
12713 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
12714
12715         * configure.in: Added gnuserv everywhere sn appears.
12716
12717         * Makefile.in (ALL_MODULES): Added all-gnuserv.
12718         (CROSS_CHECK_MODULES): Added check-gnuserv.
12719         (INSTALL_MODULES): Added install-gnuserv.
12720         (CLEAN_MODULES): Added clean-gnuserv.
12721         (all-gnuserv): New target.
12722
12723 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
12724
12725         * config.guess: Fixes for MIPS OpenBSD systems.
12726
12727 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12728
12729         * Makefile.in (INSTALL_XFORM): Remove.
12730         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12731
12732         * mkinstalldirs: New file, copied from automake.
12733         * Makefile.in (installdirs): Rename from install-dirs.  Use
12734         mkinstalldirs.  Change all users.
12735         (DEVO_SUPPORT): Add mkinstalldirs.
12736
12737 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12738
12739         * install-sh: Rename from install.sh.
12740         * Makefile.in (INSTALL): Change install.sh to install-sh.
12741         (DEVO_SUPPORT): Likewise.
12742
12743         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
12744         Graichen <graichen@rzpd.de>.
12745
12746 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
12747
12748         * config.guess: Recognize OpenBSD systems correctly.
12749
12750 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12751
12752         * README, Makefile.in (ETC_SUPPORT): Remove references to
12753         cfg-paper*, configure.{texi,man,info*}._
12754
12755 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
12756
12757         * Makefile.in (all.normal): Ensure that gcc is built after all
12758         the x11 - ie gdb - targets.
12759
12760 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
12761
12762         * makefile.vms: Don't run conf-a-gas.
12763
12764 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
12765
12766         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12767
12768 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
12769
12770         * configure.in: Remove noconfigdirs case since gdb also
12771         configures and builds for tic80-coff.
12772
12773 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12774
12775         * configure: Set cache_file to config.cache.
12776         * Makefile.in (local-distclean): Remove config.cache.
12777
12778 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12779
12780         * COPYING: Update FSF address.
12781
12782 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
12783
12784         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12785         noconfigdirs.
12786
12787 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12788
12789         * Makefile.in (install-dirs): Don't crash if prefix, and hence
12790         MAKEDIRS, is empty.
12791
12792 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
12793
12794         * config.sub: Tweak mn10300 entry.
12795
12796 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
12797
12798         * configure.in (host_tools): Put sim before gdb, so gdb's
12799         configure.tgt can determine if the simulator was configured.
12800
12801 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
12802
12803         * config.sub: Move BeOS $os case to be with other Cygnus
12804         local cases.
12805
12806 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
12807
12808         * config.sub: Remove misplaced comment that broke Linux.
12809
12810 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
12811
12812         * config.sub: Add BeOS support.
12813
12814 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
12815
12816         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12817
12818 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
12819
12820         * configure.in (noconfigdirs): Remove tcl and tk from
12821         noconfigdirs for cygwin32 builds.
12822
12823 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
12824
12825         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12826
12827 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
12828
12829         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12830         make-all.com, use makefile.vms instead.
12831
12832 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
12833
12834         * config.sub: Accept -lnews*.
12835
12836 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
12837
12838         * configure.in (noconfigdirs): Disable target-newlib,
12839         target-examples and target-libiberty for d30v.
12840
12841 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12842
12843         * configure.in (noconfigdirs): Enable ld for d30v.
12844
12845 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
12846
12847         * configure.in (tic80-*-*): Build compiler.
12848
12849 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
12850
12851         * configure.in (d30v-*): Remove sim directory from list of
12852         unsupported d30v directories
12853
12854 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12855
12856         * config.sub, configure.in: Add d30v target cpu.
12857
12858 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
12859
12860         * makefile.vms: New file.
12861         * make-all.com: Remove.
12862
12863 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
12864
12865         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12866
12867 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
12868
12869         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12870
12871 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
12872
12873         * Makefile.in (ALL_MODULES): Added all-db.
12874         (CROSS_CHECK_MODULES): Addec check-db.
12875         (INSTALL_MODULES): Added install-db.
12876         (CLEAN_MODULES): Added clean-db.
12877
12878 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
12879
12880         * config.guess: Merge with latest FSF sources.
12881
12882 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
12883
12884         * Makefile.in (ALL_MODULES): Added all-itcl.
12885         (CROSS_CHECK_MODULES): Added check-itcl.
12886         (INSTALL_MODULES): Added install-itcl.
12887         (CLEAN_MODULES): Added clean-itcl.
12888
12889 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
12890
12891         * configure.in: build gdb for mn10200
12892
12893 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
12894
12895         * Makefile.in (all-target-winsup): Depend on all-target-libio.
12896
12897 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
12898
12899         * configure.in (tic80-*-*): Turn off most targets right now.
12900
12901 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
12902
12903         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12904         rather than the makeinfo program.
12905         (do-info): Depend upon all-texinfo.
12906
12907 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12908
12909         * configure.in: Remove uses of config/mh-linux.
12910
12911         * config.sub, config.guess: Merge with latest FSF sources.
12912
12913 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
12914
12915         * config.sub (case $basic_machine): Add tic80 entries.
12916
12917 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
12918
12919         * config.sub, config.guess: Merge with latest FSF sources.
12920
12921 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12922
12923         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12924         * mpw-config.in: Test for NewFolderRecursive.
12925         * mpw-install: Use symbolic name for startup filename.
12926         * mpw-README: Add various additional details.
12927
12928 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
12929
12930         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12931
12932 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
12933
12934         * configure.in: Do build gcc and the target libraries for
12935         the mn10200.
12936
12937 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
12938
12939         * configure.in: don't avoid building gdb for mn10300 any more
12940         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12941         instead of single-quoting it.
12942
12943 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
12944
12945         * configure.in: Don't use --with-stabs on IRIX 6.
12946
12947 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
12948
12949         * configure.in (m32r): Build gdb, libg++ now.
12950
12951 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12952
12953         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
12954         directories from noconfigdirs.
12955
12956 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
12957
12958         * config.sub (basic_machine): added mips16 configuration
12959
12960 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12961
12962         * config.sub: Handle d10v-unknown.
12963
12964 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
12965
12966         * config.sub: Handle v850-unknown.
12967
12968 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
12969
12970         * Makefile.in: add findutils
12971         * configure.in: add findutils to list of host_tools
12972
12973 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
12974
12975         * config.sub: Handle mn10200 and mn10300.
12976
12977 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12978
12979         * configure.in (d10v-*): Do not build librx.
12980
12981 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
12982
12983         * configure.in (mn10300): Build everything except gdb & libgloss.
12984
12985 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
12986
12987         * config.guess:  Patch for Dansk Data Elektronik servers,
12988         from Niels Skou Olsen <nso@dde.dk>.
12989
12990         For ncr, use /bin/uname rather than uname, since GNU uname does not
12991         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
12992
12993         Patch for MIPS R4000 running System V,
12994         from Eric S. Raymond <esr@snark.thyrsus.com>.
12995
12996         Fix thinko for nextstep.
12997
12998         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12999
13000         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
13001         * config.guess: Guess mips-dec-mach_bsd4.3.
13002
13003         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
13004         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
13005         release numbers.
13006         * config.guess (mips-mips-riscos*):  Emit just enough of the
13007         release number.
13008
13009         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
13010         * config.guess (sparc-auspex-sunos*):  Added.
13011         (f300-fujitsu-*): Added.
13012
13013         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
13014         * config.guess:  Recognize a Tadpole as a sparc.
13015
13016 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
13017
13018         * config.guess: Don't assume that NextStep version is either 2 or
13019         3.  NextStep 4 (aka OpenStep 4) has come out now.
13020
13021 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
13022
13023         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
13024         From Rik Faith <faith@cs.unc.edu>.
13025
13026 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
13027
13028         * config.sub: Contributions from bug-gnu-utils to:
13029         Support plain "hppa" (no version given) architecture, reported by
13030         OpenStep.
13031         OpenBSD like NetBSD.
13032         LynxOs is not a hardware supplier.
13033
13034         * config.guess: Contributions from bug-gnu-utils to add support for:
13035         OpenBSD like NetBSD.
13036         Stratus systems.
13037         More Pyramid systems.
13038         i[n>4]86 Intel chips.
13039         M680[n>4]0 Motorola chips.
13040         Use unknown instead of lynx for hardware manufacturer.
13041
13042 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13043
13044         * install.sh (chmodcmd): Set to null if the DST directory already
13045         exists.
13046
13047 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13048
13049         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
13050         not use mt-ppc target Makefile fragment any more.
13051
13052 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
13053
13054         * configure.in (*-*-windows):  Exclude everything but those dirs
13055         needed to build windows.
13056
13057 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
13058
13059         * Makefile.in (all-target-winsup): Depend on all-target-librx.
13060
13061 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
13062
13063         * configure.in:  Exclude mmalloc from i386-windows.
13064
13065 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
13066
13067         * Undo my previous change.
13068
13069 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
13070
13071         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
13072         unconditionally.
13073         (MAKEOVERRIDES): Define (revert this part of October 18 change).
13074
13075 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
13076
13077         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
13078         host to add it's own flags.
13079
13080 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
13081
13082         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
13083
13084 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
13085
13086         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
13087         (CXX_FOR_TARGET): Likewise.
13088         (GCC_FOR_TARGET): Define.
13089         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
13090         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
13091         CC_FOR_TARGET was specified on the command line.
13092         (MAKEOVERRIDES): Don't define.
13093
13094 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
13095
13096         * configure.in (m32r): Fix spelling of libg++ libs.
13097
13098 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
13099
13100         * config.sub (-apple*): Remove, now redundant.
13101
13102 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
13103
13104         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
13105
13106         * configure: Rework yesterday's sed script patch.
13107
13108         * config.sub: Merge with FSF.
13109
13110 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
13111
13112         * config.guess:  Merge from FSF.
13113
13114         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
13115         * config.guess: Use pc instead of unknown, for pc clone systems.
13116         Change linux to linux-gnu.
13117
13118         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13119         * config.guess: Avoid non-portable tr syntax.
13120
13121 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
13122
13123         * test-build.mk (HOLES): Add "xargs" for gdb.
13124
13125         * configure: Avoid hpux10.20 sed bug.
13126
13127 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
13128
13129         * configure.in:  Add support for windows host
13130         (that is a build done under the Microsoft build environment).
13131
13132 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
13133
13134         * Makefile.in: Replace all uses of srcroot with s, to shrink
13135         command line lengths.
13136
13137         Patches from Geoffrey Noer <noer@cygnus.com>:
13138         * configure.in: If configuring for newlib, pass --with-newlib to
13139         subdirectories.
13140         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13141         -Bnewlib/ and -Lwinsup to gcc.
13142         (CXX_FOR_TARGET): Likewise.
13143
13144 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13145
13146         * Makefile.in (ETC_SUPPORT): Add configure.
13147
13148 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
13149
13150         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
13151         host configuration file.
13152
13153 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
13154
13155         * configure.in: Break mn10x00 support into separate
13156         mn10200 and mn10300 configurations.
13157         * config.sub: Likewise.
13158
13159 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
13160
13161         * configure.in: Add lots of stuff to noconfigdirs for
13162         the mn10x00 targets.
13163
13164         * config.sub, configure.in: Add mn10x00 support.
13165
13166 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
13167
13168         * make-all.com: Call conf-a-gas, not config-a-gas.
13169
13170 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
13171
13172         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13173         targets.
13174
13175 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
13176
13177         * mpw-README: Add much more detail for native PowerMac.
13178         * mpw-install: New file.
13179         * mpw-configure: Add --norecursion and --help options.
13180         * mpw-config.in: Translate readme and install files when
13181         copying to objdir.
13182         * mpw-build.in: Don't always depend on byacc and flex.
13183         (install-only-top): New action.
13184
13185 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
13186
13187         * configure.in:  You can now configure GDB for the v850.
13188
13189 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
13190
13191         * configure.in (noconfigdirs): Don't configure any C++ dirs
13192         if targeting D10V.
13193
13194 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
13195
13196         * config.sub: Recognize mips64vr5000.
13197
13198 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
13199
13200         * configure.in: Use a single line for host_tools and native_only.
13201
13202 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
13203
13204         * config.sub, configure.in: Add entries for m32r.
13205
13206 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
13207
13208         * Makefile.in (inet-install): Don't run install-gzip.
13209
13210 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
13211
13212         * configure.in:  Don't config lots of things for *-*-windows*.
13213
13214 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
13215
13216         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13217         (host_libs, host_tools): Copy from configure.in.
13218         * mpw-configure: Don't complain about directories not found.
13219
13220 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13221
13222         * configure.in (i[345]86): Recognize i686 for pentium pro.
13223         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13224         file.
13225
13226         * config.guess (i[345]86): Ditto.
13227
13228 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13229
13230         * configure.in (noconfigdirs): Removed gdb for D10V.
13231
13232 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
13233
13234         * configure.in: Remove ld, target-libio, target-libg++, and
13235         target-libstdc++ from noconfigdirs.
13236
13237 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
13238
13239         * configure: Fix three locations where shell scripts were
13240         being run directly rather than with config_shell.
13241
13242 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
13243
13244         * configure.in (v850-*-*): Set up initial $noconfigdirs.
13245         * config.sub (basic_machine): Recognize v850.
13246
13247 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
13248
13249         * mpw-configure: Handle multiple enable/disable options and
13250         pass them down recursively, handle -c and -s flags appropriately
13251         depending on choice of compiler, add escape mechanism for
13252         quoted arguments to gC.
13253
13254 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13255
13256         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13257         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13258         so that -mrelocatable-lib and -mno-eabi are used.
13259
13260         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13261         not support --print-multi-lib, don't abort.
13262
13263 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
13264
13265         * make-all.com: Run config-a-gas.
13266         * setup.com: Don't copy subdirectory files around.
13267
13268 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
13269
13270         * configure.in (*-*-ose): Remove exclusion of libgloss for this
13271         target, it now compiles correctly.
13272
13273 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
13274
13275         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13276
13277 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13278
13279         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13280
13281 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13282
13283         * configure.in (native_only): Add prms.
13284
13285 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
13286
13287         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13288         (BINUTILS_SUPPORT_DIRS): Likewise.
13289
13290 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13291
13292         * configure.in (d10v-*-*): Don't configure ld or gdb until the
13293         d10v support is added.
13294
13295 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13296
13297         * configure.in (d10v-*-*): New target.
13298
13299 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
13300
13301         * config.guess (HP 9000/811): Recognize this as a PA1.1
13302         machine.
13303
13304 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
13305
13306         * Makefile.in (do-tar-gz): New target, split out from tail end of
13307         taz target.  Run each command separately, don't use pipes.
13308         (taz): Use it.
13309
13310 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
13311
13312         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13313         * mpw-build.in: No builds should depend on building byacc or flex,
13314         they are assumed to be installed already.
13315
13316 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13317
13318         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13319         variable that CC_FOR_TARGET needs.
13320
13321 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13322
13323         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13324         options have changed since the last time the subdirectory was
13325         configured, and if it has, reconfigure.
13326         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13327         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13328
13329 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
13330
13331         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13332         CLEAN_MODULES): Add bash.
13333         (all-bash): New target.
13334
13335 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
13336
13337         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13338
13339 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13340
13341         * config.sub (basic_machine): Recognize d10v as a valid processor.
13342
13343 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
13344
13345         * mpw-configure: Add support for --bindir.
13346         * mpw-build.in: Use a GCC-specific build script for GCC actions.
13347
13348 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
13349
13350         * configure.in: add bash, time, gawk to list of hosttools and things
13351         to only build for native toolchains
13352
13353 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13354
13355         * Makefile.in (docdir): Remove.
13356
13357 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13358
13359         * Makefile.in (datadir): Set to $(prefix)/share.
13360
13361 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
13362
13363         * configure.in: build diff and patch for cygwin32-hosted
13364         toolchains.
13365
13366 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
13367
13368         * config.sub: Accept -rtems*.
13369
13370 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
13371
13372         * configure.in: enable dosrel for cygwin32-hosted builds,
13373                 remove diff from the list of things not buildable
13374                 via Canadian Cross
13375
13376 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
13377
13378         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13379         don't get ". ".
13380
13381 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
13382
13383         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13384
13385 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
13386
13387         * Makefile.in (taz): Handle case where tex3patch didn't even get
13388         checked out.  Also, if it was found, put the symlink in a new util
13389         subdirectory.
13390
13391 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13392
13393         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13394
13395 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
13396
13397         * config.sub: Recognize -openvms.
13398         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13399         * make-all.com, setup.com: New files.
13400
13401 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13402
13403         * Makefile.in (taz): tex3patch moved to texinfo/util.
13404
13405 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
13406
13407         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13408         * configure.in: remove make from disable-if-Can-Cross list
13409                 enable gdb if ${host} and ${target} are cygwin32
13410
13411 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
13412
13413         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
13414         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13415
13416 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13417
13418         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
13419         distinguish sysv/svr4/bsd variants.
13420         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13421
13422 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
13423
13424         * configure.in: Added copyright notice.
13425         * move-if-change: Added copyright notice.
13426
13427 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13428
13429         * configure.in (powerpcle-*-solaris*): Until we get shared
13430         libraries working, don't build gdb, sim, make, tcl, tk, or
13431         expect.
13432
13433 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
13434
13435         * config.guess:  Merge with FSF:
13436
13437         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13438         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13439
13440         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
13441         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13442
13443         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
13444         * config.guess:  Combine two OSF1 rules.
13445         Also recognize field test versions.  From mjr@zk3.dec.com.
13446         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
13447         because GNU uname does not support -p.  From pmr@pajato.com.
13448
13449 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
13450
13451         * Makefile.in (MAKEDIRS): Removed $(tooldir).
13452
13453 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
13454
13455         * mpw-README: Document GCCIncludes.
13456
13457 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
13458
13459         * configure.in (alpha-*-linux*): Set enable_shared to yes.
13460
13461 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
13462
13463         * mpw-configure: Handle --enable-FOO and --disable-FOO.
13464
13465 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
13466
13467         * configure.in (*-*-cygwin32): Configure make.
13468
13469 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
13470
13471         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13472
13473 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
13474
13475         * Makefile.in (all-inet): Depend on all-perl.
13476
13477         * Makefile.in (inet-install): New target.
13478
13479         * Makefile.in (all-inet): Depend on all-tcl.
13480         (all-inet): Depend on all-send-pr.
13481
13482 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13483
13484         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13485         temporarily.
13486
13487 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
13488
13489         * configure.in: Don't configure --with-gnu-ld on AIX.
13490
13491 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13492
13493         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13494
13495 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
13496
13497         * Makefile.in (ALL_MODULES): Added all-inet.
13498         (CROSS_CHECK_MODULES): Added check-inet.
13499         (INSTALL_MODULES): Added install-inet.
13500         (CLEAN_MODULES): Added clean-inet.
13501         (all-indent): New target.
13502
13503         * configure.in (host_tools): Added inet.
13504         (native_only): Added inet.
13505         (noconfigdirs): Added inet.
13506
13507 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
13508
13509         * configure.in: Don't configure libgloss if we are not configuring
13510         newlib.
13511
13512 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
13513
13514         * configure.in: Don't configure libgloss for unsupported
13515         architectures.
13516
13517 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13518
13519         * Makefile.in (CLEAN_MODULES): Add clean-apache.
13520
13521 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
13522
13523         * Makefile.in (ALL_MODULES): Include all-apache.
13524         (CROSS_CHECK_MODULES): Include check-apache.
13525         (INSTALL_MODULES): Include install-apache.
13526         (all-apache): New target.
13527
13528         * configure.in: Added apache everywhere perl is seen.
13529
13530 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13531
13532         * Makefile.in: Add support for clean-{module} and
13533         clean-target-{module} rules.
13534
13535 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
13536
13537         * configure.in (*-*-ose) do not build libgloss.
13538
13539 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13540
13541         * config.guess (prep*:SunOS:5.*:*): Turn into
13542         powerpele-unknown-solaris2.
13543
13544 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
13545
13546         * configure.in: Permit --enable-shared to specify a list of
13547         directories.
13548
13549 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13550
13551         * configure.in (host==solaris): Pass only the first word of $CC
13552         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13553
13554 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13555
13556         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13557
13558 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
13559
13560         * Makefile.in (ALL_MODULES): Include all-perl.
13561         (CROSS_CHECK_MODULES): Include check-perl.
13562         (INSTALL_MODULES): Include install-perl.
13563         (ALL_X11_MODULES): Include all-guile.
13564         (CHECK_X11_MODULES): Include check-guile.
13565         (INSTALL_X11_MODULES): Include install-guile.
13566         (all-perl): New target.
13567         (all-guile): New target.
13568
13569         * configure.in (host_tools): Include perl and guile.
13570         (native_only): Include perl and guile.
13571         (noconfigdirs): Don't build guile and perl; no ports have been
13572         done.
13573
13574 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
13575
13576         * configure (--enable-*): Handle quoted option lists such as
13577         --enable-sim-cflags='-g0 -O' better.
13578
13579 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13580
13581         * Makefile.in ({,inst}all-target): New rule so we can make and
13582         install all of the target directories easily.
13583
13584 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13585
13586         * configure.in: Add missing global flag in sed substitution when
13587         deleting `target-' from ${configdirs}.
13588
13589 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
13590
13591         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13592         option.
13593
13594         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13595         config/mh-necv4.
13596
13597         * install.sh: Correct misspelling of transformbasename.
13598
13599         * config.guess: Recognize mips-*-sysv*.
13600
13601 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
13602
13603         * config.sub: Recognize mon960.
13604
13605 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
13606
13607         * configure: Restore Canadian Cross handling of BISON and LEX,
13608         removed in Feb 20 change.
13609
13610 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
13611
13612         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13613         Mention make install.  Remove the old copyright date as well the
13614         clumsy and rather pointless copyright on the README file.
13615
13616 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13617
13618         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13619         Makefile after running symlink-tree, then run `make distclean' to
13620         avoid clobbering any generated files in srcdir.
13621
13622 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
13623
13624         * configure.in (m68k-*-netbsd*): Build everything now.
13625
13626 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13627
13628         * Makefile.in (taz): Fix quoting.
13629
13630 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
13631
13632         * configure.in (sparclet-*-*): Build everything now.
13633
13634 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13635
13636         * configure.in (m68k-*-linux*): New host.
13637
13638 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
13639
13640         * configure: Check for bison before byacc.
13641
13642 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
13643
13644         * Makefile.in configure:  Change the way LEX and BISON/YACC are
13645         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
13646         searching PATH.  These are used as fallbacks by Makefile.in if
13647         flex/bison/byacc aren't in objdir.
13648
13649 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
13650
13651         * Makefile.in: Make everything which depends upon all-bfd also
13652         depend upon all-opcodes, in case --with-commonbfdlib is used.
13653
13654 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13655
13656         * configure.in (host *-*-cygwin32): Don't build gdb if we are
13657         building NT native compilers on Unix.
13658
13659 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
13660
13661         * configure.in: Don't get CC from the host Makefile fragment if we
13662         can find gcc in PATH, or if this is a Canadian Cross.  Move the
13663         Solaris test for /usr/ucb/cc to the post target script, just after
13664         the compiler sanity test.
13665
13666 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
13667
13668         * config.sub: Merge with FSF.
13669
13670 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
13671
13672         * Makefile.in (RPATH_ENVVAR): New variable.
13673         (REALLY_SET_LIB_PATH): Use it.
13674         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13675
13676 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
13677
13678         * config.sub, configure.in: Recognize sparclet cpu.
13679
13680 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13681
13682         * config.guess:  Support m68k-cbm-sysv4.
13683
13684 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13685
13686         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13687         m68k-unknown-linuxaout from linker help string.  Put quotes around
13688         $ld_help_string.
13689
13690 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
13691
13692         * config.guess (powerpc-harris-powerunix): Add guess for port
13693         to new target.
13694
13695 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13696
13697         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13698
13699 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
13700
13701         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13702         $(REALLY_SET_LIB_PATH) in Makefile.
13703         * Makefile.in (SET_LIB_PATH): New variable.
13704         (REALLY_SET_LIB_PATH): New variable.
13705         ($(DO_X)): Use $(SET_LIB_PATH).
13706         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13707         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13708         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13709         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13710         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13711         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13712         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13713         (install-dosrel): Likewise.
13714         (all-opcodes): Depend upon all-libiberty.
13715
13716 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13717
13718         * config.guess (*:CYGWIN*): New
13719
13720 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13721
13722         * Makefile.in (all-target-winsup): All all-target-libiberty.
13723
13724 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13725
13726         * configure.in (noconfigdirs): Add missing # in front of comment.
13727
13728 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
13729
13730         * configure.in: add second pass to things added to noconfigdirs
13731         so *-gm-magic can exclude libgloss properly.
13732
13733 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
13734
13735         * mpw-configure (extralibs_name, rez_name): Set correctly
13736         for MWC68K compiler.
13737
13738         * mpw-README: Add more info on the necessary build tools.
13739
13740 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13741
13742         * configure.in, config.sub: Recognize cygwin32.
13743
13744 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
13745
13746         * config.guess, config.sub: Recognize A/UX.
13747
13748 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
13749
13750         * config.sub: Merge with gcc/config.sub.
13751
13752 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
13753
13754         * mpw-build.in (do-binutils): Add build of stamps.
13755
13756 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
13757
13758         * config.sub: Add recognition for mips64vr4100*-* targets.
13759
13760 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13761
13762         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13763         Add creation of gconfigargs with `--enable-shared' turned on.
13764         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13765         ($(host)-stamp-stage3-configured): Likewise.
13766         (HOLES): Add chatr and ldd.
13767         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13768
13769 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
13770
13771         * configure: Pass --nfp to recursive configures.
13772
13773 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13774
13775         * Makefile.in (DLLTOOL): New.
13776         (DLLTOOL_FOR_TARGET): New.
13777         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13778         (EXTRA_TARGET_FLAGS): Ditto.
13779         (EXTRA_GCC_FLAGS): Ditto.
13780         (CONFIGURE_TARGET_MODULES): Ditto.
13781         (DO_X): Ditto.
13782         * configure: Add DLLTOOL.
13783
13784 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
13785
13786         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13787         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13788         mh-sco, since old workarounds no longer needed, and don't
13789         build ld, since libraries have weak symbols in COFF.
13790
13791 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
13792
13793         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13794
13795 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13796
13797         * configure.in: Make sure that ${CC} can be used to compile an
13798         executable.
13799
13800 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13801
13802         * Makefile.in (all-gdb): Depend on $(GDB_TK).
13803         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13804         nothing depending on whether gdbtk is being built.
13805
13806 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
13807
13808         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13809
13810 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
13811
13812         * configure.in (noconfigdirs): Put ld or gas in this early, if the
13813         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13814
13815 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
13816
13817         * config-ml.in: Add support for
13818         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13819         Simplify setting of multidirs from --disable-foo.
13820
13821 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13822
13823         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13824         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13825         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13826         non-empty, pass them on to the  GCC make.
13827         (all-bootstrap): New rule that is like all-gcc, except it executes
13828         the GCC bootstrap rule instead of the GCC all rule.
13829
13830 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
13831
13832         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13833
13834 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13835
13836         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13837         DG/UX support.
13838
13839 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
13840
13841         * config.sub (i*86*) Change [345] to [3456]
13842
13843 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13844
13845         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13846         --with-gnu-ld=no.
13847
13848 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13849
13850         * config-ml.in (rs6000*, powerpc*): Add switches to control which
13851         AIX multilibs get built.
13852
13853 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13854
13855         * configure.in (i386-win32): Don't build expect if we're not
13856         building the tcl subdir.
13857
13858 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
13859
13860         * Makefile.in: (configure-target-examples, all-target-examples):
13861         New targets, configure and build example programs.
13862
13863 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
13864
13865         * mpw-configure: If an mpw-config.in generated a file mk.sed,
13866         use it as input to sedit the generated MPW makefile.
13867         * mpw-README: Add a suggestion about Gestalt.h.
13868
13869 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
13870
13871         * config.sub: Accept *-*-ieee*.
13872
13873 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
13874
13875         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
13876         Ronald F. Guilmette <rfg@monkeys.com>.
13877
13878 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13879
13880         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13881         for powerpc-pe native.
13882         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13883         (target==powerpc-pe): duplicate i386-win32 entry.
13884
13885 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13886
13887         * configure.in (noconfigdirs): Exclude target-newlib for all versions
13888         of vxworks, not just vxworks5.1.
13889
13890 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
13891
13892         * mpw-configure: Add support for exec-prefix.
13893
13894 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13895
13896         * config.guess: Recognize HP model 816 machines as having
13897         a PA1.1 processor.
13898
13899 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13900
13901         * configure: Ignore new autoconf configure options.
13902
13903 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13904
13905         * config.guess:  Recognize Pentium under SCO.
13906         From Robert Lipe <robertl@arnet.com>.
13907
13908 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13909
13910         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13911
13912 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
13913
13914         * configure.in: Don't configure gas for alpha-dec-osf*.
13915
13916 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
13917
13918         * configure.in: Default to --with-stabs for some targets for which
13919         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13920         i[345]86*-*-unixware*.
13921
13922 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13923
13924         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13925         rather than basing it on the target.  Simplify handling of options
13926         controlling which directories to configure.  Remove extraneous
13927         slash in multi-clean target.
13928
13929 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
13930
13931         * config-ml.in: Prefix more variables with ml_ so they don't collide
13932         with configure's.
13933
13934 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
13935
13936         * configure: Don't turn -v into --v.
13937
13938 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
13939
13940         * configure.in (targargs): Fix typo.
13941
13942         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13943
13944 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
13945
13946         * configure.in: Strip --host and --target options from
13947         CONFIG_ARGUMENTS, and always configure for --host only.  Add
13948         --with-cross-host option when building with a cross-compiler.
13949         * configure: Canonicalize the arguments put into config.status by
13950         always using `=' for an option with an argument.  Pass a presumed
13951         --host or --target explicitly.
13952
13953 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
13954
13955         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13956         into general OS recognition case.
13957
13958 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13959
13960         * configure.in (target_configdirs): add target-winsup only
13961         for win32 target systems.
13962
13963 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
13964
13965         * Makefile.in (all-target-libgloss): Depend upon
13966         configure-target-newlib, since when libgloss is built it looks to
13967         see if the newlib directory exists.
13968
13969 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
13970
13971         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13972         cfg-ml-*.in.
13973
13974 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
13975
13976         * configure: Handle LD and LD_FOR_TARGET when configuring a
13977         Canadian Cross.
13978
13979 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13980
13981         * configure.in (target_libs): add target-winsup.
13982         (target==i386-win32): add patch diff flex make to $noconfigdirs.
13983         (target==ppcle-pe): remove ld from $noconfigdirs.
13984
13985 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
13986
13987         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13988         Preserve relative path names in $srcdir.  Build symlink tree if
13989         configuring cross target dir and srcdir=. (= no VPATH support).
13990         (configure-target-libg++): Depend on configure-target-librx.
13991         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13992         * config-ml.in: New file.
13993         * symlink-tree: New file.
13994         * configure: Ensure srcdir="." if that's what it is.
13995
13996 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
13997
13998         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13999         includes and FLEX_SKELETON setting.
14000         * mpw-configure (--with-gnu-ld): New option, controls whether
14001         to use PPCLink or ld with PowerMac GCC.
14002         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
14003         * mpw-config.in: Configure grez if targeting Mac.
14004
14005         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
14006         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
14007         just macos.
14008         * configure.in: Configure grez resource compiler if targeting Mac.
14009         * Makefile.in (all-grez, install-grez): New targets.
14010
14011 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
14012
14013         * configure: CXX defaults to gcc, not g++.  If we find
14014         gcc in the path, set CC to gcc -O2.
14015
14016 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
14017
14018         * configure: Default ${build} correctly.  Avoid picking up extra
14019         spaces when reading CC and CXX from Makefile.  When doing a
14020         Canadian Cross, use plausible default values for numerous
14021         variables.
14022         * configure.in: When doing a Canadian Cross, don't try to
14023         configure tools whose configure script can't handle it.
14024
14025 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14026
14027         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
14028
14029 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14030
14031         * configure:  Remove dubious bug reporting address.
14032
14033 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14034
14035         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
14036         configure script, run that instead of this directory's configure.
14037         In either case, print a message that we're configuring the sub-dir.
14038
14039 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14040
14041         * configure.in: Before checking for the existence of various files,
14042         use sed to filter out "target-".
14043
14044 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
14045
14046         * Makefile.in (DO_X): Split rule to decrease command line length
14047         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
14048         (Philippe De Muyter).
14049
14050 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14051
14052         * Makefile.in (all-patch): depend on all-libiberty.
14053
14054 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
14055
14056         * configure.in: If the only directory in target_configdirs which
14057         actually exists is libiberty, then set target_configdirs to empty,
14058         to avoid trying to build a target libiberty in a gas or gdb
14059         distribution.
14060
14061 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
14062
14063         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
14064         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
14065         systems.
14066
14067 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14068
14069         * configure.in (copy_dirs): Use sys-include instead of include
14070         for --with-headers option.
14071
14072 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
14073
14074         * Makefile.in, configure.in: Make winsup builds work with
14075         new scheme.
14076
14077 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
14078
14079         * configure.in: Build the linker on AIX.
14080
14081 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14082
14083         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
14084         where needed.
14085
14086 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
14087
14088         * Makefile.in (all-gcc): Fix typo.
14089
14090 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14091
14092         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
14093
14094 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14095
14096         * configure.in:  Rename libFOO to target-libFOO, and xiberty
14097         to target-xiberty, to provide more flexibility.
14098         (target_subdir):  Define.  Create if cross.
14099         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
14100         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
14101         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
14102         check-libFOO -> check-target-libFOO, etc.
14103         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
14104         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
14105         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
14106         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
14107         allow ALL_GCC="" to only configure.
14108         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
14109         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
14110         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
14111
14112 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
14113
14114         * Makefile.in (taz): Build "info" in etc explicitly.
14115
14116 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
14117
14118         * configure.in:  Make sure that CC is undefined (as opposed to
14119         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
14120         problem with autoconf trying to configure on a host without GCC.
14121
14122 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14123
14124         * mpw-configure: Set host alias from choice of host compiler,
14125         only use generic MPW Makefile sed if present, edit a file
14126         named "hacked_Makefile.in" instead of "Makefile.in" if present.
14127         * mpw-README: Add problem notes about CW6 and CW7.
14128
14129 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
14130
14131         * Makefile.in (taz): Use ";" instead of ";;".
14132
14133 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14134
14135         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
14136         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14137         DISTDOCDIRS.
14138         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
14139         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
14140
14141 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14142
14143         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
14144         and gnats, because they are now subsumed by DISTSTUFFDIRS.
14145         Move bfd to DISTSTUFFDIRS.
14146
14147 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14148
14149         * Makefile.in (X11_LIB): Removed.
14150         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14151
14152         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14153
14154 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14155
14156         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14157         names.
14158
14159 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14160
14161         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14162
14163 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
14164
14165         * configure.in (i[345]86-*-win32): Always build newlib.
14166         Don't configure cvs, autoconf or texinfo.
14167         * Makefile.in (LD_FOR_TARGET): New.
14168         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14169         Pass down LD_FOR_TARGET.
14170
14171 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14172
14173         * winsup: New directory.
14174         * Makefile.in: Build winsup.
14175         * configure.in: Winsup is configured when target is win32.
14176         Can only build win32 target GDB when native.
14177
14178 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
14179
14180         * config.guess: Recognize HP model 819 machines as having
14181         a PA 1.1 processor.
14182
14183 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14184
14185         * configure: Fix sed loop which substitutes for CC and CXX to
14186         avoid bug found in various sed implementations.
14187
14188 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14189
14190         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14191         simulator.  Use standard powerpc-*-eabi*.
14192
14193 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
14194
14195         * configure.in: Stop putting gas and binutils in noconfigdirs for
14196         powerpc-*-aix* and rs6000-*-*.
14197
14198 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
14199
14200         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14201         -mcall-aixdesc libraries.
14202
14203 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
14204
14205         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14206
14207         * config.sub (arm | armel | armeb): Fix shell syntax.
14208
14209 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14210
14211         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14212         -msoft-float and -mcpu=common support.
14213         (powerpc*-*-eabisim*): Add support for building -mcall-aix
14214         libraries.
14215
14216 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14217
14218         * configure.in: Allow configuration and build of emacs19 for the alpha.
14219
14220 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14221
14222         * configure.in (CC): Get ^CC, not just any old CC, from
14223         ${host_makefile_frag}.
14224
14225 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14226
14227         * configure.in (CC): Try to get CC from
14228         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14229
14230 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14231
14232         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14233         only if it exists in $(srcdir).
14234
14235 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14236
14237         * configure: If CC and CXX are not set in the environment, set
14238         them, based on either an existing Makefile or on searching for gcc
14239         in PATH.  Substitute for CC and CXX in Makefile.
14240         * configure.in: Remove libm from target_libs.  Separate
14241         target_configdirs from configdirs.  If CC is not set in
14242         environment, try to get it from a host Makefile fragment.  Rewrite
14243         changes of configdirs to use skipdirs instead.  A few minor
14244         tweaks.  Take directories out of target_configdirs as they are
14245         taken out of configdirs.  Remove existing Makefile files from
14246         subdirectories.  Substitute for TARGET_CONFIGDIRS and
14247         CONFIG_ARGUMENTS in Makefile.
14248         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14249         by configure.in.
14250         (CONFIG_ARGUMENTS): Likewise.
14251         (CONFIGURE_TARGET_MODULES): New variable.
14252         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14253         ($(CONFIGURE_TARGET_MODULES)): New target.
14254         (configure-libg++, configure-libio): New targets.
14255         (all-libg++): Depend upon configure-libg++.
14256         (all-libio): Depend upon configure-libio.
14257         (configure-libgloss, all-libgloss): New targets.
14258         (configure-libstdc++): New target.
14259         (all-libstdc++): Depend upon configure-libstdc++.
14260         (configure-librx, all-librx): New targets.
14261         (configure-newlib): New target.
14262         (all-newlib): Depend upon configure-newlib
14263         (configure-xiberty): New target.
14264         (all-xiberty): Depend upon configure-xiberty.
14265
14266 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14267
14268         * configure.in (host i[345]86-*-win32):  Expand the
14269         noconfigdirs again.
14270
14271 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
14272
14273         * mpw-configure: Fix sed command file name.
14274
14275 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14276
14277         * configure.in (host i[345]86-*-win32): Reduce the
14278         noconfigdirs again.
14279
14280 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
14281
14282         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14283         or powerpc*-*-pe*, since they are not yet supported.
14284
14285 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14286
14287         Add PowerMac support and many other enhancements.
14288         * mpw-configure: New option --cc to select compiler to use,
14289         paste options set according to --cc into the generated
14290         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14291         if mpw-make.sed is present.
14292         * mpw-config.in: Don't test for gC1, test for mpw-touch,
14293         add forward includes for PowerPC include files.
14294         * mpw-build.in: Build using Makefile.PPC if present.
14295         (do-byacc, etc): Remove separate version resource builds.
14296         (do-gas): Build "stamps" before "all".
14297         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14298         * mpw-README: Update to reflect --cc option, PowerMac support,
14299         and recently-reported compatibility problems.
14300
14301 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
14302
14303         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14304         embedded m68k systems (-aout, -coff, -elf, -vxworks).
14305         (--with-multilib-top): Pass to recursive invocations.
14306
14307 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
14308
14309         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14310         v810-*-*.
14311
14312 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14313
14314         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14315         gdb, ld and opcodes on v810-*-*.
14316
14317 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14318
14319         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14320         (local-maintainer-clean): New target.
14321         (maintainer-clean): New target.
14322         (realclean): Just depend upon maintainer-clean.
14323
14324 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14325
14326         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14327
14328 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
14329
14330         * configure.in: Build ld in mips*-*-bsd* case.
14331
14332 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
14333
14334         * config.sub: Accept -lites* OS.  From Ian Dall.
14335
14336 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
14337
14338         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14339         targets.
14340
14341 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14342
14343         * configure.in: treat i386-win32 canadian cross the same as
14344         i386-go32 canadian cross.
14345
14346 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14347
14348         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14349         running under the simulator to build a reduced set of libraries.
14350         (powerpc-*-eabiaix): Add fine grained multilib support added to
14351         other powerpc targets yesterday.
14352
14353 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14354
14355         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14356         -disable-softfloat, -disable-relocatable, -disable-aix, and
14357         -disable-sysv to control which multilib libraries get built.
14358
14359 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14360
14361         * configure: Add Makefile.tem to list of files to remove in trap
14362         handler.
14363
14364 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14365
14366         * config.guess (*Linux*):  Add missing "exit"s.
14367         Also, need specific check for alpha-unknown-linux (uses COFF).
14368
14369 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14370
14371         * config.guess:  Merge with FSF:
14372
14373         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
14374         * config.guess (AIX4): More robust release numbering discovery.
14375
14376         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
14377         * config.guess (i386-sequent-ptx): Properly get version number.
14378
14379         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
14380         * config.guess (mips:*:4*:UMIPS): New case.
14381
14382 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14383
14384         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14385         (i386-win32 host): Likewise.  Don't build readline.
14386
14387 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
14388
14389         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
14390         SUPPORT_FILES to submakes.
14391
14392 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
14393
14394         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14395         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14396         mpw-configure.
14397
14398 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
14399
14400         * configure.in (appdirs): Use =, not ==, in test expression when
14401         trying to build the text to print in the warning message for
14402         Solaris users.
14403
14404 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
14405
14406         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14407
14408 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14409
14410         * config.guess: Recognize lynx-2.3.
14411
14412 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
14413
14414         * config.sub (z8ksim): Deleted
14415         (z8k-*-coff): New, this is the one true name of the target.
14416
14417 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
14418
14419         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14420
14421 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
14422
14423         * config.guess (*:Linux:*:*): First try asking the linker what the
14424         default object file format is (elf, aout, or coff).  Then if this
14425         fails, try previous methods.
14426
14427 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14428
14429         * configure.in: Don't build newlib for *-*-vxworks5.1.
14430
14431 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14432
14433         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14434         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14435
14436 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
14437
14438         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14439
14440 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
14441
14442         * cfg-ml-com.in: New file.
14443         * cfg-ml-pos.in: New file.
14444
14445 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14446
14447         * COPYING.NEWLIB: Add HP free copyright to list.
14448
14449 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14450
14451         * config.sub: Recognize -eabi* for the system, not just -eabi.
14452
14453 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14454
14455         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14456         * config.sub, configure.in (win32): New target and host.
14457
14458 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14459
14460         * configure.in: Add i386-pe configuration.
14461
14462 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
14463
14464         * mpw-build.in (install): Install GDB after LD.
14465
14466 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
14467
14468         * mpw-config.in (elf/mips.h): Always forward-include, needed
14469         for GDB to build.
14470
14471 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14472
14473         * testsuite: New directory for customer acceptance and whole tool
14474         chain tests.
14475
14476 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14477
14478         * configure: If per-host line isn't found, but AC_OUTPUT is found
14479         and a configure script exists, run it instead.
14480
14481 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14482
14483         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
14484
14485 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14486
14487         * configure: Set build_{cpu,vendor,os,alias} to host values when
14488         --build isn't specified.
14489
14490 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14491
14492         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14493         (FLAGS_TO_PASS): Pass them.
14494         (EXTRA_TARGET_FLAGS): Ditto.
14495
14496 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14497
14498         * Makefile.in (all-libg++): Depend on all-libstdc++.
14499
14500 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14501
14502         * configure.in (noconfigdirs): Enable all packages for
14503           i386-unknown-netbsd.
14504
14505 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
14506
14507         * configure.in (noconfigdirs): Don't configure tk for i386-go32
14508         hosted builds (DOS builds)
14509
14510 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14511
14512         Changes for ARM based on patches from Richard Earnshaw:
14513         * config.sub: Handle armeb and armel.
14514         * configure.in: Omit arm linker only for riscix.
14515
14516 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14517
14518         * config.guess:  Update from FSF.
14519
14520 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
14521
14522         * config.sub: Recognize powerpcle as the little endian variant of
14523         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
14524         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
14525         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
14526         temporarily.
14527
14528 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
14529
14530         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14531
14532 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
14533
14534         * config.sub: Accept -lites* as a basic system type.
14535
14536 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
14537
14538         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14539         installed, and if so return linuxoldld as the system name.
14540
14541 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
14542
14543         * config.guess: Add hppa1.1-hp-lites support.
14544
14545 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14546
14547         * configure.in: Don't build newlib for m68k-vxworks5.1.
14548
14549 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14550
14551         * configure.in (mips-sgi-irix6): Use mh-irix5.
14552
14553 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
14554
14555         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14556
14557 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14558
14559         * test-build.mk: Enable building of shared libraries on IRIX 5 and
14560         OSF/1.  Fix compiler flags.
14561         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
14562
14563 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
14564
14565         * configure.in: Recognize --with-newlib.
14566         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14567
14568 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14569
14570         * Makefile.in: move {all,check,install}-gdb from *_MODULES
14571         to *_X11_MODULES due to gdbtk needing X include files et al.
14572
14573 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
14574
14575         Merge in support for Mac MPW as a host.
14576         (Old change descriptions retained for informational value.)
14577
14578         * mpw-config.in: Add generic include forwards for cpu-specific
14579         include files in aout and elf directories.
14580
14581         * mpw-configure: Added copyright.
14582         * mpw-config.in: Check for presence of required build tools.
14583         (target_libs): Add newlib.
14584         (target_tools): Add examples.
14585         (Read Me): Generate as "Read Me for MPW" instead.
14586         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14587         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14588         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14589
14590         * mpw-configure: Remove subdir-specific makefile hackery,
14591         delete mk.tmp after using it.
14592
14593         * mpw-build.in (all): Display start and end times.
14594
14595         * mpw-configure (host_canonical): Set.
14596         (target_cpu): Always add to makefiles.
14597         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14598         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14599         (mpw-mh-mpw): Look for in srcdir and srcroot.
14600         Use sed instead of mpw-edit-prefix to edit prefix definitions.
14601
14602         * mpw-build.in: (install-only): New target.
14603
14604         * mpw-configure (host_alias, target_alias): Rename from hostalias
14605         and targetalias, add into generated Makefile.
14606         (mk.tmp): If present, add into generated Makefile.
14607         * mpw-build.in (all-gas): Build config.h first before gas proper.
14608
14609         * mpw-configure (config.status): Write only if changed.
14610         * mpw-config.in (readline): Configure it (not built, just used for
14611         definitions).
14612
14613         * mpw-config.in (elf/mips.h): Add a forward include.
14614
14615         * mpw-config.in: Forward-include most .h files in include into
14616         extra-include.
14617         (readline): Don't build.
14618         mpw-build.in (install): Install GDB.
14619
14620         * mpw-configure (prefix, mpw_prefix): Handle it.
14621         * mpw-config.in (mmalloc, readline): Don't configure.
14622         * mpw-build.in (thisscript): Rename to ThisScript.
14623         Use mpw-build instead of BuildProgram everywhere.
14624         (mmalloc, readline): Don't build.
14625         * mpw-README: New file, basic documentation about the MPW port.
14626
14627         * mpw-config.in: Use forward-include to create include files.
14628
14629         * mpw-configure: Add more things to the top of each configured
14630         Makefile, including contents of config/mpw-mh-mpw.
14631         * mpw-config.in (extra-include): Create this directory and fill it
14632         with Posix-like include files when configuring.
14633
14634         * config.sub (apple, mac, mpw): Add various aliases.
14635
14636         * mpw-build.in: New file, top-level build script fragment for MPW.
14637         * mpw-configure: New file, configure script for MPW.
14638         * mpw-config.in: New file, config fragment for MPW.
14639
14640 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14641
14642         * configure.in (host_libs): Remove glob, since it is gone from the
14643         sources.
14644
14645 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14646
14647         * Makefile.in: define empty GDB_NLM_DEPS var.
14648
14649         * configure.in(target_makefile_frag): use config/mt-netware
14650         for netware targets.
14651
14652 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14653
14654         * config.sub: Merge in recent FSF changes.  Remove linux special
14655         cases.
14656
14657 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14658
14659         Revert this change:
14660
14661         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14662
14663                 * build-all.mk: Use CC=cc -Xs on Solaris.
14664
14665 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14666
14667         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
14668         stop using it.
14669         * Makefile.in: Nuke all references to glob subdirectory.
14670
14671 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14672
14673         * configure.in: Fix --enable-shared logic in per-host.
14674
14675 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14676
14677         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14678
14679 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14680
14681         * configure.in (noconfigdirs): Don't build gas on AIX, for
14682         powerpc*-*-aix* as well as for rs6000*-*-aix*.
14683
14684 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
14685
14686         * configure: Fix --cache-file to work if the file argument is a
14687         relative path.
14688
14689 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
14690
14691         * configure: If the --cache-file is used, pass it down to
14692         configure in subdirectories.
14693
14694 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
14695
14696         * config.sub: add vxworks29k configuration.
14697
14698 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14699
14700         * Makefile.in (taz): Do "diststuff" part quietly.
14701
14702 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14703
14704         * config.sub: Mini-merge with gcc/config.sub.
14705
14706 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14707
14708         * config.guess (IRIX): Sed - to _.
14709
14710 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14711
14712         * Makefile.in (source-vault, binary-vault): New targets.
14713
14714 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
14715
14716         * config.sub: Recognize -eabi as a basic system type.
14717
14718 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14719
14720         * configure.in (enable_shared stuff): Fix typo.
14721
14722 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
14723
14724         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14725
14726 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14727
14728         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14729
14730 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
14731
14732         * configure.in (rs6000-*-*): Don't build gas.
14733
14734 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
14735
14736         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14737         reduce command line length.
14738         (AS_FOR_TARGET): Check for as.new, not Makefile.
14739         (NM_FOR_TARGET): Check for nm.new, not Makefile.
14740
14741 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14742
14743         * config.guess:  Merge from FSF.
14744
14745 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14746
14747         * configure: Don't use $ when handling program_suffix.
14748
14749 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
14750
14751         * configure.in:  Configure tk for hppa/hpux.
14752
14753 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14754
14755         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
14756
14757 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14758
14759         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
14760         to LIBCXXFLAGS.  Tests are better run without it.
14761
14762 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
14763
14764         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14765
14766 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
14767
14768         * configure.in (*-*-netware*): Don't configure xiberty.
14769
14770 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
14771
14772         * configure.in:  Remove tk from native_only list.
14773
14774 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
14775
14776         * build-all.mk: Add mips-ncd-elf target to sun4 targets
14777           for special NCD build.
14778
14779 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14780
14781         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14782         makeall.bat, they're only useful for binutils snapshots.
14783         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14784         makeall.bat to specified SUPPORT_FILES.
14785
14786 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
14787
14788         * build-all.mk: Add Ericsson targets to sun4 and solaris
14789           hosts.  Add  BNR's sun4 target to solaris host, so their
14790           build-from-source will be tested in-house first.
14791
14792 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14793
14794         * Makefile.in (LIBCFLAGS): New variable.
14795         (CFLAGS_FOR_TARGET): Ditto.
14796         (LIBCFLAGS_FOR_TARGET): Ditto.
14797         (LIBCXXFLAGS): Ditto.
14798         (CXXFLAGS_FOR_TARGET): Ditto.
14799         (LIBCXXFLAGS_FOR_TARGET): Ditto.
14800         (BASE_FLAGS_TO_PASS): Pass them.
14801         (EXTRA_TARGET_FLAGS): Ditto.
14802
14803         * configure.in: Support --enable-shared.
14804
14805 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14806
14807         * configure.in (target_libs):  Include libstdc++ again.
14808         * config.guess:  Update from FSF (for FreeBSD).
14809
14810 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14811
14812         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14813         makeall.bat.
14814         (DISTDOCDIRS): Add `etc'.
14815         (ETC_SUPPORT_PFX): New variable.
14816         (taz): Include anything from etc starting with a word in
14817         ETC_SUPPORT_PFX.
14818
14819 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14820
14821         * config.sub: Update for recent FSF changes.  Remove obsolete
14822         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
14823         spacing changes.
14824
14825 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14826
14827         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
14828
14829         * config.guess:  Merge with FSF.
14830         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14831
14832 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14833
14834         * configure: Since the "trap 0" handler will override the exit
14835         status on many systems, only use it for "exit 1", and make it set
14836         a non-zero exit status; reset it before "exit 0".  Also, check
14837         exit status of config.sub, and error out if it failed.
14838
14839 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
14840
14841         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14842         and install libgloss.
14843
14844 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14845
14846         * Makefile.in (all-binutils): Depend upon all-byacc.
14847
14848         * configure.in: Don't build emacs on Irix 5.
14849
14850 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14851
14852         * configure.in (*-*-netware*): Add libio.
14853
14854 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14855
14856         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14857         (CHECK_TARGET_MODULES): Ditto.
14858         (INSTALL_TARGET_MODULES): Ditto.
14859         (TARGET_LIBS): Ditto.
14860         (all-libstdc++): Note dependencies.
14861
14862 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14863
14864         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14865
14866 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14867
14868         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14869         -fexternal-templates.
14870
14871         * configure.in (target_libs): Add libstdc++.
14872         (noconfigdirs): Add libstdc++ as appropriate.
14873
14874 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14875
14876         * config.guess:  Update from FSF.
14877
14878 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14879
14880         * configure: Use ${config_shell} when running ${configsub}.
14881
14882 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
14883
14884         * config.sub: No longer recognize h8300h.
14885
14886 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14887
14888         * config.sub: Remove extraneous differences between config.sub and
14889         gcc/config.sub.
14890
14891 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14892
14893         * Makefile.in (DISTSTUFFDIRS): Add gas.
14894
14895 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
14896
14897         * COPYING.NEWLIB: New file.
14898
14899 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14900
14901         * config.guess (HP-UX):  Patch from Harlan Stenn
14902         <harlan@landmark.com> to also emit release level.
14903
14904 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14905
14906         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14907
14908 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14909
14910         * config.sub:  Merge nextstep cleanup from FSF.
14911
14912 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14913
14914         * configure.in (arm-*-*): Don't configure ld for this target.
14915
14916 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14917
14918         * configure.in (*-*-netware): don't configure libg++, libio,
14919           librx, or newlib.
14920
14921 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14922
14923         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
14924         configure ld--it works, but it doesn't support shared libraries.
14925
14926 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14927
14928         * config.guess (*-unknown-freebsd*):  Get rid of possible
14929         trailing "(Release)" in version string.
14930         Patch from Paul Richards <paul@isl.cf.ac.uk>.
14931
14932 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14933
14934         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14935         Fix type: *-next-neststep -> *-next-nextstep.
14936
14937         * config.guess:  Merge from FSF:
14938
14939         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
14940
14941         * config.guess: Recognize powerpc-ibm-aix3.2.5.
14942
14943         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
14944
14945         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14946         instead of UNIX_SV for UnixWare 1.0).
14947
14948 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
14949
14950         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
14951         to make gdb/nlm/* build after the compiler and linker.
14952
14953 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14954
14955         * config.guess (netbsd, freebsd, linux):  Accept any machine,
14956         not just i[34]86.
14957         (m68k-atari-sysv4):  Relocate to match FSF version.
14958
14959         * config.guess:  More merges from the FSF:
14960
14961         Add a space before function call or macro invocation.
14962
14963         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14964
14965         * config.guess: Add trap cmd to remove dummy.c and dummy when
14966         interrupted.
14967
14968         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14969
14970         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14971         (dummy): Redirect stderr from compilation of dummy.c.
14972
14973         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
14974
14975         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14976
14977 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
14978
14979         * configure: Accept and ignore --cache*, for compatibility with
14980         new autoconf.
14981
14982 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14983
14984         * config.guess:  Merge from FSF:
14985
14986         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14987
14988         * config.guess (Pyramid*:OSx*:*:*): New case.
14989         (PATH): Add /.attbin at end for finding uname.
14990         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
14991
14992         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
14993
14994         * config.guess (M88*:DolphinOS:*:*): New case.
14995
14996         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
14997
14998         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14999         to select whether to use ELF or COFF.
15000
15001         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
15002
15003         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
15004
15005         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
15006
15007         * config.guess: Guess the OS version for HPUX.
15008
15009         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
15010
15011         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
15012
15013 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15014
15015         * configure.in: Recognize --with-headers, --with-libs, and
15016         --without-newlib.
15017         * Makefile.in (all-xiberty): Depend upon all-ld.
15018
15019 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15020
15021         * configure.in: Change i[34]86 to i[345]86.
15022
15023 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15024
15025         * configure (version): A few more tweaks to help message.
15026
15027 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15028
15029         * Makefile.in:  Remove (for now) librx as a host library,
15030         now that we're building it for target.
15031
15032 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15033
15034         * configure: Fix up help message; from karl@owl.hq.ileaf.com
15035         (Karl Berry).
15036
15037 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15038
15039         * configure.in:  Also configure librx.
15040
15041 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15042
15043         * Makefile.in:  Update various rules to reflect that librx
15044         is now needed for libg++.
15045
15046 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15047
15048         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
15049
15050 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
15051
15052         * configure.in: Configure the examples directory.
15053
15054 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15055
15056         * configure: Simplify Jun 2 1994 change.
15057
15058 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15059
15060         * change CC to /usr/latest/bin/gcc for lynx host builds, since
15061         /bin/gcc isn't good enough to build gcc.
15062
15063 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
15064
15065         * Makefile.in (GDB_SUPPORT_FILES): Remove
15066         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
15067         (gdb.tar.gz): Add new rule to use standard distribution building
15068         mechanism.
15069
15070 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15071
15072         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
15073         Bill Cox <bill@cygnus.com>.
15074
15075 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15076
15077         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
15078
15079 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
15080
15081         * configure:  Search current dir first in .gdbinit.
15082
15083 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15084
15085         * config.sub:  Recognize freebsd (merged from gcc config.sub).
15086
15087 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15088
15089         * config.sub:  Refer to NeXT's operating system as nextstep.
15090
15091         * config.sub (case $basic_machine):  Re-order the cases, to match
15092         the order in the FSF version (which is mostly alphabethical).
15093         Merge in some additions and changes from the FSF.
15094
15095 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
15096
15097         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
15098         * config.sub: Recognize cxux7.
15099         * configure.in: Use mh-cxux for m88k-harris-cxux*.
15100
15101 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15102
15103         * config.sub:  Fix typo powerpc -> powerpc-*.
15104
15105 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
15106
15107         * Makefile.in: `all-emacs19' depends on `all-byacc'.
15108
15109         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
15110         parallel with all-emacs and install-emacs).  Top-level command
15111         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
15112
15113 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15114
15115         * test-build.mk ($(host)-stamp-stage2-installed): Remove
15116         $(relbindir)/make before doing ``make install'', and use
15117         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
15118         installing over running make binary.
15119         ($(host)-stamp-stage3-installed): Likewise.
15120
15121 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15122
15123         * config.guess: Recognize Mach.
15124
15125 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15126
15127         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
15128         see whether --exec-prefix was used.
15129
15130 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15131
15132         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
15133
15134 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15135
15136         * Makefile.in: Add all-librx target similar to all-libproc.
15137
15138 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
15139
15140         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
15141         with post 1.2 uname bogosity.
15142
15143 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15144
15145         * configure: Remove temporary files on receipt of a signal.
15146
15147 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
15148
15149         * configure: If there is a package_makefile_frag, remove
15150         ${subdir}/Makefile.tem after copying it in.
15151
15152 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15153
15154         * build_all.mk: support rs6000 lynx identifies itself as
15155         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
15156         since /bin/gcc is too feeble to compile a modern gcc.
15157
15158 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15159
15160         * brought devo/test-build.mk update-to-date with progressive/
15161           test-build.mk. Add lynx targets and hppa flag info.
15162
15163 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15164
15165         * configure.in:  Use mh-ncrsvr43.  Patch from
15166         Tom McConnell <tmcconne@sedona.intel.com>.
15167
15168 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15169
15170         * config.guess (i386-unknown-bsdi):  No longer need to
15171         check #if defined(__bsdi__) && defined(__i386__).
15172
15173 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15174
15175         * configure: Set program_transform_nameoption correctly.
15176
15177 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15178
15179         * brought build-all.mk update-to-date with progressive build-all.mk,
15180           added new targets and hppa info.
15181
15182 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15183
15184         * configure: If config.guess result is a prefix of the user
15185         specified target, assume a native build and use the user specified
15186         target as the host alias.  Remove SunOS patch suffix removal hack.
15187         * configure.in: Remove SunOS patch suffix removal hack.
15188
15189         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15190         in NATIVE_CHECK_MODULES.
15191
15192 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
15193
15194         * Makefile.in: Rename HOST_ONLY to NATIVE.
15195         * configure: Delete SunOs patch suffix from host_canonical
15196           and build_canonical variables that are prepended to Makefiles.
15197         * configure.in: Add comments for easier maintenance.
15198
15199 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15200
15201         * Makefile.in: Add all-libproc target similar to all-gui.
15202
15203 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
15204
15205         * Makefile.in (CHECK_MODULES): split into
15206         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15207
15208 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
15209
15210         * config.guess (i386-unknown-bsdi): New system to guess.
15211
15212 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15213
15214         * Makefile.in: Add all-gui target (but not yet build by "all").
15215
15216 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
15217
15218         * config.sub: Move deletion of patch suffix from here...
15219         * configure.in: To here, at Ian's suggestion.  The top-
15220           level scripts might need to know of a patch level.
15221
15222 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
15223
15224         * config.sub: Strip off patch suffix so rtl is recognized
15225           as a sunos4.1.3 machine, even though it's been patched.
15226
15227 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
15228
15229         * Makefile.in (INSTALL_LAST): Delete.
15230         (INSTALL_DOSREL): New.
15231
15232 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15233
15234         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15235         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15236         whether we pass down --with-gnu-ld anyhow.
15237
15238 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
15239
15240         * Makefile.in (INSTALL_LAST): Change operation so it works
15241         on more flavors of make.
15242         * configure.in (go32): Don't build libg++ or libio.
15243
15244 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
15245
15246         * Makefile.in (Move HOST_PREFIX_1 and friends up so
15247         they can be overriden by templates.
15248
15249 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
15250
15251         * configure.in (target==go32): Don't build gdb.
15252         * dosrel: New directory.
15253
15254 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
15255
15256         * configure.in (host==go32): Configure dosrel too.
15257         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15258         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15259         be set by incoming names or templates.
15260         (INSTALL_LAST): New rule.
15261
15262 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
15263
15264         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15265
15266 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15267
15268         * configure.in (appdirs): New variable.  Currently empty, but will
15269         be used in gas distribution.  If nonempty, lists a set of
15270         directories at least one of which must get configured, or top
15271         level configuration is considered to have failed.
15272         (rs6000-*-lynxos*): Use new file name.
15273
15274 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15275
15276         Eliminate XTRAFLAGS.
15277         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15278         newlib include files using -idirafter, and also use -nostdinc.
15279         (CXX_FOR_TARGET): Likewise.
15280         (XTRAFLAGS): Removed.
15281         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15282         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15283         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15284         ($(DO_X)): Don't pass down XTRAFLAGS.
15285
15286 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15287
15288         * configure.in (mips*-dec-bsd*): New target; do build linker.
15289         (mips*-*-bsd*): New target; don't build linker.
15290
15291 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15292
15293         * configure.in: support rs6000-*-lynxos* configuration.
15294         support sunos4 as a cross target.
15295
15296         * config.sub: look for lynx*, not lynx since the OS version may
15297         legitimately be part of the name.
15298
15299 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15300
15301         * configure.in (i[34]86-*-sco*): Move to be with other i386
15302         targets.
15303         (romp-*-*): New target.  Skip various binary utilities.
15304         (vax-*-*): New target.  Don't build newlib.
15305         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
15306
15307 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15308
15309         * configure.in: Only set host_makefile_frag if config
15310         directory exists.
15311
15312 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15313
15314         * install.sh: If $dstdir exists, don't check whether each
15315         component does.
15316
15317 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15318
15319         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15320
15321 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
15322
15323         * configure.in (*-*-lynxos*): Don't configure newlib for either
15324         native or cross Lynx.
15325
15326 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
15327
15328         * config.sub (sparc64-elf): Fix os.
15329         (z8k): Remove duplicate.
15330
15331 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15332
15333         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15334         gcc/stmp-fixproto, to try to prevent fixproto from being run.
15335
15336 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
15337
15338         * configure: Make file links cleanly even if Lynx fails on
15339           an NFS symlink (at least fail cleanly).
15340
15341 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
15342
15343         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15344         -XNh2000.
15345
15346 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15347
15348         * configure: Unknown options are fatal again.
15349
15350 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
15351
15352         * configure: Ignore --x-includes and --x-libraries, for Autoconf
15353         compatibility.
15354
15355 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
15356
15357         * build-all.mk: Add `clean' target.
15358
15359 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15360
15361         * config.guess:  Add SINIX support.
15362         * configure.in:  Add mips-*-sysv4* support.
15363
15364 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
15365
15366         * build-all.mk: Document all useful targets.
15367         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15368         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15369
15370 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15371
15372         * configure: Support --silent, --quiet.
15373
15374 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15375
15376         * configure: Support --disable-FEATURE.
15377
15378 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15379
15380         * config.guess: Recognize NCR running SVR4.3.
15381
15382 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15383
15384         * config.guess:  Make BSDI generate i386-unknown-bsd386.
15385         Patch from Paul Eggert <eggert@twinsun.com>.
15386
15387 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15388
15389         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15390
15391 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15392
15393         * configure: Make unrecognized options give nonfatal warnings
15394         instead of fatal errors, and pass them to any subdirectory
15395         configures in case they recognize them.
15396         Make --x equivalent to --with-x.
15397
15398 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15399
15400         * configure: Add --enable-* options.  Clean up usage message and
15401         some comments.
15402
15403 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
15404
15405         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15406
15407 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15408
15409         * configure.in (hppa*-*-*): Enable binutils.
15410
15411 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15412
15413         * config.sub: Recognize cisco.
15414
15415 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
15416
15417         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15418
15419 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15420
15421         * config.guess: about target *-hitachi-hiuxwe2, don't print more
15422         than one configuration name.  Add comment.
15423
15424 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
15425
15426         * config.guess: about target *-hitachi-hiuxwe2, fixed
15427         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
15428         macro is incorrect.]
15429
15430 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15431
15432         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15433         than the "make ls" stuff which used to be here.
15434
15435 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15436
15437         * config.guess:  Recognize i[34]86-unknown-freebsd.
15438         From Shawn M Carey <smcarey@rodan.syr.edu>.
15439
15440 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15441
15442         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15443
15444 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
15445
15446         * config.guess: Check for ptx.
15447
15448 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
15449
15450         * config.sub: Add os9k checking.
15451
15452 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15453
15454         * config.guess: Handle OSF1 running on HPPA processors
15455
15456 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15457
15458         * configure: If subdir configure fails, print out a message with
15459         subdirectory name, in case subdir's configure code didn't identify
15460         itself.
15461
15462 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
15463
15464         * configure.in: Remove embedded newlines from configdirs.
15465         Avoid mismatches of substrings.  Fix matching strings at end
15466         of configdirs.
15467
15468 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
15469
15470         * config.guess:  Add Lynx/rs6000 config support.
15471
15472 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15473
15474         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15475
15476 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
15477
15478         * configure.in (hppa*-*-osf*): Treat this just like most other
15479         PA configurations (eg no binutils or ld).
15480         (hppa*-*-*elf*): These configurations have binutils and ld.
15481
15482 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15483
15484         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
15485
15486 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15487
15488         * configure.in (rs6000-*-*): Build gas.
15489
15490 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15491
15492         * Makefile.in:  Avoid bug in losing hpux sed.
15493
15494 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15495
15496         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15497         for GDB and GDB has been fixed to not need it.
15498
15499 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15500
15501         * config.guess: Recognize vax hosts.
15502
15503 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15504
15505         * configure (while loop): Don't use "break 2" inside case
15506         statement -- the case statement isn't an enclosing loop.
15507
15508 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15509
15510         * config.guess:  Clean up NeXT support, to allow nextstep
15511         on Intel machines.  Make OS be nextstep.
15512
15513 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
15514
15515         * config.guess: Add alternate forms for Convex.
15516
15517 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
15518
15519         * configure:  Completely rewrite option processing.  Take
15520         advantage of pattern-matching to avoid invoking test frequently.
15521         Also clean up host and target defaulting logic.
15522
15523 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15524
15525         * Makefile.in: Replace all occurrances of "rootme" with "r" and
15526         "$${rootme}" with "$$r", to increase the likelihood that the do-*
15527         commands (plus user environment) will fit SCO limits.
15528
15529 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15530
15531         * configure.in: Don't issue warnings about directories which are
15532         not being configured if -norecursion is set.  Correct test for
15533         --with-gnu-as and --with-gnu-ld to not get confused by substring
15534         matches.
15535
15536         * configure.in: Don't build gas for alpha-dec-osf1*.
15537
15538 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
15539
15540         * configure:  Back out Per's change of 12/19/1993.  It changes the
15541         behavior of configure in unexpected and confusing ways.
15542
15543         Also, use different delim char when calculating
15544         program_transform_name so that the name can contain slashes.
15545
15546 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
15547
15548         * configure.in, config.sub: Add support for VSTa micro-kernel.
15549
15550 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
15551
15552         * configure.in: Nuke hacks which were used to get a special
15553         version of GAS for HPPA configurations.
15554
15555 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15556
15557         * configure:  If only ${target_alias} is given, use that
15558         as the default for ${host_alias}.
15559         * configure:  Add missing back-slashes before nested quotes.
15560
15561 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15562
15563         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15564
15565 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
15566
15567         * config.guess:  Recognize some Tektronix configurations.
15568         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15569
15570 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15571
15572         * config.sub: Match any flavor of SH.
15573
15574 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
15575
15576         * configure.in: Don't try to configure newlib for Alpha.
15577
15578 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15579
15580         * configure.in: Don't build ld for Irix 5.  Don't build gas,
15581         libg++ or libio for any Alpha target.
15582
15583         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15584
15585 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
15586
15587         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15588         default arguments -- so it tried to compress itself.
15589
15590 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15591
15592         * configure.in (notsupp): ensure that a space is always at the end
15593           of the configdirs list, since the grep checks for an explicit space
15594
15595 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15596
15597         * configure.in (target i386-sysv4.2): don't build ld, since static
15598           versions of many libraries are not available.
15599
15600 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15601
15602         * config.guess: Recognize Apollos (using environment variables).
15603         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15604
15605 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15606
15607         * config.guess: Recognize Sony news mips running newsos.
15608
15609 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
15610
15611         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15612         "fi ; else" for bash.
15613
15614 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
15615
15616         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15617
15618 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
15619
15620         * config.sub: accept unixware as an alias for svr4.2.
15621         Fix some inconsistancies with the gcc version.
15622
15623 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15624
15625         * Makefile.in (DISTDOCDIRS):  Add gdb.
15626
15627 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15628
15629         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
15630
15631 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15632
15633         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15634         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15635         this now.
15636
15637 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15638
15639         * config.sub: Accept hiux* as an OS name.
15640
15641         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15642         etc/make-stds.texi.  The underscore came from gcc, and dje now
15643         agrees that RUNTESTFLAGS is the correct name.
15644
15645 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15646
15647         * install.sh:  Remove 'set -e'.  It makes any conditionals
15648         in the script useless.
15649
15650         * config.guess: Automatically recognize arm-acorn-riscix
15651         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15652
15653 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
15654
15655         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15656
15657 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15658
15659         * Makefile.in (DISTDOCDIRS): New variable.
15660         (taz): Edit local Makefile.in sooner, instead of proto-toplev
15661         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
15662
15663 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15664
15665         * configure.in (hppa target): check the source directory for the
15666           pagas sub-directory
15667
15668 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
15669
15670         * config.sub: Allow -aout* and -elf*.
15671
15672 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15673
15674         * configure.in: Don't build ld on i386-solaris2, same as for
15675         sparc-solaris2.
15676
15677 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15678
15679         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15680
15681 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15682
15683         * configure.in:  Configure gdb for alpha.
15684
15685 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15686
15687         * Makefile.in (CXXFLAGS): Add -O.
15688
15689 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15690
15691         * config.guess: added support for DG Aviion
15692
15693 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15694
15695         * configure.in: Produce warning message for subdirectories not
15696         configurable for this host/target combination.  Don't try to
15697         configure gdb for vms.
15698
15699 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15700
15701         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15702         appropriate files before making "diststuff".
15703         (DISTBISONFILES): New var: list of files to be edited.
15704         (DISTSTUFFDIRS): Add binutils.
15705
15706 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15707
15708         * config.sub: also handle mipsel and mips64el (for little endian mips)
15709
15710 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15711
15712         * configure.in: Add * to end of all OS names.
15713
15714 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
15715
15716         * configure.in: Build newlib for LynxOS native.
15717
15718 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15719
15720         * config.guess: Add support for delta 88k running SVR3.
15721
15722         * configure.in: Add comment about HP compiler vs. emacs.
15723
15724 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15725
15726         * configure.in: don't build ld on solaris2 (not a viable option
15727           due to bugs in getpwnam & getpwuid)
15728
15729 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15730
15731         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15732         config.guess will produce a full version number.
15733
15734 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15735
15736         * configure.in: Build linker and binutils for alpha-dec-osf1.
15737
15738 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15739
15740         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15741         and gdb/testsuite/Makefile.in.
15742
15743 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15744
15745         * configure.in: recognize mips*- instead of mips-
15746
15747 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15748
15749         * config.sub: Accept linux*coff and linux*elf as operating
15750         systems.
15751
15752 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15753
15754         * config.sub: Recognize mips64, and mips3 as an alias for it.
15755
15756 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15757
15758         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15759         gdb knows how to handle OSF/1 shared libraries.
15760
15761 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15762
15763         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15764         * config.guess: Recognize Hitachi's HIUX.
15765         * config.sub: Recognize h3050r* and hppahitachi.
15766         Remove redundant cases for hp9k[23]*.
15767
15768 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15769
15770         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15771         if gas and ld are in the source tree and are in ${configdirs}.
15772         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15773         --with options (but still pass them down on the command line,
15774         if they were explicitly specified).
15775
15776 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15777
15778         * configure: substitute SHELL value in Makefile.in with
15779         ${CONFIG_SHELL}
15780
15781 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15782
15783         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15784         *-*-solaris2* targets.
15785
15786 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15787
15788         * Makefile.in: define M4, and pass it down to sub-makes;
15789         all-autoconf now depends on all-m4
15790
15791 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15792
15793         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15794         presence of {ar,ranlib} instead of a configured directory
15795
15796 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
15797
15798         * config.guess: Accept 34?? as well as 33?? for NCR.
15799
15800 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15801
15802         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15803         of 'gas' in sed commands, since 'gash' is now in the tree as well.
15804
15805 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15806
15807         * configure: grab values for $(CC) and $(CXX) from the
15808         environment, so that someone can do "CC=gcc configure; make" and
15809         have it work right (matching the way that autoconf works now)
15810
15811         * configure.in, Makefile.in: add support for gash, the tcl
15812         interface to Galaxy
15813
15814         * config.guess: add NetBSD variants (hp300, x86)
15815
15816 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
15817
15818         * install.sh: Support -d option (in the manner of SunOS 4 install,
15819         as it is more deterministic than that of GNU install)
15820         (chmodcmd): Set file to mode 755 by default (should also do default
15821         chgrp and chown, but I don't feel like dealing with that now)
15822
15823 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
15824
15825         * config.sub: Remove h8300hhms alias.
15826
15827 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15828
15829         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15830
15831 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15832
15833         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15834         as stmp-fixinc
15835
15836 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15837
15838         * config.sub: recognize m88110-bug-coff.
15839
15840 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15841
15842         * Makefile.in (all-libio): all dependencies on the toolchain used
15843         to build this (gcc, gas, ld, etc)
15844
15845 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15846
15847         * config.guess: Deal with OSF/1 1.3 on alpha.
15848
15849 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15850
15851         * install.sh: add some 'else true' clauses for portability
15852
15853         * configure.in: don't build libio for h8[35]00-*-* targets
15854
15855 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15856
15857         * Makefile.in:  Add support for new libio.
15858
15859 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15860
15861         * install.sh: If one command fails, don't try the rest.  Don't try
15862         to remove $dsttmp (via trap) unless we have already created it.
15863         If $src doesn't exist, detect it and exit with an error.
15864
15865         * config.guess: Recognize BSD on hp300.
15866
15867 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15868
15869         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15870         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15871
15872 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
15873
15874         * Makefile.in (all-send-pr): depends on all-prms
15875
15876 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15877
15878         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15879
15880 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15881
15882         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15883         Added test for mips-mips-riscos5.
15884
15885 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15886
15887         * configure.in: use mh-hp300 for 68k HP hosts
15888
15889 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15890
15891         * configure: add support for CONFIG_SHELL, so that you can use
15892         some alternate shell for evaluating configure scripts
15893
15894 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
15895
15896         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
15897         in configure script to bug-gdb@prep.ai.mit.edu when building
15898         distribution archive.
15899         * Makefile.in (COMPRESS):  Remove def.
15900         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
15901         gdb.tar.Z and make-gdb.tar.Z respectively.
15902         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
15903         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
15904         to convergence with 'taz' target in Makefile.in.
15905
15906 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15907
15908         * install.sh (dsttmp): use trap to ensure that tmp files go
15909         away on error conditions
15910
15911 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15912
15913         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15914
15915 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15916
15917         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15918         its parent is '/' not ''.
15919
15920         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15921
15922 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
15923
15924         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15925         that ${newsrcdir}/configure.in does.
15926
15927 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15928
15929         * test-build.mk: support for CONFIG_SHELL
15930
15931 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
15932
15933         * config.sub (netware):  Add as a basic system type.
15934
15935 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15936
15937         * Makefile.in (Makefile): depend on configure.in.  Also drop the
15938           $(srcdir)/ from the dependency on Makefile.in.
15939
15940 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
15941
15942         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15943         (h8300hhms is temporary until multi-libraries are implemented).
15944         * configure.in: Handle h8300h too.
15945
15946 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15947
15948         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15949
15950 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
15951
15952         * configure:  Remove extraneous output when guessing host type.
15953         * config.guess:  Remove extraneous output when guessing using C
15954         compiler rather than uname, or when guessing fails.
15955
15956 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
15957
15958         * Makefile.in: remove all.cross and install.cross targets
15959
15960         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15961           definitions
15962
15963 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
15964
15965         * configure.in (target sh): Build gprof.
15966
15967 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15968
15969         * config.sub: change -solaris to -solaris2
15970
15971 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15972
15973         * configure.in: Use config/mh-riscos for mips-*-sysv*.
15974
15975 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
15976
15977         * configure: Correct error message for missing Makefile.in to
15978         print correct directory.
15979
15980 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15981
15982         * install.sh: kludge around 386BSD shell bug
15983
15984 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
15985
15986         * config.guess:  Recognize NeXT.
15987         * config.guess:  Recognize i486-ncr-sysv4.
15988         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
15989
15990 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
15991
15992         * Makefile.in (MAKEINFOFLAGS): New variable.
15993         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15994         * build-all.mk, test-build.mk: Pass down --no-split as
15995         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
15996
15997 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
15998
15999         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
16000
16001 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
16002
16003         * Makefile.in (libg++.tar.z):  New rule.
16004         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
16005         * Makefile.in (taz):  Only do a single chmod.
16006
16007 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
16008
16009         * install.sh: don't use dirname anymore (replaced with sed usage)
16010
16011 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
16012
16013         * Makefile.in:  Change extension for gzip'd files from '.z' to
16014         '.gz' per new FSF standard usage.
16015
16016 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
16017
16018         * configure: put quotes around the final value of program_transform_name
16019
16020 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16021
16022         * Makefile.in: new install.sh support; update install-info rules
16023
16024 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
16025
16026         * configure.in: Build diff for crosses, but not for go32 host.
16027
16028         * configure.in: Build gprof only for native, and don't build it
16029         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
16030
16031 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
16032
16033         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
16034
16035 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16036
16037         * configure.in (host_tools): Add prms.
16038
16039 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16040
16041         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
16042         with $(FLAGS_TO_PASS) on the command line
16043
16044         * config.sub: Recognize lynx and lynxos
16045
16046 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
16047
16048         * config.sub: Accept -ecoff*, not just -ecoff.
16049
16050 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16051
16052         * Makefile.in (taz): Use .gz suffix instead of .z.
16053         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
16054         names.
16055
16056 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16057
16058         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
16059
16060 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16061
16062         * Makefile.in (install-no-fixedincludes):  install gcc last, so
16063         that rebuilds that might happen during 'make install' don't get
16064         bogus gcc include files
16065
16066 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16067
16068         Change from Utah for HPPA support:
16069         * config.guess: Recognize hppa1.x-hp-bsd.
16070
16071 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
16072
16073         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
16074         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
16075
16076 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16077
16078         * config.sub: Add support for rom68k and bug boot monitors.
16079
16080 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
16081
16082         * Makefile.in: Make all-opcodes depend on all-bfd.
16083
16084 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16085
16086         * config.guess: Added special check for i[34]86-univel-sysv4*.
16087
16088 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
16089
16090         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
16091         the processor rather than assuming i486.
16092
16093 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16094
16095         * config.guess: Recognize SunOS6 as Solaris3.
16096
16097 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
16098
16099         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
16100         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
16101
16102 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
16103
16104         * build-all.mk (all-cross): New target for Canadian Cross.
16105         Added Q2 go32 targets.
16106         * test-build.mk: Configure go32 cross sparclite-aout and
16107         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
16108         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
16109
16110 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16111
16112         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
16113         GO32 hosted toolchains
16114
16115 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16116
16117         * configure: change  so "-exec-prefix" gets passed down rather
16118         than "-exec_prefix" so autoconf generated Makefiles get the
16119         exec_prefix set right.
16120
16121 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16122
16123         * config.guess: get the Solaris2 minor version number
16124
16125         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
16126
16127 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16128
16129         * config.guess: Recognize some Sequent platforms.
16130
16131 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16132
16133         * Makefile.in: added the vault-install target
16134
16135         * configure.in: actually use the Sun3 makefile fragment that's in
16136         config, also added the release dir to configdirs
16137
16138 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16139
16140         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16141
16142 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16143
16144         * configure.in: remove some program from Alpha targetted toolchains
16145
16146 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
16147
16148         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
16149         gprof.
16150         (taz): Run "make diststuff" in those directories instead of "make
16151         proto-dir".  Look for "VERSION=" only at start of line in subdir
16152         Makefile.  Use "gzip -9" for compression.
16153         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16154         (binutils.tar.z): New target.
16155
16156 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16157
16158         * Makefile.in (taz): Include gpl.texinfo.
16159
16160 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16161
16162         * Makefile.in (setup-dirs): Merged into "taz" target.
16163         (taz): Only do `proto-dir' stuff if a directory is actually needed
16164         for this target.
16165
16166 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
16167
16168         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16169         (FLAGS_TO_PASS): Pass down MUNCH_NM.
16170         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16171         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16172         (gcc-no-fixedincludes): Correct for current gcc Makefile.
16173
16174 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
16175
16176         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
16177         config.sub, and move-if-change to gdb testsuite distribution
16178         archive, so the testsuite can be extracted, configured, and
16179         run separately from the gdb distribution.  Blow away the Chill
16180         tests that require a Chill compiled executable, since GNU Chill
16181         is not yet publically available.
16182
16183 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16184
16185         * test-build.mk: set environment variables in a single command,
16186         instead of a list of assignments and exports
16187
16188         * config.guess: recognize Alpha/OSF1 systems
16189
16190 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16191
16192         * configure: Change help message to prefer --options rather than
16193           -options.
16194
16195 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16196
16197         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16198         zippy@ecst.csuchico.edu.
16199         * config.guess: Recognize miniframe.
16200
16201 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16202
16203         * Makefile.in: Use srcroot to find runtest rather than rootme.
16204         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16205
16206 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16207
16208         * test-build.mk: Extensive additions to support building on a
16209         machine other than the host.
16210
16211 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16212
16213         * configure (tooldir): Fix for i386-aix again.
16214
16215 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
16216
16217         * configure, Makefile.in:  Change definition of $(tooldir)
16218         to match the FSF.
16219
16220 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
16221
16222         * config.guess:  Recognize i[34]86/SVR4.
16223
16224 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16225
16226         * Makefile.in (all-gdb): gdb depends on sim.
16227
16228 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
16229
16230         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
16231         at the same time we make the prototype gdb directory.
16232         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
16233         files at the same time as the gdb base release distribution.
16234
16235 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
16236
16237         * Makefile.in (check): Use individual check targets rather than
16238         DO_X rule.
16239         (check-gcc): Added.
16240
16241 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
16242
16243         * config.sub: Use sysv3.2 not sysv32 for canonical OS
16244         for System V release 3.2.
16245
16246 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16247
16248         * config.sub: Recognize hppaosf.
16249         * configure.in: Do configure ld/binutils/gas for it.
16250
16251 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16252
16253         * configure (tooldir): Alter syntax used to set this, for systems
16254         where "\$" isn't handled right, like i386-aix.
16255
16256 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16257
16258         * configure: Pass program-transform-name, not
16259         program_transform_name, to recursive configures.
16260
16261 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
16262
16263         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16264         of gas+ld+binutils.
16265
16266 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
16267
16268         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
16269
16270 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16271
16272         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16273
16274 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16275
16276         * Makefile.in (PRMS): Set back to all-prms.
16277
16278 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16279
16280         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16281         targets, rather than for MIPS hosts.
16282
16283 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16284
16285         * configure.in: add comment for --with-x default values
16286
16287         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16288
16289         * Makefile.in: add check-* targets for each of the directories in
16290         the tree.  Add a definition of RUNTEST that will use the one we
16291         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
16292
16293 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
16294
16295         * configure.in: Removed obsolete references to bfd_target and
16296         target_makefile_frag.
16297
16298         * build-all.mk: Set assorted targets for Q2.
16299         * config.sub: Recognize z8k-sim and h8300-hms.
16300         * test-build.mk: Really don't pass host to configure.
16301         (HOLES): Added uname.
16302
16303 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
16304
16305         * configure: Handle an empty program-prefix, program-suffix or
16306         program-transform-name correctly.
16307
16308 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16309
16310         * build-all.mk: -G 8 no longer required for MIPS targets.
16311         * test-build.mk: Don't pass host argument to configure; make it
16312         guess.
16313
16314 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
16315
16316         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
16317         * Makefile.in (COMPRESS):  New macro, like GZIP.
16318
16319 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16320
16321         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16322
16323         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16324         with gas currently defaults to -G 0.
16325
16326 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
16327
16328         * Makefile.in (all-flex): flex depends on byacc.
16329
16330         * build-all.mk: If host not specified, use config.guess.  Pass TAG
16331         to test-build.mk as RELEASE_TAG.
16332         * test-build.mk (configargs): New variable containing arguments to
16333         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
16334         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16335
16336         * config.guess: Use /bin/uname when checking -X argument on SCO,
16337         to avoid invoking GNU uname which doesn't understand -X.
16338
16339         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16340
16341         * configure.in: Build gas for mips-*-*.
16342
16343 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16344
16345         * Makefile.in (all.normal): insert missing backslash.
16346
16347 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
16348
16349         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16350
16351         * Makefile.in: Complete overhaul to merge many almost identical
16352         targets.
16353
16354 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16355
16356         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16357         (gdb.tar.Z): Adjusted.
16358
16359         * Makefile.in (setup-dirs, taz): New targets; should be general
16360         enough to adapt for gdb sometime.  Build only .z file.
16361         (gas.tar.z): New target.
16362
16363 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
16364
16365         * build-all.mk: Use CC=cc -Xs on Solaris.
16366
16367 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
16368
16369         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
16370         for handling BISON for FSF releases.
16371
16372 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16373
16374         * configure: Actually implement the change zoo just documented.
16375
16376 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
16377
16378         * configure: when using config.guess, only set target_alias when
16379         it's not already been set (ie, on the command line)
16380
16381 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16382
16383         * Makefile.in: add installcheck target, set PRMS to install-prms
16384
16385 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16386
16387         * configure: add support for package_makefile_fragment, handle the
16388         case where a directory has a configure.in file but no Makefile.in
16389         more gracefully (with an actual understandable error message, even);
16390         add support for --without (and add this to the usage message); also
16391         explicitly add a --host=${host_alias} to the command line when
16392         config.guess is used
16393
16394 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16395
16396         * configure: Must use both --host and --target in recursive calls.
16397
16398 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16399
16400         * Makefile.in: Change deja-gnu to dejagnu.
16401
16402 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16403
16404         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16405
16406 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16407
16408         * configure.in: canonicalize all instances to *-*-solaris2*,
16409         also strip out a number of tools to not build for go32 host
16410
16411 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16412
16413         * config.guess: add GPL.
16414
16415         * Makefile.in, config.guess, config.sub, configure: bump
16416           copyrights to 93.
16417
16418 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
16419
16420         * Makefile.in (do-info): Removed obsolete check for existence of
16421         localenv file.
16422
16423         * Makefile.in (MAKEOVERRIDES): Define to be empty.
16424
16425 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16426
16427         * Makefile.in: a couple of 'else true' for decstation,
16428         support for TclX
16429
16430         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16431
16432 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
16433
16434         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16435
16436 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
16437
16438         * config.guess: Recognize i386-ibm-aix (PS/2).
16439         * configure.in: Use config/mh-aix386 file for it.
16440
16441 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
16442
16443         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16444         CC_FOR_TARGET instead.
16445         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16446
16447 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
16448
16449         * Makefile.in: Add sim to list of directories sent with gdb
16450
16451 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
16452
16453         * configure.in: Put back mips-dec-bsd* case.
16454
16455 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
16456
16457         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16458         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
16459         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16460
16461 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16462
16463         * configure.in: remove no-op mips-dec-bsd* in "case $target"
16464
16465         * Makefile.in (dir.info): only run gen-info-dir if it exists,
16466         (install-info): install dir.info only if it exists,
16467         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16468
16469 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
16470
16471         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
16472         gas for mips-dec-bsd.
16473
16474 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
16475
16476         * configure (makesrcdir): If ${srcdir} is relative and not ".",
16477         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16478
16479 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16480
16481         * configure.in: Added "dejagnu" to hosttools list.
16482
16483 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
16484
16485         * config.sub, configure.in, config.guess:  Add support
16486         for Bosx, an AIX variant from Bull.
16487         Patches from F.Pierresteguy@frcl.bull.fr.
16488
16489 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16490
16491         * devo/dejagnu: Initial creation of devo/dejagnu.
16492         Migrated dejagnu testcases and support files for testing software
16493         tools to reside as subdirectories, currently called "testsuite",
16494         within the directory of the software tool.  Migrated all programs,
16495         support libraries, etc. beloging to dejagnu proper from
16496         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
16497         with no modifications.  The changes to these files which will
16498         allow them to configure, build, and execute properly will be made
16499         in a future update.
16500
16501 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16502
16503         * Makefile.in: Change send_pr to send-pr.
16504         * configure.in: Likewise.
16505         * send_pr: Renamed directory to send-pr.
16506
16507 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
16508
16509         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
16510
16511 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
16512
16513         * README:  Update for gdb-4.8 release.
16514         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
16515         gdb-xxx.tar.z (gzip'd) file also.
16516
16517 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16518
16519         * Makefile.in: make all-diff depend on all-libiberty
16520
16521 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
16522
16523         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16524
16525 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16526
16527         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16528
16529 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
16530
16531         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
16532         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
16533         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
16534
16535 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16536
16537         * Makefile.in:  makeinfo binary is in a new location
16538
16539 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
16540
16541         * config.sub: Accept -ecoff as an OS.
16542
16543         * Makefile.in: Various changes to eliminate a level of make
16544         recursion and reduce the required command line length.
16545         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16546         sub-makes.
16547         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16548         variables holding settings for specific sub-makes.
16549         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16550         in terms of BASE_FLAGS_TO_PASS.
16551         (TARGET_LIBS): New variable listing directories which use
16552         TARGET_FLAGS_TO_PASS.
16553         (subdir_do): Eliminated.
16554         (do-*): New set of targets to replace subdir_do.
16555         (various): All targets which used subdir_do now depend on do-*.
16556         (local-clean): Renamed from do_clean.
16557         (local-distclean): New target, dependency of distclean and
16558         realclean.
16559         (install-info): Don't create directories.  Depend on dir.info
16560         rather than calling make recursively.
16561         (install-dir.info): Eliminated.
16562         (install-info-dirs): Create all info directories here.
16563         (dir.info): Depend upon do-install-info.
16564
16565         * test-build.mk (HOLES): Added false.
16566
16567 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
16568
16569         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
16570
16571 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16572
16573         * Makefile.in (info): remove dependency on all-texinfo.  The
16574         problem was really in texinfo/C, not at this level.
16575
16576 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16577
16578         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16579
16580 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
16581
16582         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
16583         GDB releases.
16584
16585 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16586
16587         * configure: Include srcdir in message about target of link not
16588         being found.  Don't convert `-' to `_' in `with' options being
16589         passed to subdirs.
16590
16591 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16592
16593         * configure.in: add uudecode to host_tools
16594
16595         * Makefile.in: added {all,install}-uudecode targets, added them to
16596         the appropriate lists
16597
16598 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
16599
16600         * Makefile.in (all-gcc): Added dependency on all-gas.
16601
16602         * configure.in (mips-*-*): Build ld and binutils.
16603
16604 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16605
16606         * configure: check return code from mkdir, print error message and
16607           exit on failure.
16608
16609 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
16610
16611         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
16612
16613 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16614
16615         * test-build.mk (HOLES): Added tar, cpio and uudecode.
16616
16617 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16618
16619         * config.sub (h8500):  Recognize this as a cpu type.
16620
16621 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16622
16623         * configure: source directory missing is no longer a warning
16624
16625         * configure.in: recognize irix[34]* instead of irix[34]
16626
16627         * Makefile.in: define and pass down X11_LIB
16628
16629 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
16630
16631         * guess-systype: Renamed to ...
16632         * config.guess:  ... by popular request.
16633         * configure.in, Makefile.in:  Update accordingly.
16634
16635 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
16636
16637         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
16638         + Add Convex, Cray/Unicos, and Encore/Multimax support.
16639         + Execute ./dummy instead of assuming . is in PATH.
16640
16641 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
16642
16643         * guess-systype:  New shell script.  Attempts to guess the
16644         canonical host name of the executing host.
16645         Only a few hosts are supported so far.
16646         * configure:  Call guess-systype if no host is specified.
16647
16648 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16649
16650         * Makefile.in (gcc-no-fixedincludes): Made to work with current
16651         gcc Makefile.
16652
16653
16654 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
16655
16656         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16657         (all-gcc, install-gcc, subdir_do): Use it.
16658
16659 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16660
16661         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16662
16663 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
16664
16665         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16666           set exclusively by configure, using configure.in .
16667
16668 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16669
16670         * test-build.mk: set $PATH for all builds
16671
16672         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16673
16674 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
16675
16676         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
16677         the one used in gcc/Makefile.in, so that a null expansion doesn't
16678         override the one needed to build gcc with a native cc.
16679
16680
16681 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16682
16683         * configure: Accept -with arguments.
16684
16685 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16686
16687         * Makefile.in: added h8300sim
16688
16689 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
16690
16691         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16692         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
16693         (all-cygnus, native, build-cygnus): Make
16694         $(canonhost)-stamp-3stage-done, not $(host)....
16695         * test-build.mk (stamp-3stage-compared): Use tail +10c for
16696         i386-sco3.2v4.  Added else true to if command.
16697
16698 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
16699
16700         * config.sub: (from FSF) Sequent uses a BSD-like OS.
16701
16702 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
16703
16704         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16705
16706 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16707
16708         * configure.in: don't remove binutils from Solaris builds
16709
16710 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
16711
16712         * Makefile.in: get rid of earlier definitions for *clean,
16713         also handle the recursive info rule better
16714
16715 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
16716
16717         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
16718         do more-or-less the right thing.
16719
16720 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
16721
16722         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16723         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16724
16725 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16726
16727         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16728         $(host_canonical).
16729
16730         * configure.in: split the configdirs list into 4 categories (native
16731         v. cross, library v. tool) and handle the cross-only and native-
16732         only in more reasonable (and correct!) way.
16733
16734 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
16735
16736         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
16737         configdirs anymore.
16738
16739 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16740
16741         * Makefile.in: extensive cleanup::  removed all of the explicit
16742         clean-* targets, collapsed many wrappers around subdir_do into
16743         one, added additional targets to satisfy standards.texi, deleted
16744         some old targets, some changes for consistency
16745
16746 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16747
16748         * configure.in: handle some programs as cross-only, and others as
16749         native only
16750
16751         * test-build.mk: handle partial holes in a more generic manner
16752
16753         * Makefile.in: m4 depends on libiberty
16754
16755 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16756
16757         * configure.in: add m4, textutils, fileutils, sed, shellutils,
16758         time, wdiff, and find to configdirs
16759
16760         * Makefile.in: all, clean, and install rules for the new programs
16761         added to configure.in
16762
16763 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16764
16765         * configure.in: use mh-sun for all *-sun-* hosts
16766
16767 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16768
16769         * Makefile.in: define flags for X11 include files and library file
16770         locations, pass them down to the programs that need this info
16771
16772         * build-all.mk: added a 'native' target, to 3stage the native toolchain
16773
16774 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16775
16776         * configure.in: start building libg++ for HP-UX targets
16777
16778 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
16779
16780         * README:  Update references to files moved into etc/.
16781
16782 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
16783
16784         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
16785         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
16786
16787 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16788
16789         * configure: accept dash as well as underscore in long option
16790         names for FSF compatibility.
16791
16792 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
16793
16794         * config.sub: added -sco3.2v4 support from FSF.
16795
16796 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16797
16798         * configure.in: expand the section that adds or removes
16799         directories from the list of programs to build, to handle native
16800         vs. cross in addition to host v. native
16801
16802 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
16803
16804         * Makefile.in:  Replace C++ in macro names with CXX.
16805         This is less likely to break ...
16806
16807 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16808
16809         * test-build.mk: add -w to GNU_MAKE
16810
16811 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16812
16813         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16814         add 'sparc' to list of recognized cpus.  This needed to make
16815         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16816         Delete some redundant ose68 variants.  Recognize -wrs as an os,
16817         then changes that into $CPU-wrs-vxworks.
16818
16819         * configure.in: remove most references to gdbtest, regularize
16820         target based program removal
16821
16822         * test-build.mk: import from p3 tree (many fixes and changes)
16823
16824 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
16825
16826         * Makefile.in: added rules to handle tcl, tk, and expect
16827
16828         * configure.in: handle those directories if they exist
16829
16830 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16831
16832         * config.sub: removed bogus hppabsd and hppahpux names, since
16833         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16834
16835 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16836
16837         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
16838         depends upon all-xiberty
16839
16840         * Makefile.in: changes from p3, including:
16841
16842         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
16843
16844         * Makefile.in (XTRAFLAGS): include newlib directories if
16845         newlib/Makefile exists, rather than if host != target.
16846
16847         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
16848
16849         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16850         from the same source tree and not building a cross-compiler.  This
16851         matters for the libg++ configuration if reconfiguring a tree that
16852         has already been installed.
16853
16854         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
16855
16856         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16857         pick up the machine and system specific header files.
16858
16859         * Makefile.in: added AS_FOR_TARGET, passed down in
16860         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16861         the C compiler to use to create programs which are run in the
16862         build environment, set it to default to $(CC), and passed it down
16863         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16864
16865         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
16866
16867         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16868         We need them for unusual native builds, like systems without
16869         ranlib.
16870
16871         * configure: also define $(host_canonical) and
16872         $(target_canonical), which are the full, canonical names for the
16873         given host and target
16874
16875 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
16876
16877         * Makefile.in:  Added separate definitions for C++.
16878
16879 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
16880
16881         * configure.in (configdirs):  Add deja-gnu.
16882
16883 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
16884
16885         * README:  Update for configure.texi and gdb-4.7 release.
16886
16887 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
16888
16889         * Makefile.in:  Move "all" target to top of file.
16890         Previously, first target was ".PHONY" which caused BSD4.4 make
16891         to build .PHONY when make was run without arguments.
16892
16893 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
16894
16895         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
16896         Library-copylefted code in libiberty.
16897
16898 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
16899
16900         * config.sub:  Replace m68kmote with plain old m68k.
16901
16902 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
16903
16904         * Makefile.in:  Remove space from blank line, avoid Make complaints.
16905
16906 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
16907
16908         * config.sub: Complain if no argument is given.  Added support for
16909         386bsd as OS and target alias.
16910
16911 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
16912
16913         * Makefile.in (XTRAFLAGS): include newlib directories if
16914         newlib/Makefile exists, rather than if host != target.
16915
16916 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
16917
16918         * config.sub: recognize sparclite-wrs-vxworks.
16919
16920         * Makefile.in (install-xiberty): added *-xiberty make rules (from
16921         p3.) Added clean-xiberty to clean.
16922
16923 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16924
16925         * configure.in: use *-*-* instead of nested cases for host and target
16926
16927 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
16928
16929         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16930         from the same source tree and not building a cross-compiler.  This
16931         matters for the libg++ configuration if reconfiguring a tree that
16932         has already been installed.
16933
16934 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
16935
16936         * config.sub (i486v/i486v4):  Merge in from FSF version.
16937
16938 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
16939
16940         * configure: only set PWD if it is already set.
16941
16942 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
16943
16944         * configure: just set PWD=`pwd` at the top, since Ultrix sh
16945         doesn't have unset and all success paths (and most error paths)
16946         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16947         to just ${PWD} to avoid confusion.)
16948
16949 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
16950
16951         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16952         even for a native compilation.
16953
16954 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
16955
16956         Changes to make the gdb.tar.Z rule work better.
16957
16958         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
16959         (DEVO_SUPPORT):  Add configure.texi.
16960         (bfd-ilrt.tar.Z):  Remove ancient rule.
16961
16962 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
16963
16964         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16965         pick up the machine and system specific header files.
16966
16967         * configure.in, config.sub: added new target m68010-adobe-scout,
16968         with alias of adobe68k.  Changed configure.in to check for
16969         -scout before -sco* to avoid a false match.
16970
16971         * Makefile.in: added AS_FOR_TARGET, passed down in
16972         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16973         the C compiler to use to create programs which are run in the
16974         build environment, set it to default to $(CC), and passed it down
16975         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16976
16977 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16978
16979         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16980         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
16981         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16982         FOR_TARGET variants, to newlib and libg++.
16983
16984 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16985
16986         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16987         first.
16988
16989 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
16990
16991         * config.sub:  Accept `elf' as an environment.
16992
16993 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16994
16995         * Makefile.in (all-opcodes):  cd into the right directory
16996
16997 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
16998
16999         * configure: added -program_transform_name option, used as
17000         argument to sed when installing programs.
17001         configure.texi: added documentation for -program_prefix,
17002         -program_suffix and -program_transform_name.
17003
17004 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
17005
17006         * config.sub:  Accept i486 where i386 ok.
17007
17008 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
17009
17010         * config.sub: accept we32k
17011
17012 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
17013
17014         * config.sub, configure.in: accept OSE68000 and OSE68k.
17015
17016         * Makefile.in: don't create all directories for ``make install'';
17017         let the subdirectories create the ones they need.
17018
17019 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17020
17021         * COPYING: new file, GPL v2
17022
17023 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17024
17025         * Makefile.in: use the new gen-info-dir, which needs a template
17026         argument (which also lives in texinfo)
17027
17028         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
17029
17030 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
17031
17032         * config.sub (ncr3000):  Change i386 to i486.
17033
17034 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17035
17036         * Makefile.in: add install-rcs, install-grep to
17037         install-no-fixedincludes, removed install-bison and install-libgcc
17038
17039 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
17040
17041         * configure.in: grab the HPUX makefile fragment if on HPUX
17042
17043 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
17044
17045         * Makefile.in: eradicate bison spoor (ditto libgcc).
17046          configure.in: recognise m68{k,000}-ericsson-OSE.
17047          es1800 is alias for m68k-ericsson-OSE
17048
17049 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17050
17051         * configure.in: rearrange the parts that remove programs from
17052         configdirs, based now on HOST==TARGET or by canonical triple.
17053
17054 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17055
17056         * test-build.mk: recurse explicitly with -f test-build.mk when
17057           appropriate.  predicate stage3 and comparison on the existence
17058           of gcc.  That is, if gcc isn't around, we aren't three-staging.
17059           On very clean, also remove ...stamp-co.  Build in-place before
17060           doing other builds.
17061
17062 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17063
17064         * Makefile.in, configure.in: add tgas
17065
17066 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17067
17068         * Makefile.in: a number of changes merged in from progressive.
17069
17070         * configure.in: add libm.
17071
17072         * .cvsignore: ignore some stuff that comes from test-build.mk.
17073
17074 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
17075
17076         * config.sub:  Add es1800 (m68k-ericsson-es1800).
17077
17078 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
17079
17080         * configure: Add program_suffix (parallel to program_prefix)
17081         * Makefile.in: adjust directory-creating script for losing decstation
17082
17083 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
17084
17085         * configure:  Minor $subdir-related fixes.
17086
17087 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17088
17089         * configure: fix various problems with propogating
17090         makefile_target_frag in subdirs.
17091         * configure.in: config libgcc if its there
17092
17093 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
17094
17095         * config.sub:  HPPA merge.
17096
17097 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
17098
17099         * Makefile.in:  Replace all-bison with all-byacc in all
17100         dependency lines for other tools (which now use byacc).
17101
17102 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
17103
17104         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
17105
17106 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
17107
17108         * Makefile.in: make gprof rules similar to byacc rules (instead of
17109         vestigal $(unsubdir) that didn't work...)
17110
17111 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
17112
17113         * config.sub:  Add support for Linux.
17114         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
17115         (at least for libg++).
17116
17117 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
17118
17119         * configure.texi: fix doc for the -nfp option to configure
17120
17121 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
17122
17123         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
17124
17125 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
17126
17127         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
17128         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
17129         * configure.in: added solaris* host_makefile_frag hook.
17130
17131 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17132
17133         * config.sub: changed recognition of m68000 so that various
17134         m68k types can be specified via m680[01234]0
17135
17136 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17137
17138         * config.sub (basic_machine): fix sed so that '-foo' isn't
17139         completely substituted out while .+'-foo' loses the '-foo'
17140
17141 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
17142
17143         * config.sub ($os): Add -aout.
17144
17145 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
17146
17147         * configure:  If host_makefile_frag is absolute, don't
17148         prefix ${invsubdir} (relevant to libg++ auto-configure).
17149
17150 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
17151
17152         * Makefile.in (tooldir): Define it.
17153         (all-ld): Depend on all-flex.
17154
17155 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
17156
17157         * Makefile.in (check):  Fix libg++ special case.
17158
17159 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
17160
17161         * configure: do not bury `pwd` into config.status, thus do fewer
17162           pwd's.
17163
17164         * configure: print the "Building in" message only when building in
17165           other than "." AND verbose.
17166
17167         * configure: remove -s, rework -v to better accommodate guested
17168           configures.
17169
17170         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17171
17172 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
17173
17174         * Makefile.in: macroize flags passed on recursion.  remove
17175           fileutils.
17176
17177 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
17178
17179         * configure: get makesrcdir right for subdirs deeper than 1.
17180
17181         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17182           install.
17183
17184 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
17185
17186         * Makefile.in: don't print subdir_do or recursion lines.
17187
17188 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
17189
17190         * standards.texi: added menu item.
17191
17192         * Makefile.in: build and install standards.info.
17193
17194         * standards.texi: new file.
17195
17196 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17197
17198         * configure: test for and move config.status pieces from
17199           ${subdir}/.
17200
17201 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
17202
17203         * configure:  Test for existance of files before trying to mv
17204         them, to avoid numerous non-existance messages.
17205
17206 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
17207
17208         * configure: correct final line of config.status.
17209
17210         * configure: patch from eggert.  Avoids a protection problem if
17211           the original Makefile.in is read only.
17212
17213         * configure: use move-if-change from gcc to create config.status.
17214           Some makefiles depend on config.status to tell if a directory
17215           has been reconfigured for a different host.  This change
17216           prevents those directories from remaking everything in the case
17217           where the reconfig was only intended to rebuild a Makefile.
17218
17219         * configure: test for config.sub with "config.sub sun4" rather
17220           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
17221           host alias from a missing config.sub.
17222
17223 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17224
17225         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17226           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
17227
17228 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
17229
17230         * configure: mkdir ${subdir} as needed.
17231
17232 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
17233
17234         * Makefile.in,configure.in: added autoconf.
17235
17236 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17237
17238         * Makefile.in: no longer pass against on recursion.
17239
17240         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17241           definitions are not inherited.
17242
17243         * configure: correct makesrcdir when subdir is .
17244
17245 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
17246
17247         * configure:  Add support for 'subdirs' variable, which is
17248         like 'configdirs', except that configure doesn't re-invoke
17249         itself for subdirs, it just creates a Makefile for each subdir.
17250         * configure.texi:  Document subdirs.
17251
17252 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17253
17254         * configure.in: added flex to configdirs
17255
17256 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
17257
17258         * Makefile.in: remove clean-stamps from clean.
17259
17260 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
17261
17262         * configure.in:  Add gdbtest to configdirs.
17263
17264 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
17265
17266         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
17267         to recursive makes.
17268         * configure.in:  Recognize new ncr3000 config.
17269
17270 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
17271
17272         * Makefile.in, configure.in: removed references to gdbm.
17273
17274 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
17275
17276         * config.sub:  Don't canonicalize os value
17277         newsos* to bsd (readline needs to check for newsos).
17278         (This fix was earlier made Jan 31, but got re-broken.)
17279
17280 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
17281
17282         * configure.in:  sco is an os, not a vendor!
17283
17284         * configure:  Quote $( better.  Keep various shells happy.
17285
17286 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
17287
17288         * Makefile.in: eliminate stamp-files.
17289
17290 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
17291
17292         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
17293           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17294
17295 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
17296
17297         * config.sub:  fix iris/iris3.
17298
17299 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
17300
17301         * configure: re-add -rm.
17302
17303 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
17304
17305         * Maskefile.in: add .stmp-rcs to all.
17306
17307         * configure.in: remove gas from rs6000 build, use aix host fragment.
17308
17309 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
17310
17311         * configure: pass down site_option during recursion.
17312
17313 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
17314
17315         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
17316
17317 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
17318
17319         * configure: Change exec_prefix so that it really defaults to prefix.
17320
17321 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
17322
17323         * Makefile.in, configure.in:  Add support for mmalloc library.
17324
17325 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
17326
17327         * Makefile.in: add stmp dependencies for a few more things.
17328
17329 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
17330
17331         * configure: adjusted error message on objdir/srcdir configure
17332           collision, per john's suggestion.
17333
17334         * Makefile.in: add libiberty stmp to all and all.cross.
17335
17336 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
17337
17338         * Makefile.in: remove force dependencies, add grep to all.
17339
17340 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
17341
17342         * Makefile.in: drop flex.  make stamp files work.
17343
17344         * configure: added test for conflicting configuration in srcdir,
17345           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
17346           gets cranky.  use relative paths for configure and srcdir
17347           whenever possible.  Send some error messages to stderr that were
17348           going to stdout.
17349
17350 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
17351
17352         * Makefile.in:  Fix libg++ rule to check for gcc directory
17353         before using gcc/gcc.  Also pass XTRAFLAGS.
17354
17355 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
17356
17357         * Makefile.in: added stmp-files so that directories aren't polled
17358           when they are already built.
17359
17360         * configure.texi: fixed a node pointer problem.
17361
17362 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
17363
17364         * config.sub configure.in gdb/configure.in
17365         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17366         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17367         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
17368
17369 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17370
17371         * configure: -recurring becomes -silent.  corrected help message
17372           for -site= option.
17373
17374         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17375
17376 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17377
17378         * configure: when building Makefile for crosses, replace
17379           tooldir and program_prefix.  default srcdir from location of
17380           config.sub.  remove "for host in hosts" and "for target in
17381           targets" loops.
17382
17383 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17384
17385         * Makefile.in: Do not pass bindir or mandir to cvs.
17386
17387 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
17388
17389         * Makefile.in, configure.in: removed traces of namesubdir,
17390           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
17391           copyrights to '92, changed some from Cygnus to FSF.
17392
17393         * configure.texi: remove most references to multiple hosts,
17394           multiple targets, subdirs, etc.
17395
17396         * configure.man: removed rcsid. reference config.sub not
17397           config.subr.
17398
17399         * Makefile.in: mkdir $(infodir) on install-info.
17400
17401 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
17402
17403         * configure.texi:  Explain better about .gdbinit and about
17404         the environment that configure.in sections run in.
17405
17406 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
17407
17408         * configure.in:  Ultrix is only a decstation if it's a MIPS.
17409
17410 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
17411
17412         * README:  DOC.configure => cfg-paper.texi.
17413
17414 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
17415
17416         * config.sub (near case $os):  Don't convert newsos* to bsd!
17417
17418 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
17419
17420         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
17421         the number of copies of COPYING that go into the GDB tar file.
17422
17423 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
17424
17425         * bfd/configure.in, gdb/config/mh-i386sco,
17426         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17427         Fix SCO configuration stuff.
17428
17429 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
17430
17431         * Makefile.in:  For libg++, make sure the -I pointing
17432         to the gcc directory goes *after* all the libg++-local -I flags.
17433         Also, move just-gcc dependency from just-libg++ to all-libg++.
17434
17435 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
17436
17437         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
17438
17439 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
17440
17441         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
17442
17443 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
17444
17445         * config.sub:  Add stratus configuration frags.  Also
17446         submitted to FSF.
17447
17448 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
17449
17450         * Makefile.in (DEV_SUPPORT):  add configure.man.
17451
17452         * config.sub(Decode manufacturer-specific):  add -none*.
17453
17454 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
17455
17456         * Makefile.in:  remove form feeds to make Sun's make happy.
17457         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
17458
17459 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
17460
17461         * Makefile.in (AR_FLAGS):  Make quieter.
17462
17463 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
17464
17465         * configure.in:  Add libg++.
17466         * configure:  When verbose, don't output the command line at each
17467         level; it will be unremarkably the same as the previous version,
17468         which will be the same as what the user typed.
17469
17470 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
17471
17472         * configure.in, Makefile.in: fix clean-info, add flex.  add
17473           fileutils.
17474
17475         * configure: be less sensitive to spaces in Makefile.in.  Do not
17476           look for sources in "..".  Doing so breaks subdirectories that
17477           might have their own configure.  If a subdir has it's own
17478           configure script, use it.
17479
17480 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
17481
17482         * cfg-paper.texi: some changes suggested by rms.
17483
17484 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
17485
17486         * config.sub:  Merge in some small additions from the FSF version,
17487         taken from the gcc distribution, to bring the Cygnus and FSF
17488         versions into closer sync.
17489
17490 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
17491
17492         * configure.in:  Changed svr4 references to sysv4.
17493
17494 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
17495
17496         * configure: added -V for version number option.
17497
17498 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
17499
17500         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17501           renamed from DOC.configure to cfg-paper.texi.
17502
17503 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17504
17505         * configure, config.subr, config.sub: config.subr is now
17506           config.sub again.
17507
17508 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
17509
17510         * configure.texi: new file, in progress.
17511
17512         * Makefile.in: build info file and install the man page for
17513           configure.
17514
17515         * configure.man: new file, first cut.
17516
17517         * configure: find config.subr again now that configuration "none"
17518           has gone.  removed all traces of the -ansi option.  removed all
17519           traces of the -languages option.
17520
17521         * config.subr: resync from rms.
17522
17523 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17524
17525         * configure, config.sub, config.subr: merge config.sub into
17526           config.subr, call the result config.subr, remove config.sub, use
17527           config.subr.
17528
17529         * Makefile.in: revised install for dir.info.
17530
17531 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17532
17533         * configure.in: add decstation host makefile frag.
17534
17535         * Makefile.in: BISON now bison -y again.  also install-gcc on
17536           install.  clean-gdbm on clean.  infodir belongs in datadir.
17537           Make directories for info install.  Build dir.info here then
17538           install it.
17539
17540 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17541
17542         * Makefile.in: fix for bad directory tests.
17543
17544 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17545
17546         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
17547           regexp.  -srcdir relative was being handled incorrectly.
17548
17549         * Makefile.in: unwrapped some for loops so that parallel makes
17550           work again and so one can focus one's attention on a particular
17551           package.
17552
17553 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17554
17555         * configure: added PWD as a stand in for `pwd` (for speed). use
17556           elif wherever possible.  make -srcdir work without -objdir.
17557           -objdir= commented out.
17558
17559 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17560
17561         * configure: +options become --options.  -subdirs commented out.
17562           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
17563           Makefile now at top of generated Makefile.  Removed cvs log
17564           entries.  added -srcdir.  create .gdbinit only if there is one
17565           in ${srcdir}.
17566
17567         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
17568           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
17569           and mandir now keyed off datadir by default.
17570
17571 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17572
17573         * Freshly created ChangeLog.
17574
17575 \f
17576 Local Variables:
17577 mode: change-log
17578 left-margin: 8
17579 fill-column: 76
17580 version-control: never
17581 End: