OSDN Git Service

* config.sub: Merge from config repo.
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2
3         * config.sub: Merge from config repo.
4         * config.guess: Dito.
5
6 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
7
8         * Makefile.def: Merge from binutils.
9         * Makefile.in: Dito.
10
11 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
12
13         * MAINTAINERS: Update my email.
14
15 2012-12-29  Ben Elliston  <bje@gnu.org>
16
17         * config.guess: Update to 2012-12-29 version.
18         * config.sub: Likewise.
19
20 2012-12-20  Matthias Klose  <doko@ubuntu.com>
21
22         * Makefile.def (install-target-libgfortran): Depend on
23         install-target-libquadmath, install-target-libgcc.
24         (install-target-libsanitizer): Depend on install-target-libgcc.
25         (install-target-libjava): Depend on install-target-libgcc.
26         (install-target-libitm): Depend on install-target-libgcc.
27         (install-target-libobjc): Depend on install-target-libgcc.
28         (install-target-libstdc++-v3): Depend on install-target-libgcc.
29         * Makefile.in: Regenerate.
30
31 2012-12-19  Matthias Klose  <doko@ubuntu.com>
32
33         * Makefile.def (install-target-libgo): Depend on
34         install-target-libatomic.
35         * Makefile.in: Regenerate.
36
37 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
38
39         PR go/55201
40         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
41         * Makefile.in: Regenerate.
42
43 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
44
45         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
46         * configure: Regenerate.
47
48 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
49
50         * config.sub: Merge from config repo.
51
52 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
53
54         * Makefile.def (target_modules): Add bootstrap=true and
55         raw_cxx=true to libsanitizer.
56         * configure.ac (bootstrap_target_libs): Add libsanitizer.
57         * Makefile.in: Regenerated.
58         * configure: Likewise.
59
60 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
61
62         * MAINTAINERS: Remove self as RTL optimization maintainer.
63
64 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
65
66         * MAINTAINERS (Write After Approval): Add myself.
67
68 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
69
70         * Makefile.def (target_modules): Remove bootstrap=true and
71         raw_cxx=true from libsanitizer.
72         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
73         * Makefile.in: Regenerated.
74         * configure: Likewise.
75
76 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
77
78         * Makefile.def (target_modules): Add bootstrap=true and
79         raw_cxx=true to libsanitizer.
80         * configure.ac (bootstrap_target_libs): Add libsanitizer.
81         * Makefile.in: Regenerated.
82         * configure: Likewise.
83
84 2012-11-28  Andrew Pinski  <apinski@cavium.com>
85
86         PR bootstrap/54279
87         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
88         * configure: Regenerate.
89         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
90         * Makefile.in: Regenerate.
91
92 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
93
94         * configure.ac: Disable libsanitizer if we're not building C++.
95         * configure: Regenerate.
96
97 2012-11-15  Roland McGrath  <roland@hack.frob.com>
98
99         * MAINTAINERS (Write After Approval): Add myself.
100
101 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
102
103         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
104         Kostya Serebryany (kcc@google.com) and
105         Jakub Jelinek (jakub@redhat.com).
106         Rename area for Dodji Seketeli (dodji@redhat.com).
107
108 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
109
110         * MAINTAINERS: (asan.c, related): Add myself.
111
112 2012-11-14  Roland McGrath  <mcgrathr@google.com>
113
114         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
115         * configure: Regenerate.
116
117 2012-11-13  Richard Henderson  <rth@redhat.com>
118
119         * configure.ac: Move libsanitizer logic to subdirectory.
120         * configure: Regenerate.
121
122 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
123
124         * configure.ac: Enable libsanitizer just on x86 linux for now.
125         * configure: Re-generate.
126
127 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
128
129         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
130         sections.
131         * configure: Regenerate.
132
133 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
134
135         * configure.ac: Add section for configdirs for libsanitizer.
136         Disable for cris-*-* and mmix-*-*.
137         * configure: Regenerate.
138
139 2012-11-12  Wei Mi <wmi@google.com>
140
141         * configure.ac: Add libsanitizer to target_libraries.
142         * Makefile.def: Ditto.
143         * configure: Regenerate.
144         * Makefile.in: Regenerate.
145         * libsanitizer: New directory for asan runtime.  Contains an empty
146         tsan directory.
147
148 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
149
150         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
151         against Mingw64 w32api.
152         * configure: Regenerate.
153
154 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
155
156         * configure: Regenerated.
157
158 2012-11-03  Robert Mason  <rbmj@verizon.net>
159
160         * configure.ac: add --disable-libstdcxx configure option
161         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
162
163 2012-10-30 Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
164
165         * MAINTAINERS (Write After Approval): Add myself.
166
167 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
168
169         * MAINTAINERS (Write After Approval): Add myself.
170
171 2012-10-24  Sharad Singhai  <singhai@google.com>
172
173         * MAINTAINERS (Write After Approval): Add myself.
174
175 2012-10-24  Eric Christopher  <echristo@gmail.com>
176
177         * MAINTAINERS: Update email address.
178
179 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
180
181         PR bootstrap/54820
182         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
183         * configure: Regenerate.
184
185 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
186
187         * MAINTAINERS (aarch64): Add Marcus and myself.
188
189 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
190
191         PR bootstrap/54820
192         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
193         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
194         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
195         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
196         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
197         * Makefile.in: Regenerate.
198         * configure.ac (have_static_libs): New variable and associated check.
199         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
200         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
201         * configure: Regenerate.
202
203 2012-10-10  Richard Biener  <rguenther@suse.de>
204
205         * MAINTAINERS: Adjust for changed surname.
206
207 2012-10-04  Lawrence Crowl  <crowl@google.com>
208
209         * MAINTAINERS (Write After Approval): Add myself.
210
211 2012-10-01  Cary Coutant  <ccoutant@google.com>
212
213         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
214
215 2012-09-28  Ian Lance Taylor  <iant@google.com>
216
217         * Makefile.def: Make all-target-libgo depend on
218         all-target-libbacktrace.
219         * Makefile.in: Rebuild.
220
221 2012-09-26  Ian Lance Taylor  <iant@google.com>
222
223         * Makefile.def: Make all-gcc depend on all-libbacktrace.
224         * Makefile.in: Rebuild.
225
226 2012-09-20  Walter Lee  <walt@tilera.com>
227
228         * configure.ac: Add tilegx to list of targets that support gold.
229         * configure: Regenerate.
230
231 2012-09-20  Marek Polacek  <polacek@redhat.com>
232
233         * MAINTAINERS (Write After Approval): Add myself.
234
235 2012-09-19  Steve Ellcey  <sellcey@mips.com>
236
237         * configure.ac: Add mips*-mti-elf* target.
238         * configure: Regenerate.
239
240 2012-09-17  Ian Lance Taylor  <iant@google.com>
241
242         * MAINTAINERS (Various Maintainers): Add libbacktrace.
243         * configure.ac (host_libs): Add libbacktrace.
244         (target_libraries): Add libbacktrace.
245         * Makefile.def (host_modules): Add libbacktrace.
246         (target_modules): Likewise.
247         * configure, Makefile.in: Rebuild.
248
249 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
250
251         PR target/38607
252         Merge upstream change.
253         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
254
255         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
256         Add libgomp*.o to compare_exclusions for AIX.
257         * configure: Regenerate.
258
259 2012-09-06  Diego Novillo  <dnovillo@google.com>
260
261         * configure.ac: Bump minimum GMP version to 4.2.3.
262         * configure: Re-generate.
263
264 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
265
266         PR target/54461
267         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
268         target-libgloss if not configured --with-avrlibc=no.
269         * configure: Regenerate.
270
271 2012-09-04  Jason Merrill  <jason@redhat.com>
272
273         * configure.ac: Fix --enable-languages=all.
274
275 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
276
277         * MAINTAINERS (Write After Approval): Add myself.
278
279 2012-09-03  Richard Guenther  <rguenther@suse.de>
280
281         PR bootstrap/54138
282         * configure.ac: Re-organize ISL / CLOOG checks to allow
283         disabling with either --without-isl or --without-cloog.
284         * configure: Regenerated.
285
286 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
287
288         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
289         * configure: Regenerate.
290
291 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
292
293         * MAINTAINERS: Fix my email address.
294
295 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
296
297         PR binutils/4970
298         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
299         and opcodes.
300         * Makefile.in: Regenerated.
301
302 2012-08-26  Art Haas <ahaas@impactweather.com>
303
304         * configure: Regenerate.
305
306 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
307
308         * INSTALL/README: Also refer to the online installation
309         instructions.
310
311 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
312
313         * MAINTAINERS (Write After Approval): Add myself.
314         (Picochip port): Remove myself.
315
316 2012-08-14   Diego Novillo  <dnovillo@google.com>
317
318         Merge from cxx-conversion branch.
319
320         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
321         POSTSTAGE1_CONFIGURE_FLAGS.
322         * Makefile.in: Regenerate.
323         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
324         Force C++ when bootstrapping.
325         * configure: Regenerate.
326
327 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
328
329         * MAINTAINERS (Write After Approval): Add myself.
330
331 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
332
333         * README: Document use of ranges of years in copyright notices.
334
335 2012-07-06  Richard Guenther  <rguenther@suse.de>
336
337         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
338         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
339         --with-gmp=system.
340         * Makefile.in: Regenerated.
341         * configure: Likewise.
342
343 2012-07-06  Richard Guenther  <rguenther@suse.de>
344
345         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
346         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
347         supply V=1 as extra_make_flags.
348         * configure: Regenerated.
349         * Makefile.in: Likewise.
350
351 2012-07-04  Tristan Gingold  <gingold@adacore.com>
352
353         * configure: Regenerate.
354
355 2012-07-03  Richard Guenther  <rguenther@suse.de>
356
357         * Makfile.def (isl): Remove not necessary extra_exports and
358         extra_make_flags.
359         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
360         * Makefile.in: Regenerated.
361
362 2012-07-03  Richard Guenther  <rguenther@suse.de>
363
364         * Makefile.def (cloog): Add V=1 to extra_make_flags.
365         * configure.ac: If either the ISL or the CLooG check failed
366         do not try to build in-tree versions.
367         * Makefile.in: Regenerated.
368         * configure: Regenerated.
369
370 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
371
372         * configure: Regenerate.
373
374 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
375
376         * MAINTAINERS (Various Maintainers): Add myself as testsuite
377         maintainer.
378
379 2012-07-02  Richard Guenther  <rguenther@suse.de>
380
381         * configure: Regenerated.
382
383 2012-07-02  Richard Guenther  <rguenther@suse.de>
384         Michael Matz  <matz@suse.de>
385         Tobias Grosser <tobias@grosser.es>
386         Sebastian Pop <sebpop@gmail.com>
387
388         * Makefile.def: Add ISL host module, remove PPL host module.
389         Adjust ClooG host module to use the proper ISL.
390         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
391         * configure.ac: Include config/isl.m4.  Add ISL host library,
392         remove PPL.  Remove PPL configury, add ISL configury, adjust
393         ClooG configury.
394         * Makefile.in: Regenerated.
395         * configure: Likewise.
396
397 2012-07-02  Richard Guenther  <rguenther@suse.de>
398
399         Merge from graphite branch
400         2011-07-21  Tobias Grosser  <tobias@grosser.es>
401
402         * configure: Regenerated.
403         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
404         both cloog.org and legacy versions. The only supported version will
405         be CLooG with the isl backend.
406
407         2011-07-21  Tobias Grosser  <tobias@grosser.es>
408
409         * configure: Regenerated.
410         * configure.ac: Require cloog isl 0.17.0
411
412         2011-07-21  Tobias Grosser  <tobias@grosser.es>
413
414         * configure: Regenerated.
415         * config/cloog.m4: Do not define CLOOG_ORG
416
417 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
418
419         * configure.ac: Skip C if explicitly selected.
420         * configure: Regenerate.
421
422 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
423
424         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
425         they contain -O2.
426         * configure: Regenerate.
427
428 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
429
430         PR debug/53740
431         * df.h, df-problems.c, dce.c: Revert last patch.
432
433 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
434
435         * MAINTAINERS (Write After Approval): Update my email address.
436
437 2012-06-21  Meador Inge  <meadori@codesourcery.com>
438
439         * MAINTAINERS (Write After Approval): Add myself.
440
441 2012-06-20  Jason Merrill  <jason@redhat.com>
442
443         * Makefile.tpl (check-target-libgomp-c++): New.
444         (check-target-libitm-c++): New.
445         * Makefile.def (c++): Add them.
446         * Makefile.in: Regenerate.
447
448 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
449
450         * MAINTAINERS (Write After Approval): Add myself.
451
452 2012-05-16  Olivier Hainque  <hainque@adacore.com>
453
454         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
455         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
456         (install-no-fixedincludes): Adjust accordingly.
457         * Makefile.in: Regenerate.
458
459 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
460
461         Merge upstream change
462         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
463
464 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
465
466         * MAINTAINERS (Write After Approval): Add myself.
467
468 2012-05-09  Nick Clifton  <nickc@redhat.com>
469             Paul Smith  <psmith@gnu.org>
470
471         PR bootstrap/50461
472         * configure.ac (mpfr-dir): When using in-tree MPFR sources
473         allow for the fact that from release v3.1.0 of MPFR the source
474         files were moved into a src sub-directory.
475         * configure: Regenerate.
476
477 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
478
479         * configure.ac: Bump minimum MPFR version to 2.4.0.
480         * configure: Regenerated.
481
482 2012-05-01  Richard Henderson  <rth@redhat.com>
483
484         * Makefile.def (libatomic): New target_module.
485         * configure.ac (target_libraries): Add libatomic.
486         (noconfigdirs): Check if libatomic is supported.
487         * Makefile.in, configure: Rebuild.
488
489 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
490
491         * MAINTAINERS (Write After Approval): Add myself.
492
493 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
494
495         * config.sub: Update to 2012-04-18 version from official repo.
496
497 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
498
499         * MAINTAINERS (Write After Approval): Add myself.
500
501 2012-04-11  Steve Ellcey  <sellcey@mips.com>
502
503         * MAINTAINERS: Changed email address.
504
505 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
506
507         PR target/52737
508         * contrib/gcc_update (files_and_dependencies):
509         Remove gcc/config/avr/t-multilib from touch data.
510
511 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
512
513         * MAINTAINERS (OS Port Maintainers): Remove irix.
514         * configure.ac (enable_libgomp): Remove *-*-irix6*.
515         (unsupported_languages): Remove mips-sgi-irix6.*.
516         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
517         (with_stabs): Remove.
518         * configure: Regenerate.
519
520 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
521
522         * MAINTAINERS (OS Port Maintainers): Remove osf.
523         * configure.ac (enable_libgomp): Remove *-*-osf*.
524         (with_stabs): Remove alpha*-*-osf*.
525         * configure: Regenerate.
526
527 2012-03-05  Tristan Gingold  <gingold@adacore.com>
528
529         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
530         * configure: Regenerate.
531
532 2012-02-17  Walter Lee  <walt@tilera.com>
533
534         * MAINTAINERS: (Write After Approval): Delete myself.
535
536 2012-02-14  Walter Lee  <walt@tilera.com>
537
538         * MAINTAINERS (tilegx port): Add myself.
539         (tilepro port): Add myself.
540         (Write After Approval): Add myself.
541
542 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
543
544         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
545         and Joseph Myers as docstring relicensing maintainers.
546
547 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
548
549         * MAINTAINERS (write-after-approval): Add myself.
550
551 2012-02-08  Ira Rosen <irar@il.ibm.com>
552
553         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
554         maintainer.
555
556 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
557
558         * MAINTAINERS (Write After Approval): Move myself to
559         maintain alphabetical order.
560
561 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
562
563         * MAINTAINERS (Write After Approval): Add myself.
564
565 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
566
567         * MAINTAINERS (Write After Approval): Add myself.
568
569 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
570             Jayant R Sonar <jayant.sonar@kpitcummins.com>
571
572         * configure.ac (cr16-*-*): Remove nonconfigdirs.
573         * configure: Regenerate.
574
575 2012-01-23  Harshit Chopra  <harshit@google.com>
576
577         * MAINTAINERS (Write After Approval): Add myself.
578
579 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
580
581         * configure.ac: Remove reference to mh-interix.
582         * configure: Regenerate.
583
584 2012-01-05  Richard Henderson  <rth@redhat.com>
585
586         PR bootstrap/51072
587         * configure.ac: Disable libitm if c++ is not enabled.
588         * configure: Rebuild.
589
590         * configure.ac: Fix regexp for same.
591         * configure: Rebuild.
592
593 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
594
595         * MAINTAINERS (Write After Approval): Add myself.
596
597 2012-01-02  Richard Guenther  <rguenther@suse.de>
598
599         PR bootstrap/51686
600         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
601         * Makefile.in: Regenerate.
602
603 2011-12-28  Oleg Endo <olegendo@gcc.gnu.org>
604
605         * MAINTAINERS (Write After Approval): Add myself.
606
607 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
608
609         * configure: Regenerate.
610
611 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
612
613         * MAINTAINERS (picochip): Changed email address.
614
615 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
616
617         * MAINTAINERS (write-after-approval): Add self.
618
619 2011-11-29  DJ Delorie  <dj@redhat.com>
620
621         * configure.ac (rl78-*-*) New case.
622         * configure: Regenerate.
623         * MAINTAINERS: Add myself as RL78 maintainer.
624
625 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
626
627         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
628
629 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
630
631         * libtool.m4: Additional FreeBSD 10 fixes.
632
633 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
634
635         * MAINTAINERS: Move myself from Write After Approval to CPU Port
636         Maintainers section, as Epiphany maintainer.
637
638 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
639
640         PR target/49992
641         * configure.ac: Remove ranlib special-casing for Darwin.
642         * configure: Regenerate.
643
644 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
645
646         * MAINTAINERS (Reviewers): Keep the list sorted.
647
648 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
649
650         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
651
652 2011-11-09  Roland McGrath  <mcgrathr@google.com>
653
654         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
655         * configure: Rebuild.
656         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
657         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
658         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
659         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
660         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
661         Add READELF.
662         * Makefile.in: Rebuild.
663
664 2011-11-09  Jason Merrill  <jason@redhat.com>
665
666         * Makefile.def (language=c++): Remove check-c++0x.
667         * Makefile.in (check-gcc-c++): Regenerate.
668
669 2011-11-08  Richard Henderson  <rth@redhat.com>
670
671         * configure.ac: Test for libitm directory present first.
672
673         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
674
675         * configure.ac: Test libitm/configure.tgt to disable libitm.
676         * configure: Rebuild.
677
678 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
679             Richard Henderson  <rth@redhat.com>
680
681         Merged from transactional-memory.
682
683         * Makefile.def (lang_env_dependencies): libitm is c++.
684         Add libitm target module.
685         * configure.ac: Likewise.
686         * config/mmap.m4: New file.
687         * contrib/gcc_update: Add libitm to touch data.
688         * Makefile.in, configure: Rebuild.
689
690 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
691
692         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
693         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
694         * Makefile.in: Regenerate.
695
696 2011-11-01  DJ Delorie  <dj@redhat.com>
697
698         * config.sub: Update to version 2011-10-29 (added rl78)
699
700 2011-10-27  Nick Clifton  <nickc@redhat.com>
701
702         * config.sub: Import these changes from the config project:
703
704         2011-10-08  Joern Rennecke <joern.rennecke@embecosm.com>
705             Ben Elliston  <bje@gnu.org>
706
707         * config.sub (epiphany): New.
708
709         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
710             Ben Elliston  <bje@gnu.org>
711
712         * config.sub (hexagon, hexagon-*): New.
713
714         2011-08-23  Roland McGrath  <mcgrathr@google.com>
715
716         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
717         64eb to be64.
718
719         2011-08-16  Roland McGrath  <mcgrathr@google.com>
720
721         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
722         (nacl): Grok as alias for 32el-unknown-nacl.
723
724 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
725
726         * MAINTAINERS (Write After Approval): Add myself.
727
728 2011-10-24  Teresa Johnson  <tejohnson@google.com>
729
730         * MAINTAINERS (Write After Approval): Add myself.
731
732 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
733
734         * MAINTAINERS (sparc port): Remove myself.
735
736 2011-09-14  Tom de Vries  <tom@codesourcery.com>
737
738         * MAINTAINERS (Write After Approval): Add myself.
739
740 2011-08-14  Yao Qi  <yao@codesourcery.com>
741
742         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
743         * configure: Regenerate.
744
745 2011-07-26  Ian Lance Taylor  <iant@google.com>
746
747         * configure.ac: Set have_compiler based on whether gcc directory
748         exists, rather than on whether gcc is in configdirs.
749         * configure: Rebuild.
750
751 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
752
753         * MAINTAINERS (Global Reviewers): Add self.
754
755 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
756
757         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
758         link directories.
759         * Makefile.in: Rebuild.
760
761 2011-07-20  Ian Lance Taylor  <iant@google.com>
762
763         PR bootstrap/49787
764         * configure.ac: Move --enable-bootstrap handling earlier in file.
765         If --enable-bootstrap and either --enable-build-with-cxx or
766         --enable-build-poststage1-with-cxx, enable C++ automatically.
767         * configure: Rebuild.
768
769 2011-07-19  Ian Lance Taylor  <iant@google.com>
770
771         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
772         make C++ a boot_language.  Set and substitute
773         POSTSTAGE1_CONFIGURE_FLAGS.
774         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
775         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
776         * configure, Makefile.in: Rebuild.
777
778 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
779
780         * MAINTAINERS (Register Allocation): Move myself from reviewers to
781         maintainers.
782
783 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
784
785         * MAINTAINERS (Global Reviewers): Add myself.
786
787 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
788
789         * configure: Regenerate.
790
791 2011-07-16  Jason Merrill  <jason@redhat.com>
792
793         * Makefile.def (language=c++): Add check-c++0x and
794         check-target-libmudflap-c++.
795         * Makefile.tpl (check-target-libmudflap-c++): New.
796         * Makefile.in: Regenerate.
797
798 2011-07-16  Matthias Klose  <doko@ubuntu.com>
799
800         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
801         * Makefile.def (target_modules/libjava): Pass
802         $(EXTRA_CONFIGARGS_LIBJAVA).
803         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
804         if not configured with --enable-static-libjava.
805         * Makefile.in: Regenerate.
806         * configure: Likewise.
807
808 2011-07-15  Jason Merrill  <jason@redhat.com>
809
810         * Makefile.in (check-c++): Move check-gcc-c++0x after
811         check-target-libstdc++-v3.
812
813 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
814
815         * MAINTAINERS (c6x port): New entry.
816
817 2011-07-13  Jason Merrill  <jason@redhat.com>
818
819         * Makefile.in (check-gcc-c++0x): New.
820         (check-c++): Depend on it.
821
822 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
823
824         PR target/39150
825         * configure.ac (i[3456789]86-*-solaris2*): Also accept
826         x86_64-*-solaris2.1[0-9]*.
827         * configure: Regenerate.
828
829 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
830
831         * MAINTAINERS (RTL optimizers): Add self.
832
833 2011-06-27  Gabriel Charette  <gchare@google.com>
834
835         * MAINTAINERS (Write After Approval): Add myself.
836
837 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
838
839         PR regression/47836
840         PR bootstrap/23656
841         PR other/47733
842         PR bootstrap/49247
843         PR c/48825
844         * configure.ac (target_libraries): Remove target-libiberty.
845         Remove case-statement setting skipdirs=target-libiberty for
846         multiple targets.  Remove checking target_configdirs and
847         removing target-libiberty but keeping target-libgcc if
848         otherwise empty.
849         * Makefile.def (target_modules): Don't add libiberty.
850         (dependencies): Remove all traces of target-libiberty.
851         * configure, Makefile.in: Regenerate.
852
853 2011-06-13  Walter Lee <walt@tilera.com>
854
855         * configure.ac (tilepro-*-*) New case.
856         (tilegx-*-*): Likewise.
857         * configure: Regenerate.
858
859 2011-06-06  Jing Yu  <jingyu@google.com>
860
861         * configure.ac: Skip target-libiberty for
862         arm*-*-linux-androideabi.
863         * configure: Regenerated.
864
865 2011-06-06  Nick Clifton  <nickc@redhat.com>
866
867         * config.sub: Sync from upstream.
868
869 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
870
871         * MAINTAINERS (Write After Approval): Add myself.
872
873 2011-06-01  Daniel Jacobowitz  <drow@false.org>
874
875         * MAINTAINERS: Update my email address.
876
877 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
878
879         * MAINTAINERS (Write After Approval): Update my email address.
880
881 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
882
883         * MAINTAINERS (Write After Approval): Add myself.
884
885 2011-05-08  Doug Kwan  <dougkwan@google.com>
886
887         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
888         * configure: Regenerated.
889         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
890         value from configure.
891         * Makefile.in: Regenerated.
892
893 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
894
895         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
896         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
897         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
898         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
899         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
900         *-*-vxworks*): Disable newlib and libgloss in separate case
901         statement.
902         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
903         to separate case statement.
904         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
905         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
906         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
907         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
908         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
909         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
910         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
911         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
912         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
913         i[[3456789]]86-*-rdos*, m32r-*-*,
914         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
915         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
916         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
917         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
918         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
919         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
920         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
921         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
922         and libgloss in main case over targets.  Remove most empty cases
923         in main case over targets.
924         * configure: Regenerate.
925
926 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
927
928         * MAINTAINERS (Write After Approval): Add myself.
929
930 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
931
932         * configure.ac: Remove code setting special library locations for
933         hppa*64*-*-hpux11*.  Remove code setting compiler for
934         sparc-sun-solaris2*.
935         * configure: Regenerate.
936
937 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
938
939         * configure.ac: Separate libgloss_dir settings from general case
940         over targets.
941         * configure: Regenerate.
942
943 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
944
945         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
946         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
947         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
948         cases in libgcj-disabling case statement.
949         (hppa*64*-*-linux*): Set unsupported_languages instead of
950         disabling target-zlib.
951         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
952         to hppa*64*-*-hpux*.
953         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
954         hppa*-*-hpux*.
955         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
956         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
957         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
958         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
959         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
960         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
961         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
962         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
963         libgcj-disabling case statement.
964         * configure: Regenerate.
965
966 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
967
968         * configure.ac: Disable Java for targets not supporting libffi.
969         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
970         Remove cases in Java-disabling statement.
971         (*arm-wince-pe): Change to arm-wince-pe.
972         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
973         cases in Java-disabling statement.
974         (bfin-*-*): Don't disable Java again.
975         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
976         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
977         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
978         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
979         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
980         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
981         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
982         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
983         Java-disabling statement.
984         (mmix-*-*): Don't disable Java again.
985         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
986         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
987         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
988         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
989         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
990         statement.
991         * configure: Regenerate.
992
993 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
994
995         * configure.ac: Separate cases disabling Java and Java libraries
996         from general case over targets.
997         * configure: Regenerate.
998
999 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
1000
1001         * MAINTAINERS: Update my email address.
1002
1003 2011-04-20  Easwaran Raman  <eraman@google.com>
1004
1005         * MAINTAINERS (Write After Approval): Add myself.
1006
1007 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
1008
1009         PR lto/48086
1010         * configure.ac: Re-enable LTO on *-apple-darwin9*.
1011         * configure: Regenerate.
1012
1013 2011-04-16  Jim Meyering  <meyering@redhat.com>
1014
1015         * MAINTAINERS (Write After Approval): Add myself.
1016
1017 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
1018
1019         * MAINTAINERS: Update my email address.
1020
1021 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
1022
1023         * MAINTAINERS (Write After Approval): Add myself.
1024
1025 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
1026
1027         * MAINTAINERS (Write After Approval): Add myself.
1028
1029 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
1030
1031         * MAINTAINERS (Write After Approval): Add myself.
1032
1033 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
1034
1035         * configure.ac (build_tools): Remove build-byacc.
1036         (host_libs): Remove mmalloc.
1037         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1038         autoconf automake libtool diff rcs fileutils shellutils time
1039         textutils wdiff find uudecode hello tar gzip indent recode release
1040         sed perl gawk findutils gettext zip.
1041         (libgcj): Remove target-qthreads.
1042         (target_tools): Remove target-examples target-gperf.
1043         (YACC): Don't handle building byacc.
1044         * configure: Regenerate.
1045         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1046         dosutils, examples, fileutils, find, findutils, gawk, gettext,
1047         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1048         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1049         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1050         handle building components.
1051         * Makefile.in: Regenerate.
1052
1053 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
1054
1055         * MAINTAINERS: Update my email address as Xtensa maintainer.
1056
1057 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1058
1059         * config.sub: Sync from upstream.
1060
1061 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1062
1063         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1064         (microblaze*): Don't disable libssp.
1065         * configure: Regenerate.
1066
1067 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1068
1069         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1070         moveifchange.
1071         * configure: Regenerate.
1072         * Makefile.tpl: Use @SHELL@ not @config_shell@.
1073         * Makefile.in: Regenerate.
1074
1075 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1076
1077         * configure.ac (*-*-sysv4*): Don't enable libgomp.
1078         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1079         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1080         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1081         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1082         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1083         md_exec_prefix cases.
1084         * configure: Regenerate.
1085
1086 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1087
1088         * configure.ac: Separate cases disabling target-libssp,
1089         target-libiberty, target-libstdc++-v3 and Fortran from general
1090         case over targets.
1091         * configure: Regenerate.
1092
1093 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1094
1095         * configure.ac (*-*-chorusos): Don't disable libgcj.
1096         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1097         Remove case.
1098         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1099         (arm-*-coff): Don't disable libgcj.
1100         (arm*-*-linux-gnueabi): Remove useless assignment.
1101         (arm-*-riscix*): Don't disable libgcj.
1102         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1103         configuration.
1104         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1105         (c54x*-*-*): Remove case.
1106         (tic54x-*-*): Don't disable GCC or GCC libraries.
1107         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
1108         to *.
1109         (d10v-*-*): Don't disable GCC libraries.
1110         (d30v-*-*): Don't disable libgcj.
1111         (h8500-*-*): Don't disable GCC libraries.
1112         (i960-*-*): Don't disable libgcj.
1113         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1114         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1115         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1116         libgcj.
1117         (m68k-*-coff*): Remove case.
1118         (mmix-*-*): Don't disable libgloss on host.
1119         (mn10200-*-*, mn10300-*-*): Remove cases.
1120         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1121         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1122         Don't disable libgcj.
1123         (romp-*-*): Remove case.
1124         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1125         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1126         case.
1127         (v810-*-*): Don't disable GCC libraries.
1128         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1129         (ip2k-*-*): Don't disable GCC libraries.
1130         * configure: Regenerate.
1131
1132 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
1133
1134         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1135         libffi on host.
1136         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1137         on host.
1138         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1139         * configure: Regenerate.
1140
1141 2011-03-26  John Marino  <binutils@marino.st>
1142
1143         * configure.ac: Add support for *-*-dragonfly*
1144         * configure: Regenerate.
1145
1146 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
1147
1148         * configure.ac (native_only): Remove.
1149         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1150         send-pr uudecode guile gnuserv on host.
1151         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1152         send-pr rcs guile perl texinfo libtool on host.
1153         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1154         automake send-pr rcs guile perl texinfo libtool on host.
1155         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1156         (*-*-kaos*): Don't disable target-examples target-gperf on target.
1157         (alpha*-dec-osf*): Don't disable fileutils on target.
1158         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1159         texinfo send-pr expect dejagnu on target.
1160         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1161         target-qthreads on target.
1162         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1163         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1164         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1165         x86_64-*-mingw*): Don't disable expect on target.
1166         (*-*-cygwin*): Don't disable target-gperf on target.
1167         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1168         gnuserv on target.
1169         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1170         target.
1171         * configure: Regenerate.
1172
1173 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
1174
1175         * configure.ac (target_tools): Remove target-groff.
1176         (native_only): Remove target-groff.
1177         (hppa*64*-*-*): Don't disable byacc.
1178         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1179         setting.
1180         (*-*-kaos*): Don't skip target-librx and target-groff.
1181         (*-*-netware*): Don't skip target-libmudflap.
1182         (*-*-tpf*): Don't skip target-libmudflap.
1183         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1184         directories on the host.
1185         (ia64*-*-*vms*): Don't skip tix.
1186         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1187         host.
1188         * configure: Regenerate.
1189
1190 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
1191
1192         * configure.ac: Remove references to mt-mep, mt-netware,
1193         mt-wince.
1194         * Makefile.def: Add all-utils soft dependencies.
1195         * Makefile.tpl: Remove GDB_NLM_DEPS.
1196         * configure: Regenerate.
1197         * Makefile.in: Regenerate.
1198
1199 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1200
1201         * configure.ac: Do not include mh-x86omitfp.
1202         * configure: Regenerate.
1203
1204 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1205
1206         * configure.ac: Remove empty cases.
1207         * configure: Regenerate.
1208
1209 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1210
1211         * Makefile.def: Add dependency from termcap to gdb.
1212         * Makefile.in: Regenerate.
1213
1214 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1215
1216         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1217         * configure: Regenerate.
1218         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1219         * Makefile.tpl: Likewise.
1220         * Makefile.in: Regenerate.
1221
1222 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1223
1224         * configure.ac: Remove all mentions of tentative_cc.
1225         * configure: Regenerate.
1226
1227 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1228
1229         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1230         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1231         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1232         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1233         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1234         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1235         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1236         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1237         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1238         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1239         *-*-rhapsody*): Remove host cases.
1240         * configure: Regenerate.
1241
1242 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1243
1244         * configure.ac (ppc*-*-pe): Remove host case.
1245         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1246         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1247         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1248         cases.
1249         * configure: Regenerate.
1250
1251 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1252
1253         * config.sub: Update to version 2011-03-23.
1254
1255 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1256
1257         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1258         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1259         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1260         * configure: Regenerate.
1261
1262 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1263
1264         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
1265         to Write After Approval.
1266         * config-ml.in: Don't handle arc-*-elf*.
1267         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1268         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1269         handle GCC libraries.
1270         * configure: Regenerate.
1271
1272 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1273
1274         PR bootstrap/48120:
1275         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1276         Add -lstdc++ -lm to LIBS.
1277         * configure: Regenerate.
1278
1279 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
1280
1281         * config.guess: Update to version 2011-02-02
1282         * config.sub: Update to version 2011-02-24
1283
1284 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
1285
1286         PR lto/48086
1287         * configure.ac: Re-enable LTO on *-apple-darwin9.
1288         * configure: Regenerate.
1289
1290 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
1291
1292         PR lto/48086
1293         * configure.ac: Disable LTO on darwin due to an assembler change in
1294         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1295         under 256.
1296         * configure: Regenerate.
1297
1298 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
1299
1300         * MAINTAINERS: Update myself as score backend maintainer,
1301         update my e-mail address.
1302
1303 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
1304
1305         * MAINTAINERS: Update my e-mail address.
1306
1307 2011-03-06  Joey Ye  <joey.ye@arm.com>
1308
1309         * MAINTAINERS: Update my e-mail address.
1310
1311 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1312
1313         * configure.ac: Adjust test of with_ppl.
1314         * configure: Regenerated.
1315
1316 2011-03-02  Kai Tietz  <ktietz@redhat.com>
1317
1318         * MAINTAINERS: Adjust my e-mail address.
1319
1320 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1321
1322         * configure.ac: Add -lpwl to ppllibs.
1323         * configure: Regenerated.
1324
1325 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1326
1327         * config/cloog.m4: Add -lisl to clooglibs.
1328         * configure: Regenerated.
1329
1330 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1331
1332         * MAINTAINERS (CPU Port maintainers): Add self.
1333
1334 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1335
1336         * MAINTAINERS: Add myself as testsuite maintainer.
1337
1338 2011-02-15  Mike Stump  <mikestump@comcast.net>
1339
1340         * MAINTAINERS: Add myself as testsuite maintainer.
1341
1342 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1343
1344         Import from Libtool and gnulib:
1345
1346         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
1347
1348         Prepare for supporting FreeBSD 10.
1349         * config.rpath: Remove handling of freebsd1* which soon would
1350         match FreeBSD 10.0.
1351
1352         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
1353
1354         Remove support for FreeBSD 1.x.
1355         * libtool.m4 (_LT_LINKER_SHLIBS)
1356         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1357         soon would incorrectly match FreeBSD 10.0.
1358
1359 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1360
1361         PR binutils/12283
1362         * move-if-change: Import version from gnulib.
1363
1364 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
1365
1366         PR lto/47225
1367         * Makefile.def (lto-plugin): Double dash for enable-shared.
1368         (configure-gcc): Depend on all-lto-plugin.
1369         * Makefile.in: Rebuilt.
1370
1371 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1372
1373         * configure.ac: Remove extra bracket.
1374         * configure: Regenerate.
1375
1376 2011-02-08  Tobias Burnus  <burnus@net-b.de>
1377
1378         * MAINTAINERS: Add myself as libquadmath maintainer.
1379
1380 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
1381
1382         * MAINTAINERS: Update my email address.
1383
1384 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
1385
1386         * MAINTAINERS (option handling): Add self.
1387
1388 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
1389
1390         PR lto/47225
1391         * Makefile.def: Add dependency for install-gcc
1392         on install-lto-plugin.
1393         * Makfile.in: Regenerated
1394
1395 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
1396
1397         * MAINTAINERS (CPU Port Maintainers): Add myself.
1398
1399 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
1400
1401         PR libgcj/44341
1402         * configure.ac: Discard --with-* flags for host when configuring
1403         target libraries for cross build.
1404         * configure: Rebuilt.
1405
1406 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1407
1408         * MAINTAINERS (linear loop transforms): Removed.
1409
1410 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
1411
1412         * configure.ac: If with_ppl is no, move setting with_cloog=no
1413         after CLOOG_REQUESTED check.
1414         * configure: Regenerated.
1415
1416 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1417
1418         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1419         CLooG has been requested.
1420         * configure: Regenerated.
1421
1422 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1423
1424         * configure: Regenerated.
1425         * configure.ac: Check for version 0.11 (or later revision) of PPL.
1426
1427 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
1428
1429         * configure: Regenerated.
1430         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1431
1432 2011-01-21  Andreas Schwab  <schwab@redhat.com>
1433
1434         * configure.ac: Use AS_HELP_STRING throughout.
1435         * configure: Regenerate.
1436
1437 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
1438
1439         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1440         * configure: Regenerate.
1441
1442 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1443
1444         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1445
1446 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1447
1448         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1449         for ia64-hpux.
1450         * configure: Regenerate.
1451
1452 2011-01-07  Jan Hubicka  <jh@suse.cz>
1453
1454         PR lto/47225
1455         * Makefile.in: Regenerate.
1456         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1457         configure.
1458
1459 2011-01-07  Jan Hubicka  <jh@suse.cz>
1460
1461         * Makefile.in: Regenerate.
1462         * Makefile.def (gcc host module) and soft dependency on lto-plugin
1463         and configure dependency on lto-plugin configure.
1464         (lto-plugin module): Remove dependency on GCC; add dependency on
1465         liniberty.
1466
1467 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
1468
1469         * MAINTAINERS (Write After Approval): Add myself.
1470
1471 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
1472
1473         * configure: Regenerate.
1474
1475 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
1476
1477         * configure.ac: (picochip): Disable libiberty.
1478
1479 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
1480
1481         * MAINTAINERS (Write After Approval): Add myself.
1482
1483 2010-12-10  Ian Lance Taylor  <iant@google.com>
1484
1485         PR bootstrap/46819
1486         * configure.ac: For --disable-libgcj clear libgcj_saved.
1487         * configure: Rebuild.
1488
1489 2010-12-10  Tobias Burnus  <burnus@net-b.de>
1490
1491         PR fortran/46540
1492         * configure.ac: Add --disable-libquadmath and
1493         --disable-libquadmath-support.
1494         * configure: Regenerate.
1495
1496 2010-12-03  Ian Lance Taylor  <iant@google.com>
1497
1498         * MAINTAINERS: Add myself as libgo maintainer.
1499
1500 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
1501
1502         PR libffi/46792
1503         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1504         * configure: Regenerate.
1505
1506 2010-12-02  Ian Lance Taylor  <iant@google.com>
1507
1508         * configure.ac: Always set default for poststage1_ldflags to
1509         -static-libstdc++ -static-libgcc.
1510
1511 2010-11-29  Andreas Schwab  <schwab@redhat.com>
1512
1513         * configure.ac: Move comment to remove extra space in last argument
1514         of GCC_TARGET_TOOL.
1515
1516 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
1517
1518         PR other/46026
1519         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1520         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1521         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1522         (BASE_FLAGS_TO_PASS): Use it.
1523         * configure: Rebuilt.
1524         * Makefile.in: Rebuilt.
1525
1526 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
1527
1528         PR binutils/12258
1529         * configure.ac: Correct comments for --enable-gold/--enable-ld.
1530         Properly check default linker.
1531         * configure: Regnerated.
1532
1533 2010-11-23  Matthias Klose  <doko@ubuntu.com>
1534
1535         * configure.ac: For --enable-gold, handle value `default' instead of
1536         `both*'.  New configure option --{en,dis}able-ld.
1537         * configure: Regenerate.
1538
1539 2010-11-20  Ian Lance Taylor  <iant@google.com>
1540
1541         * configure.ac: Only disable a language library if no language needs
1542         it.  Don't let --disable-libgcj uncondtionally disable libffi.
1543         * configure: Rebuild.
1544
1545 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1546
1547         * Makefile.in: Regenerate.
1548
1549         PR other/46202
1550         * configure.ac: Fix just-built in-tree STRIP name to be
1551         binutils/strip-new.
1552         * configure: Regenerate.
1553         * Makefile.def (install-strip-gcc, install-strip-binutils)
1554         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1555         (install-strip-sid): Mirror dependencies on non-strip variants
1556         of these targets on the respective -strip prerequisites.
1557         * Makefile.tpl (install-strip, install-strip-host)
1558         (install-strip-target): New targets.
1559         (install-strip-[+module+], install-strip-target-[+module+]):
1560         New targets.
1561         * Makefile.in: Regenerate.
1562
1563 2010-11-19  Ian Lance Taylor  <iant@google.com>
1564             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1565
1566         * configure.ac: Add target-libgo to target_libraries.  Set
1567         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1568         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1569         (HOST_EXPORTS): Add GOC.
1570         (BASE_TARGET_EXPORTS): Add GOC.
1571         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1572         (GOCFLAGS_FOR_TARGET): New variable.
1573         (EXTRA_HOST_FLAGS): Add GOC.
1574         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1575         * Makefile.def (target_modules): Add libgo.
1576         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1577         (dependencies): Add dependency from configure-target-libgo to
1578         configure-target-libffi and all-target-libstdc++-v3.  Add
1579         dependencies from all-target-libgo to all-target-libffi.
1580         (languages): Add go.
1581         * configure: Rebuild.
1582         * Makefile.in: Rebuild.
1583
1584 2010-11-19  Ian Lance Taylor  <iant@google.com>
1585
1586         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1587         compiler/flag environment variables.
1588
1589 2010-11-18  Ian Lance Taylor  <iant@google.com>
1590
1591         * configure.ac: Check for lang_requires_boot_languages in
1592         config-lang.in files.
1593         * configure: Rebuild.
1594
1595 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1596             Tobias Burnus  <burnus@net-b.de>
1597
1598         PR fortran/32049
1599         * Makefile.def: Add libquadmath; build it with language=fortran.
1600         * configure.ac: Add libquadmath.
1601         * Makefile.tpl: Handle multiple libs in check-[+language+].
1602         * Makefile.in: Regenerate.
1603         * configure: Regenerate.
1604
1605 2010-11-16  Tom Tromey  <tromey@redhat.com>
1606
1607         * MAINTAINERS: Moved myself to reviewers section.
1608
1609 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
1610
1611         * MAINTAINERS: Moved myself to reviewers section.
1612
1613 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1614
1615         * MAINTAINERS (Various Maintainers): Add self for build machinery.
1616         (Write After Approval): Remove self.
1617
1618 2010-11-15  Andreas Schwab  <schwab@redhat.com>
1619
1620         * configure.ac: Fix spelling in option names.
1621         * configure: Regenerated.
1622
1623 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
1624
1625         PR bootstrap/39622
1626         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1627         * configure: Regenerated.
1628
1629 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
1630
1631         * MAINTAINERS: Update my email address.
1632
1633 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1634
1635         * configure: Regenerate.
1636
1637 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1638
1639         * configure: Regenerate.
1640
1641 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1642
1643         * configure: Regenerate.
1644
1645 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1646
1647         * configure: Regenerate.
1648
1649 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1650
1651         * configure.ac: Support official CLooG.org versions.
1652         * configure: Regenerate.
1653         * config/cloog.m4: New.
1654
1655 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
1656
1657         * MAINTAINERS (Write After Approval): Add myself.
1658
1659 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
1660
1661         * MAINTAINERS: Update my email address.
1662
1663 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
1664
1665         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1666         * configure: Regenerate.
1667
1668 2010-11-03  Ian Lance Taylor  <iant@google.com>
1669             Dave Korn  <dave.korn.cygwin@gmail.com>
1670
1671         PR lto/46273
1672         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
1673         and on other supported platforms whenever LTO is enabled.
1674         * configure: Rebuild.
1675
1676 2010-11-02  Alan Modra  <amodra@gmail.com>
1677
1678         PR binutils/12110
1679         * configure.ac: Error when source path contains spaces.
1680         * configure: Regenerate.
1681
1682 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
1683
1684         * MAINTAINERS: Update my email address.
1685
1686 2010-10-20  Ian Lance Taylor  <iant@google.com>
1687
1688         * Makefile.def (target_modules): Set lib_path to src/.libs for
1689         libstdc++-v3 module.
1690         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1691         * Makefile.in: Rebuild.
1692
1693 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1694
1695         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1696         (Write After Approval): Remove myself.
1697
1698 2010-10-15  Tristan Gingold  <gingold@adacore.com>
1699
1700         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1701
1702 2010-10-14  Douglas Rupp  <rupp@gnat.com>
1703
1704         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1705
1706 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1707
1708         * configure.ac (build_lto_plugin): New shell variable.
1709         (--enable-lto): Turn on by default for all non-ELF platforms that
1710         have had LTO support added so far.  Set build_lto_plugin appropriately
1711         for both ELF and non-ELF.
1712         (configdirs): Add lto-plugin or not based on build_lto_plugin.
1713         * configure: Regenerate.
1714
1715 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1716
1717         Sync from src:
1718         * configure.ac (v850 support): Remove target-libgloss from
1719         noconfigdirs.
1720         * configure: Regenerate.
1721
1722 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1723
1724         PR bootstrap/45326
1725         PR bootstrap/45174
1726         * configure.ac: Honor initial values of $build_configargs,
1727         $host_configargs, $target_configargs.  Mark the precious, so
1728         environment settings get recorded.
1729         * configure: Regenerate.
1730
1731 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1732
1733         PR bootstrap/45796
1734         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1735         Depend on all-build-libiberty.
1736         * Makefile.in: Regenerate.
1737
1738 2010-09-30  Michael Eager  <eager@eagercon.com>
1739
1740         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1741         * configure: Regenerate.
1742
1743 2010-09-28  Michael Eager  <eager@eagercon.com>
1744
1745         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1746
1747 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1748
1749         PR bootstrap/44621
1750         * configure.ac: Fix unportable shell quoting.
1751         * configure: Regenerate.
1752
1753 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
1754
1755         * configure.ac (enable-lto): Add Darwin to the list of supported lto
1756         targets and amend comment.
1757         * configure: Regenerate.
1758
1759 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
1760
1761         * MAINTAINERS (Write After Approval): Add myself.
1762
1763 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
1764
1765         * configure.ac: Enable LTO by default on Darwin.
1766         * configure: Regenerate.
1767
1768 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1769
1770         * MAINTAINERS (Write After Approval): Add myself.
1771
1772 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
1773
1774         * MAINTAINERS (Write After Approval): Add myself.
1775
1776 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
1777
1778         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1779         ports
1780
1781 2010-07-28  David Yuste  <david.yuste@gmail.com>
1782
1783         * MAINTAINERS (Write After Approval): Add myself.
1784
1785 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
1786
1787         * configure.ac: Support all v850 targets.
1788         * configure: Regenerate.
1789
1790 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
1791
1792         PR bootstrap/44455
1793         * configure.ac (extra_mpfr_configure_flags): Copy from
1794         extra_mpc_gmp_configure_flags.
1795         * configure: Re-generated.
1796
1797 2010-07-22  Andi Kleen  <ak@linux.intel.com>
1798
1799         * MAINTAINERS (Write After Approval): Add myself.
1800
1801 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
1802
1803         * MAINTAINERS (Write After Approval): Add myself.
1804
1805 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
1806
1807         * MAINTAINERS (Write After Approval): Add myself.
1808
1809 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
1810
1811         PR target/44862
1812         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1813         Provide -B option to allow for link spec %s substitutions for
1814         libstdc++.a on darwin.
1815         * Makefile.in: Regenerate.
1816
1817 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
1818
1819         * MAINTAINERS (Reviewers): Update my e-mail address
1820
1821 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
1822
1823         * Makefile.def (configure-gcc): Depend on all-libelf.
1824         * Makefile.in: Rebuild.
1825
1826 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
1827
1828         * MAINTAINERS (Write After Approval): Add myself in the right place.
1829
1830 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
1831
1832         * MAINTAINERS (Write After Approval): Add myself.
1833
1834 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
1835
1836         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1837
1838 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
1839
1840         * config.sub: Update to version 2010-05-21.
1841         * config.guess: Update to version 2010-04-03.
1842
1843 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
1844
1845         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1846         * configure: Regenerate.
1847
1848 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
1849
1850         * MAINTAINERS (Write After Approval): Add myself.
1851
1852 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
1853
1854         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1855         a platform that supports LTO.
1856         * configure: Regenerate.
1857
1858 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
1859
1860         * configure.ac: Allow all the versions greater than 0.10 of PPL.
1861         * configure: Regenerated.
1862
1863 2010-04-27  Roland McGrath  <roland@redhat.com>
1864             H.J. Lu  <hongjiu.lu@intel.com>
1865
1866         * configure.ac (--enable-gold): Support both, both/gold and
1867         both/bfd to add gold to configdirs without removing ld.
1868         * configure: Regenerated.
1869
1870         * Makefile.def: Add install-gold dependency to install-ld.
1871         * Makefile.in: Regenerated.
1872
1873 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
1874
1875         PR lto/42776
1876         * configure.ac (--enable-lto): Refactor handling so libelf tests
1877         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1878         and allow LTO to be explicitly enabled on non-ELF platforms that
1879         are known to support it inside else-clause.
1880         * configure: Regenerate.
1881
1882 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
1883
1884         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1885         * configure: Regenerate.
1886
1887 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
1888
1889         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1890         * configure: Regenerate.
1891
1892 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1893
1894         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1895         separately.
1896         * configure: Regenerate.
1897
1898 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
1899
1900         * MAINTAINERS (Write After Approval): Add myself.
1901
1902 2010-04-14  Tristan Gingold  <gingold@adacore.com>
1903
1904         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1905         * configure: Regenerate.
1906
1907 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
1908
1909         * configure: Regenerate after change to elf.m4.
1910
1911 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
1912
1913         * MAINTAINERS (Write After Approval): Add myself.
1914
1915 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1916
1917         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1918         * configure: Regenerated.
1919
1920 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1921
1922         * configure.ac: Print "buggy but acceptable" when CLooG
1923         revision is less than 9.
1924         * configure: Regenerated.
1925
1926 2010-04-01  Diego Novillo  <dnovillo@google.com>
1927
1928         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1929
1930 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1931
1932         PR bootstrap/43615
1933         PR bootstrap/43328
1934
1935         Revert:
1936
1937         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1938
1939         * configure.ac: Do not pass --enable-multilib nor
1940         --disable-multilib in baseargs.  Accept explicitly passed
1941         --enable_multilib.
1942         * configure: Regenerate.
1943
1944 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
1945
1946         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1947
1948 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
1949
1950         * MAINTAINERS: Remove myself.
1951
1952 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1953
1954         PR bootstrap/43328
1955         * configure.ac: Do not pass --enable-multilib nor
1956         --disable-multilib in baseargs.  Accept explicitly passed
1957         --enable_multilib.
1958         * configure: Regenerate.
1959
1960 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
1961
1962         * MAINTAINERS (spu port): Remove me.
1963
1964 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1965
1966         * configure.ac (tic6x-*-*): New case.
1967         * configure: Regenerate.
1968
1969 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1970
1971         * config.sub: Update to version 2010-03-22.
1972         * config.guess: Update to version 2009-12-30.
1973
1974 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
1975
1976         PR ada/42554
1977         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1978         * configure: Regenerate.
1979
1980 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1981
1982         * MAINTAINERS: Update my email address.
1983
1984 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
1985
1986         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1987         (ghassan.shobaki@amd.com): Removed.
1988
1989 2010-03-17  Alan Modra  <amodra@gmail.com>
1990
1991         * MAINTAINERS: Update my email address.
1992
1993 2010-03-16  Diego Novillo  <dnovillo@google.com>
1994
1995         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1996         Matthews.
1997
1998 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1999
2000         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
2001         Gutson, Jeffrey D. Oldham and Mark Shinwell.
2002
2003 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
2004
2005         * MAINTAINERS: Update my email address.
2006
2007 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
2008
2009         * MAINTAINERS: Update my email address.
2010
2011 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
2012
2013         * MAINTAINERS: Update my email address.
2014
2015 2010-03-09  Jie Zhang  <jie@codesourcery.com>
2016
2017         * MAINTAINERS: Update my email address.
2018
2019 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2020
2021         PR libstdc++/32499
2022         * configure.ac (RANLIB): Default to true.
2023         (STRIP): Likewise.
2024         (RANLIB_FOR_TARGET): Remove superfluous : argument.
2025         * configure: Regenerate.
2026
2027 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
2028
2029         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
2030         (Write After Approval): Update my email address.
2031
2032 2010-02-17  Nick Clifton  <nickc@redhat.com>
2033
2034         PR 11238
2035         * Makefile.tpl (local-distclean): Also remove config.cache files in
2036         sub-directories as there may not be Makefiles present in the
2037         sub-directories.
2038         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2039         the config.cache files found by the find command.
2040
2041         * Makefile.in: Regenerate.
2042         * configure.ac: Revert previous delta.
2043         * configure: Regenerate.
2044
2045 2010-02-15  Nick Clifton  <nickc@redhat.com>
2046
2047         PR 11238
2048         * configure.ac: Delete config.cache files in sub-directories when
2049         deleting Makefiles.
2050         * configure: Regenerate.
2051
2052 2010-02-12  Ben Elliston  <bje@gnu.org>
2053
2054         * MAINTAINERS: Update my email address.
2055
2056 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
2057
2058         * MAINTAINERS (spu port): Update my email address.
2059
2060 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
2061
2062         * MAINTAINERS: Add myself as a maintainer for the bfin port.
2063
2064 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2065
2066         * configure.ac: Add "recommended" version checks for GMP/MPC.
2067         Update recommended GMP/MPFR/MPC versions.
2068         * configure: Regenerate.
2069
2070 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
2071
2072         * MAINTAINERS: Move my Embecosm email address into the
2073         write-after-approval section.
2074
2075 2010-01-26  Ian Lance Taylor  <iant@google.com>
2076
2077         * MAINTAINERS: Add myself as Go frontend maintainer.
2078
2079 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
2080
2081         PR libstdc++/36101, PR libstdc++/42813
2082         * configure.ac (bootstrap_target_libs): Make inclusion of
2083         target-libgomp conditional on libgomb being in target_configdirs.
2084         * configure: Regenerate.
2085
2086 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
2087
2088         PR libstdc++/36101, PR libstdc++/42813
2089         * configure.ac (bootstrap_target_libs): Include target-libgomp.
2090         * configure: Regenerate.
2091
2092 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
2093
2094         PR libstdc++/36101, PR libstdc++/42813
2095         * configure.ac (target_configdirs): Substitute.
2096         * Makefile.def: Bootstrap target module libgomp.
2097         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2098         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2099         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2100         * configure, Makefile.in: Regenerate.
2101
2102 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2103
2104         * MAINTAINERS: Adjust my details.
2105
2106 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
2107
2108         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
2109
2110 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
2111
2112         * MAINTAINERS: reindented my entry with tabs instead of spaces.
2113
2114 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
2115
2116         * MAINTAINERS (Write After Approval): Add myself.
2117
2118 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2119
2120         * MAINTAINERS (Write After Approval): Add myself.
2121
2122 2010-01-11  Richard Guenther  <rguenther@suse.de>
2123
2124         PR lto/41569
2125         * Makefile.def (all-lto-plugin): Depend on all-gcc.
2126         * Makefile.in: Regenerated.
2127
2128 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
2129
2130         * configure.ac: Enable libjava build on x86_64-*freebsd*.
2131         * configure: Regenerate.
2132
2133 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2134             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2135
2136         PR bootstrap/42424
2137         * configure.ac: Include libtool m4 files.
2138         (_LT_CHECK_OBJDIR): Call it.
2139         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2140         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2141
2142         * configure: Regenerate.
2143
2144 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2145
2146         PR bootstrap/41818
2147         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2148         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
2149         * Makefile.in: Regenerate.
2150
2151 2010-01-02  Richard Guenther  <rguenther@suse.de>
2152
2153         PR lto/41529
2154         * configure.ac: Include config/elf.m4.  Disable LTO if not
2155         builting for an elf target.
2156         * configure: Regenerate.
2157
2158 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
2159
2160         * MAINTAINERS: Change my email address.
2161
2162 2009-12-18  Ben Elliston  <bje@au.ibm.com>
2163
2164         * config.sub, config.guess: Update from upstream sources.
2165
2166 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
2167
2168         * MAINTAINERS (Write After Approval): Add myself.
2169
2170 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2171
2172         PR middle-end/30447
2173         PR middle-end/30789
2174         PR other/40302
2175
2176         * configure.ac: Require MPC.
2177         * configure: Regenerate.
2178
2179 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2180
2181         PR target/38384
2182         PR bootstrap/40972
2183         * libtool.m4: Sync from git Libtool.
2184         * ltoptions.m4: Likewise.
2185         * ltversion.m4: Likewise.
2186         * lt~obsolete.m4: Likewise.
2187         * ltmain.sh: Likewise.
2188
2189 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2190
2191         * configure.ac: Update minimum MPC version to 0.8.
2192         * configure: Regenerate.
2193
2194 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
2195
2196         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
2197         * configure: Regenerated.
2198
2199 2009-11-21  Ian Lance Taylor  <iant@google.com>
2200
2201         * configure.ac: Change default of poststage1_ldflags to be empty if
2202         poststage1_libs is set.  When poststage1_libs is empty, and
2203         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
2204         * configure: Rebuild.
2205
2206 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
2207
2208         * MAINTAINERS (Write After Approval): Update my email address.
2209
2210 2009-11-20  Ben Elliston  <bje@au.ibm.com>
2211
2212         * config.guess: Update from upstream sources.
2213
2214 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
2215
2216         * Makefile.def: Restore host and target settings for gmp.
2217         * Makefile.in: Rebuild.
2218
2219 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
2220
2221         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
2222         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
2223         Fix portability of test of C++ as bootstrap language.  Add
2224         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2225         * configure: Rebuild.
2226         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2227         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
2228         in-tree building.
2229         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2230         (POSTSTAGE1_HOST_EXPORTS): Use it.
2231         (STAGE[+id+]_CXXFLAGS): New.
2232         (BASE_FLAGS_TO_PASS): Pass it down.
2233         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
2234         extra_exports.
2235         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2236         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2237         extra_exports.
2238         * Makefile.in: Rebuild.
2239
2240 2009-11-17  Ben Elliston  <bje@au.ibm.com>
2241
2242         * config.sub, config.guess: Update from upstream sources.
2243
2244 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2245
2246         * MAINTAINERS (Write After Approval): Add myself.
2247
2248 2009-11-09  Jon Beniston  <jon@beniston.com>
2249
2250         * MAINTAINERS (Write After Approval): Add myself.
2251
2252 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
2253
2254         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
2255         paths for *-w64-mingw* and x86_64-*mingw*.
2256         * configure: Regenerated.
2257
2258 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
2259
2260         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
2261
2262 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
2263
2264         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
2265         Phil Edwards to Write-After Approval.
2266
2267 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
2268
2269         * configure.ac: Disable target-winsup & co for
2270         x86_64-*-mingw* and *-w64-mingw* targets.
2271         * configure: Regenerated.
2272
2273 2009-10-16  Nick Clifton  <nickc@redhat.com>
2274
2275         * MAINTAINERS: Add myself as a maintainer for the RX port.
2276
2277 2009-10-26  Johannes Singler  <singler@kit.edu>
2278
2279         * MAINTAINERS (Write After Approval): Update my e-mail address.
2280
2281 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2282
2283         * configure.ac (CLooG test): Use = with test.
2284         * configure: Regenerate.
2285
2286 2009-10-22  Richard Guenther  <rguenther@suse.de>
2287
2288         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
2289         cloog if the ppl version check failed.  Move flags saving
2290         before setting in libelf check.
2291         * configure: Regenerate.
2292
2293 2009-10-21  Richard Guenther  <rguenther@suse.de>
2294
2295         * configure.ac: Adjust the ppl and cloog configure to work as
2296         documented.  Disable cloog if ppl was disabled.  Omit the version
2297         checks if they were disabled.
2298         * configure: Re-generate.
2299
2300 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2301
2302         * configure.ac: Add 'lto' to enable_languages, not
2303         new_enable_languages, and only if not already present.
2304         * configure: Regenerate.
2305
2306 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
2307
2308         * README: Refer to the various COPYING* files instead of just
2309         COPYING.
2310         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2311
2312 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
2313
2314         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2315
2316 2009-10-07  Richard Guenther  <rguenther@suse.de>
2317
2318         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2319         and Richard Guenther as reviewers.
2320         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2321         as reviewers.
2322
2323 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
2324
2325         * config.sub: Update from upstream sources.
2326
2327 2009-10-06  Ian Lance Taylor  <iant@google.com>
2328
2329         * Makefile.def: check-gold depends upon all-gas.
2330         * Makefile.in: Rebuild.
2331
2332 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
2333
2334         * MAINTAINERS (Write After Approval): Add myself.
2335
2336 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
2337
2338         * Makefile.def: all-lto-plugin depends on all-libiberty.
2339         set bootstrap=true for lto-plugin.
2340         Add lto-plugin.
2341         * Makefile.in: Regenerate.
2342         * configure.ac (host_libs): Add lto-plugin.
2343         * configure: Regenerate.
2344
2345 2009-10-03  Diego Novillo  <dnovillo@google.com>
2346
2347         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2348         (HOST_LIBELFLIBS): Define.
2349         (HOST_LIBELFINC): Define.
2350         * Makefile.in: Regenerate.
2351         * configure.ac: Add --enable-lto.
2352         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2353         If --enable-lto is used, add 'lto' to new_enable_languages.
2354         If --enable-lto is used and gold is enabled, add
2355         lto-plugin to configdirs.
2356         * configure: Regenerate.
2357
2358 2009-10-03  Simon Baldwin  <simonb@google.com>
2359
2360         * configure.ac: If --with-system-zlib, suppress local zlib and
2361         pass --with-system-zlib to subdir configure scripts.
2362         * configure: Regenerate.
2363
2364 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
2365             Paolo Bonzini  <bonzini@gnu.org>
2366
2367         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2368         $(srcdir).
2369         * Makefile.in: Rebuilt.
2370
2371 2009-09-26  Gary Funck  <gary@intrepid.com>
2372
2373         * MAINTAINERS (Write After Approval): Add myself.
2374
2375 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2376
2377         * configure.ac: Update minimum MPC version to 0.7.
2378         * configure: Regenerate.
2379
2380 2009-09-25  Nick Clifton  <nickc@redhat.com>
2381
2382         * configure.ac: Pass any --cache-file=/dev/null option on to
2383         subconfigures.
2384         * configure: Regenerate.
2385
2386 2009-09-23  Nick Clifton  <nickc@redhat.com>
2387
2388         * config.sub, config.guess: Update from upstream sources.
2389
2390 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
2391
2392         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2393         * Makefile.in: Rebuilt.
2394
2395 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2396
2397         PR bootstrap/32272
2398         * configure.ac: Error out if $srcdir isn't '.' but contains
2399         host-${host_noncanonical}.
2400         * configure: Regenerate.
2401
2402 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2403
2404         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2405         maintainer.
2406
2407 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2408
2409         * configure.ac: If bootstrapping a combined tree with
2410         --enable-gold, require c++ in stage1_languages.
2411         * configure: Regenerate.
2412
2413         * configure.ac: Also add target_libs of stage1_languages to
2414         bootstrap_target_libs.
2415         * configure: Regenerate.
2416
2417         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2418         with --enable-languages not containing c++.
2419         * configure: Regenerate.
2420
2421 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
2422
2423         * configure.ac: Disable java and boehm-gc for bfin-*-*.
2424         * configure: Regenerate.
2425
2426 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
2427
2428         * MAINTAINERS (Write After Approval): Update my e-mail address,
2429         and move from from here...
2430         (Waiting for paperwork): To here.
2431
2432 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
2433
2434         * MAINTAINERS (Reviewers): Add self as driver reviewer.
2435
2436 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2437
2438         * configure.ac: Do not use $extrasub for replacing @if/@endif
2439         parts in Makefile; instead, use additional arguments to
2440         AC_CONFIG_COMMANDS to do the replacement manually, with several
2441         sed invocations, to avoid HP-UX sed command limits.
2442         * configure: Regenerate.
2443
2444 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
2445
2446         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2447         blank before -L.
2448
2449 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
2450
2451         * configure.ac (with-build-config): Document.  Handle without.
2452         Handle missing argument.
2453         * configure: Rebuilt.
2454
2455 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
2456
2457         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
2458         Default to bootstrap-debug only if compare-debug works.
2459         * configure: Rebuilt.
2460         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2461         * Makefile.in: Rebuilt.
2462
2463 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2464
2465         * MAINTAINERS (OS Port Maintainers): Update my email address.
2466
2467 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
2468
2469         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2470         * Makefile.in: Rebuilt.
2471
2472 2009-09-01  Chris Demetriou  <cgd@google.com>
2473
2474         * MAINTAINERS (Write After Approval): Add myself.
2475
2476 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
2477
2478         PR debug/30161
2479         * include/dwarf2.h (enum dwarf_tag): Added
2480         DW_TAG_GNU_template_template_param
2481         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2482
2483 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2484
2485         * Makefile.tpl (AWK): Fix typo.
2486         * Makefile.in: Regenerate.
2487
2488 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2489
2490         * configure.ac: Detect awk and sed.
2491         * Makefile.def (flags_to_pass): Add AWK and SED.
2492         * Makefile.tpl (AWK, SED): New.
2493         (BASE_FLAGS_TO_PASS): Add AWK and SED.
2494         * configure: Regenerate.
2495         * Makefile.in: Regenerate.
2496
2497 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
2498
2499         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2500         (collapseslashes): Likewise.
2501
2502 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2503
2504         * configure.ac (AC_PREREQ): Bump to 2.64.
2505
2506 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2507
2508         * configure.ac: Remove --with-datarootdir, --with-docdir,
2509         --with-pdfdir, --with-htmldir switches.
2510         * configure: Regenerate.
2511
2512         * configure: Regenerate.
2513
2514         * compile: Sync from Automake 1.11.
2515         * depcomp: Likewise.
2516         * install-sh: Likewise.
2517         * missing: Likewise.
2518         * mkinstalldirs: Likewise.
2519         * ylwrap: Likewise.
2520
2521 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
2522
2523         * ltmain.sh (func_normal_abspath): New function.
2524         (func_relative_path): Likewise.
2525         (func_mode_help): Document new -bindir option for link mode.
2526         (func_mode_link): Add new -bindir option, and use it to place
2527         output DLL if specified.
2528
2529 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2530
2531         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2532         (baseargs): Add --disable-option-checking.
2533         * configure: Regenerate.
2534
2535         * Makefile.def (configure-target-libiberty): Depend on
2536         all-binutils and all-ld.
2537         (configure-target-newlib): Likewise.
2538         * Makefile.in: Regenerate.
2539
2540 2009-08-17  Ben Elliston  <bje@au.ibm.com>
2541
2542         * config.sub, config.guess: Update from upstream sources.
2543
2544 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2545
2546         Sync from src, merge:
2547
2548         2009-07-02  Tristan Gingold  <gingold@adacore.com>
2549
2550         * configure.ac: Do not exclude gas for i386-*-darwin.
2551         Add a case for x86_64-*-darwin.
2552         * configure: Regenerate.
2553
2554 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
2555
2556         * MAINTAINERS: Add my name to Write After Approval list.
2557
2558 2009-08-06  Michael Eager  <eager@eagercon.com>
2559
2560         * configure.ac: Add Microblaze target.
2561         * configure: Regenerate.
2562
2563 2009-07-31  Christian Bruel  <christian.bruel@st.com>
2564
2565         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2566         * configure: Regenerate.
2567
2568 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
2569
2570         * MAINTAINERS (Write After Approval): Update my e-mail address.
2571
2572 2009-07-06  Ian Lance Taylor  <iant@google.com>
2573
2574         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2575         * configure: Rebuild.
2576
2577 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
2578
2579         * MAINTAINERS: Move myself to the Graphite Reviewers.
2580
2581 2009-06-30  Wei Guozhi  <carrot@google.com>
2582
2583         * MAINTAINERS: Add my name to Write After Approval list.
2584
2585 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
2586
2587         PR bootstrap/40338
2588         * configure.ac (comparestring): Create new variable.
2589         * Makefile.tpl (comparestring): Use to skip some comparisions.
2590         * configure: Regenerate.
2591         * Makefile.in: Regenerate.
2592
2593 2009-06-26  Doug Evans  <dje@sebabeach.org>
2594
2595         * Makefile.def (host_modules): Add cgen.
2596         * Makefile.in: Regenerate.
2597         * configure.ac (host_tools): Add cgen.
2598         * configure: Regenerate.
2599
2600 2009-06-23  DJ Delorie  <dj@redhat.com>
2601
2602         * MAINTAINERS: Add myself as mep maintainer.
2603
2604 2009-06-23  Ian Lance Taylor  <iant@google.com>
2605
2606         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
2607         boot_languages.  Only bootstrap target libraries listed in
2608         target_libs for some boot language.  Add --with-stage1-ldflags,
2609         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
2610         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
2611         if not building with C++.
2612         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2613         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2614         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2615         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2616         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
2617         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2618         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2619         * configure, Makefile.in: Rebuild.
2620
2621 2009-06-23  Li Feng  <nemokingdom@gmail.com>
2622
2623         * MAINTAINERS: Added my name to write-after-approval list.
2624
2625 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
2626
2627         * configure.ac: Define is_elf for QNX Neutrino targets.
2628         * configure: Regenerate.
2629
2630 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
2631
2632         * MAINTAINERS: Added my name to the write-after-approval list
2633
2634 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2635
2636         * configure.ac: Detect MPC in default directory.
2637         * configure: Regenerate.
2638
2639 2009-06-03  Jerome Guitton  <guitton@adacore.com>
2640             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2641
2642         * Makefile.tpl (all): Avoid a trailing backslash.
2643         * Makefile.in: Regenerate.
2644
2645 2009-06-03  Ben Elliston  <bje@au.ibm.com>
2646
2647         * config.sub, config.guess: Update from upstream sources.
2648
2649 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
2650
2651         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2652         to noconfdirs.
2653         * configure: Regenerate.
2654
2655 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
2656
2657         * Makefile.tpl ([+compare-target+]): Compare all stage
2658         directories, rather than just gcc.
2659         * Makefile.in: Rebuilt.
2660
2661 2009-06-01  Doug Kwan  <dougkwan@google.com>
2662
2663         * configure.ac: Support gold for target arm*-*-*.
2664         * configure: Regenerate.
2665
2666 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2667
2668         * Makefile.def: Add MPC support and dependencies.
2669         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
2670
2671         * Makefile.in, configure: Regenerate.
2672
2673 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
2674
2675         * Makefile.tpl (all): Avoid harmless warning in make all when
2676         gcc-bootstrap is enabled but stage_last does not exist.
2677         * Makefile.in: Rebuilt.
2678
2679 2009-05-24  Nicolas Roche  <roche@adacore.com>
2680
2681         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2682         * Makefile.in: Regenerate.
2683
2684 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
2685
2686         * MAINTAINERS: Update my e-mail address.
2687
2688 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2689
2690         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
2691         * configure:  Regenerate.
2692
2693 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2694
2695         PR other/40159
2696         * Makefile.tpl (all): Don't assume gcc-bootstrap and
2697         gcc-no-bootstrap are mutually exclusive.
2698         * Makefile.in: Rebuilt.
2699
2700 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2701
2702         PR other/40159
2703         * Makefile.tpl (all): Don't end with unconditional success.
2704         * Makefile.in: Rebuilt.
2705
2706 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
2707
2708         PR target/37137
2709         * Makefile.def (flags_to_pass): Remove redundant and incomplete
2710         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2711         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2712         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
2713         stage_configureflags, stage_cflags and stage_libcflags into
2714         explicit Makefile macros.
2715         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2716         GFORTRAN.
2717         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2718         CC.  Set CC_FOR_BUILD from CC.
2719         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2720         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2721         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2722         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
2723         and GFORTRAN.
2724         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2725         (_LIBCFLAGS): Renamed to _TFLAGS.
2726         (do-compare-debug, do-compare3-debug): Drop.
2727         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2728         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2729         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2730         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2731         (XGCC_FLAGS_FOR_TARGET): New.
2732         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2733         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2734         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2735         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2736         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
2737         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
2738         TFLAGS.
2739         (BUILD_CONFIG): Include if requested.
2740         (all): Set TFLAGS on bootstrap.
2741         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2742         (all-stageid-prefixmodule): Likewise.
2743         (do-clean, distclean-stageid): Set TFLAGS.
2744         (restrap): Fix whitespace.
2745         * Makefile.in: Rebuilt.
2746
2747 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
2748
2749         * config.guess: Sync with src.
2750
2751 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2752
2753         * configure.ac ($with_ppl):  Default to no if not supplied.
2754         ($with_cloog):  Likewise.
2755         configure:  Regenerate.
2756
2757 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
2758
2759         * MAINTAINERS: Update my e-mail address.
2760
2761 2009-04-27  Nick Clifton  <nickc@redhat.com>
2762
2763         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2764
2765 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
2766
2767         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2768         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2769         * Makefile.in: Regenerate.
2770
2771 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2772
2773         PR bootstrap/39739
2774         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2775         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2776
2777         * configure, Makefile.in: Regenerate.
2778
2779 2009-04-21  Taras Glek  <tglek@mozilla.com>
2780
2781         * include/hashtab.h: Update GTY annotations to new syntax
2782         * include/splay-tree.h: Likewise
2783
2784 2009-04-17  Ben Elliston  <bje@au.ibm.com>
2785
2786         * config.sub, config.guess: Update from upstream sources.
2787
2788 2009-04-15  Anthony Green  <green@moxielogic.com>
2789
2790         * configure.ac: Add moxie support.
2791         * configure: Rebuilt.
2792
2793 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2794
2795         * configure.ac: Change copyright header to refer to version
2796         3 of the GNU General Public License and to point readers at the
2797         COPYING3 file and the FSF's license web page.
2798         * Makefile.def: Likewise.
2799         * Makefile.tpl: Likewise.
2800         * Makefile.in: Regenerate.
2801
2802 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
2803
2804         * configure.ac: Restore match for darwin9 or later. Use double
2805         brackets since regeneration eats one pair.
2806         * configure: Regenerate.
2807
2808 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
2809
2810         PR gas/10039
2811         * configure.ac: Require texinfo 4.7.
2812         * configure: Regenerated.
2813
2814 2009-04-09  Nick Clifton  <nickc@redhat.com>
2815
2816         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2817         the GCC Runtime Library Exception.
2818
2819 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2820
2821         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2822         * configure: Regenerate.
2823
2824 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
2825
2826         * Makefil.def (languages): New entries.
2827         * Makefile.tpl (check-gcc-*): New generic target.
2828         * Makefile.in: Regenerate.
2829
2830 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
2831
2832         * MAINTAINERS:  Update my email address.
2833
2834 2009-03-18  Tom Tromey  <tromey@redhat.com>
2835
2836         * configure: Rebuild.
2837         * configure.ac (host_libs): Add libiconv.
2838         * Makefile.in: Rebuild.
2839         * Makefile.def (host_modules): Add libiconv.
2840         (configure-gdb, all-gdb): Depend on libiconv.
2841
2842 2009-03-16  Tristan Gingold  <gingold@adacore.com>
2843
2844         * configure.ac: Treat gdb as supported on x86_64-darwin.
2845         * configure: Regenerate.
2846
2847 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
2848
2849         * configure.ac (--with-host-libstdcxx): New option.
2850         * configure: Regenerate.
2851
2852 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
2853
2854         * MAINTAINERS:  Move myself into the write after approval list.
2855
2856 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
2857
2858         * MAINTAINERS: Update e-mail address.
2859
2860 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
2861
2862         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2863
2864 2009-03-10  Ira Rosen  <irar@il.ibm.com>
2865
2866         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2867
2868 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2869
2870         Backport from git Libtool:
2871
2872         2009-01-19  Robert Millan  <rmh@aybabtu.com>
2873         Support GNU/kOpenSolaris.
2874         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2875         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2876         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2877         GNU/kOpenSolaris.
2878
2879 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
2880
2881         * MAINTAINERS: Update e-mail address.
2882
2883 2009-02-24  Michael Eager  <eager@eagercon.com>
2884
2885         * MAINTAINERS (Write After Approval): Add self.
2886
2887 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
2888
2889         * MAINTAINERS (Write After Approval): Add myself.
2890
2891 2009-02-05  Andreas Schwab  <schwab@suse.de>
2892
2893         * Makefile.tpl (stage_last): Define $r and $s before using
2894         $(RECURSE_FLAGS_TO_PASS).
2895         * Makefile.in: Regenerate
2896
2897 2009-01-30  Ian Lance Taylor  <iant@google.com>
2898
2899         * MAINTAINERS: Move myself to the Global Reviewers list.
2900
2901 2009-01-29  Robert Millan  <rmh@aybabtu.com>
2902
2903         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2904         * configure: Regenerate.
2905
2906 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
2907
2908         * MAINTAINERS: Make whitespace consistent.
2909         Remove Robert Millan from Write After Approval.
2910
2911 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
2912
2913         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2914         (all-opcodes): Depend on all-libiberty.
2915         * Makefile.in: Regenerate.
2916
2917 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
2918
2919         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2920         * configure: Regenerate.
2921
2922 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
2923
2924         * MAINTAINERS (Write After Approval): Add myself.
2925
2926 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
2927
2928         * MAINTAINERS: Add myself to reviewers (Fortran).
2929
2930 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
2931
2932         PR tree-optimization/38515
2933         * configure.ac (cloog-polylib): Removed.
2934         (with_ppl, with_cloog): Test for "no".
2935         * configure: Regenerated.
2936
2937 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
2938
2939         * MAINTAINERS: Moved myself to reviewers (Fortran).
2940
2941 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
2942
2943         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2944         (Write After Approval): Remove myself.
2945
2946 2009-01-03  Diego Novillo  <dnovillo@google.com>
2947
2948         * MAINTAINERS: Remove myself from alias maintainership.
2949
2950 2009-01-02  David Ayers  <ayers@fsfe.org>
2951
2952         * MAINTAINERS: Update e-mail address.
2953
2954 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
2955
2956         * MAINTAINERS: Make whitespace consistent.
2957
2958 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2959
2960         Backport from upstream Libtool:
2961         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2962         Add cache variables to tests that require the linker to work.
2963         For shlibpath_overrides_runpath, this also changes the semantics
2964         to let the result from the C compiler take precedence.
2965
2966 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2967
2968         * config.sub, config.guess: Update from upstream sources.
2969
2970 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
2971
2972         * configure.ac (ppllibs): Add by default the lib flags.
2973         * configure: Regenerate.
2974
2975 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
2976
2977         * MAINTAINERS:  Add myself to the write after approval list.
2978
2979 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2980
2981         * configure.ac: Add double brackets on darwin[912].
2982         * configure: Regenerate.
2983
2984 2008-12-03  Daniel Kraft  <d@domob.eu>
2985
2986         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
2987         Approval to Reviewer section (for Fortran front-end).
2988
2989 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
2990
2991         * configure.ac: Expand to darwin10 and later.
2992         * configure: Regenerate.
2993
2994 2008-12-02  Andreas Schwab  <schwab@suse.de>
2995
2996         * Makefile.def: configure-target-boehm-gc depends on
2997         all-target-libstdc++-v3.
2998         * Makefile.in: Regenerate.
2999
3000 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
3001
3002         * MAINTAINERS:  Add myself as mingw maintainer.
3003
3004 2008-12-02  Ben Elliston  <bje@au.ibm.com>
3005
3006         * config.sub, config.guess: Update from upstream sources.
3007
3008 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
3009
3010         * README.SCO: Remove.
3011
3012 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
3013
3014         * MAINTAINERS:  Add myself to the write after approval list.
3015
3016 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
3017
3018         * MAINTAINERS:  Update my email address in WAA section.
3019
3020 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
3021
3022         * MAINTAINERS: Update e-mail address.
3023
3024 2008-11-27  Toon Moene  <toon@moene.org>
3025
3026         * MAINTAINERS: Change e-mail address.
3027
3028 2008-11-27  Tristan Gingold  <gingold@adacore.com>
3029
3030         * configure.ac: Build gdb for i?86-*-darwin*
3031         * configure: Regenerated.
3032
3033 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
3034
3035         * MAINTAINERS: Added my full name.
3036
3037 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
3038
3039         PR bootstrap/38014
3040         PR bootstrap/37923
3041
3042         Revert:
3043
3044         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
3045
3046         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3047         * Makefile.in: Regenerated.
3048
3049         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
3050
3051         PR gdb/921
3052         PR gdb/1646
3053         PR gdb/2175
3054         PR gdb/2176
3055
3056         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3057         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3058         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
3059         (HOST_EXPORTS): Pass CPPFLAGS.
3060         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3061         (LDFLAGS_FOR_TARGET): Initialize from configure script.
3062         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3063         * Makefile.in, configure: Regenerated.
3064         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3065         and CPPFLAGS_FOR_BUILD.
3066
3067 2008-11-06  Jeff Law  <law@redhat.com>
3068
3069         * MAINTAINERS: Add myself as middle end maintainer.
3070
3071 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
3072
3073         * MAINTAINERS (Write after approval): Add myself.
3074
3075 2008-11-05  Diego Novillo  <dnovillo@google.com>
3076
3077         * MAINTAINERS (Global Reviewers): Add myself.
3078         (Non-Algorithmic Maintainers): Remove myself.
3079
3080 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
3081
3082         * MAINTAINERS (Write after approval): Add myself.
3083
3084 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
3085
3086         * MAINTAINERS (Write after approval): Add myself.
3087
3088 2008-10-31  Ben Elliston  <bje@au.ibm.com>
3089
3090         * configure.ac (spu-*-*): Remove special case.
3091         * configure: Regenerate.
3092
3093 2008-10-30  Catherine Moore  <clm@codesourcery.com>
3094
3095         * MAINTAINERS (Write after approval): Update my email address.
3096
3097 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
3098
3099         * configure.ac [spu-*-*]: Do not set skipdirs.
3100         * configure: Re-generate.
3101
3102 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
3103
3104         * MAINTAINERS (Various Maintainers): Add myself to reload.
3105
3106 2008-10-25  Richard Guenther  <rguenther@suse.de>
3107
3108         * MAINTAINERS (Various Maintainers): Add myself as middle-end
3109         maintainer.  Remove myself as libgcc-math maintainer.
3110         (Non-Algorithmic Maintainers): Remove myself.
3111
3112 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
3113
3114         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3115         * Makefile.in: Regenerated.
3116
3117 2008-10-23  Cary Coutant  <ccoutant@google.com>
3118
3119         * MAINTAINERS (Write after approval): Add myself.
3120
3121 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
3122
3123         PR gdb/921
3124         PR gdb/1646
3125         PR gdb/2175
3126         PR gdb/2176
3127
3128         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3129         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3130         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
3131         (HOST_EXPORTS): Pass CPPFLAGS.
3132         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3133         (LDFLAGS_FOR_TARGET): Initialize from configure script.
3134         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3135         * Makefile.in, configure: Regenerated.
3136         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3137         and CPPFLAGS_FOR_BUILD.
3138
3139 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
3140
3141         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
3142         Sebastian Pop.
3143
3144 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
3145
3146         * MAINTAINERS (Write After Approval): Added myself.
3147
3148 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3149
3150         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3151         recommended version to 2.3.2.
3152
3153         * configure: Regenerate.
3154
3155 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
3156
3157         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
3158
3159 2008-09-29  David Daney <david.daney@caviumnetworks.com>
3160
3161         * MAINTAINERS (Write After Approval): Update e-mail address.
3162
3163 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
3164
3165         * libtool.m4: Update to libtool 2.2.6.
3166         * lt~obsolete.m4: Update to libtool 2.2.6.
3167         * ltmain.sh: Update to libtool 2.2.6.
3168         * ltsugar.m4: Update to libtool 2.2.6.
3169         * ltversion.m4: Update to libtool 2.2.6.
3170         * ltoptions.m4: Update to libtool 2.2.6.
3171         * ltgcc.m4: Update to match changes from libtool 2.2.6.
3172
3173 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
3174
3175         * MAINTAINERS (Write After Approval): Add myself.
3176
3177 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3178
3179         * MAINTAINERS (Write After Approval): Update my name.
3180
3181 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
3182
3183         * MAINTAINERS: Add myself in "Write After Approval".
3184
3185 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
3186
3187         * MAINTAINERS: Add myself as ia64 maintainer.
3188
3189 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
3190
3191         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
3192         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
3193         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
3194         and Michael Tiemann from Write After Approval since they do not
3195         actually have access.
3196
3197 2008-09-05  Richard Guenther  <rguenther@suse.de>
3198
3199         * configure.ac: Initialize clooglibs to -lcloog.
3200         * configure: Re-generate.
3201
3202 2008-09-04  Le-Chun Wu  <lcwu@google.com>
3203
3204         * MAINTAINERS (Write After Approval): Add myself.
3205
3206 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
3207
3208         * configure.ac (--with-cloog-polylib): New.
3209         (--disable-cloog-version-check): New.
3210         (--disable-ppl-version-check): New.
3211         * configure: Re-generate.
3212
3213 2008-09-03  Richard Guenther  <rguenther@suse.de>
3214
3215         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3216         cloog test.
3217         * configure: Re-generate.
3218
3219 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
3220
3221         Add picoChip port.
3222         * MAINTAINERS: Add picoChip maintainers.
3223
3224 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
3225             Tobias Grosser  <grosser@fim.uni-passau.de>
3226             Jan Sjodin  <jan.sjodin@amd.com>
3227             Harsha Jagasia  <harsha.jagasia@amd.com>
3228             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3229             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
3230             Adrien Eliche  <aeliche@isty.uvsq.fr>
3231
3232         Merge from graphite branch.
3233         * configure: Regenerate.
3234         * Makefile.in: Regenerate.
3235         * configure.ac (host_libs): Add ppl and cloog.
3236         Add checks for PPL and CLooG.
3237         * Makefile.def (ppl, cloog): Added modules and dependences.
3238         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3239         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3240
3241 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
3242
3243         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3244         (GCC_SHLIB_SUBDIR): New.
3245         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3246         * configure: Regenerate.
3247         * Makefile.in: Regenerate.
3248
3249 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
3250
3251         * MAINTAINERS: Consistently use tabs to separate columns.
3252
3253 2008-08-29  Tristan Gingold  <gingold@adacore.com>
3254
3255         * MAINTAINERS (Write after Approval): Add myself.
3256
3257 2008-08-28  Tristan Gingold  <gingold@adacore.com>
3258
3259         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3260         Enable bfd, binutils and opcodes.
3261         * configure: Regenerate.
3262
3263 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3264
3265         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
3266
3267 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3268
3269         * MAINTAINERS:  Use correct Umlaut for last name.
3270
3271 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3272
3273         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3274
3275 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
3276
3277         * MAINTAINERS: Update my email address.
3278
3279 2008-08-16  Nicolas Roche  <roche@adacore.com>
3280
3281         * Makefile.tpl: Add BOOT_ADAFLAGS.
3282         * Makefile.in: Regenerate.
3283
3284 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
3285
3286         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3287         * configure: Regenerate.
3288
3289 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
3290
3291         * configure.ac: Add makefile fragments for hpux.
3292         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3293         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3294         * configure: Regenerate.
3295         * Makefile.in: Regenerate.
3296
3297 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
3298
3299         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3300
3301 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
3302
3303         * MAINTAINERS (Write after Approval): Add myself.
3304
3305 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
3306
3307         * MAINTAINERS (Write After Approval):  Add myself.
3308
3309 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
3310
3311         * MAINTAINERS (Write After Approval):  Add myself.
3312
3313 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
3314
3315         * MAINTAINERS: Update my email address.
3316
3317 2008-06-25  Joey Ye  <joey.ye@intel.com>
3318
3319         * MAINTAINERS (Write After Approval):  Add myself.
3320
3321 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3322
3323         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3324         * Makefile.in: Regenerate.
3325         * configure: Regenerate.
3326
3327 2008-06-17  Daniel Kraft  <d@domob.eu>
3328
3329         * MAINTAINERS (Write After Approval):  Add myself.
3330
3331 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3332
3333         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3334         "$@" is still intact with both Autoconf 2.59 and 2.62.
3335         * configure: Regenerate.
3336
3337 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3338
3339         * Makefile.tpl: Fix comment errors.
3340         * Makefile.in: Regenerate.
3341
3342 2008-06-12  David S. Miller  <davem@davemloft.net>
3343             David Edelsohn  <edelsohn@gnu.org>
3344
3345         * configure.ac: Add powerpc*-*-* to gold supported targets.
3346         * configure: Regenerate.
3347
3348 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
3349
3350         PR tree-optimization/36218
3351         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3352         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3353         (all prefix="build-"): Pass them to build-system sub-makes.
3354         * Makefile.in: Regenerate.
3355
3356 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
3357
3358         * MAINTAINERS (mt port): Remove.
3359         (sco5, unixware, sco udk): Remove.
3360         (Kean Johnston): Add to Write After Approval.
3361
3362 2008-05-30  Julian Brown  <julian@codesourcery.com>
3363
3364         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3365         of libobjc for ARM EABI Linux.
3366         * configure: Regenerate.
3367
3368 2008-05-18  Xinliang David Li   <davidxl@google.com>
3369
3370         * ChangeLog: Remove wrong ChangeLog entry.
3371
3372 2008-05-17  Xinliang David Li   <davidxl@google.com>
3373
3374         * MAINTAINERS (Write After Approval): Add myself.
3375
3376 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
3377
3378         * MAINTAINERS (Write After Approval): Add myself.
3379
3380 2008-05-14  Rafael Espíndola  <espindola@google.com>
3381
3382         * config-ml.in: don't handle --enable-shared and --enable-static.
3383
3384 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
3385
3386         * MAINTAINERS: Update my email address.
3387
3388 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
3389
3390         * MAINTAINERS: Update my email address.
3391
3392 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
3393
3394         * MAINTAINERS (Write After Approval): Add myself.
3395
3396 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
3397
3398         * MAINTAINERS (Write After Approval): Add myself.
3399
3400 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
3401
3402         * MAINTAINERS (crx): Add myself.
3403
3404 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3405
3406         Sync with src:
3407         2008-04-14  David S. Miller  <davem@davemloft.net>
3408
3409         * configure.ac: Add sparc*-*-* to gold supported targets.
3410         * configure: Regenerate.
3411
3412 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3413
3414         PR bootstrap/35457
3415         * configure.ac: Include override.m4.
3416         * configure: Regenerate.
3417
3418 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3419
3420         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3421         * Makefile.in: Regenerate.
3422
3423 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
3424
3425         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3426         as nonconfigurable directories list.
3427         * configure: Regenerate.
3428
3429 2008-04-14  Ben Elliston  <bje@au.ibm.com>
3430
3431         * config.sub, config.guess: Update from upstream sources.
3432
3433 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
3434
3435         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3436         * Makefile.in: Regenerate.
3437
3438 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
3439
3440         * configure.ac: Do not build libssp for the AVR.
3441         * configure: Regenerate.
3442
3443 2008-04-07  Ian Lance Taylor  <iant@google.com>
3444
3445         * Makefile.def: check-gold depends upon all-binutils.
3446         * Makefile.in: Regenerate.
3447
3448 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
3449
3450         * MAINTAINERS (Write After Approval): Add myself.
3451
3452 2008-04-04  Nick Clifton  <nickc@redhat.com>
3453
3454         PR binutils/4334
3455         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3456         builds.
3457         * configure: Regenerate.
3458
3459 2008-04-04  NightStrike  <NightStrike@gmail.com>
3460
3461         PR other/35151
3462         * configure.ac: Combine rules for mingw32 and mingw64.
3463         * configure: Regenerate.
3464
3465 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
3466
3467         * MAINTAINERS (Write After Approval): Add myself.
3468
3469 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
3470
3471         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3472         * Makefile.in (.NOTPARALLEL): Ditto.
3473
3474 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
3475
3476         * MAINTAINERS (Write After Approval): Add myself.
3477
3478 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
3479
3480         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3481         * Makefile.in (.NOTPARALLEL): Regenerate.
3482
3483 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
3484
3485         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3486         * Makefile.in: Regenerate.
3487
3488 2008-03-26  Jakub Staszak  <kuba@et.pl>
3489
3490         * MAINTAINERS (Write After Approval): Add myself.
3491
3492 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3493
3494         * MAINTAINERS:  Update e-mail address.
3495
3496 2008-03-20  Ian Lance Taylor  <iant@google.com>
3497
3498         * configure.ac: Add support for --enable-gold.
3499         * Makefile.def: Add gold as a directory like ld.
3500         * configure, Makefile.in: Regenerate.
3501
3502 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3503
3504         * configure.ac: m4_include config/proginstall.m4.
3505         * configure: Regenerate.
3506
3507         Backport from upstream Libtool:
3508
3509         2007-10-12  Eric Blake  <ebb9@byu.net>
3510
3511         Deal with Autoconf 2.62's semantic change in m4_append.
3512         * ltsugar.m4 (lt_append): Replace broken versions of
3513         m4_append.
3514         (lt_if_append_uniq): Don't require separator to be overquoted,
3515         and avoid broken m4_append.
3516         (lt_dict_add): Fix typo.
3517         * libtool.m4 (_LT_DECL): Don't overquote separator.
3518
3519 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
3520
3521         * config.rpath: Add AIX 6 support.
3522
3523 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
3524
3525         * Makefile.def (stageprofile).  Remove -fprofile-generate
3526         from stage_libcflags.
3527         * Makefile.in: Regenerate.
3528
3529 2008-03-13  Ben Elliston  <bje@au.ibm.com>
3530
3531         * config.sub, config.guess: Update from upstream sources.
3532
3533 2008-03-06  Tom Tromey  <tromey@redhat.com>
3534
3535         * MAINTAINERS: Update for treelang deletion.
3536
3537 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
3538
3539         * MAINTAINERS: Update my email address.
3540
3541 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
3542
3543         * MAINTAINERS (darwin port): Add myself as a maintainer.
3544         (objective-c/c++): Add myself as a maintainer.
3545
3546 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
3547
3548         * MAINTAINERS (Write After Approval): Update my email address.
3549
3550 2008-02-25  Tomas Bily  <tbily@suse.cz>
3551
3552         * MAINTAINERS (Write After Approval): Add myself.
3553
3554 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
3555
3556         * MAINTAINERS (OpenMP): Add myself.
3557
3558 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
3559
3560         PR bootstrap/32009
3561         PR bootstrap/32161
3562
3563         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3564         * configure: Regenerate.
3565
3566         * Makefile.def: Define stage_libcflags for all bootstrap stages.
3567         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3568         STAGE4_LIBCFLAGS): New.
3569         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3570         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3571         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3572         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3573         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3574         for target modules.  Don't export LIBCFLAGS.
3575         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3576         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3577         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3578         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3579         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3580         * Makefile.in: Regenerate.
3581
3582 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3583
3584         PR libgcj/33085
3585         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3586         Do not use -DDLL_EXPORT.  Backport from upstream.
3587
3588 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3589
3590         * MAINTAINERS (Write After Approval): Add myself.
3591
3592 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
3593
3594         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3595         * configure: Regenerate.
3596
3597 2008-01-31  Marc Gauthier  <marc@tensilica.com>
3598
3599         * configure.ac (xtensa*-*-*): Recognize processor variants.
3600         * configure: Regenerate.
3601
3602 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3603
3604         PR bootstrap/34922
3605         * configure.ac (PARSE_ARGS): Push suitable setting of
3606         ac_subdirs_all, for `./configure --help=recursive'.
3607         Handle `+' in generic toplevel directory disabling.
3608         * configure: Regenerate.
3609
3610 2008-01-28  Nick Clifton  <nickc@redhat.com>
3611
3612         * MAINTAINERS (xstormy16): Take over maintainership.
3613
3614 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
3615
3616         * MAINTAINERS (c4x port): Remove.
3617
3618 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
3619
3620         * libtool.m4: Backport AIX 6 support from ToT Libtool.
3621
3622 2008-01-23  Ben Elliston  <bje@au.ibm.com>
3623
3624         * config.sub, config.guess: Update from upstream sources.
3625
3626 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
3627
3628         * MAINTAINERS (Write After Approval): Add myself.
3629
3630 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
3631
3632         * MAINTAINERS: Update my email address.
3633
3634 2008-01-09  Raksit Ashok  <raksit@google.com>
3635
3636         * MAINTAINERS (Write After Approval): Add myself.
3637
3638 2008-01-09  Raksit Ashok  <raksit@google.com>
3639
3640         * MAINTAINERS (Write After Approval): Add myself.
3641
3642 2008-01-08  Ben Elliston  <bje@au.ibm.com>
3643
3644         * config.sub, config.guess: Update from upstream sources.
3645
3646 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3647
3648         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3649         Change recommended MPFR from 2.2.1 -> 2.3.0.
3650         * configure: Regenerate.
3651
3652 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
3653
3654         * MAINTAINERS: Update my email address.
3655
3656 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
3657
3658         * MAINTAINERS: Update my email address.
3659
3660 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
3661
3662         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3663         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3664         * Makefile.in: Regenerate.
3665
3666 2007-12-10  Mark Heffernan  <meheff@google.com>
3667
3668         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3669         misplaced entries.
3670
3671 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3672
3673         * configure.ac: Enable libjava for x86_64-*-darwin9.
3674         * configure: Regenerate.
3675
3676 2007-12-07  Bill Maddox  <maddox@google.com>
3677
3678         * MAINTAINERS (Write After Approval): Add myself.
3679
3680 2007-12-05  Ben Elliston  <bje@au.ibm.com>
3681
3682         * config.sub, config.guess: Update from upstream sources.
3683
3684 2007-12-02  Matthias Klose  <doko@ubuntu.com>
3685
3686         * config-ml.in: Remove 64bit configure tests.
3687
3688 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3689
3690         * config-ml.in: Robustify against white space in absolute file
3691         names.
3692
3693         * config-ml.in (multi-clean): Substitute ${Makefile}.
3694         Remove superfluous ${Makefile} in list.
3695
3696 2007-11-19  Thiemo Seufer  <ths@mips.com>
3697
3698         * config-ml.in: Don't hardcode the Makefile name.
3699
3700 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
3701
3702         * MAINTAINERS (Write After Approval): Add myself.
3703
3704 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
3705
3706         * MAINTAINERS (Write After Approval): Add myself.
3707
3708 2007-11-06  Doug Kwan  <dougkwan@google.com>
3709
3710         * MAINTAINERS (Write After Approval): Add myself.
3711
3712 2007-10-25  Ben Elliston  <bje@au.ibm.com>
3713
3714         * MAINTAINERS (mercury): Remove entry.
3715         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3716
3717 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
3718
3719         * Makefile.def (dependencies): Make configure-gdb depend on
3720         all-intl.
3721         * Makefile.in: Regenerated.
3722
3723 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
3724
3725         * MAINTAINERS (Fortran maintainer): Remove myself.
3726
3727 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
3728
3729         * Makefile.def: To avoid problems running with parallel makes,
3730         build newlib before libgloss so that target specific header
3731         files are availble.
3732         * Makefile.in: Regenerate
3733
3734 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
3735
3736         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3737         * Makefile.in: Regenerate.
3738
3739 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
3740
3741         * MAINTAINERS (Register allocation reviewer): Add myself.
3742
3743 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
3744
3745         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3746         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3747         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
3748         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3749         * configure: Regenerate.
3750
3751 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
3752
3753         * MAINTAINERS (Register allocation reviewer): Add myself.
3754
3755 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
3756
3757         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3758         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3759         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3760         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3761         * configure.ac: Default them to host tools for $host = $build.
3762         Subst them.
3763
3764         * configure: Regenerate.
3765         * Makefile.in: Regenerate.
3766
3767 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
3768
3769         * MAINTAINERS (Register allocation reviewer): Add myself.
3770
3771 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
3772
3773         * MAINTAINERS (Register allocation reviewer): Add myself.
3774
3775 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
3776
3777         * MAINTAINERS (Write After Approval): Fix typo.
3778
3779 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
3780
3781         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3782         * configure: Regenerate.
3783
3784 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
3785
3786         PR bootstrap/31906
3787         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3788         they're already prefixed.
3789
3790 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
3791
3792         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3793         libstdc++.
3794         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3795         * configure: Regenerate.
3796         * Makefile.in: Regenerate.
3797
3798 2007-09-17  Andreas Schwab  <schwab@suse.de>
3799
3800         * configure.ac: Raise minimum makeinfo version to 4.6.
3801         * configure: Regenerate.
3802
3803 2007-09-17  Johannes Singler  <singler@ira.uka.de>
3804
3805         * MAINTAINERS (write-after-approval) add myself
3806
3807 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
3808
3809         * configure.ac: Correct makeinfo version check.
3810         * configure: Regenerate.
3811
3812 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
3813
3814         * MAINTAINERS: Update my email address.
3815
3816 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
3817
3818         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
3819         to $skipdirs and only disable gprof for newlib.  Use the normal
3820         mips*-elf* handling in other respects.
3821         * configure: Regnerate.
3822
3823 2007-09-12  David Daney  <ddaney@avtrex.com>
3824
3825         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3826         enabling libgcj.
3827         * configure: Regenerate.
3828
3829 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3830
3831         PR other/32154
3832         * configure.ac: For libgloss targets, point the linker to the linker
3833         script, startup code and simulator library.
3834         * configure: Regenerate.
3835
3836 2007-09-07  Andrew Haley  <aph@redhat.com>
3837
3838         * configure.ac (noconfigdirs): Remove target-libffi and
3839         target-libjava.
3840         * configure: Regenerate.
3841
3842 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3843
3844         PR target/33281
3845         * configure.ac: Use config/mh-mingw on mingw.
3846         * configure: Regenerate.
3847
3848 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
3849
3850         * MAINTAINERS (Write After Approval): Add myself.
3851
3852 2007-09-05  Richard Guenther  <rguenther@suse.de>
3853
3854         * configure.ac (--enable-stage1-checking): If neither --enable-checking
3855         nor --disable-checking is provided also turn on yes and types
3856         checking for stage1.
3857         * configure: Re-generate.
3858
3859 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
3860
3861         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3862         (Write After Approval): Remove myself.
3863
3864 2007-08-29  Nick Clifton  <nickc@redhat.com>
3865
3866         * config.sub, config.guess: Update from upstream sources.
3867
3868 2007-08-22  Bud Davis  <jmdavis@link.com>
3869
3870         * MAINTAINERS (Write After Approval): Added myself.
3871         * MAINTAINERS (Reviewers): Removed myself.
3872
3873 2007-08-18  Paul Brook  <paul@codesourcery.com>
3874             Joseph Myers  <joseph@codesourcery.com>
3875
3876         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3877         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3878         * Makefile.in: Regenerate.
3879         * configure.ac (--with-debug-prefix-map): New.
3880         * configure: Regenerate.
3881
3882 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
3883             Nigel Stephens  <nigel@mips.com>
3884
3885         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
3886         as target_makefile_frag.
3887         * configure: Regenerate.
3888
3889 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3890
3891         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3892         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
3893         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3894         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3895         (do-compare, do-compare3, do-compare-debug): New.
3896         ([+compare-target+]): Use them.
3897
3898 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
3899
3900         * MAINTAINERS (Write After Approval): Change my email address.
3901
3902 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3903             Ben Elliston  <bje@au.ibm.com>
3904
3905         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3906         --silent if $silent.
3907         * configure: Regenerate.
3908
3909 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
3910
3911         * MAINTAINERS (Various Maintainers): Add myself as
3912         loop infrastructure maintainer.  Update my e-mail
3913         address.
3914
3915 2007-07-31  Diego Novillo  <dnovillo@google.com>
3916
3917         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3918         Adjust description.
3919
3920 2007-07-26  Richard Guenther  <rguenther@suse.de>
3921
3922         * configure.ac: Add types checking to stage1 checking flags.
3923         * configure: Regenerate.
3924
3925 2007-07-17  Nick Clifton  <nickc@redhat.com>
3926
3927         * COPYING3: New file.  Contains version 3 of the GNU General
3928         Public License.
3929         * COPYING3.LIB: New file.  Contains version 3 of the GNU
3930         Lesser General Public License.
3931
3932 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3933
3934         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3935
3936 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3937
3938         * MAINTAINERS (S/390 co-maintainer): Add myself.
3939         (Write After Approval): Remove myself.
3940
3941 2007-07-13  Dan Hipschman  <dsh@google.com>
3942
3943         * MAINTAINERS (Write After Approval): Add myself.
3944
3945 2007-07-11  Nick Clifton  <nickc@redhat.com>
3946
3947         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3948         WINDRES export.
3949         * Makefile.in: Regenerate.
3950
3951 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3952
3953         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3954         maintainer.
3955
3956 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
3957
3958         * lt~obsolete.m4: New. Import from 20070318 libtool.
3959
3960 2007-07-03  Julian Brown  <julian@codesourcery.com>
3961
3962         * MAINTAINERS (Write After Approval): Add myself.
3963
3964 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3965
3966         * configure.ac: Rewrite 'configure --help' strings to look nicer.
3967         * configure: Regenerate.
3968
3969 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3970
3971         * configure.ac: Add some missing m4 quotation.
3972         * configure: Regenerate.
3973
3974 2007-07-02  Simon Baldwin  <simonb@google.com>
3975
3976         * MAINTAINERS (Write After Approval): Add myself.
3977
3978 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
3979
3980         * configure: Regenerate.
3981
3982 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
3983
3984         * Makefile.def: Add windmc tool to build.
3985         * Makefile.tpl: Likewise.
3986         * configure.ac: Likewise.
3987         * Makefile.in: Regenerate.
3988         * configure: Regenerate.
3989
3990 2007-06-28  DJ Delorie  <dj@redhat.com>
3991
3992         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3993         not building newlib.
3994         * configure: Regenerated.
3995
3996 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
3997
3998         * MAINTAINERS (Write After Approval): Add myself.
3999
4000 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
4001
4002         * MAINTAINERS (Write After Approval): Add myself.
4003
4004 2007-06-19  Chris Matthews  <chrismatthews@google.com>
4005
4006         * MAINTAINERS (Write After Approval): Add myself.
4007
4008 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
4009
4010         * MAINTAINERS (Write After Approval): Add myself.
4011
4012 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
4013
4014         * Makefile.def: Add dependency from configure-gdb to all-bfd.
4015         * Makefile.in: Regenerated.
4016
4017 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
4018
4019         * configure.ac: Don't add target-libmudflap to noconfigdirs for
4020         bfin*-*-uclinux* targets.
4021         * configure: Regenerate.
4022
4023 2007-06-14  Ian Lance Taylor  <iant@google.com>
4024
4025         * MAINTAINERS: Add myself as non-algorithmic global write
4026         maintainer.
4027
4028 2007-06-14  Diego Novillo  <dnovillo@google.com>
4029
4030         * MAINTAINERS: Add self as middle-end maintainer and
4031         non-algorithmic global write maintainer.
4032
4033 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4034
4035         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
4036         Move all Fortran maintainers except Paul Brook into the
4037         Non-Autopoiesis section.
4038
4039 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
4040
4041         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4042         (distclean-stage[+id+]): Possibly delete stage_last.
4043         * Makefile.in: Regenerate.
4044
4045 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
4046
4047         * MAINTAINERS (Various Maintainer): Fix typo.
4048
4049 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
4050
4051         * MAINTAINERS (Various Maintainer): Add myself as
4052         dataflow maintainer.
4053
4054 2007-06-07  Ben Elliston  <bje@au.ibm.com>
4055
4056         * config.sub, config.guess: Update from upstream sources.
4057
4058 2007-06-07  Ben Elliston  <bje@au.ibm.com>
4059
4060         * Makefile.tpl: Fix spelling error.
4061         * Makefile.in: Regenerate.
4062
4063 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
4064
4065         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4066         lt_cv_sys_max_cmd_len.
4067
4068 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
4069
4070         * MAINTAINERS (Various Maintainers): Add myself as
4071         auto-vectorizer maintainer.
4072
4073 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
4074
4075         PR libjava/32098
4076         * libtool.m4: Revert previous change.
4077         * ltgcc.m4: Put it here.
4078
4079 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
4080
4081         * MAINTAINERS (Various Maintainers): Add myself as
4082         auto-vectorizer maintainer.
4083
4084 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
4085
4086         PR libjava/32098
4087         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
4088
4089 2007-05-30  Richard Guenther  <rguenther@suse.de>
4090
4091         * MAINTAINERS (Various Maintainers): Add myself as
4092         auto-vectorizer maintainer.
4093
4094 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
4095
4096         PR bootstrap/29382
4097         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4098         * configure: Rebuilt.
4099
4100 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
4101
4102         * MAINTAINERS (Write After Approval): Removed my name.
4103
4104 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
4105
4106         * MAINTAINERS (Write After Approval): Remove myself.
4107
4108 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
4109
4110         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4111
4112 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
4113
4114         * ltmain.sh: Update from ToT Libtool.
4115         * libtool.m4: Update from ToT Libtool.
4116         * ltsugar.m4: New. Update from ToT Libtool.
4117         * ltversion.m4: New. Update from ToT Libtool.
4118         * ltoptions.m4: New. Update from ToT Libtool.
4119         * ltconfig: Remove.
4120         * ltcf-c.sh: Remove.
4121         * ltcf-cxx.sh: Remove.
4122         * ltcf-gcj.sh: Remove.
4123
4124 2007-05-22  Ollie Wild  <aaw@google.com>
4125
4126         * MAINTAINERS (Write After Approval): Add myself.
4127
4128 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
4129
4130         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4131         stage_cflags.
4132         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4133         Remove CFLAGS/LIBCFLAGS.
4134         (configure-stage[+id+]-[+prefix+][+module+],
4135         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4136         * Makefile.in: Regenerate.
4137
4138 2007-05-15  Diego Novillo  <dnovillo@google.com>
4139
4140         * MAINTAINERS: Update e-mail address.
4141
4142 2007-05-15  Revital Eres  <eres@il.ibm.com>
4143
4144         * MAINTAINERS (Write After Approval): Add myself.
4145
4146 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
4147
4148         * MAINTAINERS (Write After Approval): Updated my address.
4149
4150 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
4151
4152         * MAINTAINERS (Write After Approval): Add myself.
4153
4154 2007-05-11  Silvius Rus  <rus@google.com>
4155
4156         * MAINTAINERS (Write After Approval): Add myself.
4157
4158 2007-04-23  Tom Tromey  <tromey@redhat.com>
4159
4160         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
4161
4162 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
4163
4164         * MAINTAINERS (cpplib): Rename to ...
4165         (libcpp): ... this.  Add C/C++ front end maintainers.
4166
4167 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
4168
4169         * config-ml.in: Pass ${ml_config_env} to configure calls.
4170
4171 2007-04-04  Christian Bruel  <christian.bruel@st.com>
4172
4173         * MAINTAINERS (Write After Approval): Add myself.
4174
4175 2007-04-02  Dave Korn  <dave.korn@artimi.com>
4176
4177         * MAINTAINERS (Write After Approval): Add myself.
4178
4179 2007-03-31  Tobias Burnus  <burnus@net-b.de>
4180
4181         * MAINTAINERS (fortran 95 front end): Add myself.
4182
4183 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
4184
4185         * MAINTAINERS (Write After Approval): Add myself.
4186
4187 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
4188
4189         * MAINTAINERS (Modulo Scheduler): Add myself.
4190
4191 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
4192
4193         * MAINTAINERS (fortran 95 front end): Add myself.
4194         (c++ front end): whitespace fix.
4195
4196 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
4197
4198         * MAINTAINERS (Write After Approval): Add myself.
4199
4200 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
4201
4202         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4203         of glob.  Quote arguments with single quotes too.
4204         * configure: Regenerate.
4205
4206 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
4207
4208         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4209         * Makefile.in: Regenerate
4210
4211 2007-03-07  Andreas Schwab  <schwab@suse.de>
4212
4213         * configure: Regenerate.
4214
4215 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
4216
4217         * configure.ac: Add "--with-pdfdir" configure option,
4218         which defines pdfdir variable.
4219         * Makefile.def (target=fixincludes): Add install-pdf to
4220         missing targets.
4221         (recursive_targets): Add install-pdf target.
4222         (flags_to_pass): Add pdfdir.
4223         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4224         target.
4225         * configure: Regenerate
4226         * Makefile.in: Regenerate
4227
4228 2007-02-28  Eric Christopher  <echristo@apple.com>
4229
4230         Revert:
4231         2006-12-07  Mike Stump  <mrs@apple.com>
4232
4233         * Makefile.def (dependencies): Add dependency for
4234         install-target-libssp and install-target-libgomp on
4235         install-gcc.
4236         * Makefile.in: Regenerate.
4237
4238 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
4239
4240         * configure: Regenerate.
4241         * configure.ac: Move statements after variable declarations.
4242
4243 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
4244
4245         * MAINTAINERS: Add myself as sh maintainer.
4246
4247 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
4248
4249         * configure.ac: Adjust for loop syntax.
4250         * configure: Regenerate.
4251
4252 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
4253
4254         * configure: Rebuilt.
4255
4256 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
4257
4258         * configure.ac: Drop multiple occurrences of --enable-languages,
4259         and fix its quoting.
4260         * configure: Rebuilt.
4261
4262 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
4263             Nathan Sidwell  <nathan@codesourcery.com>
4264             Vladimir Prus  <vladimir@codesourcery.com>
4265             Joseph Myers  <joseph@codesourcery.com>
4266
4267         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4268         * configure: Regenerate.
4269
4270 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
4271
4272         * ltconfig (freebsd*): Default to elf.
4273
4274 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
4275
4276         * configure.ac (target_libraries): Move libgcc before libiberty.
4277         * configure: Regenerated.
4278
4279 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
4280             Paolo Bonzini  <bonzini@gnu.org>
4281
4282         PR bootstrap/30753
4283         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
4284         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
4285         * configure: Regenerated.
4286
4287 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4288
4289         * MAINTAINERS (Language Front End Maintainers): Update my mail
4290         address.
4291
4292 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4293
4294         PR bootstrap/30748
4295         * configure.ac: Correct syntax for Solaris ksh.
4296         * configure: Regenerated.
4297
4298 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4299
4300         * configure.ac: Sync with src.
4301         * configure: Regenerate.
4302
4303 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4304
4305         * Makefile.in: Regenerate.
4306
4307 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4308
4309         * config.sub: Sync with src.
4310
4311 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4312
4313         * Makefile.tpl (build_alias, host_alias, target_alias): Use
4314         noncanonical equivalents.
4315         * configure.in: Rename to...
4316         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
4317         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
4318         target_noncanonical.  Use them.  Rewrite removal of configure
4319         arguments for autoconf 2.59.  Discard variable settings.  Force
4320         program_transform_name for native tools.
4321
4322         * Makefile.in: Regenerated.
4323         * configure: Regenerated with autoconf 2.59.
4324
4325 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
4326
4327         * MAINTAINERS (Write After Approval): Add myself.
4328
4329 2007-01-31  Andreas Schwab  <schwab@suse.de>
4330
4331         * Makefile.tpl (LDFLAGS): Substitute it.
4332         * Makefile.in: Regenerate.
4333
4334 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
4335
4336         * MAINTAINERS (Write After Approval): Add myself.
4337
4338 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
4339
4340         * MAINTAINERS (spu port): Add myself.
4341
4342 2007-01-23  Richard Guenther  <rguenther@suse.de>
4343
4344         PR bootstrap/30541
4345         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4346         * Makefile.tpl (GNATBIND): Substitute it.
4347         (GNATMAKE): Likewise.
4348         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4349         of STAGE_PREFIX.
4350         * Makefile.in: Regenerate.
4351         * configure: Regenerate.
4352
4353 2007-01-18  Mike Stump  <mrs@apple.com>
4354
4355         * configure.in: Re-enable -Werror for gcc builds.
4356
4357 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
4358
4359         * MAINTAINERS (Write After Approval): Add myself.
4360
4361 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4362
4363         * configure.in: Change == to = in test command.
4364         * configure: Regenerate.
4365
4366 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4367             Nick Clifton  <nickc@redhat.com>
4368             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
4369
4370         * configure.in (build_configargs, host_configargs, target_configargs):
4371         Remove build/host/target parameters.
4372         (host_libs): Add gmp and mpfr.
4373         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4374         * Makefile.def (gmp, mpfr): New.
4375         (gcc): Remove target.
4376         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4377         target_os, target_vendor): New.
4378         (configure): Add host_alias/target_alias arguments; adjust invocations.
4379         * configure: Regenerate.
4380         * Makefile.in: Regenerate.
4381
4382 2007-01-11  Matt Fago  <fago@earthlink.net>
4383
4384         * configure.in: Try to link to functions only in mpfr 2.2.x
4385         to improve robustness of configure tests.
4386         * configure: Regenerate.
4387
4388 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
4389
4390         * MAINTAINERS: Add myself as i386 maintainer.
4391
4392 2007-01-08  Jan Hubicka  <jh@suse.cz>
4393
4394         * MAINTAINERS: Add myself as i386 maintainer.
4395
4396 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
4397
4398         * configure.in: Add support for an x86_64-mingw* target.
4399         * configure: Regenerate.
4400
4401 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
4402
4403         * Makefile.tpl (all-target): Correct @if conditional for target
4404         modules.
4405         * configure.in: Omit libiberty if building only target libgcc.
4406         * configure, Makefile.in: Regenerated.
4407
4408 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
4409
4410         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4411         * configure: Regenerate.
4412
4413 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
4414
4415         * Makefile.def (target_modules): Add libgcc.
4416         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
4417         * Makefile.tpl (clean-target-libgcc): Delete.
4418         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4419         on gcc even for bootstrapped modules.  Rewrite handling of
4420         lang_env_dependencies to loop over target_modules.
4421         * configure.in (target_libraries): Add target-libgcc.
4422         * Makefile.in, configure: Regenerated.
4423
4424 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4425
4426         * configure.in: Reorganize recognition of languages.  Add
4427         --enable-stage1-languages.  Show supported languages for the chosen
4428         target rather than all recognized languages.
4429         * configure: Regenerate.
4430
4431 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4432
4433         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4434         * Makefile.in: Regenerate.
4435
4436 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4437
4438         * configure.in: Warn that MPFR 2.2.0 is buggy.
4439         * configure: Regenerate.
4440
4441 2006-12-27  Ian Lance Taylor  <iant@google.com>
4442
4443         * configure.in: When removing Makefiles to force a reconfigure, also
4444         remove prev-DIR*/Makefile.
4445         * configure: Regenerate.
4446
4447 2006-12-22  Andreas Schwab  <schwab@suse.de>
4448
4449         * configure: Regenerate with correct autoconf version.
4450
4451 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
4452
4453         * configure.in: add AC_SUBST for *_FOR_TARGET.
4454         * configure: Regenerate.
4455
4456 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4457
4458         * configure.in: Simplify logic for rejecting languages that cannot
4459         be built.  Separate the case when a language is unsupported,
4460         from the case when the user chooses not to build a language.
4461
4462 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4463
4464         * configure.in: Remove "$build" case for powerpc-*-darwin* since
4465         it only affects bootstrap and could be tested on "$host" as well.
4466         * configure: Regenerate.
4467         * config/mh-ppc-darwin: Add to the stage1 cflags here.
4468
4469 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4470
4471         PR bootstrap/29544
4472         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4473         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4474         move here comment from Makefile.tpl.
4475         * Makefile.tpl: Move some definitions higher in the file.
4476         (STAGE1_CHECKING): New.
4477         * configure.in: Add --enable-stage1-checking.
4478         * configure: Regenerate.
4479         * Makefile.in: Regenerate.
4480
4481 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4482
4483         * MAINTAINERS: Add myself as build system maintainer.
4484
4485 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
4486
4487         * MAINTAINERS (Write After Approval): Add myself.
4488
4489 2006-12-13  Eric Christopher  <echristo@apple.com>
4490
4491         * MAINTAINERS: Add myself as darwin maintainer.
4492
4493 2006-12-11  Ian Lance Taylor  <ian@airs.com>
4494
4495         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4496
4497 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
4498
4499         MAINTAINERS: Update my entry.
4500
4501 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
4502
4503         * configure.in:  Handle spu makefile frag.
4504         * Makefile.tpl (MAINT): Define
4505         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4506         * configure: Regenerate.
4507         * Makefile.in: Regenerate.
4508
4509 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4510
4511         * config.guess: Import latest version.
4512         * config.sub: Likewise.
4513
4514 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4515
4516         * configure.in (spu-*-*): Don't skip target-libiberty.
4517         * configure: Regenerate.
4518
4519 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
4520
4521         PR bootstrap/30134
4522         * configure.in: Correct x86 darwin support for libjava to powerpc
4523         and i?86 only.
4524         * configure: Regenerate.
4525
4526 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
4527
4528         * configure.in: Add x86 darwin support for libjava.
4529         * configure: Regenerate.
4530
4531 2006-12-07  Mike Stump  <mrs@apple.com>
4532
4533         * Makefile.def (dependencies): Add dependency for
4534         install-target-libssp and install-target-libgomp on
4535         install-gcc.
4536         * Makefile.in: Regenerate.
4537
4538 2006-12-04  Richard Guenther  <rguenther@suse.de>
4539
4540         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4541         (Non-Algorithmic Maintainers): Move over non-algorithmic
4542         loop optimizer maintainers, add myself as a non-algorithmic
4543         middle-end maintainer.
4544
4545 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
4546
4547         * MAINTAINERS (Write After Approval): Add myself.
4548
4549 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4550
4551         * configure.in: Update error message for missing GMP/MPFR.
4552
4553         * configure: Regenerate.
4554
4555 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4556
4557         * configure.in: Update MPFR version in error message.
4558
4559         * configure: Regenerate.
4560
4561 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4562
4563         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4564         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4565         --with-gmp-lib): New flags.
4566
4567         * configure: Regenerate.
4568
4569 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
4570
4571         * MAINTAINERS (Write After Approval): Change my email address.
4572
4573 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4574
4575         * MAINTAINERS (Write After Approval): Add myself.
4576
4577 2006-11-22  Philipp Thomas  <pth@suse.de>
4578
4579         * MAINTAINERS (i18n): Update e-mail address.
4580
4581 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4582
4583         * MAINTAINERS (spu port): Add myself as maintainer.
4584         (Write After Approval): Remove myself.
4585
4586 2006-11-22  Ben Elliston  <bje@au.ibm.com>
4587
4588         * configure.in (skipdirs): Don't build libssp for SPU.
4589         * configure: Regenerate.
4590
4591 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4592
4593         * MAINTAINERS (spu port): Add myself as maintainer.
4594         (libobjc): Update my email address.
4595
4596 2006-11-21  Andrea Bona  <andrea.bona@st.com>
4597
4598         * MAINTAINERS (Write After Approval): Add myself.
4599
4600 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4601
4602         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4603         * configure : Rebuilt.
4604
4605 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4606
4607         * MAINTAINERS (Write After Approval): Add myself.
4608
4609 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
4610
4611         * MAINTAINERS (Write After Approval): Add myself.
4612
4613 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4614
4615         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4616         libmpfr.a.
4617         * configure: Regenerate.
4618
4619 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
4620
4621         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4622         (unstage): Test for stage_last presence.
4623
4624         PR bootstrap/29802
4625         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4626         STAGE_PREFIX.
4627         * Makefile.in: Regenerate.
4628
4629 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
4630
4631         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4632         maintainers.
4633
4634 2006-11-14  Erven Rohou  <erven.rohou@st.com>
4635
4636         * MAINTAINERS (Write After Approval): Add myself.
4637
4638 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
4639
4640         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4641         and stageN-package/Makefile.
4642         * Makefile.in: Regenerated.
4643
4644 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
4645
4646         * configure.in: Remove target-libgloss from noconfigdirs for
4647         bfin-*-*.
4648         * configure: Regenerated.
4649
4650 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4651
4652         * configure.in (have_gmp): Only error if the gcc directory exists.
4653
4654         * configure: Regenerate.
4655
4656 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4657
4658         * configure.in: Robustify error message for missing GMP/MPFR.
4659
4660         * configure: Regenerate.
4661
4662 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
4663
4664         * MAINTAINERS (Write After Approval): Add myself.
4665
4666 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
4667
4668         * MAINTAINERS: Change email address.
4669
4670 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
4671
4672         * MAINTAINERS (Write After Approval): Add myself.
4673
4674 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
4675
4676         * MAINTAINERS (Write After Approval): Add myself.
4677
4678 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
4679
4680         * MAINTAINERS (Write After Approval): Move myself to
4681         Write After Approval section.
4682
4683 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4684
4685         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
4686         need_gmp anymore.
4687         * configure: Regenerate.
4688
4689 2006-10-16  Tobias Burnus  <burnus@net-b.de>
4690
4691         * MAINTAINERS (Write After Approval): Add myself.
4692
4693 2006-10-16  Ben Elliston  <bje@au.ibm.com>
4694
4695         * config.guess: Import latest version.
4696         * config.sub: Likewise.
4697
4698 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
4699
4700         * Makefile.def: Added pdf target handling.
4701         * Makefile.tpl: Added pdf target handling.
4702         * Makefile.in: Regenerated.
4703
4704 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
4705
4706         * MAINTAINERS: Add self as score port maintainer.
4707
4708 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
4709
4710         * MAINTAINERS (Write After Approval): Add myself.
4711
4712 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
4713
4714         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
4715         or newer.
4716         * configure: Regenerated.
4717
4718 2006-09-27  Dave Brolley  <brolley@redhat.com>
4719
4720         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4721         using $s instead of $r.
4722         * configure: Regenerated.
4723
4724 2006-09-26  Thiemo Seufer  <ths@mips.com>
4725
4726         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4727         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4728         * configure: Regenerate.
4729
4730 2006-09-24  Graeme Peterson  <gridly@gmail.com>
4731
4732         * MAINTAINERS (Write After Approval): Remove myself.
4733
4734 2006-09-22  Chao-ying Fu  <fu@mips.com>
4735
4736         * MAINTAINERS (Write After Approval): Add myself.
4737
4738 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
4739
4740         * MAINTAINERS: Add self as soft-fp maintainer.
4741
4742 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
4743
4744         * MAINTAINERS: Add myself as avr maintainer.
4745         Remove Marek Michalkiewicz as avr maintainer.
4746
4747 2006-09-07  Roberto Costa  <roberto.costa@st.com>
4748
4749         * MAINTAINERS (Write After Approval): Add myself.
4750
4751 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
4752
4753         * configure.in: Never build newlib for a Mingw host.
4754         Never build newlib as Mingw target library.
4755         Test the existence of winsup/cygwin for building a Cygwin newlib,
4756         rather than just winsup.
4757         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4758         building a Mingw target.
4759         * configure: Regenerate.
4760
4761 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4762
4763         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4764
4765 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
4766
4767         * config.guess: Import from src (was more updated).
4768         * config.sub: Likewise.
4769
4770 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
4771
4772         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4773         * configure: Regenerated.
4774
4775 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
4776
4777         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4778         for stages after the first.
4779
4780 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
4781
4782         * Makefile.def: Add dependencies for configure-opcodes
4783         on configure-intl and all-opcodes on all-intl.
4784         * Makefile.in: Regenerated.
4785
4786 2006-07-13  Ben Elliston  <bje@au.ibm.com>
4787
4788         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4789
4790 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4791
4792         Port to hosts whose 'sort' and 'tail' implementations
4793         treat operands with leading '+' as file names, as POSIX
4794         has required since 2001.  However, make sure the code still
4795         works on pre-POSIX hosts.
4796         * ltmain.sh: Don't assume "sort +2" is equivalent to
4797         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4798
4799 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
4800
4801         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4802
4803 2006-07-04  Peter O'Gorman  <peter@pogma.com>
4804
4805         * ltconfig: chmod 644 before ranlib during install.
4806
4807 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4808
4809         PR bootstrap/18058
4810         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4811         if the bootstrap compiler is a GCC version that supports it.
4812         * configure: Regenerate.
4813
4814 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4815
4816         * configure.in: Fix thinkos in previous check-in.
4817         * configure: Regenerate.
4818
4819 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4820
4821         PR other/27063
4822         * configure.in: Test subdir_requires and give an appropriate
4823         error message.
4824         * configure: Regenerate.
4825
4826 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
4827
4828         * MAINTAINERS (Write After Approval): Add myself.
4829
4830 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
4831
4832         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4833
4834 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
4835
4836         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4837
4838 2006-06-20  David Ayers  <d.ayers@inode.at>
4839
4840         PR bootstrap/28072
4841         * configure.in: Add target-boehm-gc to noconfigdirs depending on
4842         whether target-libjava is being configured instead of whether the
4843         java front end is enabled.
4844         * configure: Regenerate.
4845
4846 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4847
4848         PR target/27540
4849         * configure.in: Only enable libgomp on IRIX 6.
4850         * configure: Regenerate.
4851
4852 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
4853
4854         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4855         too.
4856         * Makefile.in: Regenerate.
4857
4858 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
4859
4860         * config-ml.in: Alter CCASFLAGS to include special
4861         multilib options the same as is done for CFLAGS.
4862
4863 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4864
4865         * configure.in: Don't enable libgomp on hpux10.
4866         * configure: Rebuilt.
4867
4868 2006-06-12  David Ayers  <d.ayers@inode.at>
4869
4870         PR bootstrap/27963
4871         PR target/19970
4872         * configure.in: Remove target-boehm-gc from noconfigdirs where
4873         ${libgcj} is specified.
4874         * configure: Regenerate.
4875
4876 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
4877
4878         Sync from src:
4879
4880         * configure.in: Sync.
4881         * configure: Regenerated.
4882
4883         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
4884
4885         * Makefile.def: Added dependencies from sim and gdb on intl, and
4886         added configure dependencies to everything with an all dependency
4887         on intl.
4888         * Makefile.in: Regenerated.
4889
4890 2006-06-06  David Ayers  <d.ayers@inode.at>
4891
4892         PR libobjc/13946
4893         * Makefile.def: Add dependencies for libobjc which boehm-gc.
4894         * Makefile.in: Regenerate.
4895         * configure.in: Add --enable-objc-gc at toplevel and have it
4896         enable boehm-gc for Objective-C.
4897         Remove target-boehm-gc from libgcj.
4898         Add target-boehm-gc to target_libraries.
4899         Add target-boehm-gc to noconfigdirs where ${libgcj}
4900         is specified.
4901         Assert that boehm-gc is supported when requested for Objective-C.
4902         Only build boehm-gc if needed either for Java or Objective-C.
4903         * configure: Regenerate.
4904
4905 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
4906
4907         PR 27674
4908         * Makefile.tpl (configure-[+prefix+][+module+],
4909         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4910         Remove rule to unstage bootstrapped modules.
4911         (stage_current): New.
4912         * Makefile.in: Regenerate.
4913
4914 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4915
4916         * MAINTAINERS (Write After Approval): Update my e-mail address.
4917
4918 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
4919
4920         * include/libiberty.h: Declare pex_run_in_environment.
4921
4922 2006-05-31  Asher Langton  <langton2@llnl.gov>
4923
4924         * MAINTAINERS (Write After Approval): Add myself.
4925
4926 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
4927
4928         * Makefile.def (bfd, opcodes): Fix lib_path.
4929         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4930         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
4931         * Makefile.in: Regenerate.
4932
4933 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4934
4935         * Makefile.in: Regenerate.
4936
4937 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4938
4939         * Makefile.def: Add install-html target. Add datarootdir
4940         docdir and htmldir to flags_to_pass.
4941         * Makefile.tpl: Add install-html target.
4942         * Makefile.in: Regenerate.
4943         * configure.in: Add --with-datarootdir, --with-docdir, and
4944         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4945         * configure: Regenerate.
4946
4947 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
4948
4949         * configure.in: Enable gprof for cross builds.
4950         * configure: Regenerate.
4951
4952 2006-05-22  Richard Guenther  <rguenther@suse.de>
4953
4954         Revert
4955         2006-01-31  Richard Guenther  <rguenther@suse.de>
4956         Paolo Bonzini  <bonzini@gnu.org>
4957
4958         * Makefile.def (target_modules): Add libgcc-math target module.
4959         * configure.in (target_libraries): Add libgcc-math target library.
4960         (--enable-libgcc-math): New configure switch.
4961         * Makefile.in: Re-generate.
4962         * configure: Re-generate.
4963         * libgcc-math: New toplevel directory.
4964
4965 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4966             Andreas Tobler  <a.tobler@schweiz.ch>
4967
4968         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
4969         * configure: Rebuilt.
4970
4971 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
4972
4973         * MAINTAINERS (Write After Approval): Add myself.
4974
4975 2006-05-01  DJ Delorie  <dj@redhat.com>
4976
4977         * configure.in: Restore CFLAGS if GMP isn't present.
4978         * configure: Regenerate.
4979
4980 2006-05-01  Richard Guenther  <rguenther@suse.de>
4981
4982         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4983         maintainer.
4984
4985 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
4986
4987         * MAINTAINERS (Write After Approval): Add myself.
4988
4989 2006-04-28  Jan Beulich  <jbeulich@novell.com>
4990
4991         * MAINTAINERS (Write After Approval): Add myself.
4992
4993 2006-04-18  DJ Delorie  <dj@redhat.com>
4994
4995         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
4996         reference libgloss so that libssp can be built in a combined
4997         tree.
4998         * configure: Regenerate.
4999
5000 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
5001
5002         * MAINTAINERS (Write After Approval): Add myself.
5003
5004 2006-04-05  Ben Elliston  <bje@au.ibm.com>
5005
5006         * configure.in: Require makeinfo 4.4 or higher.
5007         * configure: Regenerate.
5008
5009 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
5010
5011         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
5012         Rearrange the entries of other libraries to have them in one place.
5013
5014 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
5015
5016         * MAINTAINERS (Write After Approval): Remove myself.
5017         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5018
5019 2006-03-14  Richard Guenther  <rguenther@suse.de>
5020
5021         * configure: Regenerate with autoconf 2.13.
5022
5023 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
5024
5025         * MAINTAINERS: Use my work address.
5026
5027         * MAINTAINERS: Update my E-mail address.
5028
5029 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
5030
5031         * configure.in: Handle --disable-<component> generically.
5032         * configure: Regenerate.
5033
5034 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
5035
5036         PR libgcj/17311
5037         * ltmain.sh: Don't use "$finalize_rpath" for compile.
5038
5039 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
5040
5041         * MAINTAINERS (Write After Approval):  Remove myself.
5042         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
5043
5044 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
5045
5046         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
5047         (TARGET_CONFIGDIRS): Remove.
5048         * configure.in: Remove AC_SUBST(target_configdirs).
5049         * Makefile.in, configure: Regenerated.
5050
5051 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
5052
5053         * MAINTAINERS (Write After Approval):  Remove myself.
5054         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
5055
5056 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
5057
5058         PR bootstrap/25670
5059
5060         * Makefile.tpl ([+compare-target+]): Print explanation messages.
5061
5062         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5063         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5064         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5065         BUILD_PREFIX, BUILD_PREFIX_1.
5066         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5067
5068         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5069         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5070
5071         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5072         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5073         of `cat stage_current`.  Always provide the `r' and `s' variables.
5074         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5075         a single shell execution.
5076         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5077         bootstrapped modules, make the stage1 module if the build was not
5078         started yet, else build the current stage.
5079         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5080         (all-build, all-host, all-target, [+make_target+]-host,
5081         [+make_target+]-target): Do not use \-continued lines.
5082         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5083         (current_stage, restrap, stage_last): New.
5084
5085         * Makefile.in: Regenerate.
5086         * configure: Regenerate.
5087
5088 2006-02-19  Bud Davis  <jmdavis@link.com>
5089
5090         * MAINTAINERS (Write After Approval):  Remove myself.
5091         (Language Front End Maintainers):  Add myself as fortran 95
5092         maintainer and update e-mail address.
5093
5094 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5095
5096         * MAINTAINERS (Write After Approval):  Remove myself.
5097         (Language Front End Maintainers):  Add myself as fortran 95
5098         maintainer.
5099
5100 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
5101
5102         * MAINTAINERS (Write After Approval): Add myself.
5103
5104 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
5105
5106         * MAINTAINERS (Write After Approval):  Remove myself.
5107         (Language Front End Maintainers):  Add myself as
5108         fortran 95 maintainer.
5109
5110 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
5111
5112         Sync from src:
5113
5114         2005-12-27  Leif Ekblad  <leif@rdos.net>
5115
5116         * configure.in: Add support for RDOS target.
5117         * configure: Regenerate.
5118
5119 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
5120             Andreas Schwab  <schwab@suse.de>
5121
5122         * configure: Regenerate.
5123
5124 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
5125
5126         * configure.in (enable_libgomp): Add AIX.
5127         * configure: Regenerate.
5128
5129 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
5130
5131         * MAINTAINERS (Write After Approval): Add myself.
5132
5133 2006-02-03  Lee Millward  <lee.millward@gmail.com>
5134
5135         * MAINTAINERS (Write After Approval): Add myself.
5136
5137 2006-01-31  Richard Guenther  <rguenther@suse.de>
5138         Paolo Bonzini  <bonzini@gnu.org>
5139
5140         * Makefile.def (target_modules): Add libgcc-math target module.
5141         * configure.in (target_libraries): Add libgcc-math target library.
5142         (--enable-libgcc-math): New configure switch.
5143         * Makefile.in: Re-generate.
5144         * configure: Re-generate.
5145         * libgcc-math: New toplevel directory.
5146
5147 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
5148
5149         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5150         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5151         the assembler, linker and binutils.
5152         * configure: Regenerate.
5153
5154 2006-01-22  Dirk Mueller  <dmueller@suse.de>
5155
5156         * MAINTAINERS (Write After Approval): Add myself.
5157
5158 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
5159
5160         * configure: Regenerate.
5161
5162 2006-01-18  Richard Henderson  <rth@redhat.com>
5163             Jakub Jelinek  <jakub@redhat.com>
5164             Diego Novillo  <dnovillo@redhat.com>
5165
5166         * libgomp: New directory.
5167         * Makefile.def: Add target_module libgomp.
5168         * Makefile.in: Regenerate.
5169         * configure.in (target_libraries): Add target-libgomp.
5170         * configure: Regenerate.
5171
5172 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
5173
5174         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5175         @ from continuation.
5176         * Makefile.in: Rebuilt.
5177
5178 2006-01-04  Chris Lattner  <sabre@gnu.org>
5179
5180         * MAINTAINERS (Write After Approval): Add myself.
5181
5182 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
5183
5184         PR bootstrap/24252
5185
5186         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5187         * Makefile.tpl (OBJDUMP): New.
5188         (EXTRA_HOST_FLAGS): Add it.
5189         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5190
5191         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5192         to use symbolic links between directories.  Avoid race conditions
5193         or make them harmless.
5194         * configure.in: Do not try to use symbolic links between directories.
5195
5196         * Makefile.def (LEAN): Pass.
5197         * Makefile.tpl (LEAN): Define.
5198         (stage[+id+]-start): Accept that the previous directory does not
5199         exist, if the bootstrap is lean.
5200         (stage[+id+]-bubble): Invoke lean bootstrap commands after
5201         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
5202         configure substitution.
5203         ([+compare-target+]): Likewise.
5204         ([+bootstrap-target+]-lean): New.
5205         * configure.in: Remove lean bootstrap support from here.
5206
5207         * Makefile.in: Regenerate.
5208         * configure: Regenerate.
5209
5210 2006-01-04  Ben Elliston  <bje@au.ibm.com>
5211
5212         * MAINTAINERS (libdecnumber): Add myself.
5213
5214 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
5215
5216         * libtool-ldflags: New script.
5217
5218 2006-01-02  Andreas Schwab  <schwab@suse.de>
5219
5220         * configure.in: When reconfiguring remove Makefile in
5221         all stage directories.
5222         * configure: Regenerate.
5223
5224 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
5225
5226         * MAINTAINERS: Update my email address.
5227
5228 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
5229
5230         Revert Ada-related part of the previous change.
5231
5232         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5233         Do not pass.
5234         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5235         * Makefile.in: Regenerate.
5236         * configure.in: Do not include mt-ppc-aix target fragment.
5237         * configure: Regenerate.
5238
5239 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
5240
5241         * configure.in: Select appropriate fragments for PowerPC/AIX.
5242         * configure: Regenerate.
5243
5244         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5245         BOOT_CFLAGS, BOOT_LDFLAGS.
5246         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5247         BOOT_CFLAGS, BOOT_LDFLAGS.
5248         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5249         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5250         (stage): Fail if we cannot complete the work.
5251         * Makefile.in: Regenerate.
5252
5253 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
5254
5255         * configure.in: Replace ms1 with mt.
5256         * configure: Rebuilt.
5257
5258 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
5259
5260         * MAINTAINERS: Update my email address.
5261
5262 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
5263
5264         * Makefile.tpl (all, do-[+make_target+], do-check, install,
5265         install-host-nogcc): Don't invoke $(stage) at the end.
5266         * Makefile.in: Regenerate.
5267
5268 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
5269
5270         * configure.in: Flip the top-level bootstrap switch.
5271         * configure: Regenerate.
5272
5273 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
5274
5275         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5276         $(stage) and $(unstage).
5277         (EXTRA_TARGET_FLAGS): Correct double-quoting.
5278         (all): Remove stray semicolon.
5279         (local-distclean): Don't handle multilib.tmp and multilib.out.
5280         (install.all): Set $s for consistency.
5281         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5282         check_multilibs setting.  Always make the install directory.
5283         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5284         Correct @if/@endif.
5285         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5286         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5287         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5288         (multilib.out): Remove.
5289         * Makefile.in: Regenerated.
5290
5291 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
5292
5293         * MAINTAINERS (Write After Approval): Add myself.
5294
5295 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
5296
5297         * MAINTAINERS: Add myself as mt maintainer.
5298
5299         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
5300
5301 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
5302
5303         * MAINTAINERS: Change email address.
5304
5305 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
5306
5307         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5308         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5309         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
5310         Find in-tree tools if available.
5311         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5312         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5313         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5314         (COMPILER_*_FOR_TARGET): New.
5315         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5316         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5317         (CONFIGURED_*, USUAL_*): Remove.
5318         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5319         STRIP): Use autoconf substitutions.
5320         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5321         COMPILER_NM_FOR_TARGET): New.
5322         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5323
5324         (all): Make all-host and all-target in parallel.
5325         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5326         that $$r and $$s are set before invoking a recursive make.
5327         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5328         ([+bootstrap-target+]): Inline most of the `all' target.
5329
5330 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5331
5332         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5333         from the gcc build directory.
5334         * Makefile.in: Regenerate.
5335
5336 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5337
5338         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
5339         depend on all-libdecnumber.
5340         * configure.in (host_libs): Include libdecnumber.
5341         * Makefile.in: Regenerate.
5342         * configure: Likewise.
5343
5344 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5345
5346         * libdecnumber: Import decNumber sources from the dfp-branch.
5347
5348 2005-11-21  Kean Johnston  <jkj@sco.com>
5349
5350         * config.sub, config.guess: Sync from upstream sources.
5351
5352 2005-11-21  Ben Elliston  <bje@au.ibm.com>
5353
5354         Import from Autoconf sources:
5355
5356         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
5357         * config/move-if-change: Don't output "$2 is unchanged";
5358         suggested by Ben Elliston.  Handle weird characters correctly.
5359
5360 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
5361
5362         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5363         to match upstream libtool for darwin.
5364
5365 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
5366
5367         * Makefile.def: Remove gdb dependencies for gdbtk.
5368         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5369         (configure-gdb, install-gdb): New rules.
5370         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5371         * Makefile.in, configure: Regenerated.
5372
5373 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
5374
5375         * MAINTAINERS (Write After Approval): Add myself.
5376
5377 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
5378
5379         * MAINTAINERS (Write After Approval): Add myself.
5380
5381 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
5382
5383         * MAINTAINERS (alias analysis): Add Daniel Berlin and
5384         Diego Novillo.
5385
5386 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
5387
5388         PR bootstrap/24297
5389         * Makefile.tpl (do-[+make-target+], do-check, install,
5390         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5391         are set before recursing.
5392         * Makefile.in: Regenerate.
5393
5394 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
5395
5396         PR bootstrap/18939
5397         * Makefile.def (gcc) <target>: Fix thinko.
5398         * Makefile.in: Regenerate.
5399
5400 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
5401
5402         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5403         * configure: Regenerate.
5404
5405 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
5406
5407         * MAINTAINERS (Write After Approval): Add self.
5408
5409 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
5410
5411         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5412         target-libffi, target-qthreads, target-libjava, and
5413         targetlibobjc.
5414         * configure: Regenerate.
5415
5416 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
5417
5418         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5419         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5420         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5421         (USUAL_OBJDUMP_FOR_TARGET): New.
5422         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5423         * configure.in: Check for $OBJDUMP_FOR_TARGET.
5424         * configure, Makefile.in: Regenerated.
5425
5426 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5427
5428         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5429         before other host packages.
5430
5431 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
5432
5433         * MAINTAINERS: Add self as sh libraries/configury maintainer.
5434
5435 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5436
5437         PR bootstrap/22340
5438
5439         * configure.in (default_target): Remove.
5440         * Makefile.tpl (all): Do not use prerequisites as subroutines
5441         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5442         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5443         use prerequisites as subroutines.
5444         (check-host, check-target): New.
5445         (bootstrap configure & all targets): Do not use stage*-start
5446         if the directory layout is already ok.
5447         (non-bootstrap configure & all targets): Prepend a $(unstage).
5448         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
5449         (NOTPARALLEL): Remove.
5450         (unstage, stage variables): New variables.
5451         (unstage, stage targets): Simply expand to those variables.
5452
5453         * configure: Regenerate.
5454         * Makefile.in: Regenerate.
5455
5456 2005-10-04  James E Wilson  <wilson@specifix.com>
5457
5458         * Makefile.def (lang_env_dependencies): Add libmudflap.
5459         * Makefile.in: Regenerate.
5460
5461 2005-10-03  Andreas Schwab  <schwab@suse.de>
5462
5463         Backport from libtool CVS:
5464         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
5465
5466         * ltmain.sh: add support for installing into temporary
5467         staging area (e.g. 'make install DESTDIR=...')
5468
5469 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5470
5471         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5472         * configure: Regenerated.
5473
5474 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
5475
5476         * configure: Regenerate with the correct
5477         autoconf version.
5478
5479 2005-09-30  Catherine Moore  <clm@cm00re.com>
5480
5481         * configure.in (bfin-*-*): New.
5482         * configure: Regenerated.
5483
5484 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
5485
5486         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5487         (LIPO_FOR_TARGET): New.
5488         (CONFIGURED_LIPO_FOR_TARGET): New.
5489         (USUAL_LIPO_FOR_TARGET): New.
5490         (STRIP_FOR_TARGET): New.
5491         (CONFIGURED_STRIP_FOR_TARGET): New.
5492         (USUAL_STRIP_FOR_TARGET): New.
5493         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5494         STRIP_FOR_TARGET.
5495         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5496         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5497         * Makefile.in: Regenerate.
5498         * configure: Regenerate.
5499
5500 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
5501
5502         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5503         (rs6000-*-aix*): Same.
5504         * configure: Regenerate.
5505
5506 2005-09-16  Tom Tromey  <tromey@redhat.com>
5507
5508         * MAINTAINERS: Add self as java maintainer.
5509
5510 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5511
5512         * configure.in: Recognize f95 in the --enable-languages option,
5513         and substitute it for fortran, issuing a warning.
5514         * configure: Regenerate.
5515
5516 2005-08-30  Phil Edwards  <phil@codesourcery.com>
5517
5518         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
5519         * configure:  Regenerated.
5520
5521 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
5522
5523         * MAINTAINERS: Add self as ms1 maintainer.
5524
5525 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
5526
5527         * Makefile.def (libssp): Add to lang_env_dependencies.
5528         * Makefile.in: Regenerate.
5529
5530 2005-08-18  Ian Lance Taylor  <ian@airs.com>
5531
5532         * MAINTAINERS: Add myself as middle-end maintainer.
5533
5534 2005-08-17  Christian Groessler  <chris@groessler.org>
5535
5536         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5537         * Makefile.in: Regenerate.
5538
5539 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
5540
5541         * MAINTAINERS (write after approval): Added myself.
5542
5543 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
5544
5545         * MAINTAINERS (Write After Approval): Add myself.
5546
5547 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
5548
5549         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5550         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5551         Look for alternate names of the target cc and c++
5552         * configure: Regenerate.
5553
5554 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
5555
5556         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5557         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5558         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5559         tools; remove code to manually set them.
5560         (Target tools): Look in the environment for them.
5561         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5562         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5563         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5564         build directory.
5565         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5566         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5567         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5568         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5569         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5570         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5571         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5572         * configure: Regenerate.
5573         * Makefile.in: Regenerate.
5574
5575 2005-07-28  Ben Elliston  <bje@au.ibm.com>
5576
5577         * MAINTAINERS: Update for removed CPU targets.
5578
5579 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
5580
5581         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5582         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5583         * Makefile.in: Regenerated.
5584
5585 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
5586
5587         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5588         (CFLAGS_FOR_TARGET): Use it.
5589         (CXXFLAGS_FOR_TARGET): Likewise.
5590         * Makefile.in: Regenerated.
5591         * configure.in (--with-build-sysroot): New option.
5592         * configure: Regenerated.
5593
5594 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
5595
5596         * Makefile.tpl: Wrap install between unstage and stage
5597         * Makefile.in: Regenerate.
5598
5599 2005-07-21  Eric Christopher  <echristo@apple.com>
5600
5601         * MAINTAINERS: Update affiliation.
5602
5603 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
5604
5605         * MAINTAINERS: Add self as crx port maintainer.
5606
5607 2005-07-20  DJ Delorie  <dj@redhat.com>
5608
5609         * MAINTAINERS: Add self as m32c maintainer.
5610
5611 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
5612
5613         * all files: Update FSF address.
5614
5615 2005-07-15  Eric Christopher  <echristo@redhat.com>
5616
5617         * MAINTAINERS: Change affiliation.
5618
5619 2005-07-14  Jim Blandy  <jimb@redhat.com>
5620
5621         * configure.in: Add cases for Renesas m32c.
5622         * configure: Regenerated.
5623
5624 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5625
5626         * COPYING.LIB: Update from fsf.org.
5627
5628 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5629
5630         * COPYING, compile, config.guess,
5631         config.sub, install-sh, missing, mkinstalldirs,
5632         symlink-tree, ylwrap: Sync from upstream sources.
5633         * config-ml.in: Update FSF address.
5634
5635 2005-07-13  Eric Christopher  <echristo@redhat.com>
5636
5637         * configure.in: Add toplevel noconfigdir support for tpf.
5638         * configure: Regenerate.
5639
5640 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
5641
5642         PR ada/22340
5643
5644         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5645         * Makefile.in: Regenerate.
5646
5647 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
5648
5649         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
5650         Brolley to write-after-approval.
5651
5652 2005-07-07  Andreas Schwab  <schwab@suse.de>
5653
5654         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5655         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5656         * Makefile.in: Regenerated.
5657
5658 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
5659
5660         * configure.in: Don't build sim or rda when targetting darwin.
5661         * configure: Regenerate.
5662
5663 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
5664
5665         * configure.in: Add --enable-libssp and --disable-libssp.
5666         * configure: Regenerate with autoconf-2.13.
5667
5668 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
5669
5670         * Makefile.def (target_modules): Add libssp.
5671         * configure.in (target_libraries): Add target-libssp.
5672         * configure: Rebuilt.
5673         * Makefile.in: Rebuilt.
5674
5675 2005-07-01  Zack Weinberg  <zackw@panix.com>
5676
5677         * MAINTAINERS: Change email address.  Resign from maintainership.
5678
5679 2005-07-01  Richard Guenther  <rguenther@suse.de>
5680
5681         * MAINTAINERS: Change my e-mail address and affiliation.
5682
5683 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
5684
5685         * Makefile.def (stagefeedback): Come after profile.
5686         Define profiledbootstrap target.
5687         * Makefile.tpl (profiledbootstrap): Remove.
5688         (stageprofile-end): Zap stagefeedback.
5689         (stagefeedback-start): Copy all .gcda files, not only GCC's.
5690         * Makefile.in: Regenerate.
5691
5692 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
5693
5694         * MAINTAINERS: Update my email address.
5695
5696 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
5697
5698         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
5699         In 'cpp' stanza, support '#line' as well as '# '.
5700
5701 2005-06-08  Andreas Schwab  <schwab@suse.de>
5702
5703         * MAINTAINERS: Move myself from 'Write After Approval' to
5704         'CPU Port Maintainers' section as m68k maintainer.
5705
5706 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
5707
5708         * configure.in (unsupported_languages): New macro.
5709         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
5710         non-ported target libraries in noconfigdirs.
5711         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5712         non-linux-gnu.  Remove libgcj_ex_libffi.
5713         <lang_frag loop>: Set add_this_lang=no if the language is in
5714         unsupported_languages.
5715         * configure: Regenerate.
5716
5717 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
5718
5719         * configure.in: Fix typo in handling of --with-mpfr-dir.
5720         * configure: Regenerate.
5721
5722 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
5723
5724         * MAINTAINERS: Update my email address.
5725
5726 2005-06-02  Jim Blandy  <jimb@redhat.com>
5727
5728         * config.sub: Add cases for the Renesas m32c.  (This patch has been
5729         accepted into the master sources.)
5730
5731 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
5732             Michael Snyder  <msnyder@redhat.com>
5733             Stan Cox  <scox@redhat.com>
5734
5735         * configure.in: Set noconfigdirs for ms1.
5736
5737         * configure: Regenerate.
5738
5739 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
5740
5741         * MAINTAINERS (Write After Approval): Add self.
5742
5743 2005-06-01  Josh Conner  <jconner@apple.com>
5744
5745         * MAINTAINERS (Write After Approval): Add self.
5746
5747 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
5748
5749         * MAINTAINERS: Update my email address.
5750
5751 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
5752
5753         * MAINTAINERS (Write After Approval): Add self.
5754
5755 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
5756
5757         * MAINTAINERS (Write After Approval): Remove self.
5758
5759 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
5760
5761         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5762         (Dependencies): Consider target modules for bootstrap dependencies.
5763         Make target bootstrap modules depend on each stage's gcc.
5764         * Makefile.in: Regenerate.
5765
5766 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
5767
5768         * Makefile.def (configure-gcc): Depend on binutils having been built.
5769         (all-gcc): No need to do it here.
5770         * Makefile.in: Regenerate.
5771
5772 2005-05-19  Paul Brook  <paul@codesourcery.com>
5773
5774         * configure.in: Rewrite misleading error message when requested
5775         language cannot be built.
5776         * configure: Regenerate.
5777
5778 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
5779
5780         * ylwrap: Import from Automake 1.9.5.
5781
5782 2005-05-13  David Ung  <davidu@mips.com>
5783
5784         * MAINTAINERS (Write After Approval): Add self.
5785
5786 2005-05-09  Mike Stump  <mrs@apple.com>
5787
5788         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5789         lt_cv_sys_max_cmd_len for now.
5790
5791 2005-05-09  Stan Cox  <scox@redhat.com>
5792
5793         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5794
5795 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
5796
5797         * README.SCO: Update the URL.
5798
5799 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
5800
5801         * ltconfig: Define file_list_spec.  Pass file_list_spec and
5802         with_gnu_ld to libtool.
5803         * ltcf-c.sh (aix[45]): Define file_list_spec.
5804         * ltcf-cxx.sh (aix[45]): Same.
5805         * ltcf-gcj.sh (aix[45]): Same.
5806         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5807         exists, write list of input files to temporary file.
5808
5809 2005-05-04  Mike Stump  <mrs@apple.com>
5810
5811         * configure.in: Always pass --target to target configures as
5812         otherwise rebuilds that do --recheck will fail.
5813         * confiugure: Rebuilt.
5814
5815 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
5816
5817         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5818         STAGE_HOST_EXPORTS.
5819         (configure, all): Add bootstrap support.
5820         (Host modules, target modules): Pass post-stage1 flags and exports.
5821         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5822         * Makefile.in: Regenerate.
5823
5824 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
5825
5826         * configure: Regenerate.
5827
5828 2005-04-27  Mike Stump  <mrs@apple.com>
5829
5830         * MAINTAINERS: Add self as darwin maintainer.
5831
5832 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
5833
5834         * config.sub: Update from master copy.
5835
5836 2005-04-21  Mike Stump  <mrs@apple.com>
5837
5838         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5839         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5840
5841 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
5842
5843         * configure.in <crisv32-*-*, cris-*-*>: New local variable
5844         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
5845         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
5846         "*-*-elf" and "*-*-linux*".
5847         * configure: Regenerate.
5848
5849 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
5850
5851         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5852
5853 2005-04-12  Mike Stump  <mrs@apple.com>
5854
5855         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5856
5857 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
5858
5859         * MAINTAINERS (Write After Approval): Add myself.
5860
5861 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
5862
5863         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5864
5865 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
5866
5867         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5868         (TARGET_CONFIGARGS): Include --with-target-subdir.
5869         (configure, all): New macros.  Use them throughout.
5870         * Makefile.in: Regenerate.
5871
5872 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
5873
5874         * MAINTAINERS (Write After Approval): Add myself.
5875
5876 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5877
5878         * MAINTAINERS: Remove 'loop unrolling' maintainer.
5879
5880 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
5881
5882         * MAINTAINERS: Move John Carr to Write After Approval.
5883
5884 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
5885
5886         * config/mh-mingw32: Delete.
5887         * configure.in: Don't use it.
5888         * configure: Regenerate.
5889
5890 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
5891
5892         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5893         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5894         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5895         (HOST_LIB_PATH): Generate from Makefile.def.
5896         (TARGET_LIB_PATH): Likewise.
5897         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5898         * Makefile.in: Regenerate.
5899         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5900         (RPATH_ENVVAR): Include Darwin case.
5901         * configure: Regenerate.
5902
5903 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
5904
5905         * MAINTAINERS (Various Maintainers): Remove self.
5906         (Write After Approval): Add self.
5907
5908 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
5909
5910         * MAINTAINERS (Various Maintainers): Add self.
5911
5912 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
5913
5914         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5915         * configure: Regenerate.
5916
5917 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
5918
5919         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5920         gcc_version, and gcc_version_trigger from set of flags to pass.
5921         * Makefile.tpl: Remove definitions of above variables.
5922         (config.status): Remove dependency on $(gcc_version_trigger).
5923         * Makefile.in: Regenerate.
5924         * configure.in: Do not reference config/gcc-version.m4 nor
5925         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
5926         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
5927         * configure: Regenerate.
5928
5929 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
5930             Andrew Pinski  <pinskia@physics.uc.edu>
5931
5932         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5933         * Makefile.in: Regenerate.
5934
5935 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
5936
5937         * MAINTAINERS (Write After Approval): Add myself.
5938
5939 2005-03-03  David Ayers  <d.ayers@inode.at>
5940
5941         * MAINTAINERS (Write After Approval): Add myself.
5942
5943 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
5944
5945         PR libgcj/20160
5946         * ltmain.sh: Avoid creating archives with components that have
5947         duplicate basenames.
5948
5949 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
5950
5951         PR bootstrap/20250
5952         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5953         instead of check.
5954         * Makefile.in: Regenerate.
5955
5956 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5957
5958         * Makefile.in: Regenerate to fix conflict between the previous two
5959         patches.
5960
5961 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5962
5963         PR bootstrap/17383
5964         * Makefile.def (target_modules): Remove "stage", now unnecessary.
5965         * Makefile.tpl (HOST_SUBDIR): New substitution.
5966         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5967         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5968         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5969         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5970         (Host modules, Bootstrapped modules): Use it.
5971         (Build modules, Target modules): Do not create symlink trees,
5972         always configure out-of-srcdir.
5973         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5974         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5975         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5976         $(HOST_SUBDIR).  Create a symlink for host_subdir.
5977
5978         * Makefile.in: Regenerate.
5979         * configure: Regenerate.
5980
5981 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5982
5983         Merged from libada-gnattools-branch:
5984         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5985
5986         * gnattools: New directory.
5987         * Makefile.def: Add gnattools as a module, depending on target-libada.
5988         * Makefile.in: Regenerate.
5989         * configure.in: Include gnattools in host_tools; disable it if ada
5990         is disabled.
5991         * configure: Regenerate.
5992
5993 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
5994
5995         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5996         treelang maintainer.
5997         (Write After Approval): Remove myself.
5998
5999 2005-02-23  Paul Schlie  <schlie@comcast.net>
6000
6001         * configure.in: Allow darwin targeted ports to build tk, itcl and
6002         libgui.
6003         * configure: Regenerate.
6004
6005 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
6006
6007         PR libgcj/10353
6008         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
6009         * configure: Regenerate.
6010
6011 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
6012
6013         * MAINTAINERS (Write After Approval): Add myself.
6014
6015 2005-02-10  Ian Lance Taylor  <ian@airs.com>
6016
6017         * MAINTAINERS: Update my e-mail address.
6018
6019 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
6020
6021         * MAINTAINERS (Write After Approval): Add myself.
6022
6023 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
6024
6025         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
6026         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
6027         target-libgloss when not *-*-elf and *-*-aout.
6028         * configure: Regenerate.
6029
6030 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
6031
6032         * MAINTAINERS: Remove obsolete entries.
6033
6034         * MAINTAINERS (Write After Approval): Add Michael Matz.
6035
6036 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
6037
6038         * MAINTAINERS: Remove self as cpplib maintainer.
6039
6040 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
6041
6042         * install-sh, config.sub: Import from upstream.
6043
6044 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
6045
6046         PR bootstrap/18222
6047         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
6048         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
6049         * Makefile.in: Regenerate.
6050
6051 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
6052
6053         * MAINTAINERS: Update my email address.
6054
6055 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
6056             Andreas Schwab  <schwab@suse.de>
6057
6058         PR bootstrap/18033
6059         * config-ml.in: Eval option if surrounded by single quotes.
6060
6061 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
6062
6063         Revert 2004-12-28 Makefile changes, a better fix will be
6064         applied to mainline and src after GCC 4.0 branches.
6065
6066 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
6067
6068         PR bootstrap/17383
6069
6070         * Makefile.def (target_modules): Remove stage parameter,
6071         it is always true now.
6072         * Makefile.tpl (configure-build-[+module+],
6073         configure-target-[+module+]): Always build symlink tree
6074         for the directory and for include.  BUILD_SUBDIR and
6075         TARGET_SUBDIR cannot be . anymore.
6076         * Makefile.in: Regenerate.
6077
6078 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
6079
6080         Revert 2004-12-08 Makefile changes.
6081
6082 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
6083
6084         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
6085         cygwin, mingw.
6086
6087 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
6088
6089         * configure.in (sh64-*-*): Reenable gprof.
6090         * configure: Regenerate.
6091
6092 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
6093
6094         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6095         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6096         (EXTRA_TARGET_FLAGS): Add PICFLAG.
6097         * Makefile.in: Regenerate.
6098
6099 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
6100
6101         * MAINTAINERS: Update my email address.
6102
6103 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
6104
6105         * Makefile.tpl: Generate normal dependencies if the LHS module is
6106         not bootstrapped.
6107         * Makefile.in: Regenerate.
6108
6109 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
6110
6111         * configure.in: Include config/gxx-include-dir.m4.  Use
6112         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
6113         * configure: Regenerate.
6114
6115 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
6116
6117         * config.if: Delete.
6118         * configure.in: Set libstdcxx_incdir directly.
6119         * configure: Regenerate.
6120
6121 2004-12-02  Eric Christopher  <echristo@redhat.com>
6122
6123         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
6124         * Makefile.in: Regenerate.
6125
6126 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
6127
6128         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6129         * configure: Regenerate.
6130
6131 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
6132
6133         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
6134         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
6135         * configure: Regenerate.
6136
6137 2004-12-01  Eric Christopher  <echristo@redhat.com>
6138
6139         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
6140         of things to remove.
6141
6142 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
6143
6144         * MAINTAINERS (Write After Approval): Update my e-mail address.
6145
6146 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
6147
6148         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
6149         from CVS libtool to always pass_all.
6150
6151 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6152
6153         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6154         (hppa*64*-*-*): Delete incorrect comment.
6155         * configure: Rebuilt.
6156
6157 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
6158
6159         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
6160
6161 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
6162
6163         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
6164         from CVS libtool to always pass_all.
6165
6166 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
6167
6168         * install-sh, compile: Import from automake.
6169
6170 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
6171
6172         * config.guess, config.sub:  Import from savannnah.
6173
6174 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
6175
6176         * MAINTAINERS (Write After Approval): Add myself
6177
6178 2004-11-12  Mike Stump  <mrs@apple.com>
6179
6180         * Makefile.def: Add html support.
6181         * Makefile.tpl: Likewise.
6182         * Makefile.in: Regenerate.
6183
6184 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
6185
6186         PR 18423
6187         * configure.in: Remove all instances of build-fixincludes from
6188         noconfigdirs.
6189         (build_configargs): Supply --target to subdirectories.
6190         * configure: Regenerate.
6191
6192         * Makefile.def: Make gcc install depend on fixincludes install.
6193         * Makefile.in: Regenerate.
6194
6195 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
6196
6197         * MAINTAINERS: Add myself as gcc testsuite maintainer.
6198
6199 2004-11-11  Paul Brook  <paul@codesourcery.com>
6200
6201         * MAINTAINERS: Add self as arm maintainer.  Update email address.
6202
6203 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
6204
6205         * configure.in (noconfigdirs) [mmix-*-*]: Disable
6206         target-libgfortran.
6207         * configure: Regenerate.
6208
6209 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
6210
6211         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6212         like CC.
6213
6214 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
6215
6216         * Makefile.def (host fixincludes): Specify missing targets.
6217         * Makefile.in: Regenerate.
6218
6219 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
6220
6221         * MAINTAINERS: Add myself
6222
6223 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
6224
6225         * MAINTAINERS (Write After Approval): Add myself.
6226
6227 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
6228
6229         * Makefile.def: Build fixincludes for the host, too.
6230         * Makefile.in: Regenerate.
6231         * configure.in (host_tools): Add fixincludes.
6232         * configure: Regenerate.
6233
6234 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
6235
6236         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6237         * configure: Regenerated.
6238
6239 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
6240
6241         PR other/17783
6242         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6243         * configure: Regenerated.
6244
6245 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
6246
6247         * README.SCO: Update per FSF instructions.
6248
6249 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
6250
6251         PR target/18151
6252         * configure.in (case ${target}): Do not build fixincludes for avr.
6253         * configure: Regenerated.
6254
6255 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
6256
6257         * configure.in (case ${target}): Do not build fixincludes
6258         on platforms where it is not used.
6259         * configure: Regenerated.
6260
6261 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
6262
6263         * configure.in: Use an absolute path to install-sh.
6264         * configure: Regenerated.
6265
6266 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
6267
6268         * MAINTAINERS (Write After Approval): Add myself.
6269
6270 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
6271
6272         * MAINTAINERS: Remove from Write After Approval those that are
6273         already maintainers.
6274
6275 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
6276
6277         * MAINTAINERS:  Update my email address.
6278
6279 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
6280
6281         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6282         * configure: Regenerate.
6283
6284 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
6285
6286         * MAINTAINERS:  Update my email address.
6287
6288 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
6289
6290         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
6291         entries belonging to this category.
6292
6293 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
6294
6295         * MAINTAINERS: Update my e-mail address.
6296
6297 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
6298
6299         Fix wrong conflict resolution in:
6300
6301         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6302
6303         * Makefile.in: Regenerate.
6304         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6305         in the recursive `make', instead of hardwiring `all'.
6306         (Autogenerated TARGET-* variables): New.
6307
6308 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
6309
6310         * configure.in: Enable target-libgloss for crx-*-*.
6311         * configure: Regenerate.
6312
6313 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6314
6315         * MAINTAINERS (Various Maintainers): Move the "windows,
6316         cygwin, mingw" maintainer to ...
6317         (OS Port Maintainers): ... here.
6318
6319 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6320
6321         * MAINTAINERS (Write After Approval): Remove those that are
6322         maintainers of some subsystem.
6323
6324 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
6325
6326         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6327         * ltcf-cxx.sh (tpf*): Likewise.
6328         * ltconfig (tpf*): Add TPF OS configuration support.
6329
6330 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
6331
6332         * MAINTAINERS: Change my email address to my new work account.
6333
6334 2004-09-24  Michael Roth  <mroth@nessie.de>
6335
6336         * configure.in (--without-headers): Add missing double quotes.
6337         * configure: Regenerate.
6338
6339 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
6340
6341         * ylwrap: Revert to previous version.
6342
6343 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
6344
6345         PR bootstrap/17369
6346         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6347         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6348         SET_GCC_LIB_PATH_CMD.
6349         (BASE_TARGET_EXPORTS): Likewise.
6350         * Makefile.in: Regenerated.
6351
6352         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6353         * configure: Regenerated.
6354
6355 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
6356
6357         * config.guess: New upstream version
6358         * compile, depcomp, install-sh, ylwrap: Likewise.
6359
6360 2004-09-19  Roger Sayle  <roger@eyesopen.com>
6361
6362         * config/mh-x86omitfp: New host makefile fragment.  Add
6363         -fomit-frame-pointer to the default BOOT_CFLAGS.
6364         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6365         * configure: Regenerate.
6366
6367 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
6368
6369         PR target/11572
6370         * configure.in (*-*-darwin*): Renable libobjc.
6371         * configure: Regenerate.
6372
6373 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
6374
6375         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6376
6377 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
6378
6379         * Makefile.def: Remove libbanshee.
6380         * Makefile.tpl: Ditto.
6381         * configure.in: Ditto.
6382         * Makefile.in: Regen.
6383         * configure: Ditto.
6384
6385 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
6386
6387         * ltmain.sh: Use $pic_object as $non_pic_object if
6388         $non_pic_object=none.
6389
6390 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
6391
6392         * missing: Import latest version from master repository.
6393
6394 2004-09-06  Nick Clifton  <nickc@redhat.com>
6395
6396         * config.sub: Import latest version from master repository.
6397         * config.guess: Likewise.
6398         This includes these changes:
6399
6400         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
6401
6402         * config.sub: Handle crisv32, alias etraxfs.
6403         * config.guess (crisv32:Linux:*:*): Handle.
6404
6405         2004-08-13  Brad Smith  <brad@comstyle.com>
6406
6407         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6408         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6409
6410         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6411
6412         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6413         assume the processor is a powerpc.  This is because coreutils
6414         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6415         in this case, due to a MacOS X bug that causes
6416         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6417         to return a negative number.
6418         Problem reported by Petter Reinholdtsen in:
6419         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6420
6421         2004-07-19  Ben Elliston  <bje@gnu.org>
6422
6423         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6424
6425         2004-06-24  Ben Elliston  <bje@gnu.org>
6426
6427         * config.guess: Update copyright years.
6428         * config.sub: Likewise.
6429
6430         2004-06-22  Robert Millan  <robertmh@gnu.org>
6431
6432         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6433         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6434
6435         2004-06-22  Stanley F. Quayle <stan@stanq.com>
6436
6437         * config.guess (*:*VMS:*:*): New entry. Replaces
6438         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6439         manufacturer.
6440
6441         2004-06-22  Ben Elliston  <bje@gnu.org>
6442
6443         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6444         * config.sub: Likewise.
6445
6446         2004-06-22  Ben Elliston  <bje@gnu.org>
6447
6448         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6449         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6450
6451         2004-06-11  Ben Elliston  <bje@gnu.org>
6452
6453         * config.guess (pegasos:OpenBSD:*:*): Remove.
6454
6455         2004-06-11  Ben Elliston  <bje@gnu.org>
6456
6457         From Wouter Verhelst <wouter@grep.be>:
6458         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6459
6460         2004-06-11  Ben Elliston  <bje@gnu.org>
6461
6462         * config.guess (luna88k:OpenBSD:*:*): New.
6463
6464         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
6465
6466         * config.guess (m32r*:Linux:*:*): New case.
6467         * config.sub: Handle m32rle.
6468
6469         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
6470
6471         From Jens Petersen  <petersen@redhat.com>:
6472         * config.sub: Handle sparcv8.
6473
6474         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
6475
6476         From Tom Smith <smith@cag.lkg.hp.com>:
6477         * config.guess: Version suffixes are equally significant on Tru64
6478         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
6479         prefix of "P" (patched kernel).
6480
6481         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
6482
6483         * config.sub: Add support for National Semiconductor CRX target.
6484
6485 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
6486
6487         * MAINTAINERS (Various Maintainers): Remove myself as web page
6488         maintainer, add myself as maintainer of build status lists.
6489
6490 2004-09-03  Jan Beulich  <jbeulich@novell.com>
6491
6492         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6493         *-*-netware, but add target-libmudflap.
6494         Consolidate *-*-netware targets (of which really only i?86 exists)
6495         into a single entry.
6496         * configure: Likewise.
6497
6498 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
6499
6500         * Makefile.tpl (sorry): Remove.
6501         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6502         (cleanstrap targets): Depend on distclean, not distclean-stage1.
6503         (do-clean): Clean per-stage directories too.
6504         (do-distclean): Run distclean-stage1 too.
6505         (.NOTPARALLEL): Enable during toplevel bootstrap.
6506         (stage[+id+]-bubble): Enable parallel execution during
6507         the recursive invocation.
6508         * Makefile.in: Regenerate.
6509
6510         Fix previous checkin:
6511
6512         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6513         include.
6514         * configure.in: Fix indentation.
6515         * configure: Regenerate.
6516
6517 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
6518
6519         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6520         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6521         * configure: regenerate
6522         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6523         -mdynamic-no-pic
6524
6525 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
6526
6527         * Makefile.def (build_modules): Add fixincludes.
6528         (dependencies): Make gcc depend on fixincludes.
6529         * configure.in (build_tools): Add fixincludes.
6530         (build_configdirs): Always include build_libs.
6531         * Makefile.in: Regenerate.
6532         * configure: Regenerate.
6533
6534 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
6535
6536         * Makefile.def (bootstrap stages): Add 'lean' parameter.
6537         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6538         phony targets; do not generate timestamp files.
6539         (distclean-stageN): Remove references to their timestamp files.
6540         (restageN, touch-stageN): Remove.
6541         (stageN-bubble): Rewritten.
6542         (compare): Support lean bootstraps.
6543         * Makefile.in: Regenerate.
6544
6545         * configure.in: Only warn when bootstrapping but
6546         build != host or build != target.  Support lean bootstraps.
6547         * configure: Regenerate.
6548
6549 2004-08-26  Phil Edwards  <phil@codesourcery.com>
6550
6551         * configure.in:  Give a better error message if GMP/MPFR are missing
6552         and a language needing them has been requested.
6553         * configure:  Regenerated.
6554
6555 2004-08-25  Phil Edwards  <phil@codesourcery.com>
6556
6557         * configure.in:  Print a list of available language front-ends if
6558         a requested one is missing.  Tidy stray tab characters.
6559         * configure:  Regenerated.
6560
6561 2004-08-19  Michael Koch  <konqueror@gmx.de>
6562
6563         * gcc/doc/install.texi: Update entry about automake for libjava.
6564
6565 2004-08-17  Robert Millan  <robertmh@gnu.org>
6566
6567         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6568         (instead of FreeBSD).
6569         * configure: Regenerate.
6570
6571 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6572
6573         * Makefile.in: Regenerate.
6574         * configure: Regenerate.
6575
6576         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6577         stage_*_flags.
6578         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6579         for bootstrapped modules if toplevel bootstrap is going.
6580         (GCC bootstrap): Generate per-stage targets for all bootstrapped
6581         modules.  Adjust for changes in Makefile.def.  Enable several
6582         rules even in non-bootstrap mode, just to avoid peppering the
6583         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6584         (stage-[+prev+]-bubble): Remove.
6585
6586         * Makefile.def (Dependencies): Depend on all-build-bison,
6587         all-build-flex, all-build-byacc, all-build-texinfo, rather
6588         than the host variations.
6589         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
6590         with BUILD_SUBDIR.
6591         (BISON): Update for recent Bisons.
6592         (YACC): Fix typo.
6593         (cross): Depend on all-build.
6594         (all): Do not depend on all-build.
6595         (prebootstrap): Remove.
6596         (dep-kind): Accept separate prefixes for MODULE and ON variables.
6597         (Prebootstrap dependencies): Add them to the per-stage targets
6598         and to all-prebootstrap.
6599         * configure.in (build_configdirs): Always enable build_tools.
6600         (BUILD_DIR_PREFIX): Remove.
6601
6602         * Makefile.def (gcc): Add target variable.
6603         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6604         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6605         in the recursive `make', instead of hardwiring `all'.
6606         (Autogenerated TARGET-* variables): New.
6607
6608 2004-08-13  Brian Booth  <bbooth@redhat.com>
6609
6610         * MAINTAINERS: Remove myself from write-after-approval.
6611
6612 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6613
6614         * src-release: Stop distributing mmalloc with gdb (which doesn't
6615         use it).
6616         * Makefile.def: GDB doesn't depend on mmalloc anymore.
6617         * Makefile.in: Regenerate.
6618
6619 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
6620
6621         * configure.in (arm*-*-eabi*): New target.
6622         * configure: Regenerate.
6623
6624 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
6625
6626         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6627         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6628         (Dependencies): New section.
6629         * Makefile.tpl (Dependencies): Generate from Makefile.def.
6630         (configure-target-[+module+]): Depend on maybe-all-gcc
6631         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
6632         (toplevel profiledbootstrap): Fix dependencies.
6633         * Makefile.in: Regenerate.
6634
6635 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
6636
6637         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6638         target-libiberty to noconfigdirs.
6639         * configure: Regenerate.
6640
6641 2004-08-03  Paul Brook  <paul@codesourcery.com>
6642
6643         * configure.in: Check for MPFR as well as GMP.
6644         * configure: Regenerate.
6645
6646 2004-08-01  Robert Millan  <robertmh@gnu.org>
6647
6648         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6649         libmudflap for all GNU-based systems (with Glibc).
6650         * configure: Regenerate.
6651
6652 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
6653
6654         * Makefile.def (host-modules): Add gcc.
6655         * Makefile.in: Regenerate.
6656         * Makefile.tpl (sorry): New rule.
6657         (configure-host, all-host, [+make_target+]-host, do-check,
6658         install-host): Do not add gcc as a special case.
6659         (host modules): Add a small special-casing for gcc.  Export
6660         extra_make_flags through the environment.
6661         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6662         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6663         other recursive targets for gcc): Remove.
6664
6665         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6666         (stage, unstage): New rules.
6667         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6668         distclean-stage[+id+]): Use stage_current.
6669         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6670         the stage*-start rules.
6671
6672 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
6673
6674         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6675         use -all_load flag.
6676
6677 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
6678
6679         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6680         * configure: Regenerate.
6681
6682 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
6683
6684         * maintainer-scripts/gcc_release: Revert yesterday's change.
6685
6686 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
6687
6688         * MAINTAINERS: Add myself to write-after-approval.
6689
6690 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
6691
6692         * libf2c: Removed.
6693         * gcc/gccbug.in: Updated because of libf2c removal.
6694         * maintainer-scripts/gcc_release: Ditto.
6695
6696 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
6697
6698         * configure.in: Build libmudflap by default on FreeBSD.
6699         * configure: Regenerated.
6700
6701 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
6702
6703         * configure.in: Do not build libmudflap by default on non-GNU/Linux
6704         systems.
6705         * configure: Regenerated.
6706
6707 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6708
6709         PR target/16344
6710         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6711         feedback based compiler.
6712         * Makefile.in: Rebuilt.
6713
6714 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
6715
6716         * Makefile.def (host_modules): Set bootstrap=true for flex.
6717         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6718         * Makefile.in: Rebuilt.
6719
6720 2004-07-07  Jan Hubicka  <jh@suse.cz>
6721
6722         * MAINTAINERS: Add self as a profile feedback maintainer.
6723
6724 2004-07-05  Phil Edwards  <phil@codesourcery.com>
6725
6726         * configure.in:  Do not prepend $srcdir to /dev/null in
6727         makefile fragments.
6728         * configure:  Regenerate.
6729
6730 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
6731
6732         * Makefile.def (build_modules): Add bison, byacc, flex,
6733         m4, texinfo.
6734         (flags_to_pass): Add FLEX.
6735         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6736         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6737         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6738         DEFAULT_MAKEINFO): Remove.
6739         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6740         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6741         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6742         objdir or else use configured tool.
6743         (all-build): New.
6744         (all): Depend on it.
6745         (Build module dependencies): Add.
6746         * Makefile.in: Regenerate.
6747         * configure.in: Better support for multiple build modules,
6748         matching what is done for host/target modules.  Do not look
6749         for "plausible" locations of build tools if Canadian cross.
6750         Use autoconf's AC_PROG_CC to find a C compiler.  Define
6751         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
6752         * configure: Regenerate.
6753
6754 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6755
6756         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6757         * Makefile.in: Regenerate.
6758
6759 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6760
6761         * Makefile.tpl (configure-build-[+module+],
6762         configure-[+module+], configure-target-[+module+]): Pass
6763         [+extra_configure_args+].
6764         (all-build-[+module+], all-[+module+], check-[+module+],
6765         install-[+module+], [+make_target+]-[+module+],
6766         all-target-[+module+], check-target-[+module+],
6767         install-target-[+module+], [+make_target+]-target-[+module+]):
6768         Pass [+extra_make_args+].
6769         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6770         (GCC_HOST_EXPORTS): Remove.
6771         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6772         cross, check-gcc, check-gcc-c++, install-gcc,
6773         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6774         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6775         * Makefile.in: Regenerate.
6776
6777 2004-06-21  Matthew Sachs  <msachs@apple.com>
6778
6779         * MAINTAINERS: Added self to write-after-approval.
6780
6781 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
6782
6783         * configure.in: Check for srcdir/winsup rather than build directory
6784         winsup.
6785         * configure: Regenerate.
6786
6787 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
6788
6789         * configure.in: Don't build Cygwin native newlib if winsup
6790         directory is missing.  Emit warning instead.
6791         * configure: Regenerate.
6792
6793 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
6794
6795         * Makefile.tpl (touch-stage[+id+]): New.
6796         (restage[+prev+]): Depend on touch-stage[+id+].
6797
6798         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6799         Use it throughout.
6800
6801         * Makefile.def: Add profile and feedback bootstrap stages.
6802         Remove next field from bootstrap stages.
6803         * Makefile.tpl (LN, LN_S): Substitute.
6804         (stageN-start, stageN-end): Use double-colon rules, to
6805         provide a hook for additional setup commands.
6806         (distclean-stageN-gcc, restageN): Create dependencies from
6807         [+prev+], not from [+next+].
6808         (stageN-bubble): Add commands for successive stages from
6809         [+prev+], using double-colon rules.
6810         (all-stageN-gcc): Fix typo.
6811         (stagefeedback-start, profiledbootstrap): New.
6812         * Makefile.in: Regenerate.
6813         * configure.in: Call ACX_PROG_LN.
6814         * configure: Regenerate.
6815
6816 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
6817
6818         * MAINTAINERS (Write After Approval): Add myself.
6819
6820 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
6821
6822         * MAINTAINERS (Write After Approval): Add myself.
6823
6824 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
6825
6826         * configure.in: Fix --enable-bootstrap breakage introduced in trees
6827         without gcc.
6828         * configure: Regenerate.
6829
6830 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6831
6832         * Makefile.tpl: Fix typo.
6833         * Makefile.in: Regenerate.
6834
6835 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6836
6837         * configure.in: Remove new- prefix from toplevel
6838         bootstrap targets.
6839         * configure: Regenerate.
6840
6841 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6842
6843         * Makefile.tpl (all.normal): Rename to all.
6844         (all): Replace with a rule to pick the default
6845         target from configure.
6846         (all-gcc, configure-gcc): Use conditionals to
6847         do nothing when toplevel bootstrap is going on.
6848         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6849         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6850         * configure.in: Support --enable-bootstrap.
6851
6852         * Makefile.def: Remove new- prefix from toplevel
6853         bootstrap targets.
6854         * Makefile.tpl: Likewise.
6855
6856         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
6857         target.
6858
6859         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6860         $(RECURSE_FLAGS) to recursive invocation of make.
6861
6862         * Makefile.in: Regenerate.
6863         * configure: Regenerate.
6864
6865 2004-05-30  Andreas Jaeger  <aj@suse.de>
6866             Jim Wilson  <wilson@specifixinc.com>
6867
6868         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6869         like CC.
6870
6871 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
6872
6873         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6874         * configure: Regenerate.
6875
6876 2004-05-25  Daniel Jacobowitz  <drow@false.org>
6877
6878         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6879         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6880         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
6881         targets.
6882         * Makefile.in: Regenerate.
6883
6884 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
6885
6886         * configure.in: Test the ability to symlink directories.
6887         * configure: Regenerate.
6888
6889         * Makefile.def (bootstrap-stage): New definitions.
6890         * Makefile.tpl (configure-stage1-gcc,
6891         configure-stage2-gcc, configure-stage3-gcc,
6892         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6893         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6894         new-restage3, compare): Autogenerate, see Makefile.in
6895         entry for behavioral changes.
6896         (distclean-stage1, new-stage1-start, new-stage1-end,
6897         new-stage1-bubble, distclean-stage2, new-stage2-start,
6898         new-stage2-end, new-stage2-bubble, distclean-stage3,
6899         new-stage3-start, new-stage3-end): New autogenerated targets.
6900         (objext, prebootstrap, BOOT_CFLAGS,
6901         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6902         targets.
6903
6904         * Makefile.in: Regenerate.
6905         (distclean-stage1, new-stage1-start, new-stage1-end,
6906         new-stage1-bubble, distclean-stage2, new-stage2-start,
6907         new-stage2-end, new-stage2-bubble, distclean-stage3,
6908         new-stage3-start, new-stage3-end): New targets.
6909         (all-stage1-gcc): Move prebootstrap dependency from here...
6910         (configure-stage1-gcc): ...to here.
6911         (new-bootstrap): Use bubble targets.
6912         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6913         Use per-stage distclean targets.
6914         (configure-stage1-gcc, configure-stage2-gcc,
6915         configure-stage3-gcc, all-stage1-gcc,
6916         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6917         Use new-stageN-start to prepare the tree.
6918
6919 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
6920
6921         * Makefile.def (host_modules): add libcpp.
6922         * Makefile.tpl: Add dependencies on and for libcpp.
6923         * Makefile.in: Regenerate.
6924         * configure.in: Add libcpp host module.
6925         * configure: Regenerate.
6926
6927 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
6928
6929         * Makefile.tpl: Whenever a recursive target is defined, wrap
6930         it in a special @if/@endif block, and prepare its maybe
6931         dependency in the @if/@endif block
6932         * configure.in: Instead of writing maybe dependencies, remove
6933         the @if/@endif statements, and remove the @if/@endif blocks
6934         that remain.
6935         * configure: Regenerate.
6936         * Makefile.in: Regenerate.
6937
6938 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
6939
6940         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6941
6942 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
6943
6944         PR bootstrap/15120
6945         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6946         * */configure: Rebuilt.
6947
6948 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
6949
6950         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6951         of libf2c.
6952         * configure, Makefile.in: Regenerate.
6953
6954 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
6955
6956         * MAINTAINERS (Write After Approval): Add myself.
6957
6958 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
6959
6960         Merge from tree-ssa-20020619-branch.
6961
6962         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6963         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6964         (HOST_GMPLIBS): Define.
6965         (HOST_GMPINC): Define.
6966         (TARGET_LIB_PATH): Add libmudflap.
6967         (GFORTRAN_FOR_TARGET): Define.
6968         (configure-build*): Export GFORTRAN.
6969         (configure-gcc): Export GMPLIBS and GMPINC.
6970         (all-gcc): Add maybe-all-libbanshee.
6971         (configure-target-libgfortran): Define.
6972         * Makefile.in: Regenerate.
6973         * configure.in (host_libs): Add libbanshee.
6974         (target_libraries): Add target-libmudflap and target-libgfortran.
6975         Add --with-libbanshee.
6976         Handle --disable-libmudflap.
6977         (*-*-freebsd*): Use with_gmp.
6978         Add $(libgcj) to noconfigdirs.
6979         * configure: Regenerate.
6980         * depcomp: New file.
6981         * MAINTAINERS: Add tree-ssa maintainers.
6982
6983 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
6984
6985         * MAINTAINERS (Various Maintainers): Add myself.
6986
6987 2004-04-30  Brian Ford  <ford@vss.fsi.com>
6988
6989         * MAINTAINERS (Write After Approval): Add myself.
6990
6991 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
6992
6993         * MAINTAINERS (Write After Approval): Add myself.
6994
6995 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
6996
6997         * config/acx.m4: Fix fastcompare support for new-bootstrap.
6998         * configure: Regenerate.
6999
7000 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
7001
7002         Revert:
7003         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7004
7005         * Makefile.def (flags_to_pass): Remove *dir variables that
7006         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7007         as well as prefix and exec_prefix.
7008         * Makefile.in: Regenerate.
7009
7010 2004-04-26  Robert Millan  <robertmh@gnu.org>
7011
7012         Add patches from libtool CVS.
7013         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
7014         * ltconfig: Likewise.
7015         * ltcf-c.sh: Likewise.
7016         * ltcf-cxx.sh: Likewise.
7017         * ltcf-gcj.sh: Likewise.
7018
7019 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7020
7021         * Makefile.def (host_modules): Mark with the bootstrap
7022         flag packages on which gcc depends.
7023         * Makefile.tpl (all-bootstrap): Use it.
7024         * Makefile.in: Regenerate.
7025
7026 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7027
7028         * Makefile.def (flags_to_pass): Remove *dir variables that
7029         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7030         as well as prefix and exec_prefix.
7031         * Makefile.in: Regenerate.
7032
7033 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7034
7035         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
7036         * configure: Regenerate.
7037         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
7038         * gcc/Makefile.tpl (compare): Use the result of the test.
7039         * gcc/Makefile.in: Regenerate.
7040
7041 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
7042
7043         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
7044         Always relocate gcc and prev-gcc to the original names, even
7045         if the build fails.
7046         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7047         New targets.
7048
7049 2004-04-23  Laurent GUERBY <laurent@guerby.net>
7050
7051         * MAINTAINERS: Update my email address.
7052
7053 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7054
7055         * configure.in (mips*-*-irix5*): Enable ld.
7056         * configure: Regenerate.
7057
7058 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7059
7060         * configure: Regenerate.
7061
7062 2004-04-15  James E Wilson  <wilson@specifixinc.com>
7063
7064         * Makefile.tpl (configure-[+module+], configure-gcc,
7065         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
7066         Set and export LDFLAGS.
7067         * Makefile.in: Regenerate.
7068
7069 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
7070
7071         * MAINTAINERS: Add myself to write-after-approval.
7072
7073 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7074
7075         PR bootstrap/14871
7076         * Makefile.tpl: If we don't have built-in-tree target tools,
7077         use the ones found by configure rather than hacking around with
7078         program_transform_name.
7079         * configure.in: Give Makefile.tpl the information necessary
7080         to do that.
7081         * Makefile.in: Regenerate.
7082         * configure: Regenerate.
7083
7084 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
7085
7086         PR bootstrap/14760
7087         * configure.in: When computing baseargs, strip *all* copies of
7088         offending options.  Also, don't match/substitute the trailing space,
7089         so that this actually works when two similar options are separated by
7090         only one space.
7091         * configure: Regenerate.
7092
7093 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
7094
7095         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
7096         (rs6000-*-aix*): Same.
7097         * configure: Regenerate.
7098
7099 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
7100
7101         * MAINTAINERS: Add myself to write-after-approval.
7102
7103 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
7104
7105         * MAINTAINERS: Add myself to write-after-approval.
7106
7107 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
7108
7109         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
7110         STRICT_WARN, WARN_CFLAGS flags passed down to make.
7111         * Makefile.in: Regenerate.
7112
7113         * configure.in (top level bootstrap support): Rework --enable-werror
7114         to set @stage2_werror_flag@.
7115         * configure: Regenerate.
7116         * Makefile.tpl (top level bootstrap support): Pass
7117         @stage2_werror_flag@ down to configure in stages 2 and 3.
7118         * Makefile.in: Regenerate.
7119
7120 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7121
7122         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
7123         for stages 2 and 3 as well as in make.  As a consequence, remove
7124         OUTPUT_OPTION (now detected by configure) from the flags passed down
7125         to make.
7126         * Makefile.in: Regenerate.
7127
7128         * Makefile.tpl (new-bootstrap): Fix typo.
7129         * Makefile.in: Regenerate.
7130
7131 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7132
7133         * Makefile.tpl: Rearrange by moving recursive_targets rules
7134         into their proper sections.
7135         * Makefile.tpl (top level bootstrap support): Move disabling
7136         of coverage flags from 'make' to 'configure'; improve comments.
7137         * Makefile.in: Regenerate.
7138
7139         * Makefile.tpl (experimental top level bootstrap) Move stage1
7140         language setting from all- target to configure- target; disable
7141         intermodule optimization in stage 1; prevent gratuitous rebuilds
7142         of stage 1.
7143         * Makefile.in: Regenerate.
7144         * configure.in: Comma-separate stage 1 language list for top
7145         level bootstrap.
7146         * configure: Regenerate.
7147
7148         * Makefile.tpl: Clean up experimental top level bootstrap support:
7149         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
7150         prev-gcc in configure- targets as well as all- targets.
7151         * Makefile.in: Regenerate.
7152
7153 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
7154
7155         * compile: New file imported from automake.
7156
7157 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
7158
7159         * configure.in: Remove symbolic link section.
7160         * configure: Regenerate.
7161         * Makefile.tpl (links): Remove.
7162         * Makefile.in: Regenerate.
7163
7164 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
7165             Nathanael Nerode  <neroden@gcc.gnu.org>
7166
7167         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
7168         Set with AC_CHECK_PROGS.
7169         * configure.in: Fix comment typo from last patch.
7170         * configure: Regenerate.
7171
7172 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
7173
7174         * Makefile.tpl: Introduce experimental top level bootstrap support.
7175         * Makefile.in: Regenerate.
7176         * configure.in: Introduce support for top level bootstrap.
7177         * configure: Regenerate.
7178
7179 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
7180             Paolo Bonzini  <bonzini@gnu.org>
7181
7182         PR bootstrap/14522
7183         * configure.in: Cope with shells that do not support unquoted ^
7184         * configure: Regenerate.
7185
7186 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
7187             Paolo Bonzini  <bonzini@gnu.org>
7188
7189         PR bootstrap/14522
7190         * configure.in: Cope with shells that do not support nesting
7191         quotes inside quoted backquote substitutions.
7192         * configure: Regenerate.
7193
7194 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
7195
7196         PR bootstrap/14522
7197         * configure.in: Fix escaping of $.
7198         * configure: Regenerate.
7199
7200 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7201
7202         * configure: Regenerate, since I forgot to while committing Paolo's
7203         changes.
7204
7205 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
7206
7207         PR ada/14131
7208         Move language detection to the top level.
7209         * configure.in: Find default values for the tools as
7210         soon as possible.  Disable ada if GNAT is not found.
7211         Emit error message about missing languages.  Expand
7212         --enable-languages=all for the gcc subdirectory.
7213
7214 2004-03-10  Ben Elliston  <bje@gnu.org>
7215
7216         * MAINTAINERS: Update my email address.
7217
7218 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
7219
7220         * ltconfig: Disable building static libraries if building shared
7221         libraries on AIX 5L.
7222
7223 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
7224
7225         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7226         and disable libgcj.
7227         * configure: Regenerated.
7228
7229 2004-03-01  Brian Booth  <bbooth@redhat.com>
7230
7231         * MAINTAINERS: Add myself to write-after-approval.
7232
7233 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
7234
7235         * MAINTAINERS: Add myself to write-after-approval.
7236
7237 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7238
7239         PR bootstrap/7087
7240         * Makefile.tpl: Guard XFOO sed statements better.
7241         * Makefile.tpl: Add dependency for configure-target-libada.
7242         * Makefile.in: Regenerate (incidentally fixes broken
7243         commit when libada-branch was merged).
7244
7245 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
7246
7247         * MAINTAINERS: Add myself to write-after-approval.
7248
7249 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
7250
7251         * MAINTAINERS: Add Nicola Pero and myself as libobjc
7252         maintainers.
7253
7254 2004-02-20  Andrew Cagney  <cagney@redhat.com>
7255
7256         * config.guess: Update from version 2003-10-16 to 2004-02-16.
7257         * config.sub: Update from version 2003-11-03 to 2004-02-16.
7258
7259 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7260
7261         PR bootstrap/11932
7262         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7263
7264 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
7265
7266         * MAINTAINERS: Added myself to write-after-approval.
7267
7268 2004-02-14  Michael Koch  <konqueror@gmx.de>
7269
7270         * MAINTAINERS: Added myself to write-after-approval.
7271
7272 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
7273
7274         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
7275         some OS port maintainers to OS port maintainers section.
7276
7277 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
7278
7279         * MAINTAINERS: Add self.
7280
7281 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
7282
7283         * MAINTAINERS: Alphabetize.
7284
7285 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
7286
7287         * MAINTAINERS: Remove myself.
7288
7289 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
7290
7291         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7292         (rs6000-*-aix*): Same.
7293         * configure: Regenerate.
7294
7295 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
7296
7297         * configure.in (host): Add in missing $noconfigdirs to defines.
7298         * configure: Regenerate.
7299
7300 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
7301             Nathanael Nerode  <neroden@gcc.gnu.org>
7302
7303         PR ada/6637, PR ada/5911
7304         Merge with libada-branch:
7305         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7306         with appropriate dependencies. Add --enable-libada configure switch.
7307         * configure, Makefile.in: Regenerate.
7308
7309 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
7310
7311         * MAINTAINERS: Add myself to write-after-approval.
7312
7313 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7314
7315         * configure.in: Don't pass --with-stabs on IRIX 5 either.
7316         * configure: Regenerate.
7317
7318 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
7319
7320         Merge from upstream:
7321
7322         * ltmain.in: When setting IFS to '~', be careful about user
7323         arguments that contain '~'.
7324
7325         2004-02-04  Peter O'Gorman  <peter@pogma.com>
7326
7327         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7328         Also test $base_compile against $CC with escaped arguments. Bug
7329         reported by Geoff Keating <geoffk@apple.com>.
7330
7331 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
7332
7333         * MAINTAINERS: Remove i960 port.
7334
7335 2004-01-23  DJ Delorie  <dj@redhat.com>
7336
7337         * Makefile.def (target_modules) [libiberty]: Don't stage.
7338         * Makefile.in: Rebuilt.
7339
7340 2004-01-20  Caroline Tice  <ctice@apple.com>
7341
7342         * MAINTAINERS: Add myself to write-after-approval.
7343
7344 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
7345
7346         * MAINTAINERS: Update my email address.
7347
7348 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
7349
7350         * MAINTAINERS: Add myself to write-after-approval.
7351
7352 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7353
7354         * MAINTAINERS: Remove entries without email address.
7355
7356 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
7357
7358         * MAINTAINERS: Add myself to write-after-approval.
7359
7360 2004-01-15  Steven Bosscher  <stevenb@suse.de>
7361
7362         * MAINTAINERS: Update my email address.
7363
7364 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
7365
7366         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7367         * Makefile.tpl (configure-target-[+module+]): Support stage.
7368         * Makefile.in: Rebuilt.
7369
7370 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
7371
7372         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7373
7374 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
7375
7376         * MAINTAINERS: Add myself as a MIPS maintainer.
7377
7378 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7379
7380         * configure.in: Use ./config.cache, not config.cache.
7381         * configure: Regenerate.
7382         * Makefile.tpl: Special-casing not needed for GCC any more.
7383         * Makefile.in: Regenerate.
7384
7385         * configure.in: Don't share a cache file for host dirs.
7386         * configure: Regenerate.
7387
7388         * config-ml.in: Don't mess with the cache file.
7389
7390 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7391
7392         * MAINTAINERS: Move myself from 'Write After Approval' to
7393         'CPU Port Maintainers' section as SPARC maintainer.
7394
7395 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7396
7397         * Makefile.tpl: Make GCC use a separate config.cache.
7398         * Makefile.in: Regenerate.
7399
7400         PR bootstrap/11932, PR bootstrap/11933
7401         (I don't know if it will fix either of them, but it relates
7402         to them.)
7403         * configure.in: Don't use shared config.cache for target
7404         directories.
7405         * configure: Regenerate.
7406
7407 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
7408
7409         * MAINTAINERS: Add myself to 'Write After Approval' section.
7410
7411 2003-12-31  Roger Sayle  <roger@eyesopen.com>
7412
7413         * configure.in (ia64*-*-hpux*): Disable building java libraries.
7414         * configure: Regenerated.
7415
7416 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
7417
7418         * MAINTAINERS: Remove the mn10200 maintainer.
7419
7420 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
7421
7422         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7423         * configure: Regenerated.
7424
7425 2003-12-16  Jan Hubicka  <jh@suse.cz>
7426
7427         * MAINTAINERS: Add myself as callgraph maintainer.
7428
7429 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
7430
7431         * configure.in (raw_libstdcxx_flags): Remove the leading space.
7432         * configure: Regenerate.
7433
7434 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7435
7436         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7437         'Write After Approval' section. Update email.
7438
7439 2003-12-01  James Lemke  <jim@wasabisystems.com>
7440
7441         * MAINTAINERS (Write After Approval): Add myself.
7442
7443 2003-11-20  Matt Thomas  <matt@3am-software.com>
7444
7445         * MAINTAINERS: Add myself as a vax port maintainer.
7446
7447 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
7448
7449         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7450         (configure-build-[+module+], configure-[+module+]): Likewise.
7451         (configure-target-[+module+], configure-gcc, config.status): Likewise.
7452         * Makefile.in: Regenerate.
7453
7454 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
7455
7456         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7457         shared/dylibed libraries.
7458         * ltmain.sh: Likewise.
7459         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7460         * ltcf-cxx.sh: Likewise.
7461         * ltcf-gcj.sh: Likewise.
7462         * ltconfig: Likewise.
7463
7464 2003-11-17  Stan Cox  <scox@redhat.com>
7465
7466         * MAINTAINERS: Add myself as iq2000 port maintainer.
7467
7468 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
7469
7470         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7471         * Makefile.in: Regenerate.
7472
7473 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
7474
7475         * config.sub: Update to 2003-11-03 version.
7476
7477 2003-10-20  Phil Edwards  <phil@codesourcery.com>
7478
7479         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
7480         * configure:  Regenerate.
7481
7482 2003-10-20  Nicolas Pitre  <nico@cam.org>
7483
7484         * MAINTAINERS: Add myself to 'Write After Approval' section.
7485
7486 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
7487
7488         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7489
7490 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
7491
7492         * MAINTAINERS: Update my email address.
7493
7494 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7495
7496         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7497
7498 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
7499
7500         * MAINTAINERS: Add myself to 'Write After Approval' section.
7501
7502 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
7503
7504         * config.guess: Update to 2003-10-16 version.
7505         * config.sub: Update to 2003-10-16 version.
7506
7507 2003-10-15  David Daney  <ddaney@avtrex.com>
7508
7509         * MAINTAINERS: Added myself to 'Write After Approval' section.
7510
7511 2003-10-15  Falk Hueffner  <falk@debian.org>
7512
7513         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7514         'Write After Approval' section. Update email.
7515
7516 2003-10-14  Roger Sayle  <roger@eyesopen.com>
7517
7518         * MAINTAINERS: Move myself from 'Write After Approval' to
7519         'Various Maintainers' section as middle-end maintainer.
7520
7521 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7522
7523         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7524         HOST_FLAGS_TO_PASS.
7525         * Makefile.in: Regenerate.
7526
7527 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
7528
7529         * config.guess: Update to 2003-10-07 version.
7530         * config.sub: Update to 2003-10-07 version.
7531
7532 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7533
7534         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7535         * ltconfig (irix5*, irix6*): Don't override version_type.
7536
7537 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
7538
7539         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7540         * configure: Rebuilt
7541         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7542         * Makefile.in: Rebuilt
7543
7544 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
7545
7546         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7547
7548 2003-09-30  Carlo Wood  <carlo@alinoe.com>
7549
7550         * MAINTAINERS (Write After Approval): Add myself.
7551
7552 2003-09-29  Paul Koning  <ni1d@arrl.net>
7553
7554         * MAINTAINERS: Move myself from "Write After Approval"
7555         to CPU platform maintainers for pdp11 platform.
7556
7557 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
7558
7559         * MAINTAINERS: Move myself from 'Write After Approval' to
7560         'Various Maintainers' section as libffi testsuite maintainer.
7561
7562 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
7563
7564         * configure.in: Pass a computed --program-transform-name
7565         to subconfigures.
7566         * configure: Regenerated.
7567
7568 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7569
7570         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7571         * Makefile.in: Regenerate.
7572
7573         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7574         * Makefile.in: Regenerate.
7575
7576 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
7577
7578         * MAINTAINERS: Move myself from 'Write After Approval'
7579         to 'Various Maintainers' (objective-c) section.
7580
7581 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
7582
7583         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7584         quoting.
7585         * configure: Regenerated.
7586
7587 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
7588
7589         * MAINTAINERS (Write After Approval): Add myself to write after
7590         approval list.
7591
7592 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
7593
7594         * MAINTAINERS (Write After Approval): Add myself.
7595
7596 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
7597
7598         * MAINTAINERS: Update my e-mail address.
7599
7600 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
7601
7602         * libtool.m4 (LD): Correct powerpc64 host match.
7603
7604 2003-09-06  James E Wilson  <wilson@tuliptree.org>
7605
7606         * MAINTAINTERS: Update my affiliation and email address.
7607
7608 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7609
7610         * MAINTAINERS (Write After Approval): Add myself.
7611
7612 2003-09-04  DJ Delorie  <dj@redhat.com>
7613
7614         * configure: Regenerate.
7615
7616 2003-09-04  Robert Millan  <robertmh@gnu.org>
7617
7618         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7619
7620 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7621
7622         * configure.in: Ensure arguments to sed are properly spaced.
7623         * configure: Regenerate.
7624
7625 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
7626
7627         * MAINTAINERS: Update my e-mail address.
7628
7629 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
7630
7631         * MAINTAINERS (Write After Approval): Add myself.
7632
7633 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
7634
7635         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7636         * configure: Regenerated.
7637
7638 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7639
7640         * MAINTAINERS: Update my email address.
7641
7642 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
7643
7644         * configure.in:  Use newline instead of semicolon when assuming
7645         shell arguments in a for loop.
7646         * configure:  Regenerated.
7647
7648 2003-08-22  Jason Eckhardt  <jle@rice.edu>
7649
7650         * MAINTAINERS: Resurrect the i860 maintainer.
7651
7652 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
7653
7654         PR 8180
7655         * configure.in: When testing with_libs and with_headers, treat
7656         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
7657         * configure: Regenerate.
7658
7659         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7660         make, shell, etc.
7661         (baseargs): Likewise.
7662         * configure: Regenerate.
7663
7664 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
7665
7666         * MAINTAINERS (Write After Approval): Add myself.
7667
7668 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
7669
7670         * configure.in: Disable libgcj for darwin not on powerpc.
7671         * configure: Rebuild.
7672
7673 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
7674
7675         * config-ml.in, symlink-tree: Add license.
7676
7677 2003-08-03  Richard Stallman  <rms@gnu.org>
7678             Eben Moglen  <moglen@columbia.edu>
7679
7680         * README.SCO: New file.
7681
7682 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
7683
7684         * Makefile.tpl (check, check-c++): Express dependencies using
7685         dependencies rather than commands.
7686         * Makefile.in: Regenerate.
7687
7688 2003-08-01  Andrew Cagney  <cagney@redhat.com>
7689
7690         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7691         * configure: Ditto.
7692
7693 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
7694
7695         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7696         * Makefile.in: Update.
7697
7698 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
7699
7700         * configure.in: Enable libgcj for darwin.
7701         * configure: Rebuild.
7702
7703 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
7704
7705         * config-ml.in:  Use ac_configure_args directly instead of
7706         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
7707         actually seen.
7708
7709 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7710
7711         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7712         creating target and build subdirs to build all parent dirs as needed.
7713         * Makefile.in: Rebuild.
7714         * configure.in: Don't build dirs explicitly here.
7715         * configure: Rebuild.
7716
7717 2003-07-26  Paul Brook  <paul@nowt.org>
7718
7719         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7720
7721 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
7722
7723         * Makefile.tpl (all-make): Depend on intl.
7724         * Makefile.in: Rebuilt.
7725
7726 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
7727
7728         * install-sh:  Update to newer upstream versions (associated with
7729         aclocal 1.7).
7730         * mkinstalldirs:  Likewise.
7731         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
7732
7733 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
7734
7735         * MAINTAINERS: Move self from Bug database only accounts
7736         to write-after-approval.
7737
7738 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
7739
7740         * config.if: Remove unused libc_interface determination.
7741
7742 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7743
7744         * MAINTAINERS: Move self from write-after-approval to
7745         build machinery (*.in).
7746
7747 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7748
7749         PR bootstrap/11273
7750         PR bootstrap/11408
7751         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
7752         unused INSTALL_PROGRAM_ARGS.
7753         * configure.in: Use AC_PROG_INSTALL.
7754         * Makefile.in: Regenerate.
7755         * configure: Regenerate.
7756
7757 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
7758
7759         * MAINTAINERS: Alphabetize.
7760
7761 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
7762
7763         * configure: Rebuilt.
7764         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7765         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7766         newlib nor libgloss.
7767         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
7768         * configure.in (am33_2.0-*-linux*): Added.
7769
7770 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
7771
7772         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7773         * configure: Regenerate.
7774
7775 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
7776
7777         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7778         * Makefile.in: Regenerate.
7779
7780 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7781
7782         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7783         * Makefile.in: Regenerate.
7784
7785 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
7786
7787         * Makefile.tpl: Replace PWD with PWD_COMMAND.
7788         * Makefile.in: Regenerated.
7789
7790         * config-ml.in: Replace PWD with PWD_COMMAND.
7791
7792 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7793
7794         * intl: New directory; see intl/ChangeLog for details.
7795         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7796         * Makefile.tpl: all-gcc depends on maybe-all-intl.
7797         * Makefile.in: Regenerate.
7798
7799 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7800
7801         * configure.in: Clean up config-lang.in handling.  Delete
7802         useless assignment to "subdirs".
7803         * configure: Regenerate.
7804
7805 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7806
7807         * configure.in: Rename 'target_libs' to 'target_libraries'.
7808         Remove useless reference to 'target_libs'.
7809         * configure: Regenerate.
7810
7811 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
7812
7813         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7814         * Makefile.in: Regenerate.
7815
7816 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7817
7818         * Makefile.def: Introduce flags_to_pass.
7819         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7820         * Makefile.in: Regenerate.
7821
7822 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
7823
7824         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7825         and target-libgloss.
7826         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7827         <h8300*-*-*>: Disable libf2c and ${libgcj}.
7828         * configure: Regenerate.
7829
7830 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
7831
7832         * configure.in: Update testsuite_flags to new location.
7833         * configure. Regenerate.
7834
7835 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7836
7837         * Makefile.tpl: Remove BUILD_CC stuff.
7838         * Makefile.in: Regenerate.
7839
7840 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
7841
7842         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7843
7844 2003-06-16  Graeme Peterson  <gp@qnx.com>
7845
7846         * MAINTAINERS (Write After Approval): Add myself.
7847
7848 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
7849
7850         * config.guess: Update to 2003-06-12 version.
7851         * config.sub: Update to 2003-06-13 version.
7852
7853 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
7854
7855         * config.guess: Update to 2003-06-06 version.
7856         * config.sub: Update to 2003-06-06 version.
7857
7858 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7859
7860         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7861         * configure. Regenerate.
7862
7863 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7864
7865         * configure.in: Disable serial configure by default.
7866         * configure: Regenerate.
7867         * Makefile.tpl: Abolish .NOTPARALLEL.
7868         * Makefile.in: Regenerate.
7869
7870         * Makefile.tpl: Replace {build,host,target}_canonical by
7871         {build,host,target}.
7872         * Makefile.in: Regenerate.
7873
7874         * Makefile.tpl: Fix stupid pasto.
7875         * Makefile.in: Regenerate.
7876
7877 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7878
7879         * Makefile.tpl: Remove bogus conditional.
7880         * Makefile.in: Regenerate.
7881
7882 2003-06-05  Jan Hubicka  <jh@suse.cz>
7883
7884         * Makefile.tpl (profiledbootstrap): New target.
7885         * Makefile.in (profiledbootstrap): New target.
7886
7887 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
7888
7889         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7890         Pinski. Remove user names from other bugzilla-only maintainers.
7891
7892 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7893
7894         * Makefile.tpl: Make 'recursive targets' using autogen rather
7895         than shell loop.  Remove duplicate 'clean' targets and false
7896         comments.
7897         * Makefile.def: Add systematic dependencies to 'recursive' targets.
7898         Add systematic method of specifying missing targets in subdirs.
7899         Add copyright boilerplate.
7900         * Makefile.in: Regenerate.
7901         * configure.in: Add 'recursive targets' to maybe list.
7902         * configure: Regenerate.
7903
7904         * MAINTAINERS: "GNATS only" -> "Bug database only".
7905
7906         * Makefile.tpl: Rename [+target+] to [+make_target+].
7907         * Makefile.def: Rename 'target' to 'make_target'.
7908
7909 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
7910
7911         * MAINTAINERS: Add self as options handling maintainer.
7912
7913 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
7914
7915         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7916         been too long since I touched those ports.
7917
7918 2003-05-28  DJ Delorie  <dj@redhat.com>
7919
7920         * Makefile.tpl: Make maybe-check-gcc .PHONY.
7921         * Makefile.in: Regenerate.
7922
7923 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7924
7925         * configure.in: Use curly braces in the definition of tooldir.
7926         * configure: Regenerate.
7927
7928 2003-05-21  DJ Delorie  <dj@redhat.com>
7929
7930         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7931         newlib or libgloss.
7932         * Makefile.in: Regenerate.
7933
7934 2003-05-21  DJ Delorie  <dj@redhat.com>
7935
7936         * Makefile.tpl: Add missing empty maybe-check-gcc target.
7937         * Makefile.in: Regenerate.
7938
7939 2003-05-20  Ian Lance Taylor  <ian@airs.com>
7940
7941         * MAINTAINERS: Update my e-mail address.
7942
7943 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7944
7945         * configure.in: Switch more things to use maybe dependencies.
7946         * Makefile.tpl: Switch more things to use maybe dependencies.
7947         Factor out common code from autogen IF statements.
7948         * configure: Regenerate.
7949         * Makefile.in: Regenerate.
7950
7951 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
7952
7953         * configure.in: Accept i[3456789]86 for machine type.
7954         * configure: Regenerate.
7955
7956 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7957
7958         * configure.in: Switch more things to use maybe dependencies.
7959         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
7960         * configure: Regenerate.
7961         * Makefile.tpl: Switch more things to use maybe dependencies.
7962         * Makefile.in: Regenerate.
7963
7964 2003-05-16  Andreas Schwab  <schwab@suse.de>
7965
7966         * Makefile.tpl (install-opcodes): Define.
7967         * Makefile.in: Rebuild.
7968
7969 2003-05-13  Andreas Jaeger  <aj@suse.de>
7970
7971         * config.guess: Update to 2003-05-09 version.
7972         * config.sub: Update to 2003-05-09 version.
7973
7974 2003-05-13  Michael Eager  <eager@mvista.com>
7975
7976         * configure.in: Correct sed script so that options in quotes are not
7977         deleted.
7978         * configure: Rebuild.
7979
7980 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
7981
7982         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7983         and $$s/newlib/libc/sys/cygwin32 include paths.
7984         * configure: Ditto.
7985
7986 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
7987
7988         * MAINTAINERS: Update my email addresses.
7989
7990 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7991
7992         * config-ml.in: Propagate INSTALL variables.
7993
7994 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7995
7996         * MAINTAINERS: Remove duplicate entries in Write After Approval.
7997
7998 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
7999
8000         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
8001         * Makefile.in: Regenerate.
8002
8003 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
8004
8005         * MAINTAINERS (GNATS only): Add Falk Hueffner.
8006
8007 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
8008
8009         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
8010
8011 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
8012
8013         * Makefile.tpl: Clean $(BUILD_SUBDIR).
8014         * Makefile.in: Regenerated.
8015
8016 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
8017
8018         * MAINTAINERS (Write After Approval): Upgrade myself from
8019         GNATS only to write-after-approval. Update my mail address.
8020
8021 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
8022
8023         (OS Port Maintainers: freebsd): Add myself.
8024
8025 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
8026
8027         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
8028
8029 2003-04-22  Kean Johnston  <jkj@sco.com>
8030
8031         * MAINTAINERS (SCO ports): Added myself.
8032
8033 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
8034
8035         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
8036
8037 2003-04-19  Kean Johnston  <jkj@sco.com>
8038
8039         * MAINTAINERS (Write After Approval): Add myself.
8040
8041 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8042
8043         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
8044         * Makefile.in: Regenerate.
8045
8046 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
8047
8048         * configure.in (powerpc64*-*-linux*): Remove.
8049         * configure: Rebuilt.
8050
8051 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
8052
8053         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
8054         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
8055         and restrap.
8056         * Makefile.in:  Regenerate.
8057
8058 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
8059
8060         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
8061         * configure: Regenerated.
8062
8063 2003-04-15  DJ Delorie  <dj@redhat.com>
8064
8065         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
8066
8067 2003-04-13  Nick Clifton  <nickc@redhat.com>
8068
8069         * config-ml.in: Remove support for --disable-aix removing
8070         call-aix multilibs.
8071
8072 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
8073
8074         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
8075         * */configure: Rebuilt.
8076
8077 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
8078
8079         * MAINTAINERS: Add my email address.
8080
8081 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
8082
8083         * MAINTAINERS (Write After Approval): Add myself.
8084
8085 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
8086
8087         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
8088         * Makefile.in: Regenerate.
8089
8090 2003-03-14  Michael Chastain  <mec@shout.net>
8091
8092         * Makefile.in: Regenerate with correct Makefile.def.
8093
8094 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8095
8096         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
8097         Make macro.
8098         * Makefile.in: Regenerate.
8099         * configure.in: Clean up gxx_include_dir logic.
8100         * configure: Regenerate.
8101
8102 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
8103
8104         * MAINTAINERS (Write After Approval): Add myself.
8105
8106 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
8107
8108         * MAINTAINERS: Update my mail address.
8109
8110 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8111
8112         * configure.in (gxx_include_dir): Fix typo.
8113         * configure: Regenerated.
8114
8115 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
8116
8117         * Makefile.tpl: Reindent.
8118         * Makefile.in: Regenerate.
8119         * configure.in: Reindent.  Don't set unused variables.
8120         * configure: Regenerate.
8121
8122 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
8123
8124         * configure.in: Include $(build_tooldir)/sys-include in
8125         FLAGS_FOR_TARGET.
8126         * configure: Regenerated.
8127
8128 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
8129
8130         * Makefile.tpl: Always pass down RANLIB.
8131         * Makefile.in: Regenerate.
8132
8133         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
8134         * Makefile.in: Regenerate.
8135         * configure.in: Remove unused logic relating to --enable-shared
8136         and --enable-threads.  Remove bogus comments.  Remove redundant
8137         noconfigdirs.
8138         * configure: Regenerate.
8139
8140         * configure.in: Replace ${libstdcxx_version} by its value.
8141         Remove reference to mh-dgux.
8142         * configure: Regenerate.
8143
8144 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
8145
8146         * MAINTAINERS (Write After Approval): Add myself.
8147
8148 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8149
8150         * Makefile.tpl: Rearrange.
8151         * Makefile.in: Regenerate.
8152
8153 2003-02-25  Uwe Stieber  <uwe@wwws.de>
8154
8155         * configure.in: Add support for kaOS as cross build target system.
8156         * configure: Regenerated.
8157
8158 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
8159
8160         * MAINTAINERS (Write after approval): Add myself.
8161
8162 2003-02-21  James E Wilson  <wilson@tuliptree.org>
8163
8164         * MAINTAINERS: Update my email address.
8165
8166 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
8167
8168         * MAINTAINERS: Add self to blanket write privs. section.
8169
8170 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
8171
8172         * Makefile.tpl: Add definition of CPPFLAGS to pass into
8173         configure-target-* as some target builds may require additional
8174         flags for preprocessor tests.
8175         * Makefile.in: Regenerated.
8176
8177 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
8178
8179         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
8180         * ltconfig: Handle it.
8181         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
8182         auto-detecting it.
8183
8184         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
8185         it is used as argument to $CC.
8186         * ltcf-gcj.sh: Likewise.
8187
8188         * configure.in: Introduce --enable-maintainer-mode.
8189         * configure: Rebuilt.
8190         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
8191         for maintainer mode.
8192         * Makefile.in: Rebuilt.
8193
8194 2003-02-18  Jason Merrill  <jason@redhat.com>
8195
8196         * Makefile.tpl (check-c++): Allow parallelism.
8197
8198 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8199
8200         * MAINTAINERS: Remove John Carr (who never actually had access to
8201         gcc.gnu.org).
8202
8203 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
8204
8205         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
8206         don't configure target-libobjc.
8207         * configure: Regenerate.
8208
8209 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8210
8211         * Makefile.tpl (RANLIB): Define.
8212         * Makefile.in: Regenerate.
8213
8214 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
8215
8216         * MAINTAINERS: Update my email.
8217
8218 2003-02-06  Keith R Seitz  <keiths@redhat.com>
8219
8220         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
8221         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
8222         * Makefile.in: Regenerated.
8223         * configure.in: Remove all traces of snavigator, db, and grep.
8224         * configure: Regenerated.
8225
8226 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8227
8228         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
8229         After Approval.
8230
8231 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8232
8233         * MAINTAINERS (Write after approval): Add myself.
8234
8235 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
8236
8237         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
8238         * Makefile.in: Regenerated.
8239
8240 2003-01-30  Roger Sayle  <roger@eyesopen.com>
8241
8242         * config.guess: Updated to 2003-01-30's version.
8243         * config.sub: Updated to 2003-01-28's version.
8244
8245 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
8246
8247         * config.if: If gcc_version is already set, just use it.  Don't set
8248         gcc_version_trigger if it's already set, otherwise set it to
8249         gcc/version.c, but only if the file exists.  If it is not set and
8250         gcc/version.c does not exist, try to extract the version number from
8251         $CC.
8252
8253 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
8254
8255         * MAINTAINERS: Add myself to write-after-approval list.
8256
8257 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
8258
8259         * configure.in:  Revert 24Jan change.
8260         * configure:  Regenerate.
8261
8262 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8263
8264         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
8265         entry of HJ Lu.
8266
8267 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8268
8269         * configure.in: Revert previous change.
8270         * configure: Regenerate.
8271
8272 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8273
8274         * configure.in: Make rda native-only.
8275         * configure: Regenerate.
8276
8277 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8278
8279         * MAINTAINERS: Move myself from GNATS-only-accounts to
8280         write-after-approval.
8281
8282 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8283
8284         * configure.in: Add missing \.
8285         * configure: Rebuilt.
8286
8287 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
8288
8289         * configure.in (baseargs): Avoid using \| in sed regular
8290         expressions.
8291         * configure: Rebuilt.
8292
8293 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
8294
8295         * configure.in (baseargs): Remove all supported forms of
8296         --cache-file, --srcdir, --host, --build and --target options
8297         from argument lists.
8298         * configure: Rebuilt.
8299
8300 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
8301
8302         * MAINTAINERS: Add myself to write-after-approval list.
8303
8304 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
8305
8306         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8307         * configure: Rebuilt.
8308
8309 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8310
8311         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8312         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8313         * Makefile.in: Regenerate.
8314         * configure: Regenerate.
8315
8316 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
8317
8318         * configure.in: Remove Makefile in build, host and target modules
8319         unless configure was run with --no-recursion.
8320         * configure: Rebuilt.
8321
8322 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8323
8324         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8325         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8326         * Makefile.in: Regenerate.
8327
8328 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
8329
8330         * config.guess: Update to 2003-01-03 version.
8331         * config.sub: Update to 2003-01-03 version.
8332
8333 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8334
8335         * configure: Regenerate with proper autoconf 2.13.
8336
8337 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8338
8339         * configure.in: Add AC_PREREQ for consistency.
8340         * configure: Regenerate.
8341
8342 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
8343
8344         * configure.in (GDB_TK): Add tcl directories conditional on
8345         gdb/gdbtk directory being present.
8346         * configure: Regenerate.
8347
8348 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
8349
8350         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
8351         used by gcc if LD is not defined and we are not doing a Canadian Cross.
8352         * configure: Rebuilt.
8353
8354 2002-12-31  Tom Tromey  <tromey@redhat.com>
8355
8356         * Makefile.in: Rebuilt.
8357         * Makefile.def (target_modules) [libffi]: Allow installation.
8358
8359 2002-12-31  Andreas Schwab  <schwab@suse.de>
8360
8361         * configure.in: Fix use of $program_transform_name.
8362         * configure: Regenerated.
8363
8364 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
8365
8366         * configure.in (baseargs): Don't remove first configure argument.
8367         * configure: Regenerated.
8368
8369 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
8370
8371         * Makefile.tpl (local-distclean): Don't remove...
8372         (multilib.ts): ... this.  Moved into...
8373         (multilib.out): ... this.  Don't use sub-make.
8374         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8375         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8376         (configure-build-[+module+], configure-[+module+],
8377         configure-target-[+module+], configure-gcc): ... these.  Test
8378         for Makefile existence.  Drop config.status from dependencies.
8379         * Makefile.in: Rebuilt.
8380         * configure.in: Move gcc-version-trigger to the end of
8381         ac_configure_args.  Add comments to maybedep.tmp and
8382         serdep.tmp.  Introduce --disable-serial-configure.  Remove
8383         nonopt from baseargs, matching and removing corresponding
8384         whitespace while at it.
8385         * configure: Rebuilt.
8386
8387 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
8388
8389         * configure.in (host_configargs): Replace reference to
8390         no-longer-defined buildopts with --build=${build_alias}.
8391         * configure: Rebuilt.
8392
8393         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
8394         program_transform_name to standard idiom.
8395         (AUTOGEN, AUTOCONF): Define.
8396         (Makefile.in): Use $(AUTOGEN).
8397         (Makefile): Depend on config.status, and use autoconf-style rule to
8398         build it.  Move original commands to...
8399         (config.status): ... this new target.
8400         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
8401         $(AUTOCONF).
8402         * Makefile.in: Rebuilt.
8403
8404 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8405
8406         * Makefile.tpl: Fix dramatic bustage due to change in
8407         program_transform_name.
8408         * Makefile.in: Regenerate.
8409
8410         * configure.in: Remove unnecessary PATH setting.
8411         * configure: Regnerate.
8412
8413         * configure.in: Don't default to unprefixed tools unless
8414         the native tools will work.
8415         * configure: Regenerate.
8416
8417         * configure.in: Convert to autoconf script.  Blow away lots
8418         of now-redundant Makefile fragments.
8419         * configure: Generate using Autoconf.
8420         * Makefile.tpl: Rewrite to reflect autoconfiscation.
8421         * Makefile.in: Regenerate.
8422
8423 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8424
8425         * configure: Fix stupid bug where RANLIB was mistakenly included.
8426
8427         * configure.in: Rename (buildargs, hostargs, targargs) to
8428         (build_configargs, host_configargs, target_configargs).
8429
8430         * configure.in: Move logic out of sed statement.
8431
8432         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
8433         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8434
8435 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
8436
8437         * config.sub: Import from master repository
8438         * config.guess: Ditto
8439
8440 2002-12-24  Andreas Schwab  <schwab@suse.de>
8441
8442         * Makefile.tpl (multilib.out): Fix missing space.
8443         * Makefile.in: Regenerate.
8444
8445 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8446
8447         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
8448         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
8449         * Makefile.in: Regenerate.
8450         * configure.in: Remove unnecessary leftovers.
8451
8452 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
8453
8454         * configure.in (extra_ranlibflags_for_target): New variable.
8455         (*-*-darwin): Add -c to ranlib commands.
8456         * configure (tooldir): Handle extra_ranlibflags_for_target.
8457
8458 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8459
8460         * Makefile.tpl: Revert HJL's change.
8461         * Makefile.in: Regenerated.
8462         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8463         always.
8464
8465 2002-12-19  Andreas Schwab  <schwab@suse.de>
8466
8467         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8468         * Makefile.in: Regenerate.
8469
8470 2002-12-18  H.J. Lu  <hjl@gnu.org>
8471
8472         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8473         * Makefile.in: Regenerated.
8474
8475         * configure.in (build_prefix): New. Substitute.
8476
8477 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8478
8479         * Makefile.tpl: Don't let real targets depend on phony targets.
8480         * Makefile.in: Regenerate.
8481
8482         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8483         * Makefile.in: Regenerate.
8484
8485 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
8486
8487         * config.sub: Import from master repository
8488         * config.guess: Ditto
8489
8490 2002-12-16  Jason Merrill  <jason@redhat.com>
8491
8492         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8493         previous 'make bootstrap'.
8494         * Makefile.in: Regenerate.
8495
8496 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
8497
8498         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8499
8500 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8501
8502         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8503         * Makefile.in: Regenerate.
8504
8505 2002-12-13  Jason Merrill  <jason@redhat.com>
8506
8507         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
8508         library tests.
8509         (check-c++): Just depend on it and check-target-libstdc++-v3.
8510         * Makefile.in: Regenerate.
8511
8512 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8513
8514         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8515         * Makefile.in: Rebuilt.
8516
8517 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8518
8519         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8520
8521 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8522
8523         * configure: Fix bug put in by gremlins.
8524
8525         * Makefile.tpl: Substitute more autoconfily.
8526         * configure: Substitute more autoconfily.
8527         * Makefile.in: Regenerate.
8528
8529 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
8530
8531         * config.sub: Import from master repository
8532         * config.guess: Ditto
8533         * MAINTAINERS: Added Svein Seldal under write after approval
8534
8535 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
8536
8537         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8538         * Makefile.in (all-sim): Ditto.
8539
8540 2002-12-06  DJ Delorie  <dj@redhat.com>
8541
8542         * Makefile.tpl: Change configure dependencies to not have real
8543         targets depend on phony targets.
8544
8545 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
8546
8547         * configure.in: Revert unintentional change.
8548
8549         * Makefile.tpl: Change dependency for */multilib.out so that
8550         it works when gcc isn't in the tree.
8551
8552         * configure.in: Substitute more.
8553         * configure: Run subconfigures from the Makefile.
8554         * Makefile.tpl: Run subconfigures from the Makefile; add a few
8555         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
8556
8557 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8558
8559         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8560
8561 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8562
8563         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8564         and corresponding dependencies.
8565         * Makefile.in: Regenerate.
8566
8567         * configure.in (host_tools): Order binutils, gas and ld for
8568         convenience in running the testsuites.
8569
8570         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8571         * Makefile.in: Regenerate.
8572         * configure.in: Introduce rules to serialize subconfigure runs.
8573
8574         * configure.in: Introduce BASE_CC_FOR_TARGET.
8575         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
8576         Realize configure-build-* targets.  Realize configure-target-* targets.
8577         * Makefile.in: Regenerate.
8578
8579 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8580
8581         * configure: Move gcc_version_trigger stuff from here...
8582         * configure.in: ...to here.
8583
8584         * configure.in: Separate subconfigure options added by this file from
8585         options given by the user.  Add machinery to put args for host
8586         subconfigures into the Makefile.
8587
8588         * Makefile.tpl: Remove 'vault' targets.
8589         * Makefile.tpl: Reorder and comment dependencies.
8590         * Makefile.in: Regenerate.
8591
8592 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8593         * configure.in: Fix my broken commit of previous patch. (sigh)
8594
8595 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8596
8597         * configure.in: Move host-specific darwin noconfigdirs into
8598         the host-specific section.
8599
8600 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8601
8602         * configure.in: Move host-specific darwin noconfigdirs into
8603         the host-specific section.
8604
8605 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
8606
8607         * configure: Remove skip-this-dir support.
8608         * Makefile.tpl: Remove skip-this-dir support.
8609
8610         * Makefile.tpl: Remove leftover support for non-autoconfiscated
8611         subdirectories.
8612         * Makefile.in: Regenerate.
8613
8614         * Makefile.tpl: Strip out useless setting of 'dir'.
8615         * Makefile.in: Regenerate.
8616
8617 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8618
8619         * configure.in: Fix deeply stupid bug.
8620
8621         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8622         shell code in CXX_FOR_TARGET
8623         * Makefile.def: Introduce raw_cxx.
8624         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8625         RAW_CXX_FOR_TARGET.
8626         * Makefile.in: Regenerate.
8627
8628 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
8629
8630         * Makefile.tpl: Remove unnecessary ifs.
8631         * Makefile.in: Regenerate.
8632
8633         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
8634         dependencies.  Maybe-ize build-libiberty.  Create dummy install
8635         targets for 'no_install' modules.
8636         * configure: Move GDB_TK substitution to configure.in.  Move
8637         build_modules stuff to configure.in.
8638         * configure.in: Implement soft dependency machinery.  Maybe-ize
8639         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
8640         * Makefile.in: Regenerate.
8641
8642 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8643
8644         * Makefile.tpl: Make all-target, install-target behave similarly
8645         to all, install (only hitting configured targets).  Eliminate
8646         unused macro defintions.
8647
8648         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8649         build != host.
8650
8651         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8652
8653         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8654
8655         * configure.in: Produce lists of subdir targets we're actually
8656         configuring.  Remove references to "dosrel".
8657         * Makefile.tpl: Let configure set which subdir targets are hit.
8658         Remove install-cross; clean up install; remove ALL.  Remove
8659         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
8660         Autogenerate host module targets.  Remove empty dependency lines
8661         and redundant dependency; rearrange slightly.
8662         * Makefile.def: Add host-side libtermcap, utils.
8663
8664         * Makefile.in: Regenerate.
8665
8666 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8667
8668         * ltconfig (osf[345]): Append $major to soname_spec.
8669         Reflect this in library_names_spec.
8670         * ltmain.sh (osf): Prefix $major with . for use as extension.
8671
8672 2002-11-19  Andreas Jaeger  <aj@suse.de>
8673
8674         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8675         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8676         and sparc64 GNU/Linux systems.
8677
8678 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
8679
8680         * MAINTAINERS: Update email.
8681
8682 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8683
8684         * MAINTAINERS: Complete James Dennett's entry.
8685
8686 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
8687
8688         * MAINTAINERS (Write After Approval): Add myself.
8689
8690 2002-11-13  Bruce Korb  <bkorb@gnu.org>
8691
8692         * Makefile.tpl: syntactic cleanup
8693
8694 2002-11-13  Stuart Hastings  <stuart@apple.com>
8695
8696         * MAINTAINERS: Add myself to write-after-approval list.
8697
8698 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8699
8700         * Makefile.def: Add list of recursive targets to autogenerate.
8701         Add build_modules.
8702         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
8703         targets.  Autogenerate *-build-* targets.
8704         * Makefile.in: Regenerate.
8705
8706 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8707
8708         * configure: More autoconf-style substitutions.
8709         * Makefile.tpl: More autoconf-style substitutions.
8710         * Makefile.in: Regenerate.
8711
8712 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8713
8714         * configure: Substitute more variables in a more autoconf-friendly
8715         way.  Simplify slightly.
8716         * Makefile.tpl: Make more variables substitutable in an
8717         autoconf-friendly way.
8718         * Makefile.in: Regenerate.
8719
8720 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
8721
8722         * MAINTAINERS (Write After Approval): Add myself.
8723
8724 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8725
8726         * configure.in (v810*): Remove special setting of tools.
8727
8728         * configure: Add support for extra required flags for ar or nm.
8729         * configure.in (aix4.3+): Use above support for target-specific
8730         issues, rather than using config/mt-aix43.
8731
8732 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8733
8734         * configure: Remove 'removing', which doesn't work.  Replace $subdir
8735         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
8736         with $srcdir.  Reformat indentation.  Substitute some variables
8737         formerly hard-coded in the Makefile for build=host.
8738         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8739         * Makefile.def: Autogenerate more.
8740         * Makefile.in: Regenerate.
8741
8742 2002-11-04  Adam Nemet  <anemet@lnxw.com>
8743
8744         * MAINTAINERS (Write After Approval): Add myself.
8745
8746 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
8747
8748         * Makefile.def (host_modules): Add rda.
8749         * Makefile.in: Regenerate.
8750         * configure.in (target_tool): Add target-rda to list.
8751
8752 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8753
8754         * MAINTAINERS: Remove "co-maintainer" note for web pages.
8755
8756 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
8757
8758         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
8759         and restrap targets to this rule.
8760         * Makefile.in:  Regenerate.
8761
8762 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8763
8764         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8765         GNATS only accounts.
8766
8767 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
8768
8769         * configure.in (i[3456]86-*-linux*): Add check to disable
8770         ${libgcj} for glibc1.
8771
8772 2002-10-24  Denis Chertykov  <denisc@overta.ru>
8773
8774         * MAINTAINERS: Add myself as ip2k port maintainer.
8775
8776 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
8777
8778         * configure.in: Add tic4x target.
8779
8780 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8781
8782         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8783         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8784         * Makefile.in: Regenerate.
8785
8786         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8787         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8788         * Makefile.in: Regenerate.
8789
8790 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
8791
8792         * MAINTAINERS: Add myself as web pages co-maintainer.
8793
8794 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8795
8796         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8797         * Makefile.in: Regenerate.
8798
8799 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
8800
8801         * MAINTAINERS: Add myself and Nathan Sidwell
8802         <nathan@codesourcery.com> as VxWorks maintainers.
8803
8804 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8805
8806         * Makefile.def: Remove order dependency comments.
8807         * Makefile.tpl: Add explicit install-install dependencies.
8808         * Makefile.in: Regenerate.
8809
8810         * Makefile.tpl: Remove material now in src-release.  (Finally!)
8811         * Makefile.in: Regenerate.
8812
8813         * Makefile.tpl: Add configure-target (for src-release in src)
8814         * Makefile.in: Regenerate.
8815
8816 2002-09-30  Nick Clifton  <nickc@redhat.com>
8817
8818         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8819
8820 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
8821
8822         * configure.in (s390*-*-linux*): Enable libgcj.
8823
8824 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
8825
8826         * configure: Revert accidentally applied changes.
8827
8828         * Makefile.tpl: Make more autoconf-friendly.
8829         * Makefile.in: Regenerate.
8830         * configure: Make substitution more autoconf-like.
8831
8832 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
8833
8834         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8835         single entry to handle all these.
8836         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
8837         libjava on arm-*-elf.
8838
8839 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
8840
8841         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8842         things that depend on them.
8843
8844 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8845
8846         * Makefile.tpl: Make subsituted variables more autoconfy.
8847         * Makefile.in: Regenerate.
8848         * configure: Make seds more autoconfy.
8849
8850 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8851
8852         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8853         * Makefile.in: Regenerate.
8854         * configure.in: Rewrite sed statements to look autoconfy.
8855
8856         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8857         all-target-foo on configure-target-foo.
8858         * Makefile.def: Ditto.
8859         * Makefile.in: Rebuild.
8860
8861 2002-09-25  Andrew Haley  <aph@redhat.com>
8862
8863         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8864
8865 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8866
8867         * Makefile.def: New file.
8868         * Makefile.tpl: New file.
8869         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8870         * contrib/gcc_update: Note that Makefile.in is a generated file.
8871
8872         * configure.in: Minor rearrangement.  Simplify tests.
8873
8874 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
8875
8876         * configure.in (with_headers): Skip copy if value is "yes".
8877         (with_libs): Likewise.
8878
8879 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
8880
8881         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8882         * configure.in (sh*-*-pe*): Ditto.
8883         * configure.in (mips*-*-pe*): Ditto.
8884         * configure.in (*arm-wince-pe): Ditto.
8885
8886         * configure.in: Rearrange.
8887
8888 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
8889
8890         * MAINTAINERS: Update my email address.
8891
8892 2002-08-30  Paul Koning  <pkoning@equallogic.com>
8893
8894         * MAINTAINERS: (Write After Approval): Add myself.
8895
8896 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
8897
8898         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8899
8900 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
8901
8902         * MAINTAINERS: Change my mailing address.
8903
8904 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
8905
8906         * MAINTAINERS (Write After Approval): Remove myself.
8907         (Various Maintainers: c++ runtime libs): Add myself.
8908
8909 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
8910
8911         * MAINTAINERS (Write After Approval): Remove myself.
8912         (Various Maintainers: c++ runtime libs): Add myself.
8913
8914 2002-08-15  Eric Christopher  <echristo@redhat.com>
8915
8916         * config.sub: Import from master repository.
8917         * config.guess: Ditto.
8918
8919 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
8920
8921         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8922         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8923         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8924
8925 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
8926
8927         * MAINTAINERS: Add self to rs6000 vector extensions.
8928
8929 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
8930
8931         * libiberty/configure: Reverted unintended yesterday's check in.
8932
8933 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
8934
8935         * boehm-gc/configure, libf2c/configure: Rebuilt.
8936         * libffi/configure, libiberty/configure: Ditto.
8937         * libjava/configure, libobjc/configure: Ditto.
8938         * libstdc++-v3/configure, zlib/configure: Ditto.
8939         Merged from binutils:
8940         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
8941         From Steve Ellcey <sje@cup.hp.com>:
8942         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8943         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8944         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8945         IA64.
8946         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8947         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8948         soname_spec, sys_lib_search_path_spec): Ditto.
8949
8950 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
8951
8952         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8953
8954 2002-08-04  H.J. Lu  (hjl@gnu.org)
8955
8956         * configure.in (mips*-*-linux*): Don't skip target-libffi.
8957
8958 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
8959
8960         * MAINTAINERS (Write After Approval): Add myself.
8961
8962 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
8963
8964         * configure.in: Move generic linux case to end.  Copy generic
8965         linux noconfigdirs to mips*-*-linux* entry and new
8966         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
8967
8968 2002-07-19  Michael Matz  <matz@suse.de>
8969
8970         * MAINTAINERS: Add myself as ra* maintainer.
8971
8972 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
8973
8974         * config.guess: Update to 2002-07-09 version.
8975         * config.sub: Update to 2002-07-03 version.
8976
8977 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
8978
8979         * MAINTAINERS: Fix typo in a maintainer email address.
8980
8981 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8982
8983         * configure.in: Remove two redundant tests.
8984
8985 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8986
8987         * configure.in (mips*-*-irix6*o32): Enable stabs.
8988
8989 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
8990
8991         * configure.in: Don't build grez.
8992         * Makefile.in: Ditto.
8993
8994         * Makefile.in: Remove references to bsp, cygmon, libstub.
8995         * configure.in: Ditto.
8996
8997         * configure.in: Remove leftover reference to gdbtest.
8998
8999 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
9000
9001         * configure.in (gxx_include_dir):  Change to match versioned
9002         C++ headers if --enable-version-specific-runtime-libs is used.
9003
9004 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
9005
9006         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
9007
9008 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9009
9010         * configure.in: Make --without-x work.
9011
9012 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9013
9014         * configure.in: Rearrange target Makefile fragment collection.
9015
9016         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
9017         cvs[src].
9018         * configure.in: Ditto.
9019
9020 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
9021
9022         * MAINTAINERS (Write After Approval): Update my e-mail address.
9023
9024 2002-06-24  Ben Elliston  <bje@redhat.com>
9025
9026         * configure.in (host_tools): Remove cgen.
9027
9028         * Makefile.in (all-cgen): Remove; runs from its source directory.
9029         (check-cgen, install-cgen, clean-cgen): Likewise.
9030         (all-opcodes): Do not depend on all-cgen.
9031         (all-sim): Likewise.
9032
9033 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
9034
9035         * Makefile.in: Eliminate 'apache' targets.
9036         * configure.in: Eliminate 'apache' targets.
9037
9038         * configure.in: Eliminate redundant tests.  Reorganize.
9039
9040         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
9041
9042         * config-ml.in: Eliminate references to Cygnus configure.
9043
9044         * Makefile.in: Eliminate references to building emacs.
9045
9046 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
9047
9048         * MAINTAINERS: Update my email address.
9049
9050 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
9051
9052         * config.if (libstdcxx_incdir): Version C++ headers.
9053         (cxx_incdir): Remove.
9054
9055 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
9056
9057         * MAINTAINERS (Write After Approval): Add self.
9058
9059 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
9060
9061         * configure.in: Add support for ip2k.
9062
9063 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
9064
9065         * configure.in: Fix AIX configury bug.
9066
9067 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
9068
9069         * MAINTAINERS (Write After Approval): Add self.
9070
9071 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
9072
9073         * configure.in: replace ${topsrcdir} with ${srcdir}
9074
9075         * configure.in: Move definition of libstdcxx_flags
9076         right above usage, rather than waaay earlier.
9077
9078         * configure.in: Pull definition of is_cross_compiler earlier.
9079
9080         * configure.in: Rearrange a little.
9081
9082         * configure.in: Remove references to librx.
9083         * Makefile.in: Remove references to librx.
9084
9085 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
9086
9087         * config.sub: Add support for avr target.
9088         Import from master sources, rev 1.255
9089
9090 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
9091
9092         * configure, .cvsignore:  Revert previous change...
9093         * Makefile:  ...delete.
9094
9095 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
9096
9097         * configure.in: Eliminate ${gasdir} variable.
9098
9099 2002-06-18  Dave Brolley  <brolley@redhat.com>
9100
9101         * configure.in: Add support for frv.
9102         * config.sub: Add support for frv.
9103
9104 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
9105
9106         * configure:  Remove garbage from previous commit.
9107
9108 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
9109
9110         * configure:  For in-source builds, make a subdir and re-exec there.
9111         * Makefile:  New file.  Pass targets through to build directory.
9112         * .cvsignore:  No longer ignore "Makefile".
9113
9114 2002-06-16  Douglas Rupp  <rupp@gnat.com>
9115
9116         * MAINTAINERS (Write After Approval): Add self.
9117
9118 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9119
9120         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
9121
9122 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
9123
9124         * configure.in (vax-*-netbsd*): Re-enable gas.
9125
9126 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
9127
9128         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
9129         BUILD_PREFIX_1, to correct nomenclature.
9130         * configure: Likewise.
9131
9132         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
9133         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
9134
9135 2002-05-31  Olaf Hering  <olh@suse.de>
9136
9137         * config-ml.in: Propogate DESTDIR also.
9138
9139 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
9140
9141         * configure.in (vax-*-netbsd*): Don't build gas for this
9142         platform.
9143
9144 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
9145
9146         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9147         and libgcj for AVR.
9148
9149 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
9150
9151         * MAINTAINERS (Write After Approval): Add myself.
9152
9153 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
9154
9155         * config.guess: Update to 2002-05-22 version.
9156         * config.sub: Likewise.
9157
9158 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9159
9160         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
9161         * config-ml.in: Likewise.
9162         * configure: Likewise.
9163         * configure.in: Likewise.
9164
9165 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
9166
9167         * MAINTAINERS: Update my email address.
9168
9169 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
9170
9171         * configure.in: Simplify makefile fragment collection.
9172
9173         * configure.in: Remove code to build emacs.
9174
9175         * configure.in : Remove --srcdir argument from targargs and buildargs
9176         (it's always overridden in the Makefile anyway).  Rearrange a bit.
9177
9178         * configure: Move some logic to configure.in.
9179         * configure.in: Move some logic from configure.
9180
9181 2002-05-11  Tom Tromey  <tromey@redhat.com>
9182
9183         * MAINTAINERS: Reflect libgcj reality.
9184
9185 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
9186
9187         * Makefile.in: Honour DESTDIR.
9188
9189 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
9190
9191         * config.guess: Import 2002-03-20 version.
9192         * config.sub: Import 2002-04-26 version.
9193
9194 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9195
9196         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
9197
9198 2002-05-07  Tim Josling  <tej@melbpc.org.au>
9199
9200         * MAINTAINERS: Add self.
9201
9202 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
9203
9204         * ltmain.sh: Detect and handle object name conflicts
9205         while piecewise linking a static library.
9206
9207 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
9208
9209         * configure.in (noconfigdirs): Don't disable libgcj on
9210         sparc64-*-solaris* and sparcv9-*-solaris*.
9211
9212 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
9213
9214         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
9215
9216 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
9217
9218         * configure.in (FLAGS_FOR_TARGET): Do not add
9219         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
9220         on i[3456]86-*-linux*.
9221
9222 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
9223
9224         * configure.in (noconfigdirs): Replace [ ] with test.
9225
9226         * configure.in (noconfigdirs): Do not add target-newlib if
9227         target == i[3456]86-*-linux*, and host == target.
9228
9229 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
9230
9231         * configure.in: delete reference to absent file
9232
9233         * configure.in: replace '[' with 'test'
9234
9235         * configure.in: Eliminate references to gash.
9236         * Makefile.in: Eliminate references to gash.
9237
9238         * configure.in: remove useless references to 'pic' makefile fragments.
9239
9240         * configure.in: (*-*-windows*) Finish removing.
9241
9242         * configure.in: Eliminate redundant test for libgui.
9243
9244 2002-04-29  Roger Sayle  <roger@eyesopen.com>
9245
9246         * MAINTAINERS: Add self and realphabetize.  Update entries
9247         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
9248         entry for a29k port maintainer.
9249
9250 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
9251
9252         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
9253         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
9254
9255 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
9256
9257         * configure.in: remove references to dead files
9258
9259 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
9260
9261         * MAINTAINERS: Add information about purpose of this file.
9262
9263 2002-04-18  Tom Tromey  <tromey@redhat.com>
9264
9265         * configure.in: Disallow configuring libgcj when it is already
9266         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
9267         Solaris 2.8 by default.  For PR libgcj/6158.
9268
9269 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
9270
9271         * configure.in:  Move default CC setting out of config/mh-* fragments
9272         directly into here.
9273
9274 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
9275
9276         * configure.in: don't even try to configure or make a subdirectory
9277         if there's no configure script for it.
9278
9279 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
9280
9281         * MAINTAINERS: Remove chill maintainers.
9282         * Makefile.in (CHILLFLAGS): Remove.
9283         (CHILL_LIB): Remove.
9284         (TARGET_CONFIGDIRS): Remove libchill.
9285         (CHILL_FOR_TARGET): Remove.
9286         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9287         CHILL_LIB.
9288         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9289         (CHECK_TARGET_MODULES): Likewise.
9290         (INSTALL_TARGET_MODULES): Likewise.
9291         (CLEAN_TARGET_MODULES): Likewise.
9292         (configure-target-libchill): Remove.
9293         (all-target-libchill): Remove.
9294         * configure.in (target_libs): Remove target-libchill.
9295         Do not compute CHILL_FOR_TARGET.
9296         * libchill: Remove directory.
9297
9298 2002-04-11  DJ Delorie  <dj@redhat.com>
9299
9300         * Makefile.in, configure.in: Sync with binutils, entries
9301         follow...
9302
9303 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9304
9305         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
9306         (do-tar, do-bz2): New rules.
9307         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
9308         (gdb-tar): New rule.
9309         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
9310         (insight_dejagnu.tar): New rule.
9311         (insight.tar): New rule.
9312         (gdb+dejagnu.tar): New rule.
9313         (gdb.tar): New rule.
9314
9315 2002-02-01  Mo DeJong  <supermo@bayarea.net>
9316
9317         * Makefile.in: Add all-tix to deps for all-snavigator
9318         so that tix is built when building snavigator.
9319
9320 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
9321
9322         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9323         ld and gdb are not supported.
9324
9325 2002-01-07  Mark Salter  <msalter@redhat.com>
9326
9327         * configure.in: Remove target-bsp and target-cygmon from arm builds.
9328         Allow target-libgloss to be built for arm, strongarm, and xscale.
9329
9330 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
9331
9332         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9333         options for i[3456]86-pc-linux* native builds.
9334
9335 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
9336
9337         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9338         files from .po files for a distribution.
9339
9340 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
9341
9342         * configure.in: Enable libstdc++-v3 for h8300 targets.
9343
9344 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
9345
9346         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9347         version from bfd/.
9348
9349 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
9350
9351         * Makefile.in (VER): When present, extract the version number from
9352         the file version.in.
9353
9354 2001-05-24  Tom Rix  <trix@redhat.com>
9355
9356         * configure.in : enable ld for aix
9357
9358 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9359
9360         * config.guess: Add linux target for S/390.
9361
9362 2000-11-07  Philip Blundell  <pb@futuretv.com>
9363
9364         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9365
9366 2000-11-03  Philip Blundell  <pb@futuretv.com>
9367
9368         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9369         files.
9370
9371 2001-01-15  Ben Elliston  <bje@redhat.com>
9372
9373         * configure.in (host_tools): Add sid.
9374         Always configure cgen.
9375
9376 2000-11-24  Nick Clifton  <nickc@redhat.com>
9377
9378         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9379
9380
9381 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
9382
9383         * Makefile.in (ALL_MODULES): Add all-cgen.
9384         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9385         (all-cgen): New target.
9386         (all-opcodes,all-sim): Depend on all-cgen.
9387         * configure.in (host_tools): Add cgen.
9388         Only configure cgen if --enable-cgen-maint.
9389
9390 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
9391
9392         * configure.in: Add *-*-freebsd* configurations.
9393
9394 2002-04-08  Tom Tromey  <tromey@redhat.com>
9395
9396         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9397         Fixes PR libgcj/6068.
9398
9399 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
9400
9401         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9402
9403 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9404
9405         * configure.in (alpha*-dec-osf*): Enable libgcj.
9406
9407 2003-03-27  Matthew Gingell  <gingell@gnat.com>
9408
9409         * MAINTAINERS (Write After Approval): Add myself.
9410
9411 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
9412
9413         Fix for: PR bootstrap/3591, target/5676
9414         * configure.in (mcore-pe): Disable the configuration of
9415         libstdc++-v3 since exceptions are not supported.
9416
9417 2002-03-20  Anthony Green  <green@redhat.com>
9418
9419         * configure.in: Enable libgcj for xscale-elf target.
9420
9421 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
9422
9423         * MAINTAINERS:  Update my email address.
9424
9425 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
9426
9427         * ltmain.sh (relink_command): Fix typo in previous change.
9428
9429 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
9430
9431         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
9432         (relink_command): Added --tag flags.
9433         (mode=install): If relinking fails; error out.
9434
9435 2002-03-12  Richard Henderson  <rth@redhat.com>
9436
9437         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
9438         .NOTPARALLEL tag.
9439         (do-check): Rename from check.
9440         (check): Allow parallel check.
9441
9442 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
9443
9444         * MAINTAINERS: Add myself as maintainer for xtensa port.
9445         Fix alphabetical order in CPU port maintainer list.
9446         Remove myself from Write After Approval list.
9447
9448 2002-03-11  Richard Henderson  <rth@redhat.com>
9449
9450         * Makefile.in (.NOTPARALLEL): Add fake tag.
9451
9452 2002-03-07  H.J. Lu  (hjl@gnu.org)
9453
9454         * configure.in: Enable gprof for mips*-*-linux*.
9455
9456 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9457
9458         * MAINTAINERS (Write After Approval): Add myself.
9459
9460 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
9461
9462         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9463         libjava.
9464         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9465
9466 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
9467
9468         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9469         because its Makefile is there; test for the executable instead.
9470
9471 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
9472
9473         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9474         libstdc++-v3 and libjava.
9475
9476 2002-02-11  Adam Megacz  <adam@xwt.org>
9477
9478         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9479         boehm-gc
9480
9481 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
9482
9483         * config.guess: Updated to 2002-01-30's version.
9484         * config.sub: Updated to 2002-02-01's version.
9485         Contribute sh64-elf.
9486         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
9487         * configure.in: Added sh64-*-*.
9488
9489 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
9490
9491         * MAINTAINERS: Belatedly add myself to write after approval list.
9492
9493 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
9494
9495         * MAINTAINERS: Put self in as maintainer for x86-64 port.
9496         Remove self as Write After Approval.
9497
9498 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
9499
9500         * MAINTAINERS: Put self in as maintainer for contrib/regression
9501         directory.
9502
9503 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
9504
9505         * MAINTAINERS:  Update my email address.
9506
9507 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
9508
9509         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
9510         target-libiberty, and target-libgloss.  Skip Java-related
9511         libraries if not supported for NetBSD on target CPU.
9512
9513 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
9514
9515         * install-sh: Use _inst.$$_ for temp file name.
9516
9517 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
9518
9519         * MAINTAINERS (Write After Approval): Move my contact info
9520         from here...
9521         (OS Port Maintainers): ...to here (netbsd).
9522
9523 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
9524
9525         * MAINTAINERS (Write After Approval): Add myself.
9526
9527 2002-01-17  H.J. Lu  <hjl@gnu.org>
9528
9529         * Makefile.in (all-fastjar): Also depend on all-libiberty.
9530         (all-target-fastjar): Also depend on all-target-libiberty.
9531
9532 2002-01-16  H.J. Lu  (hjl@gnu.org)
9533
9534         * config.guess: Import from master sources, rev 1.225.
9535         * config.sub: Import from master sources, rev 1.238.
9536
9537 2002-01-16  Kazu Hirata  <kazu@hxi.com>
9538
9539         * MAINTAINERS (Write After Approval): Remove myself.
9540
9541 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
9542
9543         * MAINTAINERS (Write After Approval): Add myself.
9544
9545 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9546
9547         * MAINTAINERS: Add self as docs co-maintainer.
9548
9549 2001-12-11  Matthias Klose  <doko@debian.org>
9550
9551         * MAINTAINERS (Write After Approval): Add myself.
9552
9553 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
9554
9555         * MAINTAINERS: Update my email address.
9556
9557 2001-12-07  Turly O'Connor  <turly@apple.com>
9558         * MAINTAINERS (Write After Approval): Add myself.
9559         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9560         (rs6000_initialize_trampoline): Call __trampoline_setup for
9561         ABI_DARWIN too.
9562         * darwin-tramp.asm: New file, implements __trampoline_setup.
9563         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9564
9565 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
9566
9567         * MAINTAINERS (Write After Approval): Add myself.
9568
9569 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
9570
9571         * configure, configure.in: Use temp file for long sed commands.
9572
9573 2001-12-03  Laurent Guerby  <guerby@acm.org>
9574
9575         * config.sub: Update to version 1.232 on subversion.
9576
9577 2001-12-03  Ben Elliston  <bje@redhat.com>
9578
9579         * MAINTAINERS: Update mail address for config.* patches.
9580
9581 2001-11-27  DJ Delorie  <dj@redhat.com>
9582             Zack Weinberg  <zack@codesourcery.com>
9583
9584         When build != host, create libiberty for the build machine.
9585
9586         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9587         CONFIG_ARGUMENTS.
9588         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9589         New variables.
9590         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9591         and rules.
9592         (all.normal): Depend on ALL_BUILD_MODULES.
9593         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9594         (all-build-libiberty): Depend on configure-build-libiberty.
9595
9596         * configure: Calculate and substitute proper value for
9597         ALL_BUILD_MODULES.
9598         * configure.in: Create the build subdirectory.
9599         Calculate and substitute TARGET_CONFIGARGS (formerly
9600         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9601
9602 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
9603
9604         * MAINTAINERS (write-after-approval): Add self.
9605
9606 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9607
9608         * MAINTAINERS (GNATS only accounts): Remove self.
9609
9610 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
9611
9612         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9613         libf2c.
9614
9615 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9616
9617         * MAINTAINERS (Write After Approval): Add self.
9618
9619 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9620
9621         * MAINTAINERS: mips and s390 are also CPU ports.
9622
9623 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9624
9625         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9626
9627 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
9628
9629         * MAINTAINERS: Alphabetize.
9630
9631 2001-11-09  Kazu Hirata  <kazu@hxi.com>
9632
9633         * MAINTAINERS (Various maintainers: h8 port): Add myself.
9634
9635 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9636
9637         * MAINTAINERS (Various maintainers: hppa port): Added myself.
9638
9639 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
9640
9641         * configure.in (--enable-languages): Be more permissive about
9642         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
9643
9644 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
9645
9646         * config.sub: Import from master sources, rev. 1.230.
9647         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9648
9649 2001-11-07  Laurent Guerby  <guerby@acm.org>
9650
9651         * MAINTAINERS (Write After Approval): Add self.
9652
9653 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
9654
9655         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9656
9657 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
9658
9659         * config.sub: Import from master sources, rev 1.226.
9660         * config.guess: Import from master sources, rev 1.216.
9661
9662 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
9663
9664         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9665         * MAINTAINERS: Add self as maintainer of MMIX port.
9666         Remove old after-approval entry.
9667
9668 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
9669
9670         * ChangeLog, configure: Fix spelling errors.
9671
9672 2001-10-20  Brendan Kehoe  <brendan@zen.org>
9673
9674         * MAINTAINERS: Tweak my address.
9675
9676 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
9677
9678         * MAINTAINERS: Update my email address.
9679
9680 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
9681
9682         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9683         * MAINTAINERS: Add self as maintainer of CRIS port.
9684
9685 2001-10-10  Geert Bosch  <bosch@gnat.com>
9686
9687         * MAINTAINERS (Various maintainers: Ada front end):
9688         Added Robert Dewar.
9689
9690 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
9691
9692         * MAINTAINERS (Write After Approval): Added self
9693
9694 2001-10-02  Geert Bosch  <bosch@gnat.com>
9695
9696         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9697
9698 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9699
9700         * configure: Handle temporary files securely using mkdir.
9701
9702 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
9703
9704         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9705
9706 2001-09-26  Will Cohen  <wcohen@redhat.com>
9707
9708         * configure.in (*-*-linux*): Disable configuration of target-newlib
9709         and target-libgloss.
9710
9711 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9712
9713         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9714         RANLIB.
9715
9716 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
9717
9718         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9719         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9720         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9721         avoid quotes nesting problems.
9722         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9723         (DO_X): Export only variables that are set.
9724
9725 2001-09-19  Ben Elliston  <bje@redhat.com>
9726
9727         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9728         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9729         semantics.  Use the shell built-in "type" command instead.
9730
9731 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
9732
9733         Merged from gcc-3_0-branch:
9734         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
9735         * ltcf-c.sh: Use $objext, not $ac_objext.
9736         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
9737         * ltcf-cxx.sh: Add support for GNU.
9738         2001-07-22  Timothy Wall  <twall@redhat.com>
9739         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
9740         default settings if using GNU tools with that configuration.
9741         * ltcf-cxx.sh: Ditto.
9742         * ltcf-gcj.sh: Ditto.
9743         2001-07-21  Michael Chastain  <chastain@redhat.com>
9744         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9745         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
9746         * ltmain.sh: Mark as gcc-local.
9747
9748 2001-08-30  Eric Christopher  <echristo@redhat.com>
9749             Jason Eckhardt  <jle@redhat.com>
9750
9751         * config.guess: Merge from master sources.
9752         * config.sub: Merge from master sources, add support for mipsisa32.
9753
9754 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
9755         * config.sub: Merge from master sources, rev 1.219.
9756         * MAINTAINERS: Add self as contact for stormy16 port.
9757
9758 2001-08-14  Zack Weinberg  <zackw@panix.com>
9759
9760         * config.sub: Merge from master sources, rev 1.218.
9761         * config.guess: Merge from master sources, rev 1.209.
9762
9763 2001-08-11  Graham Stott  <grahams@redhat.com>
9764
9765         * Makefile.in (check-c++): Add missing semicolon.
9766
9767 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
9768
9769         * MAINTAINERS (Various maitainers: predict.def): Added myself.
9770
9771 2001-07-30  Eric Christopher  <echristo@redhat.com>
9772
9773         * MAINTAINERS (Various maintainers: mips port): Added myself.
9774
9775 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
9776
9777         * configure.in (sh-*-linux*): New.
9778
9779 2001-07-27  Richard Henderson  <rth@redhat.com>
9780
9781         * .cvsignore: Add LAST_UPDATED.
9782
9783 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
9784
9785         * MAINTAINERS (Various maintainers: s390 port): Added myself.
9786
9787 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
9788
9789         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9790
9791 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
9792
9793         * MAINTAINERS (Write After Approval): Added myself.
9794
9795 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9796
9797         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9798         and libgcj on m68hc11/m68hc12.
9799
9800 2001-06-27  H.J. Lu  (hjl@gnu.org)
9801
9802         * Makefile (CFLAGS_FOR_BUILD): New.
9803         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9804
9805 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9806
9807         * README: Remove version number.
9808
9809 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9810
9811         * INSTALL/README: Update wrt. to the installation instructions now
9812         residing in gcc/doc/install.texi.
9813
9814 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9815
9816         * README: Replace with a cut-down and updated version of gcc/README.
9817
9818 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
9819
9820         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9821         multilibs to be disabled.
9822
9823 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
9824
9825         * MAINTAINERS (Write After Approval): Add myself.
9826
9827 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
9828
9829         * config.guess: Import CVS version 1.195.
9830         * config.sub: Import CVS version 1.212.
9831
9832 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
9833
9834         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9835         gcc/xgcc is built, use -print-prog-name to find out the program
9836         name to use.
9837
9838 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
9839
9840         * config.guess:  Import CVS version 1.194.  All gcc-local changes
9841         appear to also be in the master copy.
9842         * config.sub:  Import CVS version 1.211.
9843
9844 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
9845
9846         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9847         with_gcc]: Use `gcc -shared' to build a shared library.
9848
9849 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9850
9851         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9852         archives.
9853
9854 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9855
9856         * MAINTAINERS (Write After Approval): Add myself.
9857
9858 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
9859
9860         * configure.in (libstdcxx_flags): Do not try to execute
9861         libstdc++-v3/testsuite_flags until it exists.
9862
9863 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
9864
9865         * MAINTAINERS: Update my email address.
9866
9867 2001-05-31  Graham Stott  <grahams@redhat.com>
9868
9869         * MAINTAINERS (Write After Approval): Add myself.
9870
9871 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
9872
9873         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
9874         libraries when using g++ with native linker.
9875
9876 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
9877
9878         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9879
9880 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
9881
9882         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9883         [aix4*|aix5*]: Prepend blank.
9884
9885 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
9886
9887         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9888         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
9889         of subdir/configure scripts to use the new libtool.m4.
9890
9891 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
9892
9893         * MAINTAINERS (Write After Approval): Add myself.
9894
9895 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
9896
9897         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9898
9899 2001-05-11  Ben Elliston  <bje@redhat.com>
9900
9901         * Makefile.in (all-sid): New target.
9902         (check-sid, clean-sid, install-sid): Likewise.
9903
9904 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
9905
9906         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9907
9908 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9909
9910         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9911         libgcj.
9912
9913 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9914
9915         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9916         gcc/xgcc is built, use -print-prog-name to find out the program
9917         name to use.
9918
9919 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
9920
9921         * configure.in (noconfigdirs): Don't reset it from scratch in the
9922         target case; only append to it.
9923
9924         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9925         sparc-*-solaris2.8]: Disable ${libgcj}.
9926
9927 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
9928
9929         * configure.in (libgcj_saved): Copy from $libgcj.
9930         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9931         --disable-libgcj.
9932
9933 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
9934
9935         * MAINTAINERS: Remove self as MIPS maintainer and
9936         C front end maintainer.
9937
9938 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
9939
9940         * configure.in: Move *-chorusos target case to the proper switch.
9941         Disable libgcj.
9942
9943 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9944
9945         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9946         1.641.2.228.
9947
9948 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9949
9950         * Makefile.in (STAGE1_CFLAGS): Pass down.
9951
9952 2001-04-13  Alan Modra  <amodra@one.net.au>
9953
9954         * config.guess: Add hppa64-linux support.  Note for next import that
9955         this is already in the master file.
9956         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
9957
9958 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9959
9960         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9961         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9962
9963 2001-04-11  Stan Shebs  <shebs@apple.com>
9964
9965         * MAINTAINERS: Add self as Darwin port maintainer.
9966
9967 2001-04-11  Alan Modra  <amodra@one.net.au>
9968
9969         * MAINTAINERS: Update my email address.
9970
9971 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
9972
9973         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9974         recent versions of FreeBSD (release 3 or later).
9975         * ltconfig: On FreeBSD, -lc must not be provided when building
9976         a shared library or else the standard -pthread gcc option is
9977         rendered worthless to later users of the built library.
9978
9979 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9980
9981         * MAINTAINERS: Add self and RTH as C front end maintainers.
9982
9983 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
9984
9985         * config.sub: Make sure to match an already-canonicalized
9986         machine name (eg. mn10300-unknown-elf).
9987
9988 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
9989
9990         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9991         New macros.
9992         (bootstrap, cross): Use RECURSE_FLAGS.
9993         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9994
9995 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
9996
9997         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9998
9999 2001-03-22  Colin Howell  <chowell@redhat.com>
10000
10001         * Makefile.in (DO_X): Do not backslash single-quotes in
10002         backquotes (two places).
10003
10004 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
10005
10006         Re-installed:
10007         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10008         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
10009         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10010         * ltcf-cxx.sh: Likewise.
10011         * ltcf-gcj.sh: Likewise.
10012
10013 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10014
10015         * MAINTAINERS: Add myself as "documentation co-maintainer".
10016
10017 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
10018
10019         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10020         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
10021
10022 2001-03-19  Tom Tromey  <tromey@redhat.com>
10023
10024         * config-ml.in: Handle GCJ and GCJFLAGS.
10025
10026 2001-03-21  Michael Chastain  <chastain@redhat.com>
10027
10028         * Makefile.in: all-m4 depends on all-texinfo.
10029
10030 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
10031
10032         * MAINTAINERS: Add myself to write after approval list.
10033
10034 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
10035
10036         * Makefile.in (DO_X): Quote nested quotes.
10037
10038 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
10039
10040         * MAINTAINERS: Add myself to write after approval list.
10041
10042 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
10043
10044         * Makefile.in (DO_X): Use double quotes for quoting
10045         "RANLIB=$${RANLIB}".
10046
10047 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
10048
10049         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
10050
10051 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
10052
10053         * configure.in: Only use `lang_requires' for languages athat are
10054         actually enabled.
10055
10056 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
10057
10058         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
10059
10060 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
10061
10062         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
10063
10064 2001-03-07  Tom Tromey  <tromey@redhat.com>
10065
10066         * configure.in: Allow config-lang.in to set `lang_requires' to list
10067         of other required languages.
10068
10069 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
10070
10071         * Makefile.in: Remove RANLIB definition. Use RANLIB
10072         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
10073         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
10074
10075 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
10076             Alexandre Oliva  <aoliva@redhat.com>
10077
10078         * Makefile.in (check-c++): Use tabs, not spaces.
10079
10080 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
10081
10082         * MAINTAINERS: add myself to Write After Approval list.
10083
10084 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
10085
10086         * Makefile.in (check-c++): New rule.
10087
10088         * configure.in (target_libs): Remove libg++.
10089         (noconfigdirs): Remove libg++.
10090         (noconfigdirs): Same.
10091         (noconfigdirs): Same.
10092         (noconfigdirs): Same.
10093
10094         * config-ml.in: Remove libg++ references.
10095
10096         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
10097         (ALL_TARGET_MODULES): Same.
10098         (configure-target-libg++): Remove.
10099         (all-target-libg++): Remove.
10100         (configure-target-libio): Remove.
10101         (all-target-libio): Remove.
10102         (check-target-libio): Remove.
10103         (.PHONY): Remove.
10104         (libg++.tar.bz2): Remove.
10105         (all-target-cygmon): Remove libio.
10106         (all-target-libstdc++): Remove.
10107         (configure-target-libstdc++): Remove.
10108         (TARGET_LIB_PATH): Remove libstdc++.
10109         (ALL_GCC_CXX): Remove libstdc++.
10110         (all-target-gperf): Correct.
10111
10112 2001-02-16  Nick Clifton  <nickc@redhat.com>
10113
10114         * configure.in (noconfigdirs): Allow configuration of texinfo
10115         for Cygwin hosts.
10116
10117 2001-02-15  Anthony Green  <green@redhat.com>
10118
10119         * configure: Introduce GCJ_FOR_TARGET.
10120         * configure.in: Ditto.
10121         * Makefile.in: Ditto.
10122
10123 2001-02-13  Andreas Schwab  <schwab@suse.de>
10124
10125         * MAINTAINERS: Update mail address.
10126
10127 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10128
10129         * config.guess: Add linux target for S/390.
10130         * config.sub: Likewise.
10131
10132 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
10133
10134         * configure.in: for *-chorusos, don't config target-newlib and
10135         target-libgloss.
10136
10137 2001-02-06  Ben Elliston  <bje@redhat.com>
10138
10139         * configure: Output host type to stdout, not stderr.
10140
10141 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
10142
10143         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
10144         * ltcf-cxx.sh: Likewise.
10145
10146         * config.if: Assume enable_libstdcxx_v3 is defined.
10147
10148 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
10149
10150         Remove V2 C++ library.
10151         * configure.in: Remove --enable-libstdcxx_v3 support.
10152
10153 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
10154
10155         * include/demangle.h: Add prototype for java_demangle_v3.
10156
10157 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
10158
10159         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
10160
10161 2001-01-27  Richard Henderson  <rth@redhat.com>
10162
10163         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
10164
10165 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10166
10167         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
10168         Don't unset, it's non-portable and no longer necessary, set to empty
10169         instead.
10170
10171 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10172
10173         * ltconfig: Shell portability fix for the tagname validity check.
10174
10175 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
10176
10177         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
10178         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
10179
10180 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10181
10182         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
10183
10184 2001-01-26  Tom Tromey  <tromey@redhat.com>
10185
10186         * configure.in: Allow libgcj to be built on Sparc Solaris.
10187
10188 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
10189
10190         * ltcf-c.sh: Add aix5 case.
10191         * ltcf-cxx.sh: Likewise.
10192         * ltconfig: Likewise.
10193
10194 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
10195
10196         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
10197         keep at least one of build_libtool_libs or build_old_libs set to
10198         yes.
10199
10200         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
10201         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
10202
10203 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
10204
10205         * configure.in: Enable libgcj on several additional platforms.
10206
10207 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
10208
10209         * configure.in: Enable libgcj for linux targets.
10210
10211 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10212
10213         * MAINTAINERS (Write After Approval): Add myself.
10214
10215 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10216
10217         * MAINTAINERS: Add myself as vax port maintainer.
10218
10219 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
10220
10221         * MAINTAINERS: Add myself as Mercury front-end maintainer.
10222
10223 2001-01-09  Mike Stump  <mrs@wrs.com>
10224
10225         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
10226         failures of subdirectories.
10227
10228 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10229
10230         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
10231         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10232         * ltcf-cxx.sh: Likewise.
10233         * ltcf-gcj.sh: Likewise.
10234         * ltconfig.sh: Fix typo.
10235
10236 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10237
10238         * configure: handle DOS-style absolute paths.
10239
10240 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10241
10242         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
10243
10244 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
10245
10246         * MAINTAINERS: Add myself as avr port co-maintainer.
10247
10248 2000-12-28  Ben Elliston  <bje@redhat.com>
10249
10250         * MAINTAINERS: Add myself under ``Write After Approval''.
10251
10252 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
10253
10254         * texinfo: Remove directory from GCC.
10255
10256 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10257
10258         * COPYING: Update to current
10259         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
10260         to 19yy as example year in copyright notice).
10261
10262 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
10263
10264         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
10265         (libstdcxx_incdir): Pass down.
10266         * config.if: Remove expired bits for cxx_interface, add stub.
10267         (libstdcxx_incdir): Add variable for g++ include directory.
10268         * configure.in (gxx_include_dir): Use it.
10269
10270 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
10271
10272         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
10273         with old-email address from ``Write After Approval''.
10274
10275 2000-12-15  Andreas Jaeger  <aj@suse.de>
10276
10277         * configure.in: Handle lang_dirs.
10278
10279 2000-12-14  Tom Tromey  <tromey@redhat.com>
10280
10281         * MAINTAINERS: Removed brads.
10282
10283         * MAINTAINERS: Added gcj developers.
10284
10285 2000-12-13  Anthony Green  <green@redhat.com>
10286
10287         * configure.in: Disable libgcj for any target not specifically
10288         listed.  Disable libgcj for x86 and Alpha Linux until compatible
10289         with g++ abi.
10290
10291 2000-12-13  Mike Stump  <mrs@wrs.com>
10292
10293         * Makefile.in (local-distclean): Also remove fastjar.
10294
10295 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
10296
10297         * contrib/gcc_update: Add fastjar --touch entries.
10298
10299 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
10300
10301         * configure.in: Disable language-specific target libraries for
10302         languages that aren't enabled.
10303
10304 2000-12-10  Anthony Green  <green@redhat.com>
10305
10306         * configure.in: Define libgcj.  Disable libgcj target libraries for
10307         most targets.
10308
10309 2000-12-10  Neil Booth  <neilb@earthling.net>
10310
10311         * MAINTAINERS: Update mail address, remove from WAA list.
10312
10313 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10314
10315         * libjava: Imported from /cvs/java.
10316         * libffi: Likewise.
10317         * Boehm-gc: Likewise.
10318
10319 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10320
10321         * configure.in (target_libs): Revert 2000-12-08 patch.
10322         (noconfigdirs): Added target-libjava.
10323
10324 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10325
10326         * djunpack.bat: removed.
10327
10328 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10329
10330         * Makefile.in: handle DOS-style absolute paths.
10331         * config-ml.in: likewise.
10332         * symlink-tree: likewise.
10333
10334 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10335
10336         * fastjar: Imported.
10337
10338 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10339
10340         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10341         libjava.
10342         * configure.in (target_libs): Removed `target-libjava'.
10343
10344 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10345
10346         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10347         (ALL_MODULES): Added fastjar.
10348         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10349         (all-target-libjava): all-fastjar replaces all-zip.
10350         (all-fastjar): Added.
10351         (configure-target-fastjar, all-target-fastjar): Likewise.
10352         * configure.in (host_tools): Added fastjar.
10353
10354 2000-12-07  Mike Stump  <mrs@wrs.com>
10355
10356         * Makefile.in (local-distclean): Remove leftover built files.
10357
10358 2000-11-24  Nick Clifton  <nickc@redhat.com>
10359
10360         * configure.in (xscale-elf): Add target.
10361         (xscale-coff): Add target.
10362
10363 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
10364
10365         * ltcf-cxx.sh: Support creation of C++ shared libraries on
10366         recent versions of FreeBSD (release 3 or later).
10367         * ltconfig: On FreeBSD, -lc must not be provided when building
10368         a shared library or else the standard -pthread gcc option is
10369         rendered worthless to later users of the built library.
10370
10371 2000-11-16  Fred Fish  <fnf@be.com>
10372
10373         * configure.in (enable_libstdcxx_v3): Fix typo,
10374         libstd++ -> libstdc++.
10375
10376 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10377
10378         * MAINTAINERS: Add self to Write After Approval list.
10379
10380 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
10381
10382         * MAINTAINERS: Update my email address.  Add myself to global write
10383         privs list.
10384
10385 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
10386
10387         * Makefile.in: Merge with src and libgcj.
10388         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
10389         configure-target-<library> when their configure scripts need the C
10390         or C++ library to have already been built to work properly.
10391         (do_proto_toplev): Set them to an empty string.
10392
10393         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10394         (REALLY_SET_LIB_PATH): Use them.
10395
10396 2000-11-17  Stan Shebs  <shebs@apple.com>
10397
10398         * MAINTAINERS: Add self to Write After Approval list.
10399
10400 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10401
10402         * configure: Provide the original toplevel configure arguments
10403         (including $0) to subprocesses in the environment rather than
10404         through gcc/configargs.h.
10405
10406 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10407
10408         * MAINTAINERS: Remove references to cccp. Change C9X reference to
10409         C99.  Alphabetise "Write After Approval" list.
10410
10411 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
10412
10413         * configure: Turn on libstdc++ V3 by default.
10414
10415         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10416         if we've got GCC.
10417
10418 2000-11-11  Philip Blundell  <philb@gnu.org>
10419
10420         * MAINTAINERS: Add self to Write After Approval list.
10421
10422 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
10423
10424         * ltcf-c.sh (aix4): Improve shared library configuration; require
10425         exporting symbols.
10426         * ltcf-cxx.sh (aix4): Define.
10427         * ltconfig (aix4): Define library and soname specs appropriate for
10428         AIX.  Define command to create export symbols list.
10429
10430 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
10431
10432         * config.sub: Add support for Sun Chorus
10433
10434 2000-10-31  Nick Clifton  <nickc@redhat.com>
10435
10436         * MAINTAINERS: Rename <name>@cygnus.com addresses to
10437         <name>@redhat.com.  Also installed new email address for Clint
10438         Popetz.
10439
10440 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
10441
10442         * etc: Remove directory from GCC.
10443
10444 2000-10-16  Michael Meissner  <meissner@redhat.com>
10445
10446         * configure (gcc/configargs.h): Only create if there is a build GCC
10447         directory created.
10448
10449 2000-10-16  Matthias Klose  <doko@debian.org>
10450
10451         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10452         when configured for libstdc++-v3.
10453
10454 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
10455
10456         * configure: Save configure arguments to gcc/configargs.h.
10457
10458 2000-10-04  Philipp Thomas  <pthomas@suse.de>
10459
10460         * config.guess: Import CVS version 1.157.
10461         * config.sub: Import CVS version 1.181.
10462
10463 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
10464
10465         * Makefile.in (bootstrap): avoid recursion if subdir missing
10466         (cross): ditto
10467         (do-proto-toplev): ditto
10468
10469 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
10470
10471         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10472         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10473
10474         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10475         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
10476         all affected `configure' scripts.
10477
10478 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
10479
10480         * MAINTAINERS: Add self as cpplib co-maintainer.
10481
10482 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
10483
10484         * MAINTAINERS: Add self to Write After Approval list.
10485
10486 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10487
10488         * INSTALL/README: egcs -> GCC update.
10489
10490 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
10491
10492         * MAINTAINERS: Add myself to Write After Approval list.
10493
10494 2000-09-15  Kazu Hirata  <kazu@hxi.com>
10495
10496         * MAINTAINERS: Add myself to Write After Approval list.
10497
10498 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
10499
10500         * configure.in: Do not build byacc for hppa64.  Provide paths to the
10501         X11 libraries for hppa64.
10502
10503 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10504
10505         * MAINTAINERS: Add myself as 68hc11 port maintainer.
10506
10507 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
10508
10509         * Makefile.in (all-zlib): Added dummy target.
10510
10511         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10512         ltcf-gcj.sh: Updated from libtool multi-language branch.
10513
10514 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
10515
10516         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10517         (bootstrap*): Depend on all-bootstrap.
10518
10519 2000-09-05  Philipp Thomas  <pthomas@suse.de>
10520
10521         * config.guess: Import CVS version 1.156.
10522         * config.sub: Import CVS version 1.179.
10523
10524 2000-09-02  Anthony Green  <green@cygnus.com>
10525
10526         * Makefile.in (all-gcc): Depend on all-zlib.
10527         (CLEAN_MODULES): Add clean-zlib.
10528         (ALL_MODULES): Add all-zlib.
10529         * configure.in (host_libs): Add zlib.
10530
10531 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
10532
10533         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10534         crosses, but add gcc/include to the header search path for them.
10535
10536 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
10537
10538         * MAINTAINERS: Add self to Write After Approval list.
10539
10540 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10541
10542         * config.guess: Import CVS version 1.152.
10543         * config.sub: Import CVS version 1.177.
10544
10545 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
10546
10547         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10548         $targargs to tell whether newlib is going to be built.
10549
10550         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10551         $$r/TARGET_SUBDIR/libio for _G_config.h.
10552
10553 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
10554
10555         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10556
10557 2000-08-22  DJ Delorie  <dj@redhat.com>
10558
10559         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10560
10561 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
10562
10563         * config-ml.in (CC, CXX): Avoid trailing whitespace.
10564         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10565         sub-configures.
10566
10567 2000-08-21  DJ Delorie  <dj@redhat.com>
10568
10569         * MAINTAINERS: Add self as a libiberty maintainer
10570
10571 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
10572
10573         * configure.in (libstdcxx_flags): Use
10574         libstdc++-v3/src/libstdc++.INC.
10575
10576 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
10577
10578         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10579
10580 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
10581
10582         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10583
10584         * configure: Make enable_threads and enable_shared defaults
10585         explicit.  Substitute enable_threads into generated Makefiles.
10586         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10587         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10588
10589 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
10590
10591         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10592
10593 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
10594
10595         * config-ml.in (CC): Remove bogus duplicate quotation mark from
10596         previous delta.
10597
10598 2000-08-11  Jason Merrill  <jason@redhat.com>
10599
10600         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10601         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10602         (FLAGS_FOR_TARGET): Not here.
10603         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10604
10605 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
10606
10607         * config-ml.in (CC, CXX): Don't introduce a leading space.
10608
10609 2000-08-07  DJ Delorie  <dj@delorie.com>
10610
10611         * MAINTAINERS: Add self as a DJGPP maintainer
10612
10613 2000-08-07  DJ Delorie  <dj@redhat.com>
10614
10615         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10616         "if we're also building gcc, and it's a gcc that will run on the
10617         build machine, we want to use its includes instead of the system's
10618         default includes".
10619
10620 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10621
10622         * MAINTAINERS: Add self to Write After Approval list.
10623
10624 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
10625
10626         * configure.in (libstdcxx_flags): Don't use `"'.
10627
10628         * config-ml.in: Adjust multilib search paths to the
10629         appropriate multilib tree.
10630
10631 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
10632
10633         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10634         commas in $LANGUAGES.
10635
10636 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
10637
10638         * configure.in: Re-enable all references to libg++ and librx.
10639
10640 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
10641
10642         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10643         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
10644         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10645         * ltcf-cxx.sh (need_lc): Set based on postdeps.
10646
10647         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10648
10649 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
10650
10651         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10652         CXX_FOR_TARGET for sed.
10653
10654 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
10655
10656         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10657         Do not override if already set in the environment or in configure.
10658         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10659         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10660
10661 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
10662
10663         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10664         the libtool CVS tree multi-language branch.
10665         * ltconfig, ltmain.sh: Updated.
10666
10667 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
10668
10669         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10670         (clean-target): Depend on it.
10671
10672         * Makefile.in (FLAGS_FOR_TARGET): New macro.
10673         (GCC_FOR_TARGET): Use it.
10674         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10675         * configure.in: ... here.
10676         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
10677         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10678
10679 2000-07-24  Eric Christopher  <echristo@cygnus.com>
10680
10681         * MAINTAINERS: Add self to Write After Approval list.
10682
10683 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
10684
10685         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10686         (configure-target-libchill, configure-target-libobjc): Likewise.
10687
10688         * configure.in: Use the same cache file for all target libs.
10689         * config-ml.in: But different cache files per multilib variant.
10690
10691 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10692
10693         * configure (topsrcdir): Don't use dirname.
10694
10695 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
10696
10697         * MAINTAINERS: Add self to Write After Approval list.
10698
10699 2000-07-20  Jason Merrill  <jason@redhat.com>
10700
10701         * configure.in: Remove all references to libg++ and librx.
10702
10703         * configure, configure.in, Makefile.in: Unify gcc and binutils.
10704
10705 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
10706
10707         * config.sub: Update to subversions version 2000-07-06.
10708
10709 2000-07-12  Andrew Haley  <aph@cygnus.com>
10710
10711         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10712         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10713
10714 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
10715
10716         * symlink-tree:  Check number of arguments.
10717
10718 2000-07-05  Jim Wilson  <wilson@cygnus.com>
10719
10720         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10721         search path for a g++ extracted from the build tree.  This
10722         will allow link tests run by configure scripts in
10723         subdirectories to succeed.
10724
10725 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
10726
10727         * ltconfig: Add support for mips-dde-sysv4.2MP
10728
10729 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10730
10731         * MAINTAINERS: Add myself as loop discovery maintainer.
10732
10733 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
10734
10735         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10736         `os2'. Force ac_cv_exeext to be ".exe" in that case.
10737
10738 2000-06-19  Timothy Wall  <twall@cygnus.com>
10739
10740         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10741         * config.sub: Add tic54x target.
10742
10743 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10744
10745         * MAINTAINERS: Add self as Fortran maintainer,
10746         remove Craig Burley.
10747
10748 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10749
10750         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10751         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10752
10753 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
10754
10755         * MAINTAINERS: Add self as i18n maintainer
10756
10757 20000-05-21  H.J. Lu  (hjl@gnu.org)
10758
10759         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10760         directory are used if they exist. Make sure
10761         $(build_tooldir)/include is searched for header files,
10762         $(build_tooldir)/lib/ for library files.
10763         (GCC_FOR_TARGET): Likewise.
10764         (CXX_FOR_TARGET): Likewise.
10765
10766 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
10767
10768         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10769
10770 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
10771
10772         * Makefile.in (configure-target-libiberty): Depend on
10773         configure-target-newlib.
10774
10775 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
10776
10777         * configure.in, Makefile.in: Merge all libffi-related
10778         configury stuff from the libgcj tree.
10779
10780 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10781
10782         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10783         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10784
10785 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10786
10787         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10788         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10789         current version information.  Add to proto-toplev directory.
10790         (gdb-taz): Build do-djunpack.
10791
10792 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
10793
10794         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10795
10796 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10797
10798         * MAINTAINERS: Add self to Write After Approval list.
10799
10800 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10801
10802         * ltmain.sh: Preserve in relink_command any environment
10803         variables that may affect the linker behavior.
10804
10805 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
10806
10807         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10808
10809 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
10810
10811         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10812
10813 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
10814
10815         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10816         with the version name.
10817
10818 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
10819
10820         * MAINTAINERS: Add self as bb-reorder maintainer.
10821
10822 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
10823
10824         * config.if: Tweak.
10825
10826 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
10827
10828         * djunpack.bat: New file.
10829
10830 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10831
10832         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10833         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10834         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10835         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10836
10837 2000-04-16  Dave Pitts  <dpitts@cozx.com>
10838
10839         * config.sub (case $basic_machine): Change default for "ibm-*"
10840         to "openedition".
10841
10842 2000-04-13  Andreas Jaeger  <aj@suse.de>
10843
10844         * MAINTAINERS: Added myself.
10845
10846 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10847
10848         * Makefile.in (gdb-taz): New target.  GDB specific archive.
10849         (do-md5sum): New target.
10850         (MD5PROG): Define.
10851         (PACKAGE): Default to TOOL.
10852         (VER): Default to a shell script.
10853         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
10854         md5 checksum generation.
10855         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10856         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10857         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10858         insight.tar.bz2): Use gdb-taz to create archive.
10859
10860 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10861
10862         * configure (warn_cflags): Delete.
10863
10864 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
10865
10866         * MAINTAINERS: Added myself.
10867
10868 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
10869             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
10870
10871         * configure.in (enable_libstdcxx_v3): Add.
10872         (target_libs): Add bits here to switch between libstdc++-v2 and
10873         libstdc++-v3.
10874         * config.if: And this file too.
10875         * Makefile.in: Add libstdc++-v3 targets.
10876
10877 2000-04-05  Michael Meissner  <meissner@redhat.com>
10878
10879         * config.sub (d30v): Add d30v as a basic machine type.
10880
10881 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
10882
10883         * configure.in: -linux-gnu*, not -linux-gnu.
10884
10885 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10886
10887         * MAINTAINERS: Add self in write-after-approval section.
10888
10889 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
10890
10891         * MAINTAINERS: Add self as ia64 port maintainer.
10892
10893 2000-03-08  Neil Booth  <NeilB@earthling.net>
10894
10895         * MAINTAINERS: Add self in write-after-approval section.
10896
10897 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10898
10899         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10900         (do-tar-bz2): Replace TOOL with PACKAGE.
10901         (gdb.tar.bz2): Remove GDBTK from GDB package.
10902         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10903         dejagnu.tar.bz2): New packages.
10904
10905 2000-02-27  Andreas Jaeger  <aj@suse.de>
10906
10907         * configure.in: Add entry for mips*-*-linux*, move catch all
10908         *-*-*linux* entry below this one.
10909
10910 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
10911
10912         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10913
10914 2000-02-24  Nick Clifton  <nickc@cygnus.com>
10915
10916         * config.sub: Support an OS of "wince".
10917
10918 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10919
10920         * config.guess, config.sub: Updated to match config's 2000-02-15
10921         version.
10922
10923 2000-02-23  Linas Vepstas  <linas@linas.org>
10924
10925         * config.sub: Add support for Linux/IBM 370.
10926         * configure.in: Likewise.
10927
10928 2000-02-22  Nick Clifton  <nickc@cygnus.com>
10929
10930         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10931
10932 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
10933
10934         * config.guess: Guess "cygwin" rather than "cygwin32".
10935
10936 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10937
10938         * configure (gcc_version): When setting, narrow search to
10939         lines containing `version_string'.
10940
10941 2000-02-15  Denis Chertykov  <denisc@overta.ru>
10942
10943         * config.sub: Add support for avr target.
10944
10945 2000-02-14  Nick Clifton  <nickc@cygnus.com>
10946
10947         * MAINTAINERS: Add maintainers for MCore port.
10948
10949 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10950
10951         * config.sub: Add mmix-knuth-mmixware.
10952
10953 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10954
10955         * MAINTAINERS: Pair cccp with cpplib maintainership.
10956
10957 2000-01-27  Christopher Faylor  <cgf@redhat.com>
10958
10959         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10960         structure stuff to -L library search.
10961         (CXX_FOR_TARGET): Ditto.
10962         (CROSS_CHECK_MODULES): Fix spelling mistake.
10963
10964 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
10965
10966         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10967         the C++ compiler.
10968
10969 2000-01-12  Richard Henderson  <rth@cygnus.com>
10970
10971         * configure.in: Don't build some bits for beos.
10972
10973 2000-01-12  Joel Sherrill (joel@OARcorp.com)
10974
10975         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10976         as include files.
10977
10978 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
10979
10980         * Add self as cpplib maintainer, as requested by Jason
10981         Merrill.  Correct my e-mail address.
10982
10983 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
10984
10985         * configure.in: Use mt-aix43 to handle *_TARGET defs,
10986         not mh-aix43.
10987
10988 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
10989
10990         * MAINTAINERS: Add myself to "write after approval" list.
10991
10992 1999-12-14  Richard Henderson  <rth@cygnus.com>
10993
10994         * config.guess (alpha-osf, alpha-linux): Detect ev67.
10995         * config.sub: Accept alphaev[78], alphaev8.
10996
10997 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10998
10999         * config.guess, config.sub: Update from autoconf.
11000
11001 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
11002
11003         * MAINTAINERS:  update my playtime e-address.
11004
11005 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11006
11007         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
11008         necessary libraries are missing.
11009
11010 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
11011
11012         * MAINTAINERS: Add new 'write after approval' maintainer.
11013
11014 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11015
11016         * MAINTAINERS: Add new Java maintainer.
11017
11018 1999-10-25  Andreas Schwab  <schwab@suse.de>
11019
11020         * configure: Fix quoting inside arguments of eval.
11021
11022 1999-10-21  Nick Clifton  <nickc@cygnus.com>
11023
11024         * config-ml.in: Allow suppression of some ARM multilibs.
11025
11026 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
11027
11028         * config.guess: Add OS/390 match pattern.
11029         * config.sub: Add mvs, openedition targets.
11030         * configure.in (i370-ibm-opened*): New.
11031
11032 1999-09-04  Steve Chamberlain  <sac@pobox.com>
11033
11034         * config.sub: Add support for configuring for pj.
11035
11036 1999-08-31  Nick Clifton  <nickc@cygnus.com>
11037
11038         * config.sub (maybe_os): Add support for configuring for fr30.
11039
11040 1999-08-25  Nick Clifton  <nickc@cygnus.com>
11041
11042         * configure.in: Do not configure or build ld for AIX
11043         platforms.  ld is known to be broken on these platforms.
11044
11045 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11046
11047         * config-ml.in: Pass compiler flag corresponding to multidirs to
11048         subdir configures.
11049
11050 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
11051
11052         * Makefile.in (LDFLAGS): Define.
11053
11054 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
11055
11056         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
11057         noconfigdirs.
11058         (*-*-cygwin*): Likewise.
11059
11060 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
11061
11062         * mkdep: New file.
11063         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
11064         (BINUTILS_SUPPORT_DIRS): Add mkdep.
11065
11066         From Eli Zaretskii <eliz@is.elta.co.il>:
11067         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
11068         long file name when using DJGPP on MS-DOS.
11069
11070 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
11071
11072         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
11073
11074 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
11075
11076         * Makefile.in (check-target-libio): Remove all-target-libstdc++
11077         dependency as this causes "make check" to globally "make all"
11078
11079 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
11080
11081         * configure.in (target_libs): Added target-zlib.
11082         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
11083         (CONFIGURE_TARGET_MODULES): Likewise.
11084         (CHECK_TARGET_MODULES): Likewise.
11085         (INSTALL_TARGET_MODULES): Likewise.
11086         (CLEAN_TARGET_MODULES): Likewise.
11087         (configure-target-zlib): New target.
11088         (all-target-zlib): Likewise.
11089         (all-target-libjava): Depend on all-target-zlib.
11090         (configure-target-libjava): Depend on configure-target-zlib.
11091
11092         * Makefile.in (configure-target-libjava): Depend on
11093         configure-target-newlib.
11094         (configure-target-boehm-gc): New target.
11095         (configure-target-qthreads): New target.
11096
11097         * configure.in (target_libs): Added target-qthreads.
11098         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
11099         (CONFIGURE_TARGET_MODULES): Likewise.
11100         (CHECK_TARGET_MODULES): Likewise.
11101         (INSTALL_TARGET_MODULES): Likewise.
11102         (CLEAN_TARGET_MODULES): Likewise.
11103         (all-target-qthreads): New target.
11104         (configure-target-libjava): Depend on configure-target-qthreads.
11105         (all-target-libjava): Depend on all-target-qthreads.
11106
11107         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
11108         (CONFIGURE_TARGET_MODULES): Likewise.
11109         (CHECK_TARGET_MODULES): Likewise.
11110         (INSTALL_TARGET_MODULES): Likewise.
11111         (CLEAN_TARGET_MODULES): Likewise.
11112         (all-target-libjava): New target.
11113         (all-target-boehm-gc): Likewise.
11114         * configure.in (target_libs): Added libjava, boehm-gc.
11115
11116 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
11117
11118         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
11119         configure.bat in SUPPORT_FILES.
11120         (gas+binutils.tar.bz2): Likewise.
11121
11122         * makeall.bat: Remove; obsolete.
11123
11124 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
11125
11126         From Mark Elbrecht:
11127         * configure.bat: Remove; obsolete.
11128
11129 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
11130
11131         * configure: Add -W -Wall to the default CFLAGS when compiling with
11132         gcc.
11133
11134 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
11135
11136         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
11137
11138 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
11139
11140         * configure.in: Build ld on IRIX6.
11141
11142 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
11143
11144         * Makefile.in: Change distribution targets to use bzip2 instead of
11145         gzip.
11146         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
11147         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
11148
11149 1999-06-04  Nick Clifton  <nickc@cygnus.com>
11150
11151         * config.sub: Add mcore target.
11152
11153 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
11154
11155         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
11156
11157 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
11158
11159         * config.guess (dummy): Changed to $dummy.
11160
11161 1999-05-24  Nick Clifton  <nickc@cygnus.com>
11162
11163         * config.sub: Tidied up case statements.
11164
11165 1999-05-22  Ben Elliston  <bje@cygnus.com>
11166
11167         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
11168         <jiro@din.or.jp>.
11169
11170         * config.guess: Merge with FSF version. Future changes will be
11171         more accurately recorded in this ChangeLog.
11172         * config.sub: Likewise.
11173
11174 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
11175
11176          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
11177
11178 1999-04-30  Tom Tromey  <tromey@cygnus.com>
11179
11180         * ltmain.sh: [mode link] Always use CC given by ltconfig.
11181
11182 1999-04-23  Tom Tromey  <tromey@cygnus.com>
11183
11184         * ltconfig, ltmain.sh: Update to libtool 1.2f.
11185
11186 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
11187
11188         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
11189         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
11190         Bad merge removed these two changes.
11191
11192 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
11193                           Martin Heller (Ing.-Buero_Heller@t-online.de)
11194
11195         * config.guess (interix Alpha): Add.
11196
11197 1999-04-11  Richard Henderson  <rth@cygnus.com>
11198
11199         * configure.in (i?86-*-beos*): Do config gperf; don't config
11200         gdb, newlib, or libgloss.
11201
11202 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
11203
11204         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
11205         link a trivial program with -mabi=64.  If it fails, remove mabi=64
11206         from multidirs.
11207
11208 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
11209
11210         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
11211
11212 1999-04-08  Nick Clifton  <nickc@cygnus.com>
11213
11214         * config.sub: Add support for mcore targets.
11215
11216 1999-04-07  Michael Meissner  <meissner@cygnus.com>
11217
11218         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
11219         not mt-ospace, in order to shut up assembler warning about using
11220         symbols that are named the same as registers.
11221
11222 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
11223
11224         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
11225         dependency list for all-target-cygmon.
11226
11227 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
11228
11229         * config-ml.in: Check $host, not $target, for selective multilibs.
11230         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
11231         thumb interworking, and underscore prefix multilibs.
11232
11233 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
11234
11235         * missing: Update to version from current automake.
11236
11237 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
11238
11239         * configure (gxx_include_dir): Removed.
11240
11241         * configure.in (gxx_include_dir): Handle it.
11242         * Makefile.in: Likewise.
11243
11244 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
11245
11246         * config.sub (mips64vr4111,mips64vr4111el) Add.
11247
11248 1999-03-21  Ben Elliston  <bje@cygnus.com>
11249
11250         * config.guess: Correct typo for detecting ELF on FreeBSD.
11251
11252 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
11253
11254         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
11255         config/mh-djgpp.
11256
11257 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
11258
11259         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
11260         all-target-newlib to dependency list for all-target-bsp.
11261
11262 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11263
11264         * config.sub: Add i386-uwin support.
11265         * config.guess: Likewise.
11266
11267 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11268
11269         * configure.in: cleanup, add mh-*pic handling for arm, special
11270         case powerpc*-*-aix*
11271
11272 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
11273
11274         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11275         can be built.
11276
11277 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
11278
11279         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
11280         targets.
11281
11282 1999-03-02  Nick Clifton  <nickc@cygnus.com>
11283
11284         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11285
11286 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
11287
11288         * config.sub: Check for "cygwin*" rather than "cygwin32*"
11289
11290 1999-02-24  Nick Clifton  <nickc@cygnus.com>
11291
11292         * config.sub: Fix typo in arm recognition.
11293
11294 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
11295
11296         * configure.in (noconfigdirs): Changed target_configdirs to
11297         include target-bsp only for m68k-*-elf* and m68k-*-coff*
11298         rather than m68k-*-* since it is not known to work on
11299         m68k-aout. Ditto for arm-*-*oabi.
11300
11301 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
11302
11303         * configure.in (*-*-windows*): Remove, no longer used.
11304
11305 1999-02-19  Ben Elliston <bje@cygnus.com>
11306
11307         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11308         Smart and improved by Andrew Cagney.
11309
11310 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
11311
11312         * config.guess: Recognize openbsd-*-hppa.
11313
11314 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
11315
11316         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11317         only if it is not empty.
11318
11319 1999-02-17  Nick Clifton  <nickc@cygnus.com>
11320
11321         Patch from: Scott Bambrough <scottb@corelcomputer.com>
11322
11323         * config.guess: Modified to recognize uname's armv* syntax.
11324
11325         * config.sub: Modified to recognize uname's armv* syntax.
11326
11327 1999-02-17  Mark Salter  <msalter@cygnus.com>
11328
11329         * configure.in: Added target-bsp for sparclite.
11330
11331 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
11332
11333         * config.sub: Recognize alphapca5[67] and up to alphaev8.
11334
11335 1999-02-08  Nick Clifton  <nickc@cygnus.com>
11336
11337         * configure.in: Add support for strongarm port.
11338         * config.sub: Add support for strongarm target.
11339
11340 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11341
11342         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11343         the old name config/mh-cygwin32.
11344         Enable texinfo.
11345
11346 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
11347
11348         * configure.in: Do build ld for ix86 Solaris.
11349
11350 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
11351
11352         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
11353         $AR_FOR_TARGET.  Likewise for RANLIB.
11354
11355 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
11356
11357         * config.sub (oabi):  Recognize.
11358         * configure.in (arm-*-oabi):  Handle.
11359
11360 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
11361
11362         * config.guess: Improve detection of i686 on UnixWare 7.
11363
11364 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11365
11366         * config.guess: Add support for i386-pc-interix.
11367         * config.sub: Likewise.
11368         * configure.in: Likewise.
11369
11370 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
11371
11372         * Makefile.in: Remove unneeded all-target-libio from
11373         from all-target-winsup target since it is now unneeded.
11374         Add all-target-libtermcap in its place since it is now
11375         needed.
11376
11377 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
11378
11379         * configure.in: makefile stub for cygwin target is probably
11380         unnecessary.  Remove it for now.
11381
11382 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
11383
11384         * configure.in: libtermcap.a should be built when cygwin is the
11385         target as well as the host.
11386         * config.guess: Allow mixed case in cygwin uname output.
11387         * Makefile.in: Add libtermcap target.
11388
11389 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
11390
11391         * config.sub: Clean up handling of hppa2.0.
11392
11393 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
11394
11395         * config.guess: Use C code to identify more HP machines.
11396
11397 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
11398
11399         * config.sub: Handle hppa2.0.
11400
11401 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
11402
11403         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11404         cygmon for all sparclite targets, regardless of object format.
11405
11406 1998-12-15  Mark Salter  <msalter@cygnus.com>
11407
11408         * configure.in: Added target-bsp for several target architectures.
11409
11410         * Makefile.in: Added rules for bsp.
11411
11412 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
11413
11414         * config.guess: Improve detection of hppa2.0 processors.
11415
11416 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
11417
11418         * config.guess: Recognize FreeBSD using ELF automatically.
11419
11420 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
11421
11422         * configure (skip-this-dir): Add handling for new shell script, which
11423         might be created by a sub-directory's configure to indicate, this particular
11424         directory is "unwanted".
11425         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11426
11427 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
11428
11429         * ltconfig: import from libtool, after changing libtool to
11430         account for the cygwin name change.
11431
11432 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
11433
11434         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11435         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11436
11437 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
11438
11439         * configure.in: Add libtermcap to list of cygwin dependencies.
11440
11441 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
11442
11443         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11444         they include winsup/include when it's a cygwin target.
11445
11446 1998-11-12  Tom Tromey  <tromey@cygnus.com>
11447
11448         * configure.in (host_tools): Added zip.
11449         * Makefile.in (all-target-libjava): Depend on all-zip.
11450         (all-zip): New target.
11451         (ALL_MODULES): Added all-zip.
11452         (NATIVE_CHECK_MODULES): Added check-zip.
11453         (INSTALL_MODULES): Added install-zip.
11454         (CLEAN_MODULES): Added clean-zip.
11455
11456 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
11457
11458         * Makefile.in: lose "32" from comment about cygwin.
11459
11460 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
11461
11462         * configure.in: Use -Os to build target libraries for the fr30.
11463
11464 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
11465
11466         * config.sub: Add fr30.
11467
11468 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
11469
11470         * configure.in: drop "32" from config/mh-cygwin32.  Check
11471         cygwin* instead of cygwin32*.
11472         * config.sub: Check cygwin* instead of cygwin32*.
11473
11474 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
11475
11476         * config.guess: Match any version of Unixware7.
11477
11478 1998-10-20  Syd Polk  <spolk@cygnus.com>
11479
11480         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11481         if desired.
11482
11483 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
11484
11485         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11486         these if the appropriate directories and files to not exist.
11487
11488 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
11489
11490         * Makefile.in (DEVO_SUPPORT): Add config.if.
11491
11492 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11493
11494         * configure: Add pattern to replace "build_tooldir"'s
11495         definition in the generated Makefile with "tooldir"'s
11496         actual value.
11497
11498 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
11499
11500         * config.sub: Bring back lost sparcv9.
11501
11502         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11503
11504 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
11505
11506         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11507         CC_FOR_TARGET and friends.
11508
11509 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
11510
11511         * Makefile.in (build_tooldir): New variable, same as tooldir.
11512         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11513         -B$(build_tooldir)/bin/.
11514         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11515
11516 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11517
11518         * README: Remove installation instructions and refer to the
11519         INSTALL directory instead.
11520
11521 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
11522
11523         * config.sub: Add support for i[34567]86-pc-udk.
11524         * configure.in: Likewise.
11525
11526 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
11527
11528         * Makefile.in: add bzip2 package building bits for user
11529         tools module
11530         * configure.in: ditto
11531
11532 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
11533
11534         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11535         (ALL_TARGET_MODULES): Add all-target-libobjc.
11536         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11537         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11538         (all-target-libchill): Add dependencies.
11539         * configure.in (target_libs): Add libchill.
11540
11541 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
11542
11543         * configure.in (target_subdir): Remove duplicate line.
11544
11545 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
11546
11547         * Makefile.in (all-automake): fix dependencies.
11548
11549 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
11550
11551         * configure.in: Minor cleanups for building in the $(target_alias)
11552         subdir.
11553
11554 1998-09-22  Jim Wilson  <wilson@cygnus.com>
11555
11556         * Makefile.in (bootstrap): Set r and s before make all.  Use
11557         BASE_FLAGS_TO_PASS in make all.
11558         (cross): Likewise.
11559
11560 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
11561
11562         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11563
11564 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
11565
11566         * config.sub: Fix typo in last change.
11567
11568 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11569
11570         * config.sub: Add support for C4x target.
11571         * configure.in: Likewise.
11572
11573 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
11574
11575         * config.sub: Recognize sparcv9 just like sparc64.
11576
11577 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
11578
11579         * config.guess: Match "Pent II" or "PentII" for OpenServer.
11580
11581 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
11582
11583         * config.guess: Correctly identify Pentium II sco boxes.
11584
11585         * config.guess: Fix "tr" code.  From Weiwen Liu.
11586
11587 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
11588
11589         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11590         stabs.
11591
11592 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
11593
11594         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11595         (ALL_TARGET_MODULES): Add all-target-libchill.
11596         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11597         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11598         (all-target-libchill): Add dependencies.
11599         * configure.in (target_libs): Add libchill.
11600
11601 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11602
11603         * config.guess: Avoid assumptions about "tr" behaves when
11604         LANG is set to something other than English.
11605
11606 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
11607
11608         * configure (gxx_include_dir): Changed to
11609         '${prefix}/include/g++'-${libstdcxx_interface}.
11610
11611         * config.if: New to determine the interfaces.
11612
11613 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
11614
11615         * config.guess: Detect and handle MPE/IX.
11616         * config.sub: Deal with MPE/IX.
11617
11618 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
11619
11620         * configure.in: Use mh-aix43.
11621
11622 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
11623
11624         * configure: Fix --without/--disable cases for gxx-include-dir.
11625
11626 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
11627
11628         * mdata-sh:  Imported.  Needed for automake support.
11629
11630 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
11631
11632         * Makefile.in (taz): Try "chmod -R og=u ." before
11633         "chmod og=u `find . -print`".
11634
11635 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
11636
11637         * configure.in: Add arm-elf and thumb-elf support.
11638
11639 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
11640
11641         * Makefile.in: Undo previous patch.
11642
11643 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
11644
11645         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11646         to here ...
11647         (install-no-fixedincludes): and here
11648         (INSTALL_MODULES): ... from here.
11649
11650 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11651
11652         * config.sub: Merge with FSF.
11653
11654         * config.guess: Merge with FSF.
11655
11656 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
11657
11658         * configure (extraconfigdirs): New variable.
11659         (SUBDIRS): Add extraconfigdirs and recurse on them too.
11660         * Makefile.in (all): Move higher in file.
11661         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11662         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11663         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11664         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11665         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11666
11667 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
11668
11669         * Makefile.in (all-target-libjava): Depend on all-gcc and
11670         all-target-newlib.
11671         (configure-target-libjava): Depend on $(ALL_GCC).
11672
11673 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
11674
11675         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11676         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11677
11678 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
11679
11680         * INSTALL/README: Fix typo.
11681
11682 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11683
11684         * ylwrap: Change absolute path checks to check for DOS style path
11685         names.
11686
11687         * ylwrap: Don't use a full path name if the source file is in the
11688         same directory.  From hjl@lucon.org (H.J. Lu).
11689
11690         * config-ml.in: Default to being verbose, to match Feb 18 change to
11691         configure.
11692
11693 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
11694
11695         Brought over from egcs:
11696
11697         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11698
11699         * configure.in (target_subdir): Set to ${target_alias} instead
11700         of "libraries".
11701
11702         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11703
11704         * configure.in (target_subdir): Set to libraries if enable_multilib.
11705
11706 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
11707
11708         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11709         multilibs, force reconfiguration the first time we create
11710         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11711
11712 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
11713
11714         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11715         avoid confusion with --no-recursion.
11716
11717 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
11718
11719         * configure.in: Win32 hosts shouldn't use install -x
11720         * install-sh: remove -x option, and special .exe-handling
11721         hack.
11722
11723 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
11724
11725         * config.guess: Recognize i586-pc-beos.
11726         * configure.in: Don't build some bits for beos.
11727
11728 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11729
11730         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11731         CFLAGS default to -O2.
11732
11733         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11734         when using GNU ld.
11735
11736 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
11737
11738         * ltmain.sh: Correct install when using a different shell.
11739
11740 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11741
11742         * ltconfig, ltmain.sh: Update to libtool 1.2b.
11743
11744 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
11745
11746         * makefile.vms: Update to build binutils/makefile.vms.  Add install
11747         target.
11748
11749 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
11750
11751         * ltconfig: Update to correct AIX handling.
11752
11753 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11754
11755         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11756
11757         * configure.in (target_subdir): Set to ${target_alias} instead
11758         of "libraries".
11759
11760 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
11761
11762         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11763         (Makefile): Depend on $(gcc_version_trigger).
11764
11765         * configure (gcc_version): Change default initializer to empty
11766         string.
11767         (gcc_version_trigger): New variable; pass this variable down
11768         to subdir configures to enable them checking gcc's version
11769         themselves. Emit make macros for both gcc_version vars.
11770         (topsrcdir): Initialize reliably.
11771         (recursion line): Remove --with-gcc-version=${gcc_version}.
11772
11773 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11774
11775         * configure (enable_version_specific_runtime_libs): Implement new flag
11776         --enable-version-specific-runtime-libs which installs C++ runtime stuff
11777         in $(libsubdir); emit definition in each generated Makefile.
11778         (gxx_include_dir): Initialize depending on
11779         $enable_version_specific_runtime_libs.
11780
11781 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11782
11783         * configure (gcc_version): Initialize properly depending on
11784         how and where configure is started.
11785         (recursion line): Pass a --with-gcc-version=${gcc_version}
11786         to configures in subdirs.
11787
11788 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
11789
11790         * configure.in (noconfigdirs): Add configure pattern for mips tx39
11791         cygmon
11792
11793 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
11794
11795         * configure.in: Add cygmon and libstub support for mn10200.
11796
11797 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
11798
11799         * configure (gcc_version): Add new variable describing the
11800         particular gcc version we're building.
11801         * Makefile.in (libsubdir): Add new macro for the directory
11802         in which the compiler finds executables, libraries, etc.
11803         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11804         and libsubdir.
11805
11806 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11807
11808         * Makefile.in (local-clean): Remove *.log.
11809         (warning.log): Built with warn_summary from build.log.
11810         (mail-report.log): Run test_summary.
11811         (mail-report-with-warnings.log): Run test_summary including
11812         warning.log in the report.
11813
11814 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
11815
11816         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11817
11818 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11819
11820         * Makefile.in (grep): Grep no longer depends on libiberty.
11821
11822 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
11823
11824         * Makefile.in: all-snavigator needs all-libgui.
11825
11826 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
11827
11828         * configure.in: Add cygmon and libstub support for mn10300.
11829
11830 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
11831
11832         * missing: Update to version from automake 1.3.
11833
11834         * ltmain.sh: On installation, don't get confused if the same name
11835         appears more than once in the list of library names.
11836
11837 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11838
11839         * config.sub: Accept m68060 and m5200 as CPU names.
11840
11841 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
11842
11843         * configure: Use && rather than using -a in test, because odd
11844         strings can confuse test.
11845         * configure.in: Likewise.
11846
11847 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11848
11849         * ltconfig, ltmain.sh: Bring in Visual C++ support.
11850
11851 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11852
11853         * Makefile.in (boostrap2-lean, bootstrap3-lean,
11854         bootstrap4-lean): New targets.
11855
11856 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
11857
11858         * mpw-* Delete.  Not used.
11859
11860 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
11861
11862         * COPYING.LIB: Update FSF address.
11863
11864 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
11865
11866         * ltconfig, ltmain.sh: Update to libtool 1.2a.
11867
11868         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11869         GAS_SUPPORT_DIRS.
11870
11871 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
11872
11873         * ltconfig, ltmain.sh: Avoid producing a version number if
11874         -version-info was not used.
11875
11876 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11877
11878         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11879         building with newlib.
11880
11881 1998-04-30  Paul Eggert  <eggert@twinsun.com>
11882
11883         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11884         Solaris `make' causes it to continue to next definition.
11885
11886 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11887
11888         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11889         the right GUI libraries and files are installed along with GDB.
11890
11891 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11892
11893         * configure.in: Change alpha to alpha* in several places.
11894
11895 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
11896
11897         * config.sub: Recognize sparc86x.
11898
11899 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
11900
11901         * configure.in (--enable-target-optspace): Remove debug echo.
11902
11903 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
11904
11905         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11906
11907 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11908
11909         * ltconfig: Update cygwin32 support.
11910
11911         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11912         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11913         (GDB_SUPPORT_DIRS): Likewise.
11914
11915 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
11916
11917         * configure.in (target_makefile_frag): If --enable-target-optspace,
11918         use -Os to compile target libraries rather than -O2.  Default to
11919         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11920         not used.
11921         * configure.in (target_cflags): Ditto for d30v.
11922
11923 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
11924
11925         * Makefile.in (all-bfd): Depend on all-intl.
11926         (all-binutils): Likewise.
11927         (all-gas): Likewise.
11928         (all-gprof): Likewise.
11929         (all-ld): Likewise.
11930
11931 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
11932
11933         * configure.in (host_tools): Fix typo, lbtool -> libtool.
11934
11935 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11936
11937         * Makefile.in (all-bfd): Depend upon all-libiberty.
11938
11939         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11940
11941 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
11942
11943         * Makefile.in: Add libstub.
11944
11945         * configure.in: Ditto. Build libstub for targets that have cygmon
11946         support.
11947
11948 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
11949
11950         * configure.in: Don't set PICFLAG on ix86-cygwin32.
11951
11952 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
11953
11954         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11955         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
11956
11957 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
11958
11959         * configure: Define DEFAULT_M4 by searching PATH.
11960         * Makfile.in: Use DEFAULT_M4.
11961
11962 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11963
11964         * ltconfig: Add cygwin32 support.
11965
11966         * Makefile.in, configure.in: Add libtool as a native only directory
11967         to configure and build.
11968
11969 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
11970
11971         * Makefile.in (INSTALL_MODULES): Remove texinfo.
11972
11973 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
11974
11975         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11976
11977 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
11978
11979         * Makefile.in: add ash make rules
11980         * configure.in: add ash to native_only and host_tools lists
11981
11982 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
11983
11984         * Makefile.in (all-gettext, all-intl): New targets.
11985         (ALL_MODULES): Added all-gettext, all-intl.
11986         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11987         (INSTALL_MODULES): Added install-gettext, install-intl.
11988         (CLEAN_MODULES): Added clean-gettext, clean-intl.
11989
11990         * configure.in (host_tools): Added gettext.
11991         (native_only): Likewise.
11992         (noconfigdirs) [various cases]: Likewise.
11993         (host_libs): Added intl.
11994
11995 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
11996
11997         * configure: Do not disable building gdbtk for cygwin32 hosts.
11998
11999 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
12000
12001         * configure.in: Add thumb-coff target.
12002         * config.sub: Add thumb-coff target.
12003
12004 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12005
12006         * Makefile.in: Revert yesterday's change.
12007         (all-target-winsup):  all-target-librx stays out of here.
12008
12009 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12010
12011         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
12012         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
12013         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
12014         Remove references to librx and libg++.
12015
12016 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
12017
12018         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
12019         recursive makes
12020
12021 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
12022
12023         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
12024         for newlib directory.
12025         (CXX_FOR_TARGET): Likewise.
12026
12027 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
12028
12029         * ltconfig: Update after libtool/ltconfig.in change for
12030         hpux11.
12031
12032 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
12033
12034         * ltconfig, ltmain.sh: Update to libtool 1.2.
12035
12036 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12037
12038         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
12039         (install-gcc-cross): Instead, override LANGUAGES here.
12040
12041 1998-03-18  Dave Love  <d.love@dl.ac.uk>
12042
12043         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
12044         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
12045
12046 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
12047
12048         * configure.in: Add Thumb-pe target.
12049
12050 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
12051
12052         * Makefile.in - changed sn targets to snavigator
12053         * configure.in - changed sn targets to snavigator
12054
12055 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12056
12057         * config-ml.in: After building symlink tree call make distclean
12058         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
12059         to be the case for libiberty.
12060
12061 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
12062
12063         * configure: When making link, also check the current
12064         directory. The configure scripts may create one.
12065
12066 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
12067
12068         * config.sub: Accept alphapca56 and alphaev6 properly.
12069
12070 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12071
12072         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
12073
12074 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
12075
12076         * config.sub (sco5): Fix typo.
12077
12078 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
12079
12080         * Makefile.in (INSTALL_MODULES): Move install-tcl before
12081         install-itcl.
12082         (install-itcl): Remove dependency on install-tcl.
12083
12084 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
12085
12086         * configure.in: Remove libgloss from noconfigdirs for MN10300.
12087
12088 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
12089
12090         * configure.in: Don't build libgui for a cygwin32 target when not on
12091         a cygwin32 host.
12092
12093 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12094
12095         * configure (redirect): Set to null, so default behavior of
12096         configure is now --verbose.
12097
12098 1998-02-16  Dave Love  <d.love@dl.ac.uk>
12099
12100         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
12101         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
12102
12103 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
12104
12105         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
12106         this change to sync Makefile.in with its ChangeLog entries.
12107
12108 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
12109
12110         * ltmain.sh (mkdir): Check that the directory doesn't exist
12111         before we exit with error, so that we don't get races during
12112         parallel builds.
12113
12114 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
12115
12116         * ltconfig, ltmain.sh: Update from libtool 1.0i.
12117
12118 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12119
12120         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
12121         PICFLAG_FOR_TARGET.
12122         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
12123
12124         * configure: Emit a definition for the new macro enable_shared
12125         into each Makefile.
12126
12127 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12128
12129         * configure.in (host_tools, native_only): Add libtool.
12130
12131 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
12132
12133         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
12134         Fix typo in ming config comment.
12135
12136 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
12137
12138         * ltconfig, ltmain.sh: Update from libtool 1.0h.
12139
12140 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
12141
12142         * config.sub: Add tic30 cases, and map c30 to tic30.
12143
12144 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
12145
12146         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
12147         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
12148         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
12149         (CLEAN_TARGET_MODULES): Similarly
12150         (all-target-libf2c): Add dependences.
12151         * configure.in (target_libs): Add libf2c.
12152
12153 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
12154
12155         * configure.in: Remove expect from noconfigdirs when target
12156         is cygwin32.  OK to build expect and dejagnu with Canadian
12157         Cross.
12158
12159 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
12160
12161         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
12162         host.
12163
12164         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
12165         and mingw32.
12166
12167 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12168
12169         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
12170         here as it is not defined in the toplevel Makefile.
12171
12172 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12173
12174         * configure (package_makefile_rules_frag): New variable, which names
12175         a file with generic rules, ...
12176         Change comment to mention we now have FIVE parts.
12177         * configure: Undo last change.
12178
12179 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
12180
12181         * config.guess: More accurate determination of HP processor types.
12182         * config.sub: More accurate determination of HP processor types.
12183
12184 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12185
12186         * configure (package_makefile_frag): Move inserting the
12187         ${package_makefile_frag} to where it should be according
12188         to the comment.
12189
12190 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
12191
12192         * config.guess: Add support for Linux/ARM.
12193
12194 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
12195
12196         * .cvsignore: Remove *-info and *-install since they match
12197         release-info and mpw-install, which we don't want to just ignore.
12198
12199 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
12200
12201         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
12202
12203 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
12204
12205         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
12206         local_prefix to sub-make invocations.
12207
12208 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
12209
12210         * configure.in: Check makefile fragments in the source
12211         directory.
12212
12213 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
12214
12215         * configure.in: Check whether host and target makefile
12216         fragments exist before adding them to *_makefile_frag.
12217
12218 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
12219
12220         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
12221
12222 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
12223
12224         * configure.in: Make sure we only replace RPATH_ENVVAR on
12225         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
12226         regexp to sed.
12227
12228         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
12229         to sub-makes.
12230
12231 1998-01-13  Lee Iverson   (leei@ai.sri.com)
12232
12233         * config-ml.in (multi-do): LDFLAGS must include multilib
12234         designator.
12235
12236 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
12237
12238         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
12239
12240 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
12241
12242         * config.sub: Add mingw32 support.
12243         * configure.in: Likewise.
12244
12245 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
12246
12247         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
12248
12249 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
12250
12251         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12252         * configure (gxx_include_dir): Provide a definition for subdirs
12253         which do not use autoconf.
12254
12255 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
12256
12257         * config.guess: Sync with egcs.  Picks up new alpha support,
12258         BeOS & some additional linux support.
12259
12260 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
12261
12262         * config.guess: HP 9000/803 is a PA1.1 machine.
12263
12264 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
12265
12266         * configure.in: It's alpha*-...
12267
12268 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12269
12270         * configure.in (host_makefile_frag, target_makefile_frag):
12271         Handle multiple config files.
12272         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
12273         alpha-*-*.
12274
12275 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
12276
12277         * mkdep: New file.
12278
12279 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
12280
12281         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12282
12283 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12284
12285         * Makefile.in: Add libgui directory.
12286         (GDB_TK): Add all-libgui.
12287         * configure.in: Add libgui directory.
12288         * configure: Add all-libgui to GDB_TK.
12289
12290 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
12291
12292         * config-ml.in (multidirs): Add m32r to multilib list.
12293
12294 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
12295
12296         * Makefile.in (all-target-gperf): Change dependency to
12297         all-target-libstdc++.
12298
12299 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
12300
12301         * config.guess: Add BeOS support.
12302
12303 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12304
12305         Source directory cvs renamed to cvssrc:
12306         * configure.in (host_tools): Change cvs to cvssrc.
12307         (native_only): Likewise.
12308         (noconfigdirs) [various cases]: Likewise.
12309         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12310         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12311         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12312         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12313         (all-cvssrc): Rename target from all-cvs.
12314
12315 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
12316
12317         * configure (gxx_include_dir): Fix thinko.
12318
12319 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
12320
12321         * Makefile.in (INSTALL_TARGET_CROSS): Define.
12322         (install-cross, install-gcc-cross): New targets.
12323
12324 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
12325
12326         * configure.in (noconfigdirs): Add support for Thumb target.
12327
12328         * config.sub (maybe_os): Add support for Thumb target.
12329
12330 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
12331
12332         * Makefile.in: Add rules for cygmon.
12333
12334         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12335
12336 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
12337
12338         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12339         * configure (gxx_include_dir): Provide a definition for subdirs
12340         which do not use autoconf.
12341
12342 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
12343
12344         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12345         11/18/97 build
12346
12347 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
12348
12349         * From Franz Sirl.
12350         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12351         found on RedHat Linux systems.
12352
12353 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
12354
12355         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12356         guesses.
12357
12358 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
12359
12360         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12361
12362 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
12363
12364         * ltmain.sh: If mkdir fails, check whether the directory was created
12365         anyhow by some other process.
12366
12367 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
12368
12369         * configure.in (d30v-*-*): Configure all directories.
12370
12371 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
12372
12373         * configure.in (d30v-*-*): Configure newlib, libiberty directories
12374         for the D30V.
12375
12376 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
12377
12378         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12379
12380 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
12381
12382         * include/libiberty.h: Add extern "C" { so it can be used with C++
12383         progrms.
12384         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
12385         programs.
12386
12387 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
12388
12389         * configure.in (d30v-*-*): Configure GCC now.
12390
12391 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
12392
12393         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12394         is no longer needed.
12395
12396 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
12397
12398         * Makefile.in: check-target-libio depends on all-target-libstdc++.
12399
12400 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
12401
12402         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12403         targets using "$@" to provide support for similar but not identical
12404         targets without having to duplicate code.
12405
12406 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
12407
12408         * makefile.vms: Fix to work with DEC C.
12409
12410 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
12411
12412         * config.sub: Add mips-tx39-elf to marketing names.
12413
12414 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
12415
12416         * ltmain.sh: Handle symlinks in generated script.
12417
12418 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
12419
12420         * configure: Handle autoconf style directory options: --bindir,
12421         --datadir, --includedir, --infodir, --libdir, --libexecdir,
12422         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12423         --sysconfdir.
12424         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12425         (sharedstatedir, localstatedir, oldincludedir): New variables.
12426         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12427         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12428         sbindir, sharedstatedir, and sysconfdir.
12429
12430 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12431
12432         * Makefile.in (bootstrap-lean): New target.
12433
12434 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
12435
12436         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
12437         sn, and gnuserv from noconfigdirs.
12438
12439 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
12440
12441         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12442
12443 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
12444
12445         * Makefile.in (cross): New target.
12446
12447 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
12448                           Jeff Law         <law@cygnus.com>
12449
12450         * Makefile.in (bootstrap2, bootstrap3): New targets.
12451         (all-bootstrap): Remove outdated and confusing target.
12452         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12453
12454 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12455
12456         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12457         windows.  Consistent with gdb/configure.
12458
12459 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
12460
12461         * configure.in: Name Linux target fragment.
12462
12463         * configure: Rewrite so that project Makefile fragment is inserted
12464         first and appears last in the resulting Makefile.
12465
12466 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12467
12468         * Makefile.in (install-itcl): Install tcl first.
12469
12470 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
12471
12472         * configure.in: remove bison from noconfigdirs for Cygwin32 host
12473
12474 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12475
12476         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12477
12478         * configure.in (skipdirs): Add target-librx for Linux.
12479         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12480
12481 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
12482
12483         * Makefile.in (bootstrap): New target.
12484
12485 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
12486
12487         * config.sub: Accept 'amigados' for backward compatibility.
12488
12489 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
12490
12491         * config.guess: Merge with FSF.
12492
12493 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
12494
12495         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12496
12497 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
12498
12499         * config.sub: Add "marketing-names" patch.
12500
12501 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
12502
12503         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12504
12505 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
12506
12507         * config.sub: Handle v850-elf.
12508
12509 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
12510
12511         * .cvsignore (*-install): Remove.
12512
12513 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
12514
12515         * ltconfig: Set CONFIG_SHELL in libtool.
12516         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12517
12518 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
12519
12520         * configure.in (target_subdir): Set to libraries if enable_multilib.
12521
12522 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
12523
12524         * config.guess: Update from gcc directory.
12525
12526 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12527
12528         * Makefile.in (all-sim): Depends on all-readline.
12529
12530 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
12531
12532         * Makefile.in (BISON, YACC): Use $$s.
12533         (all-bison): Depend on all-texinfo.
12534
12535 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
12536
12537         * Makefile.in (BISON): Add -L flag.
12538         (YACC): Likewise.
12539
12540 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12541
12542         * configure.in (noconfigdirs): Add support for v850e target.
12543
12544         * config.sub (maybe_os): Add support for v850e target.
12545
12546 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12547
12548         * configure.in (noconfigdirs): Add support for v850ea target.
12549
12550         * config.sub (maybe_os): Add support for v850ea target.
12551
12552 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
12553
12554         * config.sub: Add mipstx39.  Delete r3900.
12555
12556 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12557
12558         * Makefile.in (all-autoconf): Depends on all-texinfo.
12559
12560 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
12561
12562         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12563         eabi targets.
12564
12565 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
12566
12567         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12568
12569         * configure: When handling a Canadian Cross, handle YACC as well as
12570         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
12571         * Makefile.in (all-bison): Depend upon all-texinfo.
12572
12573 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
12574
12575         * Makefile.in (BISON): bison, not byacc or bison -y.
12576         (YACC): bison -y or byacc or yacc.
12577         (various): Add *-bison as appropriate.
12578         (taz): No need to mess with BISON anymore.
12579
12580 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
12581
12582         * configure: If OSTYPE matches *win32*, try to find a good value for
12583         CONFIG_SHELL.
12584
12585 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
12586
12587         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12588         configure.in if it is present.
12589
12590 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
12591
12592         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12593
12594 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
12595
12596         * config.sub: Recognize `arc' cpu.
12597         * configure.in: Likewise.
12598         * config-ml.in: Likewise.
12599
12600 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
12601
12602         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12603
12604 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
12605
12606         * configure: Changed sed delimiter from ':' to '|' when
12607         attempting to substitute ${config_shell} for SHELL. On
12608         NT ${config_shell} may contain a ':' in it.
12609
12610 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
12611
12612         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12613
12614 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
12615
12616         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12617
12618 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12619
12620         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12621
12622         * ylwrap: If the program is a relative path, force it to be
12623         absolute.
12624
12625 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12626
12627         * configure (tooldir): Set BISON to `bison -y' and not just bison.
12628
12629 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12630
12631         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12632         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12633         for libraries.
12634
12635 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
12636
12637         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12638         separated by spaces.
12639
12640 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
12641
12642         * ylwrap: New file.
12643         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12644
12645         * ltmain.sh: Handle /bin/sh at start of install program.
12646
12647         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12648
12649         * ltconfig, ltmain.sh: New files, from libtool 1.0.
12650         * missing: New file, from automake 1.2.
12651
12652 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
12653
12654         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
12655         check-tk to CHECK_X11_MODULES.
12656
12657 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12658
12659         * config.sub: Merge with FSF.
12660
12661 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12662
12663         * config.guess: Merge with FSF.
12664
12665 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12666
12667         * configure: Treat msdosdjgpp like go32.
12668         * configure.in: Likewise.  Don't remove gprof for go32.
12669
12670         * configure: Change Makefile.tem2 to Makefile.tm2.
12671
12672 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
12673
12674         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12675
12676 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12677
12678         * install-sh (chmodcmd): Set to null if the DST directory already
12679         exists.  Same as Nov 11th change.
12680
12681 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
12682
12683         * configure (GDB_TK): Needs itcl and tix.
12684
12685 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
12686
12687         * config.guess: Update from FSF.
12688
12689 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
12690
12691         * Makefile.in (GDB_TK): Depend on itcl and tix.
12692
12693 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12694
12695         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12696         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12697         (INSTALL_SCRIPT): New variable.
12698         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12699         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12700         to -x.
12701         * install-sh: Add support for -x option.
12702
12703 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
12704
12705         * configure.in, Makefile.in: Treat tix like itcl.
12706
12707 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
12708
12709         * Makefile.in (WINDRES): New variable.
12710         (WINDRES_FOR_TARGET): New variable.
12711         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12712         (EXTRA_HOST_FLAGS): Add WINDRES.
12713         (EXTRA_TARGET_FLAGS): Add WINDRES.
12714         (EXTRA_GCC_FLAGS): Add WINDRES.
12715         ($(DO_X)): Pass down WINDRES.
12716         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12717         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12718         DLLTOOL_FOR_TARGET.
12719
12720 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
12721
12722         * configure.in: configure sim before gdb for win32-x-ppc
12723
12724 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12725
12726         Move gperf into the toplevel, from libg++.
12727         * configure.in (target_tools): Add target-gperf.
12728         (native_only): Add target-gperf.
12729         * Makefile.in (all-target-gperf): New target, depend on
12730         all-target-libg++.
12731         (configure-target-gperf): Empty rule.
12732         (ALL_TARGET_MODULES): Add all-target-gperf.
12733         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12734         (CHECK_TARGET_MODULES): Add check-target-gperf.
12735         (INSTALL_TARGET_MODULES): Add install-target-gperf.
12736         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12737
12738 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
12739
12740         * config.sub (mn10200): Recognize new basic machine.
12741
12742 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12743
12744         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12745         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12746
12747 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12748
12749         * configure.in: If we're building mips-sgi-irix6* native, turn on
12750         ENABLE_MULTILIB and set TARGET_SUBDIR.
12751
12752 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
12753
12754         * Makefile.in (all-sn): Depend on all-grep.
12755
12756 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
12757
12758         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12759
12760         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12761         Makefile.  From Jeff Makey <jeff@cts.com>.
12762         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12763
12764         * Makefile.in (DISTBISONFILES): Remove.
12765         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
12766         $(DEFAULT_YACC).
12767
12768         * configure.in: Build itl, db, sn, etc., when building for native
12769         cygwin32.
12770
12771         * Makefile.in (LD): New variable.
12772         (EXTRA_HOST_FLAGS): Pass down LD.
12773         ($(DO_X)): Likewise.
12774
12775 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
12776
12777         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12778
12779 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
12780
12781         * configure.in (targargs): Strip out any supplied --build argument
12782         before adding our own. Always add --build.
12783
12784 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
12785
12786         * configure.in (targargs): Pass --build if we're doing
12787         a cross-compile.
12788
12789 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
12790
12791         * configure: Use '|' instead of ":" as the separator in
12792         sed. Otherwise sed chokes on NT path names with drive
12793         designators. Also look for "?:*" as the leading characters in an
12794         absolute pathname.
12795
12796 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
12797
12798         * config.sub: Support for r3900.
12799
12800 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12801
12802         * configure.in: Use install-sh, not install.sh.
12803
12804 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12805
12806         * Makefile.in (taz): Improve check for BISON so it doesn't try to
12807         apply it twice.
12808
12809 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12810
12811         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12812         install-binutils.
12813
12814 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
12815
12816         * Makefile.in: Add automake targets.
12817         * configure.in (host_tools): Add automake.
12818
12819 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12820
12821         * configure: Default CXX to c++, not gcc.
12822         * Makefile.in (CXX): Set to c++, not gcc.
12823         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12824
12825 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
12826
12827         * install-sh: try appending a .exe if source file doesn't
12828         exist
12829
12830 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
12831
12832         * configure.in: Turn on multilib by default.
12833         (cross_only): Remove target-libiberty.
12834
12835         * Makefile.in (all-gcc): Don't depend on libiberty.
12836
12837 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
12838
12839         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12840
12841 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12842
12843         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12844         (DISTBISONFILES): Add ld/Makefile.in
12845
12846 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
12847
12848         * configure.in: if target is cygwin32 but host isn't cygwin32,
12849         don't configure gdb tcl tk expect, not just gdb.
12850
12851 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
12852
12853         * configure.in: Added gnuserv everywhere sn appears.
12854
12855         * Makefile.in (ALL_MODULES): Added all-gnuserv.
12856         (CROSS_CHECK_MODULES): Added check-gnuserv.
12857         (INSTALL_MODULES): Added install-gnuserv.
12858         (CLEAN_MODULES): Added clean-gnuserv.
12859         (all-gnuserv): New target.
12860
12861 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
12862
12863         * config.guess: Fixes for MIPS OpenBSD systems.
12864
12865 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12866
12867         * Makefile.in (INSTALL_XFORM): Remove.
12868         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12869
12870         * mkinstalldirs: New file, copied from automake.
12871         * Makefile.in (installdirs): Rename from install-dirs.  Use
12872         mkinstalldirs.  Change all users.
12873         (DEVO_SUPPORT): Add mkinstalldirs.
12874
12875 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12876
12877         * install-sh: Rename from install.sh.
12878         * Makefile.in (INSTALL): Change install.sh to install-sh.
12879         (DEVO_SUPPORT): Likewise.
12880
12881         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
12882         Graichen <graichen@rzpd.de>.
12883
12884 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
12885
12886         * config.guess: Recognize OpenBSD systems correctly.
12887
12888 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12889
12890         * README, Makefile.in (ETC_SUPPORT): Remove references to
12891         cfg-paper*, configure.{texi,man,info*}._
12892
12893 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
12894
12895         * Makefile.in (all.normal): Ensure that gcc is built after all
12896         the x11 - ie gdb - targets.
12897
12898 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
12899
12900         * makefile.vms: Don't run conf-a-gas.
12901
12902 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
12903
12904         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12905
12906 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
12907
12908         * configure.in: Remove noconfigdirs case since gdb also
12909         configures and builds for tic80-coff.
12910
12911 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12912
12913         * configure: Set cache_file to config.cache.
12914         * Makefile.in (local-distclean): Remove config.cache.
12915
12916 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12917
12918         * COPYING: Update FSF address.
12919
12920 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
12921
12922         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12923         noconfigdirs.
12924
12925 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12926
12927         * Makefile.in (install-dirs): Don't crash if prefix, and hence
12928         MAKEDIRS, is empty.
12929
12930 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
12931
12932         * config.sub: Tweak mn10300 entry.
12933
12934 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
12935
12936         * configure.in (host_tools): Put sim before gdb, so gdb's
12937         configure.tgt can determine if the simulator was configured.
12938
12939 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
12940
12941         * config.sub: Move BeOS $os case to be with other Cygnus
12942         local cases.
12943
12944 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
12945
12946         * config.sub: Remove misplaced comment that broke Linux.
12947
12948 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
12949
12950         * config.sub: Add BeOS support.
12951
12952 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
12953
12954         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12955
12956 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
12957
12958         * configure.in (noconfigdirs): Remove tcl and tk from
12959         noconfigdirs for cygwin32 builds.
12960
12961 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
12962
12963         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12964
12965 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
12966
12967         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12968         make-all.com, use makefile.vms instead.
12969
12970 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
12971
12972         * config.sub: Accept -lnews*.
12973
12974 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
12975
12976         * configure.in (noconfigdirs): Disable target-newlib,
12977         target-examples and target-libiberty for d30v.
12978
12979 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12980
12981         * configure.in (noconfigdirs): Enable ld for d30v.
12982
12983 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
12984
12985         * configure.in (tic80-*-*): Build compiler.
12986
12987 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
12988
12989         * configure.in (d30v-*): Remove sim directory from list of
12990         unsupported d30v directories
12991
12992 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12993
12994         * config.sub, configure.in: Add d30v target cpu.
12995
12996 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
12997
12998         * makefile.vms: New file.
12999         * make-all.com: Remove.
13000
13001 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
13002
13003         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
13004
13005 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
13006
13007         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
13008
13009 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
13010
13011         * Makefile.in (ALL_MODULES): Added all-db.
13012         (CROSS_CHECK_MODULES): Addec check-db.
13013         (INSTALL_MODULES): Added install-db.
13014         (CLEAN_MODULES): Added clean-db.
13015
13016 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
13017
13018         * config.guess: Merge with latest FSF sources.
13019
13020 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
13021
13022         * Makefile.in (ALL_MODULES): Added all-itcl.
13023         (CROSS_CHECK_MODULES): Added check-itcl.
13024         (INSTALL_MODULES): Added install-itcl.
13025         (CLEAN_MODULES): Added clean-itcl.
13026
13027 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
13028
13029         * configure.in: build gdb for mn10200
13030
13031 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
13032
13033         * Makefile.in (all-target-winsup): Depend on all-target-libio.
13034
13035 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
13036
13037         * configure.in (tic80-*-*): Turn off most targets right now.
13038
13039 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
13040
13041         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
13042         rather than the makeinfo program.
13043         (do-info): Depend upon all-texinfo.
13044
13045 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
13046
13047         * configure.in: Remove uses of config/mh-linux.
13048
13049         * config.sub, config.guess: Merge with latest FSF sources.
13050
13051 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
13052
13053         * config.sub (case $basic_machine): Add tic80 entries.
13054
13055 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
13056
13057         * config.sub, config.guess: Merge with latest FSF sources.
13058
13059 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
13060
13061         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
13062         * mpw-config.in: Test for NewFolderRecursive.
13063         * mpw-install: Use symbolic name for startup filename.
13064         * mpw-README: Add various additional details.
13065
13066 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
13067
13068         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
13069
13070 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
13071
13072         * configure.in: Do build gcc and the target libraries for
13073         the mn10200.
13074
13075 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
13076
13077         * configure.in: don't avoid building gdb for mn10300 any more
13078         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
13079         instead of single-quoting it.
13080
13081 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
13082
13083         * configure.in: Don't use --with-stabs on IRIX 6.
13084
13085 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
13086
13087         * configure.in (m32r): Build gdb, libg++ now.
13088
13089 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13090
13091         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
13092         directories from noconfigdirs.
13093
13094 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
13095
13096         * config.sub (basic_machine): added mips16 configuration
13097
13098 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13099
13100         * config.sub: Handle d10v-unknown.
13101
13102 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
13103
13104         * config.sub: Handle v850-unknown.
13105
13106 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
13107
13108         * Makefile.in: add findutils
13109         * configure.in: add findutils to list of host_tools
13110
13111 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
13112
13113         * config.sub: Handle mn10200 and mn10300.
13114
13115 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13116
13117         * configure.in (d10v-*): Do not build librx.
13118
13119 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
13120
13121         * configure.in (mn10300): Build everything except gdb & libgloss.
13122
13123 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
13124
13125         * config.guess:  Patch for Dansk Data Elektronik servers,
13126         from Niels Skou Olsen <nso@dde.dk>.
13127
13128         For ncr, use /bin/uname rather than uname, since GNU uname does not
13129         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
13130
13131         Patch for MIPS R4000 running System V,
13132         from Eric S. Raymond <esr@snark.thyrsus.com>.
13133
13134         Fix thinko for nextstep.
13135
13136         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
13137
13138         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
13139         * config.guess: Guess mips-dec-mach_bsd4.3.
13140
13141         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
13142         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
13143         release numbers.
13144         * config.guess (mips-mips-riscos*):  Emit just enough of the
13145         release number.
13146
13147         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
13148         * config.guess (sparc-auspex-sunos*):  Added.
13149         (f300-fujitsu-*): Added.
13150
13151         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
13152         * config.guess:  Recognize a Tadpole as a sparc.
13153
13154 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
13155
13156         * config.guess: Don't assume that NextStep version is either 2 or
13157         3.  NextStep 4 (aka OpenStep 4) has come out now.
13158
13159 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
13160
13161         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
13162         From Rik Faith <faith@cs.unc.edu>.
13163
13164 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
13165
13166         * config.sub: Contributions from bug-gnu-utils to:
13167         Support plain "hppa" (no version given) architecture, reported by
13168         OpenStep.
13169         OpenBSD like NetBSD.
13170         LynxOs is not a hardware supplier.
13171
13172         * config.guess: Contributions from bug-gnu-utils to add support for:
13173         OpenBSD like NetBSD.
13174         Stratus systems.
13175         More Pyramid systems.
13176         i[n>4]86 Intel chips.
13177         M680[n>4]0 Motorola chips.
13178         Use unknown instead of lynx for hardware manufacturer.
13179
13180 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13181
13182         * install.sh (chmodcmd): Set to null if the DST directory already
13183         exists.
13184
13185 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13186
13187         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
13188         not use mt-ppc target Makefile fragment any more.
13189
13190 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
13191
13192         * configure.in (*-*-windows):  Exclude everything but those dirs
13193         needed to build windows.
13194
13195 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
13196
13197         * Makefile.in (all-target-winsup): Depend on all-target-librx.
13198
13199 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
13200
13201         * configure.in:  Exclude mmalloc from i386-windows.
13202
13203 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
13204
13205         * Undo my previous change.
13206
13207 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
13208
13209         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
13210         unconditionally.
13211         (MAKEOVERRIDES): Define (revert this part of October 18 change).
13212
13213 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
13214
13215         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
13216         host to add it's own flags.
13217
13218 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
13219
13220         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
13221
13222 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
13223
13224         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
13225         (CXX_FOR_TARGET): Likewise.
13226         (GCC_FOR_TARGET): Define.
13227         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
13228         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
13229         CC_FOR_TARGET was specified on the command line.
13230         (MAKEOVERRIDES): Don't define.
13231
13232 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
13233
13234         * configure.in (m32r): Fix spelling of libg++ libs.
13235
13236 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
13237
13238         * config.sub (-apple*): Remove, now redundant.
13239
13240 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
13241
13242         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
13243
13244         * configure: Rework yesterday's sed script patch.
13245
13246         * config.sub: Merge with FSF.
13247
13248 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
13249
13250         * config.guess:  Merge from FSF.
13251
13252         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
13253         * config.guess: Use pc instead of unknown, for pc clone systems.
13254         Change linux to linux-gnu.
13255
13256         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13257         * config.guess: Avoid non-portable tr syntax.
13258
13259 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
13260
13261         * test-build.mk (HOLES): Add "xargs" for gdb.
13262
13263         * configure: Avoid hpux10.20 sed bug.
13264
13265 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
13266
13267         * configure.in:  Add support for windows host
13268         (that is a build done under the Microsoft build environment).
13269
13270 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
13271
13272         * Makefile.in: Replace all uses of srcroot with s, to shrink
13273         command line lengths.
13274
13275         Patches from Geoffrey Noer <noer@cygnus.com>:
13276         * configure.in: If configuring for newlib, pass --with-newlib to
13277         subdirectories.
13278         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13279         -Bnewlib/ and -Lwinsup to gcc.
13280         (CXX_FOR_TARGET): Likewise.
13281
13282 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13283
13284         * Makefile.in (ETC_SUPPORT): Add configure.
13285
13286 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
13287
13288         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
13289         host configuration file.
13290
13291 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
13292
13293         * configure.in: Break mn10x00 support into separate
13294         mn10200 and mn10300 configurations.
13295         * config.sub: Likewise.
13296
13297 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
13298
13299         * configure.in: Add lots of stuff to noconfigdirs for
13300         the mn10x00 targets.
13301
13302         * config.sub, configure.in: Add mn10x00 support.
13303
13304 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
13305
13306         * make-all.com: Call conf-a-gas, not config-a-gas.
13307
13308 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
13309
13310         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13311         targets.
13312
13313 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
13314
13315         * mpw-README: Add much more detail for native PowerMac.
13316         * mpw-install: New file.
13317         * mpw-configure: Add --norecursion and --help options.
13318         * mpw-config.in: Translate readme and install files when
13319         copying to objdir.
13320         * mpw-build.in: Don't always depend on byacc and flex.
13321         (install-only-top): New action.
13322
13323 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
13324
13325         * configure.in:  You can now configure GDB for the v850.
13326
13327 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
13328
13329         * configure.in (noconfigdirs): Don't configure any C++ dirs
13330         if targeting D10V.
13331
13332 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
13333
13334         * config.sub: Recognize mips64vr5000.
13335
13336 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
13337
13338         * configure.in: Use a single line for host_tools and native_only.
13339
13340 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
13341
13342         * config.sub, configure.in: Add entries for m32r.
13343
13344 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
13345
13346         * Makefile.in (inet-install): Don't run install-gzip.
13347
13348 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
13349
13350         * configure.in:  Don't config lots of things for *-*-windows*.
13351
13352 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
13353
13354         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13355         (host_libs, host_tools): Copy from configure.in.
13356         * mpw-configure: Don't complain about directories not found.
13357
13358 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13359
13360         * configure.in (i[345]86): Recognize i686 for pentium pro.
13361         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13362         file.
13363
13364         * config.guess (i[345]86): Ditto.
13365
13366 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13367
13368         * configure.in (noconfigdirs): Removed gdb for D10V.
13369
13370 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
13371
13372         * configure.in: Remove ld, target-libio, target-libg++, and
13373         target-libstdc++ from noconfigdirs.
13374
13375 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
13376
13377         * configure: Fix three locations where shell scripts were
13378         being run directly rather than with config_shell.
13379
13380 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
13381
13382         * configure.in (v850-*-*): Set up initial $noconfigdirs.
13383         * config.sub (basic_machine): Recognize v850.
13384
13385 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
13386
13387         * mpw-configure: Handle multiple enable/disable options and
13388         pass them down recursively, handle -c and -s flags appropriately
13389         depending on choice of compiler, add escape mechanism for
13390         quoted arguments to gC.
13391
13392 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13393
13394         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13395         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13396         so that -mrelocatable-lib and -mno-eabi are used.
13397
13398         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13399         not support --print-multi-lib, don't abort.
13400
13401 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
13402
13403         * make-all.com: Run config-a-gas.
13404         * setup.com: Don't copy subdirectory files around.
13405
13406 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
13407
13408         * configure.in (*-*-ose): Remove exclusion of libgloss for this
13409         target, it now compiles correctly.
13410
13411 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
13412
13413         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13414
13415 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13416
13417         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13418
13419 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13420
13421         * configure.in (native_only): Add prms.
13422
13423 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
13424
13425         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13426         (BINUTILS_SUPPORT_DIRS): Likewise.
13427
13428 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13429
13430         * configure.in (d10v-*-*): Don't configure ld or gdb until the
13431         d10v support is added.
13432
13433 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13434
13435         * configure.in (d10v-*-*): New target.
13436
13437 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
13438
13439         * config.guess (HP 9000/811): Recognize this as a PA1.1
13440         machine.
13441
13442 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
13443
13444         * Makefile.in (do-tar-gz): New target, split out from tail end of
13445         taz target.  Run each command separately, don't use pipes.
13446         (taz): Use it.
13447
13448 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
13449
13450         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13451         * mpw-build.in: No builds should depend on building byacc or flex,
13452         they are assumed to be installed already.
13453
13454 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13455
13456         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13457         variable that CC_FOR_TARGET needs.
13458
13459 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13460
13461         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13462         options have changed since the last time the subdirectory was
13463         configured, and if it has, reconfigure.
13464         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13465         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13466
13467 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
13468
13469         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13470         CLEAN_MODULES): Add bash.
13471         (all-bash): New target.
13472
13473 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
13474
13475         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13476
13477 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13478
13479         * config.sub (basic_machine): Recognize d10v as a valid processor.
13480
13481 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
13482
13483         * mpw-configure: Add support for --bindir.
13484         * mpw-build.in: Use a GCC-specific build script for GCC actions.
13485
13486 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
13487
13488         * configure.in: add bash, time, gawk to list of hosttools and things
13489         to only build for native toolchains
13490
13491 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13492
13493         * Makefile.in (docdir): Remove.
13494
13495 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13496
13497         * Makefile.in (datadir): Set to $(prefix)/share.
13498
13499 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
13500
13501         * configure.in: build diff and patch for cygwin32-hosted
13502         toolchains.
13503
13504 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
13505
13506         * config.sub: Accept -rtems*.
13507
13508 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
13509
13510         * configure.in: enable dosrel for cygwin32-hosted builds,
13511                 remove diff from the list of things not buildable
13512                 via Canadian Cross
13513
13514 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
13515
13516         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13517         don't get ". ".
13518
13519 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
13520
13521         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13522
13523 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
13524
13525         * Makefile.in (taz): Handle case where tex3patch didn't even get
13526         checked out.  Also, if it was found, put the symlink in a new util
13527         subdirectory.
13528
13529 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13530
13531         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13532
13533 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
13534
13535         * config.sub: Recognize -openvms.
13536         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13537         * make-all.com, setup.com: New files.
13538
13539 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13540
13541         * Makefile.in (taz): tex3patch moved to texinfo/util.
13542
13543 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
13544
13545         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13546         * configure.in: remove make from disable-if-Can-Cross list
13547                 enable gdb if ${host} and ${target} are cygwin32
13548
13549 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
13550
13551         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
13552         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13553
13554 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13555
13556         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
13557         distinguish sysv/svr4/bsd variants.
13558         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13559
13560 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
13561
13562         * configure.in: Added copyright notice.
13563         * move-if-change: Added copyright notice.
13564
13565 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13566
13567         * configure.in (powerpcle-*-solaris*): Until we get shared
13568         libraries working, don't build gdb, sim, make, tcl, tk, or
13569         expect.
13570
13571 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
13572
13573         * config.guess:  Merge with FSF:
13574
13575         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13576         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13577
13578         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
13579         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13580
13581         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
13582         * config.guess:  Combine two OSF1 rules.
13583         Also recognize field test versions.  From mjr@zk3.dec.com.
13584         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
13585         because GNU uname does not support -p.  From pmr@pajato.com.
13586
13587 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
13588
13589         * Makefile.in (MAKEDIRS): Removed $(tooldir).
13590
13591 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
13592
13593         * mpw-README: Document GCCIncludes.
13594
13595 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
13596
13597         * configure.in (alpha-*-linux*): Set enable_shared to yes.
13598
13599 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
13600
13601         * mpw-configure: Handle --enable-FOO and --disable-FOO.
13602
13603 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
13604
13605         * configure.in (*-*-cygwin32): Configure make.
13606
13607 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
13608
13609         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13610
13611 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
13612
13613         * Makefile.in (all-inet): Depend on all-perl.
13614
13615         * Makefile.in (inet-install): New target.
13616
13617         * Makefile.in (all-inet): Depend on all-tcl.
13618         (all-inet): Depend on all-send-pr.
13619
13620 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13621
13622         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13623         temporarily.
13624
13625 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
13626
13627         * configure.in: Don't configure --with-gnu-ld on AIX.
13628
13629 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13630
13631         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13632
13633 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
13634
13635         * Makefile.in (ALL_MODULES): Added all-inet.
13636         (CROSS_CHECK_MODULES): Added check-inet.
13637         (INSTALL_MODULES): Added install-inet.
13638         (CLEAN_MODULES): Added clean-inet.
13639         (all-indent): New target.
13640
13641         * configure.in (host_tools): Added inet.
13642         (native_only): Added inet.
13643         (noconfigdirs): Added inet.
13644
13645 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
13646
13647         * configure.in: Don't configure libgloss if we are not configuring
13648         newlib.
13649
13650 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
13651
13652         * configure.in: Don't configure libgloss for unsupported
13653         architectures.
13654
13655 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13656
13657         * Makefile.in (CLEAN_MODULES): Add clean-apache.
13658
13659 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
13660
13661         * Makefile.in (ALL_MODULES): Include all-apache.
13662         (CROSS_CHECK_MODULES): Include check-apache.
13663         (INSTALL_MODULES): Include install-apache.
13664         (all-apache): New target.
13665
13666         * configure.in: Added apache everywhere perl is seen.
13667
13668 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13669
13670         * Makefile.in: Add support for clean-{module} and
13671         clean-target-{module} rules.
13672
13673 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
13674
13675         * configure.in (*-*-ose) do not build libgloss.
13676
13677 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13678
13679         * config.guess (prep*:SunOS:5.*:*): Turn into
13680         powerpele-unknown-solaris2.
13681
13682 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
13683
13684         * configure.in: Permit --enable-shared to specify a list of
13685         directories.
13686
13687 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13688
13689         * configure.in (host==solaris): Pass only the first word of $CC
13690         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13691
13692 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13693
13694         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13695
13696 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
13697
13698         * Makefile.in (ALL_MODULES): Include all-perl.
13699         (CROSS_CHECK_MODULES): Include check-perl.
13700         (INSTALL_MODULES): Include install-perl.
13701         (ALL_X11_MODULES): Include all-guile.
13702         (CHECK_X11_MODULES): Include check-guile.
13703         (INSTALL_X11_MODULES): Include install-guile.
13704         (all-perl): New target.
13705         (all-guile): New target.
13706
13707         * configure.in (host_tools): Include perl and guile.
13708         (native_only): Include perl and guile.
13709         (noconfigdirs): Don't build guile and perl; no ports have been
13710         done.
13711
13712 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
13713
13714         * configure (--enable-*): Handle quoted option lists such as
13715         --enable-sim-cflags='-g0 -O' better.
13716
13717 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13718
13719         * Makefile.in ({,inst}all-target): New rule so we can make and
13720         install all of the target directories easily.
13721
13722 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13723
13724         * configure.in: Add missing global flag in sed substitution when
13725         deleting `target-' from ${configdirs}.
13726
13727 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
13728
13729         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13730         option.
13731
13732         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13733         config/mh-necv4.
13734
13735         * install.sh: Correct misspelling of transformbasename.
13736
13737         * config.guess: Recognize mips-*-sysv*.
13738
13739 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
13740
13741         * config.sub: Recognize mon960.
13742
13743 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
13744
13745         * configure: Restore Canadian Cross handling of BISON and LEX,
13746         removed in Feb 20 change.
13747
13748 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
13749
13750         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13751         Mention make install.  Remove the old copyright date as well the
13752         clumsy and rather pointless copyright on the README file.
13753
13754 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13755
13756         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13757         Makefile after running symlink-tree, then run `make distclean' to
13758         avoid clobbering any generated files in srcdir.
13759
13760 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
13761
13762         * configure.in (m68k-*-netbsd*): Build everything now.
13763
13764 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13765
13766         * Makefile.in (taz): Fix quoting.
13767
13768 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
13769
13770         * configure.in (sparclet-*-*): Build everything now.
13771
13772 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13773
13774         * configure.in (m68k-*-linux*): New host.
13775
13776 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
13777
13778         * configure: Check for bison before byacc.
13779
13780 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
13781
13782         * Makefile.in configure:  Change the way LEX and BISON/YACC are
13783         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
13784         searching PATH.  These are used as fallbacks by Makefile.in if
13785         flex/bison/byacc aren't in objdir.
13786
13787 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
13788
13789         * Makefile.in: Make everything which depends upon all-bfd also
13790         depend upon all-opcodes, in case --with-commonbfdlib is used.
13791
13792 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13793
13794         * configure.in (host *-*-cygwin32): Don't build gdb if we are
13795         building NT native compilers on Unix.
13796
13797 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
13798
13799         * configure.in: Don't get CC from the host Makefile fragment if we
13800         can find gcc in PATH, or if this is a Canadian Cross.  Move the
13801         Solaris test for /usr/ucb/cc to the post target script, just after
13802         the compiler sanity test.
13803
13804 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
13805
13806         * config.sub: Merge with FSF.
13807
13808 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
13809
13810         * Makefile.in (RPATH_ENVVAR): New variable.
13811         (REALLY_SET_LIB_PATH): Use it.
13812         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13813
13814 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
13815
13816         * config.sub, configure.in: Recognize sparclet cpu.
13817
13818 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13819
13820         * config.guess:  Support m68k-cbm-sysv4.
13821
13822 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13823
13824         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13825         m68k-unknown-linuxaout from linker help string.  Put quotes around
13826         $ld_help_string.
13827
13828 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
13829
13830         * config.guess (powerpc-harris-powerunix): Add guess for port
13831         to new target.
13832
13833 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13834
13835         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13836
13837 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
13838
13839         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13840         $(REALLY_SET_LIB_PATH) in Makefile.
13841         * Makefile.in (SET_LIB_PATH): New variable.
13842         (REALLY_SET_LIB_PATH): New variable.
13843         ($(DO_X)): Use $(SET_LIB_PATH).
13844         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13845         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13846         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13847         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13848         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13849         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13850         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13851         (install-dosrel): Likewise.
13852         (all-opcodes): Depend upon all-libiberty.
13853
13854 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13855
13856         * config.guess (*:CYGWIN*): New
13857
13858 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13859
13860         * Makefile.in (all-target-winsup): All all-target-libiberty.
13861
13862 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13863
13864         * configure.in (noconfigdirs): Add missing # in front of comment.
13865
13866 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
13867
13868         * configure.in: add second pass to things added to noconfigdirs
13869         so *-gm-magic can exclude libgloss properly.
13870
13871 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
13872
13873         * mpw-configure (extralibs_name, rez_name): Set correctly
13874         for MWC68K compiler.
13875
13876         * mpw-README: Add more info on the necessary build tools.
13877
13878 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13879
13880         * configure.in, config.sub: Recognize cygwin32.
13881
13882 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
13883
13884         * config.guess, config.sub: Recognize A/UX.
13885
13886 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
13887
13888         * config.sub: Merge with gcc/config.sub.
13889
13890 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
13891
13892         * mpw-build.in (do-binutils): Add build of stamps.
13893
13894 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
13895
13896         * config.sub: Add recognition for mips64vr4100*-* targets.
13897
13898 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13899
13900         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13901         Add creation of gconfigargs with `--enable-shared' turned on.
13902         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13903         ($(host)-stamp-stage3-configured): Likewise.
13904         (HOLES): Add chatr and ldd.
13905         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13906
13907 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
13908
13909         * configure: Pass --nfp to recursive configures.
13910
13911 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13912
13913         * Makefile.in (DLLTOOL): New.
13914         (DLLTOOL_FOR_TARGET): New.
13915         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13916         (EXTRA_TARGET_FLAGS): Ditto.
13917         (EXTRA_GCC_FLAGS): Ditto.
13918         (CONFIGURE_TARGET_MODULES): Ditto.
13919         (DO_X): Ditto.
13920         * configure: Add DLLTOOL.
13921
13922 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
13923
13924         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13925         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13926         mh-sco, since old workarounds no longer needed, and don't
13927         build ld, since libraries have weak symbols in COFF.
13928
13929 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
13930
13931         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13932
13933 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13934
13935         * configure.in: Make sure that ${CC} can be used to compile an
13936         executable.
13937
13938 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13939
13940         * Makefile.in (all-gdb): Depend on $(GDB_TK).
13941         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13942         nothing depending on whether gdbtk is being built.
13943
13944 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
13945
13946         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13947
13948 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
13949
13950         * configure.in (noconfigdirs): Put ld or gas in this early, if the
13951         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13952
13953 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
13954
13955         * config-ml.in: Add support for
13956         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13957         Simplify setting of multidirs from --disable-foo.
13958
13959 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13960
13961         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13962         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13963         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13964         non-empty, pass them on to the  GCC make.
13965         (all-bootstrap): New rule that is like all-gcc, except it executes
13966         the GCC bootstrap rule instead of the GCC all rule.
13967
13968 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
13969
13970         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13971
13972 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13973
13974         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13975         DG/UX support.
13976
13977 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
13978
13979         * config.sub (i*86*) Change [345] to [3456]
13980
13981 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13982
13983         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13984         --with-gnu-ld=no.
13985
13986 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13987
13988         * config-ml.in (rs6000*, powerpc*): Add switches to control which
13989         AIX multilibs get built.
13990
13991 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13992
13993         * configure.in (i386-win32): Don't build expect if we're not
13994         building the tcl subdir.
13995
13996 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
13997
13998         * Makefile.in: (configure-target-examples, all-target-examples):
13999         New targets, configure and build example programs.
14000
14001 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
14002
14003         * mpw-configure: If an mpw-config.in generated a file mk.sed,
14004         use it as input to sedit the generated MPW makefile.
14005         * mpw-README: Add a suggestion about Gestalt.h.
14006
14007 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
14008
14009         * config.sub: Accept *-*-ieee*.
14010
14011 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
14012
14013         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
14014         Ronald F. Guilmette <rfg@monkeys.com>.
14015
14016 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14017
14018         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
14019         for powerpc-pe native.
14020         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
14021         (target==powerpc-pe): duplicate i386-win32 entry.
14022
14023 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14024
14025         * configure.in (noconfigdirs): Exclude target-newlib for all versions
14026         of vxworks, not just vxworks5.1.
14027
14028 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
14029
14030         * mpw-configure: Add support for exec-prefix.
14031
14032 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14033
14034         * config.guess: Recognize HP model 816 machines as having
14035         a PA1.1 processor.
14036
14037 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14038
14039         * configure: Ignore new autoconf configure options.
14040
14041 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
14042
14043         * config.guess:  Recognize Pentium under SCO.
14044         From Robert Lipe <robertl@arnet.com>.
14045
14046 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14047
14048         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
14049
14050 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
14051
14052         * configure.in: Don't configure gas for alpha-dec-osf*.
14053
14054 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
14055
14056         * configure.in: Default to --with-stabs for some targets for which
14057         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
14058         i[345]86*-*-unixware*.
14059
14060 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14061
14062         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
14063         rather than basing it on the target.  Simplify handling of options
14064         controlling which directories to configure.  Remove extraneous
14065         slash in multi-clean target.
14066
14067 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
14068
14069         * config-ml.in: Prefix more variables with ml_ so they don't collide
14070         with configure's.
14071
14072 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
14073
14074         * configure: Don't turn -v into --v.
14075
14076 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
14077
14078         * configure.in (targargs): Fix typo.
14079
14080         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
14081
14082 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
14083
14084         * configure.in: Strip --host and --target options from
14085         CONFIG_ARGUMENTS, and always configure for --host only.  Add
14086         --with-cross-host option when building with a cross-compiler.
14087         * configure: Canonicalize the arguments put into config.status by
14088         always using `=' for an option with an argument.  Pass a presumed
14089         --host or --target explicitly.
14090
14091 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
14092
14093         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
14094         into general OS recognition case.
14095
14096 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14097
14098         * configure.in (target_configdirs): add target-winsup only
14099         for win32 target systems.
14100
14101 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
14102
14103         * Makefile.in (all-target-libgloss): Depend upon
14104         configure-target-newlib, since when libgloss is built it looks to
14105         see if the newlib directory exists.
14106
14107 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
14108
14109         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
14110         cfg-ml-*.in.
14111
14112 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
14113
14114         * configure: Handle LD and LD_FOR_TARGET when configuring a
14115         Canadian Cross.
14116
14117 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14118
14119         * configure.in (target_libs): add target-winsup.
14120         (target==i386-win32): add patch diff flex make to $noconfigdirs.
14121         (target==ppcle-pe): remove ld from $noconfigdirs.
14122
14123 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
14124
14125         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
14126         Preserve relative path names in $srcdir.  Build symlink tree if
14127         configuring cross target dir and srcdir=. (= no VPATH support).
14128         (configure-target-libg++): Depend on configure-target-librx.
14129         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
14130         * config-ml.in: New file.
14131         * symlink-tree: New file.
14132         * configure: Ensure srcdir="." if that's what it is.
14133
14134 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
14135
14136         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
14137         includes and FLEX_SKELETON setting.
14138         * mpw-configure (--with-gnu-ld): New option, controls whether
14139         to use PPCLink or ld with PowerMac GCC.
14140         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
14141         * mpw-config.in: Configure grez if targeting Mac.
14142
14143         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
14144         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
14145         just macos.
14146         * configure.in: Configure grez resource compiler if targeting Mac.
14147         * Makefile.in (all-grez, install-grez): New targets.
14148
14149 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
14150
14151         * configure: CXX defaults to gcc, not g++.  If we find
14152         gcc in the path, set CC to gcc -O2.
14153
14154 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
14155
14156         * configure: Default ${build} correctly.  Avoid picking up extra
14157         spaces when reading CC and CXX from Makefile.  When doing a
14158         Canadian Cross, use plausible default values for numerous
14159         variables.
14160         * configure.in: When doing a Canadian Cross, don't try to
14161         configure tools whose configure script can't handle it.
14162
14163 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14164
14165         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
14166
14167 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14168
14169         * configure:  Remove dubious bug reporting address.
14170
14171 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14172
14173         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
14174         configure script, run that instead of this directory's configure.
14175         In either case, print a message that we're configuring the sub-dir.
14176
14177 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14178
14179         * configure.in: Before checking for the existence of various files,
14180         use sed to filter out "target-".
14181
14182 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
14183
14184         * Makefile.in (DO_X): Split rule to decrease command line length
14185         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
14186         (Philippe De Muyter).
14187
14188 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14189
14190         * Makefile.in (all-patch): depend on all-libiberty.
14191
14192 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
14193
14194         * configure.in: If the only directory in target_configdirs which
14195         actually exists is libiberty, then set target_configdirs to empty,
14196         to avoid trying to build a target libiberty in a gas or gdb
14197         distribution.
14198
14199 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
14200
14201         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
14202         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
14203         systems.
14204
14205 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14206
14207         * configure.in (copy_dirs): Use sys-include instead of include
14208         for --with-headers option.
14209
14210 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
14211
14212         * Makefile.in, configure.in: Make winsup builds work with
14213         new scheme.
14214
14215 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
14216
14217         * configure.in: Build the linker on AIX.
14218
14219 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14220
14221         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
14222         where needed.
14223
14224 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
14225
14226         * Makefile.in (all-gcc): Fix typo.
14227
14228 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14229
14230         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
14231
14232 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14233
14234         * configure.in:  Rename libFOO to target-libFOO, and xiberty
14235         to target-xiberty, to provide more flexibility.
14236         (target_subdir):  Define.  Create if cross.
14237         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
14238         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
14239         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
14240         check-libFOO -> check-target-libFOO, etc.
14241         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
14242         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
14243         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
14244         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
14245         allow ALL_GCC="" to only configure.
14246         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
14247         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
14248         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
14249
14250 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
14251
14252         * Makefile.in (taz): Build "info" in etc explicitly.
14253
14254 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
14255
14256         * configure.in:  Make sure that CC is undefined (as opposed to
14257         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
14258         problem with autoconf trying to configure on a host without GCC.
14259
14260 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14261
14262         * mpw-configure: Set host alias from choice of host compiler,
14263         only use generic MPW Makefile sed if present, edit a file
14264         named "hacked_Makefile.in" instead of "Makefile.in" if present.
14265         * mpw-README: Add problem notes about CW6 and CW7.
14266
14267 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
14268
14269         * Makefile.in (taz): Use ";" instead of ";;".
14270
14271 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14272
14273         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
14274         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14275         DISTDOCDIRS.
14276         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
14277         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
14278
14279 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14280
14281         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
14282         and gnats, because they are now subsumed by DISTSTUFFDIRS.
14283         Move bfd to DISTSTUFFDIRS.
14284
14285 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14286
14287         * Makefile.in (X11_LIB): Removed.
14288         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14289
14290         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14291
14292 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14293
14294         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14295         names.
14296
14297 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14298
14299         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14300
14301 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
14302
14303         * configure.in (i[345]86-*-win32): Always build newlib.
14304         Don't configure cvs, autoconf or texinfo.
14305         * Makefile.in (LD_FOR_TARGET): New.
14306         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14307         Pass down LD_FOR_TARGET.
14308
14309 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14310
14311         * winsup: New directory.
14312         * Makefile.in: Build winsup.
14313         * configure.in: Winsup is configured when target is win32.
14314         Can only build win32 target GDB when native.
14315
14316 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
14317
14318         * config.guess: Recognize HP model 819 machines as having
14319         a PA 1.1 processor.
14320
14321 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14322
14323         * configure: Fix sed loop which substitutes for CC and CXX to
14324         avoid bug found in various sed implementations.
14325
14326 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14327
14328         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14329         simulator.  Use standard powerpc-*-eabi*.
14330
14331 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
14332
14333         * configure.in: Stop putting gas and binutils in noconfigdirs for
14334         powerpc-*-aix* and rs6000-*-*.
14335
14336 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
14337
14338         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14339         -mcall-aixdesc libraries.
14340
14341 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
14342
14343         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14344
14345         * config.sub (arm | armel | armeb): Fix shell syntax.
14346
14347 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14348
14349         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14350         -msoft-float and -mcpu=common support.
14351         (powerpc*-*-eabisim*): Add support for building -mcall-aix
14352         libraries.
14353
14354 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14355
14356         * configure.in: Allow configuration and build of emacs19 for the alpha.
14357
14358 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14359
14360         * configure.in (CC): Get ^CC, not just any old CC, from
14361         ${host_makefile_frag}.
14362
14363 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14364
14365         * configure.in (CC): Try to get CC from
14366         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14367
14368 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14369
14370         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14371         only if it exists in $(srcdir).
14372
14373 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14374
14375         * configure: If CC and CXX are not set in the environment, set
14376         them, based on either an existing Makefile or on searching for gcc
14377         in PATH.  Substitute for CC and CXX in Makefile.
14378         * configure.in: Remove libm from target_libs.  Separate
14379         target_configdirs from configdirs.  If CC is not set in
14380         environment, try to get it from a host Makefile fragment.  Rewrite
14381         changes of configdirs to use skipdirs instead.  A few minor
14382         tweaks.  Take directories out of target_configdirs as they are
14383         taken out of configdirs.  Remove existing Makefile files from
14384         subdirectories.  Substitute for TARGET_CONFIGDIRS and
14385         CONFIG_ARGUMENTS in Makefile.
14386         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14387         by configure.in.
14388         (CONFIG_ARGUMENTS): Likewise.
14389         (CONFIGURE_TARGET_MODULES): New variable.
14390         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14391         ($(CONFIGURE_TARGET_MODULES)): New target.
14392         (configure-libg++, configure-libio): New targets.
14393         (all-libg++): Depend upon configure-libg++.
14394         (all-libio): Depend upon configure-libio.
14395         (configure-libgloss, all-libgloss): New targets.
14396         (configure-libstdc++): New target.
14397         (all-libstdc++): Depend upon configure-libstdc++.
14398         (configure-librx, all-librx): New targets.
14399         (configure-newlib): New target.
14400         (all-newlib): Depend upon configure-newlib
14401         (configure-xiberty): New target.
14402         (all-xiberty): Depend upon configure-xiberty.
14403
14404 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14405
14406         * configure.in (host i[345]86-*-win32):  Expand the
14407         noconfigdirs again.
14408
14409 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
14410
14411         * mpw-configure: Fix sed command file name.
14412
14413 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14414
14415         * configure.in (host i[345]86-*-win32): Reduce the
14416         noconfigdirs again.
14417
14418 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
14419
14420         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14421         or powerpc*-*-pe*, since they are not yet supported.
14422
14423 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14424
14425         Add PowerMac support and many other enhancements.
14426         * mpw-configure: New option --cc to select compiler to use,
14427         paste options set according to --cc into the generated
14428         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14429         if mpw-make.sed is present.
14430         * mpw-config.in: Don't test for gC1, test for mpw-touch,
14431         add forward includes for PowerPC include files.
14432         * mpw-build.in: Build using Makefile.PPC if present.
14433         (do-byacc, etc): Remove separate version resource builds.
14434         (do-gas): Build "stamps" before "all".
14435         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14436         * mpw-README: Update to reflect --cc option, PowerMac support,
14437         and recently-reported compatibility problems.
14438
14439 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
14440
14441         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14442         embedded m68k systems (-aout, -coff, -elf, -vxworks).
14443         (--with-multilib-top): Pass to recursive invocations.
14444
14445 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
14446
14447         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14448         v810-*-*.
14449
14450 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14451
14452         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14453         gdb, ld and opcodes on v810-*-*.
14454
14455 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14456
14457         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14458         (local-maintainer-clean): New target.
14459         (maintainer-clean): New target.
14460         (realclean): Just depend upon maintainer-clean.
14461
14462 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14463
14464         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14465
14466 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
14467
14468         * configure.in: Build ld in mips*-*-bsd* case.
14469
14470 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
14471
14472         * config.sub: Accept -lites* OS.  From Ian Dall.
14473
14474 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
14475
14476         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14477         targets.
14478
14479 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14480
14481         * configure.in: treat i386-win32 canadian cross the same as
14482         i386-go32 canadian cross.
14483
14484 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14485
14486         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14487         running under the simulator to build a reduced set of libraries.
14488         (powerpc-*-eabiaix): Add fine grained multilib support added to
14489         other powerpc targets yesterday.
14490
14491 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14492
14493         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14494         -disable-softfloat, -disable-relocatable, -disable-aix, and
14495         -disable-sysv to control which multilib libraries get built.
14496
14497 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14498
14499         * configure: Add Makefile.tem to list of files to remove in trap
14500         handler.
14501
14502 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14503
14504         * config.guess (*Linux*):  Add missing "exit"s.
14505         Also, need specific check for alpha-unknown-linux (uses COFF).
14506
14507 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14508
14509         * config.guess:  Merge with FSF:
14510
14511         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
14512         * config.guess (AIX4): More robust release numbering discovery.
14513
14514         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
14515         * config.guess (i386-sequent-ptx): Properly get version number.
14516
14517         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
14518         * config.guess (mips:*:4*:UMIPS): New case.
14519
14520 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14521
14522         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14523         (i386-win32 host): Likewise.  Don't build readline.
14524
14525 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
14526
14527         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
14528         SUPPORT_FILES to submakes.
14529
14530 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
14531
14532         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14533         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14534         mpw-configure.
14535
14536 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
14537
14538         * configure.in (appdirs): Use =, not ==, in test expression when
14539         trying to build the text to print in the warning message for
14540         Solaris users.
14541
14542 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
14543
14544         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14545
14546 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14547
14548         * config.guess: Recognize lynx-2.3.
14549
14550 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
14551
14552         * config.sub (z8ksim): Deleted
14553         (z8k-*-coff): New, this is the one true name of the target.
14554
14555 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
14556
14557         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14558
14559 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
14560
14561         * config.guess (*:Linux:*:*): First try asking the linker what the
14562         default object file format is (elf, aout, or coff).  Then if this
14563         fails, try previous methods.
14564
14565 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14566
14567         * configure.in: Don't build newlib for *-*-vxworks5.1.
14568
14569 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14570
14571         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14572         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14573
14574 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
14575
14576         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14577
14578 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
14579
14580         * cfg-ml-com.in: New file.
14581         * cfg-ml-pos.in: New file.
14582
14583 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14584
14585         * COPYING.NEWLIB: Add HP free copyright to list.
14586
14587 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14588
14589         * config.sub: Recognize -eabi* for the system, not just -eabi.
14590
14591 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14592
14593         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14594         * config.sub, configure.in (win32): New target and host.
14595
14596 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14597
14598         * configure.in: Add i386-pe configuration.
14599
14600 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
14601
14602         * mpw-build.in (install): Install GDB after LD.
14603
14604 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
14605
14606         * mpw-config.in (elf/mips.h): Always forward-include, needed
14607         for GDB to build.
14608
14609 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14610
14611         * testsuite: New directory for customer acceptance and whole tool
14612         chain tests.
14613
14614 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14615
14616         * configure: If per-host line isn't found, but AC_OUTPUT is found
14617         and a configure script exists, run it instead.
14618
14619 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14620
14621         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
14622
14623 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14624
14625         * configure: Set build_{cpu,vendor,os,alias} to host values when
14626         --build isn't specified.
14627
14628 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14629
14630         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14631         (FLAGS_TO_PASS): Pass them.
14632         (EXTRA_TARGET_FLAGS): Ditto.
14633
14634 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14635
14636         * Makefile.in (all-libg++): Depend on all-libstdc++.
14637
14638 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14639
14640         * configure.in (noconfigdirs): Enable all packages for
14641           i386-unknown-netbsd.
14642
14643 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
14644
14645         * configure.in (noconfigdirs): Don't configure tk for i386-go32
14646         hosted builds (DOS builds)
14647
14648 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14649
14650         Changes for ARM based on patches from Richard Earnshaw:
14651         * config.sub: Handle armeb and armel.
14652         * configure.in: Omit arm linker only for riscix.
14653
14654 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14655
14656         * config.guess:  Update from FSF.
14657
14658 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
14659
14660         * config.sub: Recognize powerpcle as the little endian variant of
14661         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
14662         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
14663         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
14664         temporarily.
14665
14666 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
14667
14668         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14669
14670 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
14671
14672         * config.sub: Accept -lites* as a basic system type.
14673
14674 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
14675
14676         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14677         installed, and if so return linuxoldld as the system name.
14678
14679 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
14680
14681         * config.guess: Add hppa1.1-hp-lites support.
14682
14683 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14684
14685         * configure.in: Don't build newlib for m68k-vxworks5.1.
14686
14687 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14688
14689         * configure.in (mips-sgi-irix6): Use mh-irix5.
14690
14691 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
14692
14693         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14694
14695 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14696
14697         * test-build.mk: Enable building of shared libraries on IRIX 5 and
14698         OSF/1.  Fix compiler flags.
14699         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
14700
14701 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
14702
14703         * configure.in: Recognize --with-newlib.
14704         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14705
14706 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14707
14708         * Makefile.in: move {all,check,install}-gdb from *_MODULES
14709         to *_X11_MODULES due to gdbtk needing X include files et al.
14710
14711 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
14712
14713         Merge in support for Mac MPW as a host.
14714         (Old change descriptions retained for informational value.)
14715
14716         * mpw-config.in: Add generic include forwards for cpu-specific
14717         include files in aout and elf directories.
14718
14719         * mpw-configure: Added copyright.
14720         * mpw-config.in: Check for presence of required build tools.
14721         (target_libs): Add newlib.
14722         (target_tools): Add examples.
14723         (Read Me): Generate as "Read Me for MPW" instead.
14724         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14725         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14726         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14727
14728         * mpw-configure: Remove subdir-specific makefile hackery,
14729         delete mk.tmp after using it.
14730
14731         * mpw-build.in (all): Display start and end times.
14732
14733         * mpw-configure (host_canonical): Set.
14734         (target_cpu): Always add to makefiles.
14735         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14736         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14737         (mpw-mh-mpw): Look for in srcdir and srcroot.
14738         Use sed instead of mpw-edit-prefix to edit prefix definitions.
14739
14740         * mpw-build.in: (install-only): New target.
14741
14742         * mpw-configure (host_alias, target_alias): Rename from hostalias
14743         and targetalias, add into generated Makefile.
14744         (mk.tmp): If present, add into generated Makefile.
14745         * mpw-build.in (all-gas): Build config.h first before gas proper.
14746
14747         * mpw-configure (config.status): Write only if changed.
14748         * mpw-config.in (readline): Configure it (not built, just used for
14749         definitions).
14750
14751         * mpw-config.in (elf/mips.h): Add a forward include.
14752
14753         * mpw-config.in: Forward-include most .h files in include into
14754         extra-include.
14755         (readline): Don't build.
14756         mpw-build.in (install): Install GDB.
14757
14758         * mpw-configure (prefix, mpw_prefix): Handle it.
14759         * mpw-config.in (mmalloc, readline): Don't configure.
14760         * mpw-build.in (thisscript): Rename to ThisScript.
14761         Use mpw-build instead of BuildProgram everywhere.
14762         (mmalloc, readline): Don't build.
14763         * mpw-README: New file, basic documentation about the MPW port.
14764
14765         * mpw-config.in: Use forward-include to create include files.
14766
14767         * mpw-configure: Add more things to the top of each configured
14768         Makefile, including contents of config/mpw-mh-mpw.
14769         * mpw-config.in (extra-include): Create this directory and fill it
14770         with Posix-like include files when configuring.
14771
14772         * config.sub (apple, mac, mpw): Add various aliases.
14773
14774         * mpw-build.in: New file, top-level build script fragment for MPW.
14775         * mpw-configure: New file, configure script for MPW.
14776         * mpw-config.in: New file, config fragment for MPW.
14777
14778 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14779
14780         * configure.in (host_libs): Remove glob, since it is gone from the
14781         sources.
14782
14783 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14784
14785         * Makefile.in: define empty GDB_NLM_DEPS var.
14786
14787         * configure.in(target_makefile_frag): use config/mt-netware
14788         for netware targets.
14789
14790 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14791
14792         * config.sub: Merge in recent FSF changes.  Remove linux special
14793         cases.
14794
14795 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14796
14797         Revert this change:
14798
14799         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14800
14801                 * build-all.mk: Use CC=cc -Xs on Solaris.
14802
14803 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14804
14805         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
14806         stop using it.
14807         * Makefile.in: Nuke all references to glob subdirectory.
14808
14809 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14810
14811         * configure.in: Fix --enable-shared logic in per-host.
14812
14813 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14814
14815         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14816
14817 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14818
14819         * configure.in (noconfigdirs): Don't build gas on AIX, for
14820         powerpc*-*-aix* as well as for rs6000*-*-aix*.
14821
14822 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
14823
14824         * configure: Fix --cache-file to work if the file argument is a
14825         relative path.
14826
14827 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
14828
14829         * configure: If the --cache-file is used, pass it down to
14830         configure in subdirectories.
14831
14832 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
14833
14834         * config.sub: add vxworks29k configuration.
14835
14836 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14837
14838         * Makefile.in (taz): Do "diststuff" part quietly.
14839
14840 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14841
14842         * config.sub: Mini-merge with gcc/config.sub.
14843
14844 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14845
14846         * config.guess (IRIX): Sed - to _.
14847
14848 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14849
14850         * Makefile.in (source-vault, binary-vault): New targets.
14851
14852 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
14853
14854         * config.sub: Recognize -eabi as a basic system type.
14855
14856 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14857
14858         * configure.in (enable_shared stuff): Fix typo.
14859
14860 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
14861
14862         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14863
14864 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14865
14866         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14867
14868 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
14869
14870         * configure.in (rs6000-*-*): Don't build gas.
14871
14872 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
14873
14874         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14875         reduce command line length.
14876         (AS_FOR_TARGET): Check for as.new, not Makefile.
14877         (NM_FOR_TARGET): Check for nm.new, not Makefile.
14878
14879 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14880
14881         * config.guess:  Merge from FSF.
14882
14883 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14884
14885         * configure: Don't use $ when handling program_suffix.
14886
14887 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
14888
14889         * configure.in:  Configure tk for hppa/hpux.
14890
14891 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14892
14893         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
14894
14895 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14896
14897         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
14898         to LIBCXXFLAGS.  Tests are better run without it.
14899
14900 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
14901
14902         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14903
14904 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
14905
14906         * configure.in (*-*-netware*): Don't configure xiberty.
14907
14908 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
14909
14910         * configure.in:  Remove tk from native_only list.
14911
14912 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
14913
14914         * build-all.mk: Add mips-ncd-elf target to sun4 targets
14915           for special NCD build.
14916
14917 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14918
14919         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14920         makeall.bat, they're only useful for binutils snapshots.
14921         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14922         makeall.bat to specified SUPPORT_FILES.
14923
14924 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
14925
14926         * build-all.mk: Add Ericsson targets to sun4 and solaris
14927           hosts.  Add  BNR's sun4 target to solaris host, so their
14928           build-from-source will be tested in-house first.
14929
14930 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14931
14932         * Makefile.in (LIBCFLAGS): New variable.
14933         (CFLAGS_FOR_TARGET): Ditto.
14934         (LIBCFLAGS_FOR_TARGET): Ditto.
14935         (LIBCXXFLAGS): Ditto.
14936         (CXXFLAGS_FOR_TARGET): Ditto.
14937         (LIBCXXFLAGS_FOR_TARGET): Ditto.
14938         (BASE_FLAGS_TO_PASS): Pass them.
14939         (EXTRA_TARGET_FLAGS): Ditto.
14940
14941         * configure.in: Support --enable-shared.
14942
14943 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14944
14945         * configure.in (target_libs):  Include libstdc++ again.
14946         * config.guess:  Update from FSF (for FreeBSD).
14947
14948 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14949
14950         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14951         makeall.bat.
14952         (DISTDOCDIRS): Add `etc'.
14953         (ETC_SUPPORT_PFX): New variable.
14954         (taz): Include anything from etc starting with a word in
14955         ETC_SUPPORT_PFX.
14956
14957 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14958
14959         * config.sub: Update for recent FSF changes.  Remove obsolete
14960         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
14961         spacing changes.
14962
14963 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14964
14965         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
14966
14967         * config.guess:  Merge with FSF.
14968         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14969
14970 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14971
14972         * configure: Since the "trap 0" handler will override the exit
14973         status on many systems, only use it for "exit 1", and make it set
14974         a non-zero exit status; reset it before "exit 0".  Also, check
14975         exit status of config.sub, and error out if it failed.
14976
14977 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
14978
14979         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14980         and install libgloss.
14981
14982 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14983
14984         * Makefile.in (all-binutils): Depend upon all-byacc.
14985
14986         * configure.in: Don't build emacs on Irix 5.
14987
14988 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14989
14990         * configure.in (*-*-netware*): Add libio.
14991
14992 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14993
14994         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14995         (CHECK_TARGET_MODULES): Ditto.
14996         (INSTALL_TARGET_MODULES): Ditto.
14997         (TARGET_LIBS): Ditto.
14998         (all-libstdc++): Note dependencies.
14999
15000 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15001
15002         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
15003
15004 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
15005
15006         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
15007         -fexternal-templates.
15008
15009         * configure.in (target_libs): Add libstdc++.
15010         (noconfigdirs): Add libstdc++ as appropriate.
15011
15012 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15013
15014         * config.guess:  Update from FSF.
15015
15016 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15017
15018         * configure: Use ${config_shell} when running ${configsub}.
15019
15020 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
15021
15022         * config.sub: No longer recognize h8300h.
15023
15024 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15025
15026         * config.sub: Remove extraneous differences between config.sub and
15027         gcc/config.sub.
15028
15029 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15030
15031         * Makefile.in (DISTSTUFFDIRS): Add gas.
15032
15033 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
15034
15035         * COPYING.NEWLIB: New file.
15036
15037 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15038
15039         * config.guess (HP-UX):  Patch from Harlan Stenn
15040         <harlan@landmark.com> to also emit release level.
15041
15042 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
15043
15044         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
15045
15046 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15047
15048         * config.sub:  Merge nextstep cleanup from FSF.
15049
15050 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15051
15052         * configure.in (arm-*-*): Don't configure ld for this target.
15053
15054 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
15055
15056         * configure.in (*-*-netware): don't configure libg++, libio,
15057           librx, or newlib.
15058
15059 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15060
15061         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
15062         configure ld--it works, but it doesn't support shared libraries.
15063
15064 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15065
15066         * config.guess (*-unknown-freebsd*):  Get rid of possible
15067         trailing "(Release)" in version string.
15068         Patch from Paul Richards <paul@isl.cf.ac.uk>.
15069
15070 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15071
15072         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
15073         Fix type: *-next-neststep -> *-next-nextstep.
15074
15075         * config.guess:  Merge from FSF:
15076
15077         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
15078
15079         * config.guess: Recognize powerpc-ibm-aix3.2.5.
15080
15081         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
15082
15083         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
15084         instead of UNIX_SV for UnixWare 1.0).
15085
15086 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
15087
15088         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
15089         to make gdb/nlm/* build after the compiler and linker.
15090
15091 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15092
15093         * config.guess (netbsd, freebsd, linux):  Accept any machine,
15094         not just i[34]86.
15095         (m68k-atari-sysv4):  Relocate to match FSF version.
15096
15097         * config.guess:  More merges from the FSF:
15098
15099         Add a space before function call or macro invocation.
15100
15101         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15102
15103         * config.guess: Add trap cmd to remove dummy.c and dummy when
15104         interrupted.
15105
15106         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15107
15108         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
15109         (dummy): Redirect stderr from compilation of dummy.c.
15110
15111         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
15112
15113         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
15114
15115 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
15116
15117         * configure: Accept and ignore --cache*, for compatibility with
15118         new autoconf.
15119
15120 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15121
15122         * config.guess:  Merge from FSF:
15123
15124         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
15125
15126         * config.guess (Pyramid*:OSx*:*:*): New case.
15127         (PATH): Add /.attbin at end for finding uname.
15128         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
15129
15130         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
15131
15132         * config.guess (M88*:DolphinOS:*:*): New case.
15133
15134         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
15135
15136         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
15137         to select whether to use ELF or COFF.
15138
15139         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
15140
15141         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
15142
15143         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
15144
15145         * config.guess: Guess the OS version for HPUX.
15146
15147         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
15148
15149         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
15150
15151 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15152
15153         * configure.in: Recognize --with-headers, --with-libs, and
15154         --without-newlib.
15155         * Makefile.in (all-xiberty): Depend upon all-ld.
15156
15157 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15158
15159         * configure.in: Change i[34]86 to i[345]86.
15160
15161 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15162
15163         * configure (version): A few more tweaks to help message.
15164
15165 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15166
15167         * Makefile.in:  Remove (for now) librx as a host library,
15168         now that we're building it for target.
15169
15170 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15171
15172         * configure: Fix up help message; from karl@owl.hq.ileaf.com
15173         (Karl Berry).
15174
15175 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15176
15177         * configure.in:  Also configure librx.
15178
15179 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15180
15181         * Makefile.in:  Update various rules to reflect that librx
15182         is now needed for libg++.
15183
15184 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15185
15186         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
15187
15188 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
15189
15190         * configure.in: Configure the examples directory.
15191
15192 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15193
15194         * configure: Simplify Jun 2 1994 change.
15195
15196 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15197
15198         * change CC to /usr/latest/bin/gcc for lynx host builds, since
15199         /bin/gcc isn't good enough to build gcc.
15200
15201 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
15202
15203         * Makefile.in (GDB_SUPPORT_FILES): Remove
15204         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
15205         (gdb.tar.gz): Add new rule to use standard distribution building
15206         mechanism.
15207
15208 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15209
15210         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
15211         Bill Cox <bill@cygnus.com>.
15212
15213 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15214
15215         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
15216
15217 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
15218
15219         * configure:  Search current dir first in .gdbinit.
15220
15221 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15222
15223         * config.sub:  Recognize freebsd (merged from gcc config.sub).
15224
15225 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15226
15227         * config.sub:  Refer to NeXT's operating system as nextstep.
15228
15229         * config.sub (case $basic_machine):  Re-order the cases, to match
15230         the order in the FSF version (which is mostly alphabethical).
15231         Merge in some additions and changes from the FSF.
15232
15233 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
15234
15235         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
15236         * config.sub: Recognize cxux7.
15237         * configure.in: Use mh-cxux for m88k-harris-cxux*.
15238
15239 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15240
15241         * config.sub:  Fix typo powerpc -> powerpc-*.
15242
15243 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
15244
15245         * Makefile.in: `all-emacs19' depends on `all-byacc'.
15246
15247         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
15248         parallel with all-emacs and install-emacs).  Top-level command
15249         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
15250
15251 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15252
15253         * test-build.mk ($(host)-stamp-stage2-installed): Remove
15254         $(relbindir)/make before doing ``make install'', and use
15255         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
15256         installing over running make binary.
15257         ($(host)-stamp-stage3-installed): Likewise.
15258
15259 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15260
15261         * config.guess: Recognize Mach.
15262
15263 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15264
15265         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
15266         see whether --exec-prefix was used.
15267
15268 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15269
15270         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
15271
15272 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15273
15274         * Makefile.in: Add all-librx target similar to all-libproc.
15275
15276 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
15277
15278         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
15279         with post 1.2 uname bogosity.
15280
15281 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15282
15283         * configure: Remove temporary files on receipt of a signal.
15284
15285 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
15286
15287         * configure: If there is a package_makefile_frag, remove
15288         ${subdir}/Makefile.tem after copying it in.
15289
15290 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15291
15292         * build_all.mk: support rs6000 lynx identifies itself as
15293         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
15294         since /bin/gcc is too feeble to compile a modern gcc.
15295
15296 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15297
15298         * brought devo/test-build.mk update-to-date with progressive/
15299           test-build.mk. Add lynx targets and hppa flag info.
15300
15301 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15302
15303         * configure.in:  Use mh-ncrsvr43.  Patch from
15304         Tom McConnell <tmcconne@sedona.intel.com>.
15305
15306 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15307
15308         * config.guess (i386-unknown-bsdi):  No longer need to
15309         check #if defined(__bsdi__) && defined(__i386__).
15310
15311 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15312
15313         * configure: Set program_transform_nameoption correctly.
15314
15315 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15316
15317         * brought build-all.mk update-to-date with progressive build-all.mk,
15318           added new targets and hppa info.
15319
15320 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15321
15322         * configure: If config.guess result is a prefix of the user
15323         specified target, assume a native build and use the user specified
15324         target as the host alias.  Remove SunOS patch suffix removal hack.
15325         * configure.in: Remove SunOS patch suffix removal hack.
15326
15327         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15328         in NATIVE_CHECK_MODULES.
15329
15330 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
15331
15332         * Makefile.in: Rename HOST_ONLY to NATIVE.
15333         * configure: Delete SunOs patch suffix from host_canonical
15334           and build_canonical variables that are prepended to Makefiles.
15335         * configure.in: Add comments for easier maintenance.
15336
15337 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15338
15339         * Makefile.in: Add all-libproc target similar to all-gui.
15340
15341 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
15342
15343         * Makefile.in (CHECK_MODULES): split into
15344         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15345
15346 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
15347
15348         * config.guess (i386-unknown-bsdi): New system to guess.
15349
15350 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15351
15352         * Makefile.in: Add all-gui target (but not yet build by "all").
15353
15354 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
15355
15356         * config.sub: Move deletion of patch suffix from here...
15357         * configure.in: To here, at Ian's suggestion.  The top-
15358           level scripts might need to know of a patch level.
15359
15360 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
15361
15362         * config.sub: Strip off patch suffix so rtl is recognized
15363           as a sunos4.1.3 machine, even though it's been patched.
15364
15365 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
15366
15367         * Makefile.in (INSTALL_LAST): Delete.
15368         (INSTALL_DOSREL): New.
15369
15370 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15371
15372         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15373         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15374         whether we pass down --with-gnu-ld anyhow.
15375
15376 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
15377
15378         * Makefile.in (INSTALL_LAST): Change operation so it works
15379         on more flavors of make.
15380         * configure.in (go32): Don't build libg++ or libio.
15381
15382 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
15383
15384         * Makefile.in (Move HOST_PREFIX_1 and friends up so
15385         they can be overriden by templates.
15386
15387 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
15388
15389         * configure.in (target==go32): Don't build gdb.
15390         * dosrel: New directory.
15391
15392 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
15393
15394         * configure.in (host==go32): Configure dosrel too.
15395         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15396         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15397         be set by incoming names or templates.
15398         (INSTALL_LAST): New rule.
15399
15400 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
15401
15402         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15403
15404 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15405
15406         * configure.in (appdirs): New variable.  Currently empty, but will
15407         be used in gas distribution.  If nonempty, lists a set of
15408         directories at least one of which must get configured, or top
15409         level configuration is considered to have failed.
15410         (rs6000-*-lynxos*): Use new file name.
15411
15412 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15413
15414         Eliminate XTRAFLAGS.
15415         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15416         newlib include files using -idirafter, and also use -nostdinc.
15417         (CXX_FOR_TARGET): Likewise.
15418         (XTRAFLAGS): Removed.
15419         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15420         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15421         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15422         ($(DO_X)): Don't pass down XTRAFLAGS.
15423
15424 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15425
15426         * configure.in (mips*-dec-bsd*): New target; do build linker.
15427         (mips*-*-bsd*): New target; don't build linker.
15428
15429 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15430
15431         * configure.in: support rs6000-*-lynxos* configuration.
15432         support sunos4 as a cross target.
15433
15434         * config.sub: look for lynx*, not lynx since the OS version may
15435         legitimately be part of the name.
15436
15437 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15438
15439         * configure.in (i[34]86-*-sco*): Move to be with other i386
15440         targets.
15441         (romp-*-*): New target.  Skip various binary utilities.
15442         (vax-*-*): New target.  Don't build newlib.
15443         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
15444
15445 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15446
15447         * configure.in: Only set host_makefile_frag if config
15448         directory exists.
15449
15450 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15451
15452         * install.sh: If $dstdir exists, don't check whether each
15453         component does.
15454
15455 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15456
15457         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15458
15459 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
15460
15461         * configure.in (*-*-lynxos*): Don't configure newlib for either
15462         native or cross Lynx.
15463
15464 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
15465
15466         * config.sub (sparc64-elf): Fix os.
15467         (z8k): Remove duplicate.
15468
15469 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15470
15471         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15472         gcc/stmp-fixproto, to try to prevent fixproto from being run.
15473
15474 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
15475
15476         * configure: Make file links cleanly even if Lynx fails on
15477           an NFS symlink (at least fail cleanly).
15478
15479 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
15480
15481         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15482         -XNh2000.
15483
15484 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15485
15486         * configure: Unknown options are fatal again.
15487
15488 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
15489
15490         * configure: Ignore --x-includes and --x-libraries, for Autoconf
15491         compatibility.
15492
15493 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
15494
15495         * build-all.mk: Add `clean' target.
15496
15497 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15498
15499         * config.guess:  Add SINIX support.
15500         * configure.in:  Add mips-*-sysv4* support.
15501
15502 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
15503
15504         * build-all.mk: Document all useful targets.
15505         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15506         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15507
15508 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15509
15510         * configure: Support --silent, --quiet.
15511
15512 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15513
15514         * configure: Support --disable-FEATURE.
15515
15516 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15517
15518         * config.guess: Recognize NCR running SVR4.3.
15519
15520 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15521
15522         * config.guess:  Make BSDI generate i386-unknown-bsd386.
15523         Patch from Paul Eggert <eggert@twinsun.com>.
15524
15525 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15526
15527         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15528
15529 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15530
15531         * configure: Make unrecognized options give nonfatal warnings
15532         instead of fatal errors, and pass them to any subdirectory
15533         configures in case they recognize them.
15534         Make --x equivalent to --with-x.
15535
15536 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15537
15538         * configure: Add --enable-* options.  Clean up usage message and
15539         some comments.
15540
15541 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
15542
15543         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15544
15545 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15546
15547         * configure.in (hppa*-*-*): Enable binutils.
15548
15549 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15550
15551         * config.sub: Recognize cisco.
15552
15553 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
15554
15555         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15556
15557 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15558
15559         * config.guess: about target *-hitachi-hiuxwe2, don't print more
15560         than one configuration name.  Add comment.
15561
15562 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
15563
15564         * config.guess: about target *-hitachi-hiuxwe2, fixed
15565         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
15566         macro is incorrect.]
15567
15568 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15569
15570         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15571         than the "make ls" stuff which used to be here.
15572
15573 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15574
15575         * config.guess:  Recognize i[34]86-unknown-freebsd.
15576         From Shawn M Carey <smcarey@rodan.syr.edu>.
15577
15578 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15579
15580         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15581
15582 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
15583
15584         * config.guess: Check for ptx.
15585
15586 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
15587
15588         * config.sub: Add os9k checking.
15589
15590 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15591
15592         * config.guess: Handle OSF1 running on HPPA processors
15593
15594 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15595
15596         * configure: If subdir configure fails, print out a message with
15597         subdirectory name, in case subdir's configure code didn't identify
15598         itself.
15599
15600 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
15601
15602         * configure.in: Remove embedded newlines from configdirs.
15603         Avoid mismatches of substrings.  Fix matching strings at end
15604         of configdirs.
15605
15606 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
15607
15608         * config.guess:  Add Lynx/rs6000 config support.
15609
15610 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15611
15612         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15613
15614 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
15615
15616         * configure.in (hppa*-*-osf*): Treat this just like most other
15617         PA configurations (eg no binutils or ld).
15618         (hppa*-*-*elf*): These configurations have binutils and ld.
15619
15620 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15621
15622         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
15623
15624 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15625
15626         * configure.in (rs6000-*-*): Build gas.
15627
15628 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15629
15630         * Makefile.in:  Avoid bug in losing hpux sed.
15631
15632 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15633
15634         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15635         for GDB and GDB has been fixed to not need it.
15636
15637 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15638
15639         * config.guess: Recognize vax hosts.
15640
15641 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15642
15643         * configure (while loop): Don't use "break 2" inside case
15644         statement -- the case statement isn't an enclosing loop.
15645
15646 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15647
15648         * config.guess:  Clean up NeXT support, to allow nextstep
15649         on Intel machines.  Make OS be nextstep.
15650
15651 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
15652
15653         * config.guess: Add alternate forms for Convex.
15654
15655 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
15656
15657         * configure:  Completely rewrite option processing.  Take
15658         advantage of pattern-matching to avoid invoking test frequently.
15659         Also clean up host and target defaulting logic.
15660
15661 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15662
15663         * Makefile.in: Replace all occurrances of "rootme" with "r" and
15664         "$${rootme}" with "$$r", to increase the likelihood that the do-*
15665         commands (plus user environment) will fit SCO limits.
15666
15667 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15668
15669         * configure.in: Don't issue warnings about directories which are
15670         not being configured if -norecursion is set.  Correct test for
15671         --with-gnu-as and --with-gnu-ld to not get confused by substring
15672         matches.
15673
15674         * configure.in: Don't build gas for alpha-dec-osf1*.
15675
15676 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
15677
15678         * configure:  Back out Per's change of 12/19/1993.  It changes the
15679         behavior of configure in unexpected and confusing ways.
15680
15681         Also, use different delim char when calculating
15682         program_transform_name so that the name can contain slashes.
15683
15684 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
15685
15686         * configure.in, config.sub: Add support for VSTa micro-kernel.
15687
15688 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
15689
15690         * configure.in: Nuke hacks which were used to get a special
15691         version of GAS for HPPA configurations.
15692
15693 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15694
15695         * configure:  If only ${target_alias} is given, use that
15696         as the default for ${host_alias}.
15697         * configure:  Add missing back-slashes before nested quotes.
15698
15699 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15700
15701         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15702
15703 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
15704
15705         * config.guess:  Recognize some Tektronix configurations.
15706         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15707
15708 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15709
15710         * config.sub: Match any flavor of SH.
15711
15712 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
15713
15714         * configure.in: Don't try to configure newlib for Alpha.
15715
15716 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15717
15718         * configure.in: Don't build ld for Irix 5.  Don't build gas,
15719         libg++ or libio for any Alpha target.
15720
15721         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15722
15723 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
15724
15725         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15726         default arguments -- so it tried to compress itself.
15727
15728 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15729
15730         * configure.in (notsupp): ensure that a space is always at the end
15731           of the configdirs list, since the grep checks for an explicit space
15732
15733 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15734
15735         * configure.in (target i386-sysv4.2): don't build ld, since static
15736           versions of many libraries are not available.
15737
15738 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15739
15740         * config.guess: Recognize Apollos (using environment variables).
15741         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15742
15743 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15744
15745         * config.guess: Recognize Sony news mips running newsos.
15746
15747 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
15748
15749         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15750         "fi ; else" for bash.
15751
15752 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
15753
15754         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15755
15756 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
15757
15758         * config.sub: accept unixware as an alias for svr4.2.
15759         Fix some inconsistancies with the gcc version.
15760
15761 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15762
15763         * Makefile.in (DISTDOCDIRS):  Add gdb.
15764
15765 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15766
15767         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
15768
15769 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15770
15771         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15772         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15773         this now.
15774
15775 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15776
15777         * config.sub: Accept hiux* as an OS name.
15778
15779         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15780         etc/make-stds.texi.  The underscore came from gcc, and dje now
15781         agrees that RUNTESTFLAGS is the correct name.
15782
15783 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15784
15785         * install.sh:  Remove 'set -e'.  It makes any conditionals
15786         in the script useless.
15787
15788         * config.guess: Automatically recognize arm-acorn-riscix
15789         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15790
15791 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
15792
15793         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15794
15795 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15796
15797         * Makefile.in (DISTDOCDIRS): New variable.
15798         (taz): Edit local Makefile.in sooner, instead of proto-toplev
15799         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
15800
15801 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15802
15803         * configure.in (hppa target): check the source directory for the
15804           pagas sub-directory
15805
15806 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
15807
15808         * config.sub: Allow -aout* and -elf*.
15809
15810 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15811
15812         * configure.in: Don't build ld on i386-solaris2, same as for
15813         sparc-solaris2.
15814
15815 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15816
15817         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15818
15819 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15820
15821         * configure.in:  Configure gdb for alpha.
15822
15823 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15824
15825         * Makefile.in (CXXFLAGS): Add -O.
15826
15827 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15828
15829         * config.guess: added support for DG Aviion
15830
15831 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15832
15833         * configure.in: Produce warning message for subdirectories not
15834         configurable for this host/target combination.  Don't try to
15835         configure gdb for vms.
15836
15837 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15838
15839         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15840         appropriate files before making "diststuff".
15841         (DISTBISONFILES): New var: list of files to be edited.
15842         (DISTSTUFFDIRS): Add binutils.
15843
15844 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15845
15846         * config.sub: also handle mipsel and mips64el (for little endian mips)
15847
15848 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15849
15850         * configure.in: Add * to end of all OS names.
15851
15852 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
15853
15854         * configure.in: Build newlib for LynxOS native.
15855
15856 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15857
15858         * config.guess: Add support for delta 88k running SVR3.
15859
15860         * configure.in: Add comment about HP compiler vs. emacs.
15861
15862 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15863
15864         * configure.in: don't build ld on solaris2 (not a viable option
15865           due to bugs in getpwnam & getpwuid)
15866
15867 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15868
15869         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15870         config.guess will produce a full version number.
15871
15872 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15873
15874         * configure.in: Build linker and binutils for alpha-dec-osf1.
15875
15876 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15877
15878         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15879         and gdb/testsuite/Makefile.in.
15880
15881 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15882
15883         * configure.in: recognize mips*- instead of mips-
15884
15885 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15886
15887         * config.sub: Accept linux*coff and linux*elf as operating
15888         systems.
15889
15890 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15891
15892         * config.sub: Recognize mips64, and mips3 as an alias for it.
15893
15894 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15895
15896         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15897         gdb knows how to handle OSF/1 shared libraries.
15898
15899 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15900
15901         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15902         * config.guess: Recognize Hitachi's HIUX.
15903         * config.sub: Recognize h3050r* and hppahitachi.
15904         Remove redundant cases for hp9k[23]*.
15905
15906 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15907
15908         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15909         if gas and ld are in the source tree and are in ${configdirs}.
15910         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15911         --with options (but still pass them down on the command line,
15912         if they were explicitly specified).
15913
15914 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15915
15916         * configure: substitute SHELL value in Makefile.in with
15917         ${CONFIG_SHELL}
15918
15919 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15920
15921         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15922         *-*-solaris2* targets.
15923
15924 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15925
15926         * Makefile.in: define M4, and pass it down to sub-makes;
15927         all-autoconf now depends on all-m4
15928
15929 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15930
15931         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15932         presence of {ar,ranlib} instead of a configured directory
15933
15934 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
15935
15936         * config.guess: Accept 34?? as well as 33?? for NCR.
15937
15938 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15939
15940         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15941         of 'gas' in sed commands, since 'gash' is now in the tree as well.
15942
15943 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15944
15945         * configure: grab values for $(CC) and $(CXX) from the
15946         environment, so that someone can do "CC=gcc configure; make" and
15947         have it work right (matching the way that autoconf works now)
15948
15949         * configure.in, Makefile.in: add support for gash, the tcl
15950         interface to Galaxy
15951
15952         * config.guess: add NetBSD variants (hp300, x86)
15953
15954 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
15955
15956         * install.sh: Support -d option (in the manner of SunOS 4 install,
15957         as it is more deterministic than that of GNU install)
15958         (chmodcmd): Set file to mode 755 by default (should also do default
15959         chgrp and chown, but I don't feel like dealing with that now)
15960
15961 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
15962
15963         * config.sub: Remove h8300hhms alias.
15964
15965 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15966
15967         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15968
15969 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15970
15971         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15972         as stmp-fixinc
15973
15974 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15975
15976         * config.sub: recognize m88110-bug-coff.
15977
15978 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15979
15980         * Makefile.in (all-libio): all dependencies on the toolchain used
15981         to build this (gcc, gas, ld, etc)
15982
15983 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15984
15985         * config.guess: Deal with OSF/1 1.3 on alpha.
15986
15987 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15988
15989         * install.sh: add some 'else true' clauses for portability
15990
15991         * configure.in: don't build libio for h8[35]00-*-* targets
15992
15993 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15994
15995         * Makefile.in:  Add support for new libio.
15996
15997 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15998
15999         * install.sh: If one command fails, don't try the rest.  Don't try
16000         to remove $dsttmp (via trap) unless we have already created it.
16001         If $src doesn't exist, detect it and exit with an error.
16002
16003         * config.guess: Recognize BSD on hp300.
16004
16005 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16006
16007         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
16008         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
16009
16010 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
16011
16012         * Makefile.in (all-send-pr): depends on all-prms
16013
16014 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16015
16016         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
16017
16018 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16019
16020         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
16021         Added test for mips-mips-riscos5.
16022
16023 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16024
16025         * configure.in: use mh-hp300 for 68k HP hosts
16026
16027 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16028
16029         * configure: add support for CONFIG_SHELL, so that you can use
16030         some alternate shell for evaluating configure scripts
16031
16032 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
16033
16034         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
16035         in configure script to bug-gdb@prep.ai.mit.edu when building
16036         distribution archive.
16037         * Makefile.in (COMPRESS):  Remove def.
16038         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
16039         gdb.tar.Z and make-gdb.tar.Z respectively.
16040         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
16041         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
16042         to convergence with 'taz' target in Makefile.in.
16043
16044 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16045
16046         * install.sh (dsttmp): use trap to ensure that tmp files go
16047         away on error conditions
16048
16049 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16050
16051         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
16052
16053 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16054
16055         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
16056         its parent is '/' not ''.
16057
16058         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
16059
16060 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
16061
16062         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
16063         that ${newsrcdir}/configure.in does.
16064
16065 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16066
16067         * test-build.mk: support for CONFIG_SHELL
16068
16069 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
16070
16071         * config.sub (netware):  Add as a basic system type.
16072
16073 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
16074
16075         * Makefile.in (Makefile): depend on configure.in.  Also drop the
16076           $(srcdir)/ from the dependency on Makefile.in.
16077
16078 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
16079
16080         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
16081         (h8300hhms is temporary until multi-libraries are implemented).
16082         * configure.in: Handle h8300h too.
16083
16084 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16085
16086         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
16087
16088 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
16089
16090         * configure:  Remove extraneous output when guessing host type.
16091         * config.guess:  Remove extraneous output when guessing using C
16092         compiler rather than uname, or when guessing fails.
16093
16094 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
16095
16096         * Makefile.in: remove all.cross and install.cross targets
16097
16098         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
16099           definitions
16100
16101 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
16102
16103         * configure.in (target sh): Build gprof.
16104
16105 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16106
16107         * config.sub: change -solaris to -solaris2
16108
16109 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16110
16111         * configure.in: Use config/mh-riscos for mips-*-sysv*.
16112
16113 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
16114
16115         * configure: Correct error message for missing Makefile.in to
16116         print correct directory.
16117
16118 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16119
16120         * install.sh: kludge around 386BSD shell bug
16121
16122 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
16123
16124         * config.guess:  Recognize NeXT.
16125         * config.guess:  Recognize i486-ncr-sysv4.
16126         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
16127
16128 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
16129
16130         * Makefile.in (MAKEINFOFLAGS): New variable.
16131         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
16132         * build-all.mk, test-build.mk: Pass down --no-split as
16133         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
16134
16135 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
16136
16137         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
16138
16139 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
16140
16141         * Makefile.in (libg++.tar.z):  New rule.
16142         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
16143         * Makefile.in (taz):  Only do a single chmod.
16144
16145 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
16146
16147         * install.sh: don't use dirname anymore (replaced with sed usage)
16148
16149 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
16150
16151         * Makefile.in:  Change extension for gzip'd files from '.z' to
16152         '.gz' per new FSF standard usage.
16153
16154 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
16155
16156         * configure: put quotes around the final value of program_transform_name
16157
16158 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16159
16160         * Makefile.in: new install.sh support; update install-info rules
16161
16162 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
16163
16164         * configure.in: Build diff for crosses, but not for go32 host.
16165
16166         * configure.in: Build gprof only for native, and don't build it
16167         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
16168
16169 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
16170
16171         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
16172
16173 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16174
16175         * configure.in (host_tools): Add prms.
16176
16177 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16178
16179         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
16180         with $(FLAGS_TO_PASS) on the command line
16181
16182         * config.sub: Recognize lynx and lynxos
16183
16184 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
16185
16186         * config.sub: Accept -ecoff*, not just -ecoff.
16187
16188 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16189
16190         * Makefile.in (taz): Use .gz suffix instead of .z.
16191         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
16192         names.
16193
16194 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16195
16196         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
16197
16198 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16199
16200         * Makefile.in (install-no-fixedincludes):  install gcc last, so
16201         that rebuilds that might happen during 'make install' don't get
16202         bogus gcc include files
16203
16204 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16205
16206         Change from Utah for HPPA support:
16207         * config.guess: Recognize hppa1.x-hp-bsd.
16208
16209 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
16210
16211         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
16212         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
16213
16214 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16215
16216         * config.sub: Add support for rom68k and bug boot monitors.
16217
16218 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
16219
16220         * Makefile.in: Make all-opcodes depend on all-bfd.
16221
16222 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16223
16224         * config.guess: Added special check for i[34]86-univel-sysv4*.
16225
16226 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
16227
16228         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
16229         the processor rather than assuming i486.
16230
16231 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16232
16233         * config.guess: Recognize SunOS6 as Solaris3.
16234
16235 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
16236
16237         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
16238         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
16239
16240 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
16241
16242         * build-all.mk (all-cross): New target for Canadian Cross.
16243         Added Q2 go32 targets.
16244         * test-build.mk: Configure go32 cross sparclite-aout and
16245         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
16246         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
16247
16248 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16249
16250         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
16251         GO32 hosted toolchains
16252
16253 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16254
16255         * configure: change  so "-exec-prefix" gets passed down rather
16256         than "-exec_prefix" so autoconf generated Makefiles get the
16257         exec_prefix set right.
16258
16259 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16260
16261         * config.guess: get the Solaris2 minor version number
16262
16263         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
16264
16265 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16266
16267         * config.guess: Recognize some Sequent platforms.
16268
16269 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16270
16271         * Makefile.in: added the vault-install target
16272
16273         * configure.in: actually use the Sun3 makefile fragment that's in
16274         config, also added the release dir to configdirs
16275
16276 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16277
16278         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16279
16280 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16281
16282         * configure.in: remove some program from Alpha targetted toolchains
16283
16284 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
16285
16286         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
16287         gprof.
16288         (taz): Run "make diststuff" in those directories instead of "make
16289         proto-dir".  Look for "VERSION=" only at start of line in subdir
16290         Makefile.  Use "gzip -9" for compression.
16291         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16292         (binutils.tar.z): New target.
16293
16294 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16295
16296         * Makefile.in (taz): Include gpl.texinfo.
16297
16298 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16299
16300         * Makefile.in (setup-dirs): Merged into "taz" target.
16301         (taz): Only do `proto-dir' stuff if a directory is actually needed
16302         for this target.
16303
16304 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
16305
16306         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16307         (FLAGS_TO_PASS): Pass down MUNCH_NM.
16308         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16309         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16310         (gcc-no-fixedincludes): Correct for current gcc Makefile.
16311
16312 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
16313
16314         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
16315         config.sub, and move-if-change to gdb testsuite distribution
16316         archive, so the testsuite can be extracted, configured, and
16317         run separately from the gdb distribution.  Blow away the Chill
16318         tests that require a Chill compiled executable, since GNU Chill
16319         is not yet publically available.
16320
16321 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16322
16323         * test-build.mk: set environment variables in a single command,
16324         instead of a list of assignments and exports
16325
16326         * config.guess: recognize Alpha/OSF1 systems
16327
16328 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16329
16330         * configure: Change help message to prefer --options rather than
16331           -options.
16332
16333 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16334
16335         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16336         zippy@ecst.csuchico.edu.
16337         * config.guess: Recognize miniframe.
16338
16339 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16340
16341         * Makefile.in: Use srcroot to find runtest rather than rootme.
16342         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16343
16344 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16345
16346         * test-build.mk: Extensive additions to support building on a
16347         machine other than the host.
16348
16349 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16350
16351         * configure (tooldir): Fix for i386-aix again.
16352
16353 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
16354
16355         * configure, Makefile.in:  Change definition of $(tooldir)
16356         to match the FSF.
16357
16358 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
16359
16360         * config.guess:  Recognize i[34]86/SVR4.
16361
16362 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16363
16364         * Makefile.in (all-gdb): gdb depends on sim.
16365
16366 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
16367
16368         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
16369         at the same time we make the prototype gdb directory.
16370         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
16371         files at the same time as the gdb base release distribution.
16372
16373 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
16374
16375         * Makefile.in (check): Use individual check targets rather than
16376         DO_X rule.
16377         (check-gcc): Added.
16378
16379 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
16380
16381         * config.sub: Use sysv3.2 not sysv32 for canonical OS
16382         for System V release 3.2.
16383
16384 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16385
16386         * config.sub: Recognize hppaosf.
16387         * configure.in: Do configure ld/binutils/gas for it.
16388
16389 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16390
16391         * configure (tooldir): Alter syntax used to set this, for systems
16392         where "\$" isn't handled right, like i386-aix.
16393
16394 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16395
16396         * configure: Pass program-transform-name, not
16397         program_transform_name, to recursive configures.
16398
16399 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
16400
16401         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16402         of gas+ld+binutils.
16403
16404 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
16405
16406         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
16407
16408 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16409
16410         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16411
16412 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16413
16414         * Makefile.in (PRMS): Set back to all-prms.
16415
16416 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16417
16418         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16419         targets, rather than for MIPS hosts.
16420
16421 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16422
16423         * configure.in: add comment for --with-x default values
16424
16425         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16426
16427         * Makefile.in: add check-* targets for each of the directories in
16428         the tree.  Add a definition of RUNTEST that will use the one we
16429         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
16430
16431 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
16432
16433         * configure.in: Removed obsolete references to bfd_target and
16434         target_makefile_frag.
16435
16436         * build-all.mk: Set assorted targets for Q2.
16437         * config.sub: Recognize z8k-sim and h8300-hms.
16438         * test-build.mk: Really don't pass host to configure.
16439         (HOLES): Added uname.
16440
16441 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
16442
16443         * configure: Handle an empty program-prefix, program-suffix or
16444         program-transform-name correctly.
16445
16446 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16447
16448         * build-all.mk: -G 8 no longer required for MIPS targets.
16449         * test-build.mk: Don't pass host argument to configure; make it
16450         guess.
16451
16452 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
16453
16454         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
16455         * Makefile.in (COMPRESS):  New macro, like GZIP.
16456
16457 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16458
16459         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16460
16461         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16462         with gas currently defaults to -G 0.
16463
16464 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
16465
16466         * Makefile.in (all-flex): flex depends on byacc.
16467
16468         * build-all.mk: If host not specified, use config.guess.  Pass TAG
16469         to test-build.mk as RELEASE_TAG.
16470         * test-build.mk (configargs): New variable containing arguments to
16471         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
16472         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16473
16474         * config.guess: Use /bin/uname when checking -X argument on SCO,
16475         to avoid invoking GNU uname which doesn't understand -X.
16476
16477         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16478
16479         * configure.in: Build gas for mips-*-*.
16480
16481 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16482
16483         * Makefile.in (all.normal): insert missing backslash.
16484
16485 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
16486
16487         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16488
16489         * Makefile.in: Complete overhaul to merge many almost identical
16490         targets.
16491
16492 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16493
16494         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16495         (gdb.tar.Z): Adjusted.
16496
16497         * Makefile.in (setup-dirs, taz): New targets; should be general
16498         enough to adapt for gdb sometime.  Build only .z file.
16499         (gas.tar.z): New target.
16500
16501 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
16502
16503         * build-all.mk: Use CC=cc -Xs on Solaris.
16504
16505 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
16506
16507         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
16508         for handling BISON for FSF releases.
16509
16510 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16511
16512         * configure: Actually implement the change zoo just documented.
16513
16514 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
16515
16516         * configure: when using config.guess, only set target_alias when
16517         it's not already been set (ie, on the command line)
16518
16519 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16520
16521         * Makefile.in: add installcheck target, set PRMS to install-prms
16522
16523 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16524
16525         * configure: add support for package_makefile_fragment, handle the
16526         case where a directory has a configure.in file but no Makefile.in
16527         more gracefully (with an actual understandable error message, even);
16528         add support for --without (and add this to the usage message); also
16529         explicitly add a --host=${host_alias} to the command line when
16530         config.guess is used
16531
16532 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16533
16534         * configure: Must use both --host and --target in recursive calls.
16535
16536 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16537
16538         * Makefile.in: Change deja-gnu to dejagnu.
16539
16540 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16541
16542         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16543
16544 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16545
16546         * configure.in: canonicalize all instances to *-*-solaris2*,
16547         also strip out a number of tools to not build for go32 host
16548
16549 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16550
16551         * config.guess: add GPL.
16552
16553         * Makefile.in, config.guess, config.sub, configure: bump
16554           copyrights to 93.
16555
16556 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
16557
16558         * Makefile.in (do-info): Removed obsolete check for existence of
16559         localenv file.
16560
16561         * Makefile.in (MAKEOVERRIDES): Define to be empty.
16562
16563 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16564
16565         * Makefile.in: a couple of 'else true' for decstation,
16566         support for TclX
16567
16568         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16569
16570 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
16571
16572         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16573
16574 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
16575
16576         * config.guess: Recognize i386-ibm-aix (PS/2).
16577         * configure.in: Use config/mh-aix386 file for it.
16578
16579 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
16580
16581         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16582         CC_FOR_TARGET instead.
16583         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16584
16585 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
16586
16587         * Makefile.in: Add sim to list of directories sent with gdb
16588
16589 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
16590
16591         * configure.in: Put back mips-dec-bsd* case.
16592
16593 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
16594
16595         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16596         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
16597         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16598
16599 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16600
16601         * configure.in: remove no-op mips-dec-bsd* in "case $target"
16602
16603         * Makefile.in (dir.info): only run gen-info-dir if it exists,
16604         (install-info): install dir.info only if it exists,
16605         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16606
16607 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
16608
16609         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
16610         gas for mips-dec-bsd.
16611
16612 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
16613
16614         * configure (makesrcdir): If ${srcdir} is relative and not ".",
16615         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16616
16617 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16618
16619         * configure.in: Added "dejagnu" to hosttools list.
16620
16621 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
16622
16623         * config.sub, configure.in, config.guess:  Add support
16624         for Bosx, an AIX variant from Bull.
16625         Patches from F.Pierresteguy@frcl.bull.fr.
16626
16627 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16628
16629         * devo/dejagnu: Initial creation of devo/dejagnu.
16630         Migrated dejagnu testcases and support files for testing software
16631         tools to reside as subdirectories, currently called "testsuite",
16632         within the directory of the software tool.  Migrated all programs,
16633         support libraries, etc. beloging to dejagnu proper from
16634         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
16635         with no modifications.  The changes to these files which will
16636         allow them to configure, build, and execute properly will be made
16637         in a future update.
16638
16639 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16640
16641         * Makefile.in: Change send_pr to send-pr.
16642         * configure.in: Likewise.
16643         * send_pr: Renamed directory to send-pr.
16644
16645 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
16646
16647         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
16648
16649 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
16650
16651         * README:  Update for gdb-4.8 release.
16652         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
16653         gdb-xxx.tar.z (gzip'd) file also.
16654
16655 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16656
16657         * Makefile.in: make all-diff depend on all-libiberty
16658
16659 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
16660
16661         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16662
16663 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16664
16665         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16666
16667 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
16668
16669         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
16670         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
16671         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
16672
16673 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16674
16675         * Makefile.in:  makeinfo binary is in a new location
16676
16677 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
16678
16679         * config.sub: Accept -ecoff as an OS.
16680
16681         * Makefile.in: Various changes to eliminate a level of make
16682         recursion and reduce the required command line length.
16683         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16684         sub-makes.
16685         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16686         variables holding settings for specific sub-makes.
16687         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16688         in terms of BASE_FLAGS_TO_PASS.
16689         (TARGET_LIBS): New variable listing directories which use
16690         TARGET_FLAGS_TO_PASS.
16691         (subdir_do): Eliminated.
16692         (do-*): New set of targets to replace subdir_do.
16693         (various): All targets which used subdir_do now depend on do-*.
16694         (local-clean): Renamed from do_clean.
16695         (local-distclean): New target, dependency of distclean and
16696         realclean.
16697         (install-info): Don't create directories.  Depend on dir.info
16698         rather than calling make recursively.
16699         (install-dir.info): Eliminated.
16700         (install-info-dirs): Create all info directories here.
16701         (dir.info): Depend upon do-install-info.
16702
16703         * test-build.mk (HOLES): Added false.
16704
16705 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
16706
16707         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
16708
16709 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16710
16711         * Makefile.in (info): remove dependency on all-texinfo.  The
16712         problem was really in texinfo/C, not at this level.
16713
16714 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16715
16716         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16717
16718 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
16719
16720         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
16721         GDB releases.
16722
16723 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16724
16725         * configure: Include srcdir in message about target of link not
16726         being found.  Don't convert `-' to `_' in `with' options being
16727         passed to subdirs.
16728
16729 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16730
16731         * configure.in: add uudecode to host_tools
16732
16733         * Makefile.in: added {all,install}-uudecode targets, added them to
16734         the appropriate lists
16735
16736 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
16737
16738         * Makefile.in (all-gcc): Added dependency on all-gas.
16739
16740         * configure.in (mips-*-*): Build ld and binutils.
16741
16742 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16743
16744         * configure: check return code from mkdir, print error message and
16745           exit on failure.
16746
16747 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
16748
16749         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
16750
16751 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16752
16753         * test-build.mk (HOLES): Added tar, cpio and uudecode.
16754
16755 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16756
16757         * config.sub (h8500):  Recognize this as a cpu type.
16758
16759 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16760
16761         * configure: source directory missing is no longer a warning
16762
16763         * configure.in: recognize irix[34]* instead of irix[34]
16764
16765         * Makefile.in: define and pass down X11_LIB
16766
16767 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
16768
16769         * guess-systype: Renamed to ...
16770         * config.guess:  ... by popular request.
16771         * configure.in, Makefile.in:  Update accordingly.
16772
16773 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
16774
16775         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
16776         + Add Convex, Cray/Unicos, and Encore/Multimax support.
16777         + Execute ./dummy instead of assuming . is in PATH.
16778
16779 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
16780
16781         * guess-systype:  New shell script.  Attempts to guess the
16782         canonical host name of the executing host.
16783         Only a few hosts are supported so far.
16784         * configure:  Call guess-systype if no host is specified.
16785
16786 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16787
16788         * Makefile.in (gcc-no-fixedincludes): Made to work with current
16789         gcc Makefile.
16790
16791
16792 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
16793
16794         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16795         (all-gcc, install-gcc, subdir_do): Use it.
16796
16797 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16798
16799         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16800
16801 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
16802
16803         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16804           set exclusively by configure, using configure.in .
16805
16806 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16807
16808         * test-build.mk: set $PATH for all builds
16809
16810         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16811
16812 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
16813
16814         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
16815         the one used in gcc/Makefile.in, so that a null expansion doesn't
16816         override the one needed to build gcc with a native cc.
16817
16818
16819 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16820
16821         * configure: Accept -with arguments.
16822
16823 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16824
16825         * Makefile.in: added h8300sim
16826
16827 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
16828
16829         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16830         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
16831         (all-cygnus, native, build-cygnus): Make
16832         $(canonhost)-stamp-3stage-done, not $(host)....
16833         * test-build.mk (stamp-3stage-compared): Use tail +10c for
16834         i386-sco3.2v4.  Added else true to if command.
16835
16836 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
16837
16838         * config.sub: (from FSF) Sequent uses a BSD-like OS.
16839
16840 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
16841
16842         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16843
16844 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16845
16846         * configure.in: don't remove binutils from Solaris builds
16847
16848 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
16849
16850         * Makefile.in: get rid of earlier definitions for *clean,
16851         also handle the recursive info rule better
16852
16853 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
16854
16855         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
16856         do more-or-less the right thing.
16857
16858 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
16859
16860         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16861         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16862
16863 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16864
16865         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16866         $(host_canonical).
16867
16868         * configure.in: split the configdirs list into 4 categories (native
16869         v. cross, library v. tool) and handle the cross-only and native-
16870         only in more reasonable (and correct!) way.
16871
16872 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
16873
16874         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
16875         configdirs anymore.
16876
16877 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16878
16879         * Makefile.in: extensive cleanup::  removed all of the explicit
16880         clean-* targets, collapsed many wrappers around subdir_do into
16881         one, added additional targets to satisfy standards.texi, deleted
16882         some old targets, some changes for consistency
16883
16884 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16885
16886         * configure.in: handle some programs as cross-only, and others as
16887         native only
16888
16889         * test-build.mk: handle partial holes in a more generic manner
16890
16891         * Makefile.in: m4 depends on libiberty
16892
16893 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16894
16895         * configure.in: add m4, textutils, fileutils, sed, shellutils,
16896         time, wdiff, and find to configdirs
16897
16898         * Makefile.in: all, clean, and install rules for the new programs
16899         added to configure.in
16900
16901 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16902
16903         * configure.in: use mh-sun for all *-sun-* hosts
16904
16905 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16906
16907         * Makefile.in: define flags for X11 include files and library file
16908         locations, pass them down to the programs that need this info
16909
16910         * build-all.mk: added a 'native' target, to 3stage the native toolchain
16911
16912 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16913
16914         * configure.in: start building libg++ for HP-UX targets
16915
16916 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
16917
16918         * README:  Update references to files moved into etc/.
16919
16920 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
16921
16922         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
16923         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
16924
16925 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16926
16927         * configure: accept dash as well as underscore in long option
16928         names for FSF compatibility.
16929
16930 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
16931
16932         * config.sub: added -sco3.2v4 support from FSF.
16933
16934 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16935
16936         * configure.in: expand the section that adds or removes
16937         directories from the list of programs to build, to handle native
16938         vs. cross in addition to host v. native
16939
16940 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
16941
16942         * Makefile.in:  Replace C++ in macro names with CXX.
16943         This is less likely to break ...
16944
16945 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16946
16947         * test-build.mk: add -w to GNU_MAKE
16948
16949 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16950
16951         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16952         add 'sparc' to list of recognized cpus.  This needed to make
16953         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16954         Delete some redundant ose68 variants.  Recognize -wrs as an os,
16955         then changes that into $CPU-wrs-vxworks.
16956
16957         * configure.in: remove most references to gdbtest, regularize
16958         target based program removal
16959
16960         * test-build.mk: import from p3 tree (many fixes and changes)
16961
16962 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
16963
16964         * Makefile.in: added rules to handle tcl, tk, and expect
16965
16966         * configure.in: handle those directories if they exist
16967
16968 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16969
16970         * config.sub: removed bogus hppabsd and hppahpux names, since
16971         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16972
16973 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16974
16975         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
16976         depends upon all-xiberty
16977
16978         * Makefile.in: changes from p3, including:
16979
16980         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
16981
16982         * Makefile.in (XTRAFLAGS): include newlib directories if
16983         newlib/Makefile exists, rather than if host != target.
16984
16985         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
16986
16987         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16988         from the same source tree and not building a cross-compiler.  This
16989         matters for the libg++ configuration if reconfiguring a tree that
16990         has already been installed.
16991
16992         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
16993
16994         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16995         pick up the machine and system specific header files.
16996
16997         * Makefile.in: added AS_FOR_TARGET, passed down in
16998         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16999         the C compiler to use to create programs which are run in the
17000         build environment, set it to default to $(CC), and passed it down
17001         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17002
17003         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
17004
17005         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
17006         We need them for unusual native builds, like systems without
17007         ranlib.
17008
17009         * configure: also define $(host_canonical) and
17010         $(target_canonical), which are the full, canonical names for the
17011         given host and target
17012
17013 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
17014
17015         * Makefile.in:  Added separate definitions for C++.
17016
17017 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
17018
17019         * configure.in (configdirs):  Add deja-gnu.
17020
17021 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
17022
17023         * README:  Update for configure.texi and gdb-4.7 release.
17024
17025 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
17026
17027         * Makefile.in:  Move "all" target to top of file.
17028         Previously, first target was ".PHONY" which caused BSD4.4 make
17029         to build .PHONY when make was run without arguments.
17030
17031 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
17032
17033         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
17034         Library-copylefted code in libiberty.
17035
17036 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
17037
17038         * config.sub:  Replace m68kmote with plain old m68k.
17039
17040 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
17041
17042         * Makefile.in:  Remove space from blank line, avoid Make complaints.
17043
17044 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
17045
17046         * config.sub: Complain if no argument is given.  Added support for
17047         386bsd as OS and target alias.
17048
17049 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
17050
17051         * Makefile.in (XTRAFLAGS): include newlib directories if
17052         newlib/Makefile exists, rather than if host != target.
17053
17054 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
17055
17056         * config.sub: recognize sparclite-wrs-vxworks.
17057
17058         * Makefile.in (install-xiberty): added *-xiberty make rules (from
17059         p3.) Added clean-xiberty to clean.
17060
17061 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17062
17063         * configure.in: use *-*-* instead of nested cases for host and target
17064
17065 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
17066
17067         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17068         from the same source tree and not building a cross-compiler.  This
17069         matters for the libg++ configuration if reconfiguring a tree that
17070         has already been installed.
17071
17072 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
17073
17074         * config.sub (i486v/i486v4):  Merge in from FSF version.
17075
17076 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
17077
17078         * configure: only set PWD if it is already set.
17079
17080 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
17081
17082         * configure: just set PWD=`pwd` at the top, since Ultrix sh
17083         doesn't have unset and all success paths (and most error paths)
17084         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
17085         to just ${PWD} to avoid confusion.)
17086
17087 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
17088
17089         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
17090         even for a native compilation.
17091
17092 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
17093
17094         Changes to make the gdb.tar.Z rule work better.
17095
17096         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
17097         (DEVO_SUPPORT):  Add configure.texi.
17098         (bfd-ilrt.tar.Z):  Remove ancient rule.
17099
17100 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
17101
17102         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17103         pick up the machine and system specific header files.
17104
17105         * configure.in, config.sub: added new target m68010-adobe-scout,
17106         with alias of adobe68k.  Changed configure.in to check for
17107         -scout before -sco* to avoid a false match.
17108
17109         * Makefile.in: added AS_FOR_TARGET, passed down in
17110         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
17111         the C compiler to use to create programs which are run in the
17112         build environment, set it to default to $(CC), and passed it down
17113         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17114
17115 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
17116
17117         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
17118         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
17119         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
17120         FOR_TARGET variants, to newlib and libg++.
17121
17122 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17123
17124         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
17125         first.
17126
17127 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
17128
17129         * config.sub:  Accept `elf' as an environment.
17130
17131 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17132
17133         * Makefile.in (all-opcodes):  cd into the right directory
17134
17135 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
17136
17137         * configure: added -program_transform_name option, used as
17138         argument to sed when installing programs.
17139         configure.texi: added documentation for -program_prefix,
17140         -program_suffix and -program_transform_name.
17141
17142 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
17143
17144         * config.sub:  Accept i486 where i386 ok.
17145
17146 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
17147
17148         * config.sub: accept we32k
17149
17150 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
17151
17152         * config.sub, configure.in: accept OSE68000 and OSE68k.
17153
17154         * Makefile.in: don't create all directories for ``make install'';
17155         let the subdirectories create the ones they need.
17156
17157 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17158
17159         * COPYING: new file, GPL v2
17160
17161 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17162
17163         * Makefile.in: use the new gen-info-dir, which needs a template
17164         argument (which also lives in texinfo)
17165
17166         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
17167
17168 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
17169
17170         * config.sub (ncr3000):  Change i386 to i486.
17171
17172 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17173
17174         * Makefile.in: add install-rcs, install-grep to
17175         install-no-fixedincludes, removed install-bison and install-libgcc
17176
17177 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
17178
17179         * configure.in: grab the HPUX makefile fragment if on HPUX
17180
17181 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
17182
17183         * Makefile.in: eradicate bison spoor (ditto libgcc).
17184          configure.in: recognise m68{k,000}-ericsson-OSE.
17185          es1800 is alias for m68k-ericsson-OSE
17186
17187 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17188
17189         * configure.in: rearrange the parts that remove programs from
17190         configdirs, based now on HOST==TARGET or by canonical triple.
17191
17192 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17193
17194         * test-build.mk: recurse explicitly with -f test-build.mk when
17195           appropriate.  predicate stage3 and comparison on the existence
17196           of gcc.  That is, if gcc isn't around, we aren't three-staging.
17197           On very clean, also remove ...stamp-co.  Build in-place before
17198           doing other builds.
17199
17200 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17201
17202         * Makefile.in, configure.in: add tgas
17203
17204 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17205
17206         * Makefile.in: a number of changes merged in from progressive.
17207
17208         * configure.in: add libm.
17209
17210         * .cvsignore: ignore some stuff that comes from test-build.mk.
17211
17212 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
17213
17214         * config.sub:  Add es1800 (m68k-ericsson-es1800).
17215
17216 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
17217
17218         * configure: Add program_suffix (parallel to program_prefix)
17219         * Makefile.in: adjust directory-creating script for losing decstation
17220
17221 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
17222
17223         * configure:  Minor $subdir-related fixes.
17224
17225 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17226
17227         * configure: fix various problems with propogating
17228         makefile_target_frag in subdirs.
17229         * configure.in: config libgcc if its there
17230
17231 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
17232
17233         * config.sub:  HPPA merge.
17234
17235 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
17236
17237         * Makefile.in:  Replace all-bison with all-byacc in all
17238         dependency lines for other tools (which now use byacc).
17239
17240 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
17241
17242         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
17243
17244 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
17245
17246         * Makefile.in: make gprof rules similar to byacc rules (instead of
17247         vestigal $(unsubdir) that didn't work...)
17248
17249 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
17250
17251         * config.sub:  Add support for Linux.
17252         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
17253         (at least for libg++).
17254
17255 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
17256
17257         * configure.texi: fix doc for the -nfp option to configure
17258
17259 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
17260
17261         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
17262
17263 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
17264
17265         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
17266         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
17267         * configure.in: added solaris* host_makefile_frag hook.
17268
17269 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17270
17271         * config.sub: changed recognition of m68000 so that various
17272         m68k types can be specified via m680[01234]0
17273
17274 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17275
17276         * config.sub (basic_machine): fix sed so that '-foo' isn't
17277         completely substituted out while .+'-foo' loses the '-foo'
17278
17279 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
17280
17281         * config.sub ($os): Add -aout.
17282
17283 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
17284
17285         * configure:  If host_makefile_frag is absolute, don't
17286         prefix ${invsubdir} (relevant to libg++ auto-configure).
17287
17288 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
17289
17290         * Makefile.in (tooldir): Define it.
17291         (all-ld): Depend on all-flex.
17292
17293 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
17294
17295         * Makefile.in (check):  Fix libg++ special case.
17296
17297 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
17298
17299         * configure: do not bury `pwd` into config.status, thus do fewer
17300           pwd's.
17301
17302         * configure: print the "Building in" message only when building in
17303           other than "." AND verbose.
17304
17305         * configure: remove -s, rework -v to better accommodate guested
17306           configures.
17307
17308         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17309
17310 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
17311
17312         * Makefile.in: macroize flags passed on recursion.  remove
17313           fileutils.
17314
17315 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
17316
17317         * configure: get makesrcdir right for subdirs deeper than 1.
17318
17319         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17320           install.
17321
17322 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
17323
17324         * Makefile.in: don't print subdir_do or recursion lines.
17325
17326 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
17327
17328         * standards.texi: added menu item.
17329
17330         * Makefile.in: build and install standards.info.
17331
17332         * standards.texi: new file.
17333
17334 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17335
17336         * configure: test for and move config.status pieces from
17337           ${subdir}/.
17338
17339 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
17340
17341         * configure:  Test for existance of files before trying to mv
17342         them, to avoid numerous non-existance messages.
17343
17344 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
17345
17346         * configure: correct final line of config.status.
17347
17348         * configure: patch from eggert.  Avoids a protection problem if
17349           the original Makefile.in is read only.
17350
17351         * configure: use move-if-change from gcc to create config.status.
17352           Some makefiles depend on config.status to tell if a directory
17353           has been reconfigured for a different host.  This change
17354           prevents those directories from remaking everything in the case
17355           where the reconfig was only intended to rebuild a Makefile.
17356
17357         * configure: test for config.sub with "config.sub sun4" rather
17358           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
17359           host alias from a missing config.sub.
17360
17361 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17362
17363         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17364           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
17365
17366 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
17367
17368         * configure: mkdir ${subdir} as needed.
17369
17370 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
17371
17372         * Makefile.in,configure.in: added autoconf.
17373
17374 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17375
17376         * Makefile.in: no longer pass against on recursion.
17377
17378         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17379           definitions are not inherited.
17380
17381         * configure: correct makesrcdir when subdir is .
17382
17383 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
17384
17385         * configure:  Add support for 'subdirs' variable, which is
17386         like 'configdirs', except that configure doesn't re-invoke
17387         itself for subdirs, it just creates a Makefile for each subdir.
17388         * configure.texi:  Document subdirs.
17389
17390 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17391
17392         * configure.in: added flex to configdirs
17393
17394 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
17395
17396         * Makefile.in: remove clean-stamps from clean.
17397
17398 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
17399
17400         * configure.in:  Add gdbtest to configdirs.
17401
17402 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
17403
17404         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
17405         to recursive makes.
17406         * configure.in:  Recognize new ncr3000 config.
17407
17408 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
17409
17410         * Makefile.in, configure.in: removed references to gdbm.
17411
17412 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
17413
17414         * config.sub:  Don't canonicalize os value
17415         newsos* to bsd (readline needs to check for newsos).
17416         (This fix was earlier made Jan 31, but got re-broken.)
17417
17418 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
17419
17420         * configure.in:  sco is an os, not a vendor!
17421
17422         * configure:  Quote $( better.  Keep various shells happy.
17423
17424 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
17425
17426         * Makefile.in: eliminate stamp-files.
17427
17428 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
17429
17430         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
17431           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17432
17433 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
17434
17435         * config.sub:  fix iris/iris3.
17436
17437 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
17438
17439         * configure: re-add -rm.
17440
17441 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
17442
17443         * Maskefile.in: add .stmp-rcs to all.
17444
17445         * configure.in: remove gas from rs6000 build, use aix host fragment.
17446
17447 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
17448
17449         * configure: pass down site_option during recursion.
17450
17451 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
17452
17453         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
17454
17455 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
17456
17457         * configure: Change exec_prefix so that it really defaults to prefix.
17458
17459 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
17460
17461         * Makefile.in, configure.in:  Add support for mmalloc library.
17462
17463 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
17464
17465         * Makefile.in: add stmp dependencies for a few more things.
17466
17467 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
17468
17469         * configure: adjusted error message on objdir/srcdir configure
17470           collision, per john's suggestion.
17471
17472         * Makefile.in: add libiberty stmp to all and all.cross.
17473
17474 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
17475
17476         * Makefile.in: remove force dependencies, add grep to all.
17477
17478 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
17479
17480         * Makefile.in: drop flex.  make stamp files work.
17481
17482         * configure: added test for conflicting configuration in srcdir,
17483           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
17484           gets cranky.  use relative paths for configure and srcdir
17485           whenever possible.  Send some error messages to stderr that were
17486           going to stdout.
17487
17488 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
17489
17490         * Makefile.in:  Fix libg++ rule to check for gcc directory
17491         before using gcc/gcc.  Also pass XTRAFLAGS.
17492
17493 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
17494
17495         * Makefile.in: added stmp-files so that directories aren't polled
17496           when they are already built.
17497
17498         * configure.texi: fixed a node pointer problem.
17499
17500 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
17501
17502         * config.sub configure.in gdb/configure.in
17503         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17504         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17505         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
17506
17507 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17508
17509         * configure: -recurring becomes -silent.  corrected help message
17510           for -site= option.
17511
17512         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17513
17514 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17515
17516         * configure: when building Makefile for crosses, replace
17517           tooldir and program_prefix.  default srcdir from location of
17518           config.sub.  remove "for host in hosts" and "for target in
17519           targets" loops.
17520
17521 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17522
17523         * Makefile.in: Do not pass bindir or mandir to cvs.
17524
17525 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
17526
17527         * Makefile.in, configure.in: removed traces of namesubdir,
17528           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
17529           copyrights to '92, changed some from Cygnus to FSF.
17530
17531         * configure.texi: remove most references to multiple hosts,
17532           multiple targets, subdirs, etc.
17533
17534         * configure.man: removed rcsid. reference config.sub not
17535           config.subr.
17536
17537         * Makefile.in: mkdir $(infodir) on install-info.
17538
17539 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
17540
17541         * configure.texi:  Explain better about .gdbinit and about
17542         the environment that configure.in sections run in.
17543
17544 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
17545
17546         * configure.in:  Ultrix is only a decstation if it's a MIPS.
17547
17548 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
17549
17550         * README:  DOC.configure => cfg-paper.texi.
17551
17552 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
17553
17554         * config.sub (near case $os):  Don't convert newsos* to bsd!
17555
17556 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
17557
17558         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
17559         the number of copies of COPYING that go into the GDB tar file.
17560
17561 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
17562
17563         * bfd/configure.in, gdb/config/mh-i386sco,
17564         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17565         Fix SCO configuration stuff.
17566
17567 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
17568
17569         * Makefile.in:  For libg++, make sure the -I pointing
17570         to the gcc directory goes *after* all the libg++-local -I flags.
17571         Also, move just-gcc dependency from just-libg++ to all-libg++.
17572
17573 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
17574
17575         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
17576
17577 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
17578
17579         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
17580
17581 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
17582
17583         * config.sub:  Add stratus configuration frags.  Also
17584         submitted to FSF.
17585
17586 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
17587
17588         * Makefile.in (DEV_SUPPORT):  add configure.man.
17589
17590         * config.sub(Decode manufacturer-specific):  add -none*.
17591
17592 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
17593
17594         * Makefile.in:  remove form feeds to make Sun's make happy.
17595         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
17596
17597 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
17598
17599         * Makefile.in (AR_FLAGS):  Make quieter.
17600
17601 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
17602
17603         * configure.in:  Add libg++.
17604         * configure:  When verbose, don't output the command line at each
17605         level; it will be unremarkably the same as the previous version,
17606         which will be the same as what the user typed.
17607
17608 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
17609
17610         * configure.in, Makefile.in: fix clean-info, add flex.  add
17611           fileutils.
17612
17613         * configure: be less sensitive to spaces in Makefile.in.  Do not
17614           look for sources in "..".  Doing so breaks subdirectories that
17615           might have their own configure.  If a subdir has it's own
17616           configure script, use it.
17617
17618 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
17619
17620         * cfg-paper.texi: some changes suggested by rms.
17621
17622 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
17623
17624         * config.sub:  Merge in some small additions from the FSF version,
17625         taken from the gcc distribution, to bring the Cygnus and FSF
17626         versions into closer sync.
17627
17628 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
17629
17630         * configure.in:  Changed svr4 references to sysv4.
17631
17632 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
17633
17634         * configure: added -V for version number option.
17635
17636 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
17637
17638         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17639           renamed from DOC.configure to cfg-paper.texi.
17640
17641 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17642
17643         * configure, config.subr, config.sub: config.subr is now
17644           config.sub again.
17645
17646 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
17647
17648         * configure.texi: new file, in progress.
17649
17650         * Makefile.in: build info file and install the man page for
17651           configure.
17652
17653         * configure.man: new file, first cut.
17654
17655         * configure: find config.subr again now that configuration "none"
17656           has gone.  removed all traces of the -ansi option.  removed all
17657           traces of the -languages option.
17658
17659         * config.subr: resync from rms.
17660
17661 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17662
17663         * configure, config.sub, config.subr: merge config.sub into
17664           config.subr, call the result config.subr, remove config.sub, use
17665           config.subr.
17666
17667         * Makefile.in: revised install for dir.info.
17668
17669 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17670
17671         * configure.in: add decstation host makefile frag.
17672
17673         * Makefile.in: BISON now bison -y again.  also install-gcc on
17674           install.  clean-gdbm on clean.  infodir belongs in datadir.
17675           Make directories for info install.  Build dir.info here then
17676           install it.
17677
17678 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17679
17680         * Makefile.in: fix for bad directory tests.
17681
17682 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17683
17684         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
17685           regexp.  -srcdir relative was being handled incorrectly.
17686
17687         * Makefile.in: unwrapped some for loops so that parallel makes
17688           work again and so one can focus one's attention on a particular
17689           package.
17690
17691 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17692
17693         * configure: added PWD as a stand in for `pwd` (for speed). use
17694           elif wherever possible.  make -srcdir work without -objdir.
17695           -objdir= commented out.
17696
17697 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17698
17699         * configure: +options become --options.  -subdirs commented out.
17700           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
17701           Makefile now at top of generated Makefile.  Removed cvs log
17702           entries.  added -srcdir.  create .gdbinit only if there is one
17703           in ${srcdir}.
17704
17705         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
17706           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
17707           and mandir now keyed off datadir by default.
17708
17709 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17710
17711         * Freshly created ChangeLog.
17712
17713 \f
17714 Local Variables:
17715 mode: change-log
17716 left-margin: 8
17717 fill-column: 76
17718 version-control: never
17719 End: