OSDN Git Service

* MAINTAINERS (Write After Approval): Add myself.
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2
3         * MAINTAINERS (Write After Approval): Add myself.
4
5 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
6
7         * README: Document use of ranges of years in copyright notices.
8
9 2012-07-06  Richard Guenther  <rguenther@suse.de>
10
11         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
12         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
13         --with-gmp=system.
14         * Makefile.in: Regenerated.
15         * configure: Likewise.
16
17 2012-07-06  Richard Guenther  <rguenther@suse.de>
18
19         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
20         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
21         supply V=1 as extra_make_flags.
22         * configure: Regenerated.
23         * Makefile.in: Likewise.
24
25 2012-07-04  Tristan Gingold  <gingold@adacore.com>
26
27         * configure: Regenerate.
28
29 2012-07-03  Richard Guenther  <rguenther@suse.de>
30
31         * Makfile.def (isl): Remove not necessary extra_exports and
32         extra_make_flags.
33         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
34         * Makefile.in: Regenerated.
35
36 2012-07-03  Richard Guenther  <rguenther@suse.de>
37
38         * Makefile.def (cloog): Add V=1 to extra_make_flags.
39         * configure.ac: If either the ISL or the CLooG check failed
40         do not try to build in-tree versions.
41         * Makefile.in: Regenerated.
42         * configure: Regenerated.
43
44 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
45
46         * configure: Regenerate.
47
48 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
49
50         * MAINTAINERS (Various Maintainers): Add myself as testsuite
51         maintainer.
52
53 2012-07-02  Richard Guenther  <rguenther@suse.de>
54
55         * configure: Regenerated.
56
57 2012-07-02  Richard Guenther  <rguenther@suse.de>
58         Michael Matz  <matz@suse.de>
59         Tobias Grosser <tobias@grosser.es>
60         Sebastian Pop <sebpop@gmail.com>
61
62         * Makefile.def: Add ISL host module, remove PPL host module.
63         Adjust ClooG host module to use the proper ISL.
64         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
65         * configure.ac: Include config/isl.m4.  Add ISL host library,
66         remove PPL.  Remove PPL configury, add ISL configury, adjust
67         ClooG configury.
68         * Makefile.in: Regenerated.
69         * configure: Likewise.
70
71 2012-07-02  Richard Guenther  <rguenther@suse.de>
72
73         Merge from graphite branch
74         2011-07-21  Tobias Grosser  <tobias@grosser.es>
75     
76         * configure: Regenerated.
77         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
78         both cloog.org and legacy versions. The only supported version will
79         be CLooG with the isl backend.
80
81         2011-07-21  Tobias Grosser  <tobias@grosser.es>
82     
83         * configure: Regenerated.
84         * configure.ac: Require cloog isl 0.17.0
85
86         2011-07-21  Tobias Grosser  <tobias@grosser.es>
87     
88         * configure: Regenerated.
89         * config/cloog.m4: Do not define CLOOG_ORG
90
91 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
92
93         * configure.ac: Skip C if explicitly selected.
94         * configure: Regenerate.
95
96 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
97
98         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
99         they contain -O2.
100         * configure: Regenerate.
101
102 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
103
104         PR debug/53740
105         * df.h, df-problems.c, dce.c: Revert last patch.
106
107 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
108
109         * MAINTAINERS (Write After Approval): Update my email address.
110
111 2012-06-21  Meador Inge  <meadori@codesourcery.com>
112
113         * MAINTAINERS (Write After Approval): Add myself.
114
115 2012-06-20  Jason Merrill  <jason@redhat.com>
116
117         * Makefile.tpl (check-target-libgomp-c++): New.
118         (check-target-libitm-c++): New.
119         * Makefile.def (c++): Add them.
120         * Makefile.in: Regenerate.
121
122 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
123
124         * MAINTAINERS (Write After Approval): Add myself.
125
126 2012-05-16  Olivier Hainque  <hainque@adacore.com>
127
128         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
129         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
130         (install-no-fixedincludes): Adjust accordingly.
131         * Makefile.in: Regenerate.
132
133 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
134
135         Merge upstream change
136         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
137
138 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
139
140         * MAINTAINERS (Write After Approval): Add myself.
141
142 2012-05-09  Nick Clifton  <nickc@redhat.com>
143             Paul Smith  <psmith@gnu.org>
144
145         PR bootstrap/50461
146         * configure.ac (mpfr-dir): When using in-tree MPFR sources
147         allow for the fact that from release v3.1.0 of MPFR the source
148         files were moved into a src sub-directory.
149         * configure: Regenerate.
150
151 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
152
153         * configure.ac: Bump minimum MPFR version to 2.4.0.
154         * configure: Regenerated.
155
156 2012-05-03  Olivier Hainque  <hainque@adacore.com>
157
158         * config/mh-ppc-aix (LDFLAGS): Quote $(CC).
159
160 2012-05-01  Richard Henderson  <rth@redhat.com>
161
162         * Makefile.def (libatomic): New target_module.
163         * configure.ac (target_libraries): Add libatomic.
164         (noconfigdirs): Check if libatomic is supported.
165         * Makefile.in, configure: Rebuild.
166
167 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
168
169         * MAINTAINERS (Write After Approval): Add myself.
170
171 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
172
173         * config.sub: Update to 2012-04-18 version from official repo.
174
175 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
176
177         * MAINTAINERS (Write After Approval): Add myself.
178
179 2012-04-11  Steve Ellcey  <sellcey@mips.com>
180
181         * MAINTAINERS: Changed email address.
182
183 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
184
185         PR target/52737
186         * contrib/gcc_update (files_and_dependencies):
187         Remove gcc/config/avr/t-multilib from touch data.
188
189 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
190
191         * MAINTAINERS (OS Port Maintainers): Remove irix.
192         * configure.ac (enable_libgomp): Remove *-*-irix6*.
193         (unsupported_languages): Remove mips-sgi-irix6.*.
194         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
195         (with_stabs): Remove.
196         * configure: Regenerate.
197
198 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
199
200         * MAINTAINERS (OS Port Maintainers): Remove osf.
201         * configure.ac (enable_libgomp): Remove *-*-osf*.
202         (with_stabs): Remove alpha*-*-osf*.
203         * configure: Regenerate.
204
205 2012-03-05  Tristan Gingold  <gingold@adacore.com>
206
207         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
208         * configure: Regenerate.
209
210 2012-02-17  Walter Lee  <walt@tilera.com>
211
212         * MAINTAINERS: (Write After Approval): Delete myself.
213
214 2012-02-14  Walter Lee  <walt@tilera.com>
215
216         * MAINTAINERS (tilegx port): Add myself.
217         (tilepro port): Add myself.
218         (Write After Approval): Add myself.
219
220 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
221
222         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
223         and Joseph Myers as docstring relicensing maintainers.
224
225 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
226
227         * MAINTAINERS (write-after-approval): Add myself.
228
229 2012-02-08  Ira Rosen <irar@il.ibm.com>
230
231         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
232         maintainer.
233
234 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
235
236         * MAINTAINERS (Write After Approval): Move myself to
237         maintain alphabetical order.
238
239 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
240
241         * MAINTAINERS (Write After Approval): Add myself.
242
243 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
244
245         * MAINTAINERS (Write After Approval): Add myself.
246
247 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
248             Jayant R Sonar <jayant.sonar@kpitcummins.com>
249
250         * configure.ac (cr16-*-*): Remove nonconfigdirs.
251         * configure: Regenerate.
252
253 2012-01-23  Harshit Chopra  <harshit@google.com>
254
255         * MAINTAINERS (Write After Approval): Add myself.
256
257 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
258
259         * configure.ac: Remove reference to mh-interix.
260         * configure: Regenerate.
261
262 2012-01-05  Richard Henderson  <rth@redhat.com>
263
264         PR bootstrap/51072
265         * configure.ac: Disable libitm if c++ is not enabled.
266         * configure: Rebuild.
267
268         * configure.ac: Fix regexp for same.
269         * configure: Rebuild.
270
271 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
272
273         * MAINTAINERS (Write After Approval): Add myself.
274
275 2012-01-02  Richard Guenther  <rguenther@suse.de>
276
277         PR bootstrap/51686
278         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
279         * Makefile.in: Regenerate.
280
281 2011-12-28  Oleg Endo <olegendo@gcc.gnu.org>
282
283         * MAINTAINERS (Write After Approval): Add myself.
284
285 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
286
287         * configure: Regenerate.
288
289 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
290
291         * MAINTAINERS (picochip): Changed email address.
292
293 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
294
295         * MAINTAINERS (write-after-approval): Add self.
296
297 2011-11-29  DJ Delorie  <dj@redhat.com>
298
299         * configure.ac (rl78-*-*) New case.
300         * configure: Regenerate.
301         * MAINTAINERS: Add myself as RL78 maintainer.
302
303 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
304
305         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
306
307 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
308
309         * libtool.m4: dditional FreeBSD 10 fixes.
310
311 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
312
313         * MAINTAINERS: Move myself from Write After Approval to CPU Port
314         Maintainers section, as Epiphany maintainer.
315
316 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
317
318         PR target/49992
319         * configure.ac: Remove ranlib special-casing for Darwin.
320         * configure: Regenerate.
321
322 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
323
324         * MAINTAINERS (Reviewers): Keep the list sorted.
325
326 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
327
328         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
329
330 2011-11-09  Roland McGrath  <mcgrathr@google.com>
331
332         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
333         * configure: Rebuild.
334         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
335         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
336         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
337         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
338         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
339         Add READELF.
340         * Makefile.in: Rebuild.
341
342 2011-11-09  Jason Merrill  <jason@redhat.com>
343
344         * Makefile.def (language=c++): Remove check-c++0x.
345         * Makefile.in (check-gcc-c++): Regenerate.
346
347 2011-11-08  Richard Henderson  <rth@redhat.com>
348
349         * configure.ac: Test for libitm directory present first.
350
351         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
352
353         * configure.ac: Test libitm/configure.tgt to disable libitm.
354         * configure: Rebuild.
355
356 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
357             Richard Henderson  <rth@redhat.com>
358
359         Merged from transactional-memory.
360
361         * Makefile.def (lang_env_dependencies): libitm is c++.
362         Add libitm target module.
363         * configure.ac: Likewise.
364         * config/mmap.m4: New file.
365         * contrib/gcc_update: Add libitm to touch data.
366         * Makefile.in, configure: Rebuild.
367
368 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
369
370         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
371         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
372         * Makefile.in: Regenerate.
373
374 2011-11-01  DJ Delorie  <dj@redhat.com>
375
376         * config.sub: Update to version 2011-10-29 (added rl78)
377
378 2011-10-27  Nick Clifton  <nickc@redhat.com>
379
380         * config.sub: Import these changes from the config project:
381
382         2011-10-08  Joern Rennecke <joern.rennecke@embecosm.com>
383             Ben Elliston  <bje@gnu.org>
384
385         * config.sub (epiphany): New.
386
387         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
388             Ben Elliston  <bje@gnu.org>
389
390         * config.sub (hexagon, hexagon-*): New.
391
392         2011-08-23  Roland McGrath  <mcgrathr@google.com>
393
394         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
395         64eb to be64.
396
397         2011-08-16  Roland McGrath  <mcgrathr@google.com>
398
399         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
400         (nacl): Grok as alias for 32el-unknown-nacl.
401
402 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
403
404         * MAINTAINERS (Write After Approval): Add myself.
405
406 2011-10-24  Teresa Johnson  <tejohnson@google.com>
407
408         * MAINTAINERS (Write After Approval): Add myself.
409
410 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
411
412         * MAINTAINERS (sparc port): Remove myself.
413
414 2011-09-14  Tom de Vries  <tom@codesourcery.com>
415
416         * MAINTAINERS (Write After Approval): Add myself.
417
418 2011-08-14  Yao Qi  <yao@codesourcery.com>
419
420         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
421         * configure: Regenerate.
422
423 2011-07-26  Ian Lance Taylor  <iant@google.com>
424
425         * configure.ac: Set have_compiler based on whether gcc directory
426         exists, rather than on whether gcc is in configdirs.
427         * configure: Rebuild.
428
429 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
430
431         * MAINTAINERS (Global Reviewers): Add self.
432
433 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
434
435         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
436         link directories.
437         * Makefile.in: Rebuild.
438
439 2011-07-20  Ian Lance Taylor  <iant@google.com>
440
441         PR bootstrap/49787
442         * configure.ac: Move --enable-bootstrap handling earlier in file.
443         If --enable-bootstrap and either --enable-build-with-cxx or
444         --enable-build-poststage1-with-cxx, enable C++ automatically.
445         * configure: Rebuild.
446
447 2011-07-19  Ian Lance Taylor  <iant@google.com>
448
449         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
450         make C++ a boot_language.  Set and substitute
451         POSTSTAGE1_CONFIGURE_FLAGS.
452         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
453         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
454         * configure, Makefile.in: Rebuild.
455
456 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
457
458         * MAINTAINERS (Register Allocation): Move myself from reviewers to
459         maintainers.
460
461 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
462
463         * MAINTAINERS (Global Reviewers): Add myself.
464
465 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
466
467         * configure: Regenerate.
468
469 2011-07-16  Jason Merrill  <jason@redhat.com>
470
471         * Makefile.def (language=c++): Add check-c++0x and
472         check-target-libmudflap-c++.
473         * Makefile.tpl (check-target-libmudflap-c++): New.
474         * Makefile.in: Regenerate.
475
476 2011-07-16  Matthias Klose  <doko@ubuntu.com>
477
478         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
479         * Makefile.def (target_modules/libjava): Pass
480         $(EXTRA_CONFIGARGS_LIBJAVA).
481         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
482         if not configured with --enable-static-libjava.
483         * Makefile.in: Regenerate.
484         * configure: Likewise.
485
486 2011-07-15  Jason Merrill  <jason@redhat.com>
487
488         * Makefile.in (check-c++): Move check-gcc-c++0x after
489         check-target-libstdc++-v3.
490
491 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
492
493         * MAINTAINERS (c6x port): New entry.
494
495 2011-07-13  Jason Merrill  <jason@redhat.com>
496
497         * Makefile.in (check-gcc-c++0x): New.
498         (check-c++): Depend on it.
499
500 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
501
502         PR target/39150
503         * configure.ac (i[3456789]86-*-solaris2*): Also accept
504         x86_64-*-solaris2.1[0-9]*.
505         * configure: Regenerate.
506
507 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
508
509         * MAINTAINERS (RTL optimizers): Add self.
510
511 2011-06-27  Gabriel Charette  <gchare@google.com>
512
513         * MAINTAINERS (Write After Approval): Add myself.
514
515 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
516
517         PR regression/47836
518         PR bootstrap/23656
519         PR other/47733
520         PR bootstrap/49247
521         PR c/48825
522         * configure.ac (target_libraries): Remove target-libiberty.
523         Remove case-statement setting skipdirs=target-libiberty for
524         multiple targets.  Remove checking target_configdirs and
525         removing target-libiberty but keeping target-libgcc if
526         otherwise empty.
527         * Makefile.def (target_modules): Don't add libiberty.
528         (dependencies): Remove all traces of target-libiberty.
529         * configure, Makefile.in: Regenerate.
530
531 2011-06-13  Walter Lee <walt@tilera.com>
532
533         * configure.ac (tilepro-*-*) New case.
534         (tilegx-*-*): Likewise.
535         * configure: Regenerate.
536
537 2011-06-06  Jing Yu  <jingyu@google.com>
538
539         * configure.ac: Skip target-libiberty for
540         arm*-*-linux-androideabi.
541         * configure: Regenerated.
542
543 2011-06-06  Nick Clifton  <nickc@redhat.com>
544
545         * config.sub: Sync from upstream.
546
547 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
548
549         * MAINTAINERS (Write After Approval): Add myself.
550
551 2011-06-01  Daniel Jacobowitz  <drow@false.org>
552
553         * MAINTAINERS: Update my email address.
554
555 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
556
557         * MAINTAINERS (Write After Approval): Update my email address.
558
559 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
560
561         * MAINTAINERS (Write After Approval): Add myself.
562
563 2011-05-08  Doug Kwan  <dougkwan@google.com>
564
565         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
566         * configure: Regenerated.
567         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
568         value from configure.
569         * Makefile.in: Regenerated.
570
571 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
572
573         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
574         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
575         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
576         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
577         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
578         *-*-vxworks*): Disable newlib and libgloss in separate case
579         statement.
580         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
581         to separate case statement.
582         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
583         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
584         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
585         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
586         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
587         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
588         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
589         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
590         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
591         i[[3456789]]86-*-rdos*, m32r-*-*,
592         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
593         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
594         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
595         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
596         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
597         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
598         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
599         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
600         and libgloss in main case over targets.  Remove most empty cases
601         in main case over targets.
602         * configure: Regenerate.
603
604 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
605
606         * MAINTAINERS (Write After Approval): Add myself.
607
608 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
609
610         * configure.ac: Remove code setting special library locations for
611         hppa*64*-*-hpux11*.  Remove code setting compiler for
612         sparc-sun-solaris2*.
613         * configure: Regenerate.
614
615 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
616
617         * configure.ac: Separate libgloss_dir settings from general case
618         over targets.
619         * configure: Regenerate.
620
621 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
622
623         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
624         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
625         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
626         cases in libgcj-disabling case statement.
627         (hppa*64*-*-linux*): Set unsupported_languages instead of
628         disabling target-zlib.
629         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
630         to hppa*64*-*-hpux*.
631         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
632         hppa*-*-hpux*.
633         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
634         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
635         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
636         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
637         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
638         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
639         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
640         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
641         libgcj-disabling case statement.
642         * configure: Regenerate.
643
644 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
645
646         * configure.ac: Disable Java for targets not supporting libffi.
647         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
648         Remove cases in Java-disabling statement.
649         (*arm-wince-pe): Change to arm-wince-pe.
650         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
651         cases in Java-disabling statement.
652         (bfin-*-*): Don't disable Java again.
653         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
654         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
655         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
656         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
657         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
658         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
659         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
660         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
661         Java-disabling statement.
662         (mmix-*-*): Don't disable Java again.
663         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
664         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
665         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
666         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
667         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
668         statement.
669         * configure: Regenerate.
670
671 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
672
673         * configure.ac: Separate cases disabling Java and Java libraries
674         from general case over targets.
675         * configure: Regenerate.
676
677 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
678
679         * MAINTAINERS: Update my email address.
680
681 2011-04-20  Easwaran Raman  <eraman@google.com>
682
683         * MAINTAINERS (Write After Approval): Add myself.
684
685 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
686
687         PR lto/48086
688         * configure.ac: Re-enable LTO on *-apple-darwin9*.
689         * configure: Regenerate.
690
691 2011-04-16  Jim Meyering  <meyering@redhat.com>
692
693         * MAINTAINERS (Write After Approval): Add myself.
694
695 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
696
697         * MAINTAINERS: Update my email address.
698
699 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
700
701         * MAINTAINERS (Write After Approval): Add myself.
702
703 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
704
705         * MAINTAINERS (Write After Approval): Add myself.
706
707 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
708
709         * MAINTAINERS (Write After Approval): Add myself.
710
711 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
712
713         * configure.ac (build_tools): Remove build-byacc.
714         (host_libs): Remove mmalloc.
715         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
716         autoconf automake libtool diff rcs fileutils shellutils time
717         textutils wdiff find uudecode hello tar gzip indent recode release
718         sed perl gawk findutils gettext zip.
719         (libgcj): Remove target-qthreads.
720         (target_tools): Remove target-examples target-gperf.
721         (YACC): Don't handle building byacc.
722         * configure: Regenerate.
723         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
724         dosutils, examples, fileutils, find, findutils, gawk, gettext,
725         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
726         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
727         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
728         handle building components.
729         * Makefile.in: Regenerate.
730
731 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
732
733         * MAINTAINERS: Update my email address as Xtensa maintainer.
734
735 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
736
737         * config.sub: Sync from upstream.
738
739 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
740
741         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
742         (microblaze*): Don't disable libssp.
743         * configure: Regenerate.
744
745 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
746
747         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
748         moveifchange.
749         * configure: Regenerate.
750         * Makefile.tpl: Use @SHELL@ not @config_shell@.
751         * Makefile.in: Regenerate.
752
753 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
754
755         * configure.ac (*-*-sysv4*): Don't enable libgomp.
756         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
757         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
758         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
759         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
760         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
761         md_exec_prefix cases.
762         * configure: Regenerate.
763
764 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
765
766         * configure.ac: Separate cases disabling target-libssp,
767         target-libiberty, target-libstdc++-v3 and Fortran from general
768         case over targets.
769         * configure: Regenerate.
770
771 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
772
773         * configure.ac (*-*-chorusos): Don't disable libgcj.
774         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
775         Remove case.
776         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
777         (arm-*-coff): Don't disable libgcj.
778         (arm*-*-linux-gnueabi): Remove useless assignment.
779         (arm-*-riscix*): Don't disable libgcj.
780         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
781         configuration.
782         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
783         (c54x*-*-*): Remove case.
784         (tic54x-*-*): Don't disable GCC or GCC libraries.
785         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
786         to *.
787         (d10v-*-*): Don't disable GCC libraries.
788         (d30v-*-*): Don't disable libgcj.
789         (h8500-*-*): Don't disable GCC libraries.
790         (i960-*-*): Don't disable libgcj.
791         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
792         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
793         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
794         libgcj.
795         (m68k-*-coff*): Remove case.
796         (mmix-*-*): Don't disable libgloss on host.
797         (mn10200-*-*, mn10300-*-*): Remove cases.
798         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
799         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
800         Don't disable libgcj.
801         (romp-*-*): Remove case.
802         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
803         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
804         case.
805         (v810-*-*): Don't disable GCC libraries.
806         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
807         (ip2k-*-*): Don't disable GCC libraries.
808         * configure: Regenerate.
809
810 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
811
812         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
813         libffi on host.
814         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
815         on host.
816         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
817         * configure: Regenerate.
818
819 2011-03-26  John Marino  <binutils@marino.st>
820
821         * configure.ac: Add support for *-*-dragonfly*
822         * configure: Regenerate.
823
824 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
825
826         * configure.ac (native_only): Remove.
827         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
828         send-pr uudecode guile gnuserv on host.
829         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
830         send-pr rcs guile perl texinfo libtool on host.
831         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
832         automake send-pr rcs guile perl texinfo libtool on host.
833         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
834         (*-*-kaos*): Don't disable target-examples target-gperf on target.
835         (alpha*-dec-osf*): Don't disable fileutils on target.
836         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
837         texinfo send-pr expect dejagnu on target.
838         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
839         target-qthreads on target.
840         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
841         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
842         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
843         x86_64-*-mingw*): Don't disable expect on target.
844         (*-*-cygwin*): Don't disable target-gperf on target.
845         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
846         gnuserv on target.
847         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
848         target.
849         * configure: Regenerate.
850
851 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
852
853         * configure.ac (target_tools): Remove target-groff.
854         (native_only): Remove target-groff.
855         (hppa*64*-*-*): Don't disable byacc.
856         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
857         setting.
858         (*-*-kaos*): Don't skip target-librx and target-groff.
859         (*-*-netware*): Don't skip target-libmudflap.
860         (*-*-tpf*): Don't skip target-libmudflap.
861         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
862         directories on the host.
863         (ia64*-*-*vms*): Don't skip tix.
864         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
865         host.
866         * configure: Regenerate.
867
868 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
869
870         * configure.ac: Remove references to mt-mep, mt-netware,
871         mt-wince.
872         * Makefile.def: Add all-utils soft dependencies.
873         * Makefile.tpl: Remove GDB_NLM_DEPS.
874         * configure: Regenerate.
875         * Makefile.in: Regenerate.
876
877 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
878
879         * configure.ac: Do not include mh-x86omitfp.
880         * configure: Regenerate.
881
882 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
883
884         * configure.ac: Remove empty cases.
885         * configure: Regenerate.
886
887 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
888
889         * Makefile.def: Add dependency from termcap to gdb.
890         * Makefile.in: Regenerate.
891
892 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
893
894         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
895         * configure: Regenerate.
896         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
897         * Makefile.tpl: Likewise.
898         * Makefile.in: Regenerate.
899
900 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
901
902         * configure.ac: Remove all mentions of tentative_cc.
903         * configure: Regenerate.
904
905 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
906
907         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
908         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
909         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
910         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
911         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
912         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
913         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
914         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
915         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
916         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
917         *-*-rhapsody*): Remove host cases.
918         * configure: Regenerate.
919
920 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
921
922         * configure.ac (ppc*-*-pe): Remove host case.
923         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
924         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
925         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
926         cases.
927         * configure: Regenerate.
928
929 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
930
931         * config.sub: Update to version 2011-03-23.
932
933 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
934
935         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
936         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
937         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
938         * configure: Regenerate.
939
940 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
941
942         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
943         to Write After Approval.
944         * config-ml.in: Don't handle arc-*-elf*.
945         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
946         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
947         handle GCC libraries.
948         * configure: Regenerate.
949
950 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
951
952         PR bootstrap/48120:
953         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
954         Add -lstdc++ -lm to LIBS.
955         * configure: Regenerate.
956
957 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
958
959         * config.guess: Update to version 2011-02-02
960         * config.sub: Update to version 2011-02-24
961
962 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
963
964         PR lto/48086
965         * configure.ac: Re-enable LTO on *-apple-darwin9.
966         * configure: Regenerate.
967
968 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
969
970         PR lto/48086
971         * configure.ac: Disable LTO on darwin due to an assembler change in
972         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
973         under 256.
974         * configure: Regenerate.
975
976 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
977
978         * MAINTAINERS: Update myself as score backend maintainer,
979         update my e-mail address.
980
981 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
982
983         * MAINTAINERS: Update my e-mail address.
984
985 2011-03-06  Joey Ye  <joey.ye@arm.com>
986
987         * MAINTAINERS: Update my e-mail address.
988
989 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
990
991         * configure.ac: Adjust test of with_ppl.
992         * configure: Regenerated.
993
994 2011-03-02  Kai Tietz  <ktietz@redhat.com>
995
996         * MAINTAINERS: Adjust my e-mail address.
997
998 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
999
1000         * configure.ac: Add -lpwl to ppllibs.
1001         * configure: Regenerated.
1002
1003 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1004
1005         * config/cloog.m4: Add -lisl to clooglibs.
1006         * configure: Regenerated.
1007
1008 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1009
1010         * MAINTAINERS (CPU Port maintainers): Add self.
1011
1012 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1013
1014         * MAINTAINERS: Add myself as testsuite maintainer.
1015
1016 2011-02-15  Mike Stump  <mikestump@comcast.net>
1017
1018         * MAINTAINERS: Add myself as testsuite maintainer.
1019
1020 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1021
1022         Import from Libtool and gnulib:
1023
1024         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
1025
1026         Prepare for supporting FreeBSD 10.
1027         * config.rpath: Remove handling of freebsd1* which soon would
1028         match FreeBSD 10.0.
1029
1030         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
1031
1032         Remove support for FreeBSD 1.x.
1033         * libtool.m4 (_LT_LINKER_SHLIBS)
1034         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1035         soon would incorrectly match FreeBSD 10.0.
1036
1037 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1038
1039         PR binutils/12283
1040         * move-if-change: Import version from gnulib.
1041
1042 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
1043
1044         PR lto/47225
1045         * Makefile.def (lto-plugin): Double dash for enable-shared.
1046         (configure-gcc): Depend on all-lto-plugin.
1047         * Makefile.in: Rebuilt.
1048
1049 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1050
1051         * configure.ac: Remove extra bracket.
1052         * configure: Regenerate.
1053
1054 2011-02-08  Tobias Burnus  <burnus@net-b.de>
1055
1056         * MAINTAINERS: Add myself as libquadmath maintainer.
1057
1058 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
1059
1060         * MAINTAINERS: Update my email address.
1061
1062 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
1063
1064         * MAINTAINERS (option handling): Add self.
1065
1066 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
1067
1068         PR lto/47225
1069         * Makefile.def: Add dependency for install-gcc
1070         on install-lto-plugin.
1071         * Makfile.in: Regenerated
1072
1073 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
1074
1075         * MAINTAINERS (CPU Port Maintainers): Add myself.
1076
1077 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
1078
1079         PR libgcj/44341
1080         * configure.ac: Discard --with-* flags for host when configuring
1081         target libraries for cross build.
1082         * configure: Rebuilt.
1083
1084 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1085
1086         * MAINTAINERS (linear loop transforms): Removed.
1087
1088 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
1089
1090         * configure.ac: If with_ppl is no, move setting with_cloog=no
1091         after CLOOG_REQUESTED check.
1092         * configure: Regenerated.
1093
1094 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1095
1096         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1097         CLooG has been requested.
1098         * configure: Regenerated.
1099
1100 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1101
1102         * configure: Regenerated.
1103         * configure.ac: Check for version 0.11 (or later revision) of PPL.
1104
1105 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
1106
1107         * configure: Regenerated.
1108         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1109
1110 2011-01-21  Andreas Schwab  <schwab@redhat.com>
1111
1112         * configure.ac: Use AS_HELP_STRING throughout.
1113         * configure: Regenerate.
1114
1115 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
1116
1117         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1118         * configure: Regenerate.
1119
1120 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1121
1122         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1123
1124 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1125
1126         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1127         for ia64-hpux.
1128         * configure: Regenerate.
1129
1130 2011-01-07  Jan Hubicka  <jh@suse.cz>
1131
1132         PR lto/47225
1133         * Makefile.in: Regenerate.
1134         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1135         configure.
1136
1137 2011-01-07  Jan Hubicka  <jh@suse.cz>
1138
1139         * Makefile.in: Regenerate.
1140         * Makefile.def (gcc host module) and soft dependency on lto-plugin
1141         and configure dependency on lto-plugin configure.
1142         (lto-plugin module): Remove dependency on GCC; add dependency on
1143         liniberty.
1144
1145 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
1146
1147         * MAINTAINERS (Write After Approval): Add myself.
1148
1149 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
1150
1151         * configure: Regenerate.
1152
1153 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
1154
1155         * configure.ac: (picochip): Disable libiberty.
1156
1157 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
1158
1159         * MAINTAINERS (Write After Approval): Add myself.
1160
1161 2010-12-10  Ian Lance Taylor  <iant@google.com>
1162
1163         PR bootstrap/46819
1164         * configure.ac: For --disable-libgcj clear libgcj_saved.
1165         * configure: Rebuild.
1166
1167 2010-12-10  Tobias Burnus  <burnus@net-b.de>
1168
1169         PR fortran/46540
1170         * configure.ac: Add --disable-libquadmath and
1171         --disable-libquadmath-support.
1172         * configure: Regenerate.
1173
1174 2010-12-03  Ian Lance Taylor  <iant@google.com>
1175
1176         * MAINTAINERS: Add myself as libgo maintainer.
1177
1178 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
1179
1180         PR libffi/46792
1181         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1182         * configure: Regenerate.
1183
1184 2010-12-02  Ian Lance Taylor  <iant@google.com>
1185
1186         * configure.ac: Always set default for poststage1_ldflags to
1187         -static-libstdc++ -static-libgcc.
1188
1189 2010-11-29  Andreas Schwab  <schwab@redhat.com>
1190
1191         * configure.ac: Move comment to remove extra space in last argument
1192         of GCC_TARGET_TOOL.
1193
1194 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
1195
1196         PR other/46026
1197         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1198         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1199         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1200         (BASE_FLAGS_TO_PASS): Use it.
1201         * configure: Rebuilt.
1202         * Makefile.in: Rebuilt.
1203
1204 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
1205
1206         PR binutils/12258
1207         * configure.ac: Correct comments for --enable-gold/--enable-ld.
1208         Properly check default linker.
1209         * configure: Regnerated.
1210
1211 2010-11-23  Matthias Klose  <doko@ubuntu.com>
1212
1213         * configure.ac: For --enable-gold, handle value `default' instead of
1214         `both*'.  New configure option --{en,dis}able-ld.
1215         * configure: Regenerate.
1216
1217 2010-11-20  Ian Lance Taylor  <iant@google.com>
1218
1219         * configure.ac: Only disable a language library if no language needs
1220         it.  Don't let --disable-libgcj uncondtionally disable libffi.
1221         * configure: Rebuild.
1222
1223 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1224
1225         * Makefile.in: Regenerate.
1226
1227         PR other/46202
1228         * configure.ac: Fix just-built in-tree STRIP name to be
1229         binutils/strip-new.
1230         * configure: Regenerate.
1231         * Makefile.def (install-strip-gcc, install-strip-binutils)
1232         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1233         (install-strip-sid): Mirror dependencies on non-strip variants
1234         of these targets on the respective -strip prerequisites.
1235         * Makefile.tpl (install-strip, install-strip-host)
1236         (install-strip-target): New targets.
1237         (install-strip-[+module+], install-strip-target-[+module+]):
1238         New targets.
1239         * Makefile.in: Regenerate.
1240
1241 2010-11-19  Ian Lance Taylor  <iant@google.com>
1242             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1243
1244         * configure.ac: Add target-libgo to target_libraries.  Set
1245         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1246         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1247         (HOST_EXPORTS): Add GOC.
1248         (BASE_TARGET_EXPORTS): Add GOC.
1249         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1250         (GOCFLAGS_FOR_TARGET): New variable.
1251         (EXTRA_HOST_FLAGS): Add GOC.
1252         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1253         * Makefile.def (target_modules): Add libgo.
1254         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1255         (dependencies): Add dependency from configure-target-libgo to
1256         configure-target-libffi and all-target-libstdc++-v3.  Add
1257         dependencies from all-target-libgo to all-target-libffi.
1258         (languages): Add go.
1259         * configure: Rebuild.
1260         * Makefile.in: Rebuild.
1261
1262 2010-11-19  Ian Lance Taylor  <iant@google.com>
1263
1264         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1265         compiler/flag environment variables.
1266
1267 2010-11-18  Ian Lance Taylor  <iant@google.com>
1268
1269         * configure.ac: Check for lang_requires_boot_languages in
1270         config-lang.in files.
1271         * configure: Rebuild.
1272
1273 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1274             Tobias Burnus  <burnus@net-b.de>
1275
1276         PR fortran/32049
1277         * Makefile.def: Add libquadmath; build it with language=fortran.
1278         * configure.ac: Add libquadmath.
1279         * Makefile.tpl: Handle multiple libs in check-[+language+].
1280         * Makefile.in: Regenerate.
1281         * configure: Regenerate.
1282
1283 2010-11-16  Tom Tromey  <tromey@redhat.com>
1284
1285         * MAINTAINERS: Moved myself to reviewers section.
1286
1287 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
1288
1289         * MAINTAINERS: Moved myself to reviewers section.
1290
1291 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1292
1293         * MAINTAINERS (Various Maintainers): Add self for build machinery.
1294         (Write After Approval): Remove self.
1295
1296 2010-11-15  Andreas Schwab  <schwab@redhat.com>
1297
1298         * configure.ac: Fix spelling in option names.
1299         * configure: Regenerated.
1300
1301 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
1302
1303         PR bootstrap/39622
1304         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1305         * configure: Regenerated.
1306
1307 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
1308
1309         * MAINTAINERS: Update my email address.
1310
1311 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1312
1313         * configure: Regenerate.
1314
1315 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1316
1317         * configure: Regenerate.
1318
1319 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1320
1321         * configure: Regenerate.
1322
1323 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1324
1325         * configure: Regenerate.
1326
1327 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1328
1329         * configure.ac: Support official CLooG.org versions.
1330         * configure: Regenerate.
1331         * config/cloog.m4: New.
1332
1333 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
1334
1335         * MAINTAINERS (Write After Approval): Add myself.
1336
1337 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
1338
1339         * MAINTAINERS: Update my email address.
1340
1341 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
1342
1343         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1344         * configure: Regenerate.
1345
1346 2010-11-03  Ian Lance Taylor  <iant@google.com>
1347             Dave Korn  <dave.korn.cygwin@gmail.com>
1348
1349         PR lto/46273
1350         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
1351         and on other supported platforms whenever LTO is enabled.
1352         * configure: Rebuild.
1353
1354 2010-11-02  Alan Modra  <amodra@gmail.com>
1355
1356         PR binutils/12110
1357         * configure.ac: Error when source path contains spaces.
1358         * configure: Regenerate.
1359
1360 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
1361
1362         * MAINTAINERS: Update my email address.
1363
1364 2010-10-20  Ian Lance Taylor  <iant@google.com>
1365
1366         * Makefile.def (target_modules): Set lib_path to src/.libs for
1367         libstdc++-v3 module.
1368         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1369         * Makefile.in: Rebuild.
1370
1371 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1372
1373         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1374         (Write After Approval): Remove myself.
1375
1376 2010-10-15  Tristan Gingold  <gingold@adacore.com>
1377
1378         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1379
1380 2010-10-14  Douglas Rupp  <rupp@gnat.com>
1381
1382         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1383
1384 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1385
1386         * configure.ac (build_lto_plugin): New shell variable.
1387         (--enable-lto): Turn on by default for all non-ELF platforms that
1388         have had LTO support added so far.  Set build_lto_plugin appropriately
1389         for both ELF and non-ELF.
1390         (configdirs): Add lto-plugin or not based on build_lto_plugin.
1391         * configure: Regenerate.
1392
1393 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1394
1395         Sync from src:
1396         * configure.ac (v850 support): Remove target-libgloss from
1397         noconfigdirs.
1398         * configure: Regenerate.
1399
1400 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1401
1402         PR bootstrap/45326
1403         PR bootstrap/45174
1404         * configure.ac: Honor initial values of $build_configargs,
1405         $host_configargs, $target_configargs.  Mark the precious, so
1406         environment settings get recorded.
1407         * configure: Regenerate.
1408
1409 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1410
1411         PR bootstrap/45796
1412         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1413         Depend on all-build-libiberty.
1414         * Makefile.in: Regenerate.
1415
1416 2010-09-30  Michael Eager  <eager@eagercon.com>
1417
1418         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1419         * configure: Regenerate.
1420
1421 2010-09-28  Michael Eager  <eager@eagercon.com>
1422
1423         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1424
1425 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1426
1427         PR bootstrap/44621
1428         * configure.ac: Fix unportable shell quoting.
1429         * configure: Regenerate.
1430
1431 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
1432
1433         * configure.ac (enable-lto): Add Darwin to the list of supported lto
1434         targets and amend comment.
1435         * configure: Regenerate.
1436
1437 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
1438
1439         * MAINTAINERS (Write After Approval): Add myself.
1440
1441 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
1442
1443         * configure.ac: Enable LTO by default on Darwin.
1444         * configure: Regenerate.
1445
1446 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1447
1448         * MAINTAINERS (Write After Approval): Add myself.
1449
1450 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
1451
1452         * MAINTAINERS (Write After Approval): Add myself.
1453
1454 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
1455
1456         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1457         ports
1458
1459 2010-07-28  David Yuste  <david.yuste@gmail.com>
1460
1461         * MAINTAINERS (Write After Approval): Add myself.
1462
1463 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
1464
1465         * configure.ac: Support all v850 targets.
1466         * configure: Regenerate.
1467
1468 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
1469
1470         PR bootstrap/44455
1471         * configure.ac (extra_mpfr_configure_flags): Copy from
1472         extra_mpc_gmp_configure_flags.
1473         * configure: Re-generated.
1474
1475 2010-07-22  Andi Kleen  <ak@linux.intel.com>
1476
1477         * MAINTAINERS (Write After Approval): Add myself.
1478
1479 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
1480
1481         * MAINTAINERS (Write After Approval): Add myself.
1482
1483 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
1484
1485         * MAINTAINERS (Write After Approval): Add myself.
1486
1487 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
1488
1489         PR target/44862
1490         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1491         Provide -B option to allow for link spec %s substitutions for
1492         libstdc++.a on darwin.
1493         * Makefile.in: Regenerate.
1494
1495 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
1496
1497         * MAINTAINERS (Reviewers): Update my e-mail address
1498
1499 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
1500
1501         * Makefile.def (configure-gcc): Depend on all-libelf.
1502         * Makefile.in: Rebuild.
1503
1504 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
1505
1506         * MAINTAINERS (Write After Approval): Add myself in the right place.
1507
1508 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
1509
1510         * MAINTAINERS (Write After Approval): Add myself.
1511
1512 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
1513
1514         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1515
1516 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
1517
1518         * config.sub: Update to version 2010-05-21.
1519         * config.guess: Update to version 2010-04-03.
1520
1521 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
1522
1523         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1524         * configure: Regenerate.
1525
1526 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
1527
1528         * MAINTAINERS (Write After Approval): Add myself.
1529
1530 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
1531
1532         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1533         a platform that supports LTO.
1534         * configure: Regenerate.
1535
1536 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
1537
1538         * configure.ac: Allow all the versions greater than 0.10 of PPL.
1539         * configure: Regenerated.
1540
1541 2010-04-27  Roland McGrath  <roland@redhat.com>
1542             H.J. Lu  <hongjiu.lu@intel.com>
1543
1544         * configure.ac (--enable-gold): Support both, both/gold and
1545         both/bfd to add gold to configdirs without removing ld.
1546         * configure: Regenerated.
1547
1548         * Makefile.def: Add install-gold dependency to install-ld.
1549         * Makefile.in: Regenerated.
1550
1551 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
1552
1553         PR lto/42776
1554         * configure.ac (--enable-lto): Refactor handling so libelf tests
1555         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1556         and allow LTO to be explicitly enabled on non-ELF platforms that
1557         are known to support it inside else-clause.
1558         * configure: Regenerate.
1559
1560 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
1561
1562         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1563         * configure: Regenerate.
1564
1565 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
1566
1567         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1568         * configure: Regenerate.
1569
1570 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1571
1572         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1573         separately.
1574         * configure: Regenerate.
1575
1576 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
1577
1578         * MAINTAINERS (Write After Approval): Add myself.
1579
1580 2010-04-14  Tristan Gingold  <gingold@adacore.com>
1581
1582         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1583         * configure: Regenerate.
1584
1585 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
1586
1587         * configure: Regenerate after change to elf.m4.
1588
1589 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
1590
1591         * MAINTAINERS (Write After Approval): Add myself.
1592
1593 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1594
1595         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1596         * configure: Regenerated.
1597
1598 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1599
1600         * configure.ac: Print "buggy but acceptable" when CLooG
1601         revision is less than 9.
1602         * configure: Regenerated.
1603
1604 2010-04-01  Diego Novillo  <dnovillo@google.com>
1605
1606         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1607
1608 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1609
1610         PR bootstrap/43615
1611         PR bootstrap/43328
1612
1613         Revert:
1614
1615         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1616
1617         * configure.ac: Do not pass --enable-multilib nor
1618         --disable-multilib in baseargs.  Accept explicitly passed
1619         --enable_multilib.
1620         * configure: Regenerate.
1621
1622 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
1623
1624         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1625
1626 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
1627
1628         * MAINTAINERS: Remove myself.
1629
1630 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1631
1632         PR bootstrap/43328
1633         * configure.ac: Do not pass --enable-multilib nor
1634         --disable-multilib in baseargs.  Accept explicitly passed
1635         --enable_multilib.
1636         * configure: Regenerate.
1637
1638 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
1639
1640         * MAINTAINERS (spu port): Remove me.
1641
1642 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1643
1644         * configure.ac (tic6x-*-*): New case.
1645         * configure: Regenerate.
1646
1647 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1648
1649         * config.sub: Update to version 2010-03-22.
1650         * config.guess: Update to version 2009-12-30.
1651
1652 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
1653
1654         PR ada/42554
1655         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1656         * configure: Regenerate.
1657
1658 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1659
1660         * MAINTAINERS: Update my email address.
1661
1662 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
1663
1664         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1665         (ghassan.shobaki@amd.com): Removed.
1666
1667 2010-03-17  Alan Modra  <amodra@gmail.com>
1668
1669         * MAINTAINERS: Update my email address.
1670
1671 2010-03-16  Diego Novillo  <dnovillo@google.com>
1672
1673         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1674         Matthews.
1675
1676 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1677
1678         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1679         Gutson, Jeffrey D. Oldham and Mark Shinwell.
1680
1681 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1682
1683         * MAINTAINERS: Update my email address.
1684
1685 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
1686
1687         * MAINTAINERS: Update my email address.
1688
1689 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
1690
1691         * MAINTAINERS: Update my email address.
1692
1693 2010-03-09  Jie Zhang  <jie@codesourcery.com>
1694
1695         * MAINTAINERS: Update my email address.
1696
1697 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1698
1699         PR libstdc++/32499
1700         * configure.ac (RANLIB): Default to true.
1701         (STRIP): Likewise.
1702         (RANLIB_FOR_TARGET): Remove superfluous : argument.
1703         * configure: Regenerate.
1704
1705 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
1706
1707         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1708         (Write After Approval): Update my email address.
1709
1710 2010-02-17  Nick Clifton  <nickc@redhat.com>
1711
1712         PR 11238
1713         * Makefile.tpl (local-distclean): Also remove config.cache files in
1714         sub-directories as there may not be Makefiles present in the
1715         sub-directories.
1716         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1717         the config.cache files found by the find command.
1718
1719         * Makefile.in: Regenerate.
1720         * configure.ac: Revert previous delta.
1721         * configure: Regenerate.
1722
1723 2010-02-15  Nick Clifton  <nickc@redhat.com>
1724
1725         PR 11238
1726         * configure.ac: Delete config.cache files in sub-directories when
1727         deleting Makefiles.
1728         * configure: Regenerate.
1729
1730 2010-02-12  Ben Elliston  <bje@gnu.org>
1731
1732         * MAINTAINERS: Update my email address.
1733
1734 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
1735
1736         * MAINTAINERS (spu port): Update my email address.
1737
1738 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
1739
1740         * MAINTAINERS: Add myself as a maintainer for the bfin port.
1741
1742 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1743
1744         * configure.ac: Add "recommended" version checks for GMP/MPC.
1745         Update recommended GMP/MPFR/MPC versions.
1746         * configure: Regenerate.
1747
1748 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
1749
1750         * MAINTAINERS: Move my Embecosm email address into the
1751         write-after-approval section.
1752
1753 2010-01-26  Ian Lance Taylor  <iant@google.com>
1754
1755         * MAINTAINERS: Add myself as Go frontend maintainer.
1756
1757 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
1758
1759         PR libstdc++/36101, PR libstdc++/42813
1760         * configure.ac (bootstrap_target_libs): Make inclusion of
1761         target-libgomp conditional on libgomb being in target_configdirs.
1762         * configure: Regenerate.
1763
1764 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
1765
1766         PR libstdc++/36101, PR libstdc++/42813
1767         * configure.ac (bootstrap_target_libs): Include target-libgomp.
1768         * configure: Regenerate.
1769
1770 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
1771
1772         PR libstdc++/36101, PR libstdc++/42813
1773         * configure.ac (target_configdirs): Substitute.
1774         * Makefile.def: Bootstrap target module libgomp.
1775         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1776         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1777         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1778         * configure, Makefile.in: Regenerate.
1779
1780 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1781
1782         * MAINTAINERS: Adjust my details.
1783
1784 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
1785
1786         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1787
1788 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
1789
1790         * MAINTAINERS: reindented my entry with tabs instead of spaces.
1791
1792 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
1793
1794         * MAINTAINERS (Write After Approval): Add myself.
1795
1796 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1797
1798         * MAINTAINERS (Write After Approval): Add myself.
1799
1800 2010-01-11  Richard Guenther  <rguenther@suse.de>
1801
1802         PR lto/41569
1803         * Makefile.def (all-lto-plugin): Depend on all-gcc.
1804         * Makefile.in: Regenerated.
1805
1806 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
1807
1808         * configure.ac: Enable libjava build on x86_64-*freebsd*.
1809         * configure: Regenerate.
1810
1811 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1812             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1813
1814         PR bootstrap/42424
1815         * configure.ac: Include libtool m4 files.
1816         (_LT_CHECK_OBJDIR): Call it.
1817         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1818         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1819
1820         * configure: Regenerate.
1821
1822 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1823
1824         PR bootstrap/41818
1825         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1826         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
1827         * Makefile.in: Regenerate.
1828
1829 2010-01-02  Richard Guenther  <rguenther@suse.de>
1830
1831         PR lto/41529
1832         * configure.ac: Include config/elf.m4.  Disable LTO if not
1833         builting for an elf target.
1834         * configure: Regenerate.
1835
1836 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
1837
1838         * MAINTAINERS: Change my email address.
1839
1840 2009-12-18  Ben Elliston  <bje@au.ibm.com>
1841
1842         * config.sub, config.guess: Update from upstream sources.
1843
1844 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
1845
1846         * MAINTAINERS (Write After Approval): Add myself.
1847
1848 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1849
1850         PR middle-end/30447
1851         PR middle-end/30789
1852         PR other/40302
1853
1854         * configure.ac: Require MPC.
1855         * configure: Regenerate.
1856
1857 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1858
1859         PR target/38384
1860         PR bootstrap/40972
1861         * libtool.m4: Sync from git Libtool.
1862         * ltoptions.m4: Likewise.
1863         * ltversion.m4: Likewise.
1864         * lt~obsolete.m4: Likewise.
1865         * ltmain.sh: Likewise.
1866
1867 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1868
1869         * configure.ac: Update minimum MPC version to 0.8.
1870         * configure: Regenerate.
1871
1872 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
1873
1874         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
1875         * configure: Regenerated.
1876
1877 2009-11-21  Ian Lance Taylor  <iant@google.com>
1878
1879         * configure.ac: Change default of poststage1_ldflags to be empty if
1880         poststage1_libs is set.  When poststage1_libs is empty, and
1881         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
1882         * configure: Rebuild.
1883
1884 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
1885
1886         * MAINTAINERS (Write After Approval): Update my email address.
1887
1888 2009-11-20  Ben Elliston  <bje@au.ibm.com>
1889
1890         * config.guess: Update from upstream sources.
1891
1892 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1893
1894         * Makefile.def: Restore host and target settings for gmp.
1895         * Makefile.in: Rebuild.
1896
1897 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1898
1899         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
1900         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
1901         Fix portability of test of C++ as bootstrap language.  Add
1902         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1903         * configure: Rebuild.
1904         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1905         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
1906         in-tree building.
1907         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1908         (POSTSTAGE1_HOST_EXPORTS): Use it.
1909         (STAGE[+id+]_CXXFLAGS): New.
1910         (BASE_FLAGS_TO_PASS): Pass it down.
1911         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
1912         extra_exports.
1913         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1914         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1915         extra_exports.
1916         * Makefile.in: Rebuild.
1917
1918 2009-11-17  Ben Elliston  <bje@au.ibm.com>
1919
1920         * config.sub, config.guess: Update from upstream sources.
1921
1922 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1923
1924         * MAINTAINERS (Write After Approval): Add myself.
1925
1926 2009-11-09  Jon Beniston  <jon@beniston.com>
1927
1928         * MAINTAINERS (Write After Approval): Add myself.
1929
1930 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
1931
1932         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
1933         paths for *-w64-mingw* and x86_64-*mingw*.
1934         * configure: Regenerated.
1935
1936 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
1937
1938         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
1939
1940 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
1941
1942         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
1943         Phil Edwards to Write-After Approval.
1944
1945 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
1946
1947         * configure.ac: Disable target-winsup & co for
1948         x86_64-*-mingw* and *-w64-mingw* targets.
1949         * configure: Regenerated.
1950
1951 2009-10-16  Nick Clifton  <nickc@redhat.com>
1952
1953         * MAINTAINERS: Add myself as a maintainer for the RX port.
1954
1955 2009-10-26  Johannes Singler  <singler@kit.edu>
1956
1957         * MAINTAINERS (Write After Approval): Update my e-mail address.
1958
1959 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1960
1961         * configure.ac (CLooG test): Use = with test.
1962         * configure: Regenerate.
1963
1964 2009-10-22  Richard Guenther  <rguenther@suse.de>
1965
1966         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
1967         cloog if the ppl version check failed.  Move flags saving
1968         before setting in libelf check.
1969         * configure: Regenerate.
1970
1971 2009-10-21  Richard Guenther  <rguenther@suse.de>
1972
1973         * configure.ac: Adjust the ppl and cloog configure to work as
1974         documented.  Disable cloog if ppl was disabled.  Omit the version
1975         checks if they were disabled.
1976         * configure: Re-generate.
1977
1978 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1979
1980         * configure.ac: Add 'lto' to enable_languages, not
1981         new_enable_languages, and only if not already present.
1982         * configure: Regenerate.
1983
1984 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
1985
1986         * README: Refer to the various COPYING* files instead of just
1987         COPYING.
1988         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
1989
1990 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
1991
1992         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
1993         
1994 2009-10-07  Richard Guenther  <rguenther@suse.de>
1995
1996         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
1997         and Richard Guenther as reviewers.
1998         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
1999         as reviewers.
2000
2001 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
2002
2003         * config.sub: Update from upstream sources.
2004
2005 2009-10-06  Ian Lance Taylor  <iant@google.com>
2006
2007         * Makefile.def: check-gold depends upon all-gas.
2008         * Makefile.in: Rebuild.
2009
2010 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
2011
2012         * MAINTAINERS (Write After Approval): Add myself.
2013
2014 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
2015
2016         * Makefile.def: all-lto-plugin depends on all-libiberty.
2017         set bootstrap=true for lto-plugin.
2018         Add lto-plugin.
2019         * Makefile.in: Regenerate.
2020         * configure.ac (host_libs): Add lto-plugin.
2021         * configure: Regenerate.
2022
2023 2009-10-03  Diego Novillo  <dnovillo@google.com>
2024
2025         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2026         (HOST_LIBELFLIBS): Define.
2027         (HOST_LIBELFINC): Define.
2028         * Makefile.in: Regenerate.
2029         * configure.ac: Add --enable-lto.
2030         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2031         If --enable-lto is used, add 'lto' to new_enable_languages.
2032         If --enable-lto is used and gold is enabled, add
2033         lto-plugin to configdirs.
2034         * configure: Regenerate.
2035
2036 2009-10-03  Simon Baldwin  <simonb@google.com>
2037
2038         * configure.ac: If --with-system-zlib, suppress local zlib and
2039         pass --with-system-zlib to subdir configure scripts.
2040         * configure: Regenerate.
2041
2042 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
2043             Paolo Bonzini  <bonzini@gnu.org>
2044
2045         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2046         $(srcdir).
2047         * Makefile.in: Rebuilt.
2048
2049 2009-09-26  Gary Funck  <gary@intrepid.com>
2050
2051         * MAINTAINERS (Write After Approval): Add myself.
2052
2053 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2054
2055         * configure.ac: Update minimum MPC version to 0.7.
2056         * configure: Regenerate.
2057
2058 2009-09-25  Nick Clifton  <nickc@redhat.com>
2059
2060         * configure.ac: Pass any --cache-file=/dev/null option on to
2061         subconfigures.
2062         * configure: Regenerate.
2063
2064 2009-09-23  Nick Clifton  <nickc@redhat.com>
2065
2066         * config.sub, config.guess: Update from upstream sources.
2067
2068 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
2069
2070         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2071         * Makefile.in: Rebuilt.
2072
2073 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2074
2075         PR bootstrap/32272
2076         * configure.ac: Error out if $srcdir isn't '.' but contains
2077         host-${host_noncanonical}.
2078         * configure: Regenerate.
2079
2080 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2081
2082         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2083         maintainer.
2084
2085 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2086
2087         * configure.ac: If bootstrapping a combined tree with
2088         --enable-gold, require c++ in stage1_languages.
2089         * configure: Regenerate.
2090
2091         * configure.ac: Also add target_libs of stage1_languages to
2092         bootstrap_target_libs.
2093         * configure: Regenerate.
2094
2095         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2096         with --enable-languages not containing c++.
2097         * configure: Regenerate.
2098
2099 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
2100
2101         * configure.ac: Disable java and boehm-gc for bfin-*-*.
2102         * configure: Regenerate.
2103
2104 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
2105
2106         * MAINTAINERS (Write After Approval): Update my e-mail address,
2107         and move from from here...
2108         (Waiting for paperwork): To here.
2109
2110 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
2111
2112         * MAINTAINERS (Reviewers): Add self as driver reviewer.
2113
2114 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2115
2116         * configure.ac: Do not use $extrasub for replacing @if/@endif
2117         parts in Makefile; instead, use additional arguments to
2118         AC_CONFIG_COMMANDS to do the replacement manually, with several
2119         sed invocations, to avoid HP-UX sed command limits.
2120         * configure: Regenerate.
2121
2122 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
2123
2124         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2125         blank before -L.
2126
2127 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
2128
2129         * configure.ac (with-build-config): Document.  Handle without.
2130         Handle missing argument.
2131         * configure: Rebuilt.
2132
2133 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
2134
2135         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
2136         Default to bootstrap-debug only if compare-debug works.
2137         * configure: Rebuilt.
2138         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2139         * Makefile.in: Rebuilt.
2140
2141 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2142
2143         * MAINTAINERS (OS Port Maintainers): Update my email address.
2144
2145 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
2146
2147         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2148         * Makefile.in: Rebuilt.
2149
2150 2009-09-01  Chris Demetriou  <cgd@google.com>
2151
2152         * MAINTAINERS (Write After Approval): Add myself.
2153
2154 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
2155
2156         PR debug/30161
2157         * include/dwarf2.h (enum dwarf_tag): Added
2158         DW_TAG_GNU_template_template_param
2159         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2160
2161 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2162
2163         * Makefile.tpl (AWK): Fix typo.
2164         * Makefile.in: Regenerate.
2165
2166 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2167
2168         * configure.ac: Detect awk and sed.
2169         * Makefile.def (flags_to_pass): Add AWK and SED.
2170         * Makefile.tpl (AWK, SED): New.
2171         (BASE_FLAGS_TO_PASS): Add AWK and SED.
2172         * configure: Regenerate.
2173         * Makefile.in: Regenerate.
2174
2175 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
2176
2177         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2178         (collapseslashes): Likewise.
2179
2180 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2181
2182         * configure.ac (AC_PREREQ): Bump to 2.64.
2183
2184 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2185
2186         * configure.ac: Remove --with-datarootdir, --with-docdir,
2187         --with-pdfdir, --with-htmldir switches.
2188         * configure: Regenerate.
2189
2190         * configure: Regenerate.
2191
2192         * compile: Sync from Automake 1.11.
2193         * depcomp: Likewise.
2194         * install-sh: Likewise.
2195         * missing: Likewise.
2196         * mkinstalldirs: Likewise.
2197         * ylwrap: Likewise.
2198
2199 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
2200
2201         * ltmain.sh (func_normal_abspath): New function.
2202         (func_relative_path): Likewise.
2203         (func_mode_help): Document new -bindir option for link mode.
2204         (func_mode_link): Add new -bindir option, and use it to place
2205         output DLL if specified.
2206
2207 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2208
2209         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2210         (baseargs): Add --disable-option-checking.
2211         * configure: Regenerate.
2212
2213         * Makefile.def (configure-target-libiberty): Depend on
2214         all-binutils and all-ld.
2215         (configure-target-newlib): Likewise.
2216         * Makefile.in: Regenerate.
2217
2218 2009-08-17  Ben Elliston  <bje@au.ibm.com>
2219
2220         * config.sub, config.guess: Update from upstream sources.
2221
2222 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2223
2224         Sync from src, merge:
2225
2226         2009-07-02  Tristan Gingold  <gingold@adacore.com>
2227
2228         * configure.ac: Do not exclude gas for i386-*-darwin.
2229         Add a case for x86_64-*-darwin.
2230         * configure: Regenerate.
2231
2232 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
2233
2234         * MAINTAINERS: Add my name to Write After Approval list.
2235
2236 2009-08-06  Michael Eager  <eager@eagercon.com>
2237
2238         * configure.ac: Add Microblaze target.
2239         * configure: Regenerate.
2240
2241 2009-07-31  Christian Bruel  <christian.bruel@st.com>
2242
2243         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2244         * configure: Regenerate.
2245         
2246 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
2247
2248         * MAINTAINERS (Write After Approval): Update my e-mail address.
2249
2250 2009-07-06  Ian Lance Taylor  <iant@google.com>
2251
2252         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2253         * configure: Rebuild.
2254
2255 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
2256
2257         * MAINTAINERS: Move myself to the Graphite Reviewers.
2258
2259 2009-06-30  Wei Guozhi  <carrot@google.com>
2260
2261         * MAINTAINERS: Add my name to Write After Approval list.
2262
2263 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
2264
2265         PR bootstrap/40338
2266         * configure.ac (comparestring): Create new variable.
2267         * Makefile.tpl (comparestring): Use to skip some comparisions.
2268         * configure: Regenerate.
2269         * Makefile.in: Regenerate.
2270
2271 2009-06-26  Doug Evans  <dje@sebabeach.org>
2272
2273         * Makefile.def (host_modules): Add cgen.
2274         * Makefile.in: Regenerate.
2275         * configure.ac (host_tools): Add cgen.
2276         * configure: Regenerate.
2277
2278 2009-06-23  DJ Delorie  <dj@redhat.com>
2279
2280         * MAINTAINERS: Add myself as mep maintainer.
2281
2282 2009-06-23  Ian Lance Taylor  <iant@google.com>
2283
2284         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
2285         boot_languages.  Only bootstrap target libraries listed in
2286         target_libs for some boot language.  Add --with-stage1-ldflags,
2287         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
2288         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
2289         if not building with C++.
2290         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2291         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2292         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2293         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2294         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
2295         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2296         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2297         * configure, Makefile.in: Rebuild.
2298
2299 2009-06-23  Li Feng  <nemokingdom@gmail.com>
2300
2301         * MAINTAINERS: Added my name to write-after-approval list.
2302
2303 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
2304
2305         * configure.ac: Define is_elf for QNX Neutrino targets.
2306         * configure: Regenerate.
2307
2308 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
2309
2310         * MAINTAINERS: Added my name to the write-after-approval list
2311
2312 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2313
2314         * configure.ac: Detect MPC in default directory.
2315         * configure: Regenerate.
2316
2317 2009-06-03  Jerome Guitton  <guitton@adacore.com>
2318             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2319
2320         * Makefile.tpl (all): Avoid a trailing backslash.
2321         * Makefile.in: Regenerate.
2322
2323 2009-06-03  Ben Elliston  <bje@au.ibm.com>
2324
2325         * config.sub, config.guess: Update from upstream sources.
2326
2327 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
2328
2329         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2330         to noconfdirs.
2331         * configure: Regenerate.
2332
2333 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
2334
2335         * Makefile.tpl ([+compare-target+]): Compare all stage
2336         directories, rather than just gcc.
2337         * Makefile.in: Rebuilt.
2338
2339 2009-06-01  Doug Kwan  <dougkwan@google.com>
2340
2341         * configure.ac: Support gold for target arm*-*-*.
2342         * configure: Regenerate.
2343
2344 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2345
2346         * Makefile.def: Add MPC support and dependencies.
2347         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
2348
2349         * Makefile.in, configure: Regenerate.
2350
2351 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
2352
2353         * Makefile.tpl (all): Avoid harmless warning in make all when
2354         gcc-bootstrap is enabled but stage_last does not exist.
2355         * Makefile.in: Rebuilt.
2356
2357 2009-05-24  Nicolas Roche  <roche@adacore.com>
2358
2359         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2360         * Makefile.in: Regenerate.
2361
2362 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
2363
2364         * MAINTAINERS: Update my e-mail address.
2365
2366 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2367
2368         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
2369         * configure:  Regenerate.
2370
2371 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2372
2373         PR other/40159
2374         * Makefile.tpl (all): Don't assume gcc-bootstrap and
2375         gcc-no-bootstrap are mutually exclusive.
2376         * Makefile.in: Rebuilt.
2377
2378 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2379
2380         PR other/40159
2381         * Makefile.tpl (all): Don't end with unconditional success.
2382         * Makefile.in: Rebuilt.
2383
2384 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
2385
2386         PR target/37137
2387         * Makefile.def (flags_to_pass): Remove redundant and incomplete
2388         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2389         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2390         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
2391         stage_configureflags, stage_cflags and stage_libcflags into
2392         explicit Makefile macros.
2393         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2394         GFORTRAN.
2395         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2396         CC.  Set CC_FOR_BUILD from CC.
2397         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2398         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2399         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2400         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
2401         and GFORTRAN.
2402         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2403         (_LIBCFLAGS): Renamed to _TFLAGS.
2404         (do-compare-debug, do-compare3-debug): Drop.
2405         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2406         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2407         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2408         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2409         (XGCC_FLAGS_FOR_TARGET): New.
2410         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2411         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2412         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2413         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2414         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
2415         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
2416         TFLAGS.
2417         (BUILD_CONFIG): Include if requested.
2418         (all): Set TFLAGS on bootstrap.
2419         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2420         (all-stageid-prefixmodule): Likewise.
2421         (do-clean, distclean-stageid): Set TFLAGS.
2422         (restrap): Fix whitespace.
2423         * Makefile.in: Rebuilt.
2424
2425 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
2426
2427         * config.guess: Sync with src.
2428
2429 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2430
2431         * configure.ac ($with_ppl):  Default to no if not supplied.
2432         ($with_cloog):  Likewise.
2433         configure:  Regenerate.
2434
2435 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
2436
2437         * MAINTAINERS: Update my e-mail address.
2438
2439 2009-04-27  Nick Clifton  <nickc@redhat.com>
2440
2441         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2442
2443 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
2444
2445         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2446         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2447         * Makefile.in: Regenerate.
2448
2449 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2450
2451         PR bootstrap/39739
2452         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2453         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2454
2455         * configure, Makefile.in: Regenerate.
2456
2457 2009-04-21  Taras Glek  <tglek@mozilla.com>
2458
2459         * include/hashtab.h: Update GTY annotations to new syntax
2460         * include/splay-tree.h: Likewise
2461
2462 2009-04-17  Ben Elliston  <bje@au.ibm.com>
2463
2464         * config.sub, config.guess: Update from upstream sources.
2465
2466 2009-04-15  Anthony Green  <green@moxielogic.com>
2467
2468         * configure.ac: Add moxie support.
2469         * configure: Rebuilt.
2470
2471 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2472
2473         * configure.ac: Change copyright header to refer to version
2474         3 of the GNU General Public License and to point readers at the
2475         COPYING3 file and the FSF's license web page.
2476         * Makefile.def: Likewise.
2477         * Makefile.tpl: Likewise.
2478         * Makefile.in: Regenerate.
2479
2480 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
2481
2482         * configure.ac: Restore match for darwin9 or later. Use double
2483         brackets since regeneration eats one pair.
2484         * configure: Regenerate.
2485
2486 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
2487
2488         PR gas/10039
2489         * configure.ac: Require texinfo 4.7.
2490         * configure: Regenerated.
2491
2492 2009-04-09  Nick Clifton  <nickc@redhat.com>
2493
2494         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2495         the GCC Runtime Library Exception.
2496
2497 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2498
2499         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2500         * configure: Regenerate.
2501
2502 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
2503
2504         * Makefil.def (languages): New entries.
2505         * Makefile.tpl (check-gcc-*): New generic target.
2506         * Makefile.in: Regenerate.
2507
2508 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
2509
2510         * MAINTAINERS:  Update my email address.
2511
2512 2009-03-18  Tom Tromey  <tromey@redhat.com>
2513
2514         * configure: Rebuild.
2515         * configure.ac (host_libs): Add libiconv.
2516         * Makefile.in: Rebuild.
2517         * Makefile.def (host_modules): Add libiconv.
2518         (configure-gdb, all-gdb): Depend on libiconv.
2519
2520 2009-03-16  Tristan Gingold  <gingold@adacore.com>
2521
2522         * configure.ac: Treat gdb as supported on x86_64-darwin.
2523         * configure: Regenerate.
2524
2525 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
2526
2527         * configure.ac (--with-host-libstdcxx): New option.
2528         * configure: Regenerate.
2529
2530 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
2531
2532         * MAINTAINERS:  Move myself into the write after approval list.
2533
2534 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
2535
2536         * MAINTAINERS: Update e-mail address.
2537         
2538 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
2539
2540         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2541
2542 2009-03-10  Ira Rosen  <irar@il.ibm.com>
2543
2544         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2545
2546 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2547
2548         Backport from git Libtool:
2549
2550         2009-01-19  Robert Millan  <rmh@aybabtu.com>
2551         Support GNU/kOpenSolaris.
2552         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2553         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2554         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2555         GNU/kOpenSolaris.
2556
2557 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
2558
2559         * MAINTAINERS: Update e-mail address.
2560
2561 2009-02-24  Michael Eager  <eager@eagercon.com>
2562
2563         * MAINTAINERS (Write After Approval): Add self.
2564
2565 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
2566
2567         * MAINTAINERS (Write After Approval): Add myself.
2568
2569 2009-02-05  Andreas Schwab  <schwab@suse.de>
2570
2571         * Makefile.tpl (stage_last): Define $r and $s before using
2572         $(RECURSE_FLAGS_TO_PASS).
2573         * Makefile.in: Regenerate
2574
2575 2009-01-30  Ian Lance Taylor  <iant@google.com>
2576
2577         * MAINTAINERS: Move myself to the Global Reviewers list.
2578
2579 2009-01-29  Robert Millan  <rmh@aybabtu.com>
2580
2581         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2582         * configure: Regenerate.
2583
2584 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
2585
2586         * MAINTAINERS: Make whitespace consistent.
2587         Remove Robert Millan from Write After Approval.
2588
2589 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
2590
2591         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2592         (all-opcodes): Depend on all-libiberty.
2593         * Makefile.in: Regenerate.
2594
2595 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
2596
2597         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2598         * configure: Regenerate.
2599
2600 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
2601
2602         * MAINTAINERS (Write After Approval): Add myself.
2603
2604 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
2605
2606         * MAINTAINERS: Add myself to reviewers (Fortran).
2607
2608 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
2609
2610         PR tree-optimization/38515
2611         * configure.ac (cloog-polylib): Removed.
2612         (with_ppl, with_cloog): Test for "no".
2613         * configure: Regenerated.
2614
2615 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
2616
2617         * MAINTAINERS: Moved myself to reviewers (Fortran).
2618
2619 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
2620
2621         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2622         (Write After Approval): Remove myself.
2623
2624 2009-01-03  Diego Novillo  <dnovillo@google.com>
2625
2626         * MAINTAINERS: Remove myself from alias maintainership.
2627
2628 2009-01-02  David Ayers  <ayers@fsfe.org>
2629
2630         * MAINTAINERS: Update e-mail address.
2631
2632 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
2633
2634         * MAINTAINERS: Make whitespace consistent.
2635
2636 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2637
2638         Backport from upstream Libtool:
2639         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2640         Add cache variables to tests that require the linker to work.
2641         For shlibpath_overrides_runpath, this also changes the semantics
2642         to let the result from the C compiler take precedence.
2643
2644 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2645
2646         * config.sub, config.guess: Update from upstream sources.
2647
2648 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
2649
2650         * configure.ac (ppllibs): Add by default the lib flags.
2651         * configure: Regenerate.
2652
2653 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
2654
2655         * MAINTAINERS:  Add myself to the write after approval list.
2656
2657 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2658
2659         * configure.ac: Add double brackets on darwin[912].
2660         * configure: Regenerate.
2661
2662 2008-12-03  Daniel Kraft  <d@domob.eu>
2663
2664         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
2665         Approval to Reviewer section (for Fortran front-end).
2666
2667 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
2668
2669         * configure.ac: Expand to darwin10 and later.
2670         * configure: Regenerate.
2671
2672 2008-12-02  Andreas Schwab  <schwab@suse.de>
2673
2674         * Makefile.def: configure-target-boehm-gc depends on
2675         all-target-libstdc++-v3.
2676         * Makefile.in: Regenerate.
2677
2678 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
2679
2680         * MAINTAINERS:  Add myself as mingw maintainer.
2681
2682 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2683
2684         * config.sub, config.guess: Update from upstream sources.
2685
2686 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
2687
2688         * README.SCO: Remove.
2689
2690 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
2691
2692         * MAINTAINERS:  Add myself to the write after approval list.
2693
2694 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
2695
2696         * MAINTAINERS:  Update my email address in WAA section.
2697
2698 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
2699
2700         * MAINTAINERS: Update e-mail address.
2701
2702 2008-11-27  Toon Moene  <toon@moene.org>
2703
2704         * MAINTAINERS: Change e-mail address.
2705
2706 2008-11-27  Tristan Gingold  <gingold@adacore.com>
2707
2708         * configure.ac: Build gdb for i?86-*-darwin*
2709         * configure: Regenerated.
2710
2711 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
2712
2713         * MAINTAINERS: Added my full name.
2714
2715 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
2716
2717         PR bootstrap/38014
2718         PR bootstrap/37923
2719
2720         Revert:
2721
2722         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2723
2724         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2725         * Makefile.in: Regenerated.
2726
2727         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2728
2729         PR gdb/921
2730         PR gdb/1646
2731         PR gdb/2175
2732         PR gdb/2176
2733
2734         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2735         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2736         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2737         (HOST_EXPORTS): Pass CPPFLAGS.
2738         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2739         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2740         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2741         * Makefile.in, configure: Regenerated.
2742         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2743         and CPPFLAGS_FOR_BUILD.
2744
2745 2008-11-06  Jeff Law  <law@redhat.com>
2746
2747         * MAINTAINERS: Add myself as middle end maintainer.
2748
2749 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
2750
2751         * MAINTAINERS (Write after approval): Add myself.
2752
2753 2008-11-05  Diego Novillo  <dnovillo@google.com>
2754
2755         * MAINTAINERS (Global Reviewers): Add myself.
2756         (Non-Algorithmic Maintainers): Remove myself.
2757
2758 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
2759
2760         * MAINTAINERS (Write after approval): Add myself.
2761
2762 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
2763
2764         * MAINTAINERS (Write after approval): Add myself.
2765
2766 2008-10-31  Ben Elliston  <bje@au.ibm.com>
2767
2768         * configure.ac (spu-*-*): Remove special case.
2769         * configure: Regenerate.
2770
2771 2008-10-30  Catherine Moore  <clm@codesourcery.com>
2772
2773         * MAINTAINERS (Write after approval): Update my email address.
2774
2775 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
2776
2777         * configure.ac [spu-*-*]: Do not set skipdirs.
2778         * configure: Re-generate.
2779
2780 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
2781
2782         * MAINTAINERS (Various Maintainers): Add myself to reload.
2783
2784 2008-10-25  Richard Guenther  <rguenther@suse.de>
2785
2786         * MAINTAINERS (Various Maintainers): Add myself as middle-end
2787         maintainer.  Remove myself as libgcc-math maintainer.
2788         (Non-Algorithmic Maintainers): Remove myself.
2789
2790 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2791
2792         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2793         * Makefile.in: Regenerated.
2794
2795 2008-10-23  Cary Coutant  <ccoutant@google.com>
2796
2797         * MAINTAINERS (Write after approval): Add myself.
2798
2799 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2800
2801         PR gdb/921
2802         PR gdb/1646
2803         PR gdb/2175
2804         PR gdb/2176
2805
2806         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2807         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2808         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2809         (HOST_EXPORTS): Pass CPPFLAGS.
2810         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2811         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2812         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2813         * Makefile.in, configure: Regenerated.
2814         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2815         and CPPFLAGS_FOR_BUILD.
2816
2817 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
2818
2819         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
2820         Sebastian Pop.
2821
2822 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
2823
2824         * MAINTAINERS (Write After Approval): Added myself.
2825
2826 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2827
2828         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2829         recommended version to 2.3.2.
2830
2831         * configure: Regenerate.
2832
2833 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
2834
2835         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
2836
2837 2008-09-29  David Daney <david.daney@caviumnetworks.com>
2838
2839         * MAINTAINERS (Write After Approval): Update e-mail address.
2840
2841 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
2842
2843         * libtool.m4: Update to libtool 2.2.6.
2844         * lt~obsolete.m4: Update to libtool 2.2.6.
2845         * ltmain.sh: Update to libtool 2.2.6.
2846         * ltsugar.m4: Update to libtool 2.2.6.
2847         * ltversion.m4: Update to libtool 2.2.6.
2848         * ltoptions.m4: Update to libtool 2.2.6.
2849         * ltgcc.m4: Update to match changes from libtool 2.2.6.
2850
2851 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
2852
2853         * MAINTAINERS (Write After Approval): Add myself.
2854
2855 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2856
2857         * MAINTAINERS (Write After Approval): Update my name.
2858
2859 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
2860
2861         * MAINTAINERS: Add myself in "Write After Approval".
2862
2863 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
2864
2865         * MAINTAINERS: Add myself as ia64 maintainer.
2866
2867 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
2868
2869         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
2870         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
2871         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
2872         and Michael Tiemann from Write After Approval since they do not
2873         actually have access.
2874
2875 2008-09-05  Richard Guenther  <rguenther@suse.de>
2876
2877         * configure.ac: Initialize clooglibs to -lcloog.
2878         * configure: Re-generate.
2879
2880 2008-09-04  Le-Chun Wu  <lcwu@google.com>
2881
2882         * MAINTAINERS (Write After Approval): Add myself.
2883
2884 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
2885
2886         * configure.ac (--with-cloog-polylib): New.
2887         (--disable-cloog-version-check): New.
2888         (--disable-ppl-version-check): New.
2889         * configure: Re-generate.
2890
2891 2008-09-03  Richard Guenther  <rguenther@suse.de>
2892
2893         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2894         cloog test.
2895         * configure: Re-generate.
2896
2897 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
2898
2899         Add picoChip port.
2900         * MAINTAINERS: Add picoChip maintainers.
2901
2902 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
2903             Tobias Grosser  <grosser@fim.uni-passau.de>
2904             Jan Sjodin  <jan.sjodin@amd.com>
2905             Harsha Jagasia  <harsha.jagasia@amd.com>
2906             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2907             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2908             Adrien Eliche  <aeliche@isty.uvsq.fr>
2909
2910         Merge from graphite branch.
2911         * configure: Regenerate.
2912         * Makefile.in: Regenerate.
2913         * configure.ac (host_libs): Add ppl and cloog.
2914         Add checks for PPL and CLooG.
2915         * Makefile.def (ppl, cloog): Added modules and dependences.
2916         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2917         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2918
2919 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2920
2921         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2922         (GCC_SHLIB_SUBDIR): New.
2923         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2924         * configure: Regenerate.
2925         * Makefile.in: Regenerate.
2926
2927 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
2928
2929         * MAINTAINERS: Consistently use tabs to separate columns.
2930
2931 2008-08-29  Tristan Gingold  <gingold@adacore.com>
2932
2933         * MAINTAINERS (Write after Approval): Add myself.
2934
2935 2008-08-28  Tristan Gingold  <gingold@adacore.com>
2936
2937         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2938         Enable bfd, binutils and opcodes.
2939         * configure: Regenerate.
2940
2941 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2942
2943         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
2944
2945 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2946
2947         * MAINTAINERS:  Use correct Umlaut for last name.
2948
2949 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2950
2951         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
2952
2953 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
2954
2955         * MAINTAINERS: Update my email address.
2956
2957 2008-08-16  Nicolas Roche  <roche@adacore.com>
2958
2959         * Makefile.tpl: Add BOOT_ADAFLAGS.
2960         * Makefile.in: Regenerate.
2961
2962 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
2963
2964         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2965         * configure: Regenerate.
2966
2967 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
2968
2969         * configure.ac: Add makefile fragments for hpux.
2970         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2971         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2972         * configure: Regenerate.
2973         * Makefile.in: Regenerate.
2974
2975 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
2976
2977         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
2978
2979 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
2980
2981         * MAINTAINERS (Write after Approval): Add myself.
2982
2983 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
2984
2985         * MAINTAINERS (Write After Approval):  Add myself.
2986
2987 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
2988
2989         * MAINTAINERS (Write After Approval):  Add myself.
2990
2991 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
2992
2993         * MAINTAINERS: Update my email address.
2994
2995 2008-06-25  Joey Ye  <joey.ye@intel.com>
2996
2997         * MAINTAINERS (Write After Approval):  Add myself.
2998
2999 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3000
3001         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3002         * Makefile.in: Regenerate.
3003         * configure: Regenerate.
3004
3005 2008-06-17  Daniel Kraft  <d@domob.eu>
3006
3007         * MAINTAINERS (Write After Approval):  Add myself.
3008
3009 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3010
3011         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3012         "$@" is still intact with both Autoconf 2.59 and 2.62.
3013         * configure: Regenerate.
3014
3015 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3016
3017         * Makefile.tpl: Fix comment errors.
3018         * Makefile.in: Regenerate.
3019
3020 2008-06-12  David S. Miller  <davem@davemloft.net>
3021             David Edelsohn  <edelsohn@gnu.org>
3022
3023         * configure.ac: Add powerpc*-*-* to gold supported targets.
3024         * configure: Regenerate.
3025
3026 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
3027
3028         PR tree-optimization/36218
3029         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3030         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3031         (all prefix="build-"): Pass them to build-system sub-makes.
3032         * Makefile.in: Regenerate.
3033
3034 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
3035
3036         * MAINTAINERS (mt port): Remove.
3037         (sco5, unixware, sco udk): Remove.
3038         (Kean Johnston): Add to Write After Approval.
3039
3040 2008-05-30  Julian Brown  <julian@codesourcery.com>
3041
3042         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3043         of libobjc for ARM EABI Linux.
3044         * configure: Regenerate.
3045
3046 2008-05-18  Xinliang David Li   <davidxl@google.com>
3047
3048         * ChangeLog: Remove wrong ChangeLog entry.
3049
3050 2008-05-17  Xinliang David Li   <davidxl@google.com>
3051
3052         * MAINTAINERS (Write After Approval): Add myself.
3053
3054 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
3055
3056         * MAINTAINERS (Write After Approval): Add myself.
3057
3058 2008-05-14  Rafael Espíndola  <espindola@google.com>
3059
3060         * config-ml.in: don't handle --enable-shared and --enable-static.
3061
3062 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
3063
3064         * MAINTAINERS: Update my email address.
3065
3066 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
3067
3068         * MAINTAINERS: Update my email address.
3069
3070 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
3071
3072         * MAINTAINERS (Write After Approval): Add myself.
3073
3074 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
3075
3076         * MAINTAINERS (Write After Approval): Add myself.
3077
3078 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
3079
3080         * MAINTAINERS (crx): Add myself.
3081
3082 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3083
3084         Sync with src:
3085         2008-04-14  David S. Miller  <davem@davemloft.net>
3086
3087         * configure.ac: Add sparc*-*-* to gold supported targets.
3088         * configure: Regenerate.
3089
3090 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3091
3092         PR bootstrap/35457
3093         * configure.ac: Include override.m4.
3094         * configure: Regenerate.
3095
3096 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3097
3098         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3099         * Makefile.in: Regenerate.
3100
3101 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
3102
3103         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3104         as nonconfigurable directories list.
3105         * configure: Regenerate.
3106
3107 2008-04-14  Ben Elliston  <bje@au.ibm.com>
3108
3109         * config.sub, config.guess: Update from upstream sources.
3110
3111 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
3112
3113         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3114         * Makefile.in: Regenerate.
3115
3116 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
3117
3118         * configure.ac: Do not build libssp for the AVR.
3119         * configure: Regenerate.
3120
3121 2008-04-07  Ian Lance Taylor  <iant@google.com>
3122
3123         * Makefile.def: check-gold depends upon all-binutils.
3124         * Makefile.in: Regenerate.
3125
3126 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
3127
3128         * MAINTAINERS (Write After Approval): Add myself.
3129
3130 2008-04-04  Nick Clifton  <nickc@redhat.com>
3131
3132         PR binutils/4334
3133         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3134         builds.
3135         * configure: Regenerate.
3136
3137 2008-04-04  NightStrike  <NightStrike@gmail.com>
3138
3139         PR other/35151
3140         * configure.ac: Combine rules for mingw32 and mingw64.
3141         * configure: Regenerate.
3142
3143 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
3144
3145         * MAINTAINERS (Write After Approval): Add myself.
3146
3147 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
3148
3149         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3150         * Makefile.in (.NOTPARALLEL): Ditto.
3151
3152 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
3153
3154         * MAINTAINERS (Write After Approval): Add myself.
3155
3156 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
3157
3158         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3159         * Makefile.in (.NOTPARALLEL): Regenerate.
3160
3161 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
3162
3163         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3164         * Makefile.in: Regenerate.
3165
3166 2008-03-26  Jakub Staszak  <kuba@et.pl>
3167
3168         * MAINTAINERS (Write After Approval): Add myself.
3169
3170 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3171
3172         * MAINTAINERS:  Update e-mail address.
3173
3174 2008-03-20  Ian Lance Taylor  <iant@google.com>
3175
3176         * configure.ac: Add support for --enable-gold.
3177         * Makefile.def: Add gold as a directory like ld.
3178         * configure, Makefile.in: Regenerate.
3179
3180 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3181
3182         * configure.ac: m4_include config/proginstall.m4.
3183         * configure: Regenerate.
3184
3185         Backport from upstream Libtool:
3186
3187         2007-10-12  Eric Blake  <ebb9@byu.net>
3188
3189         Deal with Autoconf 2.62's semantic change in m4_append.
3190         * ltsugar.m4 (lt_append): Replace broken versions of
3191         m4_append.
3192         (lt_if_append_uniq): Don't require separator to be overquoted,
3193         and avoid broken m4_append.
3194         (lt_dict_add): Fix typo.
3195         * libtool.m4 (_LT_DECL): Don't overquote separator.
3196
3197 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
3198
3199         * config.rpath: Add AIX 6 support.
3200
3201 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
3202
3203         * Makefile.def (stageprofile).  Remove -fprofile-generate
3204         from stage_libcflags.
3205         * Makefile.in: Regenerate.
3206
3207 2008-03-13  Ben Elliston  <bje@au.ibm.com>
3208
3209         * config.sub, config.guess: Update from upstream sources.
3210
3211 2008-03-06  Tom Tromey  <tromey@redhat.com>
3212
3213         * MAINTAINERS: Update for treelang deletion.
3214
3215 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
3216
3217         * MAINTAINERS: Update my email address.
3218
3219 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
3220
3221         * MAINTAINERS (darwin port): Add myself as a maintainer.
3222         (objective-c/c++): Add myself as a maintainer.
3223
3224 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
3225
3226         * MAINTAINERS (Write After Approval): Update my email address.
3227
3228 2008-02-25  Tomas Bily  <tbily@suse.cz>
3229
3230         * MAINTAINERS (Write After Approval): Add myself.
3231
3232 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
3233
3234         * MAINTAINERS (OpenMP): Add myself.
3235
3236 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
3237
3238         PR bootstrap/32009
3239         PR bootstrap/32161
3240
3241         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3242         * configure: Regenerate.
3243
3244         * Makefile.def: Define stage_libcflags for all bootstrap stages.
3245         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3246         STAGE4_LIBCFLAGS): New.
3247         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3248         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3249         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3250         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3251         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3252         for target modules.  Don't export LIBCFLAGS.
3253         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3254         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3255         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3256         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3257         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3258         * Makefile.in: Regenerate.
3259
3260 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3261
3262         PR libgcj/33085
3263         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3264         Do not use -DDLL_EXPORT.  Backport from upstream.
3265
3266 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3267
3268         * MAINTAINERS (Write After Approval): Add myself.
3269
3270 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
3271
3272         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3273         * configure: Regenerate.
3274
3275 2008-01-31  Marc Gauthier  <marc@tensilica.com>
3276
3277         * configure.ac (xtensa*-*-*): Recognize processor variants.
3278         * configure: Regenerate.
3279
3280 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3281
3282         PR bootstrap/34922
3283         * configure.ac (PARSE_ARGS): Push suitable setting of
3284         ac_subdirs_all, for `./configure --help=recursive'.
3285         Handle `+' in generic toplevel directory disabling.
3286         * configure: Regenerate.
3287
3288 2008-01-28  Nick Clifton  <nickc@redhat.com>
3289
3290         * MAINTAINERS (xstormy16): Take over maintainership.
3291
3292 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
3293
3294         * MAINTAINERS (c4x port): Remove.
3295
3296 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
3297
3298         * libtool.m4: Backport AIX 6 support from ToT Libtool.
3299
3300 2008-01-23  Ben Elliston  <bje@au.ibm.com>
3301
3302         * config.sub, config.guess: Update from upstream sources.
3303
3304 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
3305
3306         * MAINTAINERS (Write After Approval): Add myself.
3307
3308 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
3309
3310         * MAINTAINERS: Update my email address.
3311
3312 2008-01-09  Raksit Ashok  <raksit@google.com>
3313
3314         * MAINTAINERS (Write After Approval): Add myself.
3315
3316 2008-01-09  Raksit Ashok  <raksit@google.com>
3317
3318         * MAINTAINERS (Write After Approval): Add myself.
3319
3320 2008-01-08  Ben Elliston  <bje@au.ibm.com>
3321
3322         * config.sub, config.guess: Update from upstream sources.
3323
3324 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3325
3326         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3327         Change recommended MPFR from 2.2.1 -> 2.3.0.
3328         * configure: Regenerate.
3329
3330 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
3331
3332         * MAINTAINERS: Update my email address.
3333
3334 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
3335
3336         * MAINTAINERS: Update my email address.
3337
3338 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
3339
3340         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3341         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3342         * Makefile.in: Regenerate.
3343
3344 2007-12-10  Mark Heffernan  <meheff@google.com>
3345
3346         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3347         misplaced entries.
3348
3349 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3350
3351         * configure.ac: Enable libjava for x86_64-*-darwin9.
3352         * configure: Regenerate.
3353
3354 2007-12-07  Bill Maddox  <maddox@google.com>
3355
3356         * MAINTAINERS (Write After Approval): Add myself.
3357
3358 2007-12-05  Ben Elliston  <bje@au.ibm.com>
3359
3360         * config.sub, config.guess: Update from upstream sources.
3361
3362 2007-12-02  Matthias Klose  <doko@ubuntu.com>
3363
3364         * config-ml.in: Remove 64bit configure tests.
3365
3366 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3367
3368         * config-ml.in: Robustify against white space in absolute file
3369         names.
3370
3371         * config-ml.in (multi-clean): Substitute ${Makefile}.
3372         Remove superfluous ${Makefile} in list.
3373
3374 2007-11-19  Thiemo Seufer  <ths@mips.com>
3375
3376         * config-ml.in: Don't hardcode the Makefile name.
3377
3378 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
3379
3380         * MAINTAINERS (Write After Approval): Add myself.
3381
3382 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
3383
3384         * MAINTAINERS (Write After Approval): Add myself.
3385
3386 2007-11-06  Doug Kwan  <dougkwan@google.com>
3387
3388         * MAINTAINERS (Write After Approval): Add myself.
3389
3390 2007-10-25  Ben Elliston  <bje@au.ibm.com>
3391
3392         * MAINTAINERS (mercury): Remove entry.
3393         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3394
3395 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
3396
3397         * Makefile.def (dependencies): Make configure-gdb depend on
3398         all-intl.
3399         * Makefile.in: Regenerated.
3400
3401 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
3402
3403         * MAINTAINERS (Fortran maintainer): Remove myself.
3404
3405 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
3406
3407         * Makefile.def: To avoid problems running with parallel makes,
3408         build newlib before libgloss so that target specific header
3409         files are availble.
3410         * Makefile.in: Regenerate
3411
3412 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
3413
3414         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3415         * Makefile.in: Regenerate.
3416
3417 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
3418
3419         * MAINTAINERS (Register allocation reviewer): Add myself.
3420
3421 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
3422
3423         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3424         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3425         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
3426         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3427         * configure: Regenerate.
3428
3429 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
3430
3431         * MAINTAINERS (Register allocation reviewer): Add myself.
3432
3433 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
3434
3435         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3436         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3437         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3438         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3439         * configure.ac: Default them to host tools for $host = $build.
3440         Subst them.
3441
3442         * configure: Regenerate.
3443         * Makefile.in: Regenerate.
3444
3445 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
3446
3447         * MAINTAINERS (Register allocation reviewer): Add myself.
3448
3449 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
3450
3451         * MAINTAINERS (Register allocation reviewer): Add myself.
3452
3453 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
3454
3455         * MAINTAINERS (Write After Approval): Fix typo.
3456
3457 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
3458
3459         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3460         * configure: Regenerate.
3461
3462 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
3463
3464         PR bootstrap/31906
3465         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3466         they're already prefixed.
3467
3468 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
3469
3470         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3471         libstdc++.
3472         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3473         * configure: Regenerate.
3474         * Makefile.in: Regenerate.
3475
3476 2007-09-17  Andreas Schwab  <schwab@suse.de>
3477
3478         * configure.ac: Raise minimum makeinfo version to 4.6.
3479         * configure: Regenerate.
3480
3481 2007-09-17  Johannes Singler  <singler@ira.uka.de>
3482
3483         * MAINTAINERS (write-after-approval) add myself
3484
3485 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
3486
3487         * configure.ac: Correct makeinfo version check.
3488         * configure: Regenerate.
3489
3490 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
3491
3492         * MAINTAINERS: Update my email address.
3493
3494 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
3495
3496         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
3497         to $skipdirs and only disable gprof for newlib.  Use the normal
3498         mips*-elf* handling in other respects.
3499         * configure: Regnerate.
3500
3501 2007-09-12  David Daney  <ddaney@avtrex.com>
3502
3503         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3504         enabling libgcj.
3505         * configure: Regenerate.
3506
3507 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3508
3509         PR other/32154
3510         * configure.ac: For libgloss targets, point the linker to the linker
3511         script, startup code and simulator library.
3512         * configure: Regenerate.
3513
3514 2007-09-07  Andrew Haley  <aph@redhat.com>
3515
3516         * configure.ac (noconfigdirs): Remove target-libffi and
3517         target-libjava.
3518         * configure: Regenerate.
3519
3520 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3521
3522         PR target/33281
3523         * configure.ac: Use config/mh-mingw on mingw.
3524         * configure: Regenerate.
3525
3526 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
3527
3528         * MAINTAINERS (Write After Approval): Add myself.
3529
3530 2007-09-05  Richard Guenther  <rguenther@suse.de>
3531
3532         * configure.ac (--enable-stage1-checking): If neither --enable-checking
3533         nor --disable-checking is provided also turn on yes and types
3534         checking for stage1.
3535         * configure: Re-generate.
3536
3537 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
3538
3539         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3540         (Write After Approval): Remove myself.
3541
3542 2007-08-29  Nick Clifton  <nickc@redhat.com>
3543
3544         * config.sub, config.guess: Update from upstream sources.
3545
3546 2007-08-22  Bud Davis  <jmdavis@link.com>
3547
3548         * MAINTAINERS (Write After Approval): Added myself.
3549         * MAINTAINERS (Reviewers): Removed myself.
3550
3551 2007-08-18  Paul Brook  <paul@codesourcery.com>
3552             Joseph Myers  <joseph@codesourcery.com>
3553
3554         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3555         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3556         * Makefile.in: Regenerate.
3557         * configure.ac (--with-debug-prefix-map): New.
3558         * configure: Regenerate.
3559
3560 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
3561             Nigel Stephens  <nigel@mips.com>
3562
3563         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
3564         as target_makefile_frag.
3565         * configure: Regenerate.
3566
3567 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3568
3569         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3570         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
3571         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3572         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3573         (do-compare, do-compare3, do-compare-debug): New.
3574         ([+compare-target+]): Use them.
3575
3576 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
3577
3578         * MAINTAINERS (Write After Approval): Change my email address.
3579
3580 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3581             Ben Elliston  <bje@au.ibm.com>
3582
3583         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3584         --silent if $silent.
3585         * configure: Regenerate.
3586
3587 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
3588
3589         * MAINTAINERS (Various Maintainers): Add myself as
3590         loop infrastructure maintainer.  Update my e-mail
3591         address.
3592
3593 2007-07-31  Diego Novillo  <dnovillo@google.com>
3594
3595         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3596         Adjust description.
3597
3598 2007-07-26  Richard Guenther  <rguenther@suse.de>
3599
3600         * configure.ac: Add types checking to stage1 checking flags.
3601         * configure: Regenerate.
3602
3603 2007-07-17  Nick Clifton  <nickc@redhat.com>
3604
3605         * COPYING3: New file.  Contains version 3 of the GNU General
3606         Public License.
3607         * COPYING3.LIB: New file.  Contains version 3 of the GNU
3608         Lesser General Public License.
3609
3610 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3611
3612         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3613
3614 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3615
3616         * MAINTAINERS (S/390 co-maintainer): Add myself.
3617         (Write After Approval): Remove myself.
3618
3619 2007-07-13  Dan Hipschman  <dsh@google.com>
3620
3621         * MAINTAINERS (Write After Approval): Add myself.
3622
3623 2007-07-11  Nick Clifton  <nickc@redhat.com>
3624
3625         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3626         WINDRES export.
3627         * Makefile.in: Regenerate.
3628
3629 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3630
3631         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3632         maintainer.
3633
3634 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
3635
3636         * lt~obsolete.m4: New. Import from 20070318 libtool.
3637
3638 2007-07-03  Julian Brown  <julian@codesourcery.com>
3639
3640         * MAINTAINERS (Write After Approval): Add myself.
3641
3642 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3643
3644         * configure.ac: Rewrite 'configure --help' strings to look nicer.
3645         * configure: Regenerate.
3646
3647 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3648
3649         * configure.ac: Add some missing m4 quotation.
3650         * configure: Regenerate.
3651
3652 2007-07-02  Simon Baldwin  <simonb@google.com>
3653
3654         * MAINTAINERS (Write After Approval): Add myself.
3655
3656 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
3657
3658         * configure: Regenerate.
3659
3660 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
3661
3662         * Makefile.def: Add windmc tool to build.
3663         * Makefile.tpl: Likewise.
3664         * configure.ac: Likewise.
3665         * Makefile.in: Regenerate.
3666         * configure: Regenerate.
3667
3668 2007-06-28  DJ Delorie  <dj@redhat.com>
3669
3670         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3671         not building newlib.
3672         * configure: Regenerated.
3673
3674 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
3675
3676         * MAINTAINERS (Write After Approval): Add myself.
3677
3678 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
3679
3680         * MAINTAINERS (Write After Approval): Add myself.
3681
3682 2007-06-19  Chris Matthews  <chrismatthews@google.com>
3683
3684         * MAINTAINERS (Write After Approval): Add myself.
3685
3686 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3687
3688         * MAINTAINERS (Write After Approval): Add myself.
3689
3690 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
3691
3692         * Makefile.def: Add dependency from configure-gdb to all-bfd.
3693         * Makefile.in: Regenerated.
3694
3695 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
3696
3697         * configure.ac: Don't add target-libmudflap to noconfigdirs for
3698         bfin*-*-uclinux* targets.
3699         * configure: Regenerate.
3700
3701 2007-06-14  Ian Lance Taylor  <iant@google.com>
3702
3703         * MAINTAINERS: Add myself as non-algorithmic global write
3704         maintainer.
3705
3706 2007-06-14  Diego Novillo  <dnovillo@google.com>
3707
3708         * MAINTAINERS: Add self as middle-end maintainer and
3709         non-algorithmic global write maintainer.
3710
3711 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3712
3713         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3714         Move all Fortran maintainers except Paul Brook into the
3715         Non-Autopoiesis section.
3716
3717 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
3718
3719         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3720         (distclean-stage[+id+]): Possibly delete stage_last.
3721         * Makefile.in: Regenerate.
3722
3723 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
3724
3725         * MAINTAINERS (Various Maintainer): Fix typo.
3726
3727 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
3728
3729         * MAINTAINERS (Various Maintainer): Add myself as
3730         dataflow maintainer.
3731
3732 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3733
3734         * config.sub, config.guess: Update from upstream sources.
3735
3736 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3737
3738         * Makefile.tpl: Fix spelling error.
3739         * Makefile.in: Regenerate.
3740
3741 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
3742
3743         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3744         lt_cv_sys_max_cmd_len.
3745
3746 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
3747
3748         * MAINTAINERS (Various Maintainers): Add myself as
3749         auto-vectorizer maintainer.
3750
3751 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
3752
3753         PR libjava/32098
3754         * libtool.m4: Revert previous change.
3755         * ltgcc.m4: Put it here.
3756
3757 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
3758
3759         * MAINTAINERS (Various Maintainers): Add myself as
3760         auto-vectorizer maintainer.
3761
3762 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3763
3764         PR libjava/32098
3765         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3766
3767 2007-05-30  Richard Guenther  <rguenther@suse.de>
3768
3769         * MAINTAINERS (Various Maintainers): Add myself as
3770         auto-vectorizer maintainer.
3771
3772 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
3773
3774         PR bootstrap/29382
3775         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3776         * configure: Rebuilt.
3777
3778 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
3779
3780         * MAINTAINERS (Write After Approval): Removed my name.
3781
3782 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
3783
3784         * MAINTAINERS (Write After Approval): Remove myself.
3785
3786 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
3787
3788         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3789
3790 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
3791
3792         * ltmain.sh: Update from ToT Libtool.
3793         * libtool.m4: Update from ToT Libtool.
3794         * ltsugar.m4: New. Update from ToT Libtool.
3795         * ltversion.m4: New. Update from ToT Libtool.
3796         * ltoptions.m4: New. Update from ToT Libtool.
3797         * ltconfig: Remove.
3798         * ltcf-c.sh: Remove.
3799         * ltcf-cxx.sh: Remove.
3800         * ltcf-gcj.sh: Remove.
3801
3802 2007-05-22  Ollie Wild  <aaw@google.com>
3803
3804         * MAINTAINERS (Write After Approval): Add myself.
3805
3806 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
3807
3808         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3809         stage_cflags.
3810         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3811         Remove CFLAGS/LIBCFLAGS.
3812         (configure-stage[+id+]-[+prefix+][+module+],
3813         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3814         * Makefile.in: Regenerate.
3815
3816 2007-05-15  Diego Novillo  <dnovillo@google.com>
3817
3818         * MAINTAINERS: Update e-mail address.
3819
3820 2007-05-15  Revital Eres  <eres@il.ibm.com>
3821
3822         * MAINTAINERS (Write After Approval): Add myself.
3823
3824 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
3825
3826         * MAINTAINERS (Write After Approval): Updated my address.
3827
3828 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
3829
3830         * MAINTAINERS (Write After Approval): Add myself.
3831
3832 2007-05-11  Silvius Rus  <rus@google.com>
3833
3834         * MAINTAINERS (Write After Approval): Add myself.
3835
3836 2007-04-23  Tom Tromey  <tromey@redhat.com>
3837
3838         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
3839
3840 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
3841
3842         * MAINTAINERS (cpplib): Rename to ...
3843         (libcpp): ... this.  Add C/C++ front end maintainers.
3844
3845 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
3846
3847         * config-ml.in: Pass ${ml_config_env} to configure calls.
3848
3849 2007-04-04  Christian Bruel  <christian.bruel@st.com>
3850
3851         * MAINTAINERS (Write After Approval): Add myself.
3852
3853 2007-04-02  Dave Korn  <dave.korn@artimi.com>
3854
3855         * MAINTAINERS (Write After Approval): Add myself.
3856
3857 2007-03-31  Tobias Burnus  <burnus@net-b.de>
3858
3859         * MAINTAINERS (fortran 95 front end): Add myself.
3860
3861 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3862
3863         * MAINTAINERS (Write After Approval): Add myself.
3864
3865 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
3866
3867         * MAINTAINERS (Modulo Scheduler): Add myself.
3868
3869 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
3870
3871         * MAINTAINERS (fortran 95 front end): Add myself.
3872         (c++ front end): whitespace fix.
3873
3874 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
3875
3876         * MAINTAINERS (Write After Approval): Add myself.
3877
3878 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
3879
3880         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3881         of glob.  Quote arguments with single quotes too.
3882         * configure: Regenerate.
3883
3884 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
3885
3886         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3887         * Makefile.in: Regenerate
3888
3889 2007-03-07  Andreas Schwab  <schwab@suse.de>
3890
3891         * configure: Regenerate.
3892
3893 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
3894
3895         * configure.ac: Add "--with-pdfdir" configure option,
3896         which defines pdfdir variable.
3897         * Makefile.def (target=fixincludes): Add install-pdf to
3898         missing targets.
3899         (recursive_targets): Add install-pdf target.
3900         (flags_to_pass): Add pdfdir.
3901         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3902         target.
3903         * configure: Regenerate
3904         * Makefile.in: Regenerate
3905
3906 2007-02-28  Eric Christopher  <echristo@apple.com>
3907
3908         Revert:
3909         2006-12-07  Mike Stump  <mrs@apple.com>
3910
3911         * Makefile.def (dependencies): Add dependency for
3912         install-target-libssp and install-target-libgomp on
3913         install-gcc.
3914         * Makefile.in: Regenerate.
3915
3916 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
3917
3918         * configure: Regenerate.
3919         * configure.ac: Move statements after variable declarations.
3920
3921 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
3922
3923         * MAINTAINERS: Add myself as sh maintainer.
3924
3925 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
3926
3927         * configure.ac: Adjust for loop syntax.
3928         * configure: Regenerate.
3929
3930 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3931
3932         * configure: Rebuilt.
3933
3934 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3935
3936         * configure.ac: Drop multiple occurrences of --enable-languages,
3937         and fix its quoting.
3938         * configure: Rebuilt.
3939
3940 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
3941             Nathan Sidwell  <nathan@codesourcery.com>
3942             Vladimir Prus  <vladimir@codesourcery.com>
3943             Joseph Myers  <joseph@codesourcery.com>
3944
3945         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3946         * configure: Regenerate.
3947
3948 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
3949
3950         * ltconfig (freebsd*): Default to elf.
3951
3952 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3953
3954         * configure.ac (target_libraries): Move libgcc before libiberty.
3955         * configure: Regenerated.
3956
3957 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3958             Paolo Bonzini  <bonzini@gnu.org>
3959
3960         PR bootstrap/30753
3961         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
3962         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
3963         * configure: Regenerated.
3964
3965 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3966
3967         * MAINTAINERS (Language Front End Maintainers): Update my mail
3968         address.
3969
3970 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3971
3972         PR bootstrap/30748
3973         * configure.ac: Correct syntax for Solaris ksh.
3974         * configure: Regenerated.
3975
3976 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3977
3978         * configure.ac: Sync with src.
3979         * configure: Regenerate.
3980
3981 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3982
3983         * Makefile.in: Regenerate.
3984
3985 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3986
3987         * config.sub: Sync with src.
3988
3989 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3990
3991         * Makefile.tpl (build_alias, host_alias, target_alias): Use
3992         noncanonical equivalents.
3993         * configure.in: Rename to...
3994         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
3995         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
3996         target_noncanonical.  Use them.  Rewrite removal of configure
3997         arguments for autoconf 2.59.  Discard variable settings.  Force
3998         program_transform_name for native tools.
3999
4000         * Makefile.in: Regenerated.
4001         * configure: Regenerated with autoconf 2.59.
4002
4003 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
4004
4005         * MAINTAINERS (Write After Approval): Add myself.
4006
4007 2007-01-31  Andreas Schwab  <schwab@suse.de>
4008
4009         * Makefile.tpl (LDFLAGS): Substitute it.
4010         * Makefile.in: Regenerate.
4011
4012 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
4013
4014         * MAINTAINERS (Write After Approval): Add myself.
4015
4016 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
4017
4018         * MAINTAINERS (spu port): Add myself.
4019
4020 2007-01-23  Richard Guenther  <rguenther@suse.de>
4021
4022         PR bootstrap/30541
4023         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4024         * Makefile.tpl (GNATBIND): Substitute it.
4025         (GNATMAKE): Likewise.
4026         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4027         of STAGE_PREFIX.
4028         * Makefile.in: Regenerate.
4029         * configure: Regenerate.
4030
4031 2007-01-18  Mike Stump  <mrs@apple.com>
4032
4033         * configure.in: Re-enable -Werror for gcc builds.
4034
4035 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
4036
4037         * MAINTAINERS (Write After Approval): Add myself.
4038
4039 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4040
4041         * configure.in: Change == to = in test command.
4042         * configure: Regenerate.
4043
4044 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4045             Nick Clifton  <nickc@redhat.com>
4046             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
4047
4048         * configure.in (build_configargs, host_configargs, target_configargs):
4049         Remove build/host/target parameters.
4050         (host_libs): Add gmp and mpfr.
4051         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4052         * Makefile.def (gmp, mpfr): New.
4053         (gcc): Remove target.
4054         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4055         target_os, target_vendor): New.
4056         (configure): Add host_alias/target_alias arguments; adjust invocations.
4057         * configure: Regenerate.
4058         * Makefile.in: Regenerate.
4059
4060 2007-01-11  Matt Fago  <fago@earthlink.net>
4061
4062         * configure.in: Try to link to functions only in mpfr 2.2.x
4063         to improve robustness of configure tests.
4064         * configure: Regenerate.
4065
4066 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
4067
4068         * MAINTAINERS: Add myself as i386 maintainer.
4069
4070 2007-01-08  Jan Hubicka  <jh@suse.cz>
4071
4072         * MAINTAINERS: Add myself as i386 maintainer.
4073
4074 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
4075
4076         * configure.in: Add support for an x86_64-mingw* target.
4077         * configure: Regenerate.
4078
4079 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
4080
4081         * Makefile.tpl (all-target): Correct @if conditional for target
4082         modules.
4083         * configure.in: Omit libiberty if building only target libgcc.
4084         * configure, Makefile.in: Regenerated.
4085
4086 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
4087
4088         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4089         * configure: Regenerate.
4090
4091 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
4092
4093         * Makefile.def (target_modules): Add libgcc.
4094         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
4095         * Makefile.tpl (clean-target-libgcc): Delete.
4096         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4097         on gcc even for bootstrapped modules.  Rewrite handling of
4098         lang_env_dependencies to loop over target_modules.
4099         * configure.in (target_libraries): Add target-libgcc.
4100         * Makefile.in, configure: Regenerated.
4101
4102 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4103
4104         * configure.in: Reorganize recognition of languages.  Add
4105         --enable-stage1-languages.  Show supported languages for the chosen
4106         target rather than all recognized languages.
4107         * configure: Regenerate.
4108
4109 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4110
4111         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4112         * Makefile.in: Regenerate.
4113
4114 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4115
4116         * configure.in: Warn that MPFR 2.2.0 is buggy.
4117         * configure: Regenerate.
4118
4119 2006-12-27  Ian Lance Taylor  <iant@google.com>
4120
4121         * configure.in: When removing Makefiles to force a reconfigure, also
4122         remove prev-DIR*/Makefile.
4123         * configure: Regenerate.
4124
4125 2006-12-22  Andreas Schwab  <schwab@suse.de>
4126
4127         * configure: Regenerate with correct autoconf version.
4128
4129 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
4130
4131         * configure.in: add AC_SUBST for *_FOR_TARGET.
4132         * configure: Regenerate.
4133
4134 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4135
4136         * configure.in: Simplify logic for rejecting languages that cannot
4137         be built.  Separate the case when a language is unsupported,
4138         from the case when the user chooses not to build a language.
4139
4140 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4141
4142         * configure.in: Remove "$build" case for powerpc-*-darwin* since
4143         it only affects bootstrap and could be tested on "$host" as well.
4144         * configure: Regenerate.
4145         * config/mh-ppc-darwin: Add to the stage1 cflags here.
4146
4147 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4148
4149         PR bootstrap/29544
4150         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4151         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4152         move here comment from Makefile.tpl.
4153         * Makefile.tpl: Move some definitions higher in the file.
4154         (STAGE1_CHECKING): New.
4155         * configure.in: Add --enable-stage1-checking.
4156         * configure: Regenerate.
4157         * Makefile.in: Regenerate.
4158
4159 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4160
4161         * MAINTAINERS: Add myself as build system maintainer.
4162
4163 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
4164
4165         * MAINTAINERS (Write After Approval): Add myself.
4166
4167 2006-12-13  Eric Christopher  <echristo@apple.com>
4168
4169         * MAINTAINERS: Add myself as darwin maintainer.
4170
4171 2006-12-11  Ian Lance Taylor  <ian@airs.com>
4172
4173         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4174
4175 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
4176
4177         MAINTAINERS: Update my entry.
4178
4179 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
4180
4181         * configure.in:  Handle spu makefile frag.
4182         * Makefile.tpl (MAINT): Define
4183         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4184         * configure: Regenerate.
4185         * Makefile.in: Regenerate.
4186
4187 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4188
4189         * config.guess: Import latest version.
4190         * config.sub: Likewise.
4191
4192 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4193
4194         * configure.in (spu-*-*): Don't skip target-libiberty.
4195         * configure: Regenerate.
4196
4197 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
4198
4199         PR bootstrap/30134
4200         * configure.in: Correct x86 darwin support for libjava to powerpc
4201         and i?86 only.
4202         * configure: Regenerate.
4203
4204 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
4205
4206         * configure.in: Add x86 darwin support for libjava.
4207         * configure: Regenerate.
4208
4209 2006-12-07  Mike Stump  <mrs@apple.com>
4210
4211         * Makefile.def (dependencies): Add dependency for
4212         install-target-libssp and install-target-libgomp on
4213         install-gcc.
4214         * Makefile.in: Regenerate.
4215
4216 2006-12-04  Richard Guenther  <rguenther@suse.de>
4217
4218         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4219         (Non-Algorithmic Maintainers): Move over non-algorithmic
4220         loop optimizer maintainers, add myself as a non-algorithmic
4221         middle-end maintainer.
4222
4223 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
4224
4225         * MAINTAINERS (Write After Approval): Add myself.
4226
4227 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4228
4229         * configure.in: Update error message for missing GMP/MPFR.
4230
4231         * configure: Regenerate.
4232
4233 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4234
4235         * configure.in: Update MPFR version in error message.
4236
4237         * configure: Regenerate.
4238
4239 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4240
4241         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4242         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4243         --with-gmp-lib): New flags.
4244
4245         * configure: Regenerate.
4246
4247 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
4248
4249         * MAINTAINERS (Write After Approval): Change my email address.
4250
4251 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4252
4253         * MAINTAINERS (Write After Approval): Add myself.
4254
4255 2006-11-22  Philipp Thomas  <pth@suse.de>
4256
4257         * MAINTAINERS (i18n): Update e-mail address.
4258
4259 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4260
4261         * MAINTAINERS (spu port): Add myself as maintainer.
4262         (Write After Approval): Remove myself.
4263
4264 2006-11-22  Ben Elliston  <bje@au.ibm.com>
4265
4266         * configure.in (skipdirs): Don't build libssp for SPU.
4267         * configure: Regenerate.
4268
4269 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4270
4271         * MAINTAINERS (spu port): Add myself as maintainer.
4272         (libobjc): Update my email address.
4273
4274 2006-11-21  Andrea Bona  <andrea.bona@st.com>
4275
4276         * MAINTAINERS (Write After Approval): Add myself.
4277
4278 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4279
4280         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4281         * configure : Rebuilt.
4282
4283 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4284
4285         * MAINTAINERS (Write After Approval): Add myself.
4286
4287 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
4288
4289         * MAINTAINERS (Write After Approval): Add myself.
4290
4291 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4292
4293         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4294         libmpfr.a.
4295         * configure: Regenerate.
4296
4297 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
4298
4299         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4300         (unstage): Test for stage_last presence.
4301
4302         PR bootstrap/29802
4303         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4304         STAGE_PREFIX.
4305         * Makefile.in: Regenerate.
4306
4307 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
4308
4309         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4310         maintainers.
4311
4312 2006-11-14  Erven Rohou  <erven.rohou@st.com>
4313
4314         * MAINTAINERS (Write After Approval): Add myself.
4315
4316 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
4317
4318         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4319         and stageN-package/Makefile.
4320         * Makefile.in: Regenerated.
4321
4322 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
4323
4324         * configure.in: Remove target-libgloss from noconfigdirs for
4325         bfin-*-*.
4326         * configure: Regenerated.
4327
4328 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4329
4330         * configure.in (have_gmp): Only error if the gcc directory exists.
4331
4332         * configure: Regenerate.
4333
4334 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4335
4336         * configure.in: Robustify error message for missing GMP/MPFR.
4337
4338         * configure: Regenerate.
4339
4340 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
4341
4342         * MAINTAINERS (Write After Approval): Add myself.
4343
4344 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
4345
4346         * MAINTAINERS: Change email address.
4347
4348 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
4349
4350         * MAINTAINERS (Write After Approval): Add myself.
4351
4352 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
4353
4354         * MAINTAINERS (Write After Approval): Add myself.
4355
4356 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
4357
4358         * MAINTAINERS (Write After Approval): Move myself to
4359         Write After Approval section.
4360
4361 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4362
4363         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
4364         need_gmp anymore.
4365         * configure: Regenerate.
4366
4367 2006-10-16  Tobias Burnus  <burnus@net-b.de>
4368
4369         * MAINTAINERS (Write After Approval): Add myself.
4370
4371 2006-10-16  Ben Elliston  <bje@au.ibm.com>
4372
4373         * config.guess: Import latest version.
4374         * config.sub: Likewise.
4375
4376 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
4377
4378         * Makefile.def: Added pdf target handling.
4379         * Makefile.tpl: Added pdf target handling.
4380         * Makefile.in: Regenerated.
4381
4382 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
4383
4384         * MAINTAINERS: Add self as score port maintainer.
4385
4386 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
4387
4388         * MAINTAINERS (Write After Approval): Add myself.
4389
4390 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
4391
4392         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
4393         or newer.
4394         * configure: Regenerated.
4395
4396 2006-09-27  Dave Brolley  <brolley@redhat.com>
4397
4398         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4399         using $s instead of $r.
4400         * configure: Regenerated.
4401
4402 2006-09-26  Thiemo Seufer  <ths@mips.com>
4403
4404         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4405         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4406         * configure: Regenerate.
4407
4408 2006-09-24  Graeme Peterson  <gridly@gmail.com>
4409
4410         * MAINTAINERS (Write After Approval): Remove myself.
4411
4412 2006-09-22  Chao-ying Fu  <fu@mips.com>
4413
4414         * MAINTAINERS (Write After Approval): Add myself.
4415
4416 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
4417
4418         * MAINTAINERS: Add self as soft-fp maintainer.
4419
4420 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
4421
4422         * MAINTAINERS: Add myself as avr maintainer.
4423         Remove Marek Michalkiewicz as avr maintainer.
4424
4425 2006-09-07  Roberto Costa  <roberto.costa@st.com>
4426
4427         * MAINTAINERS (Write After Approval): Add myself.
4428
4429 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
4430
4431         * configure.in: Never build newlib for a Mingw host.
4432         Never build newlib as Mingw target library.
4433         Test the existence of winsup/cygwin for building a Cygwin newlib,
4434         rather than just winsup.
4435         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4436         building a Mingw target.
4437         * configure: Regenerate.
4438
4439 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4440
4441         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4442
4443 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
4444
4445         * config.guess: Import from src (was more updated).
4446         * config.sub: Likewise.
4447
4448 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
4449
4450         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4451         * configure: Regenerated.
4452
4453 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
4454
4455         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4456         for stages after the first.
4457
4458 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
4459
4460         * Makefile.def: Add dependencies for configure-opcodes
4461         on configure-intl and all-opcodes on all-intl.
4462         * Makefile.in: Regenerated.
4463
4464 2006-07-13  Ben Elliston  <bje@au.ibm.com>
4465
4466         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4467
4468 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4469
4470         Port to hosts whose 'sort' and 'tail' implementations
4471         treat operands with leading '+' as file names, as POSIX
4472         has required since 2001.  However, make sure the code still
4473         works on pre-POSIX hosts.
4474         * ltmain.sh: Don't assume "sort +2" is equivalent to
4475         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4476
4477 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
4478
4479         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4480
4481 2006-07-04  Peter O'Gorman  <peter@pogma.com>
4482
4483         * ltconfig: chmod 644 before ranlib during install.
4484
4485 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4486
4487         PR bootstrap/18058
4488         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4489         if the bootstrap compiler is a GCC version that supports it.
4490         * configure: Regenerate.
4491
4492 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4493
4494         * configure.in: Fix thinkos in previous check-in.
4495         * configure: Regenerate.
4496
4497 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4498
4499         PR other/27063
4500         * configure.in: Test subdir_requires and give an appropriate
4501         error message.
4502         * configure: Regenerate.
4503
4504 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
4505
4506         * MAINTAINERS (Write After Approval): Add myself.
4507
4508 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
4509
4510         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4511
4512 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
4513
4514         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4515
4516 2006-06-20  David Ayers  <d.ayers@inode.at>
4517
4518         PR bootstrap/28072
4519         * configure.in: Add target-boehm-gc to noconfigdirs depending on
4520         whether target-libjava is being configured instead of whether the
4521         java front end is enabled.
4522         * configure: Regenerate.
4523
4524 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4525
4526         PR target/27540
4527         * configure.in: Only enable libgomp on IRIX 6.
4528         * configure: Regenerate.
4529
4530 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
4531
4532         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4533         too.
4534         * Makefile.in: Regenerate.
4535
4536 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
4537
4538         * config-ml.in: Alter CCASFLAGS to include special
4539         multilib options the same as is done for CFLAGS.
4540
4541 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4542
4543         * configure.in: Don't enable libgomp on hpux10.
4544         * configure: Rebuilt.
4545
4546 2006-06-12  David Ayers  <d.ayers@inode.at>
4547
4548         PR bootstrap/27963
4549         PR target/19970
4550         * configure.in: Remove target-boehm-gc from noconfigdirs where
4551         ${libgcj} is specified.
4552         * configure: Regenerate.
4553
4554 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
4555
4556         Sync from src:
4557
4558         * configure.in: Sync.
4559         * configure: Regenerated.
4560
4561         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
4562
4563         * Makefile.def: Added dependencies from sim and gdb on intl, and
4564         added configure dependencies to everything with an all dependency
4565         on intl.
4566         * Makefile.in: Regenerated.
4567
4568 2006-06-06  David Ayers  <d.ayers@inode.at>
4569
4570         PR libobjc/13946
4571         * Makefile.def: Add dependencies for libobjc which boehm-gc.
4572         * Makefile.in: Regenerate.
4573         * configure.in: Add --enable-objc-gc at toplevel and have it
4574         enable boehm-gc for Objective-C.
4575         Remove target-boehm-gc from libgcj.
4576         Add target-boehm-gc to target_libraries.
4577         Add target-boehm-gc to noconfigdirs where ${libgcj}
4578         is specified.
4579         Assert that boehm-gc is supported when requested for Objective-C.
4580         Only build boehm-gc if needed either for Java or Objective-C.
4581         * configure: Regenerate.
4582
4583 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
4584
4585         PR 27674
4586         * Makefile.tpl (configure-[+prefix+][+module+],
4587         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4588         Remove rule to unstage bootstrapped modules.
4589         (stage_current): New.
4590         * Makefile.in: Regenerate.
4591
4592 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4593
4594         * MAINTAINERS (Write After Approval): Update my e-mail address.
4595
4596 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
4597
4598         * include/libiberty.h: Declare pex_run_in_environment.
4599
4600 2006-05-31  Asher Langton  <langton2@llnl.gov>
4601
4602         * MAINTAINERS (Write After Approval): Add myself.
4603
4604 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
4605
4606         * Makefile.def (bfd, opcodes): Fix lib_path.
4607         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4608         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
4609         * Makefile.in: Regenerate.
4610
4611 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4612
4613         * Makefile.in: Regenerate.
4614
4615 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4616
4617         * Makefile.def: Add install-html target. Add datarootdir
4618         docdir and htmldir to flags_to_pass.
4619         * Makefile.tpl: Add install-html target.
4620         * Makefile.in: Regenerate.
4621         * configure.in: Add --with-datarootdir, --with-docdir, and
4622         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4623         * configure: Regenerate.
4624
4625 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
4626
4627         * configure.in: Enable gprof for cross builds.
4628         * configure: Regenerate.
4629
4630 2006-05-22  Richard Guenther  <rguenther@suse.de>
4631
4632         Revert
4633         2006-01-31  Richard Guenther  <rguenther@suse.de>
4634         Paolo Bonzini  <bonzini@gnu.org>
4635
4636         * Makefile.def (target_modules): Add libgcc-math target module.
4637         * configure.in (target_libraries): Add libgcc-math target library.
4638         (--enable-libgcc-math): New configure switch.
4639         * Makefile.in: Re-generate.
4640         * configure: Re-generate.
4641         * libgcc-math: New toplevel directory.
4642
4643 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4644             Andreas Tobler  <a.tobler@schweiz.ch>
4645
4646         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
4647         * configure: Rebuilt.
4648
4649 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
4650
4651         * MAINTAINERS (Write After Approval): Add myself.
4652
4653 2006-05-01  DJ Delorie  <dj@redhat.com>
4654
4655         * configure.in: Restore CFLAGS if GMP isn't present.
4656         * configure: Regenerate.
4657
4658 2006-05-01  Richard Guenther  <rguenther@suse.de>
4659
4660         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4661         maintainer.
4662
4663 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
4664
4665         * MAINTAINERS (Write After Approval): Add myself.
4666
4667 2006-04-28  Jan Beulich  <jbeulich@novell.com>
4668
4669         * MAINTAINERS (Write After Approval): Add myself.
4670
4671 2006-04-18  DJ Delorie  <dj@redhat.com>
4672
4673         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
4674         reference libgloss so that libssp can be built in a combined
4675         tree.
4676         * configure: Regenerate.
4677
4678 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
4679
4680         * MAINTAINERS (Write After Approval): Add myself.
4681
4682 2006-04-05  Ben Elliston  <bje@au.ibm.com>
4683
4684         * configure.in: Require makeinfo 4.4 or higher.
4685         * configure: Regenerate.
4686
4687 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
4688
4689         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4690         Rearrange the entries of other libraries to have them in one place.
4691
4692 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
4693
4694         * MAINTAINERS (Write After Approval): Remove myself.
4695         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4696
4697 2006-03-14  Richard Guenther  <rguenther@suse.de>
4698
4699         * configure: Regenerate with autoconf 2.13.
4700
4701 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
4702
4703         * MAINTAINERS: Use my work address.
4704
4705         * MAINTAINERS: Update my E-mail address.
4706
4707 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
4708
4709         * configure.in: Handle --disable-<component> generically.
4710         * configure: Regenerate.
4711
4712 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
4713
4714         PR libgcj/17311
4715         * ltmain.sh: Don't use "$finalize_rpath" for compile.
4716
4717 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
4718
4719         * MAINTAINERS (Write After Approval):  Remove myself.
4720         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4721
4722 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
4723
4724         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
4725         (TARGET_CONFIGDIRS): Remove.
4726         * configure.in: Remove AC_SUBST(target_configdirs).
4727         * Makefile.in, configure: Regenerated.
4728
4729 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
4730
4731         * MAINTAINERS (Write After Approval):  Remove myself.
4732         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4733
4734 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
4735
4736         PR bootstrap/25670
4737
4738         * Makefile.tpl ([+compare-target+]): Print explanation messages.
4739
4740         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4741         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4742         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4743         BUILD_PREFIX, BUILD_PREFIX_1.
4744         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4745
4746         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4747         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4748
4749         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4750         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4751         of `cat stage_current`.  Always provide the `r' and `s' variables.
4752         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4753         a single shell execution.
4754         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4755         bootstrapped modules, make the stage1 module if the build was not
4756         started yet, else build the current stage.
4757         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4758         (all-build, all-host, all-target, [+make_target+]-host,
4759         [+make_target+]-target): Do not use \-continued lines.
4760         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4761         (current_stage, restrap, stage_last): New.
4762
4763         * Makefile.in: Regenerate.
4764         * configure: Regenerate.
4765
4766 2006-02-19  Bud Davis  <jmdavis@link.com>
4767
4768         * MAINTAINERS (Write After Approval):  Remove myself.
4769         (Language Front End Maintainers):  Add myself as fortran 95
4770         maintainer and update e-mail address.
4771
4772 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4773
4774         * MAINTAINERS (Write After Approval):  Remove myself.
4775         (Language Front End Maintainers):  Add myself as fortran 95
4776         maintainer.
4777
4778 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
4779
4780         * MAINTAINERS (Write After Approval): Add myself.
4781
4782 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
4783
4784         * MAINTAINERS (Write After Approval):  Remove myself.
4785         (Language Front End Maintainers):  Add myself as
4786         fortran 95 maintainer.
4787
4788 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4789
4790         Sync from src:
4791
4792         2005-12-27  Leif Ekblad  <leif@rdos.net>
4793
4794         * configure.in: Add support for RDOS target.
4795         * configure: Regenerate.
4796
4797 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4798             Andreas Schwab  <schwab@suse.de>
4799
4800         * configure: Regenerate.
4801
4802 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
4803
4804         * configure.in (enable_libgomp): Add AIX.
4805         * configure: Regenerate.
4806
4807 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
4808
4809         * MAINTAINERS (Write After Approval): Add myself.
4810
4811 2006-02-03  Lee Millward  <lee.millward@gmail.com>
4812
4813         * MAINTAINERS (Write After Approval): Add myself.
4814
4815 2006-01-31  Richard Guenther  <rguenther@suse.de>
4816         Paolo Bonzini  <bonzini@gnu.org>
4817
4818         * Makefile.def (target_modules): Add libgcc-math target module.
4819         * configure.in (target_libraries): Add libgcc-math target library.
4820         (--enable-libgcc-math): New configure switch.
4821         * Makefile.in: Re-generate.
4822         * configure: Re-generate.
4823         * libgcc-math: New toplevel directory.
4824
4825 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
4826
4827         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4828         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4829         the assembler, linker and binutils.
4830         * configure: Regenerate.
4831
4832 2006-01-22  Dirk Mueller  <dmueller@suse.de>
4833
4834         * MAINTAINERS (Write After Approval): Add myself.
4835
4836 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
4837
4838         * configure: Regenerate.
4839
4840 2006-01-18  Richard Henderson  <rth@redhat.com>
4841             Jakub Jelinek  <jakub@redhat.com>
4842             Diego Novillo  <dnovillo@redhat.com>
4843
4844         * libgomp: New directory.
4845         * Makefile.def: Add target_module libgomp.
4846         * Makefile.in: Regenerate.
4847         * configure.in (target_libraries): Add target-libgomp.
4848         * configure: Regenerate.
4849
4850 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
4851
4852         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4853         @ from continuation.
4854         * Makefile.in: Rebuilt.
4855
4856 2006-01-04  Chris Lattner  <sabre@gnu.org>
4857
4858         * MAINTAINERS (Write After Approval): Add myself.
4859
4860 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
4861
4862         PR bootstrap/24252
4863
4864         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4865         * Makefile.tpl (OBJDUMP): New.
4866         (EXTRA_HOST_FLAGS): Add it.
4867         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4868
4869         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4870         to use symbolic links between directories.  Avoid race conditions
4871         or make them harmless.
4872         * configure.in: Do not try to use symbolic links between directories.
4873
4874         * Makefile.def (LEAN): Pass.
4875         * Makefile.tpl (LEAN): Define.
4876         (stage[+id+]-start): Accept that the previous directory does not
4877         exist, if the bootstrap is lean.
4878         (stage[+id+]-bubble): Invoke lean bootstrap commands after
4879         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
4880         configure substitution.
4881         ([+compare-target+]): Likewise.
4882         ([+bootstrap-target+]-lean): New.
4883         * configure.in: Remove lean bootstrap support from here.
4884
4885         * Makefile.in: Regenerate.
4886         * configure: Regenerate.
4887
4888 2006-01-04  Ben Elliston  <bje@au.ibm.com>
4889
4890         * MAINTAINERS (libdecnumber): Add myself.
4891
4892 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
4893
4894         * libtool-ldflags: New script.
4895
4896 2006-01-02  Andreas Schwab  <schwab@suse.de>
4897
4898         * configure.in: When reconfiguring remove Makefile in
4899         all stage directories.
4900         * configure: Regenerate.
4901
4902 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
4903
4904         * MAINTAINERS: Update my email address.
4905
4906 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
4907
4908         Revert Ada-related part of the previous change.
4909
4910         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4911         Do not pass.
4912         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4913         * Makefile.in: Regenerate.
4914         * configure.in: Do not include mt-ppc-aix target fragment.
4915         * configure: Regenerate.
4916
4917 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
4918
4919         * configure.in: Select appropriate fragments for PowerPC/AIX.
4920         * configure: Regenerate.
4921
4922         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4923         BOOT_CFLAGS, BOOT_LDFLAGS.
4924         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4925         BOOT_CFLAGS, BOOT_LDFLAGS.
4926         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4927         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4928         (stage): Fail if we cannot complete the work.
4929         * Makefile.in: Regenerate.
4930
4931 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
4932
4933         * configure.in: Replace ms1 with mt.
4934         * configure: Rebuilt.
4935
4936 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
4937
4938         * MAINTAINERS: Update my email address.
4939
4940 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
4941
4942         * Makefile.tpl (all, do-[+make_target+], do-check, install,
4943         install-host-nogcc): Don't invoke $(stage) at the end.
4944         * Makefile.in: Regenerate.
4945
4946 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
4947
4948         * configure.in: Flip the top-level bootstrap switch.
4949         * configure: Regenerate.
4950
4951 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
4952
4953         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4954         $(stage) and $(unstage).
4955         (EXTRA_TARGET_FLAGS): Correct double-quoting.
4956         (all): Remove stray semicolon.
4957         (local-distclean): Don't handle multilib.tmp and multilib.out.
4958         (install.all): Set $s for consistency.
4959         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4960         check_multilibs setting.  Always make the install directory.
4961         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4962         Correct @if/@endif.
4963         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4964         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4965         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4966         (multilib.out): Remove.
4967         * Makefile.in: Regenerated.
4968
4969 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
4970
4971         * MAINTAINERS (Write After Approval): Add myself.
4972
4973 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
4974
4975         * MAINTAINERS: Add myself as mt maintainer.
4976
4977         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
4978
4979 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
4980
4981         * MAINTAINERS: Change email address.
4982
4983 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
4984
4985         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4986         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4987         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
4988         Find in-tree tools if available.
4989         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4990         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4991         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4992         (COMPILER_*_FOR_TARGET): New.
4993         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4994         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4995         (CONFIGURED_*, USUAL_*): Remove.
4996         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4997         STRIP): Use autoconf substitutions.
4998         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4999         COMPILER_NM_FOR_TARGET): New.
5000         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5001
5002         (all): Make all-host and all-target in parallel.
5003         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5004         that $$r and $$s are set before invoking a recursive make.
5005         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5006         ([+bootstrap-target+]): Inline most of the `all' target.
5007
5008 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5009
5010         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5011         from the gcc build directory.
5012         * Makefile.in: Regenerate.
5013
5014 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5015
5016         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
5017         depend on all-libdecnumber.
5018         * configure.in (host_libs): Include libdecnumber.
5019         * Makefile.in: Regenerate.
5020         * configure: Likewise.
5021
5022 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5023
5024         * libdecnumber: Import decNumber sources from the dfp-branch.
5025
5026 2005-11-21  Kean Johnston  <jkj@sco.com>
5027
5028         * config.sub, config.guess: Sync from upstream sources.
5029
5030 2005-11-21  Ben Elliston  <bje@au.ibm.com>
5031
5032         Import from Autoconf sources:
5033
5034         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
5035         * config/move-if-change: Don't output "$2 is unchanged";
5036         suggested by Ben Elliston.  Handle weird characters correctly.
5037
5038 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
5039
5040         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5041         to match upstream libtool for darwin.
5042
5043 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
5044
5045         * Makefile.def: Remove gdb dependencies for gdbtk.
5046         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5047         (configure-gdb, install-gdb): New rules.
5048         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5049         * Makefile.in, configure: Regenerated.
5050
5051 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
5052
5053         * MAINTAINERS (Write After Approval): Add myself.
5054
5055 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
5056
5057         * MAINTAINERS (Write After Approval): Add myself.
5058
5059 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
5060
5061         * MAINTAINERS (alias analysis): Add Daniel Berlin and
5062         Diego Novillo.
5063
5064 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
5065
5066         PR bootstrap/24297
5067         * Makefile.tpl (do-[+make-target+], do-check, install,
5068         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5069         are set before recursing.
5070         * Makefile.in: Regenerate.
5071
5072 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
5073
5074         PR bootstrap/18939
5075         * Makefile.def (gcc) <target>: Fix thinko.
5076         * Makefile.in: Regenerate.
5077
5078 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
5079
5080         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5081         * configure: Regenerate.
5082
5083 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
5084
5085         * MAINTAINERS (Write After Approval): Add self.
5086
5087 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
5088
5089         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5090         target-libffi, target-qthreads, target-libjava, and
5091         targetlibobjc.
5092         * configure: Regenerate.
5093
5094 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
5095
5096         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5097         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5098         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5099         (USUAL_OBJDUMP_FOR_TARGET): New.
5100         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5101         * configure.in: Check for $OBJDUMP_FOR_TARGET.
5102         * configure, Makefile.in: Regenerated.
5103
5104 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5105
5106         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5107         before other host packages.
5108
5109 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
5110
5111         * MAINTAINERS: Add self as sh libraries/configury maintainer.
5112
5113 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5114
5115         PR bootstrap/22340
5116
5117         * configure.in (default_target): Remove.
5118         * Makefile.tpl (all): Do not use prerequisites as subroutines
5119         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5120         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5121         use prerequisites as subroutines.
5122         (check-host, check-target): New.
5123         (bootstrap configure & all targets): Do not use stage*-start
5124         if the directory layout is already ok.
5125         (non-bootstrap configure & all targets): Prepend a $(unstage).
5126         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
5127         (NOTPARALLEL): Remove.
5128         (unstage, stage variables): New variables.
5129         (unstage, stage targets): Simply expand to those variables.
5130
5131         * configure: Regenerate.
5132         * Makefile.in: Regenerate.
5133
5134 2005-10-04  James E Wilson  <wilson@specifix.com>
5135
5136         * Makefile.def (lang_env_dependencies): Add libmudflap.
5137         * Makefile.in: Regenerate.
5138
5139 2005-10-03  Andreas Schwab  <schwab@suse.de>
5140
5141         Backport from libtool CVS:
5142         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
5143
5144         * ltmain.sh: add support for installing into temporary
5145         staging area (e.g. 'make install DESTDIR=...')
5146
5147 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5148
5149         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5150         * configure: Regenerated.
5151
5152 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
5153
5154         * configure: Regenerate with the correct
5155         autoconf version.
5156
5157 2005-09-30  Catherine Moore  <clm@cm00re.com>
5158
5159         * configure.in (bfin-*-*): New.
5160         * configure: Regenerated.
5161
5162 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
5163
5164         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5165         (LIPO_FOR_TARGET): New.
5166         (CONFIGURED_LIPO_FOR_TARGET): New.
5167         (USUAL_LIPO_FOR_TARGET): New.
5168         (STRIP_FOR_TARGET): New.
5169         (CONFIGURED_STRIP_FOR_TARGET): New.
5170         (USUAL_STRIP_FOR_TARGET): New.
5171         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5172         STRIP_FOR_TARGET.
5173         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5174         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5175         * Makefile.in: Regenerate.
5176         * configure: Regenerate.
5177
5178 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
5179
5180         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5181         (rs6000-*-aix*): Same.
5182         * configure: Regenerate.
5183
5184 2005-09-16  Tom Tromey  <tromey@redhat.com>
5185
5186         * MAINTAINERS: Add self as java maintainer.
5187
5188 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5189
5190         * configure.in: Recognize f95 in the --enable-languages option,
5191         and substitute it for fortran, issuing a warning.
5192         * configure: Regenerate.
5193
5194 2005-08-30  Phil Edwards  <phil@codesourcery.com>
5195
5196         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
5197         * configure:  Regenerated.
5198
5199 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
5200
5201         * MAINTAINERS: Add self as ms1 maintainer.
5202
5203 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
5204
5205         * Makefile.def (libssp): Add to lang_env_dependencies.
5206         * Makefile.in: Regenerate.
5207
5208 2005-08-18  Ian Lance Taylor  <ian@airs.com>
5209
5210         * MAINTAINERS: Add myself as middle-end maintainer.
5211
5212 2005-08-17  Christian Groessler  <chris@groessler.org>
5213
5214         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5215         * Makefile.in: Regenerate.
5216
5217 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
5218
5219         * MAINTAINERS (write after approval): Added myself.
5220
5221 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
5222
5223         * MAINTAINERS (Write After Approval): Add myself.
5224
5225 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
5226
5227         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5228         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5229         Look for alternate names of the target cc and c++
5230         * configure: Regenerate.
5231
5232 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
5233
5234         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5235         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5236         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5237         tools; remove code to manually set them.
5238         (Target tools): Look in the environment for them.
5239         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5240         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5241         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5242         build directory.
5243         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5244         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5245         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5246         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5247         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5248         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5249         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5250         * configure: Regenerate.
5251         * Makefile.in: Regenerate.
5252
5253 2005-07-28  Ben Elliston  <bje@au.ibm.com>
5254
5255         * MAINTAINERS: Update for removed CPU targets.
5256
5257 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
5258
5259         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5260         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5261         * Makefile.in: Regenerated.
5262
5263 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
5264
5265         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5266         (CFLAGS_FOR_TARGET): Use it.
5267         (CXXFLAGS_FOR_TARGET): Likewise.
5268         * Makefile.in: Regenerated.
5269         * configure.in (--with-build-sysroot): New option.
5270         * configure: Regenerated.
5271
5272 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
5273
5274         * Makefile.tpl: Wrap install between unstage and stage
5275         * Makefile.in: Regenerate.
5276
5277 2005-07-21  Eric Christopher  <echristo@apple.com>
5278
5279         * MAINTAINERS: Update affiliation.
5280
5281 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
5282
5283         * MAINTAINERS: Add self as crx port maintainer.
5284
5285 2005-07-20  DJ Delorie  <dj@redhat.com>
5286
5287         * MAINTAINERS: Add self as m32c maintainer.
5288
5289 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
5290
5291         * all files: Update FSF address.
5292
5293 2005-07-15  Eric Christopher  <echristo@redhat.com>
5294
5295         * MAINTAINERS: Change affiliation.
5296
5297 2005-07-14  Jim Blandy  <jimb@redhat.com>
5298
5299         * configure.in: Add cases for Renesas m32c.
5300         * configure: Regenerated.
5301
5302 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5303
5304         * COPYING.LIB: Update from fsf.org.
5305
5306 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5307
5308         * COPYING, compile, config.guess,
5309         config.sub, install-sh, missing, mkinstalldirs,
5310         symlink-tree, ylwrap: Sync from upstream sources.
5311         * config-ml.in: Update FSF address.
5312
5313 2005-07-13  Eric Christopher  <echristo@redhat.com>
5314
5315         * configure.in: Add toplevel noconfigdir support for tpf.
5316         * configure: Regenerate.
5317
5318 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
5319
5320         PR ada/22340
5321
5322         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5323         * Makefile.in: Regenerate.
5324
5325 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
5326
5327         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
5328         Brolley to write-after-approval.
5329
5330 2005-07-07  Andreas Schwab  <schwab@suse.de>
5331
5332         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5333         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5334         * Makefile.in: Regenerated.
5335
5336 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
5337
5338         * configure.in: Don't build sim or rda when targetting darwin.
5339         * configure: Regenerate.
5340
5341 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
5342
5343         * configure.in: Add --enable-libssp and --disable-libssp.
5344         * configure: Regenerate with autoconf-2.13.
5345
5346 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
5347
5348         * Makefile.def (target_modules): Add libssp.
5349         * configure.in (target_libraries): Add target-libssp.
5350         * configure: Rebuilt.
5351         * Makefile.in: Rebuilt.
5352
5353 2005-07-01  Zack Weinberg  <zackw@panix.com>
5354
5355         * MAINTAINERS: Change email address.  Resign from maintainership.
5356
5357 2005-07-01  Richard Guenther  <rguenther@suse.de>
5358
5359         * MAINTAINERS: Change my e-mail address and affiliation.
5360
5361 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
5362
5363         * Makefile.def (stagefeedback): Come after profile.
5364         Define profiledbootstrap target.
5365         * Makefile.tpl (profiledbootstrap): Remove.
5366         (stageprofile-end): Zap stagefeedback.
5367         (stagefeedback-start): Copy all .gcda files, not only GCC's.
5368         * Makefile.in: Regenerate.
5369
5370 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
5371
5372         * MAINTAINERS: Update my email address.
5373
5374 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
5375
5376         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
5377         In 'cpp' stanza, support '#line' as well as '# '.
5378
5379 2005-06-08  Andreas Schwab  <schwab@suse.de>
5380
5381         * MAINTAINERS: Move myself from 'Write After Approval' to
5382         'CPU Port Maintainers' section as m68k maintainer.
5383
5384 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
5385
5386         * configure.in (unsupported_languages): New macro.
5387         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
5388         non-ported target libraries in noconfigdirs.
5389         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5390         non-linux-gnu.  Remove libgcj_ex_libffi.
5391         <lang_frag loop>: Set add_this_lang=no if the language is in
5392         unsupported_languages.
5393         * configure: Regenerate.
5394
5395 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
5396
5397         * configure.in: Fix typo in handling of --with-mpfr-dir.
5398         * configure: Regenerate.
5399
5400 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
5401
5402         * MAINTAINERS: Update my email address.
5403
5404 2005-06-02  Jim Blandy  <jimb@redhat.com>
5405
5406         * config.sub: Add cases for the Renesas m32c.  (This patch has been
5407         accepted into the master sources.)
5408
5409 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
5410             Michael Snyder  <msnyder@redhat.com>
5411             Stan Cox  <scox@redhat.com>
5412
5413         * configure.in: Set noconfigdirs for ms1.
5414
5415         * configure: Regenerate.
5416
5417 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
5418
5419         * MAINTAINERS (Write After Approval): Add self.
5420
5421 2005-06-01  Josh Conner  <jconner@apple.com>
5422
5423         * MAINTAINERS (Write After Approval): Add self.
5424
5425 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
5426
5427         * MAINTAINERS: Update my email address.
5428
5429 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
5430
5431         * MAINTAINERS (Write After Approval): Add self.
5432
5433 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
5434
5435         * MAINTAINERS (Write After Approval): Remove self.
5436
5437 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
5438
5439         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5440         (Dependencies): Consider target modules for bootstrap dependencies.
5441         Make target bootstrap modules depend on each stage's gcc.
5442         * Makefile.in: Regenerate.
5443
5444 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
5445
5446         * Makefile.def (configure-gcc): Depend on binutils having been built.
5447         (all-gcc): No need to do it here.
5448         * Makefile.in: Regenerate.
5449
5450 2005-05-19  Paul Brook  <paul@codesourcery.com>
5451
5452         * configure.in: Rewrite misleading error message when requested
5453         language cannot be built.
5454         * configure: Regenerate.
5455
5456 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
5457
5458         * ylwrap: Import from Automake 1.9.5.
5459
5460 2005-05-13  David Ung  <davidu@mips.com>
5461
5462         * MAINTAINERS (Write After Approval): Add self.
5463
5464 2005-05-09  Mike Stump  <mrs@apple.com>
5465
5466         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5467         lt_cv_sys_max_cmd_len for now.
5468
5469 2005-05-09  Stan Cox  <scox@redhat.com>
5470
5471         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5472
5473 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
5474
5475         * README.SCO: Update the URL.
5476
5477 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
5478
5479         * ltconfig: Define file_list_spec.  Pass file_list_spec and
5480         with_gnu_ld to libtool.
5481         * ltcf-c.sh (aix[45]): Define file_list_spec.
5482         * ltcf-cxx.sh (aix[45]): Same.
5483         * ltcf-gcj.sh (aix[45]): Same.
5484         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5485         exists, write list of input files to temporary file.
5486
5487 2005-05-04  Mike Stump  <mrs@apple.com>
5488
5489         * configure.in: Always pass --target to target configures as
5490         otherwise rebuilds that do --recheck will fail.
5491         * confiugure: Rebuilt.
5492
5493 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
5494
5495         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5496         STAGE_HOST_EXPORTS.
5497         (configure, all): Add bootstrap support.
5498         (Host modules, target modules): Pass post-stage1 flags and exports.
5499         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5500         * Makefile.in: Regenerate.
5501
5502 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
5503
5504         * configure: Regenerate.
5505
5506 2005-04-27  Mike Stump  <mrs@apple.com>
5507
5508         * MAINTAINERS: Add self as darwin maintainer.
5509
5510 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
5511
5512         * config.sub: Update from master copy.
5513
5514 2005-04-21  Mike Stump  <mrs@apple.com>
5515
5516         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5517         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5518
5519 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
5520
5521         * configure.in <crisv32-*-*, cris-*-*>: New local variable
5522         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
5523         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
5524         "*-*-elf" and "*-*-linux*".
5525         * configure: Regenerate.
5526
5527 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
5528
5529         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5530
5531 2005-04-12  Mike Stump  <mrs@apple.com>
5532
5533         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5534
5535 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
5536
5537         * MAINTAINERS (Write After Approval): Add myself.
5538
5539 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
5540
5541         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5542
5543 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
5544
5545         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5546         (TARGET_CONFIGARGS): Include --with-target-subdir.
5547         (configure, all): New macros.  Use them throughout.
5548         * Makefile.in: Regenerate.
5549
5550 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
5551
5552         * MAINTAINERS (Write After Approval): Add myself.
5553
5554 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5555
5556         * MAINTAINERS: Remove 'loop unrolling' maintainer.
5557
5558 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
5559
5560         * MAINTAINERS: Move John Carr to Write After Approval.
5561
5562 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
5563
5564         * config/mh-mingw32: Delete.
5565         * configure.in: Don't use it.
5566         * configure: Regenerate.
5567
5568 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
5569
5570         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5571         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5572         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5573         (HOST_LIB_PATH): Generate from Makefile.def.
5574         (TARGET_LIB_PATH): Likewise.
5575         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5576         * Makefile.in: Regenerate.
5577         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5578         (RPATH_ENVVAR): Include Darwin case.
5579         * configure: Regenerate.
5580
5581 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
5582
5583         * MAINTAINERS (Various Maintainers): Remove self.
5584         (Write After Approval): Add self.
5585
5586 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
5587
5588         * MAINTAINERS (Various Maintainers): Add self.
5589
5590 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
5591
5592         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5593         * configure: Regenerate.
5594
5595 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
5596
5597         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5598         gcc_version, and gcc_version_trigger from set of flags to pass.
5599         * Makefile.tpl: Remove definitions of above variables.
5600         (config.status): Remove dependency on $(gcc_version_trigger).
5601         * Makefile.in: Regenerate.
5602         * configure.in: Do not reference config/gcc-version.m4 nor
5603         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
5604         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
5605         * configure: Regenerate.
5606
5607 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
5608             Andrew Pinski  <pinskia@physics.uc.edu>
5609
5610         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5611         * Makefile.in: Regenerate.
5612
5613 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
5614
5615         * MAINTAINERS (Write After Approval): Add myself.
5616
5617 2005-03-03  David Ayers  <d.ayers@inode.at>
5618
5619         * MAINTAINERS (Write After Approval): Add myself.
5620
5621 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
5622
5623         PR libgcj/20160
5624         * ltmain.sh: Avoid creating archives with components that have
5625         duplicate basenames.
5626
5627 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
5628
5629         PR bootstrap/20250
5630         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5631         instead of check.
5632         * Makefile.in: Regenerate.
5633
5634 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5635
5636         * Makefile.in: Regenerate to fix conflict between the previous two
5637         patches.
5638
5639 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5640
5641         PR bootstrap/17383
5642         * Makefile.def (target_modules): Remove "stage", now unnecessary.
5643         * Makefile.tpl (HOST_SUBDIR): New substitution.
5644         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5645         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5646         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5647         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5648         (Host modules, Bootstrapped modules): Use it.
5649         (Build modules, Target modules): Do not create symlink trees,
5650         always configure out-of-srcdir.
5651         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5652         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5653         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5654         $(HOST_SUBDIR).  Create a symlink for host_subdir.
5655
5656         * Makefile.in: Regenerate.
5657         * configure: Regenerate.
5658
5659 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5660
5661         Merged from libada-gnattools-branch:
5662         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5663
5664         * gnattools: New directory.
5665         * Makefile.def: Add gnattools as a module, depending on target-libada.
5666         * Makefile.in: Regenerate.
5667         * configure.in: Include gnattools in host_tools; disable it if ada
5668         is disabled.
5669         * configure: Regenerate.
5670
5671 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
5672
5673         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5674         treelang maintainer.
5675         (Write After Approval): Remove myself.
5676
5677 2005-02-23  Paul Schlie  <schlie@comcast.net>
5678
5679         * configure.in: Allow darwin targeted ports to build tk, itcl and
5680         libgui.
5681         * configure: Regenerate.
5682
5683 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5684
5685         PR libgcj/10353
5686         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5687         * configure: Regenerate.
5688
5689 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
5690
5691         * MAINTAINERS (Write After Approval): Add myself.
5692
5693 2005-02-10  Ian Lance Taylor  <ian@airs.com>
5694
5695         * MAINTAINERS: Update my e-mail address.
5696
5697 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
5698
5699         * MAINTAINERS (Write After Approval): Add myself.
5700
5701 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
5702
5703         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5704         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5705         target-libgloss when not *-*-elf and *-*-aout.
5706         * configure: Regenerate.
5707
5708 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
5709
5710         * MAINTAINERS: Remove obsolete entries.
5711
5712         * MAINTAINERS (Write After Approval): Add Michael Matz.
5713
5714 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
5715
5716         * MAINTAINERS: Remove self as cpplib maintainer.
5717
5718 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5719
5720         * install-sh, config.sub: Import from upstream.
5721
5722 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5723
5724         PR bootstrap/18222
5725         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5726         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5727         * Makefile.in: Regenerate.
5728
5729 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
5730
5731         * MAINTAINERS: Update my email address.
5732
5733 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
5734             Andreas Schwab  <schwab@suse.de>
5735
5736         PR bootstrap/18033
5737         * config-ml.in: Eval option if surrounded by single quotes.
5738
5739 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
5740
5741         Revert 2004-12-28 Makefile changes, a better fix will be
5742         applied to mainline and src after GCC 4.0 branches.
5743
5744 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
5745
5746         PR bootstrap/17383
5747
5748         * Makefile.def (target_modules): Remove stage parameter,
5749         it is always true now.
5750         * Makefile.tpl (configure-build-[+module+],
5751         configure-target-[+module+]): Always build symlink tree
5752         for the directory and for include.  BUILD_SUBDIR and
5753         TARGET_SUBDIR cannot be . anymore.
5754         * Makefile.in: Regenerate.
5755
5756 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
5757
5758         Revert 2004-12-08 Makefile changes.
5759
5760 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
5761
5762         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5763         cygwin, mingw.
5764
5765 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
5766
5767         * configure.in (sh64-*-*): Reenable gprof.
5768         * configure: Regenerate.
5769
5770 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
5771
5772         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5773         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5774         (EXTRA_TARGET_FLAGS): Add PICFLAG.
5775         * Makefile.in: Regenerate.
5776
5777 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
5778
5779         * MAINTAINERS: Update my email address.
5780
5781 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
5782
5783         * Makefile.tpl: Generate normal dependencies if the LHS module is
5784         not bootstrapped.
5785         * Makefile.in: Regenerate.
5786
5787 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5788
5789         * configure.in: Include config/gxx-include-dir.m4.  Use
5790         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
5791         * configure: Regenerate.
5792
5793 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5794
5795         * config.if: Delete.
5796         * configure.in: Set libstdcxx_incdir directly.
5797         * configure: Regenerate.
5798
5799 2004-12-02  Eric Christopher  <echristo@redhat.com>
5800
5801         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5802         * Makefile.in: Regenerate.
5803
5804 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5805
5806         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5807         * configure: Regenerate.
5808
5809 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5810
5811         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
5812         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
5813         * configure: Regenerate.
5814
5815 2004-12-01  Eric Christopher  <echristo@redhat.com>
5816
5817         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
5818         of things to remove.
5819
5820 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
5821
5822         * MAINTAINERS (Write After Approval): Update my e-mail address.
5823
5824 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
5825
5826         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
5827         from CVS libtool to always pass_all.
5828
5829 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5830
5831         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5832         (hppa*64*-*-*): Delete incorrect comment.
5833         * configure: Rebuilt.
5834
5835 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5836
5837         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
5838
5839 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5840
5841         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
5842         from CVS libtool to always pass_all.
5843
5844 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5845
5846         * install-sh, compile: Import from automake.
5847
5848 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5849
5850         * config.guess, config.sub:  Import from savannnah.
5851
5852 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
5853
5854         * MAINTAINERS (Write After Approval): Add myself
5855
5856 2004-11-12  Mike Stump  <mrs@apple.com>
5857
5858         * Makefile.def: Add html support.
5859         * Makefile.tpl: Likewise.
5860         * Makefile.in: Regenerate.
5861
5862 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
5863
5864         PR 18423
5865         * configure.in: Remove all instances of build-fixincludes from
5866         noconfigdirs.
5867         (build_configargs): Supply --target to subdirectories.
5868         * configure: Regenerate.
5869
5870         * Makefile.def: Make gcc install depend on fixincludes install.
5871         * Makefile.in: Regenerate.
5872
5873 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
5874
5875         * MAINTAINERS: Add myself as gcc testsuite maintainer.
5876
5877 2004-11-11  Paul Brook  <paul@codesourcery.com>
5878
5879         * MAINTAINERS: Add self as arm maintainer.  Update email address.
5880
5881 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
5882
5883         * configure.in (noconfigdirs) [mmix-*-*]: Disable
5884         target-libgfortran.
5885         * configure: Regenerate.
5886
5887 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
5888
5889         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5890         like CC.
5891
5892 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
5893
5894         * Makefile.def (host fixincludes): Specify missing targets.
5895         * Makefile.in: Regenerate.
5896
5897 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
5898
5899         * MAINTAINERS: Add myself
5900
5901 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
5902
5903         * MAINTAINERS (Write After Approval): Add myself.
5904
5905 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
5906
5907         * Makefile.def: Build fixincludes for the host, too.
5908         * Makefile.in: Regenerate.
5909         * configure.in (host_tools): Add fixincludes.
5910         * configure: Regenerate.
5911
5912 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
5913
5914         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5915         * configure: Regenerated.
5916
5917 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
5918
5919         PR other/17783
5920         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5921         * configure: Regenerated.
5922
5923 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
5924
5925         * README.SCO: Update per FSF instructions.
5926
5927 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
5928
5929         PR target/18151
5930         * configure.in (case ${target}): Do not build fixincludes for avr.
5931         * configure: Regenerated.
5932
5933 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
5934
5935         * configure.in (case ${target}): Do not build fixincludes
5936         on platforms where it is not used.
5937         * configure: Regenerated.
5938
5939 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
5940
5941         * configure.in: Use an absolute path to install-sh.
5942         * configure: Regenerated.
5943
5944 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5945
5946         * MAINTAINERS (Write After Approval): Add myself.
5947
5948 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
5949
5950         * MAINTAINERS: Remove from Write After Approval those that are
5951         already maintainers.
5952
5953 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
5954
5955         * MAINTAINERS:  Update my email address.
5956
5957 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
5958
5959         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5960         * configure: Regenerate.
5961
5962 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
5963
5964         * MAINTAINERS:  Update my email address.
5965
5966 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
5967
5968         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
5969         entries belonging to this category.
5970
5971 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
5972
5973         * MAINTAINERS: Update my e-mail address.
5974
5975 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
5976
5977         Fix wrong conflict resolution in:
5978
5979         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5980
5981         * Makefile.in: Regenerate.
5982         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5983         in the recursive `make', instead of hardwiring `all'.
5984         (Autogenerated TARGET-* variables): New.
5985
5986 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
5987
5988         * configure.in: Enable target-libgloss for crx-*-*.
5989         * configure: Regenerate.
5990
5991 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5992
5993         * MAINTAINERS (Various Maintainers): Move the "windows,
5994         cygwin, mingw" maintainer to ...
5995         (OS Port Maintainers): ... here.
5996
5997 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5998
5999         * MAINTAINERS (Write After Approval): Remove those that are
6000         maintainers of some subsystem.
6001
6002 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
6003
6004         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6005         * ltcf-cxx.sh (tpf*): Likewise.
6006         * ltconfig (tpf*): Add TPF OS configuration support.
6007
6008 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
6009
6010         * MAINTAINERS: Change my email address to my new work account.
6011
6012 2004-09-24  Michael Roth  <mroth@nessie.de>
6013
6014         * configure.in (--without-headers): Add missing double quotes.
6015         * configure: Regenerate.
6016
6017 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
6018
6019         * ylwrap: Revert to previous version.
6020
6021 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
6022
6023         PR bootstrap/17369
6024         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6025         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6026         SET_GCC_LIB_PATH_CMD.
6027         (BASE_TARGET_EXPORTS): Likewise.
6028         * Makefile.in: Regenerated.
6029
6030         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6031         * configure: Regenerated.
6032
6033 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
6034
6035         * config.guess: New upstream version
6036         * compile, depcomp, install-sh, ylwrap: Likewise.
6037
6038 2004-09-19  Roger Sayle  <roger@eyesopen.com>
6039
6040         * config/mh-x86omitfp: New host makefile fragment.  Add
6041         -fomit-frame-pointer to the default BOOT_CFLAGS.
6042         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6043         * configure: Regenerate.
6044
6045 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
6046
6047         PR target/11572
6048         * configure.in (*-*-darwin*): Renable libobjc.
6049         * configure: Regenerate.
6050
6051 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
6052
6053         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6054
6055 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
6056
6057         * Makefile.def: Remove libbanshee.
6058         * Makefile.tpl: Ditto.
6059         * configure.in: Ditto.
6060         * Makefile.in: Regen.
6061         * configure: Ditto.
6062
6063 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
6064
6065         * ltmain.sh: Use $pic_object as $non_pic_object if
6066         $non_pic_object=none.
6067
6068 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
6069
6070         * missing: Import latest version from master repository.
6071
6072 2004-09-06  Nick Clifton  <nickc@redhat.com>
6073
6074         * config.sub: Import latest version from master repository.
6075         * config.guess: Likewise.
6076         This includes these changes:
6077
6078         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
6079
6080         * config.sub: Handle crisv32, alias etraxfs.
6081         * config.guess (crisv32:Linux:*:*): Handle.
6082
6083         2004-08-13  Brad Smith  <brad@comstyle.com>
6084
6085         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6086         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6087
6088         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6089
6090         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6091         assume the processor is a powerpc.  This is because coreutils
6092         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6093         in this case, due to a MacOS X bug that causes
6094         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6095         to return a negative number.
6096         Problem reported by Petter Reinholdtsen in:
6097         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6098
6099         2004-07-19  Ben Elliston  <bje@gnu.org>
6100
6101         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6102
6103         2004-06-24  Ben Elliston  <bje@gnu.org>
6104
6105         * config.guess: Update copyright years.
6106         * config.sub: Likewise.
6107
6108         2004-06-22  Robert Millan  <robertmh@gnu.org>
6109
6110         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6111         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6112
6113         2004-06-22  Stanley F. Quayle <stan@stanq.com>
6114
6115         * config.guess (*:*VMS:*:*): New entry. Replaces
6116         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6117         manufacturer.
6118
6119         2004-06-22  Ben Elliston  <bje@gnu.org>
6120
6121         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6122         * config.sub: Likewise.
6123
6124         2004-06-22  Ben Elliston  <bje@gnu.org>
6125
6126         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6127         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6128
6129         2004-06-11  Ben Elliston  <bje@gnu.org>
6130
6131         * config.guess (pegasos:OpenBSD:*:*): Remove.
6132
6133         2004-06-11  Ben Elliston  <bje@gnu.org>
6134
6135         From Wouter Verhelst <wouter@grep.be>:
6136         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6137
6138         2004-06-11  Ben Elliston  <bje@gnu.org>
6139
6140         * config.guess (luna88k:OpenBSD:*:*): New.
6141
6142         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
6143
6144         * config.guess (m32r*:Linux:*:*): New case.
6145         * config.sub: Handle m32rle.
6146
6147         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
6148
6149         From Jens Petersen  <petersen@redhat.com>:
6150         * config.sub: Handle sparcv8.
6151
6152         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
6153
6154         From Tom Smith <smith@cag.lkg.hp.com>:
6155         * config.guess: Version suffixes are equally significant on Tru64
6156         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
6157         prefix of "P" (patched kernel).
6158
6159         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
6160
6161         * config.sub: Add support for National Semiconductor CRX target.
6162
6163 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
6164
6165         * MAINTAINERS (Various Maintainers): Remove myself as web page
6166         maintainer, add myself as maintainer of build status lists.
6167
6168 2004-09-03  Jan Beulich  <jbeulich@novell.com>
6169
6170         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6171         *-*-netware, but add target-libmudflap.
6172         Consolidate *-*-netware targets (of which really only i?86 exists)
6173         into a single entry.
6174         * configure: Likewise.
6175
6176 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
6177
6178         * Makefile.tpl (sorry): Remove.
6179         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6180         (cleanstrap targets): Depend on distclean, not distclean-stage1.
6181         (do-clean): Clean per-stage directories too.
6182         (do-distclean): Run distclean-stage1 too.
6183         (.NOTPARALLEL): Enable during toplevel bootstrap.
6184         (stage[+id+]-bubble): Enable parallel execution during
6185         the recursive invocation.
6186         * Makefile.in: Regenerate.
6187
6188         Fix previous checkin:
6189
6190         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6191         include.
6192         * configure.in: Fix indentation.
6193         * configure: Regenerate.
6194
6195 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
6196
6197         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6198         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6199         * configure: regenerate
6200         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6201         -mdynamic-no-pic
6202
6203 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
6204
6205         * Makefile.def (build_modules): Add fixincludes.
6206         (dependencies): Make gcc depend on fixincludes.
6207         * configure.in (build_tools): Add fixincludes.
6208         (build_configdirs): Always include build_libs.
6209         * Makefile.in: Regenerate.
6210         * configure: Regenerate.
6211
6212 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
6213
6214         * Makefile.def (bootstrap stages): Add 'lean' parameter.
6215         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6216         phony targets; do not generate timestamp files.
6217         (distclean-stageN): Remove references to their timestamp files.
6218         (restageN, touch-stageN): Remove.
6219         (stageN-bubble): Rewritten.
6220         (compare): Support lean bootstraps.
6221         * Makefile.in: Regenerate.
6222
6223         * configure.in: Only warn when bootstrapping but
6224         build != host or build != target.  Support lean bootstraps.
6225         * configure: Regenerate.
6226
6227 2004-08-26  Phil Edwards  <phil@codesourcery.com>
6228
6229         * configure.in:  Give a better error message if GMP/MPFR are missing
6230         and a language needing them has been requested.
6231         * configure:  Regenerated.
6232
6233 2004-08-25  Phil Edwards  <phil@codesourcery.com>
6234
6235         * configure.in:  Print a list of available language front-ends if
6236         a requested one is missing.  Tidy stray tab characters.
6237         * configure:  Regenerated.
6238
6239 2004-08-19  Michael Koch  <konqueror@gmx.de>
6240
6241         * gcc/doc/install.texi: Update entry about automake for libjava.
6242
6243 2004-08-17  Robert Millan  <robertmh@gnu.org>
6244
6245         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6246         (instead of FreeBSD).
6247         * configure: Regenerate.
6248
6249 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6250
6251         * Makefile.in: Regenerate.
6252         * configure: Regenerate.
6253
6254         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6255         stage_*_flags.
6256         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6257         for bootstrapped modules if toplevel bootstrap is going.
6258         (GCC bootstrap): Generate per-stage targets for all bootstrapped
6259         modules.  Adjust for changes in Makefile.def.  Enable several
6260         rules even in non-bootstrap mode, just to avoid peppering the
6261         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6262         (stage-[+prev+]-bubble): Remove.
6263
6264         * Makefile.def (Dependencies): Depend on all-build-bison,
6265         all-build-flex, all-build-byacc, all-build-texinfo, rather
6266         than the host variations.
6267         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
6268         with BUILD_SUBDIR.
6269         (BISON): Update for recent Bisons.
6270         (YACC): Fix typo.
6271         (cross): Depend on all-build.
6272         (all): Do not depend on all-build.
6273         (prebootstrap): Remove.
6274         (dep-kind): Accept separate prefixes for MODULE and ON variables.
6275         (Prebootstrap dependencies): Add them to the per-stage targets
6276         and to all-prebootstrap.
6277         * configure.in (build_configdirs): Always enable build_tools.
6278         (BUILD_DIR_PREFIX): Remove.
6279
6280         * Makefile.def (gcc): Add target variable.
6281         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6282         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6283         in the recursive `make', instead of hardwiring `all'.
6284         (Autogenerated TARGET-* variables): New.
6285
6286 2004-08-13  Brian Booth  <bbooth@redhat.com>
6287
6288         * MAINTAINERS: Remove myself from write-after-approval.
6289
6290 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6291
6292         * src-release: Stop distributing mmalloc with gdb (which doesn't
6293         use it).
6294         * Makefile.def: GDB doesn't depend on mmalloc anymore.
6295         * Makefile.in: Regenerate.
6296
6297 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
6298
6299         * configure.in (arm*-*-eabi*): New target.
6300         * configure: Regenerate.
6301
6302 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
6303
6304         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6305         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6306         (Dependencies): New section.
6307         * Makefile.tpl (Dependencies): Generate from Makefile.def.
6308         (configure-target-[+module+]): Depend on maybe-all-gcc
6309         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
6310         (toplevel profiledbootstrap): Fix dependencies.
6311         * Makefile.in: Regenerate.
6312
6313 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
6314
6315         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6316         target-libiberty to noconfigdirs.
6317         * configure: Regenerate.
6318
6319 2004-08-03  Paul Brook  <paul@codesourcery.com>
6320
6321         * configure.in: Check for MPFR as well as GMP.
6322         * configure: Regenerate.
6323
6324 2004-08-01  Robert Millan  <robertmh@gnu.org>
6325
6326         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6327         libmudflap for all GNU-based systems (with Glibc).
6328         * configure: Regenerate.
6329
6330 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
6331
6332         * Makefile.def (host-modules): Add gcc.
6333         * Makefile.in: Regenerate.
6334         * Makefile.tpl (sorry): New rule.
6335         (configure-host, all-host, [+make_target+]-host, do-check,
6336         install-host): Do not add gcc as a special case.
6337         (host modules): Add a small special-casing for gcc.  Export
6338         extra_make_flags through the environment.
6339         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6340         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6341         other recursive targets for gcc): Remove.
6342
6343         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6344         (stage, unstage): New rules.
6345         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6346         distclean-stage[+id+]): Use stage_current.
6347         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6348         the stage*-start rules.
6349
6350 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
6351
6352         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6353         use -all_load flag.
6354
6355 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
6356
6357         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6358         * configure: Regenerate.
6359
6360 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
6361
6362         * maintainer-scripts/gcc_release: Revert yesterday's change.
6363
6364 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
6365
6366         * MAINTAINERS: Add myself to write-after-approval.
6367
6368 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
6369
6370         * libf2c: Removed.
6371         * gcc/gccbug.in: Updated because of libf2c removal.
6372         * maintainer-scripts/gcc_release: Ditto.
6373
6374 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
6375
6376         * configure.in: Build libmudflap by default on FreeBSD.
6377         * configure: Regenerated.
6378
6379 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
6380
6381         * configure.in: Do not build libmudflap by default on non-GNU/Linux
6382         systems.
6383         * configure: Regenerated.
6384
6385 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6386
6387         PR target/16344
6388         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6389         feedback based compiler.
6390         * Makefile.in: Rebuilt.
6391
6392 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
6393
6394         * Makefile.def (host_modules): Set bootstrap=true for flex.
6395         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6396         * Makefile.in: Rebuilt.
6397
6398 2004-07-07  Jan Hubicka  <jh@suse.cz>
6399
6400         * MAINTAINERS: Add self as a profile feedback maintainer.
6401
6402 2004-07-05  Phil Edwards  <phil@codesourcery.com>
6403
6404         * configure.in:  Do not prepend $srcdir to /dev/null in
6405         makefile fragments.
6406         * configure:  Regenerate.
6407
6408 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
6409
6410         * Makefile.def (build_modules): Add bison, byacc, flex,
6411         m4, texinfo.
6412         (flags_to_pass): Add FLEX.
6413         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6414         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6415         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6416         DEFAULT_MAKEINFO): Remove.
6417         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6418         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6419         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6420         objdir or else use configured tool.
6421         (all-build): New.
6422         (all): Depend on it.
6423         (Build module dependencies): Add.
6424         * Makefile.in: Regenerate.
6425         * configure.in: Better support for multiple build modules,
6426         matching what is done for host/target modules.  Do not look
6427         for "plausible" locations of build tools if Canadian cross.
6428         Use autoconf's AC_PROG_CC to find a C compiler.  Define
6429         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
6430         * configure: Regenerate.
6431
6432 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6433
6434         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6435         * Makefile.in: Regenerate.
6436
6437 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6438
6439         * Makefile.tpl (configure-build-[+module+],
6440         configure-[+module+], configure-target-[+module+]): Pass
6441         [+extra_configure_args+].
6442         (all-build-[+module+], all-[+module+], check-[+module+],
6443         install-[+module+], [+make_target+]-[+module+],
6444         all-target-[+module+], check-target-[+module+],
6445         install-target-[+module+], [+make_target+]-target-[+module+]):
6446         Pass [+extra_make_args+].
6447         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6448         (GCC_HOST_EXPORTS): Remove.
6449         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6450         cross, check-gcc, check-gcc-c++, install-gcc,
6451         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6452         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6453         * Makefile.in: Regenerate.
6454
6455 2004-06-21  Matthew Sachs  <msachs@apple.com>
6456
6457         * MAINTAINERS: Added self to write-after-approval.
6458
6459 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
6460
6461         * configure.in: Check for srcdir/winsup rather than build directory
6462         winsup.
6463         * configure: Regenerate.
6464
6465 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
6466
6467         * configure.in: Don't build Cygwin native newlib if winsup
6468         directory is missing.  Emit warning instead.
6469         * configure: Regenerate.
6470
6471 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
6472
6473         * Makefile.tpl (touch-stage[+id+]): New.
6474         (restage[+prev+]): Depend on touch-stage[+id+].
6475
6476         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6477         Use it throughout.
6478
6479         * Makefile.def: Add profile and feedback bootstrap stages.
6480         Remove next field from bootstrap stages.
6481         * Makefile.tpl (LN, LN_S): Substitute.
6482         (stageN-start, stageN-end): Use double-colon rules, to
6483         provide a hook for additional setup commands.
6484         (distclean-stageN-gcc, restageN): Create dependencies from
6485         [+prev+], not from [+next+].
6486         (stageN-bubble): Add commands for successive stages from
6487         [+prev+], using double-colon rules.
6488         (all-stageN-gcc): Fix typo.
6489         (stagefeedback-start, profiledbootstrap): New.
6490         * Makefile.in: Regenerate.
6491         * configure.in: Call ACX_PROG_LN.
6492         * configure: Regenerate.
6493
6494 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
6495
6496         * MAINTAINERS (Write After Approval): Add myself.
6497
6498 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
6499
6500         * MAINTAINERS (Write After Approval): Add myself.
6501
6502 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
6503
6504         * configure.in: Fix --enable-bootstrap breakage introduced in trees
6505         without gcc.
6506         * configure: Regenerate.
6507
6508 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6509
6510         * Makefile.tpl: Fix typo.
6511         * Makefile.in: Regenerate.
6512
6513 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6514
6515         * configure.in: Remove new- prefix from toplevel
6516         bootstrap targets.
6517         * configure: Regenerate.
6518
6519 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6520
6521         * Makefile.tpl (all.normal): Rename to all.
6522         (all): Replace with a rule to pick the default
6523         target from configure.
6524         (all-gcc, configure-gcc): Use conditionals to
6525         do nothing when toplevel bootstrap is going on.
6526         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6527         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6528         * configure.in: Support --enable-bootstrap.
6529
6530         * Makefile.def: Remove new- prefix from toplevel
6531         bootstrap targets.
6532         * Makefile.tpl: Likewise.
6533
6534         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
6535         target.
6536
6537         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6538         $(RECURSE_FLAGS) to recursive invocation of make.
6539
6540         * Makefile.in: Regenerate.
6541         * configure: Regenerate.
6542
6543 2004-05-30  Andreas Jaeger  <aj@suse.de>
6544             Jim Wilson  <wilson@specifixinc.com>
6545
6546         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6547         like CC.
6548
6549 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
6550
6551         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6552         * configure: Regenerate.
6553
6554 2004-05-25  Daniel Jacobowitz  <drow@false.org>
6555
6556         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6557         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6558         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
6559         targets.
6560         * Makefile.in: Regenerate.
6561
6562 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
6563
6564         * configure.in: Test the ability to symlink directories.
6565         * configure: Regenerate.
6566
6567         * Makefile.def (bootstrap-stage): New definitions.
6568         * Makefile.tpl (configure-stage1-gcc,
6569         configure-stage2-gcc, configure-stage3-gcc,
6570         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6571         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6572         new-restage3, compare): Autogenerate, see Makefile.in
6573         entry for behavioral changes.
6574         (distclean-stage1, new-stage1-start, new-stage1-end,
6575         new-stage1-bubble, distclean-stage2, new-stage2-start,
6576         new-stage2-end, new-stage2-bubble, distclean-stage3,
6577         new-stage3-start, new-stage3-end): New autogenerated targets.
6578         (objext, prebootstrap, BOOT_CFLAGS,
6579         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6580         targets.
6581
6582         * Makefile.in: Regenerate.
6583         (distclean-stage1, new-stage1-start, new-stage1-end,
6584         new-stage1-bubble, distclean-stage2, new-stage2-start,
6585         new-stage2-end, new-stage2-bubble, distclean-stage3,
6586         new-stage3-start, new-stage3-end): New targets.
6587         (all-stage1-gcc): Move prebootstrap dependency from here...
6588         (configure-stage1-gcc): ...to here.
6589         (new-bootstrap): Use bubble targets.
6590         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6591         Use per-stage distclean targets.
6592         (configure-stage1-gcc, configure-stage2-gcc,
6593         configure-stage3-gcc, all-stage1-gcc,
6594         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6595         Use new-stageN-start to prepare the tree.
6596
6597 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
6598
6599         * Makefile.def (host_modules): add libcpp.
6600         * Makefile.tpl: Add dependencies on and for libcpp.
6601         * Makefile.in: Regenerate.
6602         * configure.in: Add libcpp host module.
6603         * configure: Regenerate.
6604
6605 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
6606
6607         * Makefile.tpl: Whenever a recursive target is defined, wrap
6608         it in a special @if/@endif block, and prepare its maybe
6609         dependency in the @if/@endif block
6610         * configure.in: Instead of writing maybe dependencies, remove
6611         the @if/@endif statements, and remove the @if/@endif blocks
6612         that remain.
6613         * configure: Regenerate.
6614         * Makefile.in: Regenerate.
6615
6616 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
6617
6618         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6619
6620 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
6621
6622         PR bootstrap/15120
6623         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6624         * */configure: Rebuilt.
6625
6626 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
6627
6628         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6629         of libf2c.
6630         * configure, Makefile.in: Regenerate.
6631
6632 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
6633
6634         * MAINTAINERS (Write After Approval): Add myself.
6635
6636 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
6637
6638         Merge from tree-ssa-20020619-branch.
6639
6640         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6641         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6642         (HOST_GMPLIBS): Define.
6643         (HOST_GMPINC): Define.
6644         (TARGET_LIB_PATH): Add libmudflap.
6645         (GFORTRAN_FOR_TARGET): Define.
6646         (configure-build*): Export GFORTRAN.
6647         (configure-gcc): Export GMPLIBS and GMPINC.
6648         (all-gcc): Add maybe-all-libbanshee.
6649         (configure-target-libgfortran): Define.
6650         * Makefile.in: Regenerate.
6651         * configure.in (host_libs): Add libbanshee.
6652         (target_libraries): Add target-libmudflap and target-libgfortran.
6653         Add --with-libbanshee.
6654         Handle --disable-libmudflap.
6655         (*-*-freebsd*): Use with_gmp.
6656         Add $(libgcj) to noconfigdirs.
6657         * configure: Regenerate.
6658         * depcomp: New file.
6659         * MAINTAINERS: Add tree-ssa maintainers.
6660
6661 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
6662
6663         * MAINTAINERS (Various Maintainers): Add myself.
6664
6665 2004-04-30  Brian Ford  <ford@vss.fsi.com>
6666
6667         * MAINTAINERS (Write After Approval): Add myself.
6668
6669 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
6670
6671         * MAINTAINERS (Write After Approval): Add myself.
6672
6673 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
6674
6675         * config/acx.m4: Fix fastcompare support for new-bootstrap.
6676         * configure: Regenerate.
6677
6678 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
6679
6680         Revert:
6681         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6682
6683         * Makefile.def (flags_to_pass): Remove *dir variables that
6684         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6685         as well as prefix and exec_prefix.
6686         * Makefile.in: Regenerate.
6687
6688 2004-04-26  Robert Millan  <robertmh@gnu.org>
6689
6690         Add patches from libtool CVS.
6691         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6692         * ltconfig: Likewise.
6693         * ltcf-c.sh: Likewise.
6694         * ltcf-cxx.sh: Likewise.
6695         * ltcf-gcj.sh: Likewise.
6696
6697 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6698
6699         * Makefile.def (host_modules): Mark with the bootstrap
6700         flag packages on which gcc depends.
6701         * Makefile.tpl (all-bootstrap): Use it.
6702         * Makefile.in: Regenerate.
6703
6704 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6705
6706         * Makefile.def (flags_to_pass): Remove *dir variables that
6707         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6708         as well as prefix and exec_prefix.
6709         * Makefile.in: Regenerate.
6710
6711 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6712
6713         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6714         * configure: Regenerate.
6715         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6716         * gcc/Makefile.tpl (compare): Use the result of the test.
6717         * gcc/Makefile.in: Regenerate.
6718
6719 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
6720
6721         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6722         Always relocate gcc and prev-gcc to the original names, even
6723         if the build fails.
6724         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6725         New targets.
6726
6727 2004-04-23  Laurent GUERBY <laurent@guerby.net>
6728
6729         * MAINTAINERS: Update my email address.
6730
6731 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6732
6733         * configure.in (mips*-*-irix5*): Enable ld.
6734         * configure: Regenerate.
6735
6736 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6737
6738         * configure: Regenerate.
6739
6740 2004-04-15  James E Wilson  <wilson@specifixinc.com>
6741
6742         * Makefile.tpl (configure-[+module+], configure-gcc,
6743         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6744         Set and export LDFLAGS.
6745         * Makefile.in: Regenerate.
6746
6747 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
6748
6749         * MAINTAINERS: Add myself to write-after-approval.
6750
6751 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6752
6753         PR bootstrap/14871
6754         * Makefile.tpl: If we don't have built-in-tree target tools,
6755         use the ones found by configure rather than hacking around with
6756         program_transform_name.
6757         * configure.in: Give Makefile.tpl the information necessary
6758         to do that.
6759         * Makefile.in: Regenerate.
6760         * configure: Regenerate.
6761
6762 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
6763
6764         PR bootstrap/14760
6765         * configure.in: When computing baseargs, strip *all* copies of
6766         offending options.  Also, don't match/substitute the trailing space,
6767         so that this actually works when two similar options are separated by
6768         only one space.
6769         * configure: Regenerate.
6770
6771 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
6772
6773         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6774         (rs6000-*-aix*): Same.
6775         * configure: Regenerate.
6776
6777 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
6778
6779         * MAINTAINERS: Add myself to write-after-approval.
6780
6781 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
6782
6783         * MAINTAINERS: Add myself to write-after-approval.
6784
6785 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
6786
6787         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6788         STRICT_WARN, WARN_CFLAGS flags passed down to make.
6789         * Makefile.in: Regenerate.
6790
6791         * configure.in (top level bootstrap support): Rework --enable-werror
6792         to set @stage2_werror_flag@.
6793         * configure: Regenerate.
6794         * Makefile.tpl (top level bootstrap support): Pass
6795         @stage2_werror_flag@ down to configure in stages 2 and 3.
6796         * Makefile.in: Regenerate.
6797
6798 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6799
6800         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6801         for stages 2 and 3 as well as in make.  As a consequence, remove
6802         OUTPUT_OPTION (now detected by configure) from the flags passed down
6803         to make.
6804         * Makefile.in: Regenerate.
6805
6806         * Makefile.tpl (new-bootstrap): Fix typo.
6807         * Makefile.in: Regenerate.
6808
6809 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6810
6811         * Makefile.tpl: Rearrange by moving recursive_targets rules
6812         into their proper sections.
6813         * Makefile.tpl (top level bootstrap support): Move disabling
6814         of coverage flags from 'make' to 'configure'; improve comments.
6815         * Makefile.in: Regenerate.
6816
6817         * Makefile.tpl (experimental top level bootstrap) Move stage1
6818         language setting from all- target to configure- target; disable
6819         intermodule optimization in stage 1; prevent gratuitous rebuilds
6820         of stage 1.
6821         * Makefile.in: Regenerate.
6822         * configure.in: Comma-separate stage 1 language list for top
6823         level bootstrap.
6824         * configure: Regenerate.
6825
6826         * Makefile.tpl: Clean up experimental top level bootstrap support:
6827         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6828         prev-gcc in configure- targets as well as all- targets.
6829         * Makefile.in: Regenerate.
6830
6831 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
6832
6833         * compile: New file imported from automake.
6834
6835 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
6836
6837         * configure.in: Remove symbolic link section.
6838         * configure: Regenerate.
6839         * Makefile.tpl (links): Remove.
6840         * Makefile.in: Regenerate.
6841
6842 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
6843             Nathanael Nerode  <neroden@gcc.gnu.org>
6844
6845         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6846         Set with AC_CHECK_PROGS.
6847         * configure.in: Fix comment typo from last patch.
6848         * configure: Regenerate.
6849
6850 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
6851
6852         * Makefile.tpl: Introduce experimental top level bootstrap support.
6853         * Makefile.in: Regenerate.
6854         * configure.in: Introduce support for top level bootstrap.
6855         * configure: Regenerate.
6856
6857 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6858             Paolo Bonzini  <bonzini@gnu.org>
6859
6860         PR bootstrap/14522
6861         * configure.in: Cope with shells that do not support unquoted ^
6862         * configure: Regenerate.
6863
6864 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6865             Paolo Bonzini  <bonzini@gnu.org>
6866
6867         PR bootstrap/14522
6868         * configure.in: Cope with shells that do not support nesting
6869         quotes inside quoted backquote substitutions.
6870         * configure: Regenerate.
6871
6872 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
6873
6874         PR bootstrap/14522
6875         * configure.in: Fix escaping of $.
6876         * configure: Regenerate.
6877
6878 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6879
6880         * configure: Regenerate, since I forgot to while committing Paolo's
6881         changes.
6882
6883 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
6884
6885         PR ada/14131
6886         Move language detection to the top level.
6887         * configure.in: Find default values for the tools as
6888         soon as possible.  Disable ada if GNAT is not found.
6889         Emit error message about missing languages.  Expand
6890         --enable-languages=all for the gcc subdirectory.
6891
6892 2004-03-10  Ben Elliston  <bje@gnu.org>
6893
6894         * MAINTAINERS: Update my email address.
6895
6896 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
6897
6898         * ltconfig: Disable building static libraries if building shared
6899         libraries on AIX 5L.
6900
6901 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
6902
6903         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6904         and disable libgcj.
6905         * configure: Regenerated.
6906
6907 2004-03-01  Brian Booth  <bbooth@redhat.com>
6908
6909         * MAINTAINERS: Add myself to write-after-approval.
6910
6911 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
6912
6913         * MAINTAINERS: Add myself to write-after-approval.
6914
6915 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6916
6917         PR bootstrap/7087
6918         * Makefile.tpl: Guard XFOO sed statements better.
6919         * Makefile.tpl: Add dependency for configure-target-libada.
6920         * Makefile.in: Regenerate (incidentally fixes broken
6921         commit when libada-branch was merged).
6922
6923 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
6924
6925         * MAINTAINERS: Add myself to write-after-approval.
6926
6927 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
6928
6929         * MAINTAINERS: Add Nicola Pero and myself as libobjc
6930         maintainers.
6931
6932 2004-02-20  Andrew Cagney  <cagney@redhat.com>
6933
6934         * config.guess: Update from version 2003-10-16 to 2004-02-16.
6935         * config.sub: Update from version 2003-11-03 to 2004-02-16.
6936
6937 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6938
6939         PR bootstrap/11932
6940         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6941
6942 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
6943
6944         * MAINTAINERS: Added myself to write-after-approval.
6945
6946 2004-02-14  Michael Koch  <konqueror@gmx.de>
6947
6948         * MAINTAINERS: Added myself to write-after-approval.
6949
6950 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
6951
6952         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
6953         some OS port maintainers to OS port maintainers section.
6954
6955 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
6956
6957         * MAINTAINERS: Add self.
6958
6959 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
6960
6961         * MAINTAINERS: Alphabetize.
6962
6963 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
6964
6965         * MAINTAINERS: Remove myself.
6966
6967 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
6968
6969         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6970         (rs6000-*-aix*): Same.
6971         * configure: Regenerate.
6972
6973 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
6974
6975         * configure.in (host): Add in missing $noconfigdirs to defines.
6976         * configure: Regenerate.
6977
6978 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
6979             Nathanael Nerode  <neroden@gcc.gnu.org>
6980
6981         PR ada/6637, PR ada/5911
6982         Merge with libada-branch:
6983         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6984         with appropriate dependencies. Add --enable-libada configure switch.
6985         * configure, Makefile.in: Regenerate.
6986
6987 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
6988
6989         * MAINTAINERS: Add myself to write-after-approval.
6990
6991 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6992
6993         * configure.in: Don't pass --with-stabs on IRIX 5 either.
6994         * configure: Regenerate.
6995
6996 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
6997
6998         Merge from upstream:
6999
7000         * ltmain.in: When setting IFS to '~', be careful about user
7001         arguments that contain '~'.
7002
7003         2004-02-04  Peter O'Gorman  <peter@pogma.com>
7004
7005         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7006         Also test $base_compile against $CC with escaped arguments. Bug
7007         reported by Geoff Keating <geoffk@apple.com>.
7008
7009 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
7010
7011         * MAINTAINERS: Remove i960 port.
7012
7013 2004-01-23  DJ Delorie  <dj@redhat.com>
7014
7015         * Makefile.def (target_modules) [libiberty]: Don't stage.
7016         * Makefile.in: Rebuilt.
7017
7018 2004-01-20  Caroline Tice  <ctice@apple.com>
7019
7020         * MAINTAINERS: Add myself to write-after-approval.
7021
7022 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
7023
7024         * MAINTAINERS: Update my email address.
7025
7026 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
7027
7028         * MAINTAINERS: Add myself to write-after-approval.
7029
7030 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7031
7032         * MAINTAINERS: Remove entries without email address.
7033
7034 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
7035
7036         * MAINTAINERS: Add myself to write-after-approval.
7037
7038 2004-01-15  Steven Bosscher  <stevenb@suse.de>
7039
7040         * MAINTAINERS: Update my email address.
7041
7042 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
7043
7044         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7045         * Makefile.tpl (configure-target-[+module+]): Support stage.
7046         * Makefile.in: Rebuilt.
7047
7048 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
7049
7050         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7051
7052 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
7053
7054         * MAINTAINERS: Add myself as a MIPS maintainer.
7055
7056 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7057
7058         * configure.in: Use ./config.cache, not config.cache.
7059         * configure: Regenerate.
7060         * Makefile.tpl: Special-casing not needed for GCC any more.
7061         * Makefile.in: Regenerate.
7062
7063         * configure.in: Don't share a cache file for host dirs.
7064         * configure: Regenerate.
7065
7066         * config-ml.in: Don't mess with the cache file.
7067
7068 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7069
7070         * MAINTAINERS: Move myself from 'Write After Approval' to
7071         'CPU Port Maintainers' section as SPARC maintainer.
7072
7073 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7074
7075         * Makefile.tpl: Make GCC use a separate config.cache.
7076         * Makefile.in: Regenerate.
7077
7078         PR bootstrap/11932, PR bootstrap/11933
7079         (I don't know if it will fix either of them, but it relates
7080         to them.)
7081         * configure.in: Don't use shared config.cache for target
7082         directories.
7083         * configure: Regenerate.
7084
7085 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
7086
7087         * MAINTAINERS: Add myself to 'Write After Approval' section.
7088
7089 2003-12-31  Roger Sayle  <roger@eyesopen.com>
7090
7091         * configure.in (ia64*-*-hpux*): Disable building java libraries.
7092         * configure: Regenerated.
7093
7094 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
7095
7096         * MAINTAINERS: Remove the mn10200 maintainer.
7097
7098 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
7099
7100         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7101         * configure: Regenerated.
7102
7103 2003-12-16  Jan Hubicka  <jh@suse.cz>
7104
7105         * MAINTAINERS: Add myself as callgraph maintainer.
7106
7107 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
7108
7109         * configure.in (raw_libstdcxx_flags): Remove the leading space.
7110         * configure: Regenerate.
7111
7112 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7113
7114         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7115         'Write After Approval' section. Update email.
7116
7117 2003-12-01  James Lemke  <jim@wasabisystems.com>
7118
7119         * MAINTAINERS (Write After Approval): Add myself.
7120
7121 2003-11-20  Matt Thomas  <matt@3am-software.com>
7122
7123         * MAINTAINERS: Add myself as a vax port maintainer.
7124
7125 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
7126
7127         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7128         (configure-build-[+module+], configure-[+module+]): Likewise.
7129         (configure-target-[+module+], configure-gcc, config.status): Likewise.
7130         * Makefile.in: Regenerate.
7131
7132 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
7133
7134         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7135         shared/dylibed libraries.
7136         * ltmain.sh: Likewise.
7137         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7138         * ltcf-cxx.sh: Likewise.
7139         * ltcf-gcj.sh: Likewise.
7140         * ltconfig: Likewise.
7141
7142 2003-11-17  Stan Cox  <scox@redhat.com>
7143
7144         * MAINTAINERS: Add myself as iq2000 port maintainer.
7145
7146 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
7147
7148         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7149         * Makefile.in: Regenerate.
7150
7151 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
7152
7153         * config.sub: Update to 2003-11-03 version.
7154
7155 2003-10-20  Phil Edwards  <phil@codesourcery.com>
7156
7157         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
7158         * configure:  Regenerate.
7159
7160 2003-10-20  Nicolas Pitre  <nico@cam.org>
7161
7162         * MAINTAINERS: Add myself to 'Write After Approval' section.
7163
7164 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
7165
7166         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7167
7168 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
7169
7170         * MAINTAINERS: Update my email address.
7171
7172 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7173
7174         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7175
7176 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
7177
7178         * MAINTAINERS: Add myself to 'Write After Approval' section.
7179
7180 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
7181
7182         * config.guess: Update to 2003-10-16 version.
7183         * config.sub: Update to 2003-10-16 version.
7184
7185 2003-10-15  David Daney  <ddaney@avtrex.com>
7186
7187         * MAINTAINERS: Added myself to 'Write After Approval' section.
7188
7189 2003-10-15  Falk Hueffner  <falk@debian.org>
7190
7191         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7192         'Write After Approval' section. Update email.
7193
7194 2003-10-14  Roger Sayle  <roger@eyesopen.com>
7195
7196         * MAINTAINERS: Move myself from 'Write After Approval' to
7197         'Various Maintainers' section as middle-end maintainer.
7198
7199 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7200
7201         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7202         HOST_FLAGS_TO_PASS.
7203         * Makefile.in: Regenerate.
7204
7205 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
7206
7207         * config.guess: Update to 2003-10-07 version.
7208         * config.sub: Update to 2003-10-07 version.
7209
7210 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7211
7212         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7213         * ltconfig (irix5*, irix6*): Don't override version_type.
7214
7215 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
7216
7217         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7218         * configure: Rebuilt
7219         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7220         * Makefile.in: Rebuilt
7221
7222 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
7223
7224         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7225
7226 2003-09-30  Carlo Wood  <carlo@alinoe.com>
7227
7228         * MAINTAINERS (Write After Approval): Add myself.
7229
7230 2003-09-29  Paul Koning  <ni1d@arrl.net>
7231
7232         * MAINTAINERS: Move myself from "Write After Approval"
7233         to CPU platform maintainers for pdp11 platform.
7234
7235 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
7236
7237         * MAINTAINERS: Move myself from 'Write After Approval' to
7238         'Various Maintainers' section as libffi testsuite maintainer.
7239
7240 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
7241
7242         * configure.in: Pass a computed --program-transform-name
7243         to subconfigures.
7244         * configure: Regenerated.
7245
7246 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7247
7248         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7249         * Makefile.in: Regenerate.
7250
7251         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7252         * Makefile.in: Regenerate.
7253
7254 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
7255
7256         * MAINTAINERS: Move myself from 'Write After Approval'
7257         to 'Various Maintainers' (objective-c) section.
7258
7259 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
7260
7261         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7262         quoting.
7263         * configure: Regenerated.
7264
7265 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
7266
7267         * MAINTAINERS (Write After Approval): Add myself to write after
7268         approval list.
7269
7270 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
7271
7272         * MAINTAINERS (Write After Approval): Add myself.
7273
7274 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
7275
7276         * MAINTAINERS: Update my e-mail address.
7277
7278 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
7279
7280         * libtool.m4 (LD): Correct powerpc64 host match.
7281
7282 2003-09-06  James E Wilson  <wilson@tuliptree.org>
7283
7284         * MAINTAINTERS: Update my affiliation and email address.
7285
7286 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7287
7288         * MAINTAINERS (Write After Approval): Add myself.
7289
7290 2003-09-04  DJ Delorie  <dj@redhat.com>
7291
7292         * configure: Regenerate.
7293
7294 2003-09-04  Robert Millan  <robertmh@gnu.org>
7295
7296         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7297
7298 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7299
7300         * configure.in: Ensure arguments to sed are properly spaced.
7301         * configure: Regenerate.
7302
7303 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
7304
7305         * MAINTAINERS: Update my e-mail address.
7306
7307 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
7308
7309         * MAINTAINERS (Write After Approval): Add myself.
7310
7311 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
7312
7313         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7314         * configure: Regenerated.
7315
7316 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7317
7318         * MAINTAINERS: Update my email address.
7319
7320 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
7321
7322         * configure.in:  Use newline instead of semicolon when assuming
7323         shell arguments in a for loop.
7324         * configure:  Regenerated.
7325
7326 2003-08-22  Jason Eckhardt  <jle@rice.edu>
7327
7328         * MAINTAINERS: Resurrect the i860 maintainer.
7329
7330 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
7331
7332         PR 8180
7333         * configure.in: When testing with_libs and with_headers, treat
7334         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
7335         * configure: Regenerate.
7336
7337         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7338         make, shell, etc.
7339         (baseargs): Likewise.
7340         * configure: Regenerate.
7341
7342 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
7343
7344         * MAINTAINERS (Write After Approval): Add myself.
7345
7346 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
7347
7348         * configure.in: Disable libgcj for darwin not on powerpc.
7349         * configure: Rebuild.
7350
7351 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
7352
7353         * config-ml.in, symlink-tree: Add license.
7354
7355 2003-08-03  Richard Stallman  <rms@gnu.org>
7356             Eben Moglen  <moglen@columbia.edu>
7357
7358         * README.SCO: New file.
7359
7360 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
7361
7362         * Makefile.tpl (check, check-c++): Express dependencies using
7363         dependencies rather than commands.
7364         * Makefile.in: Regenerate.
7365
7366 2003-08-01  Andrew Cagney  <cagney@redhat.com>
7367
7368         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7369         * configure: Ditto.
7370
7371 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
7372
7373         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7374         * Makefile.in: Update.
7375
7376 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
7377
7378         * configure.in: Enable libgcj for darwin.
7379         * configure: Rebuild.
7380
7381 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
7382
7383         * config-ml.in:  Use ac_configure_args directly instead of
7384         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
7385         actually seen.
7386
7387 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7388
7389         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7390         creating target and build subdirs to build all parent dirs as needed.
7391         * Makefile.in: Rebuild.
7392         * configure.in: Don't build dirs explicitly here.
7393         * configure: Rebuild.
7394
7395 2003-07-26  Paul Brook  <paul@nowt.org>
7396
7397         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7398
7399 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
7400
7401         * Makefile.tpl (all-make): Depend on intl.
7402         * Makefile.in: Rebuilt.
7403
7404 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
7405
7406         * install-sh:  Update to newer upstream versions (associated with
7407         aclocal 1.7).
7408         * mkinstalldirs:  Likewise.
7409         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
7410
7411 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
7412
7413         * MAINTAINERS: Move self from Bug database only accounts
7414         to write-after-approval.
7415
7416 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
7417
7418         * config.if: Remove unused libc_interface determination.
7419
7420 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7421
7422         * MAINTAINERS: Move self from write-after-approval to
7423         build machinery (*.in).
7424
7425 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7426
7427         PR bootstrap/11273
7428         PR bootstrap/11408
7429         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
7430         unused INSTALL_PROGRAM_ARGS.
7431         * configure.in: Use AC_PROG_INSTALL.
7432         * Makefile.in: Regenerate.
7433         * configure: Regenerate.
7434
7435 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
7436
7437         * MAINTAINERS: Alphabetize.
7438
7439 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
7440
7441         * configure: Rebuilt.
7442         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7443         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7444         newlib nor libgloss.
7445         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
7446         * configure.in (am33_2.0-*-linux*): Added.
7447
7448 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
7449
7450         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7451         * configure: Regenerate.
7452
7453 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
7454
7455         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7456         * Makefile.in: Regenerate.
7457
7458 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7459
7460         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7461         * Makefile.in: Regenerate.
7462
7463 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
7464
7465         * Makefile.tpl: Replace PWD with PWD_COMMAND.
7466         * Makefile.in: Regenerated.
7467
7468         * config-ml.in: Replace PWD with PWD_COMMAND.
7469
7470 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7471
7472         * intl: New directory; see intl/ChangeLog for details.
7473         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7474         * Makefile.tpl: all-gcc depends on maybe-all-intl.
7475         * Makefile.in: Regenerate.
7476
7477 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7478
7479         * configure.in: Clean up config-lang.in handling.  Delete
7480         useless assignment to "subdirs".
7481         * configure: Regenerate.
7482
7483 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7484
7485         * configure.in: Rename 'target_libs' to 'target_libraries'.
7486         Remove useless reference to 'target_libs'.
7487         * configure: Regenerate.
7488
7489 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
7490
7491         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7492         * Makefile.in: Regenerate.
7493
7494 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7495
7496         * Makefile.def: Introduce flags_to_pass.
7497         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7498         * Makefile.in: Regenerate.
7499
7500 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
7501
7502         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7503         and target-libgloss.
7504         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7505         <h8300*-*-*>: Disable libf2c and ${libgcj}.
7506         * configure: Regenerate.
7507
7508 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
7509
7510         * configure.in: Update testsuite_flags to new location.
7511         * configure. Regenerate.
7512
7513 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7514
7515         * Makefile.tpl: Remove BUILD_CC stuff.
7516         * Makefile.in: Regenerate.
7517
7518 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
7519
7520         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7521
7522 2003-06-16  Graeme Peterson  <gp@qnx.com>
7523
7524         * MAINTAINERS (Write After Approval): Add myself.
7525
7526 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
7527
7528         * config.guess: Update to 2003-06-12 version.
7529         * config.sub: Update to 2003-06-13 version.
7530
7531 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
7532
7533         * config.guess: Update to 2003-06-06 version.
7534         * config.sub: Update to 2003-06-06 version.
7535
7536 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7537
7538         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7539         * configure. Regenerate.
7540
7541 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7542
7543         * configure.in: Disable serial configure by default.
7544         * configure: Regenerate.
7545         * Makefile.tpl: Abolish .NOTPARALLEL.
7546         * Makefile.in: Regenerate.
7547
7548         * Makefile.tpl: Replace {build,host,target}_canonical by
7549         {build,host,target}.
7550         * Makefile.in: Regenerate.
7551
7552         * Makefile.tpl: Fix stupid pasto.
7553         * Makefile.in: Regenerate.
7554
7555 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7556
7557         * Makefile.tpl: Remove bogus conditional.
7558         * Makefile.in: Regenerate.
7559
7560 2003-06-05  Jan Hubicka  <jh@suse.cz>
7561
7562         * Makefile.tpl (profiledbootstrap): New target.
7563         * Makefile.in (profiledbootstrap): New target.
7564
7565 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
7566
7567         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7568         Pinski. Remove user names from other bugzilla-only maintainers.
7569
7570 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7571
7572         * Makefile.tpl: Make 'recursive targets' using autogen rather
7573         than shell loop.  Remove duplicate 'clean' targets and false
7574         comments.
7575         * Makefile.def: Add systematic dependencies to 'recursive' targets.
7576         Add systematic method of specifying missing targets in subdirs.
7577         Add copyright boilerplate.
7578         * Makefile.in: Regenerate.
7579         * configure.in: Add 'recursive targets' to maybe list.
7580         * configure: Regenerate.
7581
7582         * MAINTAINERS: "GNATS only" -> "Bug database only".
7583
7584         * Makefile.tpl: Rename [+target+] to [+make_target+].
7585         * Makefile.def: Rename 'target' to 'make_target'.
7586
7587 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
7588
7589         * MAINTAINERS: Add self as options handling maintainer.
7590
7591 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
7592
7593         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7594         been too long since I touched those ports.
7595
7596 2003-05-28  DJ Delorie  <dj@redhat.com>
7597
7598         * Makefile.tpl: Make maybe-check-gcc .PHONY.
7599         * Makefile.in: Regenerate.
7600
7601 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7602
7603         * configure.in: Use curly braces in the definition of tooldir.
7604         * configure: Regenerate.
7605
7606 2003-05-21  DJ Delorie  <dj@redhat.com>
7607
7608         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7609         newlib or libgloss.
7610         * Makefile.in: Regenerate.
7611
7612 2003-05-21  DJ Delorie  <dj@redhat.com>
7613
7614         * Makefile.tpl: Add missing empty maybe-check-gcc target.
7615         * Makefile.in: Regenerate.
7616
7617 2003-05-20  Ian Lance Taylor  <ian@airs.com>
7618
7619         * MAINTAINERS: Update my e-mail address.
7620
7621 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7622
7623         * configure.in: Switch more things to use maybe dependencies.
7624         * Makefile.tpl: Switch more things to use maybe dependencies.
7625         Factor out common code from autogen IF statements.
7626         * configure: Regenerate.
7627         * Makefile.in: Regenerate.
7628
7629 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
7630
7631         * configure.in: Accept i[3456789]86 for machine type.
7632         * configure: Regenerate.
7633
7634 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7635
7636         * configure.in: Switch more things to use maybe dependencies.
7637         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
7638         * configure: Regenerate.
7639         * Makefile.tpl: Switch more things to use maybe dependencies.
7640         * Makefile.in: Regenerate.
7641
7642 2003-05-16  Andreas Schwab  <schwab@suse.de>
7643
7644         * Makefile.tpl (install-opcodes): Define.
7645         * Makefile.in: Rebuild.
7646
7647 2003-05-13  Andreas Jaeger  <aj@suse.de>
7648
7649         * config.guess: Update to 2003-05-09 version.
7650         * config.sub: Update to 2003-05-09 version.
7651
7652 2003-05-13  Michael Eager  <eager@mvista.com>
7653
7654         * configure.in: Correct sed script so that options in quotes are not
7655         deleted.
7656         * configure: Rebuild.
7657
7658 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
7659
7660         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7661         and $$s/newlib/libc/sys/cygwin32 include paths.
7662         * configure: Ditto.
7663
7664 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
7665
7666         * MAINTAINERS: Update my email addresses.
7667
7668 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7669
7670         * config-ml.in: Propagate INSTALL variables.
7671
7672 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7673
7674         * MAINTAINERS: Remove duplicate entries in Write After Approval.
7675
7676 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
7677
7678         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7679         * Makefile.in: Regenerate.
7680
7681 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
7682
7683         * MAINTAINERS (GNATS only): Add Falk Hueffner.
7684
7685 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
7686
7687         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7688
7689 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
7690
7691         * Makefile.tpl: Clean $(BUILD_SUBDIR).
7692         * Makefile.in: Regenerated.
7693
7694 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
7695
7696         * MAINTAINERS (Write After Approval): Upgrade myself from
7697         GNATS only to write-after-approval. Update my mail address.
7698
7699 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
7700
7701         (OS Port Maintainers: freebsd): Add myself.
7702
7703 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
7704
7705         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7706
7707 2003-04-22  Kean Johnston  <jkj@sco.com>
7708
7709         * MAINTAINERS (SCO ports): Added myself.
7710
7711 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
7712
7713         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7714
7715 2003-04-19  Kean Johnston  <jkj@sco.com>
7716
7717         * MAINTAINERS (Write After Approval): Add myself.
7718
7719 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7720
7721         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7722         * Makefile.in: Regenerate.
7723
7724 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
7725
7726         * configure.in (powerpc64*-*-linux*): Remove.
7727         * configure: Rebuilt.
7728
7729 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
7730
7731         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
7732         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7733         and restrap.
7734         * Makefile.in:  Regenerate.
7735
7736 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
7737
7738         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7739         * configure: Regenerated.
7740
7741 2003-04-15  DJ Delorie  <dj@redhat.com>
7742
7743         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7744
7745 2003-04-13  Nick Clifton  <nickc@redhat.com>
7746
7747         * config-ml.in: Remove support for --disable-aix removing
7748         call-aix multilibs.
7749
7750 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
7751
7752         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7753         * */configure: Rebuilt.
7754
7755 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
7756
7757         * MAINTAINERS: Add my email address.
7758
7759 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
7760
7761         * MAINTAINERS (Write After Approval): Add myself.
7762
7763 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7764
7765         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7766         * Makefile.in: Regenerate.
7767
7768 2003-03-14  Michael Chastain  <mec@shout.net>
7769
7770         * Makefile.in: Regenerate with correct Makefile.def.
7771
7772 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7773
7774         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
7775         Make macro.
7776         * Makefile.in: Regenerate.
7777         * configure.in: Clean up gxx_include_dir logic.
7778         * configure: Regenerate.
7779
7780 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
7781
7782         * MAINTAINERS (Write After Approval): Add myself.
7783
7784 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
7785
7786         * MAINTAINERS: Update my mail address.
7787
7788 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7789
7790         * configure.in (gxx_include_dir): Fix typo.
7791         * configure: Regenerated.
7792
7793 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7794
7795         * Makefile.tpl: Reindent.
7796         * Makefile.in: Regenerate.
7797         * configure.in: Reindent.  Don't set unused variables.
7798         * configure: Regenerate.
7799
7800 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
7801
7802         * configure.in: Include $(build_tooldir)/sys-include in
7803         FLAGS_FOR_TARGET.
7804         * configure: Regenerated.
7805
7806 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7807
7808         * Makefile.tpl: Always pass down RANLIB.
7809         * Makefile.in: Regenerate.
7810
7811         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7812         * Makefile.in: Regenerate.
7813         * configure.in: Remove unused logic relating to --enable-shared
7814         and --enable-threads.  Remove bogus comments.  Remove redundant
7815         noconfigdirs.
7816         * configure: Regenerate.
7817
7818         * configure.in: Replace ${libstdcxx_version} by its value.
7819         Remove reference to mh-dgux.
7820         * configure: Regenerate.
7821
7822 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
7823
7824         * MAINTAINERS (Write After Approval): Add myself.
7825
7826 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7827
7828         * Makefile.tpl: Rearrange.
7829         * Makefile.in: Regenerate.
7830
7831 2003-02-25  Uwe Stieber  <uwe@wwws.de>
7832
7833         * configure.in: Add support for kaOS as cross build target system.
7834         * configure: Regenerated.
7835
7836 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
7837
7838         * MAINTAINERS (Write after approval): Add myself.
7839
7840 2003-02-21  James E Wilson  <wilson@tuliptree.org>
7841
7842         * MAINTAINERS: Update my email address.
7843
7844 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
7845
7846         * MAINTAINERS: Add self to blanket write privs. section.
7847
7848 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
7849
7850         * Makefile.tpl: Add definition of CPPFLAGS to pass into
7851         configure-target-* as some target builds may require additional
7852         flags for preprocessor tests.
7853         * Makefile.in: Regenerated.
7854
7855 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
7856
7857         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7858         * ltconfig: Handle it.
7859         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7860         auto-detecting it.
7861
7862         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7863         it is used as argument to $CC.
7864         * ltcf-gcj.sh: Likewise.
7865
7866         * configure.in: Introduce --enable-maintainer-mode.
7867         * configure: Rebuilt.
7868         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7869         for maintainer mode.
7870         * Makefile.in: Rebuilt.
7871
7872 2003-02-18  Jason Merrill  <jason@redhat.com>
7873
7874         * Makefile.tpl (check-c++): Allow parallelism.
7875
7876 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7877
7878         * MAINTAINERS: Remove John Carr (who never actually had access to
7879         gcc.gnu.org).
7880
7881 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
7882
7883         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7884         don't configure target-libobjc.
7885         * configure: Regenerate.
7886
7887 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7888
7889         * Makefile.tpl (RANLIB): Define.
7890         * Makefile.in: Regenerate.
7891
7892 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
7893
7894         * MAINTAINERS: Update my email.
7895
7896 2003-02-06  Keith R Seitz  <keiths@redhat.com>
7897
7898         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7899         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7900         * Makefile.in: Regenerated.
7901         * configure.in: Remove all traces of snavigator, db, and grep.
7902         * configure: Regenerated.
7903
7904 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7905
7906         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
7907         After Approval.
7908
7909 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7910
7911         * MAINTAINERS (Write after approval): Add myself.
7912
7913 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
7914
7915         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7916         * Makefile.in: Regenerated.
7917
7918 2003-01-30  Roger Sayle  <roger@eyesopen.com>
7919
7920         * config.guess: Updated to 2003-01-30's version.
7921         * config.sub: Updated to 2003-01-28's version.
7922
7923 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
7924
7925         * config.if: If gcc_version is already set, just use it.  Don't set
7926         gcc_version_trigger if it's already set, otherwise set it to
7927         gcc/version.c, but only if the file exists.  If it is not set and
7928         gcc/version.c does not exist, try to extract the version number from
7929         $CC.
7930
7931 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
7932
7933         * MAINTAINERS: Add myself to write-after-approval list.
7934
7935 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
7936
7937         * configure.in:  Revert 24Jan change.
7938         * configure:  Regenerate.
7939
7940 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7941
7942         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
7943         entry of HJ Lu.
7944
7945 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7946
7947         * configure.in: Revert previous change.
7948         * configure: Regenerate.
7949
7950 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7951
7952         * configure.in: Make rda native-only.
7953         * configure: Regenerate.
7954
7955 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7956
7957         * MAINTAINERS: Move myself from GNATS-only-accounts to
7958         write-after-approval.
7959
7960 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7961
7962         * configure.in: Add missing \.
7963         * configure: Rebuilt.
7964
7965 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
7966
7967         * configure.in (baseargs): Avoid using \| in sed regular
7968         expressions.
7969         * configure: Rebuilt.
7970
7971 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
7972
7973         * configure.in (baseargs): Remove all supported forms of
7974         --cache-file, --srcdir, --host, --build and --target options
7975         from argument lists.
7976         * configure: Rebuilt.
7977
7978 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
7979
7980         * MAINTAINERS: Add myself to write-after-approval list.
7981
7982 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
7983
7984         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7985         * configure: Rebuilt.
7986
7987 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7988
7989         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7990         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7991         * Makefile.in: Regenerate.
7992         * configure: Regenerate.
7993
7994 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
7995
7996         * configure.in: Remove Makefile in build, host and target modules
7997         unless configure was run with --no-recursion.
7998         * configure: Rebuilt.
7999
8000 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8001
8002         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8003         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8004         * Makefile.in: Regenerate.
8005
8006 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
8007
8008         * config.guess: Update to 2003-01-03 version.
8009         * config.sub: Update to 2003-01-03 version.
8010
8011 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8012
8013         * configure: Regenerate with proper autoconf 2.13.
8014
8015 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8016
8017         * configure.in: Add AC_PREREQ for consistency.
8018         * configure: Regenerate.
8019
8020 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
8021
8022         * configure.in (GDB_TK): Add tcl directories conditional on
8023         gdb/gdbtk directory being present.
8024         * configure: Regenerate.
8025
8026 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
8027
8028         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
8029         used by gcc if LD is not defined and we are not doing a Canadian Cross.
8030         * configure: Rebuilt.
8031
8032 2002-12-31  Tom Tromey  <tromey@redhat.com>
8033
8034         * Makefile.in: Rebuilt.
8035         * Makefile.def (target_modules) [libffi]: Allow installation.
8036
8037 2002-12-31  Andreas Schwab  <schwab@suse.de>
8038
8039         * configure.in: Fix use of $program_transform_name.
8040         * configure: Regenerated.
8041
8042 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
8043
8044         * configure.in (baseargs): Don't remove first configure argument.
8045         * configure: Regenerated.
8046
8047 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
8048
8049         * Makefile.tpl (local-distclean): Don't remove...
8050         (multilib.ts): ... this.  Moved into...
8051         (multilib.out): ... this.  Don't use sub-make.
8052         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8053         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8054         (configure-build-[+module+], configure-[+module+],
8055         configure-target-[+module+], configure-gcc): ... these.  Test
8056         for Makefile existence.  Drop config.status from dependencies.
8057         * Makefile.in: Rebuilt.
8058         * configure.in: Move gcc-version-trigger to the end of
8059         ac_configure_args.  Add comments to maybedep.tmp and
8060         serdep.tmp.  Introduce --disable-serial-configure.  Remove
8061         nonopt from baseargs, matching and removing corresponding
8062         whitespace while at it.
8063         * configure: Rebuilt.
8064
8065 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
8066
8067         * configure.in (host_configargs): Replace reference to
8068         no-longer-defined buildopts with --build=${build_alias}.
8069         * configure: Rebuilt.
8070
8071         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
8072         program_transform_name to standard idiom.
8073         (AUTOGEN, AUTOCONF): Define.
8074         (Makefile.in): Use $(AUTOGEN).
8075         (Makefile): Depend on config.status, and use autoconf-style rule to
8076         build it.  Move original commands to...
8077         (config.status): ... this new target.
8078         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
8079         $(AUTOCONF).
8080         * Makefile.in: Rebuilt.
8081
8082 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8083
8084         * Makefile.tpl: Fix dramatic bustage due to change in
8085         program_transform_name.
8086         * Makefile.in: Regenerate.
8087
8088         * configure.in: Remove unnecessary PATH setting.
8089         * configure: Regnerate.
8090
8091         * configure.in: Don't default to unprefixed tools unless
8092         the native tools will work.
8093         * configure: Regenerate.
8094
8095         * configure.in: Convert to autoconf script.  Blow away lots
8096         of now-redundant Makefile fragments.
8097         * configure: Generate using Autoconf.
8098         * Makefile.tpl: Rewrite to reflect autoconfiscation.
8099         * Makefile.in: Regenerate.
8100
8101 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8102
8103         * configure: Fix stupid bug where RANLIB was mistakenly included.
8104
8105         * configure.in: Rename (buildargs, hostargs, targargs) to
8106         (build_configargs, host_configargs, target_configargs).
8107
8108         * configure.in: Move logic out of sed statement.
8109
8110         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
8111         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8112
8113 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
8114
8115         * config.sub: Import from master repository
8116         * config.guess: Ditto
8117
8118 2002-12-24  Andreas Schwab  <schwab@suse.de>
8119
8120         * Makefile.tpl (multilib.out): Fix missing space.
8121         * Makefile.in: Regenerate.
8122
8123 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8124
8125         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
8126         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
8127         * Makefile.in: Regenerate.
8128         * configure.in: Remove unnecessary leftovers.
8129
8130 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
8131
8132         * configure.in (extra_ranlibflags_for_target): New variable.
8133         (*-*-darwin): Add -c to ranlib commands.
8134         * configure (tooldir): Handle extra_ranlibflags_for_target.
8135
8136 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8137
8138         * Makefile.tpl: Revert HJL's change.
8139         * Makefile.in: Regenerated.
8140         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8141         always.
8142
8143 2002-12-19  Andreas Schwab  <schwab@suse.de>
8144
8145         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8146         * Makefile.in: Regenerate.
8147
8148 2002-12-18  H.J. Lu  <hjl@gnu.org>
8149
8150         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8151         * Makefile.in: Regenerated.
8152
8153         * configure.in (build_prefix): New. Substitute.
8154
8155 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8156
8157         * Makefile.tpl: Don't let real targets depend on phony targets.
8158         * Makefile.in: Regenerate.
8159
8160         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8161         * Makefile.in: Regenerate.
8162
8163 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
8164
8165         * config.sub: Import from master repository
8166         * config.guess: Ditto
8167
8168 2002-12-16  Jason Merrill  <jason@redhat.com>
8169
8170         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8171         previous 'make bootstrap'.
8172         * Makefile.in: Regenerate.
8173
8174 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
8175
8176         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8177
8178 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8179
8180         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8181         * Makefile.in: Regenerate.
8182
8183 2002-12-13  Jason Merrill  <jason@redhat.com>
8184
8185         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
8186         library tests.
8187         (check-c++): Just depend on it and check-target-libstdc++-v3.
8188         * Makefile.in: Regenerate.
8189
8190 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8191
8192         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8193         * Makefile.in: Rebuilt.
8194
8195 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8196
8197         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8198
8199 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8200
8201         * configure: Fix bug put in by gremlins.
8202
8203         * Makefile.tpl: Substitute more autoconfily.
8204         * configure: Substitute more autoconfily.
8205         * Makefile.in: Regenerate.
8206
8207 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
8208
8209         * config.sub: Import from master repository
8210         * config.guess: Ditto
8211         * MAINTAINERS: Added Svein Seldal under write after approval
8212
8213 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
8214
8215         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8216         * Makefile.in (all-sim): Ditto.
8217
8218 2002-12-06  DJ Delorie  <dj@redhat.com>
8219
8220         * Makefile.tpl: Change configure dependencies to not have real
8221         targets depend on phony targets.
8222
8223 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
8224
8225         * configure.in: Revert unintentional change.
8226
8227         * Makefile.tpl: Change dependency for */multilib.out so that
8228         it works when gcc isn't in the tree.
8229
8230         * configure.in: Substitute more.
8231         * configure: Run subconfigures from the Makefile.
8232         * Makefile.tpl: Run subconfigures from the Makefile; add a few
8233         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
8234
8235 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8236
8237         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8238
8239 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8240
8241         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8242         and corresponding dependencies.
8243         * Makefile.in: Regenerate.
8244
8245         * configure.in (host_tools): Order binutils, gas and ld for
8246         convenience in running the testsuites.
8247
8248         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8249         * Makefile.in: Regenerate.
8250         * configure.in: Introduce rules to serialize subconfigure runs.
8251
8252         * configure.in: Introduce BASE_CC_FOR_TARGET.
8253         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
8254         Realize configure-build-* targets.  Realize configure-target-* targets.
8255         * Makefile.in: Regenerate.
8256
8257 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8258
8259         * configure: Move gcc_version_trigger stuff from here...
8260         * configure.in: ...to here.
8261
8262         * configure.in: Separate subconfigure options added by this file from
8263         options given by the user.  Add machinery to put args for host
8264         subconfigures into the Makefile.
8265
8266         * Makefile.tpl: Remove 'vault' targets.
8267         * Makefile.tpl: Reorder and comment dependencies.
8268         * Makefile.in: Regenerate.
8269
8270 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8271         * configure.in: Fix my broken commit of previous patch. (sigh)
8272
8273 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8274
8275         * configure.in: Move host-specific darwin noconfigdirs into
8276         the host-specific section.
8277
8278 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8279
8280         * configure.in: Move host-specific darwin noconfigdirs into
8281         the host-specific section.
8282
8283 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
8284
8285         * configure: Remove skip-this-dir support.
8286         * Makefile.tpl: Remove skip-this-dir support.
8287
8288         * Makefile.tpl: Remove leftover support for non-autoconfiscated
8289         subdirectories.
8290         * Makefile.in: Regenerate.
8291
8292         * Makefile.tpl: Strip out useless setting of 'dir'.
8293         * Makefile.in: Regenerate.
8294
8295 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8296
8297         * configure.in: Fix deeply stupid bug.
8298
8299         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8300         shell code in CXX_FOR_TARGET
8301         * Makefile.def: Introduce raw_cxx.
8302         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8303         RAW_CXX_FOR_TARGET.
8304         * Makefile.in: Regenerate.
8305
8306 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
8307
8308         * Makefile.tpl: Remove unnecessary ifs.
8309         * Makefile.in: Regenerate.
8310
8311         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
8312         dependencies.  Maybe-ize build-libiberty.  Create dummy install
8313         targets for 'no_install' modules.
8314         * configure: Move GDB_TK substitution to configure.in.  Move
8315         build_modules stuff to configure.in.
8316         * configure.in: Implement soft dependency machinery.  Maybe-ize
8317         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
8318         * Makefile.in: Regenerate.
8319
8320 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8321
8322         * Makefile.tpl: Make all-target, install-target behave similarly
8323         to all, install (only hitting configured targets).  Eliminate
8324         unused macro defintions.
8325
8326         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8327         build != host.
8328
8329         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8330
8331         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8332
8333         * configure.in: Produce lists of subdir targets we're actually
8334         configuring.  Remove references to "dosrel".
8335         * Makefile.tpl: Let configure set which subdir targets are hit.
8336         Remove install-cross; clean up install; remove ALL.  Remove
8337         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
8338         Autogenerate host module targets.  Remove empty dependency lines
8339         and redundant dependency; rearrange slightly.
8340         * Makefile.def: Add host-side libtermcap, utils.
8341
8342         * Makefile.in: Regenerate.
8343
8344 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8345
8346         * ltconfig (osf[345]): Append $major to soname_spec.
8347         Reflect this in library_names_spec.
8348         * ltmain.sh (osf): Prefix $major with . for use as extension.
8349
8350 2002-11-19  Andreas Jaeger  <aj@suse.de>
8351
8352         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8353         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8354         and sparc64 GNU/Linux systems.
8355
8356 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
8357
8358         * MAINTAINERS: Update email.
8359
8360 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8361
8362         * MAINTAINERS: Complete James Dennett's entry.
8363
8364 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
8365
8366         * MAINTAINERS (Write After Approval): Add myself.
8367
8368 2002-11-13  Bruce Korb  <bkorb@gnu.org>
8369
8370         * Makefile.tpl: syntactic cleanup
8371
8372 2002-11-13  Stuart Hastings  <stuart@apple.com>
8373
8374         * MAINTAINERS: Add myself to write-after-approval list.
8375
8376 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8377
8378         * Makefile.def: Add list of recursive targets to autogenerate.
8379         Add build_modules.
8380         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
8381         targets.  Autogenerate *-build-* targets.
8382         * Makefile.in: Regenerate.
8383
8384 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8385
8386         * configure: More autoconf-style substitutions.
8387         * Makefile.tpl: More autoconf-style substitutions.
8388         * Makefile.in: Regenerate.
8389
8390 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8391
8392         * configure: Substitute more variables in a more autoconf-friendly
8393         way.  Simplify slightly.
8394         * Makefile.tpl: Make more variables substitutable in an
8395         autoconf-friendly way.
8396         * Makefile.in: Regenerate.
8397
8398 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
8399
8400         * MAINTAINERS (Write After Approval): Add myself.
8401
8402 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8403
8404         * configure.in (v810*): Remove special setting of tools.
8405
8406         * configure: Add support for extra required flags for ar or nm.
8407         * configure.in (aix4.3+): Use above support for target-specific
8408         issues, rather than using config/mt-aix43.
8409
8410 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8411
8412         * configure: Remove 'removing', which doesn't work.  Replace $subdir
8413         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
8414         with $srcdir.  Reformat indentation.  Substitute some variables
8415         formerly hard-coded in the Makefile for build=host.
8416         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8417         * Makefile.def: Autogenerate more.
8418         * Makefile.in: Regenerate.
8419
8420 2002-11-04  Adam Nemet  <anemet@lnxw.com>
8421
8422         * MAINTAINERS (Write After Approval): Add myself.
8423
8424 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
8425
8426         * Makefile.def (host_modules): Add rda.
8427         * Makefile.in: Regenerate.
8428         * configure.in (target_tool): Add target-rda to list.
8429
8430 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8431
8432         * MAINTAINERS: Remove "co-maintainer" note for web pages.
8433
8434 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
8435
8436         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
8437         and restrap targets to this rule.
8438         * Makefile.in:  Regenerate.
8439
8440 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8441
8442         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8443         GNATS only accounts.
8444
8445 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
8446
8447         * configure.in (i[3456]86-*-linux*): Add check to disable
8448         ${libgcj} for glibc1.
8449
8450 2002-10-24  Denis Chertykov  <denisc@overta.ru>
8451
8452         * MAINTAINERS: Add myself as ip2k port maintainer.
8453
8454 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
8455
8456         * configure.in: Add tic4x target.
8457
8458 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8459
8460         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8461         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8462         * Makefile.in: Regenerate.
8463
8464         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8465         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8466         * Makefile.in: Regenerate.
8467
8468 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
8469
8470         * MAINTAINERS: Add myself as web pages co-maintainer.
8471
8472 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8473
8474         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8475         * Makefile.in: Regenerate.
8476
8477 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
8478
8479         * MAINTAINERS: Add myself and Nathan Sidwell
8480         <nathan@codesourcery.com> as VxWorks maintainers.
8481
8482 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8483
8484         * Makefile.def: Remove order dependency comments.
8485         * Makefile.tpl: Add explicit install-install dependencies.
8486         * Makefile.in: Regenerate.
8487
8488         * Makefile.tpl: Remove material now in src-release.  (Finally!)
8489         * Makefile.in: Regenerate.
8490
8491         * Makefile.tpl: Add configure-target (for src-release in src)
8492         * Makefile.in: Regenerate.
8493
8494 2002-09-30  Nick Clifton  <nickc@redhat.com>
8495
8496         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8497
8498 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
8499
8500         * configure.in (s390*-*-linux*): Enable libgcj.
8501
8502 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
8503
8504         * configure: Revert accidentally applied changes.
8505
8506         * Makefile.tpl: Make more autoconf-friendly.
8507         * Makefile.in: Regenerate.
8508         * configure: Make substitution more autoconf-like.
8509
8510 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
8511
8512         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8513         single entry to handle all these.
8514         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
8515         libjava on arm-*-elf.
8516
8517 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
8518
8519         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8520         things that depend on them.
8521
8522 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8523
8524         * Makefile.tpl: Make subsituted variables more autoconfy.
8525         * Makefile.in: Regenerate.
8526         * configure: Make seds more autoconfy.
8527
8528 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8529
8530         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8531         * Makefile.in: Regenerate.
8532         * configure.in: Rewrite sed statements to look autoconfy.
8533
8534         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8535         all-target-foo on configure-target-foo.
8536         * Makefile.def: Ditto.
8537         * Makefile.in: Rebuild.
8538
8539 2002-09-25  Andrew Haley  <aph@redhat.com>
8540
8541         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8542
8543 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8544
8545         * Makefile.def: New file.
8546         * Makefile.tpl: New file.
8547         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8548         * contrib/gcc_update: Note that Makefile.in is a generated file.
8549
8550         * configure.in: Minor rearrangement.  Simplify tests.
8551
8552 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
8553
8554         * configure.in (with_headers): Skip copy if value is "yes".
8555         (with_libs): Likewise.
8556
8557 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
8558
8559         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8560         * configure.in (sh*-*-pe*): Ditto.
8561         * configure.in (mips*-*-pe*): Ditto.
8562         * configure.in (*arm-wince-pe): Ditto.
8563
8564         * configure.in: Rearrange.
8565
8566 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
8567
8568         * MAINTAINERS: Update my email address.
8569
8570 2002-08-30  Paul Koning  <pkoning@equallogic.com>
8571
8572         * MAINTAINERS: (Write After Approval): Add myself.
8573
8574 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
8575
8576         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8577
8578 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
8579
8580         * MAINTAINERS: Change my mailing address.
8581
8582 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
8583
8584         * MAINTAINERS (Write After Approval): Remove myself.
8585         (Various Maintainers: c++ runtime libs): Add myself.
8586
8587 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
8588
8589         * MAINTAINERS (Write After Approval): Remove myself.
8590         (Various Maintainers: c++ runtime libs): Add myself.
8591
8592 2002-08-15  Eric Christopher  <echristo@redhat.com>
8593
8594         * config.sub: Import from master repository.
8595         * config.guess: Ditto.
8596
8597 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
8598
8599         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8600         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8601         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8602
8603 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
8604
8605         * MAINTAINERS: Add self to rs6000 vector extensions.
8606
8607 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
8608
8609         * libiberty/configure: Reverted unintended yesterday's check in.
8610
8611 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
8612
8613         * boehm-gc/configure, libf2c/configure: Rebuilt.
8614         * libffi/configure, libiberty/configure: Ditto.
8615         * libjava/configure, libobjc/configure: Ditto.
8616         * libstdc++-v3/configure, zlib/configure: Ditto.
8617         Merged from binutils:
8618         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
8619         From Steve Ellcey <sje@cup.hp.com>:
8620         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8621         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8622         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8623         IA64.
8624         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8625         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8626         soname_spec, sys_lib_search_path_spec): Ditto.
8627
8628 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
8629
8630         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8631
8632 2002-08-04  H.J. Lu  (hjl@gnu.org)
8633
8634         * configure.in (mips*-*-linux*): Don't skip target-libffi.
8635
8636 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
8637
8638         * MAINTAINERS (Write After Approval): Add myself.
8639
8640 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
8641
8642         * configure.in: Move generic linux case to end.  Copy generic
8643         linux noconfigdirs to mips*-*-linux* entry and new
8644         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
8645
8646 2002-07-19  Michael Matz  <matz@suse.de>
8647
8648         * MAINTAINERS: Add myself as ra* maintainer.
8649
8650 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
8651
8652         * config.guess: Update to 2002-07-09 version.
8653         * config.sub: Update to 2002-07-03 version.
8654
8655 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
8656
8657         * MAINTAINERS: Fix typo in a maintainer email address.
8658
8659 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8660
8661         * configure.in: Remove two redundant tests.
8662
8663 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8664
8665         * configure.in (mips*-*-irix6*o32): Enable stabs.
8666
8667 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
8668
8669         * configure.in: Don't build grez.
8670         * Makefile.in: Ditto.
8671
8672         * Makefile.in: Remove references to bsp, cygmon, libstub.
8673         * configure.in: Ditto.
8674
8675         * configure.in: Remove leftover reference to gdbtest.
8676
8677 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
8678
8679         * configure.in (gxx_include_dir):  Change to match versioned
8680         C++ headers if --enable-version-specific-runtime-libs is used.
8681
8682 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
8683
8684         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8685
8686 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8687
8688         * configure.in: Make --without-x work.
8689
8690 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8691
8692         * configure.in: Rearrange target Makefile fragment collection.
8693
8694         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8695         cvs[src].
8696         * configure.in: Ditto.
8697
8698 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
8699
8700         * MAINTAINERS (Write After Approval): Update my e-mail address.
8701
8702 2002-06-24  Ben Elliston  <bje@redhat.com>
8703
8704         * configure.in (host_tools): Remove cgen.
8705
8706         * Makefile.in (all-cgen): Remove; runs from its source directory.
8707         (check-cgen, install-cgen, clean-cgen): Likewise.
8708         (all-opcodes): Do not depend on all-cgen.
8709         (all-sim): Likewise.
8710
8711 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8712
8713         * Makefile.in: Eliminate 'apache' targets.
8714         * configure.in: Eliminate 'apache' targets.
8715
8716         * configure.in: Eliminate redundant tests.  Reorganize.
8717
8718         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8719
8720         * config-ml.in: Eliminate references to Cygnus configure.
8721
8722         * Makefile.in: Eliminate references to building emacs.
8723
8724 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
8725
8726         * MAINTAINERS: Update my email address.
8727
8728 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
8729
8730         * config.if (libstdcxx_incdir): Version C++ headers.
8731         (cxx_incdir): Remove.
8732
8733 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8734
8735         * MAINTAINERS (Write After Approval): Add self.
8736
8737 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
8738
8739         * configure.in: Add support for ip2k.
8740
8741 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
8742
8743         * configure.in: Fix AIX configury bug.
8744
8745 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
8746
8747         * MAINTAINERS (Write After Approval): Add self.
8748
8749 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8750
8751         * configure.in: replace ${topsrcdir} with ${srcdir}
8752
8753         * configure.in: Move definition of libstdcxx_flags
8754         right above usage, rather than waaay earlier.
8755
8756         * configure.in: Pull definition of is_cross_compiler earlier.
8757
8758         * configure.in: Rearrange a little.
8759
8760         * configure.in: Remove references to librx.
8761         * Makefile.in: Remove references to librx.
8762
8763 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
8764
8765         * config.sub: Add support for avr target.
8766         Import from master sources, rev 1.255
8767
8768 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
8769
8770         * configure, .cvsignore:  Revert previous change...
8771         * Makefile:  ...delete.
8772
8773 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8774
8775         * configure.in: Eliminate ${gasdir} variable.
8776
8777 2002-06-18  Dave Brolley  <brolley@redhat.com>
8778
8779         * configure.in: Add support for frv.
8780         * config.sub: Add support for frv.
8781
8782 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8783
8784         * configure:  Remove garbage from previous commit.
8785
8786 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8787
8788         * configure:  For in-source builds, make a subdir and re-exec there.
8789         * Makefile:  New file.  Pass targets through to build directory.
8790         * .cvsignore:  No longer ignore "Makefile".
8791
8792 2002-06-16  Douglas Rupp  <rupp@gnat.com>
8793
8794         * MAINTAINERS (Write After Approval): Add self.
8795
8796 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8797
8798         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8799
8800 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
8801
8802         * configure.in (vax-*-netbsd*): Re-enable gas.
8803
8804 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
8805
8806         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8807         BUILD_PREFIX_1, to correct nomenclature.
8808         * configure: Likewise.
8809
8810         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8811         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8812
8813 2002-05-31  Olaf Hering  <olh@suse.de>
8814
8815         * config-ml.in: Propogate DESTDIR also.
8816
8817 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
8818
8819         * configure.in (vax-*-netbsd*): Don't build gas for this
8820         platform.
8821
8822 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
8823
8824         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8825         and libgcj for AVR.
8826
8827 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
8828
8829         * MAINTAINERS (Write After Approval): Add myself.
8830
8831 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
8832
8833         * config.guess: Update to 2002-05-22 version.
8834         * config.sub: Likewise.
8835
8836 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8837
8838         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8839         * config-ml.in: Likewise.
8840         * configure: Likewise.
8841         * configure.in: Likewise.
8842
8843 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
8844
8845         * MAINTAINERS: Update my email address.
8846
8847 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
8848
8849         * configure.in: Simplify makefile fragment collection.
8850
8851         * configure.in: Remove code to build emacs.
8852
8853         * configure.in : Remove --srcdir argument from targargs and buildargs
8854         (it's always overridden in the Makefile anyway).  Rearrange a bit.
8855
8856         * configure: Move some logic to configure.in.
8857         * configure.in: Move some logic from configure.
8858
8859 2002-05-11  Tom Tromey  <tromey@redhat.com>
8860
8861         * MAINTAINERS: Reflect libgcj reality.
8862
8863 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
8864
8865         * Makefile.in: Honour DESTDIR.
8866
8867 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
8868
8869         * config.guess: Import 2002-03-20 version.
8870         * config.sub: Import 2002-04-26 version.
8871
8872 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8873
8874         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
8875
8876 2002-05-07  Tim Josling  <tej@melbpc.org.au>
8877
8878         * MAINTAINERS: Add self.
8879
8880 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
8881
8882         * ltmain.sh: Detect and handle object name conflicts
8883         while piecewise linking a static library.
8884
8885 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
8886
8887         * configure.in (noconfigdirs): Don't disable libgcj on
8888         sparc64-*-solaris* and sparcv9-*-solaris*.
8889
8890 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
8891
8892         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8893
8894 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
8895
8896         * configure.in (FLAGS_FOR_TARGET): Do not add
8897         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8898         on i[3456]86-*-linux*.
8899
8900 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
8901
8902         * configure.in (noconfigdirs): Replace [ ] with test.
8903
8904         * configure.in (noconfigdirs): Do not add target-newlib if
8905         target == i[3456]86-*-linux*, and host == target.
8906
8907 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
8908
8909         * configure.in: delete reference to absent file
8910
8911         * configure.in: replace '[' with 'test'
8912
8913         * configure.in: Eliminate references to gash.
8914         * Makefile.in: Eliminate references to gash.
8915
8916         * configure.in: remove useless references to 'pic' makefile fragments.
8917
8918         * configure.in: (*-*-windows*) Finish removing.
8919
8920         * configure.in: Eliminate redundant test for libgui.
8921
8922 2002-04-29  Roger Sayle  <roger@eyesopen.com>
8923
8924         * MAINTAINERS: Add self and realphabetize.  Update entries
8925         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
8926         entry for a29k port maintainer.
8927
8928 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
8929
8930         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8931         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8932
8933 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
8934
8935         * configure.in: remove references to dead files
8936
8937 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
8938
8939         * MAINTAINERS: Add information about purpose of this file.
8940
8941 2002-04-18  Tom Tromey  <tromey@redhat.com>
8942
8943         * configure.in: Disallow configuring libgcj when it is already
8944         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
8945         Solaris 2.8 by default.  For PR libgcj/6158.
8946
8947 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8948
8949         * configure.in:  Move default CC setting out of config/mh-* fragments
8950         directly into here.
8951
8952 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8953
8954         * configure.in: don't even try to configure or make a subdirectory
8955         if there's no configure script for it.
8956
8957 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
8958
8959         * MAINTAINERS: Remove chill maintainers.
8960         * Makefile.in (CHILLFLAGS): Remove.
8961         (CHILL_LIB): Remove.
8962         (TARGET_CONFIGDIRS): Remove libchill.
8963         (CHILL_FOR_TARGET): Remove.
8964         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8965         CHILL_LIB.
8966         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8967         (CHECK_TARGET_MODULES): Likewise.
8968         (INSTALL_TARGET_MODULES): Likewise.
8969         (CLEAN_TARGET_MODULES): Likewise.
8970         (configure-target-libchill): Remove.
8971         (all-target-libchill): Remove.
8972         * configure.in (target_libs): Remove target-libchill.
8973         Do not compute CHILL_FOR_TARGET.
8974         * libchill: Remove directory.
8975
8976 2002-04-11  DJ Delorie  <dj@redhat.com>
8977
8978         * Makefile.in, configure.in: Sync with binutils, entries
8979         follow...
8980
8981 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8982
8983         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
8984         (do-tar, do-bz2): New rules.
8985         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
8986         (gdb-tar): New rule.
8987         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
8988         (insight_dejagnu.tar): New rule.
8989         (insight.tar): New rule.
8990         (gdb+dejagnu.tar): New rule.
8991         (gdb.tar): New rule.
8992
8993 2002-02-01  Mo DeJong  <supermo@bayarea.net>
8994
8995         * Makefile.in: Add all-tix to deps for all-snavigator
8996         so that tix is built when building snavigator.
8997
8998 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
8999
9000         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9001         ld and gdb are not supported.
9002
9003 2002-01-07  Mark Salter  <msalter@redhat.com>
9004
9005         * configure.in: Remove target-bsp and target-cygmon from arm builds.
9006         Allow target-libgloss to be built for arm, strongarm, and xscale.
9007
9008 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
9009
9010         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9011         options for i[3456]86-pc-linux* native builds.
9012
9013 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
9014
9015         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9016         files from .po files for a distribution.
9017
9018 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
9019
9020         * configure.in: Enable libstdc++-v3 for h8300 targets.
9021
9022 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
9023
9024         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9025         version from bfd/.
9026
9027 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
9028
9029         * Makefile.in (VER): When present, extract the version number from
9030         the file version.in.
9031
9032 2001-05-24  Tom Rix  <trix@redhat.com>
9033
9034         * configure.in : enable ld for aix
9035
9036 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9037
9038         * config.guess: Add linux target for S/390.
9039
9040 2000-11-07  Philip Blundell  <pb@futuretv.com>
9041
9042         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9043
9044 2000-11-03  Philip Blundell  <pb@futuretv.com>
9045
9046         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9047         files.
9048
9049 2001-01-15  Ben Elliston  <bje@redhat.com>
9050
9051         * configure.in (host_tools): Add sid.
9052         Always configure cgen.
9053
9054 2000-11-24  Nick Clifton  <nickc@redhat.com>
9055
9056         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9057
9058
9059 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
9060
9061         * Makefile.in (ALL_MODULES): Add all-cgen.
9062         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9063         (all-cgen): New target.
9064         (all-opcodes,all-sim): Depend on all-cgen.
9065         * configure.in (host_tools): Add cgen.
9066         Only configure cgen if --enable-cgen-maint.
9067
9068 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
9069
9070         * configure.in: Add *-*-freebsd* configurations.
9071
9072 2002-04-08  Tom Tromey  <tromey@redhat.com>
9073
9074         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9075         Fixes PR libgcj/6068.
9076
9077 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
9078
9079         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9080
9081 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9082
9083         * configure.in (alpha*-dec-osf*): Enable libgcj.
9084
9085 2003-03-27  Matthew Gingell  <gingell@gnat.com>
9086
9087         * MAINTAINERS (Write After Approval): Add myself.
9088
9089 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
9090
9091         Fix for: PR bootstrap/3591, target/5676
9092         * configure.in (mcore-pe): Disable the configuration of
9093         libstdc++-v3 since exceptions are not supported.
9094
9095 2002-03-20  Anthony Green  <green@redhat.com>
9096
9097         * configure.in: Enable libgcj for xscale-elf target.
9098
9099 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
9100
9101         * MAINTAINERS:  Update my email address.
9102
9103 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
9104
9105         * ltmain.sh (relink_command): Fix typo in previous change.
9106
9107 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
9108
9109         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
9110         (relink_command): Added --tag flags.
9111         (mode=install): If relinking fails; error out.
9112
9113 2002-03-12  Richard Henderson  <rth@redhat.com>
9114
9115         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
9116         .NOTPARALLEL tag.
9117         (do-check): Rename from check.
9118         (check): Allow parallel check.
9119
9120 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
9121
9122         * MAINTAINERS: Add myself as maintainer for xtensa port.
9123         Fix alphabetical order in CPU port maintainer list.
9124         Remove myself from Write After Approval list.
9125
9126 2002-03-11  Richard Henderson  <rth@redhat.com>
9127
9128         * Makefile.in (.NOTPARALLEL): Add fake tag.
9129
9130 2002-03-07  H.J. Lu  (hjl@gnu.org)
9131
9132         * configure.in: Enable gprof for mips*-*-linux*.
9133
9134 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9135
9136         * MAINTAINERS (Write After Approval): Add myself.
9137
9138 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
9139
9140         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9141         libjava.
9142         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9143
9144 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
9145
9146         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9147         because its Makefile is there; test for the executable instead.
9148
9149 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
9150
9151         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9152         libstdc++-v3 and libjava.
9153
9154 2002-02-11  Adam Megacz  <adam@xwt.org>
9155
9156         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9157         boehm-gc
9158
9159 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
9160
9161         * config.guess: Updated to 2002-01-30's version.
9162         * config.sub: Updated to 2002-02-01's version.
9163         Contribute sh64-elf.
9164         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
9165         * configure.in: Added sh64-*-*.
9166
9167 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
9168
9169         * MAINTAINERS: Belatedly add myself to write after approval list.
9170
9171 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
9172
9173         * MAINTAINERS: Put self in as maintainer for x86-64 port.
9174         Remove self as Write After Approval.
9175
9176 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
9177
9178         * MAINTAINERS: Put self in as maintainer for contrib/regression
9179         directory.
9180
9181 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
9182
9183         * MAINTAINERS:  Update my email address.
9184
9185 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
9186
9187         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
9188         target-libiberty, and target-libgloss.  Skip Java-related
9189         libraries if not supported for NetBSD on target CPU.
9190
9191 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
9192
9193         * install-sh: Use _inst.$$_ for temp file name.
9194
9195 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
9196
9197         * MAINTAINERS (Write After Approval): Move my contact info
9198         from here...
9199         (OS Port Maintainers): ...to here (netbsd).
9200
9201 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
9202
9203         * MAINTAINERS (Write After Approval): Add myself.
9204
9205 2002-01-17  H.J. Lu  <hjl@gnu.org>
9206
9207         * Makefile.in (all-fastjar): Also depend on all-libiberty.
9208         (all-target-fastjar): Also depend on all-target-libiberty.
9209
9210 2002-01-16  H.J. Lu  (hjl@gnu.org)
9211
9212         * config.guess: Import from master sources, rev 1.225.
9213         * config.sub: Import from master sources, rev 1.238.
9214
9215 2002-01-16  Kazu Hirata  <kazu@hxi.com>
9216
9217         * MAINTAINERS (Write After Approval): Remove myself.
9218
9219 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
9220
9221         * MAINTAINERS (Write After Approval): Add myself.
9222
9223 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9224
9225         * MAINTAINERS: Add self as docs co-maintainer.
9226
9227 2001-12-11  Matthias Klose  <doko@debian.org>
9228
9229         * MAINTAINERS (Write After Approval): Add myself.
9230
9231 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
9232
9233         * MAINTAINERS: Update my email address.
9234
9235 2001-12-07  Turly O'Connor  <turly@apple.com>
9236         * MAINTAINERS (Write After Approval): Add myself.
9237         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9238         (rs6000_initialize_trampoline): Call __trampoline_setup for
9239         ABI_DARWIN too.
9240         * darwin-tramp.asm: New file, implements __trampoline_setup.
9241         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9242
9243 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
9244
9245         * MAINTAINERS (Write After Approval): Add myself.
9246
9247 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
9248
9249         * configure, configure.in: Use temp file for long sed commands.
9250
9251 2001-12-03  Laurent Guerby  <guerby@acm.org>
9252
9253         * config.sub: Update to version 1.232 on subversion.
9254
9255 2001-12-03  Ben Elliston  <bje@redhat.com>
9256
9257         * MAINTAINERS: Update mail address for config.* patches.
9258
9259 2001-11-27  DJ Delorie  <dj@redhat.com>
9260             Zack Weinberg  <zack@codesourcery.com>
9261
9262         When build != host, create libiberty for the build machine.
9263
9264         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9265         CONFIG_ARGUMENTS.
9266         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9267         New variables.
9268         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9269         and rules.
9270         (all.normal): Depend on ALL_BUILD_MODULES.
9271         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9272         (all-build-libiberty): Depend on configure-build-libiberty.
9273
9274         * configure: Calculate and substitute proper value for
9275         ALL_BUILD_MODULES.
9276         * configure.in: Create the build subdirectory.
9277         Calculate and substitute TARGET_CONFIGARGS (formerly
9278         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9279
9280 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
9281
9282         * MAINTAINERS (write-after-approval): Add self.
9283
9284 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9285
9286         * MAINTAINERS (GNATS only accounts): Remove self.
9287
9288 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
9289
9290         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9291         libf2c.
9292
9293 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9294
9295         * MAINTAINERS (Write After Approval): Add self.
9296
9297 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9298
9299         * MAINTAINERS: mips and s390 are also CPU ports.
9300
9301 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9302
9303         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9304
9305 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
9306
9307         * MAINTAINERS: Alphabetize.
9308
9309 2001-11-09  Kazu Hirata  <kazu@hxi.com>
9310
9311         * MAINTAINERS (Various maintainers: h8 port): Add myself.
9312
9313 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9314
9315         * MAINTAINERS (Various maintainers: hppa port): Added myself.
9316
9317 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
9318
9319         * configure.in (--enable-languages): Be more permissive about
9320         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
9321
9322 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
9323
9324         * config.sub: Import from master sources, rev. 1.230.
9325         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9326
9327 2001-11-07  Laurent Guerby  <guerby@acm.org>
9328
9329         * MAINTAINERS (Write After Approval): Add self.
9330
9331 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
9332
9333         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9334
9335 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
9336
9337         * config.sub: Import from master sources, rev 1.226.
9338         * config.guess: Import from master sources, rev 1.216.
9339
9340 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
9341
9342         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9343         * MAINTAINERS: Add self as maintainer of MMIX port.
9344         Remove old after-approval entry.
9345
9346 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
9347
9348         * ChangeLog, configure: Fix spelling errors.
9349
9350 2001-10-20  Brendan Kehoe  <brendan@zen.org>
9351
9352         * MAINTAINERS: Tweak my address.
9353
9354 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
9355
9356         * MAINTAINERS: Update my email address.
9357
9358 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
9359
9360         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9361         * MAINTAINERS: Add self as maintainer of CRIS port.
9362
9363 2001-10-10  Geert Bosch  <bosch@gnat.com>
9364
9365         * MAINTAINERS (Various maintainers: Ada front end):
9366         Added Robert Dewar.
9367
9368 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
9369
9370         * MAINTAINERS (Write After Approval): Added self
9371
9372 2001-10-02  Geert Bosch  <bosch@gnat.com>
9373
9374         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9375
9376 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9377
9378         * configure: Handle temporary files securely using mkdir.
9379
9380 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
9381
9382         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9383
9384 2001-09-26  Will Cohen  <wcohen@redhat.com>
9385
9386         * configure.in (*-*-linux*): Disable configuration of target-newlib
9387         and target-libgloss.
9388
9389 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9390
9391         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9392         RANLIB.
9393
9394 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
9395
9396         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9397         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9398         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9399         avoid quotes nesting problems.
9400         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9401         (DO_X): Export only variables that are set.
9402
9403 2001-09-19  Ben Elliston  <bje@redhat.com>
9404
9405         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9406         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9407         semantics.  Use the shell built-in "type" command instead.
9408
9409 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
9410
9411         Merged from gcc-3_0-branch:
9412         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
9413         * ltcf-c.sh: Use $objext, not $ac_objext.
9414         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
9415         * ltcf-cxx.sh: Add support for GNU.
9416         2001-07-22  Timothy Wall  <twall@redhat.com>
9417         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
9418         default settings if using GNU tools with that configuration.
9419         * ltcf-cxx.sh: Ditto.
9420         * ltcf-gcj.sh: Ditto.
9421         2001-07-21  Michael Chastain  <chastain@redhat.com>
9422         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9423         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
9424         * ltmain.sh: Mark as gcc-local.
9425
9426 2001-08-30  Eric Christopher  <echristo@redhat.com>
9427             Jason Eckhardt  <jle@redhat.com>
9428
9429         * config.guess: Merge from master sources.
9430         * config.sub: Merge from master sources, add support for mipsisa32.
9431
9432 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
9433         * config.sub: Merge from master sources, rev 1.219.
9434         * MAINTAINERS: Add self as contact for stormy16 port.
9435
9436 2001-08-14  Zack Weinberg  <zackw@panix.com>
9437
9438         * config.sub: Merge from master sources, rev 1.218.
9439         * config.guess: Merge from master sources, rev 1.209.
9440
9441 2001-08-11  Graham Stott  <grahams@redhat.com>
9442
9443         * Makefile.in (check-c++): Add missing semicolon.
9444
9445 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
9446
9447         * MAINTAINERS (Various maitainers: predict.def): Added myself.
9448
9449 2001-07-30  Eric Christopher  <echristo@redhat.com>
9450
9451         * MAINTAINERS (Various maintainers: mips port): Added myself.
9452
9453 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
9454
9455         * configure.in (sh-*-linux*): New.
9456
9457 2001-07-27  Richard Henderson  <rth@redhat.com>
9458
9459         * .cvsignore: Add LAST_UPDATED.
9460
9461 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
9462
9463         * MAINTAINERS (Various maintainers: s390 port): Added myself.
9464
9465 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
9466
9467         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9468
9469 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
9470
9471         * MAINTAINERS (Write After Approval): Added myself.
9472
9473 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9474
9475         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9476         and libgcj on m68hc11/m68hc12.
9477
9478 2001-06-27  H.J. Lu  (hjl@gnu.org)
9479
9480         * Makefile (CFLAGS_FOR_BUILD): New.
9481         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9482
9483 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9484
9485         * README: Remove version number.
9486
9487 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9488
9489         * INSTALL/README: Update wrt. to the installation instructions now
9490         residing in gcc/doc/install.texi.
9491
9492 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9493
9494         * README: Replace with a cut-down and updated version of gcc/README.
9495
9496 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
9497
9498         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9499         multilibs to be disabled.
9500
9501 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
9502
9503         * MAINTAINERS (Write After Approval): Add myself.
9504
9505 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
9506
9507         * config.guess: Import CVS version 1.195.
9508         * config.sub: Import CVS version 1.212.
9509
9510 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
9511
9512         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9513         gcc/xgcc is built, use -print-prog-name to find out the program
9514         name to use.
9515
9516 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
9517
9518         * config.guess:  Import CVS version 1.194.  All gcc-local changes
9519         appear to also be in the master copy.
9520         * config.sub:  Import CVS version 1.211.
9521
9522 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
9523
9524         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9525         with_gcc]: Use `gcc -shared' to build a shared library.
9526
9527 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9528
9529         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9530         archives.
9531
9532 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9533
9534         * MAINTAINERS (Write After Approval): Add myself.
9535
9536 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
9537
9538         * configure.in (libstdcxx_flags): Do not try to execute
9539         libstdc++-v3/testsuite_flags until it exists.
9540
9541 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
9542
9543         * MAINTAINERS: Update my email address.
9544
9545 2001-05-31  Graham Stott  <grahams@redhat.com>
9546
9547         * MAINTAINERS (Write After Approval): Add myself.
9548
9549 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
9550
9551         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
9552         libraries when using g++ with native linker.
9553
9554 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
9555
9556         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9557
9558 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
9559
9560         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9561         [aix4*|aix5*]: Prepend blank.
9562
9563 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
9564
9565         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9566         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
9567         of subdir/configure scripts to use the new libtool.m4.
9568
9569 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
9570
9571         * MAINTAINERS (Write After Approval): Add myself.
9572
9573 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
9574
9575         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9576
9577 2001-05-11  Ben Elliston  <bje@redhat.com>
9578
9579         * Makefile.in (all-sid): New target.
9580         (check-sid, clean-sid, install-sid): Likewise.
9581
9582 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
9583
9584         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9585
9586 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9587
9588         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9589         libgcj.
9590
9591 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9592
9593         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9594         gcc/xgcc is built, use -print-prog-name to find out the program
9595         name to use.
9596
9597 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
9598
9599         * configure.in (noconfigdirs): Don't reset it from scratch in the
9600         target case; only append to it.
9601
9602         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9603         sparc-*-solaris2.8]: Disable ${libgcj}.
9604
9605 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
9606
9607         * configure.in (libgcj_saved): Copy from $libgcj.
9608         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9609         --disable-libgcj.
9610
9611 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
9612
9613         * MAINTAINERS: Remove self as MIPS maintainer and
9614         C front end maintainer.
9615
9616 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
9617
9618         * configure.in: Move *-chorusos target case to the proper switch.
9619         Disable libgcj.
9620
9621 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9622
9623         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9624         1.641.2.228.
9625
9626 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9627
9628         * Makefile.in (STAGE1_CFLAGS): Pass down.
9629
9630 2001-04-13  Alan Modra  <amodra@one.net.au>
9631
9632         * config.guess: Add hppa64-linux support.  Note for next import that
9633         this is already in the master file.
9634         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
9635
9636 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9637
9638         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9639         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9640
9641 2001-04-11  Stan Shebs  <shebs@apple.com>
9642
9643         * MAINTAINERS: Add self as Darwin port maintainer.
9644
9645 2001-04-11  Alan Modra  <amodra@one.net.au>
9646
9647         * MAINTAINERS: Update my email address.
9648
9649 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
9650
9651         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9652         recent versions of FreeBSD (release 3 or later).
9653         * ltconfig: On FreeBSD, -lc must not be provided when building
9654         a shared library or else the standard -pthread gcc option is
9655         rendered worthless to later users of the built library.
9656
9657 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9658
9659         * MAINTAINERS: Add self and RTH as C front end maintainers.
9660
9661 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
9662
9663         * config.sub: Make sure to match an already-canonicalized
9664         machine name (eg. mn10300-unknown-elf).
9665
9666 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
9667
9668         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9669         New macros.
9670         (bootstrap, cross): Use RECURSE_FLAGS.
9671         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9672
9673 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
9674
9675         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9676
9677 2001-03-22  Colin Howell  <chowell@redhat.com>
9678
9679         * Makefile.in (DO_X): Do not backslash single-quotes in
9680         backquotes (two places).
9681
9682 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9683
9684         Re-installed:
9685         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9686         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9687         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9688         * ltcf-cxx.sh: Likewise.
9689         * ltcf-gcj.sh: Likewise.
9690
9691 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9692
9693         * MAINTAINERS: Add myself as "documentation co-maintainer".
9694
9695 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9696
9697         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9698         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9699
9700 2001-03-19  Tom Tromey  <tromey@redhat.com>
9701
9702         * config-ml.in: Handle GCJ and GCJFLAGS.
9703
9704 2001-03-21  Michael Chastain  <chastain@redhat.com>
9705
9706         * Makefile.in: all-m4 depends on all-texinfo.
9707
9708 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
9709
9710         * MAINTAINERS: Add myself to write after approval list.
9711
9712 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
9713
9714         * Makefile.in (DO_X): Quote nested quotes.
9715
9716 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
9717
9718         * MAINTAINERS: Add myself to write after approval list.
9719
9720 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
9721
9722         * Makefile.in (DO_X): Use double quotes for quoting
9723         "RANLIB=$${RANLIB}".
9724
9725 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
9726
9727         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9728
9729 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
9730
9731         * configure.in: Only use `lang_requires' for languages athat are
9732         actually enabled.
9733
9734 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
9735
9736         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
9737
9738 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
9739
9740         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9741
9742 2001-03-07  Tom Tromey  <tromey@redhat.com>
9743
9744         * configure.in: Allow config-lang.in to set `lang_requires' to list
9745         of other required languages.
9746
9747 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
9748
9749         * Makefile.in: Remove RANLIB definition. Use RANLIB
9750         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9751         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9752
9753 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
9754             Alexandre Oliva  <aoliva@redhat.com>
9755
9756         * Makefile.in (check-c++): Use tabs, not spaces.
9757
9758 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
9759
9760         * MAINTAINERS: add myself to Write After Approval list.
9761
9762 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
9763
9764         * Makefile.in (check-c++): New rule.
9765
9766         * configure.in (target_libs): Remove libg++.
9767         (noconfigdirs): Remove libg++.
9768         (noconfigdirs): Same.
9769         (noconfigdirs): Same.
9770         (noconfigdirs): Same.
9771
9772         * config-ml.in: Remove libg++ references.
9773
9774         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9775         (ALL_TARGET_MODULES): Same.
9776         (configure-target-libg++): Remove.
9777         (all-target-libg++): Remove.
9778         (configure-target-libio): Remove.
9779         (all-target-libio): Remove.
9780         (check-target-libio): Remove.
9781         (.PHONY): Remove.
9782         (libg++.tar.bz2): Remove.
9783         (all-target-cygmon): Remove libio.
9784         (all-target-libstdc++): Remove.
9785         (configure-target-libstdc++): Remove.
9786         (TARGET_LIB_PATH): Remove libstdc++.
9787         (ALL_GCC_CXX): Remove libstdc++.
9788         (all-target-gperf): Correct.
9789
9790 2001-02-16  Nick Clifton  <nickc@redhat.com>
9791
9792         * configure.in (noconfigdirs): Allow configuration of texinfo
9793         for Cygwin hosts.
9794
9795 2001-02-15  Anthony Green  <green@redhat.com>
9796
9797         * configure: Introduce GCJ_FOR_TARGET.
9798         * configure.in: Ditto.
9799         * Makefile.in: Ditto.
9800
9801 2001-02-13  Andreas Schwab  <schwab@suse.de>
9802
9803         * MAINTAINERS: Update mail address.
9804
9805 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9806
9807         * config.guess: Add linux target for S/390.
9808         * config.sub: Likewise.
9809
9810 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
9811
9812         * configure.in: for *-chorusos, don't config target-newlib and
9813         target-libgloss.
9814
9815 2001-02-06  Ben Elliston  <bje@redhat.com>
9816
9817         * configure: Output host type to stdout, not stderr.
9818
9819 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
9820
9821         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
9822         * ltcf-cxx.sh: Likewise.
9823
9824         * config.if: Assume enable_libstdcxx_v3 is defined.
9825
9826 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
9827
9828         Remove V2 C++ library.
9829         * configure.in: Remove --enable-libstdcxx_v3 support.
9830
9831 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
9832
9833         * include/demangle.h: Add prototype for java_demangle_v3.
9834
9835 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
9836
9837         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
9838
9839 2001-01-27  Richard Henderson  <rth@redhat.com>
9840
9841         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
9842
9843 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9844
9845         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9846         Don't unset, it's non-portable and no longer necessary, set to empty
9847         instead.
9848
9849 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9850
9851         * ltconfig: Shell portability fix for the tagname validity check.
9852
9853 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
9854
9855         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9856         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9857
9858 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9859
9860         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9861
9862 2001-01-26  Tom Tromey  <tromey@redhat.com>
9863
9864         * configure.in: Allow libgcj to be built on Sparc Solaris.
9865
9866 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
9867
9868         * ltcf-c.sh: Add aix5 case.
9869         * ltcf-cxx.sh: Likewise.
9870         * ltconfig: Likewise.
9871
9872 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
9873
9874         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9875         keep at least one of build_libtool_libs or build_old_libs set to
9876         yes.
9877
9878         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9879         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9880
9881 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
9882
9883         * configure.in: Enable libgcj on several additional platforms.
9884
9885 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
9886
9887         * configure.in: Enable libgcj for linux targets.
9888
9889 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9890
9891         * MAINTAINERS (Write After Approval): Add myself.
9892
9893 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9894
9895         * MAINTAINERS: Add myself as vax port maintainer.
9896
9897 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
9898
9899         * MAINTAINERS: Add myself as Mercury front-end maintainer.
9900
9901 2001-01-09  Mike Stump  <mrs@wrs.com>
9902
9903         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
9904         failures of subdirectories.
9905
9906 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9907
9908         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9909         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9910         * ltcf-cxx.sh: Likewise.
9911         * ltcf-gcj.sh: Likewise.
9912         * ltconfig.sh: Fix typo.
9913
9914 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9915
9916         * configure: handle DOS-style absolute paths.
9917
9918 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9919
9920         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
9921
9922 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
9923
9924         * MAINTAINERS: Add myself as avr port co-maintainer.
9925
9926 2000-12-28  Ben Elliston  <bje@redhat.com>
9927
9928         * MAINTAINERS: Add myself under ``Write After Approval''.
9929
9930 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
9931
9932         * texinfo: Remove directory from GCC.
9933
9934 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9935
9936         * COPYING: Update to current
9937         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
9938         to 19yy as example year in copyright notice).
9939
9940 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
9941
9942         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
9943         (libstdcxx_incdir): Pass down.
9944         * config.if: Remove expired bits for cxx_interface, add stub.
9945         (libstdcxx_incdir): Add variable for g++ include directory.
9946         * configure.in (gxx_include_dir): Use it.
9947
9948 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
9949
9950         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
9951         with old-email address from ``Write After Approval''.
9952
9953 2000-12-15  Andreas Jaeger  <aj@suse.de>
9954
9955         * configure.in: Handle lang_dirs.
9956
9957 2000-12-14  Tom Tromey  <tromey@redhat.com>
9958
9959         * MAINTAINERS: Removed brads.
9960
9961         * MAINTAINERS: Added gcj developers.
9962
9963 2000-12-13  Anthony Green  <green@redhat.com>
9964
9965         * configure.in: Disable libgcj for any target not specifically
9966         listed.  Disable libgcj for x86 and Alpha Linux until compatible
9967         with g++ abi.
9968
9969 2000-12-13  Mike Stump  <mrs@wrs.com>
9970
9971         * Makefile.in (local-distclean): Also remove fastjar.
9972
9973 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
9974
9975         * contrib/gcc_update: Add fastjar --touch entries.
9976
9977 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
9978
9979         * configure.in: Disable language-specific target libraries for
9980         languages that aren't enabled.
9981
9982 2000-12-10  Anthony Green  <green@redhat.com>
9983
9984         * configure.in: Define libgcj.  Disable libgcj target libraries for
9985         most targets.
9986
9987 2000-12-10  Neil Booth  <neilb@earthling.net>
9988
9989         * MAINTAINERS: Update mail address, remove from WAA list.
9990
9991 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9992
9993         * libjava: Imported from /cvs/java.
9994         * libffi: Likewise.
9995         * Boehm-gc: Likewise.
9996
9997 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9998
9999         * configure.in (target_libs): Revert 2000-12-08 patch.
10000         (noconfigdirs): Added target-libjava.
10001
10002 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10003
10004         * djunpack.bat: removed.
10005
10006 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10007
10008         * Makefile.in: handle DOS-style absolute paths.
10009         * config-ml.in: likewise.
10010         * symlink-tree: likewise.
10011
10012 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10013
10014         * fastjar: Imported.
10015
10016 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10017
10018         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10019         libjava.
10020         * configure.in (target_libs): Removed `target-libjava'.
10021
10022 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10023
10024         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10025         (ALL_MODULES): Added fastjar.
10026         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10027         (all-target-libjava): all-fastjar replaces all-zip.
10028         (all-fastjar): Added.
10029         (configure-target-fastjar, all-target-fastjar): Likewise.
10030         * configure.in (host_tools): Added fastjar.
10031
10032 2000-12-07  Mike Stump  <mrs@wrs.com>
10033
10034         * Makefile.in (local-distclean): Remove leftover built files.
10035
10036 2000-11-24  Nick Clifton  <nickc@redhat.com>
10037
10038         * configure.in (xscale-elf): Add target.
10039         (xscale-coff): Add target.
10040
10041 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
10042
10043         * ltcf-cxx.sh: Support creation of C++ shared libraries on
10044         recent versions of FreeBSD (release 3 or later).
10045         * ltconfig: On FreeBSD, -lc must not be provided when building
10046         a shared library or else the standard -pthread gcc option is
10047         rendered worthless to later users of the built library.
10048
10049 2000-11-16  Fred Fish  <fnf@be.com>
10050
10051         * configure.in (enable_libstdcxx_v3): Fix typo,
10052         libstd++ -> libstdc++.
10053
10054 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10055
10056         * MAINTAINERS: Add self to Write After Approval list.
10057
10058 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
10059
10060         * MAINTAINERS: Update my email address.  Add myself to global write
10061         privs list.
10062
10063 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
10064
10065         * Makefile.in: Merge with src and libgcj.
10066         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
10067         configure-target-<library> when their configure scripts need the C
10068         or C++ library to have already been built to work properly.
10069         (do_proto_toplev): Set them to an empty string.
10070
10071         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10072         (REALLY_SET_LIB_PATH): Use them.
10073
10074 2000-11-17  Stan Shebs  <shebs@apple.com>
10075
10076         * MAINTAINERS: Add self to Write After Approval list.
10077
10078 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10079
10080         * configure: Provide the original toplevel configure arguments
10081         (including $0) to subprocesses in the environment rather than
10082         through gcc/configargs.h.
10083
10084 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10085
10086         * MAINTAINERS: Remove references to cccp. Change C9X reference to
10087         C99.  Alphabetise "Write After Approval" list.
10088
10089 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
10090
10091         * configure: Turn on libstdc++ V3 by default.
10092
10093         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10094         if we've got GCC.
10095
10096 2000-11-11  Philip Blundell  <philb@gnu.org>
10097
10098         * MAINTAINERS: Add self to Write After Approval list.
10099
10100 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
10101
10102         * ltcf-c.sh (aix4): Improve shared library configuration; require
10103         exporting symbols.
10104         * ltcf-cxx.sh (aix4): Define.
10105         * ltconfig (aix4): Define library and soname specs appropriate for
10106         AIX.  Define command to create export symbols list.
10107
10108 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
10109
10110         * config.sub: Add support for Sun Chorus
10111
10112 2000-10-31  Nick Clifton  <nickc@redhat.com>
10113
10114         * MAINTAINERS: Rename <name>@cygnus.com addresses to
10115         <name>@redhat.com.  Also installed new email address for Clint
10116         Popetz.
10117
10118 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
10119
10120         * etc: Remove directory from GCC.
10121
10122 2000-10-16  Michael Meissner  <meissner@redhat.com>
10123
10124         * configure (gcc/configargs.h): Only create if there is a build GCC
10125         directory created.
10126
10127 2000-10-16  Matthias Klose  <doko@debian.org>
10128
10129         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10130         when configured for libstdc++-v3.
10131
10132 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
10133
10134         * configure: Save configure arguments to gcc/configargs.h.
10135
10136 2000-10-04  Philipp Thomas  <pthomas@suse.de>
10137
10138         * config.guess: Import CVS version 1.157.
10139         * config.sub: Import CVS version 1.181.
10140
10141 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
10142
10143         * Makefile.in (bootstrap): avoid recursion if subdir missing
10144         (cross): ditto
10145         (do-proto-toplev): ditto
10146
10147 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
10148
10149         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10150         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10151
10152         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10153         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
10154         all affected `configure' scripts.
10155
10156 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
10157
10158         * MAINTAINERS: Add self as cpplib co-maintainer.
10159
10160 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
10161
10162         * MAINTAINERS: Add self to Write After Approval list.
10163
10164 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10165
10166         * INSTALL/README: egcs -> GCC update.
10167
10168 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
10169
10170         * MAINTAINERS: Add myself to Write After Approval list.
10171
10172 2000-09-15  Kazu Hirata  <kazu@hxi.com>
10173
10174         * MAINTAINERS: Add myself to Write After Approval list.
10175
10176 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
10177
10178         * configure.in: Do not build byacc for hppa64.  Provide paths to the
10179         X11 libraries for hppa64.
10180
10181 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10182
10183         * MAINTAINERS: Add myself as 68hc11 port maintainer.
10184
10185 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
10186
10187         * Makefile.in (all-zlib): Added dummy target.
10188
10189         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10190         ltcf-gcj.sh: Updated from libtool multi-language branch.
10191
10192 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
10193
10194         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10195         (bootstrap*): Depend on all-bootstrap.
10196
10197 2000-09-05  Philipp Thomas  <pthomas@suse.de>
10198
10199         * config.guess: Import CVS version 1.156.
10200         * config.sub: Import CVS version 1.179.
10201
10202 2000-09-02  Anthony Green  <green@cygnus.com>
10203
10204         * Makefile.in (all-gcc): Depend on all-zlib.
10205         (CLEAN_MODULES): Add clean-zlib.
10206         (ALL_MODULES): Add all-zlib.
10207         * configure.in (host_libs): Add zlib.
10208
10209 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
10210
10211         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10212         crosses, but add gcc/include to the header search path for them.
10213
10214 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
10215
10216         * MAINTAINERS: Add self to Write After Approval list.
10217
10218 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10219
10220         * config.guess: Import CVS version 1.152.
10221         * config.sub: Import CVS version 1.177.
10222
10223 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
10224
10225         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10226         $targargs to tell whether newlib is going to be built.
10227
10228         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10229         $$r/TARGET_SUBDIR/libio for _G_config.h.
10230
10231 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
10232
10233         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10234
10235 2000-08-22  DJ Delorie  <dj@redhat.com>
10236
10237         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10238
10239 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
10240
10241         * config-ml.in (CC, CXX): Avoid trailing whitespace.
10242         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10243         sub-configures.
10244
10245 2000-08-21  DJ Delorie  <dj@redhat.com>
10246
10247         * MAINTAINERS: Add self as a libiberty maintainer
10248
10249 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
10250
10251         * configure.in (libstdcxx_flags): Use
10252         libstdc++-v3/src/libstdc++.INC.
10253
10254 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
10255
10256         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10257
10258 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
10259
10260         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10261
10262         * configure: Make enable_threads and enable_shared defaults
10263         explicit.  Substitute enable_threads into generated Makefiles.
10264         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10265         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10266
10267 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
10268
10269         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10270
10271 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
10272
10273         * config-ml.in (CC): Remove bogus duplicate quotation mark from
10274         previous delta.
10275
10276 2000-08-11  Jason Merrill  <jason@redhat.com>
10277
10278         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10279         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10280         (FLAGS_FOR_TARGET): Not here.
10281         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10282
10283 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
10284
10285         * config-ml.in (CC, CXX): Don't introduce a leading space.
10286
10287 2000-08-07  DJ Delorie  <dj@delorie.com>
10288
10289         * MAINTAINERS: Add self as a DJGPP maintainer
10290
10291 2000-08-07  DJ Delorie  <dj@redhat.com>
10292
10293         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10294         "if we're also building gcc, and it's a gcc that will run on the
10295         build machine, we want to use its includes instead of the system's
10296         default includes".
10297
10298 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10299
10300         * MAINTAINERS: Add self to Write After Approval list.
10301
10302 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
10303
10304         * configure.in (libstdcxx_flags): Don't use `"'.
10305
10306         * config-ml.in: Adjust multilib search paths to the
10307         appropriate multilib tree.
10308
10309 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
10310
10311         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10312         commas in $LANGUAGES.
10313
10314 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
10315
10316         * configure.in: Re-enable all references to libg++ and librx.
10317
10318 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
10319
10320         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10321         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
10322         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10323         * ltcf-cxx.sh (need_lc): Set based on postdeps.
10324
10325         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10326
10327 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
10328
10329         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10330         CXX_FOR_TARGET for sed.
10331
10332 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
10333
10334         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10335         Do not override if already set in the environment or in configure.
10336         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10337         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10338
10339 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
10340
10341         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10342         the libtool CVS tree multi-language branch.
10343         * ltconfig, ltmain.sh: Updated.
10344
10345 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
10346
10347         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10348         (clean-target): Depend on it.
10349
10350         * Makefile.in (FLAGS_FOR_TARGET): New macro.
10351         (GCC_FOR_TARGET): Use it.
10352         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10353         * configure.in: ... here.
10354         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
10355         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10356
10357 2000-07-24  Eric Christopher  <echristo@cygnus.com>
10358
10359         * MAINTAINERS: Add self to Write After Approval list.
10360
10361 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
10362
10363         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10364         (configure-target-libchill, configure-target-libobjc): Likewise.
10365
10366         * configure.in: Use the same cache file for all target libs.
10367         * config-ml.in: But different cache files per multilib variant.
10368
10369 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10370
10371         * configure (topsrcdir): Don't use dirname.
10372
10373 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
10374
10375         * MAINTAINERS: Add self to Write After Approval list.
10376
10377 2000-07-20  Jason Merrill  <jason@redhat.com>
10378
10379         * configure.in: Remove all references to libg++ and librx.
10380
10381         * configure, configure.in, Makefile.in: Unify gcc and binutils.
10382
10383 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
10384
10385         * config.sub: Update to subversions version 2000-07-06.
10386
10387 2000-07-12  Andrew Haley  <aph@cygnus.com>
10388
10389         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10390         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10391
10392 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
10393
10394         * symlink-tree:  Check number of arguments.
10395
10396 2000-07-05  Jim Wilson  <wilson@cygnus.com>
10397
10398         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10399         search path for a g++ extracted from the build tree.  This
10400         will allow link tests run by configure scripts in
10401         subdirectories to succeed.
10402
10403 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
10404
10405         * ltconfig: Add support for mips-dde-sysv4.2MP
10406
10407 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10408
10409         * MAINTAINERS: Add myself as loop discovery maintainer.
10410
10411 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
10412
10413         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10414         `os2'. Force ac_cv_exeext to be ".exe" in that case.
10415
10416 2000-06-19  Timothy Wall  <twall@cygnus.com>
10417
10418         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10419         * config.sub: Add tic54x target.
10420
10421 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10422
10423         * MAINTAINERS: Add self as Fortran maintainer,
10424         remove Craig Burley.
10425
10426 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10427
10428         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10429         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10430
10431 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
10432
10433         * MAINTAINERS: Add self as i18n maintainer
10434
10435 20000-05-21  H.J. Lu  (hjl@gnu.org)
10436
10437         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10438         directory are used if they exist. Make sure
10439         $(build_tooldir)/include is searched for header files,
10440         $(build_tooldir)/lib/ for library files.
10441         (GCC_FOR_TARGET): Likewise.
10442         (CXX_FOR_TARGET): Likewise.
10443
10444 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
10445
10446         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10447
10448 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
10449
10450         * Makefile.in (configure-target-libiberty): Depend on
10451         configure-target-newlib.
10452
10453 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
10454
10455         * configure.in, Makefile.in: Merge all libffi-related
10456         configury stuff from the libgcj tree.
10457
10458 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10459
10460         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10461         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10462
10463 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10464
10465         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10466         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10467         current version information.  Add to proto-toplev directory.
10468         (gdb-taz): Build do-djunpack.
10469
10470 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
10471
10472         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10473
10474 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10475
10476         * MAINTAINERS: Add self to Write After Approval list.
10477
10478 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10479
10480         * ltmain.sh: Preserve in relink_command any environment
10481         variables that may affect the linker behavior.
10482
10483 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
10484
10485         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10486
10487 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
10488
10489         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10490
10491 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
10492
10493         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10494         with the version name.
10495
10496 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
10497
10498         * MAINTAINERS: Add self as bb-reorder maintainer.
10499
10500 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
10501
10502         * config.if: Tweak.
10503
10504 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
10505
10506         * djunpack.bat: New file.
10507
10508 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10509
10510         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10511         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10512         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10513         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10514
10515 2000-04-16  Dave Pitts  <dpitts@cozx.com>
10516
10517         * config.sub (case $basic_machine): Change default for "ibm-*"
10518         to "openedition".
10519
10520 2000-04-13  Andreas Jaeger  <aj@suse.de>
10521
10522         * MAINTAINERS: Added myself.
10523
10524 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10525
10526         * Makefile.in (gdb-taz): New target.  GDB specific archive.
10527         (do-md5sum): New target.
10528         (MD5PROG): Define.
10529         (PACKAGE): Default to TOOL.
10530         (VER): Default to a shell script.
10531         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
10532         md5 checksum generation.
10533         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10534         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10535         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10536         insight.tar.bz2): Use gdb-taz to create archive.
10537
10538 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10539
10540         * configure (warn_cflags): Delete.
10541
10542 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
10543
10544         * MAINTAINERS: Added myself.
10545
10546 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
10547             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
10548
10549         * configure.in (enable_libstdcxx_v3): Add.
10550         (target_libs): Add bits here to switch between libstdc++-v2 and
10551         libstdc++-v3.
10552         * config.if: And this file too.
10553         * Makefile.in: Add libstdc++-v3 targets.
10554
10555 2000-04-05  Michael Meissner  <meissner@redhat.com>
10556
10557         * config.sub (d30v): Add d30v as a basic machine type.
10558
10559 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
10560
10561         * configure.in: -linux-gnu*, not -linux-gnu.
10562
10563 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10564
10565         * MAINTAINERS: Add self in write-after-approval section.
10566
10567 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
10568
10569         * MAINTAINERS: Add self as ia64 port maintainer.
10570
10571 2000-03-08  Neil Booth  <NeilB@earthling.net>
10572
10573         * MAINTAINERS: Add self in write-after-approval section.
10574
10575 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10576
10577         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10578         (do-tar-bz2): Replace TOOL with PACKAGE.
10579         (gdb.tar.bz2): Remove GDBTK from GDB package.
10580         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10581         dejagnu.tar.bz2): New packages.
10582
10583 2000-02-27  Andreas Jaeger  <aj@suse.de>
10584
10585         * configure.in: Add entry for mips*-*-linux*, move catch all
10586         *-*-*linux* entry below this one.
10587
10588 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
10589
10590         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10591
10592 2000-02-24  Nick Clifton  <nickc@cygnus.com>
10593
10594         * config.sub: Support an OS of "wince".
10595
10596 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10597
10598         * config.guess, config.sub: Updated to match config's 2000-02-15
10599         version.
10600
10601 2000-02-23  Linas Vepstas  <linas@linas.org>
10602
10603         * config.sub: Add support for Linux/IBM 370.
10604         * configure.in: Likewise.
10605
10606 2000-02-22  Nick Clifton  <nickc@cygnus.com>
10607
10608         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10609
10610 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
10611
10612         * config.guess: Guess "cygwin" rather than "cygwin32".
10613
10614 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10615
10616         * configure (gcc_version): When setting, narrow search to
10617         lines containing `version_string'.
10618
10619 2000-02-15  Denis Chertykov  <denisc@overta.ru>
10620
10621         * config.sub: Add support for avr target.
10622
10623 2000-02-14  Nick Clifton  <nickc@cygnus.com>
10624
10625         * MAINTAINERS: Add maintainers for MCore port.
10626
10627 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10628
10629         * config.sub: Add mmix-knuth-mmixware.
10630
10631 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10632
10633         * MAINTAINERS: Pair cccp with cpplib maintainership.
10634
10635 2000-01-27  Christopher Faylor  <cgf@redhat.com>
10636
10637         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10638         structure stuff to -L library search.
10639         (CXX_FOR_TARGET): Ditto.
10640         (CROSS_CHECK_MODULES): Fix spelling mistake.
10641
10642 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
10643
10644         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10645         the C++ compiler.
10646
10647 2000-01-12  Richard Henderson  <rth@cygnus.com>
10648
10649         * configure.in: Don't build some bits for beos.
10650
10651 2000-01-12  Joel Sherrill (joel@OARcorp.com)
10652
10653         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10654         as include files.
10655
10656 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
10657
10658         * Add self as cpplib maintainer, as requested by Jason
10659         Merrill.  Correct my e-mail address.
10660
10661 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
10662
10663         * configure.in: Use mt-aix43 to handle *_TARGET defs,
10664         not mh-aix43.
10665
10666 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
10667
10668         * MAINTAINERS: Add myself to "write after approval" list.
10669
10670 1999-12-14  Richard Henderson  <rth@cygnus.com>
10671
10672         * config.guess (alpha-osf, alpha-linux): Detect ev67.
10673         * config.sub: Accept alphaev[78], alphaev8.
10674
10675 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10676
10677         * config.guess, config.sub: Update from autoconf.
10678
10679 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
10680
10681         * MAINTAINERS:  update my playtime e-address.
10682
10683 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10684
10685         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10686         necessary libraries are missing.
10687
10688 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
10689
10690         * MAINTAINERS: Add new 'write after approval' maintainer.
10691
10692 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10693
10694         * MAINTAINERS: Add new Java maintainer.
10695
10696 1999-10-25  Andreas Schwab  <schwab@suse.de>
10697
10698         * configure: Fix quoting inside arguments of eval.
10699
10700 1999-10-21  Nick Clifton  <nickc@cygnus.com>
10701
10702         * config-ml.in: Allow suppression of some ARM multilibs.
10703
10704 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
10705
10706         * config.guess: Add OS/390 match pattern.
10707         * config.sub: Add mvs, openedition targets.
10708         * configure.in (i370-ibm-opened*): New.
10709
10710 1999-09-04  Steve Chamberlain  <sac@pobox.com>
10711
10712         * config.sub: Add support for configuring for pj.
10713
10714 1999-08-31  Nick Clifton  <nickc@cygnus.com>
10715
10716         * config.sub (maybe_os): Add support for configuring for fr30.
10717
10718 1999-08-25  Nick Clifton  <nickc@cygnus.com>
10719
10720         * configure.in: Do not configure or build ld for AIX
10721         platforms.  ld is known to be broken on these platforms.
10722
10723 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10724
10725         * config-ml.in: Pass compiler flag corresponding to multidirs to
10726         subdir configures.
10727
10728 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
10729
10730         * Makefile.in (LDFLAGS): Define.
10731
10732 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
10733
10734         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10735         noconfigdirs.
10736         (*-*-cygwin*): Likewise.
10737
10738 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
10739
10740         * mkdep: New file.
10741         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10742         (BINUTILS_SUPPORT_DIRS): Add mkdep.
10743
10744         From Eli Zaretskii <eliz@is.elta.co.il>:
10745         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10746         long file name when using DJGPP on MS-DOS.
10747
10748 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
10749
10750         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10751
10752 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
10753
10754         * Makefile.in (check-target-libio): Remove all-target-libstdc++
10755         dependency as this causes "make check" to globally "make all"
10756
10757 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
10758
10759         * configure.in (target_libs): Added target-zlib.
10760         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10761         (CONFIGURE_TARGET_MODULES): Likewise.
10762         (CHECK_TARGET_MODULES): Likewise.
10763         (INSTALL_TARGET_MODULES): Likewise.
10764         (CLEAN_TARGET_MODULES): Likewise.
10765         (configure-target-zlib): New target.
10766         (all-target-zlib): Likewise.
10767         (all-target-libjava): Depend on all-target-zlib.
10768         (configure-target-libjava): Depend on configure-target-zlib.
10769
10770         * Makefile.in (configure-target-libjava): Depend on
10771         configure-target-newlib.
10772         (configure-target-boehm-gc): New target.
10773         (configure-target-qthreads): New target.
10774
10775         * configure.in (target_libs): Added target-qthreads.
10776         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10777         (CONFIGURE_TARGET_MODULES): Likewise.
10778         (CHECK_TARGET_MODULES): Likewise.
10779         (INSTALL_TARGET_MODULES): Likewise.
10780         (CLEAN_TARGET_MODULES): Likewise.
10781         (all-target-qthreads): New target.
10782         (configure-target-libjava): Depend on configure-target-qthreads.
10783         (all-target-libjava): Depend on all-target-qthreads.
10784
10785         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10786         (CONFIGURE_TARGET_MODULES): Likewise.
10787         (CHECK_TARGET_MODULES): Likewise.
10788         (INSTALL_TARGET_MODULES): Likewise.
10789         (CLEAN_TARGET_MODULES): Likewise.
10790         (all-target-libjava): New target.
10791         (all-target-boehm-gc): Likewise.
10792         * configure.in (target_libs): Added libjava, boehm-gc.
10793
10794 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
10795
10796         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10797         configure.bat in SUPPORT_FILES.
10798         (gas+binutils.tar.bz2): Likewise.
10799
10800         * makeall.bat: Remove; obsolete.
10801
10802 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
10803
10804         From Mark Elbrecht:
10805         * configure.bat: Remove; obsolete.
10806
10807 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
10808
10809         * configure: Add -W -Wall to the default CFLAGS when compiling with
10810         gcc.
10811
10812 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
10813
10814         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10815
10816 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
10817
10818         * configure.in: Build ld on IRIX6.
10819
10820 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
10821
10822         * Makefile.in: Change distribution targets to use bzip2 instead of
10823         gzip.
10824         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10825         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10826
10827 1999-06-04  Nick Clifton  <nickc@cygnus.com>
10828
10829         * config.sub: Add mcore target.
10830
10831 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
10832
10833         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10834
10835 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
10836
10837         * config.guess (dummy): Changed to $dummy.
10838
10839 1999-05-24  Nick Clifton  <nickc@cygnus.com>
10840
10841         * config.sub: Tidied up case statements.
10842
10843 1999-05-22  Ben Elliston  <bje@cygnus.com>
10844
10845         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10846         <jiro@din.or.jp>.
10847
10848         * config.guess: Merge with FSF version. Future changes will be
10849         more accurately recorded in this ChangeLog.
10850         * config.sub: Likewise.
10851
10852 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
10853
10854          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10855
10856 1999-04-30  Tom Tromey  <tromey@cygnus.com>
10857
10858         * ltmain.sh: [mode link] Always use CC given by ltconfig.
10859
10860 1999-04-23  Tom Tromey  <tromey@cygnus.com>
10861
10862         * ltconfig, ltmain.sh: Update to libtool 1.2f.
10863
10864 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
10865
10866         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10867         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10868         Bad merge removed these two changes.
10869
10870 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
10871                           Martin Heller (Ing.-Buero_Heller@t-online.de)
10872
10873         * config.guess (interix Alpha): Add.
10874
10875 1999-04-11  Richard Henderson  <rth@cygnus.com>
10876
10877         * configure.in (i?86-*-beos*): Do config gperf; don't config
10878         gdb, newlib, or libgloss.
10879
10880 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
10881
10882         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10883         link a trivial program with -mabi=64.  If it fails, remove mabi=64
10884         from multidirs.
10885
10886 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
10887
10888         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10889
10890 1999-04-08  Nick Clifton  <nickc@cygnus.com>
10891
10892         * config.sub: Add support for mcore targets.
10893
10894 1999-04-07  Michael Meissner  <meissner@cygnus.com>
10895
10896         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10897         not mt-ospace, in order to shut up assembler warning about using
10898         symbols that are named the same as registers.
10899
10900 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
10901
10902         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10903         dependency list for all-target-cygmon.
10904
10905 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
10906
10907         * config-ml.in: Check $host, not $target, for selective multilibs.
10908         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10909         thumb interworking, and underscore prefix multilibs.
10910
10911 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
10912
10913         * missing: Update to version from current automake.
10914
10915 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
10916
10917         * configure (gxx_include_dir): Removed.
10918
10919         * configure.in (gxx_include_dir): Handle it.
10920         * Makefile.in: Likewise.
10921
10922 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
10923
10924         * config.sub (mips64vr4111,mips64vr4111el) Add.
10925
10926 1999-03-21  Ben Elliston  <bje@cygnus.com>
10927
10928         * config.guess: Correct typo for detecting ELF on FreeBSD.
10929
10930 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
10931
10932         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10933         config/mh-djgpp.
10934
10935 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
10936
10937         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10938         all-target-newlib to dependency list for all-target-bsp.
10939
10940 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10941
10942         * config.sub: Add i386-uwin support.
10943         * config.guess: Likewise.
10944
10945 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10946
10947         * configure.in: cleanup, add mh-*pic handling for arm, special
10948         case powerpc*-*-aix*
10949
10950 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10951
10952         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10953         can be built.
10954
10955 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
10956
10957         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10958         targets.
10959
10960 1999-03-02  Nick Clifton  <nickc@cygnus.com>
10961
10962         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10963
10964 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
10965
10966         * config.sub: Check for "cygwin*" rather than "cygwin32*"
10967
10968 1999-02-24  Nick Clifton  <nickc@cygnus.com>
10969
10970         * config.sub: Fix typo in arm recognition.
10971
10972 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
10973
10974         * configure.in (noconfigdirs): Changed target_configdirs to
10975         include target-bsp only for m68k-*-elf* and m68k-*-coff*
10976         rather than m68k-*-* since it is not known to work on
10977         m68k-aout. Ditto for arm-*-*oabi.
10978
10979 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
10980
10981         * configure.in (*-*-windows*): Remove, no longer used.
10982
10983 1999-02-19  Ben Elliston <bje@cygnus.com>
10984
10985         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10986         Smart and improved by Andrew Cagney.
10987
10988 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
10989
10990         * config.guess: Recognize openbsd-*-hppa.
10991
10992 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
10993
10994         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10995         only if it is not empty.
10996
10997 1999-02-17  Nick Clifton  <nickc@cygnus.com>
10998
10999         Patch from: Scott Bambrough <scottb@corelcomputer.com>
11000
11001         * config.guess: Modified to recognize uname's armv* syntax.
11002
11003         * config.sub: Modified to recognize uname's armv* syntax.
11004
11005 1999-02-17  Mark Salter  <msalter@cygnus.com>
11006
11007         * configure.in: Added target-bsp for sparclite.
11008
11009 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
11010
11011         * config.sub: Recognize alphapca5[67] and up to alphaev8.
11012
11013 1999-02-08  Nick Clifton  <nickc@cygnus.com>
11014
11015         * configure.in: Add support for strongarm port.
11016         * config.sub: Add support for strongarm target.
11017
11018 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11019
11020         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11021         the old name config/mh-cygwin32.
11022         Enable texinfo.
11023
11024 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
11025
11026         * configure.in: Do build ld for ix86 Solaris.
11027
11028 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
11029
11030         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
11031         $AR_FOR_TARGET.  Likewise for RANLIB.
11032
11033 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
11034
11035         * config.sub (oabi):  Recognize.
11036         * configure.in (arm-*-oabi):  Handle.
11037
11038 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
11039
11040         * config.guess: Improve detection of i686 on UnixWare 7.
11041
11042 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11043
11044         * config.guess: Add support for i386-pc-interix.
11045         * config.sub: Likewise.
11046         * configure.in: Likewise.
11047
11048 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
11049
11050         * Makefile.in: Remove unneeded all-target-libio from
11051         from all-target-winsup target since it is now unneeded.
11052         Add all-target-libtermcap in its place since it is now
11053         needed.
11054
11055 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
11056
11057         * configure.in: makefile stub for cygwin target is probably
11058         unnecessary.  Remove it for now.
11059
11060 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
11061
11062         * configure.in: libtermcap.a should be built when cygwin is the
11063         target as well as the host.
11064         * config.guess: Allow mixed case in cygwin uname output.
11065         * Makefile.in: Add libtermcap target.
11066
11067 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
11068
11069         * config.sub: Clean up handling of hppa2.0.
11070
11071 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
11072
11073         * config.guess: Use C code to identify more HP machines.
11074
11075 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
11076
11077         * config.sub: Handle hppa2.0.
11078
11079 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
11080
11081         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11082         cygmon for all sparclite targets, regardless of object format.
11083
11084 1998-12-15  Mark Salter  <msalter@cygnus.com>
11085
11086         * configure.in: Added target-bsp for several target architectures.
11087
11088         * Makefile.in: Added rules for bsp.
11089
11090 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
11091
11092         * config.guess: Improve detection of hppa2.0 processors.
11093
11094 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
11095
11096         * config.guess: Recognize FreeBSD using ELF automatically.
11097
11098 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
11099
11100         * configure (skip-this-dir): Add handling for new shell script, which
11101         might be created by a sub-directory's configure to indicate, this particular
11102         directory is "unwanted".
11103         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11104
11105 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
11106
11107         * ltconfig: import from libtool, after changing libtool to
11108         account for the cygwin name change.
11109
11110 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
11111
11112         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11113         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11114
11115 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
11116
11117         * configure.in: Add libtermcap to list of cygwin dependencies.
11118
11119 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
11120
11121         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11122         they include winsup/include when it's a cygwin target.
11123
11124 1998-11-12  Tom Tromey  <tromey@cygnus.com>
11125
11126         * configure.in (host_tools): Added zip.
11127         * Makefile.in (all-target-libjava): Depend on all-zip.
11128         (all-zip): New target.
11129         (ALL_MODULES): Added all-zip.
11130         (NATIVE_CHECK_MODULES): Added check-zip.
11131         (INSTALL_MODULES): Added install-zip.
11132         (CLEAN_MODULES): Added clean-zip.
11133
11134 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
11135
11136         * Makefile.in: lose "32" from comment about cygwin.
11137
11138 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
11139
11140         * configure.in: Use -Os to build target libraries for the fr30.
11141
11142 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
11143
11144         * config.sub: Add fr30.
11145
11146 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
11147
11148         * configure.in: drop "32" from config/mh-cygwin32.  Check
11149         cygwin* instead of cygwin32*.
11150         * config.sub: Check cygwin* instead of cygwin32*.
11151
11152 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
11153
11154         * config.guess: Match any version of Unixware7.
11155
11156 1998-10-20  Syd Polk  <spolk@cygnus.com>
11157
11158         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11159         if desired.
11160
11161 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
11162
11163         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11164         these if the appropriate directories and files to not exist.
11165
11166 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
11167
11168         * Makefile.in (DEVO_SUPPORT): Add config.if.
11169
11170 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11171
11172         * configure: Add pattern to replace "build_tooldir"'s
11173         definition in the generated Makefile with "tooldir"'s
11174         actual value.
11175
11176 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
11177
11178         * config.sub: Bring back lost sparcv9.
11179
11180         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11181
11182 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
11183
11184         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11185         CC_FOR_TARGET and friends.
11186
11187 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
11188
11189         * Makefile.in (build_tooldir): New variable, same as tooldir.
11190         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11191         -B$(build_tooldir)/bin/.
11192         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11193
11194 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11195
11196         * README: Remove installation instructions and refer to the
11197         INSTALL directory instead.
11198
11199 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
11200
11201         * config.sub: Add support for i[34567]86-pc-udk.
11202         * configure.in: Likewise.
11203
11204 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
11205
11206         * Makefile.in: add bzip2 package building bits for user
11207         tools module
11208         * configure.in: ditto
11209
11210 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
11211
11212         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11213         (ALL_TARGET_MODULES): Add all-target-libobjc.
11214         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11215         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11216         (all-target-libchill): Add dependencies.
11217         * configure.in (target_libs): Add libchill.
11218
11219 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
11220
11221         * configure.in (target_subdir): Remove duplicate line.
11222
11223 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
11224
11225         * Makefile.in (all-automake): fix dependencies.
11226
11227 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
11228
11229         * configure.in: Minor cleanups for building in the $(target_alias)
11230         subdir.
11231
11232 1998-09-22  Jim Wilson  <wilson@cygnus.com>
11233
11234         * Makefile.in (bootstrap): Set r and s before make all.  Use
11235         BASE_FLAGS_TO_PASS in make all.
11236         (cross): Likewise.
11237
11238 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
11239
11240         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11241
11242 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
11243
11244         * config.sub: Fix typo in last change.
11245
11246 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11247
11248         * config.sub: Add support for C4x target.
11249         * configure.in: Likewise.
11250
11251 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
11252
11253         * config.sub: Recognize sparcv9 just like sparc64.
11254
11255 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
11256
11257         * config.guess: Match "Pent II" or "PentII" for OpenServer.
11258
11259 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
11260
11261         * config.guess: Correctly identify Pentium II sco boxes.
11262
11263         * config.guess: Fix "tr" code.  From Weiwen Liu.
11264
11265 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
11266
11267         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11268         stabs.
11269
11270 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
11271
11272         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11273         (ALL_TARGET_MODULES): Add all-target-libchill.
11274         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11275         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11276         (all-target-libchill): Add dependencies.
11277         * configure.in (target_libs): Add libchill.
11278
11279 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11280
11281         * config.guess: Avoid assumptions about "tr" behaves when
11282         LANG is set to something other than English.
11283
11284 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
11285
11286         * configure (gxx_include_dir): Changed to
11287         '${prefix}/include/g++'-${libstdcxx_interface}.
11288
11289         * config.if: New to determine the interfaces.
11290
11291 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
11292
11293         * config.guess: Detect and handle MPE/IX.
11294         * config.sub: Deal with MPE/IX.
11295
11296 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
11297
11298         * configure.in: Use mh-aix43.
11299
11300 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
11301
11302         * configure: Fix --without/--disable cases for gxx-include-dir.
11303
11304 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
11305
11306         * mdata-sh:  Imported.  Needed for automake support.
11307
11308 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
11309
11310         * Makefile.in (taz): Try "chmod -R og=u ." before
11311         "chmod og=u `find . -print`".
11312
11313 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
11314
11315         * configure.in: Add arm-elf and thumb-elf support.
11316
11317 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
11318
11319         * Makefile.in: Undo previous patch.
11320
11321 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
11322
11323         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11324         to here ...
11325         (install-no-fixedincludes): and here
11326         (INSTALL_MODULES): ... from here.
11327
11328 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11329
11330         * config.sub: Merge with FSF.
11331
11332         * config.guess: Merge with FSF.
11333
11334 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
11335
11336         * configure (extraconfigdirs): New variable.
11337         (SUBDIRS): Add extraconfigdirs and recurse on them too.
11338         * Makefile.in (all): Move higher in file.
11339         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11340         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11341         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11342         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11343         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11344
11345 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
11346
11347         * Makefile.in (all-target-libjava): Depend on all-gcc and
11348         all-target-newlib.
11349         (configure-target-libjava): Depend on $(ALL_GCC).
11350
11351 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
11352
11353         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11354         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11355
11356 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
11357
11358         * INSTALL/README: Fix typo.
11359
11360 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11361
11362         * ylwrap: Change absolute path checks to check for DOS style path
11363         names.
11364
11365         * ylwrap: Don't use a full path name if the source file is in the
11366         same directory.  From hjl@lucon.org (H.J. Lu).
11367
11368         * config-ml.in: Default to being verbose, to match Feb 18 change to
11369         configure.
11370
11371 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
11372
11373         Brought over from egcs:
11374
11375         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11376
11377         * configure.in (target_subdir): Set to ${target_alias} instead
11378         of "libraries".
11379
11380         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11381
11382         * configure.in (target_subdir): Set to libraries if enable_multilib.
11383
11384 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
11385
11386         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11387         multilibs, force reconfiguration the first time we create
11388         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11389
11390 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
11391
11392         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11393         avoid confusion with --no-recursion.
11394
11395 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
11396
11397         * configure.in: Win32 hosts shouldn't use install -x
11398         * install-sh: remove -x option, and special .exe-handling
11399         hack.
11400
11401 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
11402
11403         * config.guess: Recognize i586-pc-beos.
11404         * configure.in: Don't build some bits for beos.
11405
11406 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11407
11408         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11409         CFLAGS default to -O2.
11410
11411         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11412         when using GNU ld.
11413
11414 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
11415
11416         * ltmain.sh: Correct install when using a different shell.
11417
11418 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11419
11420         * ltconfig, ltmain.sh: Update to libtool 1.2b.
11421
11422 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
11423
11424         * makefile.vms: Update to build binutils/makefile.vms.  Add install
11425         target.
11426
11427 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
11428
11429         * ltconfig: Update to correct AIX handling.
11430
11431 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11432
11433         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11434
11435         * configure.in (target_subdir): Set to ${target_alias} instead
11436         of "libraries".
11437
11438 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
11439
11440         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11441         (Makefile): Depend on $(gcc_version_trigger).
11442
11443         * configure (gcc_version): Change default initializer to empty
11444         string.
11445         (gcc_version_trigger): New variable; pass this variable down
11446         to subdir configures to enable them checking gcc's version
11447         themselves. Emit make macros for both gcc_version vars.
11448         (topsrcdir): Initialize reliably.
11449         (recursion line): Remove --with-gcc-version=${gcc_version}.
11450
11451 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11452
11453         * configure (enable_version_specific_runtime_libs): Implement new flag
11454         --enable-version-specific-runtime-libs which installs C++ runtime stuff
11455         in $(libsubdir); emit definition in each generated Makefile.
11456         (gxx_include_dir): Initialize depending on
11457         $enable_version_specific_runtime_libs.
11458
11459 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11460
11461         * configure (gcc_version): Initialize properly depending on
11462         how and where configure is started.
11463         (recursion line): Pass a --with-gcc-version=${gcc_version}
11464         to configures in subdirs.
11465
11466 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
11467
11468         * configure.in (noconfigdirs): Add configure pattern for mips tx39
11469         cygmon
11470
11471 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
11472
11473         * configure.in: Add cygmon and libstub support for mn10200.
11474
11475 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
11476
11477         * configure (gcc_version): Add new variable describing the
11478         particular gcc version we're building.
11479         * Makefile.in (libsubdir): Add new macro for the directory
11480         in which the compiler finds executables, libraries, etc.
11481         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11482         and libsubdir.
11483
11484 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11485
11486         * Makefile.in (local-clean): Remove *.log.
11487         (warning.log): Built with warn_summary from build.log.
11488         (mail-report.log): Run test_summary.
11489         (mail-report-with-warnings.log): Run test_summary including
11490         warning.log in the report.
11491
11492 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
11493
11494         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11495
11496 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11497
11498         * Makefile.in (grep): Grep no longer depends on libiberty.
11499
11500 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
11501
11502         * Makefile.in: all-snavigator needs all-libgui.
11503
11504 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
11505
11506         * configure.in: Add cygmon and libstub support for mn10300.
11507
11508 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
11509
11510         * missing: Update to version from automake 1.3.
11511
11512         * ltmain.sh: On installation, don't get confused if the same name
11513         appears more than once in the list of library names.
11514
11515 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11516
11517         * config.sub: Accept m68060 and m5200 as CPU names.
11518
11519 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
11520
11521         * configure: Use && rather than using -a in test, because odd
11522         strings can confuse test.
11523         * configure.in: Likewise.
11524
11525 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11526
11527         * ltconfig, ltmain.sh: Bring in Visual C++ support.
11528
11529 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11530
11531         * Makefile.in (boostrap2-lean, bootstrap3-lean,
11532         bootstrap4-lean): New targets.
11533
11534 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
11535
11536         * mpw-* Delete.  Not used.
11537
11538 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
11539
11540         * COPYING.LIB: Update FSF address.
11541
11542 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
11543
11544         * ltconfig, ltmain.sh: Update to libtool 1.2a.
11545
11546         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11547         GAS_SUPPORT_DIRS.
11548
11549 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
11550
11551         * ltconfig, ltmain.sh: Avoid producing a version number if
11552         -version-info was not used.
11553
11554 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11555
11556         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11557         building with newlib.
11558
11559 1998-04-30  Paul Eggert  <eggert@twinsun.com>
11560
11561         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11562         Solaris `make' causes it to continue to next definition.
11563
11564 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11565
11566         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11567         the right GUI libraries and files are installed along with GDB.
11568
11569 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11570
11571         * configure.in: Change alpha to alpha* in several places.
11572
11573 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
11574
11575         * config.sub: Recognize sparc86x.
11576
11577 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
11578
11579         * configure.in (--enable-target-optspace): Remove debug echo.
11580
11581 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
11582
11583         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11584
11585 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11586
11587         * ltconfig: Update cygwin32 support.
11588
11589         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11590         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11591         (GDB_SUPPORT_DIRS): Likewise.
11592
11593 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
11594
11595         * configure.in (target_makefile_frag): If --enable-target-optspace,
11596         use -Os to compile target libraries rather than -O2.  Default to
11597         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11598         not used.
11599         * configure.in (target_cflags): Ditto for d30v.
11600
11601 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
11602
11603         * Makefile.in (all-bfd): Depend on all-intl.
11604         (all-binutils): Likewise.
11605         (all-gas): Likewise.
11606         (all-gprof): Likewise.
11607         (all-ld): Likewise.
11608
11609 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
11610
11611         * configure.in (host_tools): Fix typo, lbtool -> libtool.
11612
11613 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11614
11615         * Makefile.in (all-bfd): Depend upon all-libiberty.
11616
11617         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11618
11619 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
11620
11621         * Makefile.in: Add libstub.
11622
11623         * configure.in: Ditto. Build libstub for targets that have cygmon
11624         support.
11625
11626 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
11627
11628         * configure.in: Don't set PICFLAG on ix86-cygwin32.
11629
11630 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
11631
11632         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11633         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
11634
11635 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
11636
11637         * configure: Define DEFAULT_M4 by searching PATH.
11638         * Makfile.in: Use DEFAULT_M4.
11639
11640 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11641
11642         * ltconfig: Add cygwin32 support.
11643
11644         * Makefile.in, configure.in: Add libtool as a native only directory
11645         to configure and build.
11646
11647 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
11648
11649         * Makefile.in (INSTALL_MODULES): Remove texinfo.
11650
11651 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
11652
11653         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11654
11655 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
11656
11657         * Makefile.in: add ash make rules
11658         * configure.in: add ash to native_only and host_tools lists
11659
11660 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
11661
11662         * Makefile.in (all-gettext, all-intl): New targets.
11663         (ALL_MODULES): Added all-gettext, all-intl.
11664         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11665         (INSTALL_MODULES): Added install-gettext, install-intl.
11666         (CLEAN_MODULES): Added clean-gettext, clean-intl.
11667
11668         * configure.in (host_tools): Added gettext.
11669         (native_only): Likewise.
11670         (noconfigdirs) [various cases]: Likewise.
11671         (host_libs): Added intl.
11672
11673 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
11674
11675         * configure: Do not disable building gdbtk for cygwin32 hosts.
11676
11677 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
11678
11679         * configure.in: Add thumb-coff target.
11680         * config.sub: Add thumb-coff target.
11681
11682 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11683
11684         * Makefile.in: Revert yesterday's change.
11685         (all-target-winsup):  all-target-librx stays out of here.
11686
11687 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11688
11689         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11690         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11691         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11692         Remove references to librx and libg++.
11693
11694 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
11695
11696         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11697         recursive makes
11698
11699 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
11700
11701         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11702         for newlib directory.
11703         (CXX_FOR_TARGET): Likewise.
11704
11705 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
11706
11707         * ltconfig: Update after libtool/ltconfig.in change for
11708         hpux11.
11709
11710 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
11711
11712         * ltconfig, ltmain.sh: Update to libtool 1.2.
11713
11714 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11715
11716         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11717         (install-gcc-cross): Instead, override LANGUAGES here.
11718
11719 1998-03-18  Dave Love  <d.love@dl.ac.uk>
11720
11721         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11722         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11723
11724 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
11725
11726         * configure.in: Add Thumb-pe target.
11727
11728 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
11729
11730         * Makefile.in - changed sn targets to snavigator
11731         * configure.in - changed sn targets to snavigator
11732
11733 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11734
11735         * config-ml.in: After building symlink tree call make distclean
11736         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11737         to be the case for libiberty.
11738
11739 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
11740
11741         * configure: When making link, also check the current
11742         directory. The configure scripts may create one.
11743
11744 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
11745
11746         * config.sub: Accept alphapca56 and alphaev6 properly.
11747
11748 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11749
11750         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11751
11752 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11753
11754         * config.sub (sco5): Fix typo.
11755
11756 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
11757
11758         * Makefile.in (INSTALL_MODULES): Move install-tcl before
11759         install-itcl.
11760         (install-itcl): Remove dependency on install-tcl.
11761
11762 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
11763
11764         * configure.in: Remove libgloss from noconfigdirs for MN10300.
11765
11766 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
11767
11768         * configure.in: Don't build libgui for a cygwin32 target when not on
11769         a cygwin32 host.
11770
11771 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11772
11773         * configure (redirect): Set to null, so default behavior of
11774         configure is now --verbose.
11775
11776 1998-02-16  Dave Love  <d.love@dl.ac.uk>
11777
11778         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11779         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11780
11781 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
11782
11783         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11784         this change to sync Makefile.in with its ChangeLog entries.
11785
11786 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
11787
11788         * ltmain.sh (mkdir): Check that the directory doesn't exist
11789         before we exit with error, so that we don't get races during
11790         parallel builds.
11791
11792 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11793
11794         * ltconfig, ltmain.sh: Update from libtool 1.0i.
11795
11796 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11797
11798         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11799         PICFLAG_FOR_TARGET.
11800         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11801
11802         * configure: Emit a definition for the new macro enable_shared
11803         into each Makefile.
11804
11805 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11806
11807         * configure.in (host_tools, native_only): Add libtool.
11808
11809 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
11810
11811         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11812         Fix typo in ming config comment.
11813
11814 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11815
11816         * ltconfig, ltmain.sh: Update from libtool 1.0h.
11817
11818 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
11819
11820         * config.sub: Add tic30 cases, and map c30 to tic30.
11821
11822 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
11823
11824         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11825         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11826         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11827         (CLEAN_TARGET_MODULES): Similarly
11828         (all-target-libf2c): Add dependences.
11829         * configure.in (target_libs): Add libf2c.
11830
11831 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
11832
11833         * configure.in: Remove expect from noconfigdirs when target
11834         is cygwin32.  OK to build expect and dejagnu with Canadian
11835         Cross.
11836
11837 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
11838
11839         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11840         host.
11841
11842         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11843         and mingw32.
11844
11845 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11846
11847         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11848         here as it is not defined in the toplevel Makefile.
11849
11850 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11851
11852         * configure (package_makefile_rules_frag): New variable, which names
11853         a file with generic rules, ...
11854         Change comment to mention we now have FIVE parts.
11855         * configure: Undo last change.
11856
11857 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
11858
11859         * config.guess: More accurate determination of HP processor types.
11860         * config.sub: More accurate determination of HP processor types.
11861
11862 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11863
11864         * configure (package_makefile_frag): Move inserting the
11865         ${package_makefile_frag} to where it should be according
11866         to the comment.
11867
11868 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
11869
11870         * config.guess: Add support for Linux/ARM.
11871
11872 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
11873
11874         * .cvsignore: Remove *-info and *-install since they match
11875         release-info and mpw-install, which we don't want to just ignore.
11876
11877 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
11878
11879         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11880
11881 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
11882
11883         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11884         local_prefix to sub-make invocations.
11885
11886 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
11887
11888         * configure.in: Check makefile fragments in the source
11889         directory.
11890
11891 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11892
11893         * configure.in: Check whether host and target makefile
11894         fragments exist before adding them to *_makefile_frag.
11895
11896 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
11897
11898         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11899
11900 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
11901
11902         * configure.in: Make sure we only replace RPATH_ENVVAR on
11903         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11904         regexp to sed.
11905
11906         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11907         to sub-makes.
11908
11909 1998-01-13  Lee Iverson   (leei@ai.sri.com)
11910
11911         * config-ml.in (multi-do): LDFLAGS must include multilib
11912         designator.
11913
11914 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
11915
11916         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11917
11918 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
11919
11920         * config.sub: Add mingw32 support.
11921         * configure.in: Likewise.
11922
11923 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11924
11925         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11926
11927 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
11928
11929         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11930         * configure (gxx_include_dir): Provide a definition for subdirs
11931         which do not use autoconf.
11932
11933 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
11934
11935         * config.guess: Sync with egcs.  Picks up new alpha support,
11936         BeOS & some additional linux support.
11937
11938 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
11939
11940         * config.guess: HP 9000/803 is a PA1.1 machine.
11941
11942 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
11943
11944         * configure.in: It's alpha*-...
11945
11946 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11947
11948         * configure.in (host_makefile_frag, target_makefile_frag):
11949         Handle multiple config files.
11950         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11951         alpha-*-*.
11952
11953 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
11954
11955         * mkdep: New file.
11956
11957 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
11958
11959         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11960
11961 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11962
11963         * Makefile.in: Add libgui directory.
11964         (GDB_TK): Add all-libgui.
11965         * configure.in: Add libgui directory.
11966         * configure: Add all-libgui to GDB_TK.
11967
11968 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
11969
11970         * config-ml.in (multidirs): Add m32r to multilib list.
11971
11972 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
11973
11974         * Makefile.in (all-target-gperf): Change dependency to
11975         all-target-libstdc++.
11976
11977 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
11978
11979         * config.guess: Add BeOS support.
11980
11981 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11982
11983         Source directory cvs renamed to cvssrc:
11984         * configure.in (host_tools): Change cvs to cvssrc.
11985         (native_only): Likewise.
11986         (noconfigdirs) [various cases]: Likewise.
11987         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11988         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11989         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11990         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11991         (all-cvssrc): Rename target from all-cvs.
11992
11993 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
11994
11995         * configure (gxx_include_dir): Fix thinko.
11996
11997 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
11998
11999         * Makefile.in (INSTALL_TARGET_CROSS): Define.
12000         (install-cross, install-gcc-cross): New targets.
12001
12002 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
12003
12004         * configure.in (noconfigdirs): Add support for Thumb target.
12005
12006         * config.sub (maybe_os): Add support for Thumb target.
12007
12008 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
12009
12010         * Makefile.in: Add rules for cygmon.
12011
12012         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12013
12014 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
12015
12016         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12017         * configure (gxx_include_dir): Provide a definition for subdirs
12018         which do not use autoconf.
12019
12020 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
12021
12022         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12023         11/18/97 build
12024
12025 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
12026
12027         * From Franz Sirl.
12028         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12029         found on RedHat Linux systems.
12030
12031 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
12032
12033         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12034         guesses.
12035
12036 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
12037
12038         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12039
12040 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
12041
12042         * ltmain.sh: If mkdir fails, check whether the directory was created
12043         anyhow by some other process.
12044
12045 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
12046
12047         * configure.in (d30v-*-*): Configure all directories.
12048
12049 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
12050
12051         * configure.in (d30v-*-*): Configure newlib, libiberty directories
12052         for the D30V.
12053
12054 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
12055
12056         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12057
12058 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
12059
12060         * include/libiberty.h: Add extern "C" { so it can be used with C++
12061         progrms.
12062         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
12063         programs.
12064
12065 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
12066
12067         * configure.in (d30v-*-*): Configure GCC now.
12068
12069 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
12070
12071         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12072         is no longer needed.
12073
12074 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
12075
12076         * Makefile.in: check-target-libio depends on all-target-libstdc++.
12077
12078 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
12079
12080         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12081         targets using "$@" to provide support for similar but not identical
12082         targets without having to duplicate code.
12083
12084 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
12085
12086         * makefile.vms: Fix to work with DEC C.
12087
12088 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
12089
12090         * config.sub: Add mips-tx39-elf to marketing names.
12091
12092 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
12093
12094         * ltmain.sh: Handle symlinks in generated script.
12095
12096 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
12097
12098         * configure: Handle autoconf style directory options: --bindir,
12099         --datadir, --includedir, --infodir, --libdir, --libexecdir,
12100         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12101         --sysconfdir.
12102         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12103         (sharedstatedir, localstatedir, oldincludedir): New variables.
12104         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12105         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12106         sbindir, sharedstatedir, and sysconfdir.
12107
12108 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12109
12110         * Makefile.in (bootstrap-lean): New target.
12111
12112 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
12113
12114         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
12115         sn, and gnuserv from noconfigdirs.
12116
12117 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
12118
12119         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12120
12121 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
12122
12123         * Makefile.in (cross): New target.
12124
12125 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
12126                           Jeff Law         <law@cygnus.com>
12127
12128         * Makefile.in (bootstrap2, bootstrap3): New targets.
12129         (all-bootstrap): Remove outdated and confusing target.
12130         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12131
12132 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12133
12134         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12135         windows.  Consistent with gdb/configure.
12136
12137 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
12138
12139         * configure.in: Name Linux target fragment.
12140
12141         * configure: Rewrite so that project Makefile fragment is inserted
12142         first and appears last in the resulting Makefile.
12143
12144 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12145
12146         * Makefile.in (install-itcl): Install tcl first.
12147
12148 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
12149
12150         * configure.in: remove bison from noconfigdirs for Cygwin32 host
12151
12152 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12153
12154         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12155
12156         * configure.in (skipdirs): Add target-librx for Linux.
12157         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12158
12159 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
12160
12161         * Makefile.in (bootstrap): New target.
12162
12163 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
12164
12165         * config.sub: Accept 'amigados' for backward compatibility.
12166
12167 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
12168
12169         * config.guess: Merge with FSF.
12170
12171 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
12172
12173         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12174
12175 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
12176
12177         * config.sub: Add "marketing-names" patch.
12178
12179 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
12180
12181         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12182
12183 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
12184
12185         * config.sub: Handle v850-elf.
12186
12187 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
12188
12189         * .cvsignore (*-install): Remove.
12190
12191 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
12192
12193         * ltconfig: Set CONFIG_SHELL in libtool.
12194         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12195
12196 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
12197
12198         * configure.in (target_subdir): Set to libraries if enable_multilib.
12199
12200 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
12201
12202         * config.guess: Update from gcc directory.
12203
12204 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12205
12206         * Makefile.in (all-sim): Depends on all-readline.
12207
12208 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
12209
12210         * Makefile.in (BISON, YACC): Use $$s.
12211         (all-bison): Depend on all-texinfo.
12212
12213 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
12214
12215         * Makefile.in (BISON): Add -L flag.
12216         (YACC): Likewise.
12217
12218 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12219
12220         * configure.in (noconfigdirs): Add support for v850e target.
12221
12222         * config.sub (maybe_os): Add support for v850e target.
12223
12224 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12225
12226         * configure.in (noconfigdirs): Add support for v850ea target.
12227
12228         * config.sub (maybe_os): Add support for v850ea target.
12229
12230 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
12231
12232         * config.sub: Add mipstx39.  Delete r3900.
12233
12234 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12235
12236         * Makefile.in (all-autoconf): Depends on all-texinfo.
12237
12238 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
12239
12240         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12241         eabi targets.
12242
12243 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
12244
12245         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12246
12247         * configure: When handling a Canadian Cross, handle YACC as well as
12248         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
12249         * Makefile.in (all-bison): Depend upon all-texinfo.
12250
12251 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
12252
12253         * Makefile.in (BISON): bison, not byacc or bison -y.
12254         (YACC): bison -y or byacc or yacc.
12255         (various): Add *-bison as appropriate.
12256         (taz): No need to mess with BISON anymore.
12257
12258 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
12259
12260         * configure: If OSTYPE matches *win32*, try to find a good value for
12261         CONFIG_SHELL.
12262
12263 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
12264
12265         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12266         configure.in if it is present.
12267
12268 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
12269
12270         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12271
12272 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
12273
12274         * config.sub: Recognize `arc' cpu.
12275         * configure.in: Likewise.
12276         * config-ml.in: Likewise.
12277
12278 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
12279
12280         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12281
12282 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
12283
12284         * configure: Changed sed delimiter from ':' to '|' when
12285         attempting to substitute ${config_shell} for SHELL. On
12286         NT ${config_shell} may contain a ':' in it.
12287
12288 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
12289
12290         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12291
12292 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
12293
12294         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12295
12296 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12297
12298         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12299
12300         * ylwrap: If the program is a relative path, force it to be
12301         absolute.
12302
12303 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12304
12305         * configure (tooldir): Set BISON to `bison -y' and not just bison.
12306
12307 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12308
12309         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12310         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12311         for libraries.
12312
12313 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
12314
12315         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12316         separated by spaces.
12317
12318 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
12319
12320         * ylwrap: New file.
12321         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12322
12323         * ltmain.sh: Handle /bin/sh at start of install program.
12324
12325         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12326
12327         * ltconfig, ltmain.sh: New files, from libtool 1.0.
12328         * missing: New file, from automake 1.2.
12329
12330 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
12331
12332         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
12333         check-tk to CHECK_X11_MODULES.
12334
12335 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12336
12337         * config.sub: Merge with FSF.
12338
12339 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12340
12341         * config.guess: Merge with FSF.
12342
12343 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12344
12345         * configure: Treat msdosdjgpp like go32.
12346         * configure.in: Likewise.  Don't remove gprof for go32.
12347
12348         * configure: Change Makefile.tem2 to Makefile.tm2.
12349
12350 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
12351
12352         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12353
12354 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12355
12356         * install-sh (chmodcmd): Set to null if the DST directory already
12357         exists.  Same as Nov 11th change.
12358
12359 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
12360
12361         * configure (GDB_TK): Needs itcl and tix.
12362
12363 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
12364
12365         * config.guess: Update from FSF.
12366
12367 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
12368
12369         * Makefile.in (GDB_TK): Depend on itcl and tix.
12370
12371 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12372
12373         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12374         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12375         (INSTALL_SCRIPT): New variable.
12376         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12377         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12378         to -x.
12379         * install-sh: Add support for -x option.
12380
12381 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
12382
12383         * configure.in, Makefile.in: Treat tix like itcl.
12384
12385 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
12386
12387         * Makefile.in (WINDRES): New variable.
12388         (WINDRES_FOR_TARGET): New variable.
12389         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12390         (EXTRA_HOST_FLAGS): Add WINDRES.
12391         (EXTRA_TARGET_FLAGS): Add WINDRES.
12392         (EXTRA_GCC_FLAGS): Add WINDRES.
12393         ($(DO_X)): Pass down WINDRES.
12394         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12395         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12396         DLLTOOL_FOR_TARGET.
12397
12398 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
12399
12400         * configure.in: configure sim before gdb for win32-x-ppc
12401
12402 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12403
12404         Move gperf into the toplevel, from libg++.
12405         * configure.in (target_tools): Add target-gperf.
12406         (native_only): Add target-gperf.
12407         * Makefile.in (all-target-gperf): New target, depend on
12408         all-target-libg++.
12409         (configure-target-gperf): Empty rule.
12410         (ALL_TARGET_MODULES): Add all-target-gperf.
12411         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12412         (CHECK_TARGET_MODULES): Add check-target-gperf.
12413         (INSTALL_TARGET_MODULES): Add install-target-gperf.
12414         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12415
12416 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
12417
12418         * config.sub (mn10200): Recognize new basic machine.
12419
12420 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12421
12422         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12423         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12424
12425 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12426
12427         * configure.in: If we're building mips-sgi-irix6* native, turn on
12428         ENABLE_MULTILIB and set TARGET_SUBDIR.
12429
12430 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
12431
12432         * Makefile.in (all-sn): Depend on all-grep.
12433
12434 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
12435
12436         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12437
12438         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12439         Makefile.  From Jeff Makey <jeff@cts.com>.
12440         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12441
12442         * Makefile.in (DISTBISONFILES): Remove.
12443         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
12444         $(DEFAULT_YACC).
12445
12446         * configure.in: Build itl, db, sn, etc., when building for native
12447         cygwin32.
12448
12449         * Makefile.in (LD): New variable.
12450         (EXTRA_HOST_FLAGS): Pass down LD.
12451         ($(DO_X)): Likewise.
12452
12453 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
12454
12455         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12456
12457 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
12458
12459         * configure.in (targargs): Strip out any supplied --build argument
12460         before adding our own. Always add --build.
12461
12462 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
12463
12464         * configure.in (targargs): Pass --build if we're doing
12465         a cross-compile.
12466
12467 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
12468
12469         * configure: Use '|' instead of ":" as the separator in
12470         sed. Otherwise sed chokes on NT path names with drive
12471         designators. Also look for "?:*" as the leading characters in an
12472         absolute pathname.
12473
12474 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
12475
12476         * config.sub: Support for r3900.
12477
12478 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12479
12480         * configure.in: Use install-sh, not install.sh.
12481
12482 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12483
12484         * Makefile.in (taz): Improve check for BISON so it doesn't try to
12485         apply it twice.
12486
12487 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12488
12489         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12490         install-binutils.
12491
12492 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
12493
12494         * Makefile.in: Add automake targets.
12495         * configure.in (host_tools): Add automake.
12496
12497 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12498
12499         * configure: Default CXX to c++, not gcc.
12500         * Makefile.in (CXX): Set to c++, not gcc.
12501         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12502
12503 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
12504
12505         * install-sh: try appending a .exe if source file doesn't
12506         exist
12507
12508 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
12509
12510         * configure.in: Turn on multilib by default.
12511         (cross_only): Remove target-libiberty.
12512
12513         * Makefile.in (all-gcc): Don't depend on libiberty.
12514
12515 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
12516
12517         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12518
12519 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12520
12521         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12522         (DISTBISONFILES): Add ld/Makefile.in
12523
12524 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
12525
12526         * configure.in: if target is cygwin32 but host isn't cygwin32,
12527         don't configure gdb tcl tk expect, not just gdb.
12528
12529 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
12530
12531         * configure.in: Added gnuserv everywhere sn appears.
12532
12533         * Makefile.in (ALL_MODULES): Added all-gnuserv.
12534         (CROSS_CHECK_MODULES): Added check-gnuserv.
12535         (INSTALL_MODULES): Added install-gnuserv.
12536         (CLEAN_MODULES): Added clean-gnuserv.
12537         (all-gnuserv): New target.
12538
12539 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
12540
12541         * config.guess: Fixes for MIPS OpenBSD systems.
12542
12543 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12544
12545         * Makefile.in (INSTALL_XFORM): Remove.
12546         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12547
12548         * mkinstalldirs: New file, copied from automake.
12549         * Makefile.in (installdirs): Rename from install-dirs.  Use
12550         mkinstalldirs.  Change all users.
12551         (DEVO_SUPPORT): Add mkinstalldirs.
12552
12553 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12554
12555         * install-sh: Rename from install.sh.
12556         * Makefile.in (INSTALL): Change install.sh to install-sh.
12557         (DEVO_SUPPORT): Likewise.
12558
12559         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
12560         Graichen <graichen@rzpd.de>.
12561
12562 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
12563
12564         * config.guess: Recognize OpenBSD systems correctly.
12565
12566 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12567
12568         * README, Makefile.in (ETC_SUPPORT): Remove references to
12569         cfg-paper*, configure.{texi,man,info*}._
12570
12571 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
12572
12573         * Makefile.in (all.normal): Ensure that gcc is built after all
12574         the x11 - ie gdb - targets.
12575
12576 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
12577
12578         * makefile.vms: Don't run conf-a-gas.
12579
12580 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
12581
12582         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12583
12584 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
12585
12586         * configure.in: Remove noconfigdirs case since gdb also
12587         configures and builds for tic80-coff.
12588
12589 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12590
12591         * configure: Set cache_file to config.cache.
12592         * Makefile.in (local-distclean): Remove config.cache.
12593
12594 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12595
12596         * COPYING: Update FSF address.
12597
12598 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
12599
12600         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12601         noconfigdirs.
12602
12603 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12604
12605         * Makefile.in (install-dirs): Don't crash if prefix, and hence
12606         MAKEDIRS, is empty.
12607
12608 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
12609
12610         * config.sub: Tweak mn10300 entry.
12611
12612 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
12613
12614         * configure.in (host_tools): Put sim before gdb, so gdb's
12615         configure.tgt can determine if the simulator was configured.
12616
12617 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
12618
12619         * config.sub: Move BeOS $os case to be with other Cygnus
12620         local cases.
12621
12622 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
12623
12624         * config.sub: Remove misplaced comment that broke Linux.
12625
12626 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
12627
12628         * config.sub: Add BeOS support.
12629
12630 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
12631
12632         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12633
12634 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
12635
12636         * configure.in (noconfigdirs): Remove tcl and tk from
12637         noconfigdirs for cygwin32 builds.
12638
12639 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
12640
12641         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12642
12643 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
12644
12645         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12646         make-all.com, use makefile.vms instead.
12647
12648 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
12649
12650         * config.sub: Accept -lnews*.
12651
12652 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
12653
12654         * configure.in (noconfigdirs): Disable target-newlib,
12655         target-examples and target-libiberty for d30v.
12656
12657 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12658
12659         * configure.in (noconfigdirs): Enable ld for d30v.
12660
12661 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
12662
12663         * configure.in (tic80-*-*): Build compiler.
12664
12665 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
12666
12667         * configure.in (d30v-*): Remove sim directory from list of
12668         unsupported d30v directories
12669
12670 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12671
12672         * config.sub, configure.in: Add d30v target cpu.
12673
12674 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
12675
12676         * makefile.vms: New file.
12677         * make-all.com: Remove.
12678
12679 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
12680
12681         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12682
12683 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
12684
12685         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12686
12687 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
12688
12689         * Makefile.in (ALL_MODULES): Added all-db.
12690         (CROSS_CHECK_MODULES): Addec check-db.
12691         (INSTALL_MODULES): Added install-db.
12692         (CLEAN_MODULES): Added clean-db.
12693
12694 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
12695
12696         * config.guess: Merge with latest FSF sources.
12697
12698 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
12699
12700         * Makefile.in (ALL_MODULES): Added all-itcl.
12701         (CROSS_CHECK_MODULES): Added check-itcl.
12702         (INSTALL_MODULES): Added install-itcl.
12703         (CLEAN_MODULES): Added clean-itcl.
12704
12705 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
12706
12707         * configure.in: build gdb for mn10200
12708
12709 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
12710
12711         * Makefile.in (all-target-winsup): Depend on all-target-libio.
12712
12713 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
12714
12715         * configure.in (tic80-*-*): Turn off most targets right now.
12716
12717 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
12718
12719         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12720         rather than the makeinfo program.
12721         (do-info): Depend upon all-texinfo.
12722
12723 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12724
12725         * configure.in: Remove uses of config/mh-linux.
12726
12727         * config.sub, config.guess: Merge with latest FSF sources.
12728
12729 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
12730
12731         * config.sub (case $basic_machine): Add tic80 entries.
12732
12733 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
12734
12735         * config.sub, config.guess: Merge with latest FSF sources.
12736
12737 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12738
12739         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12740         * mpw-config.in: Test for NewFolderRecursive.
12741         * mpw-install: Use symbolic name for startup filename.
12742         * mpw-README: Add various additional details.
12743
12744 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
12745
12746         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12747
12748 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
12749
12750         * configure.in: Do build gcc and the target libraries for
12751         the mn10200.
12752
12753 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
12754
12755         * configure.in: don't avoid building gdb for mn10300 any more
12756         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12757         instead of single-quoting it.
12758
12759 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
12760
12761         * configure.in: Don't use --with-stabs on IRIX 6.
12762
12763 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
12764
12765         * configure.in (m32r): Build gdb, libg++ now.
12766
12767 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12768
12769         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
12770         directories from noconfigdirs.
12771
12772 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
12773
12774         * config.sub (basic_machine): added mips16 configuration
12775
12776 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12777
12778         * config.sub: Handle d10v-unknown.
12779
12780 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
12781
12782         * config.sub: Handle v850-unknown.
12783
12784 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
12785
12786         * Makefile.in: add findutils
12787         * configure.in: add findutils to list of host_tools
12788
12789 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
12790
12791         * config.sub: Handle mn10200 and mn10300.
12792
12793 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12794
12795         * configure.in (d10v-*): Do not build librx.
12796
12797 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
12798
12799         * configure.in (mn10300): Build everything except gdb & libgloss.
12800
12801 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
12802
12803         * config.guess:  Patch for Dansk Data Elektronik servers,
12804         from Niels Skou Olsen <nso@dde.dk>.
12805
12806         For ncr, use /bin/uname rather than uname, since GNU uname does not
12807         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
12808
12809         Patch for MIPS R4000 running System V,
12810         from Eric S. Raymond <esr@snark.thyrsus.com>.
12811
12812         Fix thinko for nextstep.
12813
12814         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12815
12816         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
12817         * config.guess: Guess mips-dec-mach_bsd4.3.
12818
12819         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
12820         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
12821         release numbers.
12822         * config.guess (mips-mips-riscos*):  Emit just enough of the
12823         release number.
12824
12825         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
12826         * config.guess (sparc-auspex-sunos*):  Added.
12827         (f300-fujitsu-*): Added.
12828
12829         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
12830         * config.guess:  Recognize a Tadpole as a sparc.
12831
12832 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12833
12834         * config.guess: Don't assume that NextStep version is either 2 or
12835         3.  NextStep 4 (aka OpenStep 4) has come out now.
12836
12837 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12838
12839         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12840         From Rik Faith <faith@cs.unc.edu>.
12841
12842 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
12843
12844         * config.sub: Contributions from bug-gnu-utils to:
12845         Support plain "hppa" (no version given) architecture, reported by
12846         OpenStep.
12847         OpenBSD like NetBSD.
12848         LynxOs is not a hardware supplier.
12849
12850         * config.guess: Contributions from bug-gnu-utils to add support for:
12851         OpenBSD like NetBSD.
12852         Stratus systems.
12853         More Pyramid systems.
12854         i[n>4]86 Intel chips.
12855         M680[n>4]0 Motorola chips.
12856         Use unknown instead of lynx for hardware manufacturer.
12857
12858 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12859
12860         * install.sh (chmodcmd): Set to null if the DST directory already
12861         exists.
12862
12863 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12864
12865         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12866         not use mt-ppc target Makefile fragment any more.
12867
12868 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12869
12870         * configure.in (*-*-windows):  Exclude everything but those dirs
12871         needed to build windows.
12872
12873 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
12874
12875         * Makefile.in (all-target-winsup): Depend on all-target-librx.
12876
12877 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12878
12879         * configure.in:  Exclude mmalloc from i386-windows.
12880
12881 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12882
12883         * Undo my previous change.
12884
12885 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
12886
12887         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12888         unconditionally.
12889         (MAKEOVERRIDES): Define (revert this part of October 18 change).
12890
12891 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12892
12893         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
12894         host to add it's own flags.
12895
12896 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
12897
12898         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12899
12900 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
12901
12902         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12903         (CXX_FOR_TARGET): Likewise.
12904         (GCC_FOR_TARGET): Define.
12905         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12906         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12907         CC_FOR_TARGET was specified on the command line.
12908         (MAKEOVERRIDES): Don't define.
12909
12910 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
12911
12912         * configure.in (m32r): Fix spelling of libg++ libs.
12913
12914 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
12915
12916         * config.sub (-apple*): Remove, now redundant.
12917
12918 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
12919
12920         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12921
12922         * configure: Rework yesterday's sed script patch.
12923
12924         * config.sub: Merge with FSF.
12925
12926 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
12927
12928         * config.guess:  Merge from FSF.
12929
12930         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
12931         * config.guess: Use pc instead of unknown, for pc clone systems.
12932         Change linux to linux-gnu.
12933
12934         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12935         * config.guess: Avoid non-portable tr syntax.
12936
12937 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
12938
12939         * test-build.mk (HOLES): Add "xargs" for gdb.
12940
12941         * configure: Avoid hpux10.20 sed bug.
12942
12943 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
12944
12945         * configure.in:  Add support for windows host
12946         (that is a build done under the Microsoft build environment).
12947
12948 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
12949
12950         * Makefile.in: Replace all uses of srcroot with s, to shrink
12951         command line lengths.
12952
12953         Patches from Geoffrey Noer <noer@cygnus.com>:
12954         * configure.in: If configuring for newlib, pass --with-newlib to
12955         subdirectories.
12956         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12957         -Bnewlib/ and -Lwinsup to gcc.
12958         (CXX_FOR_TARGET): Likewise.
12959
12960 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12961
12962         * Makefile.in (ETC_SUPPORT): Add configure.
12963
12964 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
12965
12966         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12967         host configuration file.
12968
12969 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
12970
12971         * configure.in: Break mn10x00 support into separate
12972         mn10200 and mn10300 configurations.
12973         * config.sub: Likewise.
12974
12975 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
12976
12977         * configure.in: Add lots of stuff to noconfigdirs for
12978         the mn10x00 targets.
12979
12980         * config.sub, configure.in: Add mn10x00 support.
12981
12982 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
12983
12984         * make-all.com: Call conf-a-gas, not config-a-gas.
12985
12986 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
12987
12988         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12989         targets.
12990
12991 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
12992
12993         * mpw-README: Add much more detail for native PowerMac.
12994         * mpw-install: New file.
12995         * mpw-configure: Add --norecursion and --help options.
12996         * mpw-config.in: Translate readme and install files when
12997         copying to objdir.
12998         * mpw-build.in: Don't always depend on byacc and flex.
12999         (install-only-top): New action.
13000
13001 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
13002
13003         * configure.in:  You can now configure GDB for the v850.
13004
13005 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
13006
13007         * configure.in (noconfigdirs): Don't configure any C++ dirs
13008         if targeting D10V.
13009
13010 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
13011
13012         * config.sub: Recognize mips64vr5000.
13013
13014 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
13015
13016         * configure.in: Use a single line for host_tools and native_only.
13017
13018 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
13019
13020         * config.sub, configure.in: Add entries for m32r.
13021
13022 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
13023
13024         * Makefile.in (inet-install): Don't run install-gzip.
13025
13026 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
13027
13028         * configure.in:  Don't config lots of things for *-*-windows*.
13029
13030 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
13031
13032         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13033         (host_libs, host_tools): Copy from configure.in.
13034         * mpw-configure: Don't complain about directories not found.
13035
13036 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13037
13038         * configure.in (i[345]86): Recognize i686 for pentium pro.
13039         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13040         file.
13041
13042         * config.guess (i[345]86): Ditto.
13043
13044 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13045
13046         * configure.in (noconfigdirs): Removed gdb for D10V.
13047
13048 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
13049
13050         * configure.in: Remove ld, target-libio, target-libg++, and
13051         target-libstdc++ from noconfigdirs.
13052
13053 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
13054
13055         * configure: Fix three locations where shell scripts were
13056         being run directly rather than with config_shell.
13057
13058 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
13059
13060         * configure.in (v850-*-*): Set up initial $noconfigdirs.
13061         * config.sub (basic_machine): Recognize v850.
13062
13063 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
13064
13065         * mpw-configure: Handle multiple enable/disable options and
13066         pass them down recursively, handle -c and -s flags appropriately
13067         depending on choice of compiler, add escape mechanism for
13068         quoted arguments to gC.
13069
13070 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13071
13072         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13073         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13074         so that -mrelocatable-lib and -mno-eabi are used.
13075
13076         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13077         not support --print-multi-lib, don't abort.
13078
13079 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
13080
13081         * make-all.com: Run config-a-gas.
13082         * setup.com: Don't copy subdirectory files around.
13083
13084 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
13085
13086         * configure.in (*-*-ose): Remove exclusion of libgloss for this
13087         target, it now compiles correctly.
13088
13089 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
13090
13091         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13092
13093 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13094
13095         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13096
13097 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13098
13099         * configure.in (native_only): Add prms.
13100
13101 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
13102
13103         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13104         (BINUTILS_SUPPORT_DIRS): Likewise.
13105
13106 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13107
13108         * configure.in (d10v-*-*): Don't configure ld or gdb until the
13109         d10v support is added.
13110
13111 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13112
13113         * configure.in (d10v-*-*): New target.
13114
13115 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
13116
13117         * config.guess (HP 9000/811): Recognize this as a PA1.1
13118         machine.
13119
13120 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
13121
13122         * Makefile.in (do-tar-gz): New target, split out from tail end of
13123         taz target.  Run each command separately, don't use pipes.
13124         (taz): Use it.
13125
13126 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
13127
13128         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13129         * mpw-build.in: No builds should depend on building byacc or flex,
13130         they are assumed to be installed already.
13131
13132 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13133
13134         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13135         variable that CC_FOR_TARGET needs.
13136
13137 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13138
13139         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13140         options have changed since the last time the subdirectory was
13141         configured, and if it has, reconfigure.
13142         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13143         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13144
13145 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
13146
13147         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13148         CLEAN_MODULES): Add bash.
13149         (all-bash): New target.
13150
13151 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
13152
13153         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13154
13155 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13156
13157         * config.sub (basic_machine): Recognize d10v as a valid processor.
13158
13159 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
13160
13161         * mpw-configure: Add support for --bindir.
13162         * mpw-build.in: Use a GCC-specific build script for GCC actions.
13163
13164 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
13165
13166         * configure.in: add bash, time, gawk to list of hosttools and things
13167         to only build for native toolchains
13168
13169 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13170
13171         * Makefile.in (docdir): Remove.
13172
13173 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13174
13175         * Makefile.in (datadir): Set to $(prefix)/share.
13176
13177 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
13178
13179         * configure.in: build diff and patch for cygwin32-hosted
13180         toolchains.
13181
13182 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
13183
13184         * config.sub: Accept -rtems*.
13185
13186 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
13187
13188         * configure.in: enable dosrel for cygwin32-hosted builds,
13189                 remove diff from the list of things not buildable
13190                 via Canadian Cross
13191
13192 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
13193
13194         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13195         don't get ". ".
13196
13197 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
13198
13199         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13200
13201 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
13202
13203         * Makefile.in (taz): Handle case where tex3patch didn't even get
13204         checked out.  Also, if it was found, put the symlink in a new util
13205         subdirectory.
13206
13207 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13208
13209         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13210
13211 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
13212
13213         * config.sub: Recognize -openvms.
13214         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13215         * make-all.com, setup.com: New files.
13216
13217 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13218
13219         * Makefile.in (taz): tex3patch moved to texinfo/util.
13220
13221 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
13222
13223         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13224         * configure.in: remove make from disable-if-Can-Cross list
13225                 enable gdb if ${host} and ${target} are cygwin32
13226
13227 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
13228
13229         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
13230         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13231
13232 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13233
13234         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
13235         distinguish sysv/svr4/bsd variants.
13236         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13237
13238 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
13239
13240         * configure.in: Added copyright notice.
13241         * move-if-change: Added copyright notice.
13242
13243 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13244
13245         * configure.in (powerpcle-*-solaris*): Until we get shared
13246         libraries working, don't build gdb, sim, make, tcl, tk, or
13247         expect.
13248
13249 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
13250
13251         * config.guess:  Merge with FSF:
13252
13253         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13254         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13255
13256         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
13257         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13258
13259         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
13260         * config.guess:  Combine two OSF1 rules.
13261         Also recognize field test versions.  From mjr@zk3.dec.com.
13262         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
13263         because GNU uname does not support -p.  From pmr@pajato.com.
13264
13265 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
13266
13267         * Makefile.in (MAKEDIRS): Removed $(tooldir).
13268
13269 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
13270
13271         * mpw-README: Document GCCIncludes.
13272
13273 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
13274
13275         * configure.in (alpha-*-linux*): Set enable_shared to yes.
13276
13277 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
13278
13279         * mpw-configure: Handle --enable-FOO and --disable-FOO.
13280
13281 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
13282
13283         * configure.in (*-*-cygwin32): Configure make.
13284
13285 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
13286
13287         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13288
13289 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
13290
13291         * Makefile.in (all-inet): Depend on all-perl.
13292
13293         * Makefile.in (inet-install): New target.
13294
13295         * Makefile.in (all-inet): Depend on all-tcl.
13296         (all-inet): Depend on all-send-pr.
13297
13298 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13299
13300         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13301         temporarily.
13302
13303 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
13304
13305         * configure.in: Don't configure --with-gnu-ld on AIX.
13306
13307 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13308
13309         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13310
13311 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
13312
13313         * Makefile.in (ALL_MODULES): Added all-inet.
13314         (CROSS_CHECK_MODULES): Added check-inet.
13315         (INSTALL_MODULES): Added install-inet.
13316         (CLEAN_MODULES): Added clean-inet.
13317         (all-indent): New target.
13318
13319         * configure.in (host_tools): Added inet.
13320         (native_only): Added inet.
13321         (noconfigdirs): Added inet.
13322
13323 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
13324
13325         * configure.in: Don't configure libgloss if we are not configuring
13326         newlib.
13327
13328 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
13329
13330         * configure.in: Don't configure libgloss for unsupported
13331         architectures.
13332
13333 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13334
13335         * Makefile.in (CLEAN_MODULES): Add clean-apache.
13336
13337 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
13338
13339         * Makefile.in (ALL_MODULES): Include all-apache.
13340         (CROSS_CHECK_MODULES): Include check-apache.
13341         (INSTALL_MODULES): Include install-apache.
13342         (all-apache): New target.
13343
13344         * configure.in: Added apache everywhere perl is seen.
13345
13346 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13347
13348         * Makefile.in: Add support for clean-{module} and
13349         clean-target-{module} rules.
13350
13351 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
13352
13353         * configure.in (*-*-ose) do not build libgloss.
13354
13355 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13356
13357         * config.guess (prep*:SunOS:5.*:*): Turn into
13358         powerpele-unknown-solaris2.
13359
13360 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
13361
13362         * configure.in: Permit --enable-shared to specify a list of
13363         directories.
13364
13365 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13366
13367         * configure.in (host==solaris): Pass only the first word of $CC
13368         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13369
13370 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13371
13372         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13373
13374 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
13375
13376         * Makefile.in (ALL_MODULES): Include all-perl.
13377         (CROSS_CHECK_MODULES): Include check-perl.
13378         (INSTALL_MODULES): Include install-perl.
13379         (ALL_X11_MODULES): Include all-guile.
13380         (CHECK_X11_MODULES): Include check-guile.
13381         (INSTALL_X11_MODULES): Include install-guile.
13382         (all-perl): New target.
13383         (all-guile): New target.
13384
13385         * configure.in (host_tools): Include perl and guile.
13386         (native_only): Include perl and guile.
13387         (noconfigdirs): Don't build guile and perl; no ports have been
13388         done.
13389
13390 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
13391
13392         * configure (--enable-*): Handle quoted option lists such as
13393         --enable-sim-cflags='-g0 -O' better.
13394
13395 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13396
13397         * Makefile.in ({,inst}all-target): New rule so we can make and
13398         install all of the target directories easily.
13399
13400 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13401
13402         * configure.in: Add missing global flag in sed substitution when
13403         deleting `target-' from ${configdirs}.
13404
13405 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
13406
13407         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13408         option.
13409
13410         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13411         config/mh-necv4.
13412
13413         * install.sh: Correct misspelling of transformbasename.
13414
13415         * config.guess: Recognize mips-*-sysv*.
13416
13417 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
13418
13419         * config.sub: Recognize mon960.
13420
13421 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
13422
13423         * configure: Restore Canadian Cross handling of BISON and LEX,
13424         removed in Feb 20 change.
13425
13426 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
13427
13428         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13429         Mention make install.  Remove the old copyright date as well the
13430         clumsy and rather pointless copyright on the README file.
13431
13432 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13433
13434         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13435         Makefile after running symlink-tree, then run `make distclean' to
13436         avoid clobbering any generated files in srcdir.
13437
13438 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
13439
13440         * configure.in (m68k-*-netbsd*): Build everything now.
13441
13442 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13443
13444         * Makefile.in (taz): Fix quoting.
13445
13446 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
13447
13448         * configure.in (sparclet-*-*): Build everything now.
13449
13450 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13451
13452         * configure.in (m68k-*-linux*): New host.
13453
13454 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
13455
13456         * configure: Check for bison before byacc.
13457
13458 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
13459
13460         * Makefile.in configure:  Change the way LEX and BISON/YACC are
13461         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
13462         searching PATH.  These are used as fallbacks by Makefile.in if
13463         flex/bison/byacc aren't in objdir.
13464
13465 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
13466
13467         * Makefile.in: Make everything which depends upon all-bfd also
13468         depend upon all-opcodes, in case --with-commonbfdlib is used.
13469
13470 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13471
13472         * configure.in (host *-*-cygwin32): Don't build gdb if we are
13473         building NT native compilers on Unix.
13474
13475 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
13476
13477         * configure.in: Don't get CC from the host Makefile fragment if we
13478         can find gcc in PATH, or if this is a Canadian Cross.  Move the
13479         Solaris test for /usr/ucb/cc to the post target script, just after
13480         the compiler sanity test.
13481
13482 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
13483
13484         * config.sub: Merge with FSF.
13485
13486 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
13487
13488         * Makefile.in (RPATH_ENVVAR): New variable.
13489         (REALLY_SET_LIB_PATH): Use it.
13490         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13491
13492 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
13493
13494         * config.sub, configure.in: Recognize sparclet cpu.
13495
13496 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13497
13498         * config.guess:  Support m68k-cbm-sysv4.
13499
13500 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13501
13502         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13503         m68k-unknown-linuxaout from linker help string.  Put quotes around
13504         $ld_help_string.
13505
13506 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
13507
13508         * config.guess (powerpc-harris-powerunix): Add guess for port
13509         to new target.
13510
13511 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13512
13513         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13514
13515 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
13516
13517         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13518         $(REALLY_SET_LIB_PATH) in Makefile.
13519         * Makefile.in (SET_LIB_PATH): New variable.
13520         (REALLY_SET_LIB_PATH): New variable.
13521         ($(DO_X)): Use $(SET_LIB_PATH).
13522         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13523         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13524         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13525         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13526         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13527         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13528         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13529         (install-dosrel): Likewise.
13530         (all-opcodes): Depend upon all-libiberty.
13531
13532 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13533
13534         * config.guess (*:CYGWIN*): New
13535
13536 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13537
13538         * Makefile.in (all-target-winsup): All all-target-libiberty.
13539
13540 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13541
13542         * configure.in (noconfigdirs): Add missing # in front of comment.
13543
13544 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
13545
13546         * configure.in: add second pass to things added to noconfigdirs
13547         so *-gm-magic can exclude libgloss properly.
13548
13549 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
13550
13551         * mpw-configure (extralibs_name, rez_name): Set correctly
13552         for MWC68K compiler.
13553
13554         * mpw-README: Add more info on the necessary build tools.
13555
13556 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13557
13558         * configure.in, config.sub: Recognize cygwin32.
13559
13560 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
13561
13562         * config.guess, config.sub: Recognize A/UX.
13563
13564 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
13565
13566         * config.sub: Merge with gcc/config.sub.
13567
13568 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
13569
13570         * mpw-build.in (do-binutils): Add build of stamps.
13571
13572 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
13573
13574         * config.sub: Add recognition for mips64vr4100*-* targets.
13575
13576 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13577
13578         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13579         Add creation of gconfigargs with `--enable-shared' turned on.
13580         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13581         ($(host)-stamp-stage3-configured): Likewise.
13582         (HOLES): Add chatr and ldd.
13583         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13584
13585 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
13586
13587         * configure: Pass --nfp to recursive configures.
13588
13589 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13590
13591         * Makefile.in (DLLTOOL): New.
13592         (DLLTOOL_FOR_TARGET): New.
13593         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13594         (EXTRA_TARGET_FLAGS): Ditto.
13595         (EXTRA_GCC_FLAGS): Ditto.
13596         (CONFIGURE_TARGET_MODULES): Ditto.
13597         (DO_X): Ditto.
13598         * configure: Add DLLTOOL.
13599
13600 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
13601
13602         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13603         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13604         mh-sco, since old workarounds no longer needed, and don't
13605         build ld, since libraries have weak symbols in COFF.
13606
13607 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
13608
13609         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13610
13611 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13612
13613         * configure.in: Make sure that ${CC} can be used to compile an
13614         executable.
13615
13616 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13617
13618         * Makefile.in (all-gdb): Depend on $(GDB_TK).
13619         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13620         nothing depending on whether gdbtk is being built.
13621
13622 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
13623
13624         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13625
13626 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
13627
13628         * configure.in (noconfigdirs): Put ld or gas in this early, if the
13629         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13630
13631 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
13632
13633         * config-ml.in: Add support for
13634         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13635         Simplify setting of multidirs from --disable-foo.
13636
13637 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13638
13639         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13640         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13641         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13642         non-empty, pass them on to the  GCC make.
13643         (all-bootstrap): New rule that is like all-gcc, except it executes
13644         the GCC bootstrap rule instead of the GCC all rule.
13645
13646 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
13647
13648         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13649
13650 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13651
13652         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13653         DG/UX support.
13654
13655 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
13656
13657         * config.sub (i*86*) Change [345] to [3456]
13658
13659 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13660
13661         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13662         --with-gnu-ld=no.
13663
13664 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13665
13666         * config-ml.in (rs6000*, powerpc*): Add switches to control which
13667         AIX multilibs get built.
13668
13669 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13670
13671         * configure.in (i386-win32): Don't build expect if we're not
13672         building the tcl subdir.
13673
13674 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
13675
13676         * Makefile.in: (configure-target-examples, all-target-examples):
13677         New targets, configure and build example programs.
13678
13679 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
13680
13681         * mpw-configure: If an mpw-config.in generated a file mk.sed,
13682         use it as input to sedit the generated MPW makefile.
13683         * mpw-README: Add a suggestion about Gestalt.h.
13684
13685 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
13686
13687         * config.sub: Accept *-*-ieee*.
13688
13689 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
13690
13691         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
13692         Ronald F. Guilmette <rfg@monkeys.com>.
13693
13694 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13695
13696         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13697         for powerpc-pe native.
13698         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13699         (target==powerpc-pe): duplicate i386-win32 entry.
13700
13701 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13702
13703         * configure.in (noconfigdirs): Exclude target-newlib for all versions
13704         of vxworks, not just vxworks5.1.
13705
13706 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
13707
13708         * mpw-configure: Add support for exec-prefix.
13709
13710 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13711
13712         * config.guess: Recognize HP model 816 machines as having
13713         a PA1.1 processor.
13714
13715 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13716
13717         * configure: Ignore new autoconf configure options.
13718
13719 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13720
13721         * config.guess:  Recognize Pentium under SCO.
13722         From Robert Lipe <robertl@arnet.com>.
13723
13724 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13725
13726         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13727
13728 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
13729
13730         * configure.in: Don't configure gas for alpha-dec-osf*.
13731
13732 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
13733
13734         * configure.in: Default to --with-stabs for some targets for which
13735         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13736         i[345]86*-*-unixware*.
13737
13738 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13739
13740         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13741         rather than basing it on the target.  Simplify handling of options
13742         controlling which directories to configure.  Remove extraneous
13743         slash in multi-clean target.
13744
13745 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
13746
13747         * config-ml.in: Prefix more variables with ml_ so they don't collide
13748         with configure's.
13749
13750 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
13751
13752         * configure: Don't turn -v into --v.
13753
13754 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
13755
13756         * configure.in (targargs): Fix typo.
13757
13758         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13759
13760 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
13761
13762         * configure.in: Strip --host and --target options from
13763         CONFIG_ARGUMENTS, and always configure for --host only.  Add
13764         --with-cross-host option when building with a cross-compiler.
13765         * configure: Canonicalize the arguments put into config.status by
13766         always using `=' for an option with an argument.  Pass a presumed
13767         --host or --target explicitly.
13768
13769 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
13770
13771         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13772         into general OS recognition case.
13773
13774 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13775
13776         * configure.in (target_configdirs): add target-winsup only
13777         for win32 target systems.
13778
13779 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
13780
13781         * Makefile.in (all-target-libgloss): Depend upon
13782         configure-target-newlib, since when libgloss is built it looks to
13783         see if the newlib directory exists.
13784
13785 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
13786
13787         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13788         cfg-ml-*.in.
13789
13790 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
13791
13792         * configure: Handle LD and LD_FOR_TARGET when configuring a
13793         Canadian Cross.
13794
13795 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13796
13797         * configure.in (target_libs): add target-winsup.
13798         (target==i386-win32): add patch diff flex make to $noconfigdirs.
13799         (target==ppcle-pe): remove ld from $noconfigdirs.
13800
13801 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
13802
13803         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13804         Preserve relative path names in $srcdir.  Build symlink tree if
13805         configuring cross target dir and srcdir=. (= no VPATH support).
13806         (configure-target-libg++): Depend on configure-target-librx.
13807         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13808         * config-ml.in: New file.
13809         * symlink-tree: New file.
13810         * configure: Ensure srcdir="." if that's what it is.
13811
13812 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
13813
13814         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13815         includes and FLEX_SKELETON setting.
13816         * mpw-configure (--with-gnu-ld): New option, controls whether
13817         to use PPCLink or ld with PowerMac GCC.
13818         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13819         * mpw-config.in: Configure grez if targeting Mac.
13820
13821         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13822         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13823         just macos.
13824         * configure.in: Configure grez resource compiler if targeting Mac.
13825         * Makefile.in (all-grez, install-grez): New targets.
13826
13827 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
13828
13829         * configure: CXX defaults to gcc, not g++.  If we find
13830         gcc in the path, set CC to gcc -O2.
13831
13832 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
13833
13834         * configure: Default ${build} correctly.  Avoid picking up extra
13835         spaces when reading CC and CXX from Makefile.  When doing a
13836         Canadian Cross, use plausible default values for numerous
13837         variables.
13838         * configure.in: When doing a Canadian Cross, don't try to
13839         configure tools whose configure script can't handle it.
13840
13841 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13842
13843         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13844
13845 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13846
13847         * configure:  Remove dubious bug reporting address.
13848
13849 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13850
13851         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
13852         configure script, run that instead of this directory's configure.
13853         In either case, print a message that we're configuring the sub-dir.
13854
13855 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13856
13857         * configure.in: Before checking for the existence of various files,
13858         use sed to filter out "target-".
13859
13860 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13861
13862         * Makefile.in (DO_X): Split rule to decrease command line length
13863         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
13864         (Philippe De Muyter).
13865
13866 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13867
13868         * Makefile.in (all-patch): depend on all-libiberty.
13869
13870 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
13871
13872         * configure.in: If the only directory in target_configdirs which
13873         actually exists is libiberty, then set target_configdirs to empty,
13874         to avoid trying to build a target libiberty in a gas or gdb
13875         distribution.
13876
13877 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
13878
13879         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13880         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13881         systems.
13882
13883 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13884
13885         * configure.in (copy_dirs): Use sys-include instead of include
13886         for --with-headers option.
13887
13888 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
13889
13890         * Makefile.in, configure.in: Make winsup builds work with
13891         new scheme.
13892
13893 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
13894
13895         * configure.in: Build the linker on AIX.
13896
13897 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13898
13899         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
13900         where needed.
13901
13902 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
13903
13904         * Makefile.in (all-gcc): Fix typo.
13905
13906 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13907
13908         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
13909
13910 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13911
13912         * configure.in:  Rename libFOO to target-libFOO, and xiberty
13913         to target-xiberty, to provide more flexibility.
13914         (target_subdir):  Define.  Create if cross.
13915         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13916         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
13917         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13918         check-libFOO -> check-target-libFOO, etc.
13919         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13920         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13921         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13922         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
13923         allow ALL_GCC="" to only configure.
13924         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
13925         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
13926         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
13927
13928 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
13929
13930         * Makefile.in (taz): Build "info" in etc explicitly.
13931
13932 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
13933
13934         * configure.in:  Make sure that CC is undefined (as opposed to
13935         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
13936         problem with autoconf trying to configure on a host without GCC.
13937
13938 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13939
13940         * mpw-configure: Set host alias from choice of host compiler,
13941         only use generic MPW Makefile sed if present, edit a file
13942         named "hacked_Makefile.in" instead of "Makefile.in" if present.
13943         * mpw-README: Add problem notes about CW6 and CW7.
13944
13945 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
13946
13947         * Makefile.in (taz): Use ";" instead of ";;".
13948
13949 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13950
13951         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
13952         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13953         DISTDOCDIRS.
13954         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
13955         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
13956
13957 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13958
13959         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
13960         and gnats, because they are now subsumed by DISTSTUFFDIRS.
13961         Move bfd to DISTSTUFFDIRS.
13962
13963 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13964
13965         * Makefile.in (X11_LIB): Removed.
13966         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13967
13968         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13969
13970 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13971
13972         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13973         names.
13974
13975 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13976
13977         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13978
13979 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
13980
13981         * configure.in (i[345]86-*-win32): Always build newlib.
13982         Don't configure cvs, autoconf or texinfo.
13983         * Makefile.in (LD_FOR_TARGET): New.
13984         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13985         Pass down LD_FOR_TARGET.
13986
13987 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13988
13989         * winsup: New directory.
13990         * Makefile.in: Build winsup.
13991         * configure.in: Winsup is configured when target is win32.
13992         Can only build win32 target GDB when native.
13993
13994 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
13995
13996         * config.guess: Recognize HP model 819 machines as having
13997         a PA 1.1 processor.
13998
13999 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14000
14001         * configure: Fix sed loop which substitutes for CC and CXX to
14002         avoid bug found in various sed implementations.
14003
14004 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14005
14006         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14007         simulator.  Use standard powerpc-*-eabi*.
14008
14009 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
14010
14011         * configure.in: Stop putting gas and binutils in noconfigdirs for
14012         powerpc-*-aix* and rs6000-*-*.
14013
14014 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
14015
14016         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14017         -mcall-aixdesc libraries.
14018
14019 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
14020
14021         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14022
14023         * config.sub (arm | armel | armeb): Fix shell syntax.
14024
14025 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14026
14027         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14028         -msoft-float and -mcpu=common support.
14029         (powerpc*-*-eabisim*): Add support for building -mcall-aix
14030         libraries.
14031
14032 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14033
14034         * configure.in: Allow configuration and build of emacs19 for the alpha.
14035
14036 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14037
14038         * configure.in (CC): Get ^CC, not just any old CC, from
14039         ${host_makefile_frag}.
14040
14041 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14042
14043         * configure.in (CC): Try to get CC from
14044         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14045
14046 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14047
14048         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14049         only if it exists in $(srcdir).
14050
14051 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14052
14053         * configure: If CC and CXX are not set in the environment, set
14054         them, based on either an existing Makefile or on searching for gcc
14055         in PATH.  Substitute for CC and CXX in Makefile.
14056         * configure.in: Remove libm from target_libs.  Separate
14057         target_configdirs from configdirs.  If CC is not set in
14058         environment, try to get it from a host Makefile fragment.  Rewrite
14059         changes of configdirs to use skipdirs instead.  A few minor
14060         tweaks.  Take directories out of target_configdirs as they are
14061         taken out of configdirs.  Remove existing Makefile files from
14062         subdirectories.  Substitute for TARGET_CONFIGDIRS and
14063         CONFIG_ARGUMENTS in Makefile.
14064         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14065         by configure.in.
14066         (CONFIG_ARGUMENTS): Likewise.
14067         (CONFIGURE_TARGET_MODULES): New variable.
14068         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14069         ($(CONFIGURE_TARGET_MODULES)): New target.
14070         (configure-libg++, configure-libio): New targets.
14071         (all-libg++): Depend upon configure-libg++.
14072         (all-libio): Depend upon configure-libio.
14073         (configure-libgloss, all-libgloss): New targets.
14074         (configure-libstdc++): New target.
14075         (all-libstdc++): Depend upon configure-libstdc++.
14076         (configure-librx, all-librx): New targets.
14077         (configure-newlib): New target.
14078         (all-newlib): Depend upon configure-newlib
14079         (configure-xiberty): New target.
14080         (all-xiberty): Depend upon configure-xiberty.
14081
14082 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14083
14084         * configure.in (host i[345]86-*-win32):  Expand the
14085         noconfigdirs again.
14086
14087 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
14088
14089         * mpw-configure: Fix sed command file name.
14090
14091 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14092
14093         * configure.in (host i[345]86-*-win32): Reduce the
14094         noconfigdirs again.
14095
14096 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
14097
14098         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14099         or powerpc*-*-pe*, since they are not yet supported.
14100
14101 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14102
14103         Add PowerMac support and many other enhancements.
14104         * mpw-configure: New option --cc to select compiler to use,
14105         paste options set according to --cc into the generated
14106         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14107         if mpw-make.sed is present.
14108         * mpw-config.in: Don't test for gC1, test for mpw-touch,
14109         add forward includes for PowerPC include files.
14110         * mpw-build.in: Build using Makefile.PPC if present.
14111         (do-byacc, etc): Remove separate version resource builds.
14112         (do-gas): Build "stamps" before "all".
14113         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14114         * mpw-README: Update to reflect --cc option, PowerMac support,
14115         and recently-reported compatibility problems.
14116
14117 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
14118
14119         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14120         embedded m68k systems (-aout, -coff, -elf, -vxworks).
14121         (--with-multilib-top): Pass to recursive invocations.
14122
14123 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
14124
14125         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14126         v810-*-*.
14127
14128 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14129
14130         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14131         gdb, ld and opcodes on v810-*-*.
14132
14133 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14134
14135         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14136         (local-maintainer-clean): New target.
14137         (maintainer-clean): New target.
14138         (realclean): Just depend upon maintainer-clean.
14139
14140 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14141
14142         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14143
14144 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
14145
14146         * configure.in: Build ld in mips*-*-bsd* case.
14147
14148 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
14149
14150         * config.sub: Accept -lites* OS.  From Ian Dall.
14151
14152 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
14153
14154         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14155         targets.
14156
14157 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14158
14159         * configure.in: treat i386-win32 canadian cross the same as
14160         i386-go32 canadian cross.
14161
14162 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14163
14164         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14165         running under the simulator to build a reduced set of libraries.
14166         (powerpc-*-eabiaix): Add fine grained multilib support added to
14167         other powerpc targets yesterday.
14168
14169 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14170
14171         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14172         -disable-softfloat, -disable-relocatable, -disable-aix, and
14173         -disable-sysv to control which multilib libraries get built.
14174
14175 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14176
14177         * configure: Add Makefile.tem to list of files to remove in trap
14178         handler.
14179
14180 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14181
14182         * config.guess (*Linux*):  Add missing "exit"s.
14183         Also, need specific check for alpha-unknown-linux (uses COFF).
14184
14185 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14186
14187         * config.guess:  Merge with FSF:
14188
14189         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
14190         * config.guess (AIX4): More robust release numbering discovery.
14191
14192         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
14193         * config.guess (i386-sequent-ptx): Properly get version number.
14194
14195         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
14196         * config.guess (mips:*:4*:UMIPS): New case.
14197
14198 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14199
14200         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14201         (i386-win32 host): Likewise.  Don't build readline.
14202
14203 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
14204
14205         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
14206         SUPPORT_FILES to submakes.
14207
14208 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
14209
14210         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14211         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14212         mpw-configure.
14213
14214 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
14215
14216         * configure.in (appdirs): Use =, not ==, in test expression when
14217         trying to build the text to print in the warning message for
14218         Solaris users.
14219
14220 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
14221
14222         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14223
14224 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14225
14226         * config.guess: Recognize lynx-2.3.
14227
14228 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
14229
14230         * config.sub (z8ksim): Deleted
14231         (z8k-*-coff): New, this is the one true name of the target.
14232
14233 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
14234
14235         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14236
14237 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
14238
14239         * config.guess (*:Linux:*:*): First try asking the linker what the
14240         default object file format is (elf, aout, or coff).  Then if this
14241         fails, try previous methods.
14242
14243 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14244
14245         * configure.in: Don't build newlib for *-*-vxworks5.1.
14246
14247 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14248
14249         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14250         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14251
14252 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
14253
14254         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14255
14256 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
14257
14258         * cfg-ml-com.in: New file.
14259         * cfg-ml-pos.in: New file.
14260
14261 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14262
14263         * COPYING.NEWLIB: Add HP free copyright to list.
14264
14265 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14266
14267         * config.sub: Recognize -eabi* for the system, not just -eabi.
14268
14269 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14270
14271         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14272         * config.sub, configure.in (win32): New target and host.
14273
14274 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14275
14276         * configure.in: Add i386-pe configuration.
14277
14278 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
14279
14280         * mpw-build.in (install): Install GDB after LD.
14281
14282 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
14283
14284         * mpw-config.in (elf/mips.h): Always forward-include, needed
14285         for GDB to build.
14286
14287 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14288
14289         * testsuite: New directory for customer acceptance and whole tool
14290         chain tests.
14291
14292 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14293
14294         * configure: If per-host line isn't found, but AC_OUTPUT is found
14295         and a configure script exists, run it instead.
14296
14297 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14298
14299         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
14300
14301 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14302
14303         * configure: Set build_{cpu,vendor,os,alias} to host values when
14304         --build isn't specified.
14305
14306 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14307
14308         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14309         (FLAGS_TO_PASS): Pass them.
14310         (EXTRA_TARGET_FLAGS): Ditto.
14311
14312 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14313
14314         * Makefile.in (all-libg++): Depend on all-libstdc++.
14315
14316 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14317
14318         * configure.in (noconfigdirs): Enable all packages for
14319           i386-unknown-netbsd.
14320
14321 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
14322
14323         * configure.in (noconfigdirs): Don't configure tk for i386-go32
14324         hosted builds (DOS builds)
14325
14326 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14327
14328         Changes for ARM based on patches from Richard Earnshaw:
14329         * config.sub: Handle armeb and armel.
14330         * configure.in: Omit arm linker only for riscix.
14331
14332 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14333
14334         * config.guess:  Update from FSF.
14335
14336 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
14337
14338         * config.sub: Recognize powerpcle as the little endian variant of
14339         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
14340         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
14341         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
14342         temporarily.
14343
14344 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
14345
14346         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14347
14348 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
14349
14350         * config.sub: Accept -lites* as a basic system type.
14351
14352 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
14353
14354         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14355         installed, and if so return linuxoldld as the system name.
14356
14357 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
14358
14359         * config.guess: Add hppa1.1-hp-lites support.
14360
14361 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14362
14363         * configure.in: Don't build newlib for m68k-vxworks5.1.
14364
14365 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14366
14367         * configure.in (mips-sgi-irix6): Use mh-irix5.
14368
14369 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
14370
14371         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14372
14373 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14374
14375         * test-build.mk: Enable building of shared libraries on IRIX 5 and
14376         OSF/1.  Fix compiler flags.
14377         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
14378
14379 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
14380
14381         * configure.in: Recognize --with-newlib.
14382         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14383
14384 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14385
14386         * Makefile.in: move {all,check,install}-gdb from *_MODULES
14387         to *_X11_MODULES due to gdbtk needing X include files et al.
14388
14389 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
14390
14391         Merge in support for Mac MPW as a host.
14392         (Old change descriptions retained for informational value.)
14393
14394         * mpw-config.in: Add generic include forwards for cpu-specific
14395         include files in aout and elf directories.
14396
14397         * mpw-configure: Added copyright.
14398         * mpw-config.in: Check for presence of required build tools.
14399         (target_libs): Add newlib.
14400         (target_tools): Add examples.
14401         (Read Me): Generate as "Read Me for MPW" instead.
14402         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14403         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14404         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14405
14406         * mpw-configure: Remove subdir-specific makefile hackery,
14407         delete mk.tmp after using it.
14408
14409         * mpw-build.in (all): Display start and end times.
14410
14411         * mpw-configure (host_canonical): Set.
14412         (target_cpu): Always add to makefiles.
14413         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14414         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14415         (mpw-mh-mpw): Look for in srcdir and srcroot.
14416         Use sed instead of mpw-edit-prefix to edit prefix definitions.
14417
14418         * mpw-build.in: (install-only): New target.
14419
14420         * mpw-configure (host_alias, target_alias): Rename from hostalias
14421         and targetalias, add into generated Makefile.
14422         (mk.tmp): If present, add into generated Makefile.
14423         * mpw-build.in (all-gas): Build config.h first before gas proper.
14424
14425         * mpw-configure (config.status): Write only if changed.
14426         * mpw-config.in (readline): Configure it (not built, just used for
14427         definitions).
14428
14429         * mpw-config.in (elf/mips.h): Add a forward include.
14430
14431         * mpw-config.in: Forward-include most .h files in include into
14432         extra-include.
14433         (readline): Don't build.
14434         mpw-build.in (install): Install GDB.
14435
14436         * mpw-configure (prefix, mpw_prefix): Handle it.
14437         * mpw-config.in (mmalloc, readline): Don't configure.
14438         * mpw-build.in (thisscript): Rename to ThisScript.
14439         Use mpw-build instead of BuildProgram everywhere.
14440         (mmalloc, readline): Don't build.
14441         * mpw-README: New file, basic documentation about the MPW port.
14442
14443         * mpw-config.in: Use forward-include to create include files.
14444
14445         * mpw-configure: Add more things to the top of each configured
14446         Makefile, including contents of config/mpw-mh-mpw.
14447         * mpw-config.in (extra-include): Create this directory and fill it
14448         with Posix-like include files when configuring.
14449
14450         * config.sub (apple, mac, mpw): Add various aliases.
14451
14452         * mpw-build.in: New file, top-level build script fragment for MPW.
14453         * mpw-configure: New file, configure script for MPW.
14454         * mpw-config.in: New file, config fragment for MPW.
14455
14456 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14457
14458         * configure.in (host_libs): Remove glob, since it is gone from the
14459         sources.
14460
14461 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14462
14463         * Makefile.in: define empty GDB_NLM_DEPS var.
14464
14465         * configure.in(target_makefile_frag): use config/mt-netware
14466         for netware targets.
14467
14468 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14469
14470         * config.sub: Merge in recent FSF changes.  Remove linux special
14471         cases.
14472
14473 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14474
14475         Revert this change:
14476
14477         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14478
14479                 * build-all.mk: Use CC=cc -Xs on Solaris.
14480
14481 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14482
14483         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
14484         stop using it.
14485         * Makefile.in: Nuke all references to glob subdirectory.
14486
14487 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14488
14489         * configure.in: Fix --enable-shared logic in per-host.
14490
14491 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14492
14493         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14494
14495 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14496
14497         * configure.in (noconfigdirs): Don't build gas on AIX, for
14498         powerpc*-*-aix* as well as for rs6000*-*-aix*.
14499
14500 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
14501
14502         * configure: Fix --cache-file to work if the file argument is a
14503         relative path.
14504
14505 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
14506
14507         * configure: If the --cache-file is used, pass it down to
14508         configure in subdirectories.
14509
14510 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
14511
14512         * config.sub: add vxworks29k configuration.
14513
14514 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14515
14516         * Makefile.in (taz): Do "diststuff" part quietly.
14517
14518 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14519
14520         * config.sub: Mini-merge with gcc/config.sub.
14521
14522 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14523
14524         * config.guess (IRIX): Sed - to _.
14525
14526 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14527
14528         * Makefile.in (source-vault, binary-vault): New targets.
14529
14530 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
14531
14532         * config.sub: Recognize -eabi as a basic system type.
14533
14534 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14535
14536         * configure.in (enable_shared stuff): Fix typo.
14537
14538 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
14539
14540         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14541
14542 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14543
14544         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14545
14546 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
14547
14548         * configure.in (rs6000-*-*): Don't build gas.
14549
14550 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
14551
14552         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14553         reduce command line length.
14554         (AS_FOR_TARGET): Check for as.new, not Makefile.
14555         (NM_FOR_TARGET): Check for nm.new, not Makefile.
14556
14557 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14558
14559         * config.guess:  Merge from FSF.
14560
14561 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14562
14563         * configure: Don't use $ when handling program_suffix.
14564
14565 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
14566
14567         * configure.in:  Configure tk for hppa/hpux.
14568
14569 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14570
14571         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
14572
14573 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14574
14575         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
14576         to LIBCXXFLAGS.  Tests are better run without it.
14577
14578 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
14579
14580         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14581
14582 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
14583
14584         * configure.in (*-*-netware*): Don't configure xiberty.
14585
14586 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
14587
14588         * configure.in:  Remove tk from native_only list.
14589
14590 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
14591
14592         * build-all.mk: Add mips-ncd-elf target to sun4 targets
14593           for special NCD build.
14594
14595 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14596
14597         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14598         makeall.bat, they're only useful for binutils snapshots.
14599         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14600         makeall.bat to specified SUPPORT_FILES.
14601
14602 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
14603
14604         * build-all.mk: Add Ericsson targets to sun4 and solaris
14605           hosts.  Add  BNR's sun4 target to solaris host, so their
14606           build-from-source will be tested in-house first.
14607
14608 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14609
14610         * Makefile.in (LIBCFLAGS): New variable.
14611         (CFLAGS_FOR_TARGET): Ditto.
14612         (LIBCFLAGS_FOR_TARGET): Ditto.
14613         (LIBCXXFLAGS): Ditto.
14614         (CXXFLAGS_FOR_TARGET): Ditto.
14615         (LIBCXXFLAGS_FOR_TARGET): Ditto.
14616         (BASE_FLAGS_TO_PASS): Pass them.
14617         (EXTRA_TARGET_FLAGS): Ditto.
14618
14619         * configure.in: Support --enable-shared.
14620
14621 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14622
14623         * configure.in (target_libs):  Include libstdc++ again.
14624         * config.guess:  Update from FSF (for FreeBSD).
14625
14626 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14627
14628         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14629         makeall.bat.
14630         (DISTDOCDIRS): Add `etc'.
14631         (ETC_SUPPORT_PFX): New variable.
14632         (taz): Include anything from etc starting with a word in
14633         ETC_SUPPORT_PFX.
14634
14635 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14636
14637         * config.sub: Update for recent FSF changes.  Remove obsolete
14638         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
14639         spacing changes.
14640
14641 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14642
14643         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
14644
14645         * config.guess:  Merge with FSF.
14646         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14647
14648 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14649
14650         * configure: Since the "trap 0" handler will override the exit
14651         status on many systems, only use it for "exit 1", and make it set
14652         a non-zero exit status; reset it before "exit 0".  Also, check
14653         exit status of config.sub, and error out if it failed.
14654
14655 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
14656
14657         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14658         and install libgloss.
14659
14660 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14661
14662         * Makefile.in (all-binutils): Depend upon all-byacc.
14663
14664         * configure.in: Don't build emacs on Irix 5.
14665
14666 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14667
14668         * configure.in (*-*-netware*): Add libio.
14669
14670 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14671
14672         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14673         (CHECK_TARGET_MODULES): Ditto.
14674         (INSTALL_TARGET_MODULES): Ditto.
14675         (TARGET_LIBS): Ditto.
14676         (all-libstdc++): Note dependencies.
14677
14678 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14679
14680         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14681
14682 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14683
14684         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14685         -fexternal-templates.
14686
14687         * configure.in (target_libs): Add libstdc++.
14688         (noconfigdirs): Add libstdc++ as appropriate.
14689
14690 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14691
14692         * config.guess:  Update from FSF.
14693
14694 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14695
14696         * configure: Use ${config_shell} when running ${configsub}.
14697
14698 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
14699
14700         * config.sub: No longer recognize h8300h.
14701
14702 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14703
14704         * config.sub: Remove extraneous differences between config.sub and
14705         gcc/config.sub.
14706
14707 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14708
14709         * Makefile.in (DISTSTUFFDIRS): Add gas.
14710
14711 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
14712
14713         * COPYING.NEWLIB: New file.
14714
14715 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14716
14717         * config.guess (HP-UX):  Patch from Harlan Stenn
14718         <harlan@landmark.com> to also emit release level.
14719
14720 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14721
14722         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14723
14724 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14725
14726         * config.sub:  Merge nextstep cleanup from FSF.
14727
14728 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14729
14730         * configure.in (arm-*-*): Don't configure ld for this target.
14731
14732 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14733
14734         * configure.in (*-*-netware): don't configure libg++, libio,
14735           librx, or newlib.
14736
14737 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14738
14739         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
14740         configure ld--it works, but it doesn't support shared libraries.
14741
14742 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14743
14744         * config.guess (*-unknown-freebsd*):  Get rid of possible
14745         trailing "(Release)" in version string.
14746         Patch from Paul Richards <paul@isl.cf.ac.uk>.
14747
14748 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14749
14750         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14751         Fix type: *-next-neststep -> *-next-nextstep.
14752
14753         * config.guess:  Merge from FSF:
14754
14755         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
14756
14757         * config.guess: Recognize powerpc-ibm-aix3.2.5.
14758
14759         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
14760
14761         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14762         instead of UNIX_SV for UnixWare 1.0).
14763
14764 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
14765
14766         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
14767         to make gdb/nlm/* build after the compiler and linker.
14768
14769 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14770
14771         * config.guess (netbsd, freebsd, linux):  Accept any machine,
14772         not just i[34]86.
14773         (m68k-atari-sysv4):  Relocate to match FSF version.
14774
14775         * config.guess:  More merges from the FSF:
14776
14777         Add a space before function call or macro invocation.
14778
14779         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14780
14781         * config.guess: Add trap cmd to remove dummy.c and dummy when
14782         interrupted.
14783
14784         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14785
14786         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14787         (dummy): Redirect stderr from compilation of dummy.c.
14788
14789         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
14790
14791         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14792
14793 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
14794
14795         * configure: Accept and ignore --cache*, for compatibility with
14796         new autoconf.
14797
14798 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14799
14800         * config.guess:  Merge from FSF:
14801
14802         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14803
14804         * config.guess (Pyramid*:OSx*:*:*): New case.
14805         (PATH): Add /.attbin at end for finding uname.
14806         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
14807
14808         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
14809
14810         * config.guess (M88*:DolphinOS:*:*): New case.
14811
14812         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
14813
14814         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14815         to select whether to use ELF or COFF.
14816
14817         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14818
14819         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14820
14821         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
14822
14823         * config.guess: Guess the OS version for HPUX.
14824
14825         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
14826
14827         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14828
14829 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14830
14831         * configure.in: Recognize --with-headers, --with-libs, and
14832         --without-newlib.
14833         * Makefile.in (all-xiberty): Depend upon all-ld.
14834
14835 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14836
14837         * configure.in: Change i[34]86 to i[345]86.
14838
14839 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14840
14841         * configure (version): A few more tweaks to help message.
14842
14843 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14844
14845         * Makefile.in:  Remove (for now) librx as a host library,
14846         now that we're building it for target.
14847
14848 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14849
14850         * configure: Fix up help message; from karl@owl.hq.ileaf.com
14851         (Karl Berry).
14852
14853 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14854
14855         * configure.in:  Also configure librx.
14856
14857 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14858
14859         * Makefile.in:  Update various rules to reflect that librx
14860         is now needed for libg++.
14861
14862 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14863
14864         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14865
14866 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
14867
14868         * configure.in: Configure the examples directory.
14869
14870 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14871
14872         * configure: Simplify Jun 2 1994 change.
14873
14874 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14875
14876         * change CC to /usr/latest/bin/gcc for lynx host builds, since
14877         /bin/gcc isn't good enough to build gcc.
14878
14879 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
14880
14881         * Makefile.in (GDB_SUPPORT_FILES): Remove
14882         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
14883         (gdb.tar.gz): Add new rule to use standard distribution building
14884         mechanism.
14885
14886 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14887
14888         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
14889         Bill Cox <bill@cygnus.com>.
14890
14891 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14892
14893         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
14894
14895 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
14896
14897         * configure:  Search current dir first in .gdbinit.
14898
14899 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14900
14901         * config.sub:  Recognize freebsd (merged from gcc config.sub).
14902
14903 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14904
14905         * config.sub:  Refer to NeXT's operating system as nextstep.
14906
14907         * config.sub (case $basic_machine):  Re-order the cases, to match
14908         the order in the FSF version (which is mostly alphabethical).
14909         Merge in some additions and changes from the FSF.
14910
14911 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
14912
14913         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14914         * config.sub: Recognize cxux7.
14915         * configure.in: Use mh-cxux for m88k-harris-cxux*.
14916
14917 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14918
14919         * config.sub:  Fix typo powerpc -> powerpc-*.
14920
14921 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
14922
14923         * Makefile.in: `all-emacs19' depends on `all-byacc'.
14924
14925         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14926         parallel with all-emacs and install-emacs).  Top-level command
14927         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14928
14929 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14930
14931         * test-build.mk ($(host)-stamp-stage2-installed): Remove
14932         $(relbindir)/make before doing ``make install'', and use
14933         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
14934         installing over running make binary.
14935         ($(host)-stamp-stage3-installed): Likewise.
14936
14937 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14938
14939         * config.guess: Recognize Mach.
14940
14941 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14942
14943         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14944         see whether --exec-prefix was used.
14945
14946 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14947
14948         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
14949
14950 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14951
14952         * Makefile.in: Add all-librx target similar to all-libproc.
14953
14954 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
14955
14956         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
14957         with post 1.2 uname bogosity.
14958
14959 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14960
14961         * configure: Remove temporary files on receipt of a signal.
14962
14963 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
14964
14965         * configure: If there is a package_makefile_frag, remove
14966         ${subdir}/Makefile.tem after copying it in.
14967
14968 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14969
14970         * build_all.mk: support rs6000 lynx identifies itself as
14971         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
14972         since /bin/gcc is too feeble to compile a modern gcc.
14973
14974 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14975
14976         * brought devo/test-build.mk update-to-date with progressive/
14977           test-build.mk. Add lynx targets and hppa flag info.
14978
14979 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14980
14981         * configure.in:  Use mh-ncrsvr43.  Patch from
14982         Tom McConnell <tmcconne@sedona.intel.com>.
14983
14984 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14985
14986         * config.guess (i386-unknown-bsdi):  No longer need to
14987         check #if defined(__bsdi__) && defined(__i386__).
14988
14989 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14990
14991         * configure: Set program_transform_nameoption correctly.
14992
14993 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14994
14995         * brought build-all.mk update-to-date with progressive build-all.mk,
14996           added new targets and hppa info.
14997
14998 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14999
15000         * configure: If config.guess result is a prefix of the user
15001         specified target, assume a native build and use the user specified
15002         target as the host alias.  Remove SunOS patch suffix removal hack.
15003         * configure.in: Remove SunOS patch suffix removal hack.
15004
15005         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15006         in NATIVE_CHECK_MODULES.
15007
15008 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
15009
15010         * Makefile.in: Rename HOST_ONLY to NATIVE.
15011         * configure: Delete SunOs patch suffix from host_canonical
15012           and build_canonical variables that are prepended to Makefiles.
15013         * configure.in: Add comments for easier maintenance.
15014
15015 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15016
15017         * Makefile.in: Add all-libproc target similar to all-gui.
15018
15019 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
15020
15021         * Makefile.in (CHECK_MODULES): split into
15022         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15023
15024 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
15025
15026         * config.guess (i386-unknown-bsdi): New system to guess.
15027
15028 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15029
15030         * Makefile.in: Add all-gui target (but not yet build by "all").
15031
15032 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
15033
15034         * config.sub: Move deletion of patch suffix from here...
15035         * configure.in: To here, at Ian's suggestion.  The top-
15036           level scripts might need to know of a patch level.
15037
15038 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
15039
15040         * config.sub: Strip off patch suffix so rtl is recognized
15041           as a sunos4.1.3 machine, even though it's been patched.
15042
15043 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
15044
15045         * Makefile.in (INSTALL_LAST): Delete.
15046         (INSTALL_DOSREL): New.
15047
15048 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15049
15050         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15051         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15052         whether we pass down --with-gnu-ld anyhow.
15053
15054 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
15055
15056         * Makefile.in (INSTALL_LAST): Change operation so it works
15057         on more flavors of make.
15058         * configure.in (go32): Don't build libg++ or libio.
15059
15060 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
15061
15062         * Makefile.in (Move HOST_PREFIX_1 and friends up so
15063         they can be overriden by templates.
15064
15065 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
15066
15067         * configure.in (target==go32): Don't build gdb.
15068         * dosrel: New directory.
15069
15070 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
15071
15072         * configure.in (host==go32): Configure dosrel too.
15073         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15074         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15075         be set by incoming names or templates.
15076         (INSTALL_LAST): New rule.
15077
15078 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
15079
15080         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15081
15082 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15083
15084         * configure.in (appdirs): New variable.  Currently empty, but will
15085         be used in gas distribution.  If nonempty, lists a set of
15086         directories at least one of which must get configured, or top
15087         level configuration is considered to have failed.
15088         (rs6000-*-lynxos*): Use new file name.
15089
15090 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15091
15092         Eliminate XTRAFLAGS.
15093         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15094         newlib include files using -idirafter, and also use -nostdinc.
15095         (CXX_FOR_TARGET): Likewise.
15096         (XTRAFLAGS): Removed.
15097         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15098         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15099         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15100         ($(DO_X)): Don't pass down XTRAFLAGS.
15101
15102 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15103
15104         * configure.in (mips*-dec-bsd*): New target; do build linker.
15105         (mips*-*-bsd*): New target; don't build linker.
15106
15107 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15108
15109         * configure.in: support rs6000-*-lynxos* configuration.
15110         support sunos4 as a cross target.
15111
15112         * config.sub: look for lynx*, not lynx since the OS version may
15113         legitimately be part of the name.
15114
15115 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15116
15117         * configure.in (i[34]86-*-sco*): Move to be with other i386
15118         targets.
15119         (romp-*-*): New target.  Skip various binary utilities.
15120         (vax-*-*): New target.  Don't build newlib.
15121         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
15122
15123 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15124
15125         * configure.in: Only set host_makefile_frag if config
15126         directory exists.
15127
15128 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15129
15130         * install.sh: If $dstdir exists, don't check whether each
15131         component does.
15132
15133 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15134
15135         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15136
15137 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
15138
15139         * configure.in (*-*-lynxos*): Don't configure newlib for either
15140         native or cross Lynx.
15141
15142 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
15143
15144         * config.sub (sparc64-elf): Fix os.
15145         (z8k): Remove duplicate.
15146
15147 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15148
15149         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15150         gcc/stmp-fixproto, to try to prevent fixproto from being run.
15151
15152 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
15153
15154         * configure: Make file links cleanly even if Lynx fails on
15155           an NFS symlink (at least fail cleanly).
15156
15157 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
15158
15159         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15160         -XNh2000.
15161
15162 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15163
15164         * configure: Unknown options are fatal again.
15165
15166 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
15167
15168         * configure: Ignore --x-includes and --x-libraries, for Autoconf
15169         compatibility.
15170
15171 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
15172
15173         * build-all.mk: Add `clean' target.
15174
15175 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15176
15177         * config.guess:  Add SINIX support.
15178         * configure.in:  Add mips-*-sysv4* support.
15179
15180 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
15181
15182         * build-all.mk: Document all useful targets.
15183         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15184         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15185
15186 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15187
15188         * configure: Support --silent, --quiet.
15189
15190 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15191
15192         * configure: Support --disable-FEATURE.
15193
15194 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15195
15196         * config.guess: Recognize NCR running SVR4.3.
15197
15198 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15199
15200         * config.guess:  Make BSDI generate i386-unknown-bsd386.
15201         Patch from Paul Eggert <eggert@twinsun.com>.
15202
15203 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15204
15205         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15206
15207 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15208
15209         * configure: Make unrecognized options give nonfatal warnings
15210         instead of fatal errors, and pass them to any subdirectory
15211         configures in case they recognize them.
15212         Make --x equivalent to --with-x.
15213
15214 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15215
15216         * configure: Add --enable-* options.  Clean up usage message and
15217         some comments.
15218
15219 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
15220
15221         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15222
15223 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15224
15225         * configure.in (hppa*-*-*): Enable binutils.
15226
15227 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15228
15229         * config.sub: Recognize cisco.
15230
15231 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
15232
15233         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15234
15235 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15236
15237         * config.guess: about target *-hitachi-hiuxwe2, don't print more
15238         than one configuration name.  Add comment.
15239
15240 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
15241
15242         * config.guess: about target *-hitachi-hiuxwe2, fixed
15243         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
15244         macro is incorrect.]
15245
15246 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15247
15248         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15249         than the "make ls" stuff which used to be here.
15250
15251 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15252
15253         * config.guess:  Recognize i[34]86-unknown-freebsd.
15254         From Shawn M Carey <smcarey@rodan.syr.edu>.
15255
15256 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15257
15258         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15259
15260 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
15261
15262         * config.guess: Check for ptx.
15263
15264 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
15265
15266         * config.sub: Add os9k checking.
15267
15268 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15269
15270         * config.guess: Handle OSF1 running on HPPA processors
15271
15272 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15273
15274         * configure: If subdir configure fails, print out a message with
15275         subdirectory name, in case subdir's configure code didn't identify
15276         itself.
15277
15278 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
15279
15280         * configure.in: Remove embedded newlines from configdirs.
15281         Avoid mismatches of substrings.  Fix matching strings at end
15282         of configdirs.
15283
15284 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
15285
15286         * config.guess:  Add Lynx/rs6000 config support.
15287
15288 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15289
15290         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15291
15292 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
15293
15294         * configure.in (hppa*-*-osf*): Treat this just like most other
15295         PA configurations (eg no binutils or ld).
15296         (hppa*-*-*elf*): These configurations have binutils and ld.
15297
15298 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15299
15300         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
15301
15302 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15303
15304         * configure.in (rs6000-*-*): Build gas.
15305
15306 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15307
15308         * Makefile.in:  Avoid bug in losing hpux sed.
15309
15310 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15311
15312         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15313         for GDB and GDB has been fixed to not need it.
15314
15315 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15316
15317         * config.guess: Recognize vax hosts.
15318
15319 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15320
15321         * configure (while loop): Don't use "break 2" inside case
15322         statement -- the case statement isn't an enclosing loop.
15323
15324 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15325
15326         * config.guess:  Clean up NeXT support, to allow nextstep
15327         on Intel machines.  Make OS be nextstep.
15328
15329 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
15330
15331         * config.guess: Add alternate forms for Convex.
15332
15333 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
15334
15335         * configure:  Completely rewrite option processing.  Take
15336         advantage of pattern-matching to avoid invoking test frequently.
15337         Also clean up host and target defaulting logic.
15338
15339 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15340
15341         * Makefile.in: Replace all occurrances of "rootme" with "r" and
15342         "$${rootme}" with "$$r", to increase the likelihood that the do-*
15343         commands (plus user environment) will fit SCO limits.
15344
15345 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15346
15347         * configure.in: Don't issue warnings about directories which are
15348         not being configured if -norecursion is set.  Correct test for
15349         --with-gnu-as and --with-gnu-ld to not get confused by substring
15350         matches.
15351
15352         * configure.in: Don't build gas for alpha-dec-osf1*.
15353
15354 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
15355
15356         * configure:  Back out Per's change of 12/19/1993.  It changes the
15357         behavior of configure in unexpected and confusing ways.
15358
15359         Also, use different delim char when calculating
15360         program_transform_name so that the name can contain slashes.
15361
15362 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
15363
15364         * configure.in, config.sub: Add support for VSTa micro-kernel.
15365
15366 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
15367
15368         * configure.in: Nuke hacks which were used to get a special
15369         version of GAS for HPPA configurations.
15370
15371 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15372
15373         * configure:  If only ${target_alias} is given, use that
15374         as the default for ${host_alias}.
15375         * configure:  Add missing back-slashes before nested quotes.
15376
15377 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15378
15379         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15380
15381 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
15382
15383         * config.guess:  Recognize some Tektronix configurations.
15384         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15385
15386 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15387
15388         * config.sub: Match any flavor of SH.
15389
15390 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
15391
15392         * configure.in: Don't try to configure newlib for Alpha.
15393
15394 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15395
15396         * configure.in: Don't build ld for Irix 5.  Don't build gas,
15397         libg++ or libio for any Alpha target.
15398
15399         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15400
15401 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
15402
15403         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15404         default arguments -- so it tried to compress itself.
15405
15406 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15407
15408         * configure.in (notsupp): ensure that a space is always at the end
15409           of the configdirs list, since the grep checks for an explicit space
15410
15411 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15412
15413         * configure.in (target i386-sysv4.2): don't build ld, since static
15414           versions of many libraries are not available.
15415
15416 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15417
15418         * config.guess: Recognize Apollos (using environment variables).
15419         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15420
15421 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15422
15423         * config.guess: Recognize Sony news mips running newsos.
15424
15425 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
15426
15427         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15428         "fi ; else" for bash.
15429
15430 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
15431
15432         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15433
15434 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
15435
15436         * config.sub: accept unixware as an alias for svr4.2.
15437         Fix some inconsistancies with the gcc version.
15438
15439 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15440
15441         * Makefile.in (DISTDOCDIRS):  Add gdb.
15442
15443 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15444
15445         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
15446
15447 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15448
15449         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15450         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15451         this now.
15452
15453 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15454
15455         * config.sub: Accept hiux* as an OS name.
15456
15457         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15458         etc/make-stds.texi.  The underscore came from gcc, and dje now
15459         agrees that RUNTESTFLAGS is the correct name.
15460
15461 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15462
15463         * install.sh:  Remove 'set -e'.  It makes any conditionals
15464         in the script useless.
15465
15466         * config.guess: Automatically recognize arm-acorn-riscix
15467         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15468
15469 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
15470
15471         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15472
15473 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15474
15475         * Makefile.in (DISTDOCDIRS): New variable.
15476         (taz): Edit local Makefile.in sooner, instead of proto-toplev
15477         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
15478
15479 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15480
15481         * configure.in (hppa target): check the source directory for the
15482           pagas sub-directory
15483
15484 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
15485
15486         * config.sub: Allow -aout* and -elf*.
15487
15488 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15489
15490         * configure.in: Don't build ld on i386-solaris2, same as for
15491         sparc-solaris2.
15492
15493 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15494
15495         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15496
15497 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15498
15499         * configure.in:  Configure gdb for alpha.
15500
15501 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15502
15503         * Makefile.in (CXXFLAGS): Add -O.
15504
15505 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15506
15507         * config.guess: added support for DG Aviion
15508
15509 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15510
15511         * configure.in: Produce warning message for subdirectories not
15512         configurable for this host/target combination.  Don't try to
15513         configure gdb for vms.
15514
15515 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15516
15517         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15518         appropriate files before making "diststuff".
15519         (DISTBISONFILES): New var: list of files to be edited.
15520         (DISTSTUFFDIRS): Add binutils.
15521
15522 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15523
15524         * config.sub: also handle mipsel and mips64el (for little endian mips)
15525
15526 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15527
15528         * configure.in: Add * to end of all OS names.
15529
15530 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
15531
15532         * configure.in: Build newlib for LynxOS native.
15533
15534 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15535
15536         * config.guess: Add support for delta 88k running SVR3.
15537
15538         * configure.in: Add comment about HP compiler vs. emacs.
15539
15540 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15541
15542         * configure.in: don't build ld on solaris2 (not a viable option
15543           due to bugs in getpwnam & getpwuid)
15544
15545 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15546
15547         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15548         config.guess will produce a full version number.
15549
15550 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15551
15552         * configure.in: Build linker and binutils for alpha-dec-osf1.
15553
15554 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15555
15556         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15557         and gdb/testsuite/Makefile.in.
15558
15559 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15560
15561         * configure.in: recognize mips*- instead of mips-
15562
15563 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15564
15565         * config.sub: Accept linux*coff and linux*elf as operating
15566         systems.
15567
15568 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15569
15570         * config.sub: Recognize mips64, and mips3 as an alias for it.
15571
15572 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15573
15574         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15575         gdb knows how to handle OSF/1 shared libraries.
15576
15577 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15578
15579         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15580         * config.guess: Recognize Hitachi's HIUX.
15581         * config.sub: Recognize h3050r* and hppahitachi.
15582         Remove redundant cases for hp9k[23]*.
15583
15584 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15585
15586         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15587         if gas and ld are in the source tree and are in ${configdirs}.
15588         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15589         --with options (but still pass them down on the command line,
15590         if they were explicitly specified).
15591
15592 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15593
15594         * configure: substitute SHELL value in Makefile.in with
15595         ${CONFIG_SHELL}
15596
15597 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15598
15599         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15600         *-*-solaris2* targets.
15601
15602 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15603
15604         * Makefile.in: define M4, and pass it down to sub-makes;
15605         all-autoconf now depends on all-m4
15606
15607 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15608
15609         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15610         presence of {ar,ranlib} instead of a configured directory
15611
15612 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
15613
15614         * config.guess: Accept 34?? as well as 33?? for NCR.
15615
15616 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15617
15618         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15619         of 'gas' in sed commands, since 'gash' is now in the tree as well.
15620
15621 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15622
15623         * configure: grab values for $(CC) and $(CXX) from the
15624         environment, so that someone can do "CC=gcc configure; make" and
15625         have it work right (matching the way that autoconf works now)
15626
15627         * configure.in, Makefile.in: add support for gash, the tcl
15628         interface to Galaxy
15629
15630         * config.guess: add NetBSD variants (hp300, x86)
15631
15632 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
15633
15634         * install.sh: Support -d option (in the manner of SunOS 4 install,
15635         as it is more deterministic than that of GNU install)
15636         (chmodcmd): Set file to mode 755 by default (should also do default
15637         chgrp and chown, but I don't feel like dealing with that now)
15638
15639 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
15640
15641         * config.sub: Remove h8300hhms alias.
15642
15643 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15644
15645         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15646
15647 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15648
15649         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15650         as stmp-fixinc
15651
15652 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15653
15654         * config.sub: recognize m88110-bug-coff.
15655
15656 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15657
15658         * Makefile.in (all-libio): all dependencies on the toolchain used
15659         to build this (gcc, gas, ld, etc)
15660
15661 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15662
15663         * config.guess: Deal with OSF/1 1.3 on alpha.
15664
15665 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15666
15667         * install.sh: add some 'else true' clauses for portability
15668
15669         * configure.in: don't build libio for h8[35]00-*-* targets
15670
15671 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15672
15673         * Makefile.in:  Add support for new libio.
15674
15675 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15676
15677         * install.sh: If one command fails, don't try the rest.  Don't try
15678         to remove $dsttmp (via trap) unless we have already created it.
15679         If $src doesn't exist, detect it and exit with an error.
15680
15681         * config.guess: Recognize BSD on hp300.
15682
15683 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15684
15685         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15686         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15687
15688 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
15689
15690         * Makefile.in (all-send-pr): depends on all-prms
15691
15692 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15693
15694         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15695
15696 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15697
15698         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15699         Added test for mips-mips-riscos5.
15700
15701 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15702
15703         * configure.in: use mh-hp300 for 68k HP hosts
15704
15705 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15706
15707         * configure: add support for CONFIG_SHELL, so that you can use
15708         some alternate shell for evaluating configure scripts
15709
15710 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
15711
15712         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
15713         in configure script to bug-gdb@prep.ai.mit.edu when building
15714         distribution archive.
15715         * Makefile.in (COMPRESS):  Remove def.
15716         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
15717         gdb.tar.Z and make-gdb.tar.Z respectively.
15718         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
15719         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
15720         to convergence with 'taz' target in Makefile.in.
15721
15722 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15723
15724         * install.sh (dsttmp): use trap to ensure that tmp files go
15725         away on error conditions
15726
15727 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15728
15729         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15730
15731 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15732
15733         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15734         its parent is '/' not ''.
15735
15736         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15737
15738 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
15739
15740         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15741         that ${newsrcdir}/configure.in does.
15742
15743 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15744
15745         * test-build.mk: support for CONFIG_SHELL
15746
15747 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
15748
15749         * config.sub (netware):  Add as a basic system type.
15750
15751 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15752
15753         * Makefile.in (Makefile): depend on configure.in.  Also drop the
15754           $(srcdir)/ from the dependency on Makefile.in.
15755
15756 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
15757
15758         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15759         (h8300hhms is temporary until multi-libraries are implemented).
15760         * configure.in: Handle h8300h too.
15761
15762 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15763
15764         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15765
15766 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
15767
15768         * configure:  Remove extraneous output when guessing host type.
15769         * config.guess:  Remove extraneous output when guessing using C
15770         compiler rather than uname, or when guessing fails.
15771
15772 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
15773
15774         * Makefile.in: remove all.cross and install.cross targets
15775
15776         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15777           definitions
15778
15779 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
15780
15781         * configure.in (target sh): Build gprof.
15782
15783 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15784
15785         * config.sub: change -solaris to -solaris2
15786
15787 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15788
15789         * configure.in: Use config/mh-riscos for mips-*-sysv*.
15790
15791 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
15792
15793         * configure: Correct error message for missing Makefile.in to
15794         print correct directory.
15795
15796 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15797
15798         * install.sh: kludge around 386BSD shell bug
15799
15800 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
15801
15802         * config.guess:  Recognize NeXT.
15803         * config.guess:  Recognize i486-ncr-sysv4.
15804         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
15805
15806 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
15807
15808         * Makefile.in (MAKEINFOFLAGS): New variable.
15809         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15810         * build-all.mk, test-build.mk: Pass down --no-split as
15811         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
15812
15813 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
15814
15815         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
15816
15817 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
15818
15819         * Makefile.in (libg++.tar.z):  New rule.
15820         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
15821         * Makefile.in (taz):  Only do a single chmod.
15822
15823 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15824
15825         * install.sh: don't use dirname anymore (replaced with sed usage)
15826
15827 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
15828
15829         * Makefile.in:  Change extension for gzip'd files from '.z' to
15830         '.gz' per new FSF standard usage.
15831
15832 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15833
15834         * configure: put quotes around the final value of program_transform_name
15835
15836 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15837
15838         * Makefile.in: new install.sh support; update install-info rules
15839
15840 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
15841
15842         * configure.in: Build diff for crosses, but not for go32 host.
15843
15844         * configure.in: Build gprof only for native, and don't build it
15845         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15846
15847 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
15848
15849         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15850
15851 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15852
15853         * configure.in (host_tools): Add prms.
15854
15855 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15856
15857         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15858         with $(FLAGS_TO_PASS) on the command line
15859
15860         * config.sub: Recognize lynx and lynxos
15861
15862 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15863
15864         * config.sub: Accept -ecoff*, not just -ecoff.
15865
15866 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15867
15868         * Makefile.in (taz): Use .gz suffix instead of .z.
15869         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15870         names.
15871
15872 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15873
15874         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15875
15876 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15877
15878         * Makefile.in (install-no-fixedincludes):  install gcc last, so
15879         that rebuilds that might happen during 'make install' don't get
15880         bogus gcc include files
15881
15882 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15883
15884         Change from Utah for HPPA support:
15885         * config.guess: Recognize hppa1.x-hp-bsd.
15886
15887 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
15888
15889         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
15890         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15891
15892 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15893
15894         * config.sub: Add support for rom68k and bug boot monitors.
15895
15896 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
15897
15898         * Makefile.in: Make all-opcodes depend on all-bfd.
15899
15900 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15901
15902         * config.guess: Added special check for i[34]86-univel-sysv4*.
15903
15904 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
15905
15906         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15907         the processor rather than assuming i486.
15908
15909 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15910
15911         * config.guess: Recognize SunOS6 as Solaris3.
15912
15913 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
15914
15915         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
15916         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15917
15918 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
15919
15920         * build-all.mk (all-cross): New target for Canadian Cross.
15921         Added Q2 go32 targets.
15922         * test-build.mk: Configure go32 cross sparclite-aout and
15923         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
15924         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15925
15926 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15927
15928         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15929         GO32 hosted toolchains
15930
15931 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15932
15933         * configure: change  so "-exec-prefix" gets passed down rather
15934         than "-exec_prefix" so autoconf generated Makefiles get the
15935         exec_prefix set right.
15936
15937 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15938
15939         * config.guess: get the Solaris2 minor version number
15940
15941         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15942
15943 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15944
15945         * config.guess: Recognize some Sequent platforms.
15946
15947 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15948
15949         * Makefile.in: added the vault-install target
15950
15951         * configure.in: actually use the Sun3 makefile fragment that's in
15952         config, also added the release dir to configdirs
15953
15954 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15955
15956         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15957
15958 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15959
15960         * configure.in: remove some program from Alpha targetted toolchains
15961
15962 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
15963
15964         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
15965         gprof.
15966         (taz): Run "make diststuff" in those directories instead of "make
15967         proto-dir".  Look for "VERSION=" only at start of line in subdir
15968         Makefile.  Use "gzip -9" for compression.
15969         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15970         (binutils.tar.z): New target.
15971
15972 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15973
15974         * Makefile.in (taz): Include gpl.texinfo.
15975
15976 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15977
15978         * Makefile.in (setup-dirs): Merged into "taz" target.
15979         (taz): Only do `proto-dir' stuff if a directory is actually needed
15980         for this target.
15981
15982 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
15983
15984         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15985         (FLAGS_TO_PASS): Pass down MUNCH_NM.
15986         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15987         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15988         (gcc-no-fixedincludes): Correct for current gcc Makefile.
15989
15990 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
15991
15992         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
15993         config.sub, and move-if-change to gdb testsuite distribution
15994         archive, so the testsuite can be extracted, configured, and
15995         run separately from the gdb distribution.  Blow away the Chill
15996         tests that require a Chill compiled executable, since GNU Chill
15997         is not yet publically available.
15998
15999 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16000
16001         * test-build.mk: set environment variables in a single command,
16002         instead of a list of assignments and exports
16003
16004         * config.guess: recognize Alpha/OSF1 systems
16005
16006 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16007
16008         * configure: Change help message to prefer --options rather than
16009           -options.
16010
16011 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16012
16013         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16014         zippy@ecst.csuchico.edu.
16015         * config.guess: Recognize miniframe.
16016
16017 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16018
16019         * Makefile.in: Use srcroot to find runtest rather than rootme.
16020         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16021
16022 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16023
16024         * test-build.mk: Extensive additions to support building on a
16025         machine other than the host.
16026
16027 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16028
16029         * configure (tooldir): Fix for i386-aix again.
16030
16031 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
16032
16033         * configure, Makefile.in:  Change definition of $(tooldir)
16034         to match the FSF.
16035
16036 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
16037
16038         * config.guess:  Recognize i[34]86/SVR4.
16039
16040 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16041
16042         * Makefile.in (all-gdb): gdb depends on sim.
16043
16044 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
16045
16046         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
16047         at the same time we make the prototype gdb directory.
16048         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
16049         files at the same time as the gdb base release distribution.
16050
16051 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
16052
16053         * Makefile.in (check): Use individual check targets rather than
16054         DO_X rule.
16055         (check-gcc): Added.
16056
16057 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
16058
16059         * config.sub: Use sysv3.2 not sysv32 for canonical OS
16060         for System V release 3.2.
16061
16062 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16063
16064         * config.sub: Recognize hppaosf.
16065         * configure.in: Do configure ld/binutils/gas for it.
16066
16067 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16068
16069         * configure (tooldir): Alter syntax used to set this, for systems
16070         where "\$" isn't handled right, like i386-aix.
16071
16072 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16073
16074         * configure: Pass program-transform-name, not
16075         program_transform_name, to recursive configures.
16076
16077 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
16078
16079         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16080         of gas+ld+binutils.
16081
16082 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
16083
16084         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
16085
16086 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16087
16088         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16089
16090 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16091
16092         * Makefile.in (PRMS): Set back to all-prms.
16093
16094 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16095
16096         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16097         targets, rather than for MIPS hosts.
16098
16099 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16100
16101         * configure.in: add comment for --with-x default values
16102
16103         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16104
16105         * Makefile.in: add check-* targets for each of the directories in
16106         the tree.  Add a definition of RUNTEST that will use the one we
16107         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
16108
16109 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
16110
16111         * configure.in: Removed obsolete references to bfd_target and
16112         target_makefile_frag.
16113
16114         * build-all.mk: Set assorted targets for Q2.
16115         * config.sub: Recognize z8k-sim and h8300-hms.
16116         * test-build.mk: Really don't pass host to configure.
16117         (HOLES): Added uname.
16118
16119 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
16120
16121         * configure: Handle an empty program-prefix, program-suffix or
16122         program-transform-name correctly.
16123
16124 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16125
16126         * build-all.mk: -G 8 no longer required for MIPS targets.
16127         * test-build.mk: Don't pass host argument to configure; make it
16128         guess.
16129
16130 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
16131
16132         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
16133         * Makefile.in (COMPRESS):  New macro, like GZIP.
16134
16135 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16136
16137         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16138
16139         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16140         with gas currently defaults to -G 0.
16141
16142 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
16143
16144         * Makefile.in (all-flex): flex depends on byacc.
16145
16146         * build-all.mk: If host not specified, use config.guess.  Pass TAG
16147         to test-build.mk as RELEASE_TAG.
16148         * test-build.mk (configargs): New variable containing arguments to
16149         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
16150         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16151
16152         * config.guess: Use /bin/uname when checking -X argument on SCO,
16153         to avoid invoking GNU uname which doesn't understand -X.
16154
16155         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16156
16157         * configure.in: Build gas for mips-*-*.
16158
16159 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16160
16161         * Makefile.in (all.normal): insert missing backslash.
16162
16163 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
16164
16165         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16166
16167         * Makefile.in: Complete overhaul to merge many almost identical
16168         targets.
16169
16170 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16171
16172         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16173         (gdb.tar.Z): Adjusted.
16174
16175         * Makefile.in (setup-dirs, taz): New targets; should be general
16176         enough to adapt for gdb sometime.  Build only .z file.
16177         (gas.tar.z): New target.
16178
16179 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
16180
16181         * build-all.mk: Use CC=cc -Xs on Solaris.
16182
16183 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
16184
16185         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
16186         for handling BISON for FSF releases.
16187
16188 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16189
16190         * configure: Actually implement the change zoo just documented.
16191
16192 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
16193
16194         * configure: when using config.guess, only set target_alias when
16195         it's not already been set (ie, on the command line)
16196
16197 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16198
16199         * Makefile.in: add installcheck target, set PRMS to install-prms
16200
16201 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16202
16203         * configure: add support for package_makefile_fragment, handle the
16204         case where a directory has a configure.in file but no Makefile.in
16205         more gracefully (with an actual understandable error message, even);
16206         add support for --without (and add this to the usage message); also
16207         explicitly add a --host=${host_alias} to the command line when
16208         config.guess is used
16209
16210 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16211
16212         * configure: Must use both --host and --target in recursive calls.
16213
16214 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16215
16216         * Makefile.in: Change deja-gnu to dejagnu.
16217
16218 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16219
16220         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16221
16222 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16223
16224         * configure.in: canonicalize all instances to *-*-solaris2*,
16225         also strip out a number of tools to not build for go32 host
16226
16227 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16228
16229         * config.guess: add GPL.
16230
16231         * Makefile.in, config.guess, config.sub, configure: bump
16232           copyrights to 93.
16233
16234 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
16235
16236         * Makefile.in (do-info): Removed obsolete check for existence of
16237         localenv file.
16238
16239         * Makefile.in (MAKEOVERRIDES): Define to be empty.
16240
16241 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16242
16243         * Makefile.in: a couple of 'else true' for decstation,
16244         support for TclX
16245
16246         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16247
16248 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
16249
16250         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16251
16252 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
16253
16254         * config.guess: Recognize i386-ibm-aix (PS/2).
16255         * configure.in: Use config/mh-aix386 file for it.
16256
16257 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
16258
16259         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16260         CC_FOR_TARGET instead.
16261         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16262
16263 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
16264
16265         * Makefile.in: Add sim to list of directories sent with gdb
16266
16267 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
16268
16269         * configure.in: Put back mips-dec-bsd* case.
16270
16271 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
16272
16273         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16274         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
16275         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16276
16277 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16278
16279         * configure.in: remove no-op mips-dec-bsd* in "case $target"
16280
16281         * Makefile.in (dir.info): only run gen-info-dir if it exists,
16282         (install-info): install dir.info only if it exists,
16283         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16284
16285 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
16286
16287         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
16288         gas for mips-dec-bsd.
16289
16290 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
16291
16292         * configure (makesrcdir): If ${srcdir} is relative and not ".",
16293         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16294
16295 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16296
16297         * configure.in: Added "dejagnu" to hosttools list.
16298
16299 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
16300
16301         * config.sub, configure.in, config.guess:  Add support
16302         for Bosx, an AIX variant from Bull.
16303         Patches from F.Pierresteguy@frcl.bull.fr.
16304
16305 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16306
16307         * devo/dejagnu: Initial creation of devo/dejagnu.
16308         Migrated dejagnu testcases and support files for testing software
16309         tools to reside as subdirectories, currently called "testsuite",
16310         within the directory of the software tool.  Migrated all programs,
16311         support libraries, etc. beloging to dejagnu proper from
16312         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
16313         with no modifications.  The changes to these files which will
16314         allow them to configure, build, and execute properly will be made
16315         in a future update.
16316
16317 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16318
16319         * Makefile.in: Change send_pr to send-pr.
16320         * configure.in: Likewise.
16321         * send_pr: Renamed directory to send-pr.
16322
16323 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
16324
16325         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
16326
16327 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
16328
16329         * README:  Update for gdb-4.8 release.
16330         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
16331         gdb-xxx.tar.z (gzip'd) file also.
16332
16333 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16334
16335         * Makefile.in: make all-diff depend on all-libiberty
16336
16337 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
16338
16339         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16340
16341 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16342
16343         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16344
16345 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
16346
16347         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
16348         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
16349         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
16350
16351 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16352
16353         * Makefile.in:  makeinfo binary is in a new location
16354
16355 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
16356
16357         * config.sub: Accept -ecoff as an OS.
16358
16359         * Makefile.in: Various changes to eliminate a level of make
16360         recursion and reduce the required command line length.
16361         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16362         sub-makes.
16363         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16364         variables holding settings for specific sub-makes.
16365         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16366         in terms of BASE_FLAGS_TO_PASS.
16367         (TARGET_LIBS): New variable listing directories which use
16368         TARGET_FLAGS_TO_PASS.
16369         (subdir_do): Eliminated.
16370         (do-*): New set of targets to replace subdir_do.
16371         (various): All targets which used subdir_do now depend on do-*.
16372         (local-clean): Renamed from do_clean.
16373         (local-distclean): New target, dependency of distclean and
16374         realclean.
16375         (install-info): Don't create directories.  Depend on dir.info
16376         rather than calling make recursively.
16377         (install-dir.info): Eliminated.
16378         (install-info-dirs): Create all info directories here.
16379         (dir.info): Depend upon do-install-info.
16380
16381         * test-build.mk (HOLES): Added false.
16382
16383 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
16384
16385         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
16386
16387 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16388
16389         * Makefile.in (info): remove dependency on all-texinfo.  The
16390         problem was really in texinfo/C, not at this level.
16391
16392 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16393
16394         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16395
16396 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
16397
16398         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
16399         GDB releases.
16400
16401 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16402
16403         * configure: Include srcdir in message about target of link not
16404         being found.  Don't convert `-' to `_' in `with' options being
16405         passed to subdirs.
16406
16407 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16408
16409         * configure.in: add uudecode to host_tools
16410
16411         * Makefile.in: added {all,install}-uudecode targets, added them to
16412         the appropriate lists
16413
16414 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
16415
16416         * Makefile.in (all-gcc): Added dependency on all-gas.
16417
16418         * configure.in (mips-*-*): Build ld and binutils.
16419
16420 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16421
16422         * configure: check return code from mkdir, print error message and
16423           exit on failure.
16424
16425 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
16426
16427         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
16428
16429 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16430
16431         * test-build.mk (HOLES): Added tar, cpio and uudecode.
16432
16433 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16434
16435         * config.sub (h8500):  Recognize this as a cpu type.
16436
16437 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16438
16439         * configure: source directory missing is no longer a warning
16440
16441         * configure.in: recognize irix[34]* instead of irix[34]
16442
16443         * Makefile.in: define and pass down X11_LIB
16444
16445 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
16446
16447         * guess-systype: Renamed to ...
16448         * config.guess:  ... by popular request.
16449         * configure.in, Makefile.in:  Update accordingly.
16450
16451 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
16452
16453         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
16454         + Add Convex, Cray/Unicos, and Encore/Multimax support.
16455         + Execute ./dummy instead of assuming . is in PATH.
16456
16457 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
16458
16459         * guess-systype:  New shell script.  Attempts to guess the
16460         canonical host name of the executing host.
16461         Only a few hosts are supported so far.
16462         * configure:  Call guess-systype if no host is specified.
16463
16464 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16465
16466         * Makefile.in (gcc-no-fixedincludes): Made to work with current
16467         gcc Makefile.
16468
16469
16470 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
16471
16472         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16473         (all-gcc, install-gcc, subdir_do): Use it.
16474
16475 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16476
16477         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16478
16479 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
16480
16481         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16482           set exclusively by configure, using configure.in .
16483
16484 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16485
16486         * test-build.mk: set $PATH for all builds
16487
16488         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16489
16490 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
16491
16492         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
16493         the one used in gcc/Makefile.in, so that a null expansion doesn't
16494         override the one needed to build gcc with a native cc.
16495
16496
16497 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16498
16499         * configure: Accept -with arguments.
16500
16501 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16502
16503         * Makefile.in: added h8300sim
16504
16505 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
16506
16507         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16508         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
16509         (all-cygnus, native, build-cygnus): Make
16510         $(canonhost)-stamp-3stage-done, not $(host)....
16511         * test-build.mk (stamp-3stage-compared): Use tail +10c for
16512         i386-sco3.2v4.  Added else true to if command.
16513
16514 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
16515
16516         * config.sub: (from FSF) Sequent uses a BSD-like OS.
16517
16518 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
16519
16520         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16521
16522 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16523
16524         * configure.in: don't remove binutils from Solaris builds
16525
16526 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
16527
16528         * Makefile.in: get rid of earlier definitions for *clean,
16529         also handle the recursive info rule better
16530
16531 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
16532
16533         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
16534         do more-or-less the right thing.
16535
16536 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
16537
16538         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16539         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16540
16541 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16542
16543         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16544         $(host_canonical).
16545
16546         * configure.in: split the configdirs list into 4 categories (native
16547         v. cross, library v. tool) and handle the cross-only and native-
16548         only in more reasonable (and correct!) way.
16549
16550 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
16551
16552         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
16553         configdirs anymore.
16554
16555 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16556
16557         * Makefile.in: extensive cleanup::  removed all of the explicit
16558         clean-* targets, collapsed many wrappers around subdir_do into
16559         one, added additional targets to satisfy standards.texi, deleted
16560         some old targets, some changes for consistency
16561
16562 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16563
16564         * configure.in: handle some programs as cross-only, and others as
16565         native only
16566
16567         * test-build.mk: handle partial holes in a more generic manner
16568
16569         * Makefile.in: m4 depends on libiberty
16570
16571 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16572
16573         * configure.in: add m4, textutils, fileutils, sed, shellutils,
16574         time, wdiff, and find to configdirs
16575
16576         * Makefile.in: all, clean, and install rules for the new programs
16577         added to configure.in
16578
16579 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16580
16581         * configure.in: use mh-sun for all *-sun-* hosts
16582
16583 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16584
16585         * Makefile.in: define flags for X11 include files and library file
16586         locations, pass them down to the programs that need this info
16587
16588         * build-all.mk: added a 'native' target, to 3stage the native toolchain
16589
16590 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16591
16592         * configure.in: start building libg++ for HP-UX targets
16593
16594 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
16595
16596         * README:  Update references to files moved into etc/.
16597
16598 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
16599
16600         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
16601         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
16602
16603 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16604
16605         * configure: accept dash as well as underscore in long option
16606         names for FSF compatibility.
16607
16608 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
16609
16610         * config.sub: added -sco3.2v4 support from FSF.
16611
16612 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16613
16614         * configure.in: expand the section that adds or removes
16615         directories from the list of programs to build, to handle native
16616         vs. cross in addition to host v. native
16617
16618 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
16619
16620         * Makefile.in:  Replace C++ in macro names with CXX.
16621         This is less likely to break ...
16622
16623 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16624
16625         * test-build.mk: add -w to GNU_MAKE
16626
16627 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16628
16629         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16630         add 'sparc' to list of recognized cpus.  This needed to make
16631         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16632         Delete some redundant ose68 variants.  Recognize -wrs as an os,
16633         then changes that into $CPU-wrs-vxworks.
16634
16635         * configure.in: remove most references to gdbtest, regularize
16636         target based program removal
16637
16638         * test-build.mk: import from p3 tree (many fixes and changes)
16639
16640 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
16641
16642         * Makefile.in: added rules to handle tcl, tk, and expect
16643
16644         * configure.in: handle those directories if they exist
16645
16646 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16647
16648         * config.sub: removed bogus hppabsd and hppahpux names, since
16649         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16650
16651 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16652
16653         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
16654         depends upon all-xiberty
16655
16656         * Makefile.in: changes from p3, including:
16657
16658         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
16659
16660         * Makefile.in (XTRAFLAGS): include newlib directories if
16661         newlib/Makefile exists, rather than if host != target.
16662
16663         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
16664
16665         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16666         from the same source tree and not building a cross-compiler.  This
16667         matters for the libg++ configuration if reconfiguring a tree that
16668         has already been installed.
16669
16670         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
16671
16672         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16673         pick up the machine and system specific header files.
16674
16675         * Makefile.in: added AS_FOR_TARGET, passed down in
16676         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16677         the C compiler to use to create programs which are run in the
16678         build environment, set it to default to $(CC), and passed it down
16679         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16680
16681         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
16682
16683         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16684         We need them for unusual native builds, like systems without
16685         ranlib.
16686
16687         * configure: also define $(host_canonical) and
16688         $(target_canonical), which are the full, canonical names for the
16689         given host and target
16690
16691 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
16692
16693         * Makefile.in:  Added separate definitions for C++.
16694
16695 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
16696
16697         * configure.in (configdirs):  Add deja-gnu.
16698
16699 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
16700
16701         * README:  Update for configure.texi and gdb-4.7 release.
16702
16703 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
16704
16705         * Makefile.in:  Move "all" target to top of file.
16706         Previously, first target was ".PHONY" which caused BSD4.4 make
16707         to build .PHONY when make was run without arguments.
16708
16709 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
16710
16711         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
16712         Library-copylefted code in libiberty.
16713
16714 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
16715
16716         * config.sub:  Replace m68kmote with plain old m68k.
16717
16718 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
16719
16720         * Makefile.in:  Remove space from blank line, avoid Make complaints.
16721
16722 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
16723
16724         * config.sub: Complain if no argument is given.  Added support for
16725         386bsd as OS and target alias.
16726
16727 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
16728
16729         * Makefile.in (XTRAFLAGS): include newlib directories if
16730         newlib/Makefile exists, rather than if host != target.
16731
16732 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
16733
16734         * config.sub: recognize sparclite-wrs-vxworks.
16735
16736         * Makefile.in (install-xiberty): added *-xiberty make rules (from
16737         p3.) Added clean-xiberty to clean.
16738
16739 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16740
16741         * configure.in: use *-*-* instead of nested cases for host and target
16742
16743 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
16744
16745         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16746         from the same source tree and not building a cross-compiler.  This
16747         matters for the libg++ configuration if reconfiguring a tree that
16748         has already been installed.
16749
16750 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
16751
16752         * config.sub (i486v/i486v4):  Merge in from FSF version.
16753
16754 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
16755
16756         * configure: only set PWD if it is already set.
16757
16758 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
16759
16760         * configure: just set PWD=`pwd` at the top, since Ultrix sh
16761         doesn't have unset and all success paths (and most error paths)
16762         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16763         to just ${PWD} to avoid confusion.)
16764
16765 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
16766
16767         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16768         even for a native compilation.
16769
16770 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
16771
16772         Changes to make the gdb.tar.Z rule work better.
16773
16774         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
16775         (DEVO_SUPPORT):  Add configure.texi.
16776         (bfd-ilrt.tar.Z):  Remove ancient rule.
16777
16778 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
16779
16780         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16781         pick up the machine and system specific header files.
16782
16783         * configure.in, config.sub: added new target m68010-adobe-scout,
16784         with alias of adobe68k.  Changed configure.in to check for
16785         -scout before -sco* to avoid a false match.
16786
16787         * Makefile.in: added AS_FOR_TARGET, passed down in
16788         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16789         the C compiler to use to create programs which are run in the
16790         build environment, set it to default to $(CC), and passed it down
16791         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16792
16793 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16794
16795         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16796         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
16797         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16798         FOR_TARGET variants, to newlib and libg++.
16799
16800 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16801
16802         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16803         first.
16804
16805 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
16806
16807         * config.sub:  Accept `elf' as an environment.
16808
16809 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16810
16811         * Makefile.in (all-opcodes):  cd into the right directory
16812
16813 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
16814
16815         * configure: added -program_transform_name option, used as
16816         argument to sed when installing programs.
16817         configure.texi: added documentation for -program_prefix,
16818         -program_suffix and -program_transform_name.
16819
16820 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
16821
16822         * config.sub:  Accept i486 where i386 ok.
16823
16824 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
16825
16826         * config.sub: accept we32k
16827
16828 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
16829
16830         * config.sub, configure.in: accept OSE68000 and OSE68k.
16831
16832         * Makefile.in: don't create all directories for ``make install'';
16833         let the subdirectories create the ones they need.
16834
16835 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16836
16837         * COPYING: new file, GPL v2
16838
16839 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16840
16841         * Makefile.in: use the new gen-info-dir, which needs a template
16842         argument (which also lives in texinfo)
16843
16844         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16845
16846 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
16847
16848         * config.sub (ncr3000):  Change i386 to i486.
16849
16850 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16851
16852         * Makefile.in: add install-rcs, install-grep to
16853         install-no-fixedincludes, removed install-bison and install-libgcc
16854
16855 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
16856
16857         * configure.in: grab the HPUX makefile fragment if on HPUX
16858
16859 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16860
16861         * Makefile.in: eradicate bison spoor (ditto libgcc).
16862          configure.in: recognise m68{k,000}-ericsson-OSE.
16863          es1800 is alias for m68k-ericsson-OSE
16864
16865 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16866
16867         * configure.in: rearrange the parts that remove programs from
16868         configdirs, based now on HOST==TARGET or by canonical triple.
16869
16870 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16871
16872         * test-build.mk: recurse explicitly with -f test-build.mk when
16873           appropriate.  predicate stage3 and comparison on the existence
16874           of gcc.  That is, if gcc isn't around, we aren't three-staging.
16875           On very clean, also remove ...stamp-co.  Build in-place before
16876           doing other builds.
16877
16878 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16879
16880         * Makefile.in, configure.in: add tgas
16881
16882 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16883
16884         * Makefile.in: a number of changes merged in from progressive.
16885
16886         * configure.in: add libm.
16887
16888         * .cvsignore: ignore some stuff that comes from test-build.mk.
16889
16890 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
16891
16892         * config.sub:  Add es1800 (m68k-ericsson-es1800).
16893
16894 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16895
16896         * configure: Add program_suffix (parallel to program_prefix)
16897         * Makefile.in: adjust directory-creating script for losing decstation
16898
16899 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
16900
16901         * configure:  Minor $subdir-related fixes.
16902
16903 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16904
16905         * configure: fix various problems with propogating
16906         makefile_target_frag in subdirs.
16907         * configure.in: config libgcc if its there
16908
16909 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
16910
16911         * config.sub:  HPPA merge.
16912
16913 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
16914
16915         * Makefile.in:  Replace all-bison with all-byacc in all
16916         dependency lines for other tools (which now use byacc).
16917
16918 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
16919
16920         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
16921
16922 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
16923
16924         * Makefile.in: make gprof rules similar to byacc rules (instead of
16925         vestigal $(unsubdir) that didn't work...)
16926
16927 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
16928
16929         * config.sub:  Add support for Linux.
16930         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
16931         (at least for libg++).
16932
16933 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
16934
16935         * configure.texi: fix doc for the -nfp option to configure
16936
16937 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
16938
16939         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16940
16941 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
16942
16943         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16944         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16945         * configure.in: added solaris* host_makefile_frag hook.
16946
16947 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16948
16949         * config.sub: changed recognition of m68000 so that various
16950         m68k types can be specified via m680[01234]0
16951
16952 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16953
16954         * config.sub (basic_machine): fix sed so that '-foo' isn't
16955         completely substituted out while .+'-foo' loses the '-foo'
16956
16957 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16958
16959         * config.sub ($os): Add -aout.
16960
16961 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
16962
16963         * configure:  If host_makefile_frag is absolute, don't
16964         prefix ${invsubdir} (relevant to libg++ auto-configure).
16965
16966 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16967
16968         * Makefile.in (tooldir): Define it.
16969         (all-ld): Depend on all-flex.
16970
16971 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
16972
16973         * Makefile.in (check):  Fix libg++ special case.
16974
16975 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
16976
16977         * configure: do not bury `pwd` into config.status, thus do fewer
16978           pwd's.
16979
16980         * configure: print the "Building in" message only when building in
16981           other than "." AND verbose.
16982
16983         * configure: remove -s, rework -v to better accommodate guested
16984           configures.
16985
16986         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16987
16988 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
16989
16990         * Makefile.in: macroize flags passed on recursion.  remove
16991           fileutils.
16992
16993 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
16994
16995         * configure: get makesrcdir right for subdirs deeper than 1.
16996
16997         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16998           install.
16999
17000 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
17001
17002         * Makefile.in: don't print subdir_do or recursion lines.
17003
17004 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
17005
17006         * standards.texi: added menu item.
17007
17008         * Makefile.in: build and install standards.info.
17009
17010         * standards.texi: new file.
17011
17012 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17013
17014         * configure: test for and move config.status pieces from
17015           ${subdir}/.
17016
17017 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
17018
17019         * configure:  Test for existance of files before trying to mv
17020         them, to avoid numerous non-existance messages.
17021
17022 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
17023
17024         * configure: correct final line of config.status.
17025
17026         * configure: patch from eggert.  Avoids a protection problem if
17027           the original Makefile.in is read only.
17028
17029         * configure: use move-if-change from gcc to create config.status.
17030           Some makefiles depend on config.status to tell if a directory
17031           has been reconfigured for a different host.  This change
17032           prevents those directories from remaking everything in the case
17033           where the reconfig was only intended to rebuild a Makefile.
17034
17035         * configure: test for config.sub with "config.sub sun4" rather
17036           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
17037           host alias from a missing config.sub.
17038
17039 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17040
17041         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17042           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
17043
17044 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
17045
17046         * configure: mkdir ${subdir} as needed.
17047
17048 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
17049
17050         * Makefile.in,configure.in: added autoconf.
17051
17052 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17053
17054         * Makefile.in: no longer pass against on recursion.
17055
17056         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17057           definitions are not inherited.
17058
17059         * configure: correct makesrcdir when subdir is .
17060
17061 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
17062
17063         * configure:  Add support for 'subdirs' variable, which is
17064         like 'configdirs', except that configure doesn't re-invoke
17065         itself for subdirs, it just creates a Makefile for each subdir.
17066         * configure.texi:  Document subdirs.
17067
17068 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17069
17070         * configure.in: added flex to configdirs
17071
17072 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
17073
17074         * Makefile.in: remove clean-stamps from clean.
17075
17076 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
17077
17078         * configure.in:  Add gdbtest to configdirs.
17079
17080 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
17081
17082         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
17083         to recursive makes.
17084         * configure.in:  Recognize new ncr3000 config.
17085
17086 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
17087
17088         * Makefile.in, configure.in: removed references to gdbm.
17089
17090 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
17091
17092         * config.sub:  Don't canonicalize os value
17093         newsos* to bsd (readline needs to check for newsos).
17094         (This fix was earlier made Jan 31, but got re-broken.)
17095
17096 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
17097
17098         * configure.in:  sco is an os, not a vendor!
17099
17100         * configure:  Quote $( better.  Keep various shells happy.
17101
17102 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
17103
17104         * Makefile.in: eliminate stamp-files.
17105
17106 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
17107
17108         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
17109           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17110
17111 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
17112
17113         * config.sub:  fix iris/iris3.
17114
17115 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
17116
17117         * configure: re-add -rm.
17118
17119 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
17120
17121         * Maskefile.in: add .stmp-rcs to all.
17122
17123         * configure.in: remove gas from rs6000 build, use aix host fragment.
17124
17125 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
17126
17127         * configure: pass down site_option during recursion.
17128
17129 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
17130
17131         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
17132
17133 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
17134
17135         * configure: Change exec_prefix so that it really defaults to prefix.
17136
17137 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
17138
17139         * Makefile.in, configure.in:  Add support for mmalloc library.
17140
17141 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
17142
17143         * Makefile.in: add stmp dependencies for a few more things.
17144
17145 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
17146
17147         * configure: adjusted error message on objdir/srcdir configure
17148           collision, per john's suggestion.
17149
17150         * Makefile.in: add libiberty stmp to all and all.cross.
17151
17152 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
17153
17154         * Makefile.in: remove force dependencies, add grep to all.
17155
17156 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
17157
17158         * Makefile.in: drop flex.  make stamp files work.
17159
17160         * configure: added test for conflicting configuration in srcdir,
17161           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
17162           gets cranky.  use relative paths for configure and srcdir
17163           whenever possible.  Send some error messages to stderr that were
17164           going to stdout.
17165
17166 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
17167
17168         * Makefile.in:  Fix libg++ rule to check for gcc directory
17169         before using gcc/gcc.  Also pass XTRAFLAGS.
17170
17171 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
17172
17173         * Makefile.in: added stmp-files so that directories aren't polled
17174           when they are already built.
17175
17176         * configure.texi: fixed a node pointer problem.
17177
17178 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
17179
17180         * config.sub configure.in gdb/configure.in
17181         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17182         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17183         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
17184
17185 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17186
17187         * configure: -recurring becomes -silent.  corrected help message
17188           for -site= option.
17189
17190         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17191
17192 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17193
17194         * configure: when building Makefile for crosses, replace
17195           tooldir and program_prefix.  default srcdir from location of
17196           config.sub.  remove "for host in hosts" and "for target in
17197           targets" loops.
17198
17199 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17200
17201         * Makefile.in: Do not pass bindir or mandir to cvs.
17202
17203 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
17204
17205         * Makefile.in, configure.in: removed traces of namesubdir,
17206           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
17207           copyrights to '92, changed some from Cygnus to FSF.
17208
17209         * configure.texi: remove most references to multiple hosts,
17210           multiple targets, subdirs, etc.
17211
17212         * configure.man: removed rcsid. reference config.sub not
17213           config.subr.
17214
17215         * Makefile.in: mkdir $(infodir) on install-info.
17216
17217 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
17218
17219         * configure.texi:  Explain better about .gdbinit and about
17220         the environment that configure.in sections run in.
17221
17222 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
17223
17224         * configure.in:  Ultrix is only a decstation if it's a MIPS.
17225
17226 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
17227
17228         * README:  DOC.configure => cfg-paper.texi.
17229
17230 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
17231
17232         * config.sub (near case $os):  Don't convert newsos* to bsd!
17233
17234 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
17235
17236         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
17237         the number of copies of COPYING that go into the GDB tar file.
17238
17239 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
17240
17241         * bfd/configure.in, gdb/config/mh-i386sco,
17242         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17243         Fix SCO configuration stuff.
17244
17245 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
17246
17247         * Makefile.in:  For libg++, make sure the -I pointing
17248         to the gcc directory goes *after* all the libg++-local -I flags.
17249         Also, move just-gcc dependency from just-libg++ to all-libg++.
17250
17251 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
17252
17253         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
17254
17255 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
17256
17257         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
17258
17259 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
17260
17261         * config.sub:  Add stratus configuration frags.  Also
17262         submitted to FSF.
17263
17264 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
17265
17266         * Makefile.in (DEV_SUPPORT):  add configure.man.
17267
17268         * config.sub(Decode manufacturer-specific):  add -none*.
17269
17270 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
17271
17272         * Makefile.in:  remove form feeds to make Sun's make happy.
17273         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
17274
17275 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
17276
17277         * Makefile.in (AR_FLAGS):  Make quieter.
17278
17279 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
17280
17281         * configure.in:  Add libg++.
17282         * configure:  When verbose, don't output the command line at each
17283         level; it will be unremarkably the same as the previous version,
17284         which will be the same as what the user typed.
17285
17286 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
17287
17288         * configure.in, Makefile.in: fix clean-info, add flex.  add
17289           fileutils.
17290
17291         * configure: be less sensitive to spaces in Makefile.in.  Do not
17292           look for sources in "..".  Doing so breaks subdirectories that
17293           might have their own configure.  If a subdir has it's own
17294           configure script, use it.
17295
17296 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
17297
17298         * cfg-paper.texi: some changes suggested by rms.
17299
17300 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
17301
17302         * config.sub:  Merge in some small additions from the FSF version,
17303         taken from the gcc distribution, to bring the Cygnus and FSF
17304         versions into closer sync.
17305
17306 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
17307
17308         * configure.in:  Changed svr4 references to sysv4.
17309
17310 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
17311
17312         * configure: added -V for version number option.
17313
17314 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
17315
17316         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17317           renamed from DOC.configure to cfg-paper.texi.
17318
17319 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17320
17321         * configure, config.subr, config.sub: config.subr is now
17322           config.sub again.
17323
17324 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
17325
17326         * configure.texi: new file, in progress.
17327
17328         * Makefile.in: build info file and install the man page for
17329           configure.
17330
17331         * configure.man: new file, first cut.
17332
17333         * configure: find config.subr again now that configuration "none"
17334           has gone.  removed all traces of the -ansi option.  removed all
17335           traces of the -languages option.
17336
17337         * config.subr: resync from rms.
17338
17339 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17340
17341         * configure, config.sub, config.subr: merge config.sub into
17342           config.subr, call the result config.subr, remove config.sub, use
17343           config.subr.
17344
17345         * Makefile.in: revised install for dir.info.
17346
17347 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17348
17349         * configure.in: add decstation host makefile frag.
17350
17351         * Makefile.in: BISON now bison -y again.  also install-gcc on
17352           install.  clean-gdbm on clean.  infodir belongs in datadir.
17353           Make directories for info install.  Build dir.info here then
17354           install it.
17355
17356 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17357
17358         * Makefile.in: fix for bad directory tests.
17359
17360 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17361
17362         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
17363           regexp.  -srcdir relative was being handled incorrectly.
17364
17365         * Makefile.in: unwrapped some for loops so that parallel makes
17366           work again and so one can focus one's attention on a particular
17367           package.
17368
17369 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17370
17371         * configure: added PWD as a stand in for `pwd` (for speed). use
17372           elif wherever possible.  make -srcdir work without -objdir.
17373           -objdir= commented out.
17374
17375 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17376
17377         * configure: +options become --options.  -subdirs commented out.
17378           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
17379           Makefile now at top of generated Makefile.  Removed cvs log
17380           entries.  added -srcdir.  create .gdbinit only if there is one
17381           in ${srcdir}.
17382
17383         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
17384           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
17385           and mandir now keyed off datadir by default.
17386
17387 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17388
17389         * Freshly created ChangeLog.
17390
17391 \f
17392 Local Variables:
17393 mode: change-log
17394 left-margin: 8
17395 fill-column: 76
17396 version-control: never
17397 End: